/*
Theme Name: Coalesce Product Development
Theme URI: http://www.coalesceproductdevelopment.com
Description: Coalesce Theme
Version: 1.0
Author: Chameleon Studios

*/

/* GENERAL LAYOUT */
body				{ background-color:#FFF; text-align:center; margin:0px; }
body				{ font-family:Arial, Helvetica, sans-serif; font-size:85%; line-height:140%; }
input, textarea, select { font-family:Arial, Helvetica, sans-serif; font-size:100%; }
table				{ font-size:100%; line-height:145%; }
img 				{ border:0px; }
blockquote 		  	{ margin-top:2px; margin-bottom:2px; }

/* Font styles */
h1					{ margin:0px 0px 20px 0px; padding:0px; font-size:180%; font-weight:normal; color:#436B84; }
h1.post				{ margin:0px 0px 5px 0px; }
a					{ color:#43697E; text-decoration:none; }
a:hover				{ color:#000; }

/* Image */
.alignright			{ float:right; margin:0px 0px 10px 10px; }
.alignleft			{ float:left; margin:0px 10px 10px 0px; }

/* Main container */
.container			{ width:951px; margin:0px auto; text-align:left; }

/* Header */
#header				{ width:100%; overflow:hidden; }
#logo				{ width:347px; height:110px; float:left; background:#FFF url("images/logo.gif") no-repeat; }
#logo span			{ display:none; }
#contact			{ width:604px; float:left; text-align:right; padding-top:50px; }

/* Navigation */
#navigation-wrapper			{ width:100%; overflow:hidden; background:#43697E; text-align:center; }
#top						{ padding:0px; margin:0px; list-style-type:none; }
#top li						{ float:left; }
#top li a					{ display:block; float:left; color:#FFF; padding:8px 15px 9px 15px; margin:0px; text-decoration:none; }
#top li a:hover 			{ background:#2C4351; }
#top li.current_page_item a	{ background:#2C4351; }
#top li.current_page_ancestor a	{ background:#2C4351; }

/* Homepage banners */
#homepage-wrapper	{ width:100%; height:304px; overflow:hidden; background:#000 url('images/bg.homepage.jpg') repeat-x; text-align:center; }

/* Inner banners */
#inner-wrapper		{ width:100%; height:82px; overflow:hidden; background:#000 url('images/bg.inner.jpg') repeat-x; text-align:center; }

/* Main structure */
#main				{ background:url('images/bg.main.gif') repeat-y; margin:20px 0px; overflow:hidden; width:100%; }
#main #content		{ float:left; width:609px; }
#news				{ float:right; width:342px; }
.padding			{ padding:6px 20px; }
#main #content .padding p:first-child { margin:0px; padding:0px; }

/* Inner structure */
#maininner			{ background:url('images/bg.maininner.gif') repeat-y; margin:20px 0px; overflow:hidden; width:100%; min-height:400px; }
#maininner #content	{ float:right; width:763px; }
#maininner #navigation { float:left; width:188px; }
.sub				{ padding:0px; margin:0px; list-style-type:none; }
.sub li a			{ display:block; width:100%; background:url(images/bg.navigationinactive.gif) no-repeat 30px 50%; padding:5px 0px; text-indent:45px; text-decoration:none; }
.sub li a:hover		{ background:url(images/bg.navigation.gif) no-repeat 5px 50%; color:#FFF; }
.sub li.current-cat a { background:url(images/bg.navigation.gif) no-repeat 5px 50%; color:#FFF; }
.sub li.current_page_item a { background:url(images/bg.navigation.gif) no-repeat 5px 50%; color:#FFF; }
.sub li.current_page_ancestor a { background:url(images/bg.navigation.gif) no-repeat 5px 50%; color:#FFF; }

/* Latest news */
.rss				{ float:left; margin:1px 10px 0px 0px; }
.news-title			{ color:#436B84; font-size:120%; }
.news				{ background:url('images/arrow.gif') no-repeat 0px 3px; padding-left:12px; margin-bottom:10px; }
.date				{ color:#656565; font-size:90%; }
h2					{ margin:0px; padding:0px; font-size:130%; font-weight:normal; color:#436B84; }
h2 a				{ color:#436B84; }
.news-item			{ border-top:solid 1px #000; margin-top:10px; padding-top:15px; }

/* Footer */
#footer-wrapper		{ width:100%; overflow:hidden; background:#43697E url('images/bg.footer.jpg') repeat-x; text-align:center; }
#footer-wrapper .container { padding:7px 0px 5px 0px; color:#FFF; overflow:hidden; font-size:90%; }
#footer-wrapper .left { float:left; width:50%; }
#footer-wrapper .right { float:right; width:50%; text-align:right; }
#footer-wrapper a	{ color:#FFF; }

