/*  
Theme Name: Igrostroy Theme
Theme URI: http://www.igrostroy.ru/
Description: A Wordpress theme.
Version: 0.5
Author: Plachinta Andrei

Credits:

Uses Fam Fam Fam Silk Icons: 
http://www.famfamfam.com/lab/icons/silk/

*/

/* reset browser defaults and basic styles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin: 0;
	padding: 0; }

table {
	border-collapse: collapse;
	border-spacing: 0; }

fieldset,img {
	border: 0; }

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal; }

ol,ul { 
	list-style: none; }

caption,th {
	text-align: left; }

h1,h2,h3,h4,h5,h6 {
	font-size: 100%; }

q:before,q:after { /*quotes style*/
	content: ''; }

a {
	outline: 0; }

body {
	font: 76% "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #CCC;
	background: #272727 url(images/53.jpg) repeat-x; }

strong {
    font-weight: bold;
}

/* --- main containers, floated with negative margins ---*/

div#container {
	width: 960px;
	margin: 0 auto;
	position: relative; }

div#wrapper {
	float: left;
	width: 100%;
	margin-top: 0;
	padding-right: 0px; }

div#content {
	margin-right: 550px;
	padding-bottom: 25px; }

.two_column {
	margin-right: 330px !important;
}
	
div#sidebar {
	float: left;
	width: 265px;
	margin-left: -530px;
	padding-bottom: 25px;
	background-color: #272727; }
	
div#sidebar2 {
	float: left;
	width: 265px;
	margin-left: -265px;
	padding-bottom: 25px;
	background-color: #272727; }

div#header {
	margin-bottom: 45px; }

h1#logo {
	width: 800px;
	padding-top: 10px; }

h1#logo a {
	color: #525252;
	font: 1.5em/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none; }

.post {
	padding-bottom: 10px;
}

/* main blogpost styles */

#content h2, #content h2 a:link, #content h2 a:visited, .widgettitle {
	font: bold 1.9em "Courier New", Courier, serif;
	text-decoration: none;
	border: none; 
	color: #9c0;
	}

#content h2 a:link, #content h2 a:visited {
    font-size: 0.9em;
}
    
.widgettitle {
    font-size: 1.7em;
}

#hideImages a img, #hideImages p a img, #hideImages p img {
    display: none !important;
}

#hideImages .post {
    margin-bottom: -25px;
}
    
.widgettitle a:link, .widgettitle a:visited {
	text-decoration: none;
	color: #9c0;
}
	
#content .rubriki, #content .rubriki a:link, #content .rubriki a:visited, #content .rubriki a:hover {
    margin-bottom: 10px;
    padding-left:1em;
	padding-right:0.6em;
	text-align:right;
	color:#525252;
	text-decoration: none;
	border: none;
}

h4, #content h4 a:link, #content h4 a:visited {
	font: bold 1.3em "Courier New", Courier, serif;
	color: #9c0;
	text-decoration: none;
	border: none; }
	
	
#content h4 a:link, #content h4 a:visited {
	font-size: 1.1em; }

#content h4 a:hover {
	border-bottom: 1px dotted #9c0; }

h5, h5 a:link, h5 a:visited {
	font: 1.2em/1.5em "Courier New", Courier, serif;
	text-decoration: none;
	border: none; }
	
h5 a:link, h5 a:visited {
	color: #d9d9d9;
	text-decoration: none; }

.widget_pages a:link, .widget_pages a:visited {
	font: 1.5em/1.5em "Courier New", Courier, serif;
	text-decoration: none;
	border: none; 
	color: #d9d9d9;
	text-decoration: none;
	}
	
h5 a:hover, .widget_pages a:hover {
	color: #9c0;
	border-bottom: 1px dotted #9c0; }

.widget_pages {
	margin-bottom: 30px;
}
.cat_posts {
	margin-bottom: 25px;
}
.ngg_images {
	margin-bottom: 25px;
}

.cat_posts li {
	border-bottom:1px solid #555555;
	padding:4px 0;
	margin:0 35px 0 0;
}

.cat_posts li a, .cat_posts li a {
	color: #d9d9d9;
	text-decoration: none; }

.cat_posts li a:hover, .cat_posts li a:hover {
	color: #9c0;
	text-decoration: none; }
	
#content a:link, #content a:visited, #sidebar p a:link, #sidebar p a:visited, #sidebar2 p a:link, #sidebar2 p a:visited {
	color: #d9d9d9;
	border-bottom: 1px dotted #ffffff;
	text-decoration: none; }

#manylinks a:link, #manylinks a:visited {
	border-bottom: none;
	text-decoration: none; }

#content a:hover, #sidebar p a:hover, #sidebar2 p a:hover  {
	color: #9c0;
	border-bottom: 1px dotted #9c0; }

#content p, #content ul, #content ol, .simplepie ol, #sidebar p, #sidebar2 p {
	color: #aaaaaa;
	font: 1em/1.5em Arial, Helvetica, sans-serif;
	margin: 0 2.25em 1em 0.25em; }

#content h3.date {
	margin: -18px 19px 0 0;
	font-size: 0.8em;
	float: left;
	color: #525252; }

.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
    
div#content img {
	border: 1px dotted rgb(102, 102, 102);
	padding: 4px;
	display: block;
	margin-bottom: 18px;
	margin-top: 0; 
    margin-left: -0.25em;
}

div#content .wp-caption img  {
    margin: 0;
    padding-left: 5px;
    border: none;
}
div#content .wp-caption  {
    margin-left:-0.25em;
    margin-bottom: 18px;
    border: 1px dotted rgb(102, 102, 102);
}
div#content .wp-caption .wp-caption-text {
    margin: 0 4px 5px 4px;
    text-align: center;
}
 
#content blockquote {
	border-left: 5px solid rgb(146, 136, 131);
	margin: 15px 30px 0 10px;
	padding-left: 20px; }

#content ul {
	list-style-image: url(images/52.gif);
	list-style-type: disc;
	margin: 1em 0 1em 3em; }
    
#content ol {
    list-style-type: decimal;
	margin: 1em 0 1em 3em; }


#content h3 {
	margin: 0 0 1em 2px;
	font-size: 1.2em; }
	
	
/* searchform position*/

#searchform {
	float: right;
	margin: 14px 7px 0 0; }

input {
	background-color: #d9d9d9; }

#searchform fieldset label {
	color: #525252;
	font: 1em/1.5em Arial, Helvetica, sans-serif; }

	
/* sidebars styles */

.sidebar-post-date {
    
}

.sidebar-post-title {
    margin: 0;
}

.sidebar-post-title-with-date {
    margin: -18px 0 0 40px;
}

#sidebar p img#me, #sidebar2 p img#me {
	border: 1px dotted rgb(102, 102, 102);
	padding: 2px;
	display: block;
	float: left;
	margin: 0 1em 1em 0; }

#sidebar p, #sidebar2 p {
	margin: 5px 25px 2em 0; }
	
	
/* comment form styles */

dl#lna_comment {
	margin: 20px 0 0 2px;
	border-top: 1px dotted #919191;
	padding-top: 10px;
	width: 405px; }

dl#lna_comment input, dl#lna_comment textarea {
	width: 250px;
	background-color: #d9d9d9; }

dl#lna_comment input.button {
	width: 60px; }

dl#lna_comment dt{
	display: block;
	margin:  10px 0 2px 0; }


