/* 
Theme: 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; /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #262626
	}
acronym { 
	border-bottom: 1px dashed #999; 
}
a { 
	text-decoration: none; 
	color: #369;
}
a:hover { 
	border-bottom: #49515C; 
	color: #eb5a00; 
}



input {
	background-color: #f8f7f4;
	color: #262626;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}

input:hover {
	border:1px solid #262626;
	background-color: #f8f7f4;
	color:#666;
	
}
input:focus {
	border:1px solid #262626;
	background-color: #FFF;
	color:#333;
}

.button {
	padding: 2px;
}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 810px;
	background: #fff;
	border: 1px solid #fff;
	text-align: left; padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0
	}
	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #262626 url('img/mynameisheader.jpg');
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	font-family: Georgia, "Times New Roman", Times, serif; padding-left:30px; padding-right:30px; padding-top:28px; padding-bottom:28px
	}
	
#header h1 { 	
	margin: 0;
	color: #49515C;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	text-align: center; /* Cancel IE Fix */
	}
#header h1 a { 	
	color: #49515C;
	border-bottom: 1px dashed #999; 
}
#header h1 a:hover { 	
	color: #49515C;	
	border-bottom: 1px dotted #999; 	
}
#header h2 { 	
	margin: 0;
	color: #49515C;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: auto;
	text-align: right;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav ul{
    list-style-type:none;
    text-align:center;
}

#nav {
    text-align:center;
    margin-left: 20px;
	background: #494646 url('img/bgm.gif');
	margin: 0; 
	padding: 0;
	height: 2.2em
	}
#nav li {
    text-align:center;
    list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 

float: left;
	text-decoration: none; 
	color: #ddd;
	background: #494646 url('img/bgm.gif');
	border-right: 4px solid #fff; 
		font-size: 1em;
	font-weight: bold; padding-left:8px; padding-right:8px; padding-top:3px; padding-bottom:3px
	}
#nav li a:hover { 
	background: #262626 url('img/bgm2.gif');
	color: #eb5a00
}
#nav li a.on { 
	background: #262626 url('img/bgm2.gif');
	color: #C6C4C5 

}

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: right;
	width: 175px;
	position: relative;
	line-height: 18px; 
	word-spacing: 1px;	
	}
#sidebar div { background: #fff url('images/para_bg.jpg') repeat-x; }	

#sidebar li.pagenav {
background: #fff url('images/para_bg.jpg') repeat-x; 
list-style:none;
}	
#sidebar li#linkcat-1 { 
background: #fff url('images/para_bg.jpg') repeat-x; 
list-style:none;
}	

#sidebar li { list-style-type: disc; margin-bottom:8px; 
}


/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
	
	#sidebar h2, #content h3 { 
	font-size: 1.1em; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	}

#content div, #sidebar div { 
	padding: 1px 0 0px 0;  
	border-top: 1px solid #ddd; 
  padding: 5px;
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/


#content {
	font-size: 1.6em
	padding-top:0px;
	background: #fff;
	float: left;
	width: 540px;
	position: relative;
	margin-left: 20px;
	line-height: 19px; 
	text-align: justify; 
	word-spacing: 0px;	
	}	
#content div { 
	padding: 1px 0 10px 0;  
	padding: 10px;
}	
#content h3 {
width: 500px;
}
#content h3 a{ 
	font-size: 1.3em; 	
	color: #49515C;
	margin: 0 10px 0 0; 
}


#content p { 
    font-size: 100%;
    color: black; }


{
text-decoration : none;
}


#content a{
}

#content div { 
	background-color: #FFFFFF;
}	



.alignright {
float: right;
margin-left: 10px;
margin-top: 5px;
}

.alignleft {
float: left;
margin-right: 10px;
margin-top: 5px;

}


a img {border:none}


{  }


.nextprev {
    height: 1.5em;
}
.nextprev .prev {
    float: left;
}
.nextprev .next {
    float: right;
}


/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #49515C url('img/bg-h.gif') repeat 100% 0;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both
	}
	
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; 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;
	text-align: justify;
	}

.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: 0.9em 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*/
	#sidebar ul {
	padding: 0 0 1em 5px;
	margin: 5px;	
}

/* added blockquote*/
blockquote {
margin: 1em 3em;
	color: #999;
	border-left: 2px solid #999;
	padding-left: 1em;
		}
	
	/* 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*/

/* Calenader Styling*/
/* calendar
--------------------------------------------------*/

/* subcontent
--------------------------------------------------*/

#sidebar
{width:210px;
}
#wp-calendar {color:#49515C;}

#sidebar table caption {border-bottom-color:#49515C;}

#sidebar table backgroud { color:#49515C;
}
#sidebar table thead tr {
  border-bottom-color:#49515C;
  color:#49515C;
}

#sidebar table th {border-bottom-color:#49515C;}

#sidebar table td#today {
  border-color:#00000;
  color:#49515C;
}

#sidebar table td a {
  border-bottom-color:#00000;
  background-color:#D3D3D1;
}

#sidebar table tfoot {border-top-color:#49515C;}

#sidebar table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:120px;
  margin:0px 10px 0 10px;
  text-align:center;
  background:#F6F6F6;
  color:#49515C;
}

#sidebar table caption {
  margin:5px 10px 0 10px;
  padding-bottom:5px;
  border-bottom:1px solid;
 letter-spacing:0.1em;
 font-size:10px;
  color:#49515C;
}

#sidebar table thead tr {border-bottom:1px solid;color:#49515C}
#sidebar table thead tr th{font-size:10px;}

#sidebar table th {border-bottom:1px solid; color:#49515C}

#sidebar table td {
  width:120px; /* maximaize width; honestly, I don't know much about tables... */
  padding:1px;
  font-size:10px;
  color:#49515C;
}

#sidebar table td#today {
  padding:0;
  border:1px solid;
  font-size:12px;
  font-weight:bold;
  color:#49515C;
}

#sidebar table td a {
  display:block;
  border-bottom:1px solid;
  font-weight:bold;
  font-size:1.15em;
  color:#ffffff
}

#sidebar table tfoot {border-top:1px solid;
color:#49515C;}

#sidebar table tfoot a {
  border:none;
  font-weight:bold;
  color:#49515C;
  
  
  
  
}

#sidebar table tfoot #prev a {text-align:left;}
#sidebar table tfoot #next a {text-align:center;}
