/*  
Theme Name: Pixeled
Theme URI: http://samk.ca/freebies/free-wordpress-theme-pixeled/
Description: Dark WP theme with 2-3 column layout, dropdown categories menu, multiple widget-ready placement and feedburner email form integrated, easy to customize. Created by <a href="http://samk.ca/">samk</a>. Enjoy! (Other color schemes available soon!)
Author: sam
Author URI: http://samk.ca/
Version: 1.5
Tags: black, blue, 3 columns, 2 columns, clean, transparent, right sidebar, fixed width, valid xhtml, valid css, feedburner, adsense ready, 1024, dropdown categories, widgets, footer navigation, drop down
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;		
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: Times;
  }

hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 12pt;
  }

a {
  color: #ff0033;
  text-decoration: none;
  }

a:hover {
  color: #000;
  text-decoration: none;
  }

a img {
  border: none;  
  }

input{
font-size: 14px !important;
}

blockquote {
  background: #ff9966;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #000;
  }

code {
  color: #000;
  font-style: italic;
  font-size: 11px;
  }

strong {
  font-size: 110%;
  }

body {
  text-align: center;
  font-size: 12pt;
  margin: 0;
  padding: 0 0 15px 0;
  font-family: Times;
  background: #ffc;
  }


/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 980px;
  text-align: left;
  padding: 0;
  }

#header {
  padding: 0;
  margin: 0;
  height: 80px;
  }

#header #topright {
  text-align: right;
  float: right;
  width: 320px;
  margin: 5px 0 0 0;
}
#header #topright ul {
  font-size: 16pt;
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  color: #000;
  font-size: 14pt;
  padding: 0 0 0 15px;
  text-transform: none;
  }
#header #topright li a:hover {
  color: #000;
  text-decoration: none;
  }

#header #logo {
  float: left;
  width: 600px;
  margin: 25px 0 0 0;
  padding: 0;
}
#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #000;
  font-size: 16pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #000;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #111;
  font-size: 11pt;
  }
.hiditem {display: none;}

/* Menu */

#catnav {
//  position: fixed;

  z-index: 1000;

//  margin-left: 50px; /* смещение панели влево от края контента */

  margin: 0px 0 0 0;
  padding: 0;
  clear: both;
  height: 44px;
  width: 960px;
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 24px;
  margin: 0;
  padding: 0 5px 0 5px;
  font-size: 14pt;
  color: #000;
  letter-spacing: -1px;
  background: #ff9966;
  border: 1px solid #000;
  border-radius: 10px;
  }

#nav li a:hover {
  color: #f00;
  border: 1px solid #000;
  text-decoration: none;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 120px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;

  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #000;
  margin: 0;
  padding: 0px 5px 0px 5px;
  }
	
#nav li li a:hover {
  border: 1px solid #000;
  padding: 0px 5px 0px 5px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#market {
  font-size: 10pt;
}

/* Top Content */

#main {
  margin: 5px 15px 0 15px;
  clear: both;
  width: 960px;
  padding-bottom: 5px;
  }
#contentwrapper {
  float:left;
  width: 560px;
  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper2 {
  float:left;
  width: 960px;
  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 16pt;
  color: #000;
  font-weight: normal;
  padding: 5px;
 }
.pageDiscr {
	text-align: justify;
	padding-top: 8px;
	font-size: 14px;
 }
.topPost {
  margin: 0;
  padding: 0;
  font-size: 12pt;
  }
.topPost h1.topTitle {
  font-size: 16pt;
  font-weight: normal;
  color: #000;
  }
.topPost h1.topTitle a {
  font-size: 16pt;
  font-weight: normal;
  }
.topPost h1.topTitle a:hover {
  color: #000;
  }
.topPost p.topMeta {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 10pt;
  color: #000;  
  }
.topPost div.topContent {
  font-size: 12pt;
  color: #000;
  margin: 8px 0;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #000;
  }
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags, .topPost span.topCategory, .topPost span.topVievs {
  font-size: 10pt;
  font-style: italic;
  padding: 0px 10px;
  margin-right: 5px;
  line-height: 10pt;
  color: #000;
  }
.topPost span.topComments a {
  color: #000;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 10pt;
  vertical-align: middle;
  }
.topPost span.topMore a {
  color: #000;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 10pt;
  vertical-align: middle;
  }
.topPost span.topVievs {
  color: #000;
  background: url(images/user.png) left no-repeat;
  padding-left: 20px;
  line-height: 10pt;
  vertical-align: middle;
  }
.topPost span.topCategory a {
  background: url(images/folder.png) left no-repeat;
  padding-left: 20px;
  line-height: 10pt;
  vertical-align: middle;
  color: #000;
  }
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 10pt;
  vertical-align: middle;
  }
.topPost span.topTags a {
  line-height: 10pt;
  vertical-align: middle;
  color: #000;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover, .topPost span.topCategory a:hover, .topPost span.topVievs a:hover {
  text-decoration: underline;
  }
.topPost img {
  border-radius: 10px;
}

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  text-transform: lowercase;
  }
#related {
margin-left: 20px;
}

/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.hidcom {display: none;}


/* Welcome section */

#main #welcome {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  background: url(images/bg-trans.png) repeat;
  }
#main #welcome h2 {
  font-size: 14pt;
  font-weight: normal;

  color: #222;
  letter-spacing: -2px;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }
#main #welcome p {
  font-size: 9pt;
  color: #eee;  
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  color: #ff9933;
  }
#main #welcome a:hover {
  color: #6598b8;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
.submitbutton {
  margin: -5px 0 0 5px;
  background: #ff9966;
  color: #000;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
  }


/* Sidebars */
#sidebars {
  margin: 15px 0 0 0;
  float: right;
  width: 400px;
  color: #000;
  }
#sidebars .sidebarbox {
  padding: 8px 15px;
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 200px;
  }

#sidebar_right {
  float: right;
  width: 200px;
  }

#sidebar_down {
  padding: 0;
  margin: 0;
  }

#sidebars h2 {
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: normal;
  font-size: 14pt;
  color: #000;
  text-align: center;
  }

#sidebars table {
  width: 180px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 10pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  background: url(images/bullet.gif) left 8px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  }


#sidebars p {
  padding: 2px 0;
  font-size: 10pt;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}



/* Before footer */

#morefoot {

  padding: 15px;
  margin: 0 0 10px 0;
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 10pt;
  }
#morefoot h3 {
  font-size: 12pt;
  font-weight: normal;
  letter-spacing: 0px;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width: 340px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 260px;
  }
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/
#footer {
  clear: both;
  padding: 15px 5px 10px 5px;
  }
#footer p {
  font-size: 10pt;
  color: #000;
  padding: 0;
  }
#footerleft {
  float: left;
  width: 600px;
  }
#footerright {
  float: right;
  width: 300px;
  text-align: right;
  }



/* Misc */

.highlight {
  color: #000;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }

/* navi */
.navi a, .navi a:link, .navi a:active {
    color: #686868 !important;
    background:#dfdfdf !important;
    border: 1px solid #989898 !important;
    font-size: 12px !important;
    padding:  0px 1px !important;
    margin: 1px;
    text-decoration: none;
}

.navi span.current {
    color: #434343 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-size: 12px !important;
    padding:  0px 1px !important;
    font-weight: bold;
    margin: 1px;
}

.navi a:hover {
    color: #494949 !important;
    background:#dfdfdf !important;
    border: 1px solid #626262 !important;    
}

.navi span.pages {
    color: #676767 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-size: 12px !important;
    padding:  0px 2px !important;
}

.navi span.extend {
    background:transparent !important;
    font-size: 12px !important;
    padding:  0px 1px !important;
    color: #676767 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-weight: bold;
}

/* navi_comment */
.navi_comment a, .navi_comment a:link, .navi_comment a:active {
    color: #686868 !important;
    background:#dfdfdf !important;
    border: 1px solid #989898 !important;
    font-size: 12px !important;
    padding:  0px 1px !important;
    margin: 1px;
    text-decoration: none;
}

.navi_comment span.current {
    color: #434343 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-size: 12px !important;
    padding:  0px 1px !important;
    font-weight: bold;
    margin: 1px;
}

.navi_comment a:hover {
    color: #494949 !important;
    background:#dfdfdf !important;
    border: 1px solid #626262 !important;    
}

.navi_comment span.pages {
    color: #676767 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-size: 12px !important;
    padding:  0px 2px !important;
}

.navi_comment span.extend {
    background:transparent !important;
    font-size: 12px !important;
    padding:  0px 1px !important;
    color: #676767 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-weight: bold;
}

.randomtext img {
  border-radius: 10px;
}