/*
ESI Homepage CSS
*/

/* basics */

*{margin:0; padding:0;}

body {
	background:#7a8597;
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
	margin:20px;
	}
	
h1 {font-size: 18pt;
	margin-bottom: 10px;
}
h2 {font-size: 14pt; padding-bottom: 10px;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 772px;
	margin: 0 auto;
	padding:0;
	background:url("/wp-content/themes/blank2L/images/content-home-bg.gif") repeat scroll 0 0 #FFF;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
	position: relative;
  	width: 772px; 
  	height: 230px;
	color: #fff;
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;
	display: none;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;
	display: none;	
	}

/* main menu */


#menu {
	background: url("/wp-content/themes/blank2L/images/nav-bg.png") no-repeat scroll 0 0 transparent;
	font-family: arial, times, serif;
	font-size: 11px;
	font-weight:bold;
	width:772px; 
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	height: 28px;
}

#menu ul li:first-child{
	margin-left: 1px;
}

#menu ul li:hover{
	background: url("/wp-content/themes/blank2L/images/nav-over-bg.png") repeat-x left 5px transparent;
}

#menu ul li a {
	margin: 0;
	color: #646464;
	display:block;
	margin: 5px 0px 5px 0px;
	height: 10px;
	padding: 2px 5px 5px 5px;
	border-right: solid gray 1px;
}

#menu ul li:last-child a{
	border: none;
}

#menu ul li a:hover {
	color:#000;
	text-decoration: none;
}




/* search */
#search {
	position: relative;
	background: url("/wp-content/themes/blank2L/images/search-bg.png") no-repeat top right;
	float: right;
	height: 28px;
	width: 770px;
	z-index: 10;
}

#search #searchform{
	float: right;
}

/* content */


#content {
	float: left;
	width:485px;
	overflow: hidden;
	margin: 10px 0px 0px 0px;
	padding: 0px 15px 0px;
}

#content .pagetitle{
	margin-bottom: 25px;
	font-size: 22px;
	border-bottom: solid #333 1px;
	padding: 0px 10px 1px 0px;
	color: #333;
}

#content #featured_home{
	width: 515px;
	margin-left: -15px;
	background: url("/wp-content/themes/blank2L/images/featured-bg.jpg") #702630 no-repeat top left;
	color: white;
	text-shadow: #000 1px 1px 2px;
	border-left: solid black 1px;
}

#content #featured_home h2{
	margin: 0px 10px;
	padding: 5px 0 15px;
	font-size: 14px;
}

#content #featured_home a{
	float: left;
	padding: 5px 0;
	color: white;
	text-decoration: underline;
	width: 200px;
}

#content #featured_home .textwidget{
	padding: 0px 10px 15px;
}

#content .entry .logo{
	padding-top: 10px;
}

.post {
	margin:0;
	padding:0;
	line-height: 12pt;
	}

.post h1{
	font: 24px verdana, arial, tahoma, sans-serif;
	color: #660000;
}
	
.post h2{
	font: 18px verdana, arial, tahoma, sans-serif;
	color: #660000;
	}
	
.post h2 a{
	color: #660000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #660000;
	text-decoration: underline;
	}

.post ul {
	margin: 10px 10px 15px 0px;
}

.post li {}

.post ul li{
	list-style-type: disc;
	margin: 5px 20px 5px 35px;
}

.post .entry .read_more a{
	margin-left: 20px;
	text-decoration: underline;
	color: #333;
	font-weight: bold;
}

.post .entry .read_more a:hover{
	color: #660000;
}

.entry p{margin: 5px 0 10px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	position: relative;
	z-index: 5;
	font-family: arial, tahoma, san-serif;
	font-size: 8pt;
	width: 256px;
	float: right;
	margin: 0;
	padding: 0;
	margin-top: -5px;
}

#sidebar ul h2{
	font:bold 14px arial, georgia, times;
	color:black;
	margin: 12px 0 0 0;
	padding: 0 0 3px 15px;
	text-shadow: #afafaf 1px 1px 2px;
}

#sidebar hr{
	padding: 0 5px;
	margin: 0 10px;
}

#sidebar ul li {
	list-style: none;
	font:normal 12px tahoma, arial, georgia, times;
	color: black;
	padding: 6px 15px;
	line-height: 16px;
}

#sidebar ul li a{
	color: #713132;
	font-weight: bold;
}

#sidebar ul li a:hover{
	text-decoration: underline;
}

#sidebar ul li a .date{
	font-weight:normal;
	color: #4c4c4c;
	font-style: italic;
}

#sidebar #newsletter {
	padding: 0 15px 15px;
}

#sidebar #newsletter #email{
	height: 20px;
	width: 155px;
	padding: 0 5px;
	border: solid #6c6c6c 1px;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:0px 20px 5px 0;
}

#searchform input#s{
	padding: 0px 5px;
	width: 140px;
	height: 18px;
	border: solid #6c6c6c 1px;
}
	
#searchform #search_submit{
	padding-left: 10px;
	float: right;
	margin-top: 3px;
}

	
	
/* misc */

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
	}
	
.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: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	background-color: #7A8597;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #596575; text-align:center;}
#footer a{color: #596575;text-decoration: none;}
#footer a:hover{color: #eee;text-decoration: underline;}

#credits {
	text-align: center;
	color: #596575;
	padding: 5px 0;
    height: 20px;
	border-top: solid black 1px;
}


#credits h4{
	font-size: 10px;
}

#credits a {
	color: #596575;
}

#credits #copyright{
	float: right;
	margin-left: 10px;
}
#credits #innoshare{
	float: left;
	margin-right: 10px;
}

/****** featured_links ******/

#featured_links{
	background-color: #7A8597;
	clear: both;
text-align: center;
}

#featured_links ul{
margin: 0;
padding: 0;
}

#featured_links ul li{
	list-style: none;
	display: inline;
}

#featured_links ul li a{
	color: #596575;
	font: bold 10px arial,tahoma,sans-serif;
	padding: 0 10px;
	border-right: solid #596575 1px;
}

#featured_links ul li a:hover{
	color: #fff;
}

#featured_links ul li:last-child a{
	border: none;
}

