/*  
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: #d8cca7;
	font:14px/1.5 Verdana, Arial, Helvetica, sans-serif;
	color:#584667;
}

img {
	border: 0;
}

#header {
	width: 100%;height: 132px;
	background: #584667;
	border-bottom: 2px solid #ffffff;
}
#header_inside {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

#header img {
	/*margin-top: 15px;margin-left: 15px;*/
}

#nav {
	width: 100%;height: 46px;
	padding: 9px 0 0 0;
	background: #d8cca7;
	border-bottom: 1px solid #736083;
}

#content {
	margin: 15px auto 0 auto;
	padding:0 0 15px 0;
	width: 800px;
	background: #fff;
	border: 2px solid #584667;/*border-top: 0;*/
}

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

/*Detail for structure items*/
#nav ul {
	margin: 0 0 0 10px;padding: 0; list-style: none;
}

#nav li {
	margin: 0;padding: 0; float: left;text-align: center;display: inline;
}

#nav li a {
	margin-right:5px;
	display: block;
	padding: 0 10px 0 10px;
	text-decoration: none;
	background: #584667;
	line-height: 35px;
	font-size: 12px;
	color: #fff;
	border: 1px solid #ffffff;
}

#nav li a:hover {
	background: #41314f;
	/*border-bottom: 3px solid #573515;*/
}

#nav li.current_page_item a {
	background: #41314f;
}

#footer p {
	font-size: 11px;color: #584667;
}

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

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

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

.post img {
	border: 5px double #584667;
	padding: 0;margin: 0 5px 0 5px;
}

.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 {
	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: #584667;
	border-bottom: 1px dotted #584667;
	text-decoration: none;
}

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

.post h2 {
	font-size: 28px;color: #584667;font-family: Georgia, "Times New Roman", Times, serif;font-weight: bold;
}

.post h3 {
	font-size: 22px;color: #584667;font-family: Georgia, "Times New Roman", Times, serif;font-weight: bold;
	margin: 10px 0 0 0;
}

.post h4 {
	font-size: 18px;color: #584667;font-family: Georgia, "Times New Roman", Times, serif;font-weight: normal;font-style: italic;
}

.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;
}

/*Images*/
img.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom:15px;
}
img.clrright {
	clear:right;
}
img.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom:15px;
}
img.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;
}