/*  
Theme Name: White
Description: 2 Column, widget-ready theme with Springtime colors. Compatible up to WP 2.7.
Version: #6
Author: Sibel
Tags: 2 column, fixed width, haha gravatars, widgets, green, yellow, 2.7
*/




/****************************** TYPOGRAPHY AND LINKS ***********************************/
body, h1, h3, h4, h5, h6, h7, h8, address, dd, dl, hr, p, form {
   font-family: Verdana;
	margin: 0;
	padding: 0;
}



h1 { font-size: 1px; }
h2 { font-size: 20px; font-family: Georgia; 
	font-variant:small-caps;
	font-weight:normal;}
h3 { font-size: 24px; font-family: Georgia; 
	font-variant:small-caps;
	font-weight:normal;}
h4 { font-size: 10px; }
h6 { font-size: 22px; font-family: Georgia; 
	font-variant:small-caps;
	font-weight:normal;}



a:link, a:visited {
	text-decoration: none;
	color: #000000;
}



a:hover {
	text-decoration: underline;
	color: #999999;
}




p {
	padding: 10px 0 0 0;
}





blockquote {
	margin: 15px 30px 10px 30px;
	padding: 0 20px 10px 20px;
	border-left: 2px solid #585b3e;
   border-right: 2px solid #585b3e;
}


/* CSS Document */

strong {color: #000000;}
b {color: #000000;}
i { color: #666666;}
em { color: #666666;}






/**************************************** MAIN CONTENT **********************************/

body {
	margin: 0;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
   background: url('images/bg.jpg') repeat;    
background-attachment: fixed;
	color: #000000;
}



#wrapper {
	margin: 0 auto 0 auto;
   background: #ffffff;
	width: 800px;
	text-align: left;
}




#main_content {
   float: left;
   background: url('images/bgcontent.png') repeat;    
   margin: 0px auto 0px auto;
   width: 800px;      
}




#container { 
	float: left;
   background: url('images/bgcontent.png') repeat;    
	width: 600px;
   padding: 0 15px 0 20px;
}




.post {
	padding: 15px 0 20px 0;
}



.post h2 {
	font-family: Georgia, Sans-serif;
 font-size: 14px;
}





.entry {
	line-height: 14px;
}



/**************************************** DATE ******************************************/

.meta, .meta a {
	color: #000000;	
	font-weight: normal;
	letter-spacing: 0;
}




.date_month {
	color: #000000;	
	font-size: 1.2em;
	margin: -0.5em 0 -0.25em 0;
	letter-spacing: -0.05em;
}




.date_day {
	color: #999999;	
	font-size: 2.0em;
	line-height: 0.9em;
	letter-spacing: -0.1em;
}





.date_year {
	color: #000000;	
	font-size: 0.9em;
	line-height: 0.85em;
	letter-spacing: -0.1em;
}





/************************************* HEADER *************************************/
#header {
   border-left:0px solid #000000; border-right:0px solid #000000; border-top:0px solid #000000; float: left;
   width: 810px;
   height: 190px;
   border-bottom: medium none; 
   background: url('images/header.png') no-repeat;    
}


#header h1 { 
   padding: 10px 10px 0 10px; 
   margin: 0; 
   font-size: 2px; 
   line-height: 2px; 
   color: #000000; 
}




#header h1 a { 
   text-decoration: none; 
   color: #ffffff; 
}





#header h1 a:hover { 
   text-decoration: none; 
   color: #ffffff; 
}




#header .description { 
   padding: 0 10px 10px 10px; 
   font-size: 1px; 
   font-style: italic; 
   color: #ffffff;    
}





/***************************** HORIZONTAL MENU *************************************/

.menu { 
   float: left; 
   width: 800px; 
   height: 110px; 
   background: url('images/bgcontent.png') repeat;    
   margin: 0; 
   padding: 0; 
   display: inline; 
   border: #ffffff 0px solid;
}




.sub_menu { 
   float: left; 
   width: 800px; 
   height: 110px; 
   background: url('images/bgcontent.png') repeat;    
   margin: 0; 
   padding: 0; 
   display: inline; 
	color: #000000;
   border: #ffffff 0px solid;       
}




.menu ul, .sub_menu ul { 
   margin: 0; 
   padding: 0px 0; 
  list-style: none; 
}





.menu ul li, .sub_menu ul li { 
   display: inline; 
   margin: 0; 
}



.menu ul li a, .sub_menu ul li a { 
   padding: 0  0 0 0px; 
   text-decoration: none; 
   color: #000000; 
}



.menu ul li a:hover, .sub_menu ul li a:hover { 
   text-decoration: underline;         
}




/**************************************** IMAGES *********************************************/

p img {
padding: 0;
max-width: 100%;
}



a img { 
        border: none;
        padding: 3px; 
        background: none; 
}



img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}




img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}




img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}



.alignright {
	float: right;
}



.alignleft {
	float: left
}



.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}




.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;



   /* 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: 0px none;
}



.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}



img.avatar {
   float:left; 
   margin-right: 5px;
   width: 32px;
   height: 32px;
   border: #000000 1px solid; 
}



/****************************** NAVIGATION ******************************/

.navigation {
	padding: 0px 0 0 0px;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
}



/****************************** SIDEBAR ***********************************/

.sidebar {
	float: right;
	width: 150px;
   background: #ffffff;
	border: #ffffff 0px;
	margin: 0px 10px 0 0;
	display: inline;
   font-size: 9px;
}



.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 0;
}



.sidebar ul li {
	padding: 10px 0 10px 0;
}





.sidebar ul li h2 {
   background: #000000;
	font-family: Tahoma;
	font-size: 11px;
   font-weight: strong;
   color: #ffffff;
}


.sidebar ul ul li {
	padding: 0;
}




/************************* COMMENTS ******************************/

.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #ffffff;
	padding: 10px 0 0;
}



.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}


.comments-template ol li {
	margin: 10px 0 0;
	line-height: 14px;
        text-align: justify;
border-bottom: 1px dotted #202020;
	padding: 0 0 10px;	
}


.comments-template h2, .comments-template h3 {
	font-family: Verdana;
	font-size: 10px;
        margin: 20px 0 0 0;
}



.commentmetadata {
	font-size: 9px;
}



.comments-template p.nocomments {
	padding: 0;
   color: #ffffff;
}


.comments-template textarea {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 11px;
}




/*********************************** FOOTER ***********************************/
#footer {
	clear: both;
	float: left;
	width: 800px;
   height: 110px;
	background-image: url('images/footer.png');
	padding: 10px 0 10px 0;
   border-top: #000000 0px solid;        
}





#footer p {
   font-size: 10px;
	line-height: 15px;
   padding: 0 10px 0 10px;	
   text-align: center;	
   color: #000000;
}

#footer a {
	color: #000000;
}
