/*
Theme Name: Ballet Nebraska
Theme URI: http://wordpress.org/
Description: Ballet Nebraska.
Version: 1.0
Author: Matt Schultz
Author URI: http://www.schumatt.com/
Tags: teal, fixed width, two columns, widgets
*/


HTML
{
	overflow-y: scroll;
}

BODY
{
	margin: 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	background-color: #173E49;
	background-color: #022330;
}

A, A:visited
{
	color: #8D0922;
	text-decoration: none;
}

A:active
{
	color: #FF0000;
	text-decoration: underline;
}

A:hover
{
	text-decoration: underline;
}

H1 {
	font-size: 1.75em;
	margin-top: 0;
	color: #8D0922;
}

H2, H3, H4
{
	color: #8D0922;
}

H2, HR {
	clear: both;
}

.ghost {
	color: #9A987A;
	margin-left: 4px;
	margin-right: 4px;
}

#outerwrap
{
	background: url(/assets/images/page_shadow.png) repeat-y center top;
	background-color: #173E49;
	background-color: #022330;
	margin: 0;
}

#innerwrap
{
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFFF;
}


#masthead
{
	background: url(/assets/images/smoketop.jpg) repeat-x bottom;
	height: 150px;
	width: 100%;
	position: relative;
	margin-top: 0;
}

#masthead IMG
{
	position: relative;
	top: 14px;
	left: 14px;
	border: 0;
}

#mastheadtools
{
	position: absolute;
	margin: 0;
	top: 10px;
	right: 10px;
	font-size: 80%;
}

#donatebutton
{
	background: url(/assets/images/donatebutton.png) no-repeat;
	width: 250px;
	height: 66px;
/* 	padding: 8px 8px 14px 14px; */
	color: #FFFFFF;
	font-size: 125%;
}

#donatebutton .content
{
	padding: 8px 8px 14px 14px;
}

#donatebutton P
{
	margin: 0;
	text-align: center;
}

#donatebutton P.title
{
	font-size: 125%;
	color: #DBEEF4;
	font-weight: bold;
}

#donatebutton P A {
	color: #FFFFFF;
}

#frmSearch
{
	position: absolute;
	width: 320px;
	bottom: 10px;
	right: 10px;
}

#frmSearch #txtSearch
{
	border: 1px solid #8D0922;
	background-color: #FFFFFF;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin-right: 10px;
	height: 100%;
	width: 250px;
}

#frmSearch #cmdSubmit
{
	border: 1px solid #8D0922;
	width: 50px;
	color: #FFFFFF;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	padding: 3px;
	background-color: #8D0922;
	background: #8D0922 url(topaccent.png) repeat-x bottom;
}

.clearfix:after
{
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
}

.clearfix {
	display: inline-block;
	display: block;	
}



#hnav 
{
	clear: both;
	background: url(/assets/images/hnav.png) repeat-x top;
	height: 36px;
	line-height: 36px;
	font-size: 80%;
}

#hnav UL
{
	list-style-type: none;
	list-style-image: none;
	margin: auto;
	text-align: center;
	padding-left: 0;
}

#hnav LI
{
	display: inline;
	height: 40px;
	color: white;
	margin: 0 15px;
	font-size: 110%;
}

#hnav LI A, #hnav LI A:visited
{
	color: #FFFFFF;
}

#breadcrumb 
{
	/* background: url(/assets/images/breadcrumbfade.png) repeat-x top; */
	background-color: #F5F4F1;
	border-bottom: 1px solid #9B9B9B;
}

#breadcrumb UL, #breadcrumb LI
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#breadcrumb LI
{
	float:left;
	line-height:2.0em;
	padding-left:.75em;
	font-size: 80%;
	color: #403839;	
}
#breadcrumb UL {display: block;}
#breadcrumb LI A
{
	display: block;
	padding: 0 15px 0 0;
	background-color: #F5F4F1;
	background: url(/assets/images/breadcrumbarrow.png) no-repeat right center;
	color: #403839;
}

#breadcrumb LI A:link, #breadcrumb LI A:visited
{
	text-decoration: none;
	color: #403839;
}

#breadcrumb LI A:hover, #breadcrumb LI A:focus
{
	color: #8D0922;
}

#breadcrumb LI.current
{
	font-weight: bold;
}

#bodycontent
{
	position: relative;
	float: left;
	margin: 10px;
	width: 940px;
}

#bodycontent H1
{
	font-weight: normal;
	font-size: 300%;
	margin-bottom: 10px;
}

#contentsidebar
{
	margin: 10px;
	width: 220px;
	float: right;
	color: #222;
}

#contentsidebar H4
{
	text-transform: uppercase;
	margin-top: 0;
	color: #403839;
}

#frontcontent {
	clear: both;
	background-color: #FFFFFF;
}

.frontcontentcol {
	width: 640px;
	/*margin: 0;*/
	margin: 12px;
/*if you set this much above 15, it will push down the sidebar*/
	float: left;
	padding: 0 45px 20px 0;

}

.frontcontentcol H1
{
	margin-top: 0;
	/*color: #403839;*/
	color: #8D0922;
	padding-bottom: 10px;
	font-weight: normal;
}

#fronthighlight
{
	float: right;
	width: 290px;
	margin-left: 10px;
}

.contentsidebar
{
	float: right;
	width: 270px;
	margin-left: 10px;
	background-color: #F0F3F4;
	border-bottom: 3px solid #173E49;
	padding: 0 10px;
	border-left:2px solid #444;

}

.contentsidebar A 
{
	color: #173E49;
}

TABLE.schedule
{
	width: 100%;
	border: 0;
	border-spacing: 0;
}

TABLE.schedule * TD {
	
	font-size: 100%;
}	

.frontcontentcol H4
{
	color: #000000;
	font-weight: bold;
	margin-top: 1.25em;
	margin-bottom: 0;
}

#frontcontent P
{
	margin-top: 0;
}

TABLE.schedule TR:first-child TD H4
{
	margin-top: 0;
}

TABLE.schedule TR
{
	vertical-align: top;	
}

#footer
{
	height: 100px;
	margin-bottom: 0;
	background-color: #FFFFFF;
	background: url(/assets/images/smokebottom.jpg) repeat-x top;
	color: #000000;
	position: relative;
	clear: both;
	border-top: 3px solid #8A0000;
}

#footer #tagline
{
	text-align: center;
	font-size: smaller;
	color: #666666;
	margin-top: 5px;
	font-style: italic;
}

#footer #addressline
{
	position: absolute;
	bottom: 8px;
	left: 8px;
	margin: 0;
}

#footer IMG
{
	position: absolute;
	bottom: 8px;
	right: 8px;
	margin: 0;
}

.headshot {
	float: right;
	margin: 0 0 10px 10px;
}

/******************************************
* WORDPRESS Align box
******************************************/

img.centered, .aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}


/******3COL STYLES********/

/* column container */

.colmask {
	position:relative;
	float:left;
	width:100%;
}

/* common column settings */

.colright, .colmid, .colleft {
	float:left;
	width:100%;
}

.col1, .col2, .col3 {
	float:left;
	position:relative;
	text-align:center;
	padding:0px 0px 1em 0px;
}

/* 3 Column settings */

.threecol {
	background-image:initial;
	background-repeat-x:initial;
	background-repeat-y:initial;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#FFFFFF;
}

.threecol .colmid {
	right:25%;
}

.threecol .colleft {
	right:50%;
}

.threecol .col1 {
	padding-right:4px;
	width:30%;
}

.threecol .col2 {
	width:30%;
	padding-left:6px;
	padding-right:6px;
}

.threecol .col3 {
	padding-left:6px;
	width:30%;
	border-left:2px solid #CCCCCC;
}

/* Footer styles */

#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000000;
}

#footer p {
	margin:0px;
	padding:10px;
}

/* --> */
