/*
Theme Name: James Arnold
Theme URI: http://james-arnold.co.uk
Description: A custom theme for the very tallented photographer James Arnold.
Version: 2.0
Author: Rick Nunn
Author URI: http://RickNunn.com
Tags: clean, photo, blog, simple, less is more
*/

@import "style/css/reset.css";
@import "style/css/typography.css";

/*###########################*/
/*######### General #########*/
/*###########################*/

.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 }

body{
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #4C4C4C;
}

#wrapper{
	width: 960px;
	margin: 0 auto;
	padding-top: 120px;
	position: relative;
}

a{
	color: #4C4C4C;
	font-weight: bold;
	border-bottom: 1px dotted #4C4C4C;
	text-decoration: none;
}

a:hover, .post p a:hover{
	border-bottom: 1px solid #4C4C4C;
}


/*##########################*/
/*######### Header #########*/
/*##########################*/

#header .current_page_item a{
	border-bottom: 1px solid #FFF;
}

/*###############################*/
/*######### Blog Header #########*/
/*###############################*/

#blog #header_wrapper{
	width: 100%;
	position: fixed;
	top:0;
	left: 0;
	z-index: 9999;
}

#blog #header{
	background: url(style/images/70black.png);
	margin: 20px;
	height: 80px;
	position: relative;
	color: #FFF;
	z-index: 9999;
	min-width: 1024px;
}

#blog #header a{
	color: #FFF;
	text-decoration: none;
}

#blog #header h1 a{
	width: 155px;
	position: absolute;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 80px;
	border-bottom: none;
	background: url(style/images/logo.png) no-repeat 10px 12px;
}

#blog #header h1 a:hover{
	border-bottom: none;
}

#blog #header p.tag{
	padding-left: 155px;
	padding-top: 35px;
}

#blog #header ul{
	position: absolute;
	top: 35px;
	right: 10px;
}

#blog #header ul li{
	display: inline;
	text-align: right;
}

#blog #header ul li a{
	margin-right: 10px;
}

/*###############################*/
/*######### Page Header #########*/
/*###############################*/

#page #bottom_third{
	position: fixed;
	bottom: 0;
	left: 0;
	height: 33%;
	width: 100%
}

#page #bottom_third #header_wrapper{
	width: auto;
	position: relative;
	height: 100%;
	margin: 0 20px;
}

#page #bottom_third #header{
	position: absolute;
	bottom: 20px;
	margin: 0;
	width: 100%;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#page #bottom_third h1{
	display:block;
	position:absolute;
	width:155px;
	bottom: 20px;
	left: 0;
	z-index: 99999;
}


#page #bottom_third h1 a{
	display:block;
	height:0;
	overflow:hidden;
	padding-top:80px;
	position:absolute;
	width:155px;
	bottom: 0;
	left: 0;
	background: url(style/images/logo.png) no-repeat 10px 12px;
	border-bottom: none;
}

#page #header_wrapper{
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
}

#page #header{
	background: url(style/images/70black.png);
	margin: 20px;
	height: 80px;
	position: relative;
	color: #FFF;
	z-index: 9999;
	min-width: 1024px;
}

#page #header a{
	color: #FFF;
	text-decoration: none;
}

#page #header h1 a{
	width: 155px;
	position: absolute;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 80px;
	border-bottom: none;
	background: url(style/images/logo.png) 10px 12px no-repeat;
}

#page #header h1 a:hover{
	border-bottom: none;
}

#page #header p.tag{
	padding-left: 155px;
	padding-top: 35px;
}

#page #header ul{
	position: absolute;
	top: 35px;
	right: 10px;
}

#page #header ul li{
	display: inline;
	text-align: right;
}

#page #header ul li a{
	margin-right: 10px;
}

#page #header ul li.current-menu-item a{
	border-bottom: 1px solid #FFF;
}

/*###########################*/
/*######### Primary #########*/
/*###########################*/

#primary{
	width: 600px;
	float: left;
	min-height: 450px;
	z-index: 9999;
}

/*################################*/
/*######### Post Content #########*/
/*################################*/

.post a{
	border: none;
}

.post p a{
	border-bottom: 1px dotted #4C4C4C;
}

.post h2 a{
	border-bottom: none;
}

.post .meta{
	font-size: 12px;
	font-weight: bold;
	width: 500px;
	float: left;
}

.post .read_more{
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	width: 100px;
	float: right;
}

.post img{
	padding: 10px;
	border: 1px solid #4C4C4C;
	margin-bottom: 20px;
}

.post p{
	margin-bottom: 20px;
	line-height: 17px;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6{
	border-bottom: 1px solid #4C4C4C;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	clear: both;
}

.post h1{font-size: 24px}
.post h2{font-size: 20px;}
.post h3{font-size: 18px;}
.post h4{font-size: 16px;}
.post h5{font-size: 14px;}
.post h6{font-size: 12px;}

.post blockquote{
	border-left: 3px solid #4C4C4C;
	margin-left: 20px;
	padding-left: 20px;
}

.post cite{
	font-style: italic;
	border-left: 3px solid #4C4C4C;
	margin-left: 20px;
	padding-left: 20px;
}

.post .alignright{
	margin-left: 10px;
	margin-bottom: 10px;
}

.post .alignleft{
	margin-right: 10px;
	margin-bottom: 10px;
}

.post ul{
	margin-left: 30px;
}

.post ul li{
	list-style: disc;
	margin-bottom: 20px;
}

.post ol{
	margin-left: 35px;
}

.post ol li{
	list-style: decimal;
	margin-bottom: 20px;
}

/*############################*/
/*######### Comments #########*/
/*############################*/

#comments{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #4C4C4C;
	font-size: 20px;
}

.commentlist li{
	width: 600px;
	margin-bottom: 10px;
	clear: both;
}

.commentlist li .comment_meta{
	width: 160px;
	float: left;
	text-align: right;
	font-weight: bold;
}

.commentlist li .comment_meta h4{
	font-weight: bold;
	padding-bottom: 5px;
}

.commentlist li .comment_meta .small{
	font-size: 10px;
	padding-bottom: 5px;
}

.commentlist li .comment_meta a{
	border-bottom: none;
}

.commentlist li .comment_content{
	width: 418px;
	float: right;
	border-left: 2px solid #4C4C4C;
	min-height: 50px;
	padding-left: 10px;
}

.commentlist li.author{}

/*#################################*/
/*######### Comments Form #########*/
/*#################################*/

#respond h3{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #4C4C4C;
	font-size: 20px;
}

.comment_input{
	width: 200px;
	float: left;
}

.comment_input label{
	width: 200px;
	display: block;
	padding-bottom: 5px;
	font-size: 10px;
}

.comment_input input{
	width: 192px;
	border: 1px solid #4C4C4C;
	padding: 3px;
	margin-bottom: 10px;
	color: #4C4C4C;
}

.comment_input p{
	font-size: 10px;
	padding-bottom: 5px;
}

.comment_input p.user_name{
	font-size: 14px;
	font-weight: bold;
}

.comment_input p.user_name sup{
	font-size: 10px;
	font-weight: normal;
}

.comment_input p.user_name sup a{
	border-bottom: none;
}

.comment_textarea{
	width: 380px;
	float: right;
	height: 175px;
	position: relative;
}

.comment_textarea textarea{
	width: 372px;
	border: 1px solid #4C4C4C;
	padding: 3px;
	font-family: Helvetica, Arial, sans-serif;
	color: #4C4C4C;
	font-size: 12px;
	height: 110px;
}

.comment_textarea label{
	font-size: 10px;
	padding-bottom: 5px;
	display: block;
}

.comment_textarea #submit{
	position: absolute;
	bottom: 0;
	right: 0;
	border: 1px solid #4C4C4C;
	color: #4C4C4C;
	padding: 3px;
	cursor: pointer;
	background: #FFF;
	width: 80px;
}

.comment_textarea #submit:hover{
	background: #4C4C4C;
	color: #FFF;	
}

/*#############################*/
/*######### Secondary #########*/
/*#############################*/

#secondary{
	width: 340px;
	float: right;
	background: #FFF;
}

#secondary h3{
	font-size: 20px;
	border-bottom: 1px dotted #4C4C4C;
	padding-bottom: 20px;
	margin-bottom: 20px;
	clear: both;
	padding-top: 10px;
}

#secondary h3.top{
	padding-top: 0;
}

#secondary ul ul li{
	width: 170px;
	float: left;
	padding-bottom: 10px;
	font-size: 12px;
}

#secondary ul ul li a{
	border-bottom: none;
}

#secondary ul ul li a:hover{
	border-bottom: 1px solid #4C4C4C;
}

#secondary #searchform{
	border: 1px solid #4C4C4C;
	position: relative;
	height: 30px;
}

#secondary #searchform input#s{
	width: 290px;
	position: absolute;
	top: 0;
	left: 0;
	height: 26px;
	padding: 4px 0 0 4px;
	font-size: 20px;
	border: none;
	color: #4C4C4C;
	outline: none;
}

#secondary #searchform .submit{
	position: absolute;
	top: 0;
	right: 2px;
}

/*##########################*/
/*######### Footer #########*/
/*##########################*/

#footer{
	height: 60px;
	padding-top: 8px;
	font-size: 11px;
}

#footer .ja{
	padding-top: 16px;
	float: left;
	width: 600px;
}

#footer .rn{
	float: right;
	width: 250px;
	text-align: right;
	padding-right: 62px;
	padding-top: 16px;
	padding-bottom: 10px;
	line-height: 14px;
	background: url(style/images/ricknunn_crest.png) no-repeat right;
}

#footer .rn a{
	border-bottom: none;
}

/*##############################*/
/*######### Folio Page #########*/
/*##############################*/

#page{
	background: #000;
}

#folio_img p{
	width: 50000px;
	height: 700px;
	overflow: hidden;
}

#folio_img p img{
	display: inline;
	height: 100%;
}

/*#########################*/
/*######### Pages #########*/
/*#########################*/

#page_content{
	margin: 0 auto;
	width: 700px;
	padding: 10px 10px 0 10px;
	background: url(style/images/70black.png);
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 120px;
}

#page_content h3{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #FFF;
	font-size: 18px;
}

#page_content p{
	padding-bottom: 10px;
}

#page #page_content a{
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}

#page #page_content a:hover{
	border-bottom: 1px solid #FFF;
}

#page #the_content{
	line-height: 20px;
}

/*##############################*/
/*######### About Page #########*/
/*##############################*/

.about #page_content .headshot{
	padding-bottom: 10px;
}

.about #page_content #the_content{
	width: 390px;
	float: right;
}

.about #the_content h2.logo{
	padding-top: 45px;
	background: url(style/images/jalogo_about.png) no-repeat;
	text-indent: -999px;
}

/*################################*/
/*######### Contact Page #########*/
/*################################*/

.contact #page_content h2{
	font-size: 30px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

#thankyou{
	display: none;
}

#thankyou h3{
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 10px;
}

#contact_form div.info{ 
	width: 345px;
	float: left;
}

#contact_form div.message{
	width: 345px;
	float: right;
}

#contact_form label{
	display: block;
	width: 345px;
	padding-bottom: 5px;
	font-weight: bold;
}

#contact_form div.info input{
	border: none;
	width: 339px;
	padding: 3px;
	margin-bottom: 10px;
	outline: none;
}

#contact_form textarea{
	border: none;
	outline: none;
	width: 339px;
	height: 165px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 3px;
	margin-bottom: 10px;
}

#contact_form #sendbutton{
	border: none;
	background: #FFF;
	color: #000;
	float: right;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 10px;
	cursor: pointer;
}

#contact_form #sendbutton:hover{
	background: url(style/images/70white.png);
}

#social{
	height: 40px;
	margin-top: 20px;
}

#page #page_content #social li{display: inline;}

#page #page_content #social li a{padding: 15px 0 15px 40px; border-bottom: none; margin-right: 10px;}

#page #page_content #social li a:hover{color: #999;}

#page #page_content #social li a.twitter{background: url(style/images/icon_twitter.png) no-repeat 0 50%;}

#page #page_content #social li a.myspace{background: url(style/images/icon_myspace.png) no-repeat 0 50%;}

#page #page_content #social li a.flickr{background: url(style/images/icon_flickr.png) no-repeat 0 50%;}

#page #page_content #social li a.linkedin{background: url(style/images/icon_linkedin.png) no-repeat 0 50%;}

/*########################*/
/*######### Misc #########*/
/*########################*/

body #header_wrapper #header ul li.page-item-68{
	display: none;
}

#page_content p.credit{
	margin-top: 30px;
	border-top: 1px dotted #CCC;
	padding-top: 10px;
	padding-bottom: 0;
	font-size: 11px;
	color: #CCC;
	clear: both;
	padding-bottom: 10px;
}

.clients{
	clear: both;
}

.clients ul li{
	float: left;
	width: 220px;
	list-style: disc inside;
	padding: 0 0 18px 10px;
}

.clients .post-edit-link p{
	clear: both;
}

/*#################################*/
/*######### Weddings Page #########*/
/*#################################*/

#page .weddings #the_content h2{
	font-size:30px;
	padding-bottom:20px;
	text-transform:uppercase;
}


#page .weddings #the_content img.alignright{
	padding: 0 0 20px 20px;
}

#page .weddings #the_content a.wedding_portfolio_link{
	display: block;
	height: 108px;
	width: 700px;
	background: url(style/images/wedding_preview.jpg) no-repeat;
	text-transform:uppercase;
	position: relative;
	border-bottom: none;
	overflow: hidden;
}

#page .weddings #the_content a.wedding_portfolio_link span{
	color: rgba(255,255,255,0.5);
	position: absolute;
	right: 0;
	bottom: -5px;
	font-size: 40px;
	line-height: 40px;
}

#page .weddings h4{
	border-bottom: none;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}

#page .weddings #the_content a.wedding_portfolio_link:hover{
	border-bottom: none;
}


#page .weddings #the_content a.wedding_portfolio_link:hover span{
	text-shadow: -1px -1px 0 #000;
	color: #FFF;
}

/*#################################*/
/*######### Wedding Folio #########*/
/*#################################*/

div#wedding_nav{
	background: url(style/images/70black.png);
	padding: 20px;
	position: fixed;
	color: #FFF;
	z-index: 9999;
	top: 20px;
	right: 20px;
}

div#wedding_nav a{
	color: #FFF;
	padding-right: 10px;
	background: url(style/images/tiny_arrow_right.png) right 2px no-repeat;
}

/*#######################################*/
/*######### Portfolio List Page #########*/
/*#######################################*/


#portfolio_page_content{
	margin: 0 auto;
	line-height: 20px;
	width: 720px;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 120px;
}

#portfolio_page_content h3{
	margin-bottom: 10px;
	font-size: 18px;
}

#page #portfolio_page_content h3 a{
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px dotted #FFF;
}

#page #portfolio_page_content h3 a:hover{
	border-bottom: 1px solid #FFF;
}

#portfolio_page_content p{
	padding-bottom: 10px;
}

#page #portfolio_page_content a{
	color: #FFF;
	border-bottom: none;
}

#page #portfolio_page_content a:hover{
	border-bottom: none;
}

#page #portfolio_page_content ul li{
	padding: 10px 10px 4px 10px;
	background: url(style/images/70black.png);
	margin-bottom: 20px;
}

/*###############################*/
/*######### IE6 Message #########*/
/*###############################*/

.dinosaur #bg, .dinosaur #cont, .dinosaur #header_wrapper, .dinosaur #wrapper{display: none;}
.dinosaur body{background: #000;}
.dinosaur #ie6_message{
	background: #fff;
	padding: 20px;
	width: 700px;
	margin: 0 auto;
	margin-top: 20px;
	line-height: 20px;
}