/* 
Theme Name: Blueleaves
Theme URI: http://www.kaushalsheth.com/
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: #262626;
	font-family: font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center; /* IE Fix */
	margin: 0px;
	color: #A5ADAD;

	padding: 0px;
	}
acronym { cursor: help;  }
a { text-decoration: none; color: #aaabdd;  }

/*a:visited { text-decoration: none; color: #8A581C;  }*/
a:hover { color: #ccccdd; text-decoration: underline;}
/*post stylng*/
.post{margin:0 0 0px 0;

padding:3px 3px 3px 25px;
	}

.post{
text-align: left;	
font-size: 14px;
}

.info{
font-size: 9px;

        letter-spacing: .2em;
}

.dateauthor{
font-size: 10px;
color:#7F84BA;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
text-transform: uppercase;

        letter-spacing: .1em;
}

.entry {
margin:0px 10px 0px 20px;
}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 760px;
	
	text-align: left; padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0
	}
	

	
.codebox { background-color: #e3e3f6;  padding: 5px; margin-bottom: 5px;  max-height: 400px; overflow: auto; text-align: left; }
.codebox pre { margin: 0px; padding: 0px; }


/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar
{
	color: #A5ADAD; 
	line-height: 1.5em;
}

#sidebar li.pagenav {
background: #8A581C; 
list-style:none;
}	
#sidebar li#linkcat-1 { 

list-style:none;
}	

#sidebar a {  color: #A5ADAD;
		font-size: 12px;
        text-decoration: none;}

/*#sidebar a:visited { text-decoration: none; color: #FFF5C5;  } */
#sidebar a:hover { color: #ffffff;
        text-decoration: none; }

/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3 { 
	font-size: .8em; 
	color: #aaa;
	cursor: default;
	font-weight:bold;
	
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	}

#content h3 { 
	font-size: 1em; 
	color: #3E3A27; 
	margin: 0 30px 0 0; 
	cursor: default;
	}	


	#sidebar h2, #content h3 { 
	font-size: 1.3em; 
	color: #ccc; 
	margin: 0 20px 0 0;
	cursor: default;
	}

#content div,  { 
	padding: 1px 0 20px 0;  
  padding: 10px;
	}	
	
**  rightside Bar
**------------------------------------------------------------*/
#rightsidebar
{
	color: #A5ADAD; 
	line-height: 3em;
}

#rightsidebar li.pagenav {
background: #8A581C; 
list-style:none;
}	
#rightsidebar li#linkcat-1 { 

list-style:none;
}	

#rightsidebar a {  color: #A5ADAD;
        text-decoration: none;}

/*#rightsidebar a:visited { text-decoration: none; color: #FFF5C5;  } */
#rightsidebar a:hover { color: #ffffff;
        text-decoration: none; }

/*------------------------------------------------------------*
**  rightside Bar & Content
**------------------------------------------------------------*/
#rightsidebar h3 { 
	font-size: .8em; 
	color: #aaa;
	cursor: default;
	font-weight:bold;
	
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	}

#content h3 { 
	font-size: 1em; 
	color: #3E3A27; 
	margin: 0 30px 0 0; 
	cursor: default;
	}	


	#rightsidebar h2, #content h3 { 
	font-size: 1.3em; 
	color: #ccc; 
	margin: 0 20px 0 0;
	cursor: default;
	}

#content div,  { 
	padding: 1px 0 20px 0;  
	
  padding: 10px;
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	padding-top:0px;
	padding-left:0px;
	float: left;
	width: 490px;
	position: relative;
	margin-left: 0px;
	line-height: 1.5em; 
	}	
a.pic
{	color: #555;
}
a.pic:hover
{	color: #bbb;
}

#content div { background: #262626; }	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	
	text-align: center;	
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both
	}
	
#footer a { text-decoration: none; color: #A2AFBF;  }
#footer a:hover {  color: #fff; }


/* added comments*/
#commentform input {
	width: 150px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 80%;
	padding: 2px;
	border: 1px solid #c2c2c2;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	border: 1px solid #cecece;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
	/* close comments*/
	
	
	
	/* adding sidebar*/

ul#nav {
 list-style-type: square;
  text-align: left;
  margin: 0 0 0px 0;
	padding-left: 14px;
  }
ul#nav li {
  width: 100%;
  margin-bottom: 0px;
}
ul#nav li a {
  display: block;
  width: 100%;
   color: #aaabdd;
   font-weight: bold;
  text-decoration: none;
  border-bottom: none;
  background-repeat: no-repeat;
  background-position: center right;
  font-size: 12px;
        letter-spacing: .1em;
        font-weight: normal; 

}

ul#nav li a:hover {
  color: #fff;
  background-repeat: no-repeat;
  background-position: center right;

}


ul#nav li a.selected {
  color: #fff;
  background-repeat: no-repeat;
  background-position: center right;

}


ul#children {
 list-style-type: none;
  text-align: left;
  margin: 0 0 0px 0;
	padding-left: 12px;
  }
ul#children li {
  width: 100%;
  margin-bottom: 0px;
}
ul#children li a {
  display: block;
  width: 100%;
   color: #F7F7DA;
     font-size: 11px;
  padding: 3px 14px 3px 0;
  text-decoration: none;
  border-bottom: none;
  background-repeat: no-repeat;
  background-position: center right;

}

ul#children li a:hover {
  color: #fff;
  background-repeat: no-repeat;
  background-position: center right;

}


ul#children li a.selected {
  color: #fff;
  background-repeat: no-repeat;
  background-position: center right;

}







/* added blockquote*/
blockquote {
	margin: 35px 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('img/sidebarul.jpg') no-repeat bottom; 
    color:#fff;  
    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;
}

.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 {
       width:15px;
       height:15px;
       border:none;
       padding: 0 .2em 0 0;
}


/* close menu header*/

/* Calenader Styling*/
/* calendar
--------------------------------------------------*/
/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:120px;
  margin:0px 10px 0 10px;
  text-align:center;
  background:#F6F6F6;
  color:#49515C;
}


#rightsidebar {
text-align:left;

}