body { 
	background-image: url(../images/site/backdrop.gif);
}

#wrapper {
	margin:0 auto;
}

#content_frame {
	background-color: #000000;
	border-top: .2em solid #362A21;
	border-bottom: .2em solid #362A21;
	padding: 1.5em 1.5em 2.5em 1.5em;
	margin-bottom: 1.5em;
}
#content_area {
    width: 940px;
    margin: auto;
}

img {
	border:1px solid #000000;
	margin-bottom:.75em;
}

/* TYPE */
p {
	color: #FFFFFF;
	font-size: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	text-decoration: none;
	padding-bottom:1em;
	padding-top:0;
}

em {
	font-style: italic;
	text-decoration: none
}
.micro {
	font-size: 1em;
}

a {
	color: #B9DC26; 
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline; 
}

a h1, a:hover h1, a h1:hover, h1 a, h1:hover a, h1 a:hover, a:hover h1:hover, h1:hover a:hover {
	text-decoration: none;    
}

a img 	{ 
	border: #FFFFFF 1px solid; 
}

a:hover img 	{ 
	border: #B9DC26 1px solid; 
}


/* Headers */

h1{ 
	color: #ffffff; 
	font-size: 3.4em; 
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: .75em 0 .75em .75em;
	font-weight:400;
	text-align: center;
	text-shadow: 0px 5px 4px #000000;
	text-decoration: none;
}

h1 span {
	color: #B9DC26;
}
h2 { 
	color: #D9D2AF; 
	font-size: 2.5em; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	text-shadow: 0 0 0 #333333; 
	padding-top:.15em; 
	font-weight:400 
}

h3 { 
	color: #FFFFFF;
	font-size: 2.0em;
	margin-bottom:.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:400;
}

.ampersand {
	font-family: baskerville, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.3em;
}

#masthead img {
	margin-bottom: 1.5em;
	border:none;
}

.pad	{
	padding:5px;
}

.window {
	background-color:#FFFFFF;
}
		
.window_frame {
	padding:2em;
}		

.float_left {
	float: left;
	padding-bottom: 1em;
	/*clear:both;*/
}
		
.float_right {
	float: left;
	padding:0em;
}	
	
.clear_both {
  	clear:both;
  	/*height:1px;*/
  	overflow:hidden;
}
		
.center {
	text-align:center;
	margin:0 auto;
}

.thumbs {
	margin: auto;
	width:96em;
	
}

/* NAVIGATION */
#navigation {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 2.1em;
	text-transform:uppercase;
	margin: 0 0 .75em;
	text-align: center;
}

#navigation li {
	display: inline;
	padding: 0 1em;
}

#navigation li.nav-last {
	border-right: none;
}

#navigation span {
	color: #B9DC26;
	font-size: 1.4em;
}

#navigation a {
	color: #FFFFFF;
}

/* UTILITY BAR */
#utility_bar {
	width: 100%;
	background-color: #000;
	background: rgba(0,0,0,.4);
	padding: 5px 0 5px 0;
}

#utility_nav {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.2em;
	color:#CCCCCC;
}

#utility_nav li {
	display: inline;
	padding: 0 1em;
}



body#contact li#contact-nav a, body#photo li#photo-nav a, body#illustration li#illus-nav a, body#print li#print-nav a, body#web li#web-nav a {
	text-decoration: none;
	cursor: default;
	color: #FFFFFF;
}

.thumbs {
    width: 980px;
}

.thumbs img {
    margin: 10px;
}

.thirds {
	float: left;
	width: 30em;
	padding-right: 2em;
}

.two_thirds {
	float: left;
	width: 62em;
	padding-right: 2em;
}

.last {
	float: right;
	padding-right: 0;
}

.copyright {
	padding-left:1.5em;
	color:#5C4A3E;
	font-size:1em;
	float: left;
}

.social_media {
	clear: both;
	float: right;
	padding-right:1em;
	margin-bottom:1.5em;
}

.social_icon {
	float: left;
}

/* SOCIAL BUTTONS */

a.button {
width:24px;
height:24px;
text-indent:-9999px;
display:block;
margin: 5px;
}
a#email {background: url(../images/site/email.png) no-repeat top;}
a#twitter {background: url(../images/site/twitter.png) no-repeat top;}
a#linkedin {background: url(../images/site/linkedin.png) no-repeat top;}
a#stumbleupon {background: url(../images/site/stumbleupon.png) no-repeat top;}
a#digg {background: url(../images/site/digg.png) no-repeat top;}
a#email:hover, a#twitter:hover, a#linkedin:hover, a#stumbleupon:hover, a#digg:hover {background-position: bottom;}

/**************************************** 
    	/* !self clearing float */
/***************************************/
.group:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
