@import url(http://fonts.googleapis.com/css?family=Maven+Pro:700|Quattrocento+Sans&v2);

/* TAGS
---------------------
--------------------- */

body {
   font-family: Arial, Helvetica, sans-serif;
   color: #666;
   margin: auto;
   text-align: center;
}

button {
 font-family: Arial, Helvetica, sans-serif !important;
 font-size: 12px;
 
 }

h2 a {
   color:#000;
 }

strong {
 font-weight: bold;
 color: #333;
 } 
 
a, h2 a:hover {
  	color: #666;
}

a:hover {
	color: #222;
}

abbr[title], acronym[title], dfn[title]
.hfeed {
  border-bottom: none !important;
 }

.more-link {
  color: #000;
  font-weight: bold;
  white-space:nowrap;
 } 
 
 #primary h1 {
   border-bottom: 1px solid #8c8c8c;
   margin-bottom:10px;
   padding-bottom:10px;
  }
 
.post p {
    margin-bottom:10px;
 }

.post a {
  color:#222;
 } 
 
.hfeed {
    font-size: 11px;
 } 
 
em {
   font-style:italic;
}

.entry-header {
   font-size: 11px;
   text-transform: lowercase;
 }

h1, h2, h3, .image-description span, .customcontactform h4 {
    font-family: 'Quattrocento Sans', Arial, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 13px;
    margin-bottom:5px;
}

.about h1 {
	margin-bottom: 10px;
}

#nav h3, #secondary h3 {
    padding-left: 10px;
}

#nav li, #content .aside li {
    font-size: 12px;
    padding-left: 15px;
    padding-bottom: 4px;
    text-transform: lowercase;
}

#nav a:hover {
    color: #000;
}

.index #indexlink, .narrative #narrativelink, .editorial #editoriallink, .archivepage #archivelink, .about #aboutlink, .blog #bloglink,  .twocolor #twocolorlink {
    background: url(../images/nav_on.gif) left center no-repeat;
}

.active {
    height: 80px;
    padding-bottom: 10px;
    background: url(../images/thumbs_on.png) center bottom no-repeat;
}

.clear {
    clear: both;
}

/* PAGE STYLES
---------------------
--------------------- */

#container {
    width: 900px;
    margin: auto;
		padding: 0 10px;
    text-align: left;
}

#fb {
    height: 21px;
    padding:3px 0;
    width: 100%;
    background-color:#eee;
    border-bottom:1px solid #ddd;
    font-size: 12px;
 }
 
#fb-inner {
    width: 900px;
    margin:auto;
} 

#fb iframe {
    margin: 0 !important;
    padding: 0 !important;
   
 }

.lead {
    display: inline;
    position:relative;
    top: -6px;    
}

#header { 
    height: 80px;
    padding: 10px 0;
    border-bottom: 5px solid #8c8c8c;
}

#logo { 
   width: 540px;
   float: left;
}

#nav {
   float: left;
}

#work_nav, #info_nav {
    border-left: 1px solid #8c8c8c;
    width: 170px;
    float: left;
    height: 80px;
}

#thumb_wrapper {
    height:90px;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #8c8c8c;
}

.arrow_right, .arrow_left {
    float: left;
    width: 10px;
    height: 80px;
}

.arrow_left { 
    margin-right:8px;
    background: url(../images/arrow_left.gif) left center no-repeat;
}

.arrow_right { 
    background: url(../images/arrow_right.gif) right center no-repeat;
}

#thumbs li {
    float: left;
    margin: 0 7px 0 0;
}

#content {
    padding: 10px 0 30px 0;
    border-bottom: 5px solid #8c8c8c;
}

#content li, #content p {
    font-size: 11px;
    line-height: 16px;
}

.hfeed p {
 text-align: justify;
 }

#image_info {
    padding-top: 10px;
	clear:both;
}

.stats {
	clear:left;
    float: left;
    width: 450px;
}

.description {
    float: left;
    width: 450px;
	margin-top:15px;
}

.sequence_number {
    font-family: 'Quattrocento Sans', Arial, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 13px;
    margin-bottom:5px;
    text-align:right;
}

.description p {
    text-align: justify;
}

.left {
	float: left;
	margin-right: 10px;
}

.bio {
	float:left;
	width: 320px;

}

.contact {
	float:left;
	width: 230px;
	border-left: 1px solid #8c8c8c;
	padding-left:10px;

}

.contact ul {
	margin-bottom: 10px;
}

.bio p {
	text-align: justify;
	margin-bottom:10px;
	
}

.contact .social li {
	list-style: square;
	list-style-position:inside;
}

#footer {
    padding: 10px 0;
    font-size: 11px;
}

#footer .address {
    float: left;
}

#footer .copyright {
    float: right;
}

