/*
Theme Name: Synedgen
Theme URI: http://www.synedgen.com/
Description: A custom wordpress theme for Synedgen
Author: Eastwood Arts
Author URI: http://eastwoodarts.com
version: 1.0
Tags: 
*/




/* basics */

body {
	background:#fff url(images/bg-inside.png) repeat-x 0 -20px;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 10pt;
	color:#444;
	}
	
body.home {
	background:#fff url(images/bg.png) repeat-x 0 -20px;
	}

	
h1 {
	font-size: 18pt;
	color:#444;
	font-weight:bold;
}

h2 {
	font-size: 14pt;
	color:#444;
	font-weight:bold;
}

h3 {
	font-size: 12pt;
	color:#444;
	font-weight:bold;
}

h4 {
	font-size: 9pt;
	color:#444;
}

h1, h2, h3 {
	margin:12px 0;
}

p {
margin:12px 0;
}

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;
	}
	
strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

.clear {
	clear: both;
}


/* links */

a {
	font-weight:bold;
}

a:link {
	color:#333;
	text-decoration: underline;
	}
	
a:visited {
	color:#555;
	text-decoration: underline;
	}
	
a:active {
	color:#222;
	text-decoration: underline;
	}

a:hover {
	color:#222;
	text-decoration: underline;
	}


/* lists */

#content ul {
	padding: 0 0 0 35px;
	margin: 0;
	list-style:disc;
	}

#content ul li {
	margin: 0;
	padding: 0;
	list-style:disc;
	margin-bottom:5px;
	}

#content ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

#content ol li {
	margin: 0;
	padding: 0;
	margin-bottom:5px;
	}

/* container */


#container {
	width: 900px;
	margin: 0 auto;
	padding:0 22px;
	background:transparent url(images/bg-top-inside.jpg) no-repeat 0 -20px;
	overflow: hidden;
	}
	
.home #container {
	background:transparent url(images/bg-top.jpg) no-repeat 0 -20px;
	}
	
/* header */

#header {
	height:0px;
	overflow:hidden;
	}

#header h1{
	display:none;	
	}
	
#logo {
	height:90px;
	position:absolute;
	top:60px;
	width:290px;
	z-index:1;
}

/* main menu */


#menu {
	background:transparent url(images/bg-menu.jpg) repeat-x;
	line-height:50px;
	height:50px;
	overflow:hidden;
	margin-bottom:69px;
	float:right;
}


#menu ul {
	background:transparent url(images/bg-menu-right.jpg) no-repeat top right;
	margin:0;
	padding:0;
	height:50px;
	min-width:600px;
}

#menu ul li {
	list-style-type: none;
	list-style: none;
	float:left;
	margin: 0;
	padding: 0;
	height:50px;
}

#menu ul li a {
	padding:0 20px;
	margin: 0;
	color: #fff;
	line-height:50px;
	display:block;
	font-weight:bold;
	text-decoration:none;
	font-size:12pt;
}

#menu ul li a:hover {
	background:#fff url(images/bg-menu-hover.png) repeat-x;
	color:#444;
}

#menu ul li.menu-end {
	width:9px;
	background:transparent url(images/bg-menu-left.gif) no-repeat top left;
}

.home #menu ul li.menu-end {
	width:9px;
	background:transparent url(images/bg-menu-left-home.gif) no-repeat top left;
}

#menu .current_page_item a {
	background:#fff url(images/bg-menu-hover.png) repeat-x;
	color:#444;
}

/* sub menu */
#submenu {
	background:#97c6d7 url(images/bg-submenu-bottom.png) no-repeat left bottom;
	height:40px;
	overflow:hidden;
}

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

#submenu ul li {
	list-style-type: none;
	list-style: none;
	float:left;
	margin: 0;
	padding: 0;
	height:40px;
}

#submenu ul li a {
	padding:0 30px;
	margin: 0;
	color: #fff;
	line-height:40px;
	display:block;
	font-weight:bold;
	text-decoration:none;
	font-size:12pt;
}

#submenu ul li a:hover {
	background:transparent url(images/bg-submenu-hover.png) no-repeat center -5px;
	color:#296dc1;
}

#submenu .current_page_item a {
	background:transparent url(images/bg-submenu-hover.png) no-repeat center -5px;
	color:#296dc1;
}

/* header image */
.header-image-empty {
	height:74px;
	background:url(images/header.jpg) no-repeat;
}

/* content */

#content_container {
	background-color:#fff;
	min-height:500px;
}

#content {
	float:left;
	width:530px;
	overflow: hidden;
	margin:10px 0 20px 30px;
	line-height:1.6em;
	}
	
.page-template-page-nosidebar-php #content {
	float:none;
	width:840px;
	margin:10px 30px 20px 30px;
}

.post {
	margin:0;
	padding:0;
	}
	
.post h2{
	
	}
	
.post h2 a{
	color: #444;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #000;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	
.entry .postmetadata{
	margin-top:50px;
	}
	

.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;}

.news-post {
	margin-bottom:35px;
}

.news-post h2 {
	margin:0;
	padding:0;
	margin-top:12px;
}

/* sidebar */

#sidebar {
	font-size:9pt;
	width:250px;
	float:right;
	margin:10px 30px 20px 0;
	padding: 0;
	padding-left:20px;
	border-left: 1px solid #ddd;
	}

#sidebar h2{
	font-size:13pt;
	font-weight:bold;
	color: #296dc1;	
	margin: 0;
	padding: 0;
	padding-top:10px;
}

.home #sidebar h2{
	font-size:14pt;
	font-weight:bold;
	color: #444;	
	margin: 0;
	padding: 0;
}

#sidebar h3{
	font-size:10pt;
	font-weight:bold;
	color: #444;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font-size:11pt;
	font-weight:normal;
	color: #000;	
	margin: 0;
	padding: 0;
}

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

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

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

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

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

#sidebar ul ul li {
	list-style-type: none;
	margin:12px 0;
	padding-left:20px;
	background:url(images/bullet.gif) no-repeat;
	}

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

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



/* 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 10px;
	margin-bottom:10px;
	text-align:right;
	}

#searchform input#s{
	margin:0;
	padding:2px 5px;
	border:1px solid #93e5ff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size:9pt;
	color:#296dc1;
	background-color:#ecfafe;
	width:150px;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 12px 14px;
	display: inline;
	}

img.alignleft {
	margin:0 14px 12px 0;
	padding: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:#daebf1 url(images/bg-footer-top.png) no-repeat;
	clear: both;
	padding:25px 22px;
	}
	
#footer p {
	padding:0;
	margin: 0;
	color: #555;
	font-size:8pt;
	line-height:1.4em;
}
#footer div.column {
	float:left;
	width:33%;
}
#footer div.column-1 p {
	font-size:10pt;
}
#footer a{color: #2476bb;text-decoration: none;}
#footer a:hover{color: #0588f7;text-decoration: underline;}


/* homepage banner */
.home .header-image {
	position:relative;
}

.home .header-image #header_home_sustainable {
	position:absolute;
	bottom:92px;
	right:0;
	display:none;
}

.home .header-image #header_home_innovative {
	position:absolute;
	bottom:58px;
	right:0;
	display:none;
}

.home .header-image #header_home_life_saving {
	position:absolute;
	bottom:2px;
	right:0;
	display:none;
}
