/*
Theme Name: Salmaarastu-blog theme
Theme URI: http://salmaarastu.com/blog
Description: The Salmaarastu theme based on the .
Version: 1.6
Author: Salmaarastu
Author URI: http://salmaarastu.com/
*/

/* CSS Document */
* 	{
	margin: 0;
	padding: 0;
	}

html 
	{
	height: 100%;
	}

body
	{
	height: 100%;
	background-color:#e0cda3;

	}

	
	h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #2F3F3C;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font: bold 1em Arial, Helvetica, sans-serif;
}



#total_container
	{
	height:auto;
	width: 1024px;
	margin: 0px auto;
	background:url(images/body_bg_1.jpg) repeat-y top left;
	}

#container
	{
	width:900px;
	margin: 0px auto;
	}

#header
	{
	margin:0;
	padding:160px 0 0 0;
	width:918px;
	height:44px;
	background:url(images/header.jpg) no-repeat top left;
	}

/*Horizendal Menu*/

.indentmenu
	{
	font: bold 13px Calibri, Cambria, "Franklin Gothic Book";
	width:900px; /*leave this value as is in most cases*/
	overflow: hidden;
	}

.indentmenu ul
	{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	}

.indentmenu ul li
	{
	display: inline;
	height:34px;
	}

.indentmenu ul li a
	{
	float: left;
	height:24px;
	padding: 10px 20px;
	color:#000000;
	text-decoration: none;
	}

.indentmenu ul li a:hover, .indentmenu ul li .current
	{
	color: #ffffff;
	}
	
.content
	{
	float:left;
	width:900px;
	background:url(images/left_bg.jpg) top left repeat-y;
	}
	
.left
	{
	float:left;
	padding-left:7px;
	width:215px;
	background:url(images/left_bg.jpg) repeat-y top left;
	border-top:2px solid #281a06;
	}
	
.right
	{
	padding-left:4px;
	float:right;
	width:674px;
	}

.side_hdbox
	{
	float:left;
	padding:10px 0 0 33px;
	width:181px;
	height:26px;
	background:url(images/catageribg.jpg) top left no-repeat;
	font:bold 13px Verdana, Arial, Helvetica, sans-serif;
	color:#fde0b0;
	font-variant:small-caps;	
	}	

.side_arrow
	{
	float:left;
	width:12px;
	height:15px;
	background:url(images/catageribg_arrow.jpg) no-repeat top left;
	}
	
.sub_categories
	{
	float:left;
	width:178px;
	padding-top:10px;
	padding-left:40px;	
	padding-bottom:10px;
	background:url(images/flower.jpg) top left no-repeat;
	}
	
	.sub_categories ul li , .sub_categories ul li a
	{
	  text-decoration:none;	  
	  list-style:none;
	  color:#6F4E25;
	  padding-left:5px;
	  font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	  line-height:18px;
	}
	
   .sub_categories ul li a:hover{
	color:#D0B88C;
	}
	
		
	.children ul li , .children  ul li a
	{
	  text-decoration:none;	  
	  list-style:none;
	  color:#6F4E25;
	  padding-left:5px;
	  font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	  line-height:18px;
	}


#dropmenu, #dropmenu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.5em; z-index:300; width:100%; background:#fff; font-weight:bold;} 

#dropmenu a {display:block; padding:0.25em 1em; color:#2F3F3C; border-right:1px solid #c8c8c8; text-decoration:none; background:#fff;} 

#dropmenu a:hover {background:#888; color:#fff;} 

#dropmenu li {float:left; position:relative;} 

#dropmenu ul {position:absolute; display:none; width:12em; top:1.9em; left:-1px;} 

#dropmenu ul a {border-left:1px solid #c8c8c8;} 

#dropmenu li ul {border-top:1px solid #c8c8c8; width:14.1em;} 

#dropmenu li ul a {width:12em; height:auto; float:left;  border-bottom:1px solid #c8c8c8;} 

#dropmenu ul ul {top:auto;} 

#dropmenu li ul ul {left:12em; margin:0px 0 0 10px;} 

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;} 

#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;} 

	
	
	
	/* Calendar */

.calendar_wrap {
	float:left;
	width:178px;	
	padding-top:10px;
	padding-left:40px;	
	padding-bottom:10px;
	background:url(images/flower.jpg) top left no-repeat;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#wp-calendar table {
	width: 160px;
	border-collapse: collapse;
	text-align: center;
}

#wp-calendar caption {
	padding: 2px 0;
	font-weight: bold;
	color: #6F4E25;
}

#wp-calendar thead th {
	padding: 2px 0;
	border-top: 1px solid #BFD19A;
	border-bottom: 1px solid #BFD19A;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#wp-calendar tbody td {
	padding: 4px 0;
	color: #6F4E25;
}

#wp-calendar tbody td a {
   text-decoration:none;
   color:#BFD19A;
}

#wp-calendar tfoot td {
	padding: 2px 0;
	border-top: 1px solid #BFD19A;
	font-weight: bold;
}

#prev a{    
	text-align: left;
	text-decoration:none;
	color:#BFD19A;
}

#next a{
	text-align: right;
	text-decoration:none;
	color:#BFD19A;
}

#today {
	background: #E0CDA3;
	font-weight: bold;
}

/* Archieve*/	


.widget_archive
	{
	float:left;
	width:178px;
	padding-top:10px;
	padding-left:40px;	
	padding-bottom:10px;
	background:url(images/flower.jpg) top left no-repeat;
	}
	
	.widget_archive ul li , .widget_archive ul li a
	{
	  text-decoration:none;	  
	  list-style:none;
	  color:#6F4E25;
	  font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	  line-height:18px;
	}
	
	.widget_archive ul li a:hover{
	 color:#D0B88C;
	}
/*widget_recent_entries*/

.widget_recent_entries
	{
	float:left;
	width:178px;
	padding-top:10px;
	padding-left:40px;	
	padding-bottom:10px;
	background:url(images/flower.jpg) top left no-repeat;
	}
	
	.widget_recent_entries ul li , .widget_recent_entries ul li a
	{
	  text-decoration:none;	  
	  list-style:none;
	  color:#6F4E25;
	  font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	  line-height:18px;
	}
	
	.widget_recent_entries ul li a:hover{
	color:#D0B88C;
	}
	/*blogroll*/

.blogroll
	{
	float:left;
	width:178px;
	padding-top:10px;
	padding-left:40px;	
	padding-bottom:10px;
	background:url(images/flower.jpg) top left no-repeat;
	}
	
	.blogroll ul li , .blogroll ul li a
	{
	  text-decoration:none;	  
	  list-style:none;
	  color:#6F4E25;
	  font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	  line-height:18px;
	}
	.blogroll ul li a:hover{
	color:#D0B88C;
	}
/* flash content */	

.flash
	{
	margin:2px 0 0 0;
	width:674px;
	height:211px;
	background:url(images/flash.jpg) top left no-repeat
	}
	
.wel
	{
	width:672px;
	height:40px;
	font:bold 13px Verdana, Arial, Helvetica, sans-serif;
	color:#fde0b0;
	font-variant:small-caps;
	}
.wel_left
	{
	float:left;
	width:10px;
	height:40px;
	background:url(images/wel_left.jpg) top left no-repeat;
	}
	
.wel_center
	{
	float:left;
	padding:10px 0 0 10px;
	width:642px;
	height:30px;
	background:url(images/wel_center.jpg) top left repeat-x;
	}
	
.wel_title{
float:left;
}

	
.scol1{ width:230px; float:right; padding-bottom:5px;}
.scol1 .s { color:#000000; border:1px solid #4C5254; height:18px; width:130px; }
.wel_center.scol2{ width:56px; float:right; padding-top:12px; margin-right:19px;}
.wel_center.scol2 input{ background-color:#FFCC00; color:#000000; border:1px solid #C5C5C6; height:20px; width:56px; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; }	

/*.scol2{background:url(images/search-button.gif) middle right no-repeat;}*/
.search232{float:left; background:url(images/rsslogo.jpg) middle right no-repeat;}

.search {
		clear: right;
		margin-bottom: 12px;
	
	}
		#srch-frm {			
			float:right;			
		}
		.search-wrapper{ 
		    background: transparent url(images/search1.png) no-repeat scroll top;
			border: none;
			float:right;
            height:25px;
            width:160px;			
			color: #666666;
			vertical-align:top;
			padding-bottom:7px;
				}
		.search-wrapper #s {
			 width:125px;
			 float:right;			 
				}
	
.wel_right
	{
	float:right;
	width:10px;
	height:40px;
	background:url(images/wel_right.jpg) top left no-repeat;
	}

.text
	{
	margin:10px 0 0 26px;
	width:632px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#2f2512;
	line-height:18px;
	text-align:justify;
	}


/* content right */	
 
.post {
	padding: 20px 0px 0px 7px;
}

.post .title {
	font-size: 1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	
}

.post .title a {
	text-decoration: none;
	color:#2F3F3C;
}

.post .title a:hover {
	border-bottom: 1px dotted #000000;
	color:#FF0000;
}

.post .byline {
	margin-bottom: 2em;
}

.post .date {
	display: block;
	float: left;
	width: 69px;
	height: 64px;
	margin-top: 7px;
	background: #B29B71;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #2F3F3C;
}

.post .date .month {
	display: block;
	height: 16px;
	padding: 1px 0 0 0;
	background: #664208;
	color: #E1AD97;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}

.post .date .day {
	height: 47px;
	text-align: center;
	font: bold 25px Georgia, "Times New Roman", Times, serif;
}

.post .date .year {
	margin-top: -8px;
	display: block;
	text-indent: -9999px;
}

.post .entry {
	margin: 0 20px 0 90px;
	text-align:justify;
	color:#664206;
}

.post .entry  a{

	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

.post .entry  a:hover{

	text-decoration:none;
	color:#FF0000;
}

.post .entry p, .post .entry ol, .post .entry ul {
	margin-bottom: 1.6em;
	line-height: 180%;
	list-style-position: inside;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.post .links {
	height: 22px;
	padding: 5px 0 0 15px;
	background: url(images/img15.gif) no-repeat;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	
}

.post .links a {
	text-decoration: none;
	font-weight: bold;
	color:#2F3F3C;
}

.post .links a:hover {
	text-decoration: underline;
	color:#FF0000;
}

.post .links .more {
	padding-left: 15px;
	background: url(images/img16.gif) no-repeat 0 5px;
}

.post .links .comments {
	padding-left: 15px;
	background: url(images/img17.gif) no-repeat 0 6px;
}

.post .links .rss {
	padding-bottom: 15px;
	vertical-align:top;	
	padding-left:15px;
	background: url(images/rsslogo.jpg) no-repeat ;
}
.post .links .rss a:hover{
  text-decoration:none;
}

.navigation
 {
   padding-top:30px;
 }
  
.alignleft a{
font:bold 11px Verdana, Arial, Helvetica, sans-serif;
 text-decoration:none;
 color:#664208;
}

.alignleft a:hover {
  font:bold 11px Verdana, Arial, Helvetica, sans-serif;
  color:#FF0000;
}

.alignright a{
 float:right;
 font:bold 11px Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
color:#664208;
}

.alignright a:hover {
  font:bold 11px Verdana, Arial, Helvetica, sans-serif;
  color:#FF0000;
}
/* -------------------------------- */

/* Post - Comments */
		
		 .post h3 {
			color: #303E3E;
			font: bold 17px "Verdana", Verdana;
			margin: 25px 0 5px 0;
			padding: 0 4px;
			width: 546px;
		}
		
		 .post .comments {
			padding: 0 4px;
			width: 546px;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #303E3E;
		}
		
		 .post .comments a {
			color: #2F3F3C;
			text-decoration: none;
		}
		
		 .post .comments a:hover {
			text-decoration: underline;
			color:#FF0000;
		}
		
		 .post .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		 .post .comments ol li {
			padding: 5px;
		}
		
		 .post .comments ol li.alt {
			background: #B29B71;
		}
		
		 .post .comments ol li cite {
			color: #2F3F3C;
			font-style: normal;
			font-weight: bold;
		}
		
		 .post .comments ol li cite a {
			color: greeen;
			text-decoration: none;
		}
		
		 .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		 .post .comments ol li .commentmetadata a {
			color: #664206;
			text-decoration: none;
		}
		
		 .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		 .post #commentform {
			margin: 0;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #2F3F3C;
			padding: 0 4px;
			width: 546px;
		}
		
		 .post #commentform a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		 .post #commentform a:hover {
			text-decoration: underline;
		}
		
		
/* post image css */	

.entry p img {	
	background-color: #EOCDA3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;	
	border-top-color: #ABABAB;
	border-right-color: #ABABAB;
	border-bottom-color: #ABABAB;
	border-left-color: #ABABAB;
	padding: 0px 10px 10px 10px;

}

		
	
/* Footer */
.footer
	{
	clear:both;
	width:900px;
	height:84px;
	background:url(images/footer.jpg) top left no-repeat;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;	
	}
	
.footer_left
	{
	float:left;
	padding:35px 0 0 30px;
	width:400px;
	}
	
	.footer_left a
	{
	 text-decoration:none;	 
	 color:#BFD19A;
	}
	.footer_left a:hover
	{
	 text-decoration: underline;
	color:#FE941E;
	}
.footer_right
	{
	float:left;
	padding:35px 0 0 30px;
	width:400px;
	}