/*
Project Name: Portfolio Page
Author: Paul Demers/pdemersjr.com
Modified:
File Name: style.css

Style Sheet
*/

body{
background:#dcdcdc url(../images/body_bg.jpg) center top no-repeat;
color:#545454;
}

body#fourohfour{
background-repeat: repeat-x;
}

#container{
width:960px;
margin: 0 auto;
}

#wrapper{
width:960px;
margin:20px auto;
background:url(../images/main_bg.gif) center repeat-y;
/* border:8px solid #dcdcdc; */
float:left;
}

#header{
background:url(../images/header.gif) top center no-repeat;
height:186px;
margin-bottom: 25px;
margin-top: 0;
width:959px;
}

#primary{
width:380px;
float:left;
margin:0 20px 0 35px;
}

#aside{
float:left;
}

a{
color:#78492e;
text-decoration: none;
}

a:hover, a:active, a:visited{
color:#545454;
}

.portfolioWrap a:hover{
background-color: #eee;
}

#header a:hover{
color:#78492e;
text-decoration: none;
}

h4{
background:#000 url(../images/lightbox_bg.jpg) repeat;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
padding: 3px 12px 8px 12px;
color: #ececec;
margin: -20px 0 5px -25px;
}


#logo{
width:188px;
height:117px;
position: relative;
margin:0 auto;
font-size: 1.2em !important;
padding-top: 30px;
}

#logo span{
background: url(../images/logo.png) no-repeat;
position: absolute;
width:100%;
height:100%;
}

/* PRIMARY STYLES */
#primary p, #aside p{
font-size: 1.4em;
line-height: 1.35em;
}

.button{
background-color:#78492e;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
padding: 3px 12px;
width: 80px;
text-align: center;
}

.button a{
color:#fff;
}

.button:hover{
background-color:#000;
}

#intro{
margin:0 10px 10px;
float:left;
padding:5px 15px;
border: 1px #666 solid;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#twitter{
margin:35px 10px 10px 10px;
float:left;
padding:5px 15px;
border: 1px #666 solid;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#twitter p:first-child{
/* padding:10px 0px; */
}

#portfolioWrap{
width:430px;
float:left;
margin:0 10px 10px;
padding:5px 15px;
background-color: white;
border: 1px #666 solid;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

ul.portfolio{
width:111px;
float:left;
margin: 7px 15px;
}

li.thumbnail{
width:111px;
height:57px;
border: 1px solid #e5e5e5;
padding:5px;
}

li.thumbnail_active{
width:111px;
height:57px;
border: 1px solid #78492e;
padding:5px;
}


.selected{background-color: #ececec;}

li.title{
width:125px;
text-align: center;
color:#78492e;
font-size: 1.1em;
line-height: 1em;
}


/* FOOTER STYLES */
#footer{
height:157px;
margin:0 auto;
background: url(../images/footer.jpg) no-repeat;
}

.copyright{
text-align: center;
padding-top: 115px;
padding-left:10px;
color: #aeaeae;
font-size: 1.2em;
}

/* UTILITY STYLES */
.clear{clear:both;}

/* Tooltip Styles */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #666;
	background-color: #f3f2f2;
	-moz-border-radius: 5px;
	 -webkit-border-radius: 5px; 
	margin-top:2px;
	padding: 3px 5px;
	font-size: .65em;
	color:#78492e;
}
#tooltip a, #tooltip div { margin: 0; }

/* Lightbox Styles */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background: url(../images/lightbox_bg.jpg) repeat;
	border:1px solid #ececec;
	width: 250px;
	height: 250px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-top-right: 5px;
	-webkit-border-radius-top-left: 5px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font-size: 10px;
	color:#000;
	background: url(../images/lightbox_bg.jpg) repeat;
	margin: 15px auto 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 660px!important;
	border:1px solid #ececec;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #fff; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}
#lightbox-image-details{
padding: 10px 10px;
}	
#lightbox-image-details-caption {
font-size: 1.3em;
}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-top:7px;	
}

#fourohfour #wrapper{
width:800px;
margin:5em auto;
text-align: center;
font-family: "Baskerville Old Face", Times, serif;
font-style: italic;
text-shadow: 1px 1px 0 #fff;
background: none;
}

#fourohfour h1{
font-size: 8em;
}

#fourohfour p{
font-size: 3em;
line-height: 1.5em;
}
#fourohfour a{
color: #78492e;
}
#fourohfour a:hover{
color:#fff;
text-shadow: 2px 2px 10px #000;
}