/* @override 
	http://localhost/wp-content/themes/default/style.css
	http://localhost/wp-content/themes/pandra/style.css
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	background: url(images/pandra_background.jpg);
	}



body, html {
	margin: 0;
	padding: 0;	
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0; 
	font-size: 100%;
	font-weight: normal;
	font-style: normal;  
}

div#page {
	width: 970px;
	margin: 0 auto;
}

#mainContainer {
	background: #0b0b0b;
	overflow: hidden;
}

/* Begin Header & Nav */

#header {
	margin: 0;
	padding: 5px;
}

#nav {
	width: 960px;
	margin: 0 auto;
	height: 70px;
	background: #2a3917;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	color: #fff;
	float: left;
	text-transform: uppercase;
	/*border-right: 1px solid #4c613a;*/
	
}

#nav ul li a:link, #nav ul li a:visited {
	color: #ffffff;
	text-decoration: none;
	height: 100%;
	display: block;
	font-size: 12pt;

	padding: 24px 25px 25px 25px;
	background: url(images/nav_hover.png) right top no-repeat;
}

#nav ul li a:hover {
	background: url(images/nav_hover.png) right bottom no-repeat;
	width: auto;
	float: none;
}

#nav ul li a.active {
	background: url(images/nav_hover.png) right bottom no-repeat;
}

#nav img {
	float: right;
	margin-right: 30px;
	margin-top: 5px;
	border: none;
}

#headerImg {
	margin-top: 5px;
}

/* Home page */
/* Gallery */
#slider { 
	margin: 0 auto;
	width: 960px;
}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider li{ 
	width:960px;
	height:400px;
	margin: 0 auto;
	overflow: hidden; 
	position: relative;
}	

#slider img {
	border: none;
}

#slider span {
	color: #a0a1a1;
	font-size: 10pt;
	padding: 10px 20px;
	text-align: right;
	position: absolute;	
	right: 0;
	bottom: 0;
	background: url(images/caption_back.png);
}

	
#prevBtn, #nextBtn{ 
	display:block;
	position: absolute;
	top: 240px;
		}	
#nextBtn{ 
	margin-left: 932px;
	}														
#prevBtn a:link, #nextBtn a:link{  
	display:block;
	width:29px;
	height:63px;
}	

#prevBtn a:link {
	background:url(images/controls.png) no-repeat left -1px;
}

#nextBtn a:link{ 
	background:url(images/controls.png) no-repeat right -1px;	
	}	

#nextBtn a:hover {
	background: url(images/controls.png) no-repeat right -66px;	
}

#prevBtn a:hover {
	background: url(images/controls.png) no-repeat left -66px;	
}
	
	/* image replacement */
	        .graphic, #prevBtn, #nextBtn{
    display:block;
    overflow:hidden;
    text-indent:-8000px;
}
	    /* // image replacement */

div#profile {
	width: 900px;
	margin: 5px 0;
	padding: 20px 30px;
	background: #849179;
}

div#profile p, div#profile a {
	color: #121a0d;
	font-size: 13pt;
	margin: 0;
	line-height: 1.5em;
}

div#profile a {
	text-decoration: underline;
}

/* Callout Styles */
div#callouts .callout {
	width: 280px;
	margin: 20px 20px;
	float: left;
}

div#callouts h3 {
	color: #a29858;
	border-bottom: 2px solid #616f55;
	padding-bottom: 10px;
	padding-top: 10px;
}

div#callouts ul {
	list-style: square;
	padding-left: 15px;
}

div#callouts ul li, div#callouts p {
	color: #595959;
	font-size: 8pt;
	margin: 0;
	line-height: 1.7em;

}

div#callouts a {
	font-size: 8pt;
	color: #b9af71;
	text-decoration: underline;
}

div#callouts img#twitt {
	position: absolute;
	margin-left: 175px;
	width: 105px;
	height: 30px;
	border: none;
	
}


/* Main Content */
#contentContainer {
	width: 960px;
	margin: 0 auto 5px auto;
	background: #f8fdf1;
	overflow: hidden;
}

#contentContainer.home {
	background: #0b0b0b;
}

#content.narrowcolumn {
	width: 605px;
	float: left;
	padding: 20px;
	overflow: hidden;
}

#content.widecolumn {
	width: 100%;
	float: left;
	padding: 20px;
	overflow: hidden;
}

#content h2 {
	font-size: 18pt;
	margin: 20px 0;
	border-bottom: 3px solid #688252;
	padding-bottom: 5px;
}

#content p, #content a {
	font-size: 10pt;
	line-height: 1.4em;
}



#content p {
	margin-bottom: 20px;
}

a:link, a:visited {
	color:  #9e8c19;
	text-decoration: none;
	margin: 0;
}

#contentContainer ul {
	font-size: 10pt;
	padding-left: 20px;

}

#contentContainer ul li {
	margin-bottom: 10px;
}

#contentContainer.home ul {
	padding: 0;
}

#contentContainer.home ul li {
	margin-bottom:0 ;
}

/* -- Work Content -- */
div.work_recap {
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
}

div.work_recap p {
	margin-bottom: 0!important;
}

div#content.widecolumn div.work_recap {
	margin-top: 20px;
	width: 900px;
	margin-bottom: 40px;
}

#content div.work_recap_thumb {
	float: left;
	width: 200px;
	border: 5px solid #000000;
	margin: 0 20px 20px 0;
	background-color: #000000!important;
}
#content a.work_recap_link {
	border: none;	
}

div#breadcrumb {
	position: absolute;
	
	
}

div#breadcrumb p, div#breadcrumb a {
	font-size: 8pt;
}

h3 {
	font-size: 12pt;
	margin-bottom: 15px;
}

h3#work_title {
	display: block;
	background: #000;
	height: 30px;
	width: 200px;
	font-size: 12pt;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.3em;
	color: #fff;
	letter-spacing: .1em;
}



	

/* Profile */

h3.subh2 {
	float: right;
	width: 100%;
	text-align: right;
	margin: 15px 0 25px 0 ;
	
}

h2.subh2_top {
	margin-bottom: 0!important;
}



/* Blog */
#content h3 a {
	font-size: 12pt;	
}

#content h3 small {
	font-size: 8pt;
	padding: 4px 0;
	display: block;
}

#content p a.more-link {
	margin-bottom: 20px;
	display: block;
	border-bottom: 1px dotted #688252;
	padding: 1px 0 10px 0;
	
}

#content p.postmetadata.alt {
	padding: 20px 5px;
	border-top: 1px dotted #688252;
	border-bottom: 1px dotted #688252;
}

h3#comments {
	font-size: 10pt;
	padding-bottom: 10px;
}

ol.commentlist {
	list-style: none;
}

ol.commentlist li {
	padding: 10px;
	margin-bottom: 20px;
	background: #ecefda;
	border: 1px solid #d0d7c6;
}

div#respond h3 {
	font-size: 11pt;
}

a.comment-reply-link {
	font-size: 9pt!important;
}


/* Sidebar */
#sidebar {
	float: right;
	width: 265px;
	padding: 20px 25px;
}

#sidebar h3 {
	font-size: 14pt;
	height: 30px;
	margin: 25px 0 20px 0;
	border-bottom: 3px solid #2c391b;
}

div.work_recap #sidebar h3 {
	margin-top: 0;
}

#sidebar p {
	font-size: 8pt;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#sidebar span.large p {
	font-size: 1.5em;
	color: #71766d;
}

#sidebar ul ul {
	list-style: square;
	padding: 9px 15px;
} 

#sidebar ul ul li {
	font-size: 9pt;
}

#sidebar.blog a {
	font-size: 10pt;
}

#sidebar.blog ul {
	list-style: square;
	padding: 9px 15px;
} 




/* Reviews */

#content a.review {
	margin-bottom: 20px;
	display: block;
	border-bottom: 1px dotted #688252;
	padding: 1px 0 10px 20px;
	background: url(images/icon_pdf.png) no-repeat;
}


/* Footer */
div#footer {
	background: #0b0b0b;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 80px;
	padding: 10px 0 0 10px;
}

div#footer p {
	font-size: 8pt;
	color: #688252;
	line-height: 1.5em;
}

div#footer p span {
	float: right;
	width: 270px;
}



