/*
Theme Name: So Elated
Theme URI: http://www.soelated.net
Description: So Elated Theme
Version: 1 (WP2.6.5)
Author: Shawn Hubbard
Author URI: http://www.shawnhubbard.net
Tags: music, so elated, custom
*/

/* Colors:
	Link background orange: #ffa329
	Main Background: 		#cccc99
	Content Background:		#edeedc
	Menu Background:		#303030
	Link orange color:		#ba6208
*/

@import "reset.css";
@import "typography.css";
@import "front.css";

/* utility */
.clear { clear: both; }
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }
div { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */


/* presentation */

body {
	background: url(images/top-header-bg.gif) top repeat-x #cccc99;
	margin: 0;
	padding: 0;
}

img {
	margin: 5px;
	border: 1px solid #303030;
}

a img {
	border: 1px solid #303030;
}

a:hover img {
	border: 1px solid #303030;
}

p {
	font-family: Tahoma, Geneva, Verdana;
	font-size: 10pt;
	line-height: 16pt;
	padding: 4px;
}

strong { 
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 18px;
	font-weight: bold;
}

em { 
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 18px;
	font-style: italic;
}

small {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #303030;
}

h1 {
	font-size: 18pt;
	font-family: Helvetica;
}

h2 {
	font-size: 16pt;
	font-family: Helvetica;
}

h3 {
	font-size: 14pt;
	font-family: Helvetica;
}

h4 {
	font-size: 10pt;
	font-family: Helvetica;	
}

.gray {
	color: #303030;
}

/* ----------HEADER---------- */

#header {
	width: 100%;
	height: 281px;
	margin: 0 auto;
	padding: 0;
	background: url(images/header.jpg) top center no-repeat;
	display: table;
}


/* ----------MENU---------- */

#menu-wrap {
	color: #fff;
	width: 880px;
	height: 20px;
	padding: 10px;
	margin: 0 auto;
	background: #303030;
	text-align: center;
	
	top: 190px;
	left: 5px;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#menu-wrap ul li {
	display: inline;
	font-size: 14pt;
	color: #fff;
	margin: 0 5px;
}

#menu-wrap a {
	font-family: Arial;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding: 5px 5px 20px;
}

#menu-wrap a:link {
	font-family: Arial;
	text-transform: uppercase;
	text-decoration: none;
}

#menu-wrap a:hover {
	color: #303030;
	font-family: Arial;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #edeedc;
	border-top: 6px solid #ffa329;
}

#menu-wrap a:visited {
	font-family: Arial;
	text-transform: uppercase;
	text-decoration: none;
}


/* ----------CONTENT WRAPS---------- */

#content-wrap {
	width: 900px;
	margin: 0 auto -160px auto;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	top: -25px;
	left: 5px;
	background: #edeedc;
}

#post-wrap {
	width: 540px;
	height: auto;
	margin: 0 0 0 20px;
	float: left;
}

#np-links-wrap {
	width: 528px;
	float: left;
	padding: 10px 5px;
	margin: 10px 0px 0px 0px;
	border: 1px solid #cccc99;
	background: #edeedc;
	text-align: center;
}

#np-links {
	display: inline;
	font-family: Arial;
	font-size: 10pt;
	color: #303030;
	margin: 0 5px;
}

/* ----------POST---------- */

.post {
	width: 540px;
	background: url(images/post-bottom.jpg) bottom center no-repeat #fff;
}

.post-title-bg {
	width: 532px;
	height: 22px;
	background: #e17609;
	clear: both;
	padding-left: 8px;
	padding-top: 4px;
}

.post h2 {
	font-family: Arial;
	font-size: 14pt;
	text-transform: uppercase;
	color: #fff;
}

.post-push {
	height: 50px;
	display: block;
}

.post a {
	padding: 0px;
	line-height: normal;
}

.post a:link {
	font-family: Helvetica;
	color: #ba6208;
	text-decoration: none;
}

.post a:hover {
	font-family: Helvetica;
	color: #ba6208;
	border-bottom: 1px dotted #ba6208;
}

.post a:visited {
	font-family: Helvetica;
	color: #ba6208;
	border-bottom: 1px dotted #ba6208;
	text-decoration: none;
}

.post h2 a {
	color: #fff;
	margin-top: 1px;
}

.post h2 a:link {
	color: #fff;
}

.post h2 a:visited {
	color: #fff;
}

.post-list-navigation {
	float: left;
}

.entry {
	width: 510px;
	padding: 10px 16px;
}

/* ----------SIDEBAR---------- */

#sidebar {
	width: 306px;
	margin: 10px 0 0 574px;
	background: url(images/sidebar-bottom.jpg) bottom center no-repeat #fff;
	overflow: hidden;
}

#sidebar-content {
	width: 306px;
	padding: 10px;
}

#sidebar a {
	padding: 0;
	font-size: 10pt;
	line-height: 16pt;
	margin: 2px 8px;
}

#sidebar a:link {
	font-family: Helvetica;
	color: #ba6208;
	text-decoration: none;
}

#sidebar a:hover {
	font-family: Helvetica;
	color: #ba6208;
	border-bottom: 1px dotted #ba6208;
}

#sidebar a:visited {
	font-family: Helvetica;
	color: #ba6208;
	border-bottom: 1px dotted #ba6208;
	text-decoration: none;
}

.sidebar-title-bg {
	width: 100%;
	height: 26px;
	background: #83b52b;
}

#sidebar h2 {
	font-family: Arial;
	font-size: 12pt;
	padding: 4px 8px;
	color: #303030;
}

.sidebar-push {
	height: 40px;
	display: block;
}


/* ----------COMMENTS---------- */

#comment-wrap {
	width: 540px;
	float: left;
	background: #fff;
	margin: 10px 0;
	background: url(images/post-bottom.jpg) bottom center no-repeat #fff;
}

.comment-push {
	height: 50px;
	display: block;
}

.comment-title-bg {
	width: 100%;
	height: 20px;
	background: #826f43;
	clear: both;
}

#comment-wrap .input {
	padding: 2px 2px;
}

.text-area {
	width: 480px;
}

.button {
	margin-left: 10px;
}

#comment-wrap p {
	padding: 5px 25px;
	line-height: 14pt;
	font-family: Helvetica;
	font-size: 10pt;
}

#comment-wrap h3 {
	font-family: Arial;
	font-size: 12pt;
	padding-left: 8px;
	padding-top: 2px;
	text-transform: uppercase;
	color: #fff;
}

#comment-wrap cite {
	padding: 18px 16px 5px;
	font-family: Helvetica;
	font-size: 12pt;
	color: #303030;
}

#comment-wrap a {
	padding: 0px;
	line-height: normal;
}

#comment-wrap a:link {
	font-family: Helvetica;
	color: #ba6208;
	text-decoration: none;
}

#comment-wrap a:hover {
	font-family: Helvetica;
	color: #ba6208;
	border-bottom: 1px dotted #ba6208;
}

#comment-wrap a:visited {
	font-family: Helvetica;
	color: #ba6208;
	border-bottom: 1px dotted #ba6208;
	text-decoration: none;
}


/* ----------ARCHIVE---------- */

#archive-title {
	width: 528px;
	float: left;
	padding: 10px 5px;
	margin: 0px 20px 10px 20px;
	border: 1px solid #cccc99;
	background: #edeedc;
	text-align: center;
}

#archive-title h2 {
	font-family: Arial;
	text-transform:  uppercase;
	color: #303030;
	font-size: 12pt;
}

/* ----------FOOTER---------- */

#push {
	height: 160px;
}

#footer-wrap {
	width: 100%;
	height: 160px;
	padding: 0;
	background: url(images/bottom-footer-bg.gif) top repeat-x;
}

#footer-content {
	width: 100%;
	height: 160px;
	margin: -1px auto 0;
	padding: 0;
	background: url(images/footer.jpg) center bottom no-repeat;
	text-align: center;
	display: table;
}

#footer-content p {
	padding-top: 19px;
	font-family: Helvetica;
	font-size: 10pt;
}

#footer-content a {
	padding: 0px;
	line-height: normal;
}

#footer-content a:link {
	font-family: Helvetica;
	color: #ba6208;
	text-decoration: none;
}

#footer-content a:hover {
	font-family: Helvetica;
	color: #ba6208;
	border-bottom: 1px dotted #ba6208;
}

#footer-content a:visited {
	font-family: Helvetica;
	color: #ba6208;
	border-bottom: 1px dotted #ba6208;
	text-decoration: none;
}

