/*  
Theme Name: Cheyenne Chamber Singers Default
Theme URI: http://cheyennechambersingers.com/
Description: Developed exclusively for the Cheyenne Chamber Singers, Cheyenne, WY.
Version: 1.0
Author: Nathan Fitzsimmons
Author URI: http://artistemedia.net/

	CCS 1.0
	by Nathan Fitzsimmons, Artiste Media
	artistemedia.net
	
	If you have any questions, please contact me at nf@artistemedia.net
*/

/*Colors
dark - 3F3505
olive green - 645509
maroon - 573515
cream - FFF4BE
khaki - A59483
*/

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:10px;
}
.noheight {
	height:0;
}
/*layout*/
/*Structure*/
body {
	background: #f8f0da;
	font:14px/1.5 Verdana, Arial, Helvetica, sans-serif;
	color:#752023;
}

img {
	border: 0;
}

#header {
	width: 100%;
	height: 170px;
	background: #752023;
}
#header_inside {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
#header img {
	/*margin-top: 15px;margin-left: 15px;*/
}
.logo {
	float:left;
}
.promo {
	padding-top:10px;
	float:right;
}
#nav {
	width: 100%;height: 40px;
	padding: 0;
	background:#333333 url(images/button_bg.png) left center repeat-x;
	border: 0px solid #000;
	border-width:1px 0;
}

#content {
	margin: 0 auto 0 auto;
	padding:0 0 0 0;
	width: 960px;
	background: #fff;
	border: 0px solid #333333;
	border-width:0 1px 1px 1px;
}

#footer {
	text-align: center;padding: 15px 0;
}

/*Detail for structure items*/
#nav .nav_inside {
	width:960px;
	margin: 0 auto;
}
#nav ul {
	padding: 0;
	list-style: none;
	height:40px;
	width:auto;
	border-left:1px solid #111111;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	display: block;
	border-right: 1px solid #111111;
}

#nav li a {
	display: block;
	padding:10px 20px;
	text-decoration: none;
	background: transparent;
	font-size: 13px;
	color: #fff;
	border-left:1px solid #666666;
}
#nav li a:hover {
	background: #752023;
	/*border-bottom: 3px solid #573515;*/
}
#nav li:last-of-type {
	border-right:1px solid #666666;
}
#nav li:last-of-type a {
	border-right:1px solid #111111;
}
#nav li.current_page_item a {
	background: #752023;
}

#footer p {
	font-size: 11px;color: #752023;margin-bottom:10px;
}

#footer a {
	color: #752023;border-bottom: 1px dotted #573515;text-decoration: none;
}

#footer a:hover {
	color: #A59483;	border-bottom: 1px dotted #A59483;
}

/*Content Level*/
.post {
	margin:20px; margin-top:15px;
}

.post img {
	border: 2px solid #752023;
	padding: 0;
	margin: 0 0 20px 0;
}
.post .nomargin {
	margin:0;
}
.post .hr hr {
	display:none;
}
.post .hr {
	height:1px;
	width:100%;
	margin:20px 0;
	border-top:1px solid #888;
}
.post p {
	padding: 0;margin: 15px 0;
	font-size: 14px;
	font-weight: normal;
}

.post table {
	margin: 15px 0 0 0;
	font-weight: normal;
	font-style: italic;
}

.post table td {
	width: 200px;
}

.post form input[type=text] {
	width: 100px;
}

.post form input.text {
	width: 250px;
	border: 1px solid #645509;
}

.post form textarea {
	width: 450px;
	height: 200px;
	border: 1px solid #645509;
}

.post a {
	color: #752023;
	border-bottom: 1px dotted #752023;
	text-decoration: none;
}

.post a:hover {
	color: #A59483;
	border-bottom: 1px dotted #A59483;
	text-decoration: none;
}

.post h2 {
	font-size: 28px;color: #752023;font-family: Futura, "Century Gothic", AppleGothic, sans-serif;font-weight: 700;
}

.post h3 {
	font-size: 22px;color: #752023;font-family: Futura, "Century Gothic", AppleGothic, sans-serif;font-weight: 600;
	margin: 10px 0 0 0;
}

.post h4 {
	font-size: 18px;color: #752023;font-family: Futura, "Century Gothic", AppleGothic, sans-serif;font-weight: 500;
}

.post ul {
	list-style: square;
	padding:0 0 0 22px;
	list-style-position: outside;
}

.post li {
	padding: 5px 0;
}

.clr {
	clear: both;
	height: 10px;
	margin:0;
	padding:0;
	line-height:1;
}
.post img.noborder {
	border: none;
}
.homepage {
	margin:10px 20px 0 20px;
}
.homepage img {
	border:0;margin:0;
}
.homepage a {
	border:0;
}
.homepage #slider {
	position:relative;
}
.homepage .homepage_headline {
	height:90px;
	width:900px;
	padding:20px 0 0 20px;
	position:absolute;
	top:0;
	left:0;
	background:transparent url(images/overlay_bg.png) 0 0 repeat;
	color:#fff;
	line-height:1.1;
}
.homepage .homepage_headline h1 {
	font-size:28px;
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
	font-weight: 700;
}
.homepage .homepage_headline p {
	font-size:16px;
}
/*Alignment*/
.post img.alignright,
.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom:15px;
}
.clrright {
	clear:right;
}
.post img.alignleft,
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom:15px;
}
.clrleft {
	clear:left;
}
/*Forms*/
div#contact {
margin: 5px 0 0 0;
border: 2px solid darkgreen;
padding: 10px;
background-color: lightgreen;
width: 50%;
text-align: left !important;
	font-size: 12px;
	line-height: 15px;
}

.form_notice
{
color: red;
margin: 5px 0 0 0;
border: 2px solid red;
padding: 10px;
background-color: #E48484;
width: 50%;
text-align: left !important;

}

.form_notice p {
	font-size: 12px;
	line-height: 15px;
}

.form_notice img {
	border: none;
	margin: 0 15px 0 0;
}

.form_error ul, .form_notice ul
{
list-style-type: square;
background: none;
margin: 5px 20px !important;
padding: 0px !important;
padding-left: 4em !important;
font-size: 12px;
}


.form_error ul li, .form_notice ul li
{
margin: 0; padding: 0;
padding-left: 5px;
margin-left: 5px;
background: none;
}

input.form_error, textarea.form_error, select.form_error, .form_wrap
{
border: 2px solid red !important;
background-color: #F1DBDB;
}

.form_wrap
{
padding: 2px;
background-color: transparent;
}

.form_captcha
{
padding: 3px;
}
