/*
Theme Name: Blank 2-Column L-S
Theme URI: http://example.com
Description: A Blank Wordpress theme with left sidebar
Author: Your Name
Author URI: http://example.com
version: 1.0
*/

/* basics */

*{margin:0; padding:0;}

body {
	font-family:Arial;
	font-size:12px;
	line-height:1.273em;
	color:#5d5853;
	background:#ffffff url(/images/bg.gif) top repeat-x;
	}
	
h1 {font-size: 18pt;}

h2 {font-size:1.273em; line-height:1em; color:#1291a4; margin-bottom:4px; margin-top:6px;}
h2 a {color:#1291a4;}

h2 span { font-size:12px; font-weight:normal;color:#128ea1 }

h3 {font-size:14px; line-height:1em; color:#1291a4; margin:10px 0 0px 0px; text-transform:capitalize}
h3 a {color:#1291a4;}

h4 {font-size: 9pt;}

/* images and misc. */

img{ border: none; padding: 0px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}

/* lists */
ul { list-style:none;}
ol { list-style:none;}

/* links */
a {color:#128ea1;}
a:hover{text-decoration:none;}



/* container */
#container {
	width: 900px;
	margin: 0 auto;
	padding: 6px;
	background: inherit;
	overflow: hidden;
	}
	
/* header */

#logo {
	width:900px;
	height:90px;
	overflow: hidden;
}

	.logo-img {
		float: left;
		width:150px;
	}

	.logo-text {
		float: right;
		color:#777777;
		width:400px;
		text-align:right;
		margin-top:4px;
	}




#header_banner {
	width:900px;
	overflow: hidden;
	margin-top:5px;
	}

#header {
  width: 900px; 
  color: #fff;
  padding-bottom:4px;
  margin-bottom:4px;
  border-bottom: 1px solid #F1F1F1
	}

#header h1{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 16pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;	
	padding: 120px 0 0 16px;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}

/* main menu */


#menu {
	background: #90ce00;
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:5px;
	width: 900px;  
	height:39px;
	border-bottom:#7dc500 1px solid;
}


#menu ul {
	margin: 0;
	padding: 0px 0 0 0;
	text-align: left;
}

#menu ul li {
	list-style-type: none;
	display:block;
	float:left;
	margin: 0px 7.2px;
	padding: 0;
}

#menu ul li span {
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	text-transform: capitalize;
	line-height:12px;
	color: #f9f7f4;
}

#menu ul li a {
	text-decoration: none;
	padding:6px 12px;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #7dc500;
	color:#fff;
}



/* content */

content_100{
	overflow: hidden;
	width:900px;
	}	

#content {
	float: right;
	width:630px;
	overflow: hidden;
	padding: 0px 0px 5px 5px;
	}	

.post {
	margin: 0px;
	padding:0px 0px 10px 0px;
	line-height: 14pt;
	}
	
.post h2, #sidebar h2 {
	font-size: 16px;
	font-weight: bold;
	color: #6C9D31;
	}
	
.post h2 a, #sidebar h2 a{
	color: #5d5853;
	text-decoration: none;
	}
	
.post h2 a:hover, #sidebar h2 a:hover{
	color: #90ce00;
	text-decoration: none;
	}
	
.post p{font-size: 12px;}

.post a{text-decoration:underline;}

.post ul {}

.post li {}

.entry p{margin:0px 0px 6px 0px;}

.highlight-box {
padding: 12px;
margin: 0px 6px 6px 0px;
background:#FFFFCC;
border: 1px solid #FFCC00;
}

		.highlight-box p {
		padding-bottom: 0px;
		}
		
		.highlight-box strong {
		color:#FF7800;
		}
		
		.highlight-box img {
		float:left;
		padding:0 10px 0px 0;
		}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}
	
	.alignleft {float:left; margin:25px;}
	.alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}




/*special classes                                  */
.col1 {
	width:200px;
	float:left;
	padding:4px;	
	}
	
.col-left{
	width:249px;
	border-right:1px solid #F1F1F1;
	float:left;
	margin: 10px 0 4px 0;
	padding-right: 10px;
}

.col-middle{
	width:350px;
	float:left;
	margin: 0px 0 5px 0;
	padding: 0 10px;
}

.col-right{
	width:259px;
	border-left:1px solid #F1F1F1;
	float:right;
	margin: 0px 0 5px 0;
	padding-left: 10px;
}


/* lists */

.col-right ul, .col-middle ul, .col-left ul, .entry ul  {
margin-bottom:10px;
}

.col-right ul li, .col-middle ul li, .col-left ul li, .entry ul li, #sidebar ul li ul li  {
background: url(/images/bullet-green.gif) no-repeat 0px 2px;
padding-left: 20px !important;
padding-bottom:3px;
border-bottom:1px dotted #F1F1F1;
margin-bottom:3px
}

li.list-news {
background: url(/images/bullet_news.gif) no-repeat 0px 2px !important;
padding-left: 20px !important;
}


/* content boxes  ------------------------------------------------------------------ */
#box200 {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}


#box200 li {
        background:#ffffff none repeat scroll 0%;
		margin:8px;
}

#box200 li a { 
		color: #666666;
        display: block;
		border-bottom:1px dotted #F1F1F1;
        text-decoration: none;
		height: 85px;
		padding: 6px;
}

 * html #box200 li a {  /* make hover effect work in IE */
	width: 200px;
}

#box200 li a strong { 
		color: #118A9E;
		display:block;
}

#box200 li a img { 
		float:left;
		margin-right:15px;
		padding:0px;
}


#box200 li a:hover, #box200 li a:hover strong, #box200 li a:hover h4  {
        background: #7DC500 !important;
		color:#FFFFFF !important;
		border-bottom:1px solid #90ce00;
		}

#box200 a em { 
        color: #118A9E;
}

#box200 a span {
		display: block;
		float:right;
		width: 370px;
		margin-top: -15px;
		position:relative;
}




/* sidebar */

#sidebar {
	font-size:12px;
	width:259px;
	float:left;
	margin: 0px 0 5px 0;
	padding: 0;
	border-right:1px solid #F1F1F1;
	}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:0 12px 12px 0px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0px 0px 10px 0px;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	border-bottom:1px solid #F1F1F1;
	}

#sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	color:#118a9e;	
	border-bottom:1px dotted #F1F1F1;
	}
#sidebar ul ul li a {color:#118a9e; text-decoration:underline;}
#sidebar ul ul li a:hover {text-decoration:none;}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
	
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding: 6px;
	border: 1px solid #B2B2B2;
	}
	
#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 0px 0 6px 6px;
	}

#searchform input#s{
	font-size: 18px;
	margin: 4px 2px 0px 2px;
	color:#128ea1;
	}

#searchform input#searchsubmit{
	font-size: 16px;
	font-weight:bold;
	padding: 5px 2px;
	margin: 0px 2px 0px 2px;
	color: #ffffff;
	}

/* footer */

#footer {
	background:#f1f1f1;
	clear: both;
	height:30px;
	width: 100%;
	font-size: 11px;
	}
	
#footer p {color:#3c3c3c; color:#3c3c3c; padding:8px 31px 0 29px;}
#footer a {color:#1291a4;}
#footer .menu {float:right; margin-top:3px;}

input.search { 
	width: 292px; 
	border: 0;
	background: url(/images/search-field.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
}

input.submit {
	background: #FFF url(/images/search-submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 73px;
	margin: 0 15px 1px 0;
	color: #FFF;
}
