/*  
Theme Name: Chauvin
Theme URI: http://chauvingc.com
Description: A custom CSM theme for Chauvin Gospel Assembly. Crafted atop of Starkers by Elliot J Stocks
Version: 1.0
Author: Dave Von Bieker
Author URI: http://davevonbieker.com
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */

/* Colors

background brown: #332F26
background cream: #E7E0C4
dark brown: #0E0B06 
light teal: #90d2d6
medium teal:#295754
dark teal:#01322E



*/

/* Structure */

body {
	background:#332F26 url('images/chauvin-bg.jpg') repeat-y;
	background-position:top center;
}

#page {
	width:900px;
	margin: 0 auto;
	padding:0;
	position:relative;
	background:#E7E0C4 url('images/content-bg.jpg') repeat-y;
	z-index:1;
}

#header {
	background:url('images/header.jpg') no-repeat;
	height:217px;
	width:955px;
	margin-left:-20px;
	position:relative;
}

a#newButton {
	background:url('images/newButton.gif') no-repeat;
	display:block;
	margin-top:7px;
	margin-left:-7px;
	width:270px;
	height:91px;
	border:none;
}

h1 a#logoLink {
	background:url('images/logoLink.jpg') no-repeat;
	width:303px;
	height:138px;
	text-indent:-9999;
	font-size:1%;
	position:absolute;
	top:0;
	left:0;
	border:none;
	
}

a#middleOfNowhereLink {
		background:url('images/middleOfNowhereTag.jpg') no-repeat;
		width:115px;
		height:53px;
		text-indent:-9999;
		font-size:1%;
		position:absolute;
		top:0;
		left:303px;
		border:none;
		
}

#navbar {
	background:url('images/navbar-bg.jpg') no-repeat;
	height:38px;
	width:900px;
	margin:0;
	padding:0 10px;
	overflow:hidden;
}

#navbar li {
	float:left;
	margin-right:10px;
	text-transform:uppercase;
	margin-top:3px;
}

#navbar li a {
	display:block;
	color:white;
	font-family:'Trebuchet MS';
	font-size:18px;
	height:31px;
	padding:0 5px;
	padding-top:7px;
}

#navbar li a:hover {
	background:url('images/navItem-bg.jpg') repeat-x;
}

#navbar li.current_page_item a {
	background:url('images/navItem-bg.jpg') repeat-x;
}

#navbar li ul {
	display:none;
}


#content-area {
	width:900px;
}

#content {
	padding:10px;
	padding-bottom:30px;
	z-index:-5;
}

#top-callout {
	height:191px;
	background:url('images/top-callout.jpg') no-repeat;
	color:white;
	overflow:hidden;
	color:#90d2d6;
}

#topLeftPane {
	width:570px;
	height:191px;
	padding:10px 10px 10px 10px;
	float:left;
}

#topRightPane {
	background:url('images/topCalloutDivider.jpg') no-repeat;
	background-position:-1px left;
	width:250px;
	height:191px;
	float:left;
	padding:10px;
	padding-left:30px;
}

#featureContainer {
	overflow:hidden;
	margin-bottom:10px;
	margin-left:12px;
}

#featureContainer a, #featureContainer a:hover {
	border:none;
	text-decoration: none;
}

#bottom {
	
}

#bottom h2 {
	margin-bottom:15px;
	color:#01322E;
}

#bottom h2 a {
	border:none;
}
#bottomNews {
	width:355px;
	float:left;
	background:url('images/content-divider.jpg') no-repeat;
	background-position:355px;
	margin-right:5px;
	padding-right:20px;
	min-height:175px;
	width:585px;
	background-position:580px top;
	
	
}

#bottomEvents {
	width:225px;
	float:left;
	/*
	background:url('images/content-divider.jpg') no-repeat;
	background-position:225px;*/
	padding-right:20px;
	min-height:175px;
	margin-right:5px;
}

#bottomEvents .ec3_list {
	margin-left:0;
}

#bottomMessages {
	width:225px;
	float:left;
	min-height:175px;
	
	
}

#footerMenu {
	background:#63381A url('images/footerMenu-bg.gif') no-repeat;
	min-height:132px;
	width:900px;
	margin:0 auto;
	margin-top:-17px;
	z-index:9999;
	padding-top:10px;
	padding-bottom:10px;
}


#footer {
	background:url('images/footer-bg.jpg') repeat-x;
	padding:10px;
	height:15px;
	width:880px;
	margin:0 auto;
}

/* Typography */

body {
	font-family:Arial, Helvetica, sans-serif;
}

#content p {
	margin:0 0 15px 0;
} 

#footer {
	font-size:10px;
	color:white;
	text-align:right;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	margin:0 0 20px 0;
}

h1, h2, h3, h4, h5 {
	font-family:'Trebuchet MS';
}

h1 {
	font-weight:normal;
	text-transform:uppercase;
}

#pageContent h2 {
	font-size:1.4em;
	color:#295754;
	margin:15px 0;
}
#top-callout h1 {
	font-size:1.4em;
	color:white;
}

#top-callout h2 {
	color:white;
}

#top-callout p {
	margin:10px;
}

#top-callout em {
	font-size:0.85em;
}

#top-callout a:link {
	color: #6dc5b2;
}

#topRightPane {
	font-size:16px; 
	
}

#topRightPane h1 {

padding-bottom: 0px;
}

h2#headingNews {
	background:url('images/iconNews.jpg') no-repeat;
	padding-left:47px;
	height:35px;
	padding-top:5px;
}

h2#headingEvents {
	background:url('images/iconClock.jpg') no-repeat;
	padding-left:40px;
	height:35px;
	padding-top:8px;
	font-size:20px;
	margin-bottom:10px;
}

h2#headingMessages {
	background:url('images/iconMessages.jpg') no-repeat;
	padding-left:30px;
	height:35px;
	padding-top:8px;
	font-size:20px;
	margin-bottom:10px;
}

/* Lists */

#pageContent ul li {
	list-style-type: square;
	list-style-position:inside;
	margin:5px 5px;
}
/* Links */

#footer a, #footer a:link {
	color:#90d2d6;
	border-bottom:1px solid;
	padding:0 2px;
}

a, a:link {
	color:#295754; 
	padding:0 2px;
	border-bottom:1px solid;
}

a:hover {
	background:#295754;
	color:white;
	border:none;
}

img a, img a:link {
	border:0px none;
}

a img {border:none;}


 .post h2 a {
	text-decoration:none;
	border-bottom:none;
}
/* Floats */

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

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

.clear {
	clear:both;
}

/* Footer Nav */


#footerMenu li a {
	color:#E7E0C4;
	border:none;
}

#footerMenu ul#footerNav {
	padding:10px;
	font-size:15px;
	font-family:'Trebuchet MS';
	margin-bottom:20px;
	padding-bottom:20px;
}

#footerMenu ul#footerNav li.page_item {
	float:left;
	margin-right:15px;	
	max-width:130px;
}

#footerMenu ul#footerNav li.page_item ul li {
	float:none;
	font-size:0.9em;
	line-height:1.0em;
	margin:5px;
	margin-left:0;
}

#footerMenu ul#footerNav li.page_item ul li ul li {
	margin-left:10px;
}

#footerMenu ul#footerNav li.page_item ul li a {
color:#90d2d6;
}

/* Page Styles */

div#top-callout-Pages {
	height:40px;
	padding:10px 10px 0px 10px;
	background:url('images/top-callout.jpg') no-repeat;
	color:white;
	overflow:hidden;
	color:#90d2d6;
	position:relative;
}
	
#breadcrumbs {
	font-size:12px;
	float:right;
	position:absolute;
	text-align:right;
	right:20px;
	top:20px;
}

#breadcrumbs a {
	color:#E7E0C4;
	border:none;
	text-decoration:underline;
	font-weight:bold;
}
#breadcrumbs a:hover {
	background:#E7E0C4;
	color:#01322E;
	text-decoration:none;
}

/* Blog */

.blogColumn {
	width:650px;
	float:left;
}

#sidebar {
	margin-left:660px;
	width:180px;
	background:url('images/sidebar-divider.jpg') repeat-y;
	padding-left:30px;
}

li.widget {
	margin-bottom:20px;
}

textarea#comment {
	width:650px;
}

/* Page Template Styles */

.pageSidebar {
	width:160px;
	margin-bottom:30px;
	margin-top:0px;
}


.pageSidebar a {
	text-decoration:none;
	border:none;
}
.pageSidebar h1 {
	font-size:1.3em;
	margin-bottom:15px;
}

.pageSidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}

.pageSidebar ul ul {
	margin-left:15px;
	font-size:0.9em;
}

.pageSidebar li.current_page_item {
	background:#332F26 url('images/chauvin-bg.jpg') repeat-y;
	padding:5px;
}
li.page_folder ul {

}

.pageSidebar li.current_page_item a {
	color:orange;
}

#pageContent {
	float:left;
	width:660px;
}

#top-callout-Pages h2 {
	font-size:20px;
}

/* Blog Styles */

.blogColumn h2 {
	font-size:18px;
	clear:both;
}

.blogColumn p#postDate {
	color:#295754;
	width:75px;
	padding:10px;
	float:left;
	font-size:0.8em;
	border-right:solid 2px;
	margin-right:10px;
	text-align:right;
	text-transform:uppercase;
}

.blogColumn .navigation {
	clear:both;
	height:30px;
	margin-bottom:20px;
	border-bottom:1px dotted;
	
}

.blogColumn .navigation div {
	font-size:0.9em;
	display:inline;
	margin-right:30px;
}

.post {
	margin-bottom:25px;
}

/* Calendar Styles */

#pageContent div#ec3_big_cal {
border:silver none;
}

#pageContent div#ec3_big_cal table {
border-collapse:collapse;
line-height:normal;
width:660px;
margin:20px 0;
}

#pageContent div#ec3_big_cal table thead {
	background-color:#295754;
	color:white;
	padding:15px;
	text-transform:uppercase;
	height:25px;
}

#ec3_big_cal td.pad {
background-color:gray;
/* IE filter extension */
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=45);
  width:100%;                /* Required for IE filter */
  -moz-opacity: 0.45;         /* Mozilla extension */
  -khtml-opacity:0.45;        /* Konqueror extension (Safari 1.1)*/
  opacity: 0.45;              /* the correct CSS3 syntax */
border:medium none;
}

#ec3_big_cal table td#ec3_big_cal-today {
	background-color:orange;
	color:white;
}

#ec3_big_cal table td#ec3_big_cal-today  span.ec3_daynum {
color:white;
}

td.ec3_postday a.ec3_daynum:hover {
background-color:#0066CC;
color:white;
border-bottom:solid 1px;
}

#ec3_big_cal p.ec3_event a {
color:#295754;
}

#ec3_big_cal table td.ec3_eventday a.ec3_daynum {
color:white;
background-color:#295754;
}

#ec3_big_cal p.ec3_event a:hover {
color:white;
}

a#ec3_big_cal-ec3_prev, #ec3_big_cal-ec3_next, a#ec3_big_cal-ec3_publish, table caption a {
	border:none;
	border-bottom:none;
}

a#ec3_big_cal-ec3_publish {
	background-color:orange;
}

table.nav {
	background-color:white;
	border:medium none;
	border-top:1px solid #295754;
	border-bottom:1px solid #295754;
}

/* Middle of Nowhere Pages */

body.middle-of-nowhere h1 a#logoLink {
	background:url('images/MON-logoLink.jpg') no-repeat;
	width:303px;
	height:138px;
	text-indent:-9999;
	font-size:1%;
	position:absolute;
	top:0;
	left:0;
	border:none;
	
}

body.middle-of-nowhere a#middleOfNowhereLink {
		background:url('images/chauvin-tag.jpg') no-repeat;
		width:115px;
		height:53px;
		text-indent:-9999;
		font-size:1%;
		position:absolute;
		top:0;
		left:303px;
		border:none;
		
}

body.middle-of-nowhere #top-callout-Pages, body.artists #top-callout-Pages {
	background-color:orange;
	background-image:none;
	color:#0C0000;
}

body.middle-of-nowhere #top-callout-Pages a, body.artists #top-callout-Pages a {
	color:black;
}

body.middle-of-nowhere #navbar li a:hover, body.middle-of-nowhere #navbar li.current_page_item a, body.artists #navbar li a:hover, body.artists #navbar li.current_page_item a {
	background:url('images/navItem-bg-mon.jpg') repeat-x;
	color:black;
}

div.mon-artist {
	clear:both;
	border-top:dashed #295754 1px;
	margin:20px 0;
	padding-bottom:20px;
}

div.mon-artist img.border {
	margin-top:0;
}

/* IMAGES */

img.border {
	border:thin teal solid;
	padding:4px;
	margin:5px;
}	

img.alignleft {
	float:left;
	margin-right:10px;
	margin-left:0;
}

img.alignright {
	float:right;
	margin-left:10px;
	margin-right:0;
}	
