/*
Theme Name: Southern Comfort
Theme URI: http://www.christianjohnsonlive.com/
Description: Inspired by the label on a bottle of Southern Comfort
Author: Ammon Morris
Author URI: http://likesalmon.wordpress.org/
Tags: blue, custom header, fixed width, two columns, widgets

	Southern Comfort 1.0
	 
	This Theme was built on a Macbook.  It was drawn in Inkscape 
	(www.inkscape.org/), aged to perfection using GIMP
	(http://www.gimp.org/) and coded in TextMate (http://macromates.com/).

	The CSS, XHTML and design are a copyright of Christian Johnson.

*/



@import "typography.css";

/*** NORMALIZER ***/

/*Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

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

/* Normalizes font-style and font weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Removes broder from fieldset and img */
fieldset, img {
	border: 0;
}

/* Left-aligns text in caption and th */
caption, th {
	text-align: left;
}

/* Removes quotation marks from q */
q:before, q:after {
	content: '';
}







/*** LAYOUT ***/

html{
	background: url('images/wood_texture.jpg') repeat top left;
}
body {
	position: relative;
	width: 100%;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}


#page {
	position: relative;
	margin: 39px auto;
	width: 807px;
	background: url('images/content_bg.gif') repeat-y left top;
}







/* Header */

#header {
	position: relative;
	top: -36px;
	background: url('images/header_bg.gif') no-repeat top left;
	width: 100%;
	height: 36px;
	border: 0;
	z-index: 1;
}
#headerimg {
	position: absolute;
	top: 37px;
	width: 100%;
	height: 229px;
	background: url('images/brandimg.png') no-repeat center top;
	text-indent: -9999px;
	overflow: hidden;
	border: 0;
	z-index: 3;
}
.description {
	position: absolute;
	top: 174px;
	left: 51px;
	width: 524px;
	height: 340px;
	text-indent: -9999px;
	border: 0;
	overflow: hidden;
	z-index: 1;
	background: url('images/description.png') no-repeat top left;
}

.lessons a {
	background: url('images/lessons.png') no-repeat top left;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 284px;
	left: 589px;
	width: 140px;
	height: 212px;
	text-indent: -9999px;
	z-index: 2;
}






/* Primary Navigation */
.site_navigation {
	position: absolute;
	top: 523px;
	left: 0px;
	width: 100%;
	text-align: center;
	background: url('images/nav_underline.png') no-repeat center bottom;
	padding: 0 0px 20px 0px;
	border: 0px solid black;
}
.site_navigation li {
	display: inline;
	margin-left: 11px;
	text-align: center;
	background: url('images/mustache.png') no-repeat left center;
	padding-left: 20px;
}








/* Content */

#content {
	position: relative;
	top: 36px;
	width: 100%;
	background: url('images/content_bg.gif') repeat-y top left;
	padding-top: 412px;
	padding-bottom: 242px;
	z-index: 0;
}
.posts {
	float: left;
	width: 379px;
	margin: 55px 32px 0px 54px;
	z-index: 1;
}
.post {
	margin: 2em 0;
}
.posts_pages {
	padding-top: 0px;
}
.entry p {
	margin: .5em 0;
	text-align: justify;
}
#content small, .postmetadata {
	font-size: .8em;
}
.postmetadata small {
	display: none;
}
#content_header {
	position: relative;
	width: 100%;
	height: 59px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/h2_news.png') no-repeat center center;
	margin-top: 1em;
}
.pages_title {
	width: 100%;
	overflow: hidden;
	border: none;
	text-indent: -9999px;
	height: 66px;
	margin-bottom: 1em;
}
.pagetitle {
	width: 100%;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
}
#post-2 .pages_title {
	background: url('images/h2_about.png') no-repeat center top;
}
#post-11 .pages_title {
	background: url('images/h2_contact.png') no-repeat center top;
}
#post-19 .pages_title {
	background: url('images/h2_lessons.png') no-repeat center top;
}
#post-3 .pages_title {
	background: url('images/h2_listen.png') no-repeat center top;
}
#post-15 .pages_title {
	background: url('images/h2_gallery.png') no-repeat center top;
}








/* Sidebar */
#sidebar {
	position: relative;
	padding-top: 88px;
	float: left;
	width: 250px;
	border: 0px solid black;
	margin: 0 0px 0px 54px;
}
#upcoming-events, #event-calendar, #wordtube {
	border: 0px solid blue;
	margin-bottom: 50px;
	position: relative;		
}
#upcoming-events {
	background: url('images/bg_events.png') no-repeat top left;
	width: 250px;
}
.ec3_events {
	position: relative;
	top: 17px;
	background: url('images/bg_events_bottom.png') no-repeat bottom left;
	width: 220px;
	padding: 0px 15px 10px 15px;
	border: 0px solid red;
}
#upcoming-events li {
	margin-bottom: 5px;
}
#event-calendar {
	background: url('images/bg_events.png') no-repeat top left;
	width: 250px;
	border: 0px solid red;
}
#wp-calendar {
	position: relative;
	top: 17px;
	background: url('images/bg_events_bottom.png') no-repeat bottom left;
	width: 220px;
	padding: 0px 15px 10px 15px;
	border: 0px solid blue;
}
#event-calendar caption {
	text-align: center;
	margin-bottom: .4em;
}
#wordtube {
	padding: 0;
	border: 4px solid #825e3a;
	height: 202px;
}
#upcoming-events h2, #event-calendar h2, #wordtube h2 {
	position: absolute;
	top: -21px;
	left: -41px;
	width: 139px;
	height: 52px;
	text-indent: -9999px;
	z-index: 1;
	overflow: hidden;
}
#upcoming-events h2 {
	background: url('images/events.png') no-repeat top left;
}
#event-calendar h2 {
	background: url('images/calendar.png') no-repeat top left;
}
#wordtube h2 {
	background: url('images/listen.png') no-repeat top left;
}
.ec3_list {  /* normalizes #upcoming-events li embedded styles */
	color: inherit !important;
	letter-spacing: 0px !important;
	margin-left: 0px !important;
	word-spacing: 0px !important;
}
.ec3_list_day a {
	font-size: .8em;
}
.ec3_list_day li {
	list-style: url('images/mustache.png') disc inside;
}
.ec3_schedule {
	border: none !important;
	font-size: .8em;
	float: none !important;	
}
.ec3_schedule td {
	padding-bottom: 16px !important;
	border-bottom: none;
	color: #1e140f !important;
}
.ec3_schedule td:first-child {
	padding-left: 21px;
	background: url('images/mustache.png') no-repeat left 3px;
}









/* Footer */
#footer {
	position: relative;
	top: 40px;
/*	margin-bottom: -224px;*/
	background: url('images/footer.png') no-repeat top center;
	width: 100%;
/*	height: 261px;*/
	padding: 0;
	z-index: 1;
	border: 0;
	clear: both;
/*	border: 1px solid black;*/
}
#nav_sup {
	position: relative;
	min-height: 40px;
/*	background: url('images/footer_bg.gif') no-repeat left bottom;*/
	z-index: 2;
/*	display: inline;*/
/*	border: 1px solid blue;*/
}
.redundant {
	position: relative;
	padding-top: 111px;
	padding-bottom: 30px;
	width: 258px;
	text-align: center;
	float: left;
/*	float: left;*/
/*	border: 1px solid red;*/
}
.media { left: 20px; }
.pages { top:-40px; left: 15px; }
.misc {}
.redundant a, #searchform label {
	font-size: .8em;
	position: relative;
}
#searchform input[type="text"] {
	border: 1px solid #1e170f;
	background-color: transparent;
}
#searchsubmit {
	background-color: #1e170f;
	color: #e7e3da;
	border: 1px solid #1e170f;
}
#searchsubmit:focus, #searchsubmit:hover {
	opacity: .7;
	filter: alpha(opacity=50);
}
#copyright {
/*	height: 40px;*/
	background: url('images/footer_bg.gif') no-repeat left bottom;
	padding: 30px 0 30px 0;
/*	border: 1px solid green;*/
}




/* Comments */
#respond {
	margin-top: 4em;
}
#commentform label {
	font-size: .8em;
}
#comment, #author, #email, #url {
	border: 1px solid #1e170f;
	background-color: transparent;
	margin-top: 1em;
}
#submit {
	background-color: #1e170f;
	color: #e7e3da;
	border: 1px solid #1e170f;
}
#submit:focus, #submit:hover {
	opacity: .7;
	filter: alpha(opacity=50);
}
h3 #comments { margin-bottom: 1.5em;}
.commentlist .alt { margin-top: 1.5em; border: 1px dotted #5f452a; padding: 10px;}







/* Pages */
.alignleft {
	float: left;
	font-size: .8em;
}
.alignright {
	float: right;
	font-size: .8em;
}
.posts_single h2 {
	margin-top: 1.2em;
	margin-bottom: 1em;
	font-size: 1.2em;
	width: 100%;
	text-align: center;
	border-top: dotted 1px #5f452a;
	padding-top: 10px;
}
.post {
	border-bottom: 1px dotted #5f452a;
}


