/* @override 
	http://reality.joshuamauldin.com/wp-content/themes/k2/styles/reality/reality.css
	http://realityphotography.net/wp-content/themes/k2/styles/reality/reality.css
*/

html, body{
	background: #333 url(bg.jpg) center top;
    height: 100%;
}

#comments-closed-msg{
	display: none;
}

/* Hides thumbnail */

.reality-detail p .size-thumbnail{
	display: none;
}

/* Main Elements */

p{
	font-size: 1.25em;
	color: #fff;
	line-height: 1.5em;
}

a{
	color: #ff0007;
	font-size: 1.25em;
	text-transform: lowercase;
}

a:visited{
	color: #990004 !important;
}

h3, h4{
	font-size: 1.25em;
	color: #fff;
	font-weight: normal !important;
	padding-bottom: 1em;
}

h3 a, h4 a{
	font-weight: normal !important;
	text-transform: capitalize !important;
	color: #fff !important;
}

h3 a:visited, h4 a:visited{
	color: #fff !important;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -10em;
}

.push {
    height: 15em;
}

#page{
	background: none;
	padding: 0;
	border: none;
}

.content{
	width: 960px;
	margin: 0 auto;
}

#header{
	background: url(black-transparent.png);
	margin: 0 0 4em 0;
	padding: 0;
	height: 140px;
}

#header-content{
	width: 920px;
	margin: 0 auto;
	height: 130px;
}

h1.blog-title{
	padding: 1em 0 .5em 0;
	float: left;
}

.blog-title a{
	background: url(reality-logo.png) no-repeat;
	text-indent: -5000px;
	display: block;
	width: 334px;
	height: 26px;
}

#primary-wrapper, #primary{
	width: 600px;
}

.template-home #primary-wrapper{
	float: right;
	margin-right: 2em;
	margin-left: 0 !important;
}

#primary-wrapper{
	margin-left: 2em;
}

#primary{
	background: url(black-transparent.png);
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 9px;
	float: left;
	padding: 1em 0;
}

#header a, #header a:visited{
	color: #ff0007;
}

#header h2 a:hover{
	color: #fff !important;
}

#header h2{
	color: #fff;
	height: 18px;
	text-align: left;
	background: url(header-nav.png) no-repeat;
	text-indent: -5000px;
	height: 50px;
}

/* @group Header nav */

#nav-photographs{
	height: 18px;
	width: 125px;
	display: block;
	position: relative;
	top: -4.15em;
	left: 32.5em;
}

#nav-documentaries{
	height: 18px;
	width: 145px;
	display: block;
	position: relative;
	top: -5.65em;
	left: 46.5em;
}

#nav-blog{
	height: 20px;
	width: 42px;
	display: block;
	position: relative;
	top: -5em;
	left: 7.75em;
}

#nav-contact{
	height: 18px;
	width: 72px;
	display: block;
	position: relative;
	top: -6.5em;
	left: 18.65em;
}

#nav-photographs:hover, #nav-documentaries:hover, #nav-blog:hover, #nav-contact:hover{
	border-bottom: 1px solid red;
}

/* @end */


/* @group Form Elements */

#search{
	float: right;
	text-align: right;
	padding-top: 3em;
	margin: 0;
	width: 240px;
}

#search #searchform input#s{
	padding: .5em 1em;
	border: 1px solid #ccc;	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #444;
	width: 130px;
}

#search #searchform input#searchsubmit, input.sendbutton, input#submit{
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff), color-stop(0.5, #fff), color-stop(0.5, #ccc));
	-webkit-background-origin: padding-box;
	/*background: #fff;*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #ccc;
	text-transform: uppercase;
	font-weight: bold;
	padding: .5em 1em;
	position: relative;
	top: -1px;
	color: #454545;
	font-size: 1em !important;
}

#search #searchform input#searchsubmit:hover, #search #searchform input#searchsubmit:focus, input#sendbutton:hover, input#sendbutton:focus, input#submit:hover, input#submit:focus{
	cursor: pointer !important;
	color: #777;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff), color-stop(0.5, #fff), color-stop(0.5, #ccc));
	-webkit-background-origin: padding-box;

	/*background: #f0f0f0;*/
}

input#sendbutton{
	width: inherit;
	position: relative;
	left: 8.5em;
}

.cform{
	/*padding-bottom: 2em;*/
}

.template-contact ol{
	padding: 0;
}

.template-contact li{
	list-style-type: none;
	line-height: 2.5em !important;
}

.template-contact label{
	color: #fff;
	margin-left: 1em;
	position: relative;
	top: 0;
	float: left;
	width: 10em;
	
}

span.reqtxt, span.emailreqtxt{
	font-style: italic;
	color: #fff;
	margin-left: .5em;
	/*display: none;*/
}

.template-contact #li--5 label{
	/*display: none;*/
}

.template-contact input, .template-contact textarea, .entry-comments input, .entry-comments textarea{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #ccc;
	padding: .5em 1em;
	width: 180px;
}

.template-contact textarea{
	clear: both;
	margin-top: .25em;
}

.template-contact input{
	/*float: right;*/
}

input:hover, textarea:hover{
	background: #f0f0f0;
}

.template-contact textarea{
	width: 280px;
}

fieldset.cf_hidden{
	clear: both;
	border: none;
	display: none;
}

.template-contact input.sendbutton{
	clear: both;
	
}

.cf_info{
	text-align: center;
	font-weight: bold;
}

.failure{
	background: #e5989a;
	color: #ff0007;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.success{
	background: #c6ffc0;
	color: #66CC00;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.linklove{
	display: none;
}

/* @end */


/* @group Home */

.template-home #primary h3{
	font-size: 1.65em;
	margin-top: 0 !important;
	padding-bottom: .25em !important;
	position: relative;
	top: -.65em;
	margin-bottom: -.65em;
	height: 25px;
}

/*#sidebar-home{
	width: 280px;
	float: left;
	margin-left: 2em;
}*/

#work-examples{
	background: url(black-transparent.png);
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 9px;
	padding: 2em;
	margin-bottom: 3em;
}

#work-examples h3, #fresh-blogs h3, #for-editors h3{
	height: 25px;
}

#for-editors{
	background: url(black-transparent.png);
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 9px;
	padding: 2em;
}

#for-editors a{
	font-size: 1em;
}

#fresh-blogs{
	background: url(black-transparent.png);
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 9px;
	padding: 2em;
}

#fresh-blogs p{
	padding: 0 0 1em 1em;
}

#fresh-blogs .imgtfe{
	display: none;
}

#fresh-blogs .more-link{
	font-size: 1.25em;
}

#primary h2{
	text-align: left;
	color: #fff;
	font-size: 1.5em;
}

#dynamic-content{
	display: none;
}

.template-home #current-content{
	margin: 0 2em;
}

.template-home #current-content a{
	font-size: 1em;
}

/* @end */

/* @group Footer */

#footer{
	background: url(black-transparent.png);
    height: 4em;
}

#footer-content{
	text-align: left;
	width: 960px;
	margin: 0 auto;
}

#footer span{
	color: #fff;
}

span#copyright{
	position: relative;
	top: .25em;
}

span#design{
	float: right;
	/*position: relative;
	top: -2em;*/
}

#footer #design a{
	border-bottom: none;
	display: block;
	/*float: right;*/
	background: url(credits.png) no-repeat;
	width: 112px;
	height: 17px;
	text-indent: -5000px;
	/*position: relative;
	top: -1.5em;*/
}

#footer ul{
	float: left;
}

#footer ul li{
	display: inline;
	line-height: 2em;
	margin-right: 2em;
}

#footer ul li a{
	border-bottom: none;
	font-weight: normal;
	color: #ff0007;
}


/* @end */

/* @group Category Page */

.template-contact .page-head h2{
	display: block !important;
	position: relative;
	top: -.65em;
	margin-bottom: -.65em;
	font-size: 1.75em !important;
	color: #fff !important;
	height: 25px;
}

#current-content{
	margin: 0 2em;
}



h3.entry-title{
	color: #fff !important;
	margin-bottom: -.65em;
	position: relative;
	top: -.65em;
}

h3.entry-title a, h3.entry-title a:visited{
	color: #fff !important;
	display: block;
}

h3.entry-title a:hover{
	color: #ff0007 !important;
}

.entry-author, .entry-date, .meta-comments{
	display: none !important;
}

.entry-tags{
	background: none;
	padding: 0;
	text-transform: lowercase;
}

.entry-meta a{
	color: #ff0007;
	font-size: 1em;
}

/* Hides span BG */

.meta-start{
	background: none;
	padding: 0;
	text-transform: lowercase;
}

/* Hides Browsing Archives text */

.page-head h2{
	display: none;
}

/* Hides 2nd sidebar on all pages except blog */

#sidebar-2{
	display: none;
}

.Blog #sidebar-2{
	display: inherit !important;
}

.Blog #sidebar-1{
	display: none;
}

.more-link{
	font-size: 1em;
	font-style: italic;
}

.entry-push{
	height: 3em;
}

/* @end */

/* @group Sidebar */

.secondary{
	position: relative;
	top: -2em;
	color: #fff;
	width: 280px;
}

.secondary h3{
	font-size: 1.65em;
}

.secondary h4{
	margin-bottom: 1em;
}

.secondary ul li{
	margin-left: 1em;
	line-height: 2em;
	font-size: 1em;
}

#sidebar-1, #sidebar-2, #sidebar-contact{
	float: right;
	width: 280px;
	margin-right: 2em;
}

.widget_execphp, .widget_twitter, .widget_links, #elsewhere{
	background: url(black-transparent.png);
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 9px;
	padding: 2em !important;
	margin-bottom: 3em !important;
}

.vcard{
	padding: 1.5em !important;
	background: url(black-transparent.png);
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 9px;
	margin-bottom: 3em !important;
}

.widget_execphp h4{
	font-size: 1.65em;
	height: 25px;
}

.widget_execphp li.current-cat{
	display: inherit !important;
}

.widget_execphp li.current-cat ul.children li{
	display: inherit;
}

.widget_execphp li.cat-item{
	/*display: none;*/
}

.Blog .cat-item-10 ul.children{
	margin: 0;
}

.widget_twitter{
	font-size: 1.15em;
}

.widget_twitter h4{
	height: 25px;
}

.widget_twitter a{
	font-size: 1em;
}

a.to-twitter{
	display: block;
	position: relative;
	right: 1em;
	padding-top: 1em;
	font-style: italic;	
}

/* hCard settings */

.vcard{
	font-size: 1.25em;
}

.vcard a{
	font-size: 1em;
}

.vcard .email{
	margin-left: 1em;
}

.url.fn, .org{
	display: none;
}

div.tel{
	display: inline;
	margin-left: 1em;
}

span.phone-type{
	display: block;
	margin-left: 1em;
	line-height: 2em;
}

.adr{
	padding-top: 0;
	margin: 1em 0 .5em !important;
}

.loc{
	margin-left: 1em;
}

/* @end */

/* @group Error */

.four04 h3{
	font-size: 2em;
	text-align: left;
}

.four04 a{
	font-size: 1em;
}

.search-results .secondary{
	display: none;
}

.search-results .entry-head{
	margin-top: 2em;
}

.search-results #primary, .search-results #primary-wrapper{
	width: 920px;
}

.four04-content .secondary{
	display: none;
}

/* @end */

/* @group Detail Page */

.reality-detail #primary{
	width: 920px;
	margin: 0 auto;
}

.reality-detail h3.entry-title{
	padding-top: .75em;
}

.reality-detail .size-large{
	display: none;
}

.entry-content p{
	font-size: 1.25em;
}

#nav-above{
	display: none;
}

.reality-detail #nav-below{
	display: none;
}

#nav-below a{
	font-style: italic;
	color: #ff0007;
}

.reality-detail img.size-full{
	max-width: 880px !important;
}

/* @end */

/* @group Contact Page */

.vcard h3{
	font-size: 1.5em;
	height: 25px;
}

#elsewhere h3{
	font-size: 1.65em !important;
	height: 25px;
}

/* @end */

/* @group Blog */

.Blog .meta-comments{
	display: inline !important;
}

/* @end */

/* @group Blog Comments */

ol#commentlist{
	width: 460px;
}

ol#commentlist span.commentauthor{
	font-size: 2em;
}

ol#commentlist span.commentauthor a{
	font-size: 1em;
}

.entry-comments li{
	font-size: .75em;
}

.entry-comments .comment-meta{
	background: none !important;
	padding: 0 !important;
}

form#commentform input{
	width: 200px;
}

form#commentform textarea{
	width: 280px;
}

form#commentform input#submit{
	float: none;
	width: inherit;
}

li#leavecomment{
	text-align: left;
	padding-left: 0;
	height: 25px !important;
	vertical-align: middle !important;
}

li#leavecomment object{
	height: 25px !important;
}

.comment-moderation{
	background: #ff0007;
	border: none;
}

/* @end */

.temporary{
	background: black;
}

.temporary #header{
	display: none;
}

.temporary #primary-wrapper, .temporary #primary{
	float: none;
	width: 800px;
	margin: 0 auto !important;
}

.temporary h1{
	color: #fff;
}

h3 object, h4 object, h3.entry-title{
	height: 24px;
}

/* @group Quick Look */

.reality-quick-look #primary{
	width: 920px;
}

.reality-quick-look .entry-meta{
	display: none;
}

.breadcrumb{
	padding-bottom: 1em;
	padding-left: 2em;
}

.reality-quick-look ul{
	list-style-type: none;
	margin: 0 auto !important;
	width: 880px;
	background: red;
	padding-left: 2.5em;
}


.reality-quick-look li{
	float: left;
	padding: 0 .5em .5em .5em !important;
}

.post-thumbnail{
	display: none !important;
}

.reality-detail .post-thumbnail{
	display: none;
}