/*
Site: Bob Brazell Photography, Crested Butte, CO
Author: Christian Ross (http://twitter.com/christianross)
Author URI: http://www.thinairweb.com  
Aug 04, 2011 
*/

/* Nav Rules
------------------------------- */

#nav {
	border-bottom: 1px solid #EEE;
	height: 20px;
	padding: 20px 0 30px;
	width: 100%;
	text-align:center;
}
#nav .container table {
	max-width:960px;
	text-align:center;
	margin:0 auto;
}

/*#nav td {
	display: inline-block;
	margin: 0 5%;
}

#nav td a {
	color: #EEE;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 80px;
}

#nav td a:hover {
	border-bottom: 2px solid #EEE;
	text-shadow: 0 0 30px #FFF;
}

#nav a.mainNav table {
	color: #FF2200;
}*/

a.mainNav {
	margin:0 25px;
}
a.mainNav:hover {
	border-bottom: 2px solid #EEE;
	text-shadow: 0 0 30px #FFF;
}

/* Content Rules
------------------------------- */

#mark {
	background: #020202 url(../images/content-bg.png) repeat-x;
	border-bottom: 1px solid #EEE;
	margin-bottom: -120px;
	padding: 40px 0;
	text-shadow: 2px 2px 1px #000;
}

h1 {
	color: #FFF;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 50px;
	font-weight:normal;
}
h1.completesite {
	font-size:34px;
	line-height:44px;
}
h2, h2.completsite {
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size:24px;
	line-height:34px;
}

#mark h3 {
	color: #CCC;
	font-family: freight-sans-pro,sans-serif;
	margin:18px 0 40px;
	text-transform: uppercase;
}


#mark img {
	background: rgba(131,38,0,0.5);
	padding: 5px;
}

#content {
	background: #020202;
	overflow: hidden;
	padding: 70px 0 40px;
}

#content img {
	background: #EEE;
	margin: 40px 40px 0 0;
	padding: 3px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#thumbs {
	overflow: hidden;
}

#content a:hover img {
	box-shadow: 1px 1px 5px rgba(255,255,255,0.8);
	-webkit-box-shadow: 1px 1px 5px rgba(255,255,255,0.8);
	-moz-box-shadow: 1px 1px 5px rgba(255,255,255,0.8);
}

.page-content {
	clear: both;
	color: #DDD;
	padding: 40px 20px;
	text-align: left;
}

.page-content h3 {
	border-bottom: 1px solid #BBB;
	padding-bottom: 15px;
}

.page-content h4 {
	letter-spacing: 1px;
	text-transform: uppercase;
}

p a {
	text-decoration: underline;
}

p a:hover {
	color: #71422C;
}

.sidebar {
	border: 1px solid #333;
	padding: 12px;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-background-clip: padding-box;
}

/* Footer Rules
------------------------------- */

#footer {
	border-top: 1px solid #333;
	clear: both;
	color: #EEE;
	font-size: 12px;
	height: 100px;
	padding: 40px 0 10px;
}

#footer ul {

}

#footer li {
	display: inline-block;
	margin: 0 20px;
}

#footer li a {
	text-transform: uppercase;
}

#footer li a:hover {
	border-bottom: 2px solid #EEE;
	text-shadow: 0 0 30px #FFF;
}

#footer h4 {
	border-bottom: 1px solid #EEE;
	font-family: skolar, Georgia, serif;
	font-size: 14px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

#footer span {
	clear: both;
	display: block;
}