/*
Site: Bratton Hill Wilderson & Lock - Gunnison, CO
Author: Christian Ross (http://twitter.com/christianross)
Author URI: http://www.thinairweb.com  
Mar 15, 2011 
*/


/* ---- Reset CSS ---- */

html, body, img {
	margin: 0; padding: 0; border: 0; outline: 0;
	font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; }

html { overflow-x: auto; overflow-y: auto; }

body { line-height: 1; }
p { margin:0; padding:0; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
em { font-style: italic; }
strong { font-weight: bold; }

.clear:after { content: "."; display: block; height: 0;	font-size: 0; clear: both; visibility: hidden; }
.clear { display: inline-block; }
/* \*/
.clear { display: block; }
/* */ 
.image { display: block; font-size: 0; text-indent: -9999px; outline: none; }
td { vertical-align:top; }


/*  Riverside School - CSS  */
/* text */

p 				{ padding:0; margin:0; font: 16px/22px "Helvetica Neue", Helvetica, Arial, sans-serif; color:#FFF; }
.completesite 	{ font: 16px/22px "Helvetica Neue", Helvetica, Arial, sans-serif; color:#FFF; }

h1, h2, h3, h4, h5, h1.completesite, h2.completesite { color:#FFF; font-weight:bold; }
h1, h1.completesite { margin: 0 0 10px 0; font-size: 28px; line-height:32px; }
h2, h2.completesite { margin: 0 0 10px 0; font-size: 26px; line-height:38px; }
h3 { margin: 0; font-size: 20px; line-height:24px; }
h4 { margin: 0; font-size: 18px; line-height:22px; }
h5 { margin: 0; font-size: 16px; line-height:20px; }

#sidebar .completesite { color:#FFF; }
#sidebar h2.completesite, #sidebar h2 { font-size:20px; line-height:26px; margin:0 0 10px 0; color:#E4BA88; }

/*  Layout  */

body {
	margin: 0;
	background:#191919 url(../images/bg1.jpg) 0 0 repeat;
	font: 16px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#FFF; text-align:left;
}

#container	{ width:945px; margin:20px auto; }
#header		{ height:105px; text-align:center; padding-top:45px; }
#slideshow	{ height:410px; z-index:1; position:relative; }
  #slideshow-frame { z-index:99; position:absolute; }
  #slideshow-img { z-index:2; position:absolute; }
#banner		{ height:200px; z-index:1; position:relative; }
#nav		{ text-align:center; background:url(../images/slideshow-frame-wood-bottom.png) 0 0 no-repeat; padding-top:5px; margin-bottom:30px; }
#content	{  }
  #sidebartop	{ height:30px; background:url(../images/sidebar-top.png) 0 0 no-repeat; }
  #sidebar		{ background:url(../images/sidebar-repeat.png) 0 0 repeat-y; padding:20px; }
  #sidbearbot	{ height:30px; background:url(../images/sidebar-bottom.png) 0 0 no-repeat; margin-bottom:30px; }
  #maincontenttop	{ height:6px; background:url(../images/main-content-top.png) 0 0 no-repeat; }
  #maincontent 		{ background:url(../images/main-content-repeat.png) 0 0 repeat-y; padding:20px 30px 5px; }
  #maincontentbot	{ height:8px; background:url(../images/main-content-bottom.png) 0 0 no-repeat; margin-bottom:30px; }
#footer 	{ background:url(../images/footer-bg.jpg) 0 0 repeat-x; color:#060606; }
  #footer-container { width:945px; margin:0 auto; text-align:center; font-size:13px; padding-top:20px; }
  #footer p { color:#060606; font-size:13px; }
  
  
/*  links  */

a { white-space:normal; }

a:link, a:visited, a:active, a:hover { color: #940002; font-weight: bold; text-decoration: none; } 
a:hover   { color: #555; text-decoration:underline; }

a.mainNav:link,	a.mainNav:active, a.mainNav:visited, a.mainNav:hover {
	font-size: 18px;
	line-height:18px;
	font-weight:bold;
	color:#131313;
	padding:0 12px;
	font-family:'Trajan Pro', Trajan, Georgia, Times, 'Times New Roman';
	text-transform:uppercase;
	}
	
a.mainNav:hover   { color:#555; text-decoration:none; }

.leftNav:link, a.leftNav:active, a.leftNav:visited, a.leftNav:hover {
	font-size:14px;
	color:#FFF;
	font-family:'Trajan Pro', Trajan, Georgia, Times, 'Times New Roman';
	text-decoration:none;
}

a.leftNav:hover { color:#CCC; }

a.footerNav:link, a.footerNav:active, a.footerNav:visited, a.footerNav:hover {
	text-decoration:none;
	font-size:13px;
	padding:0 0 0 16px;
	color:#222;
	text-transform:uppercase;
	font-weight:normal;
}
a.footerNav:hover {
	color:#444;
}



/* Lists */

ul { padding:0; margin:0; }
li { padding:0; margin:0 0 0 20px; border:0; }

#footer-container ul { font-family:'Trajan Pro', Trajan, Georgia, Times, 'Times New Roman'; margin:5px 0 0 0; padding:0; list-style:none; }
#footer-container li { margin:0; padding:0 6px; display:inline; }


/* form elements */

input[type="text"], textarea {
	-moz-border-radius:3px !important;
	-webkit-border-radius:3px !important;
	border-radius:3px !important;
	border:1px solid #DDD !important;
	padding:5px !important;
}

input[type="text"]:focus, textarea:focus { background-color:#EEE !important; padding:5px !important; border-color:#BBB !important; }

input [type="image"] { border:none; }


/* random */

.center	{ text-align:center; }
.space	{ padding:0 4px; }
.pipe	{ padding:0 10px; color:#666; }
#footer p.legal	{ font-size:12px; }


