/* 
Theme Name: Blueleaves
Theme URI: http://www.kaushalsheth.com/
Design Name: 
Description: Blue Leaves theme
Version: 1.0
Author: Kaushal Sheth
Author URI: http://www.kaushalsheth.com


*/


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



body {
	background: #fff url('images/bg2.gif'); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0px;
	color: #C6CED0
	padding: 0px;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a:link, a:visited { text-decoration: none; color: #990000; }
a:hover, a:active { text-decoration: underline; }


/*post stylng*/
.post{margin:0 0 25px 0;}

.post .info{
padding:3px 3px 3px 8px;
border:1px solid #e3e4e4;
background-color:#efefef;
font-size:0.9em;
color:#505050;
}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 760px;
	background: #fff;
	border: 1px solid #ddd;
	text-align: left; padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #68A560 url(images/header.png) no-repeat top right;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding-left:30px; padding-right:30px; padding-top:28px; padding-bottom:28px
	}	
#header h1 { 	
	margin: 0;
	color: #fff;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}	
	
	
	#header h1 a {color: #fff; }
#header h1 a:hover {color: #fff; }
#header h1 a:visited {color: #fff;}

#header h2 { 	
	margin: 0;
	color: #fff;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	
	
.codebox { background-color: #e3e3f6; border: 1px solid #333366; padding: 5px; margin-bottom: 5px; width: 570px; max-height: 400px; overflow: auto; text-align: left; }
.codebox pre { margin: 0px; padding: 0px; }

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #74858D; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a:link, #nav li a:visited{ 
	outline: none;
text-decoration: none; 
	color: #fff;
	background-color: #74858D;
	border-right: 4px solid #fff; 
	border-bottom: 0px none;
	font-size: 0.9em;
	float: left;
	font-weight: bold; padding-left:8px; padding-right:8px; padding-top:3px; padding-bottom:3px
	
	}
#nav li a:hover, #nav li a:active { background-color: #ACB5B9; }
#nav li.current_page_item a  { background-color: #F1F3F3; color: #333333; }






/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	position: relative;
	line-height: 20px; 
	}
#sidebar div { background: #fff; }	





/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #990000; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
	
	#sidebar h2, #content h3 { 
	font-size: 1.1em; 
	color: #990000; 
	margin: 0 10px 0 0; 
	cursor: default;
	}

#sidebar div { 
	padding: 1px 0 10px 0;  

  padding: 10px;
	}	
	
	
	
	
	
	
	
	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	padding-top:0px;
	float: left;
	width: 550px;
	position: relative;
	margin-left: 20px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
	}	
#content div { background: #fff}	




#content h2.pagetitle
{
font-size: 1.75em;
color: #990000;
font-weight: normal;
}









/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #74858D;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 0.85em;
	padding: 5px;
	clear: both
	}

#footer ul 
{
list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer li 
{
list-style-type: none;
display: inline;
padding: 0 5px;
line-height: 1;
}

#footer a { text-decoration: none; color: #fff; }
#footer a:hover {text-decoration: underline; }


/* added blockquote*/
blockquote {
	margin: 15px 30px 0 15px;
	padding-left: 20px;
		padding-right: 20px;

	border: 3px double #cecece;
	font-style: italic;
	}
	
	/* adding design box*/
	
ul#intro 
{
    margin:0px 0;
    padding:0;
    list-style:none;
    font-size:0.9em;      
}
#intro h2 
{
	border-bottom:#666 1px dotted;
}
#intro li 
{
    margin:0;
    padding:0;
    list-style:none;    
    display:inline;
}
#intro li .smallbox
{
    width:150px;
    float:left;
    margin:0px 5px;    
    margin-left:20px;
    padding:0 5px;
    background:#fafafa url('images/sidebarul.jpg') no-repeat bottom; 
    color:#000;  
    border:1px solid #ddd;; padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0
}
#intro a:hover 
{
	background:none;
}

/* menu header*/
.menuheader {
        margin: 0;
        padding: 5px;
        height: 20px;
        background:transparent url('images/full_sidetitle.gif') no-repeat top center;
}

.menuheader div
{
       margin:0;
       padding-left:.5em;
       font-size: .9em;
       color: #fff;
       font-weight: bold;
       float:left;
       height: .9empx;
}

.menuheader a{
       float:right;
       margin:0;
       height: .9em;
}

.menuheader a images{
       width:15px;
       height:15px;
       border:none;
       padding: 0 .2em 0 0;
}


/* close menu header*/




/* subcontent
--------------------------------------------------*/

#sidebar
{
width:170px;
}
#sidebar ul
{
	list-style-type: square;
	line-height: 1.25;
	padding: 0;
	padding-left: 15px;
}
#sidebar li
{
margin-bottom: 1em;

}



/*pages*/


div.post h3
{
color: #990000;
}


div#content.home
{
margin-left: 0;
}

div#content.home p
{
margin-bottom: 1em;
}


div#callout
{
float: left;
position: relative;
color: #000;
background-color: #FFFFE6;
border: 1px solid #FF9900;
font-size: .9em;
line-height: 1.5;
width: 175px;
margin-top: 30px;
margin-left: 15px;
}
div#callout p
{
margin: 12px;
}

div#callout p a
{
text-decoration: underline;
}


div#content.widecolumn
{
margin-left: 0;
width: auto;
}


#sidebar ul
{
	margin: 0;
	padding-left: 15px;
}




