/*
Theme Name: JE Photography
Theme URI: 
Description: Custom theme for Josh Elliott.
Version: 1.0
Author: Pat Brumfield
Author URI: http://normalcy.net/
Tags:
*/

*{margin:0;padding:0;}
html{background-color:#e7e5e5;font-size:62.5%;}
body{
	background-color:#e7e5e5;
	font:normal 12px "Helvetica Neue","HelveticaNeue",Arial,Verdana,sans-serif;
	behavior: url(csshover.htc);
}

#container{
	position:relative;
	margin:30px auto;
	width:980px;
	background:#fff url(images/white_bg.jpg) repeat-y left top;
}
#top{
	height:10px;
	background: url(images/container_top.jpg) no-repeat left top;
}
#bot{
	height:10px;
	background: url(images/container_bot.jpg) no-repeat left top;
}
h3{
	text-transform:uppercase;
	font-size:16px;
	letter-spacing:0.15em;
}
	h3 a{ text-decoration:none;}
h4{
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:0.1em;
}
li{ list-style-type:none; }

/* ----- header ----- */

#header{
	position:relative;
	margin:0 10px;
	/*background:#ccc url(images/header-bg02.jpg);*/
	height:160px;
	z-index:99;
}
.header-01{ background: #ccc url(images/header-01.jpg) }
.header-02{ background: #ccc url(images/header-02.jpg) }
.header-03{ background: #ccc url(images/header-03.jpg) }
.header-04{ background: #ccc url(images/header-04.jpg) }
.header-05{ background: #ccc url(images/header-05.jpg) }
	#header h1{
		position:absolute;
		width:249px;
		height:61px;
		top:14px;
		left:34px;
	}
	#header h1 a{
		display:block;
		position:relative;
		height:0 !important;
		padding:61px 0 0 0;
		width:249px;
		overflow:hidden;
		/*background: url(images/je_logo.png) no-repeat left top; logo img is included in header img*/
	}
	#header ul#nav{
		position:absolute;
		top:94px;
	}
	#header ul#nav li{
		float:left;
		text-transform:uppercase;
		position:relative;
		margin-right:1px;
	}
		#header ul#nav li a{
			padding:28px;
			display:block;
			background-color:#fff;
			background-color: rgba(255,255,255,0.6);
		}
			#header ul#nav li li a{ background-color:#fff; background-color: rgba(255,255,255,0.8); }
			#header ul#nav li a:hover{
				background-color:#fff; background-color: rgba(255,255,255,1);
			}
	#header ul#nav ul{
		display:none;
		/*left:-1px;*/
		margin:0;
		position:absolute;
		width:166px;
	}
		#header ul#nav ul li{
			float:none !important;
			margin-top:1px;
			margin-right:0;
		}
		#header ul#nav ul:first-child{margin-top:0 !important;}
			#header ul ul a{
				padding:28px !important;
			}
	#header ul li a span{
		height:0 !important;
		display:block;
		padding:10px 0 0 0;
		overflow:hidden;
	}
	#header ul li#home a span{
		width:43px;
		background: url(images/nav-home.png) no-repeat left top;
	}
	#header ul li#categories a span{
		width:110px;
		background: url(images/nav-categories.png) no-repeat left top;
	}
	#header ul li#all a span{
		width:130px;
		background: url(images/nav-view-all.png) no-repeat left top;
	}
	#header ul li#about a span{
		width:52px;
		background: url(images/nav-about.png) no-repeat left top;
	}
	#header ul li#contact a span{
		width:71px;
		background: url(images/nav-contact.png) no-repeat left top;
	}
	#header ul li#portraits a span{
		width:86px;
		background: url(images/nav-portraits.png) no-repeat left top;
	}
	#header ul li#engagements a span{
		width:114px;
		background: url(images/nav-engagements.png) no-repeat left top;
	}
	#header ul li#weddings a span{
		width:83px;
		background: url(images/nav-weddings.png) no-repeat left top;
	}
	#header ul li#misc a span{
		width:36px;
		background: url(images/nav-misc.png) no-repeat left top;
	}
	#header ul li#personal a span{
		width:81px;
		background: url(images/nav-personal.png) no-repeat left top;
	}
	#header ul li a:hover span{
		background-position:0 -10px !important;
	}
	/**/
	#header ul li#married a span{
		width:69px;
		background: url(images/nav-married.png) no-repeat left top;
	}
	#header ul li#engaged a span{
		width:73px;
		background: url(images/nav-engaged.png) no-repeat left top;
	}
	#header ul li#senior a span{
		width:57px;
		background: url(images/nav-senior.png) no-repeat left top;
	}
	#header ul li#portrait a span{
		width:77px;
		background: url(images/nav-portrait.png) no-repeat left top;
	}
	.page-id-2 #header ul li#about a span{ background-position:0 -10px !important; }
	.page-id-2 #header ul#nav li#about a{ background-color:#fff; background-color: rgba(255,255,255,1); }
	
	.page-id-9 #header ul li#contact a span{ background-position:0 -10px !important; }
	.page-id-9 #header ul#nav li#contact a{ background-color:#fff; background-color: rgba(255,255,255,1); }
	
	.blog #header ul li#all a span{ background-position:0 -10px !important; }
	.blog #header ul#nav li#all a{ background-color:#fff; background-color: rgba(255,255,255,1); }

	.home #header ul li#home a span{ background-position:0 -10px !important; }
	.home #header ul#nav li#home a{ background-color:#fff; background-color: rgba(255,255,255,1); }
		
/* ----- main ----- */

#main{
	position:relative;
	clear:both;
	margin:0 10px;
	color:#515151;
}
	#main h3{
		color:#515151;
		margin-bottom:10px;
	}
		#main h3 a{ color:#515151;}
	#main p{
		margin-bottom:10px;
		line-height:150%;
	}
	#main a{ color:#333; }
	#main a:hover{ color:#111; text-decoration:none; }
/*.search-results #main{padding:30px;}*/
#main .navigation{
	clear:both;
	padding:28px;
	background-color:#e5e5e5;
	margin-bottom:2px;
	font-size:11px;
}
	#main .navigation a{
		color:#666;
		margin-right:14px;
	}
	#main .navigation a:hover{
		color:#333;
		text-decoration:none;
	}

	
/* ----- footer ----- */

#recents{
	padding:28px;
	margin:0 10px;
	display:block;
	clear:both;
}
#share{
	padding:0 0 28px;
	display:block;
	border-bottom:2px solid #f2f2f2;
	clear:both;
}
	.single #share{ border-bottom:0; padding-bottom:0; }
	#recents h4, #share h4{
		margin:1px 28px 0 0;
		float:left;
		color:#515151;
	}
	#share h4 a{
		color:#515151 !important;
	}
	#share .view-comments-btn, #share .top-btn{
		float:right;
		margin:1px 0 0 28px;
	}
	#share li#twitter a{
		padding-left:13px;
		background: url(images/share-twitter.gif) no-repeat left 50%;
	}
	#share li#facebook a{
		padding-left:12px;
		background: url(images/share-facebook.gif) no-repeat left 50%;
	}
	#share li#email a{
		padding-left:17px;
		background: url(images/share-email.gif) no-repeat left 50%;
	}
	#recents h3{
		margin-top:2px;
		overflow:hidden;
		height:0 !important;
		padding:10px 0 0 0;
		display:inline;
		margin-right:28px;
		float:left;
		width:128px;
		background: url(images/title_recents.gif) no-repeat left top;
	}
	#recents li:first-child, #share li:first-child{border-left:0 !important;}
	#recents li, #share li{
		font-size:11px;
		padding:0 7px;
		color:#989898;
		border-left:1px solid #989898;
		float:left;
	}
		#recents li a, #share li a{ color:#989898; text-decoration:none; }
		#recents li a{ text-transform:lowercase; }
		#recents li a:hover, #share li a:hover{ color:#303030; }

#footer{
	margin:0 10px;
	background-color:#1a1a1a;	
	display:block;
	position:relative;
}
	#footer #twitter{
		padding:28px 28px 28px 60px;
		background: url(images/twitter-icon.gif) no-repeat 28px 30px;
		border-bottom:1px solid #000;
		display:block;
	}
		#footer #twitter h3{
			float:right;
			width:205px;
			margin-top:2px;
		}
			#footer #twitter h3 a{
				display:block;
				position:relative;
				width:205px;
				padding:10px 0 0 0;
				background: url(images/title_twitter.gif) no-repeat left top;
				overflow:hidden;
				height:0 !important;
			}
			#footer #twitter h3 a:hover{
				background-position:0 -10px;
			}
		#footer #twitter p{
			font-size:11px;
			float:left;
			color:#a3a3a3;
			width:650px;
			padding-top:1px;
		}
		#footer #twitter a{ color:#a3a3a3; }
		#footer #twitter a:hover{ text-decoration:none; color:#ddd; }
	#footer #search{
		padding:26px 28px 27px;
		border-right:1px solid #000;
		float:left;
	}
		#footer #search h3{
			float:left;
			display:block;
			width:147px;
			background: url(images/title_search.gif) no-repeat left top;
			overflow:hidden;
			height:0 !important;
			padding:10px 0 0 0;
			margin:4px 28px 0 0;
		}
		#footer #search form{
			float:left;
		}
			#footer #search #searchfield{
				padding:4px;
				border:0;
				margin-right:7px;
			}
	#footer #copyright{
		float:left;
		padding:28px;
		color:#3f3f3f;
		font-size:11px;
	}	
		#footer #copyright a{
			color:#3f3f3f;
			text-decoration:underline;
		}
		#footer #copyright a:hover{
			color:#fff;
			text-decoration:none;
		}
		#footer #copyright a#site-credit{
			text-transform:uppercase;
			font-weight:bold;
			text-decoration:none;
			color:#3f3f3f;
			padding:2px 5px;
		}
			#footer #copyright a#site-credit:hover{
				color:#fff;
				background-color:#000;
			}
	#footer #logo-btn{
		position:absolute;
		background: url(images/logo_footer.jpg) no-repeat left top;
		overflow:hidden;
		width:89px;
		height:0 !important;
		padding:46px 0 0 0;
		bottom:0;
		right:0;
	}
			
/* ----- home page ----- */

#main h2#description{
	height:70px;
	background:#fff url(images/tagline.gif) no-repeat 50% 50%;
	text-indent:-9999px;
	position:relative;
	top:0;
	width:960px;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:0.1em;
	color:#303030;
}
	#main h2 a{
		text-decoration:none;
		background:#e7e5e5;
		color:#303030;
		padding:7px 10px;
	}
		#main h2 a:hover{
			background:#ccc;
			color:#fff;
		}
		
/* ----- blog post / entries ----- */

#main .entry{
	padding:30px 50px;
	color:#515151;
}
	#main .entry p{
		margin-bottom:20px;
		text-align:justify;
	}
#main .entry .meta{
	float:right;
	margin:3px 0 8px 56px;
	text-align:right;
	color:#7f7f7f;
}
	.meta p{
		font-size:11px;
		line-height:165% !important;
		/*padding-top:12px;*/
		text-align:right !important;
		margin-bottom:0 !important;
	}
	.meta a{
		font-weight:bold;
		color:#7f7f7f !important;
	}
	.meta a:hover{ text-decoration:none; }

.aligncenter{ 
	clear:both;
	margin:0 0 20px;
}		
.alignleft{
	float:left;
	margin:0 0 20px 0;
}
.alignright{
	float:right;
	margin:0 0 20px 0;
}
		
/* ----- comments ----- */

#comments{ 
	background-color:#999; 
	overflow:hidden; 
	border-bottom:1px solid #fff;
}
#comments h4{
	padding:28px;
	border-bottom:1px solid #fff;
	background-color:#e5e5e5;
}
#comments .comment{ 
	font-size:11px; 
	border-bottom:1px solid #fff; 
	overflow:hidden; 
	color:#ebebeb; 
	background: transparent url(images/white-sq.gif) repeat-y 237px top;
}
	.comment .author a{
		color:#ebebeb !important;
	}
	.comment .author a:hover{
		color:#f2f2f2 !important;
	}
.comment .author{ 
	float:left; 
	padding:28px; 
	/*border-right:1px solid #fff; */
}
.comment .author p{ width:180px; }
.comment .comment-content{ float:left; padding:28px; }
	.comment .comment-content p{width:667px;}
#comments #inputs{
	padding:28px;
	border-right:1px solid #fff;
	float:left;
}
	#comments #inputs #logged-in{
		font-size:11px;
		color:#ebebeb;
		padding:0 54px 44px 0;
	}
		#comments #inputs #logged-in a{
			color:#ebebeb !important;
		}
		#comments #inputs #logged-in a:hover;{
			color:#f2f2f2 !important;
		}
	#comments #inputs p{ overflow:hidden; }
	#comments #inputs label{
		font-size:11px;
		color:#ebebeb;
		width:60px;
		display:block;
		float:left;
	}
	#comments #inputs input{
		float:left;
		padding:4px;
		border:0;
	}
	#comments #comment-form{
		margin:26px 0 28px 28px;
		padding:4px;
		width:490px;
		height:77px;
		border:0;
		float:left;
	}
	#comments #comment-form-right{
		float:right;
		margin:28px;
		font-size:11px;
		color:#ebebeb;
		text-align:right;
	}
	#comment-form-right label{ display:block; }
	#comments #submit{
		margin-top:56px;
	}

/* ----- contact & about pages ----- */

.page #main{ margin-top:5px; }
.page #main #content{ background-color:#e2e2e2; overflow:hidden; }
.page-id-9 #main #content{ padding:28px; background:#e2e2e2 url(images/je-logomark-large.gif) no-repeat 50% top; }
.page #main #content .wp-post-image{ float:left; border-right:1px solid #fff; }
.page-id-2 p{ text-align: justify; }
.page #main #content #col1{ width:600px; padding:28px; float:left; }
.page-id-2 #col1{ width:440px !important; padding:28px 28px 0px !important;}
.page-id-2 #main #content img{ height:300px; }
.page #main #pricing{
	border-top:1px solid #fff;
	margin-top:10px;
	padding-top:20px;
}

.page #main ul { float:left; line-height:200%; margin-right:100px; }
#main li span{
	margin-top:-1px;
	color:#777;
	clear:both;
	text-transform:uppercase;
}
.page #main #col2 form{
	margin-top:26px;
}
.page #main #col2 form label{
	clear:both;
	float:left;
	color:#777;
	text-transform:uppercase;
	padding-top:5px;
}
.page #main #col2 form input, .page #main #col2 form textarea{
	float:right;
	padding:4px;
	border:2px solid #d2d2d2;
	margin-bottom:5px;
}
.page #main #col2 form #submit_btn{ clear:both; }
			
/* ----- homepage slider ----- */

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 960px;
	height: 540px; /*Height should enough to fit largest content's height*/
	margin:0 10px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	height:540px;
	overflow:hidden;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	/*margin: 15px;*/ /*margin around each panel*/
	width:960px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:540px;
	position:relative;
}
.panel h3{
	position:absolute;
	left:0;
	bottom:0px;
	width:906px;
	height:16px;
	background-color:#000;
	background-color: rgba(0, 0, 0, .7);
	padding:28px;
	color:#eee;
}
	.panel h3 a{
		color:#fff;
	}
.stepcarousel #controls{
	position:absolute;
	z-index:11;
	bottom:28px;
	right:28px;
}
	.stepcarousel #controls #featured-prev{
		overflow:hidden;
		display:block;
		float:left;
		height:0 !important;
		width:6px;
		padding:11px 0 0 0;
		background: url(images/prev-btn.png) no-repeat left top;
		margin-right:10px;
	}
	.stepcarousel #controls #featured-next{
		overflow:hidden;
		display:block;
		float:right;
		height:0 !important;
		width:6px;
		padding:11px 0 0 0;
		margin-left:5px;
		background: url(images/next-btn.png) no-repeat left top;
	}
	.stepcarousel #controls p{ display:inline; float:left; }
	.stepcarousel #controls p img{ margin-right:5px; }
	.stepcarousel #featured-prev:hover, .stepcarousel #featured-next:hover{ background-position:0 -11px !important;}

/* ----- general items / misc ----- */

:focus {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}
a img{ border:0; }
.group:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.group{ display: inline; }
* html>body .group{
	display: inline; 
	width: 100%;
}
/* Hides from IE-mac \*/
