/*   
Theme Name: O'Brien Photography Theme
Theme URI: http://obrienphotography.com
Description: This is the theme for the new O'Brien Photography site. -- WordPress v3.0.1
Author: Jason Vines
Author URI: http://jasonvines.com
Version: 1
*/

@media screen {
	
* { margin: 0; padding: 0; }
html {
	background-color:#000;
}

body { 
	font: 12px Arial, Helvetica, sans-serif;
	color:#fff;
}

article, aside, figure, footer, header, nav, section { 
	display: block; 
}

.clear {
	clear:both;
}

h1 {
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#996500;
	font-weight:bold;
	text-transform:uppercase;
	font-size:24px;
	padding:15px 0;
	letter-spacing:1px;

}

h1 a {
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#996500;
	font-weight:bold;
	text-transform:uppercase;
	font-size:24px;
	padding:15px 0;
	letter-spacing:1px;	
	text-decoration:none;
}

h2 {
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#996500;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	padding:15px 0;
	letter-spacing:1px;
}

h2 a {
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#996500;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	padding:15px 0;
	letter-spacing:1px;
	text-decoration:none;
}

h3 {
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;	
	color:#ccc;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}

a {
	color:#ccc;
}

a:hover {
	color:#fff;
}


.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* entry */
.entry {
	line-height:1.5;
	padding:20px 0 20px 0;
}

.entryThumb {
	float:left;
	margin-right:4px;
}


/* page-wrap */
#page-wrap {
	width:790px;
	margin:0 auto;
	background-color:#000;
}

/* header */
header {
	padding:40px 0 40px 10px;
	background-color:#323232;
	border-bottom:2px solid #666;
}

#header-content {
	width:790px;
	margin:0 auto;
}

#header-content #logo {
	float:left;
}

#header-content nav {
	float:right;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0 20px 0 0;
	line-height:21px;
}

#header-content nav ul {
	list-style:none;
}

#header-content nav li {
	float:left;
	padding:0 10px 0 10px;
	border-right: 1px solid #996500;
}

#header-content nav ul li:nth-child(5) {
	border:none;
}

#header-content nav a {
	display:block;
	text-decoration:none;
	color:#996500;
	text-transform:uppercase;
	letter-spacing:1px;
	height:21px;
}

#header-content nav .last {
	border:none;
}

#header-content a:hover {
	color:#fff;
}


/* main-content */
#main-content {
	padding:30px 0;
	min-height:400px;
	width:790px;
}

/* home-left */
#home-left {
	float:left;
	width:460px;
	margin-right:30px;
}

#home-right {
	float:right;
	width:300px;
}

/* primary */
#primary {

}

#primary p {
	padding:0 0 10px 0;
	color:#ccc;
}

/* page-icons */
#page-icons {
	
}

#page-icons .icon {
	width:123px;


}

#page-icons .icon p {
	font-family:"Futura", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	padding:10px 0;
}

#page-icons a {
	text-decoration:none;
	color:#ccc;
	display:block;
}

#page-icons a:hover {
	color:#fff;
}

#icons-left {
	float:left;
	margin-right:30px;
}

#icons-right {
	float:left;
}

/* noteable */
#noteable {

}

#noteable ul {
	list-style:none;

}

#noteable li {
	float:left;
	padding:0 10px 0 0;
}

#noteable a {
	color:#ccc;
	text-decoration:underline;
	font-size:11px;
}

#noteable a:hover {
	color:#fff;
}

/* books */
#books {

}

#books ul {
	list-style:none;
}

#books li {
	float:left;
	margin-right:10px;
}

#books .book-content {
	float:left;
}

#books .book-cover {
	float:left;
	padding-right:10px;
}

#books .book-title {
	color:#fff;
	width:60px;
	padding-bottom:4px;
}

#books .book-year {
	color:#ccc;
	padding-bottom:4px;	
}

#books .book-button {
	display:block;
	background:url(images/btn_bkgnd.jpg) no-repeat;
	text-align:center;
	width:40px;
	height:18px;
	line-height:18px;
}

#books .book-button a {
	color:#ccc;
	text-decoration:none;
	text-transform:uppercase;
	font-size:9px;
	display:block;
}

#books .book-button a:hover {
	color:#fff;
}

/* news */
#news {
	
}

#news a {
	color:#ccc;
}

#news a:hover {
	color:#fff;
}

#news .news-link {
	float:right;
	padding:20px 30px 20px 0;
	text-transform:uppercase;
	font-size:11px;
}

#news .news-title {
	text-transform:uppercase;
	padding:0 0 5px 0;
}

/* footer */
footer {
	background:#343434 url(images/footer_bkgnd.jpg) repeat-x;
	height:200px;
	padding:40px 0 0 0;
}

#footer-content {
	width:790px;
	margin:0 auto;
}

#footer-content ul {
	list-style:none;
}

#footer-content li {
	line-height:2.5;
}

#footer-content a {
	display:block;
	color:#ccc;
	text-decoration:none;
}

#footer-content a:hover {
	color:#fff;
}

#footer-content #footer-links {
	float:left;
	width:460px;
	margin-right:30px;
}

#footer-content #copyright {
	float:right;
	width:300px;
}

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
