/*
CSS for joshuaKROHN.com
*/

body{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  line-height: 1.8em;
  background: #483425 url(images/jk_bg.png) repeat-y center top;
  width: 100%;
  display: table;
}

h1{
  font-family: Georgia, Times New Roman, serif;
  font-size: 1.6em;
  color: #744c2a;
  margin-top: 40px;
}

h2{
  font-family: Helvetica, Arial, sans-serif;
  font-size: .8em;
  color: #afafaf;
  margin-top: -17px;
}

.navigation{
padding: 3px 0;
margin-right: 50px;
font: Helvetica, Arial, sans-serif;
font-size: 8pt;
text-transform: uppercase;
letter-spacing: -.05em;
list-style-type: none;
text-align: right;
}

.navigation li{
display: inline;
margin: 0;
}

.navigation li a{
text-decoration: none;
font-weight: 100;
padding: 3px 5px;
margin-right: 5px;
color: #744c2a;
}

.navigation li a:visited{
color: #744c2a;
}

.navigation li a:hover{
color: white;
background: none;
}

.navigation li a:active{
color: #744c2a;
}

.navigation li.selected a{
color: white;
font-weight: bold;
}

a:link{
  color: #744c2a;
  font-weight: bold;
  text-decoration: none;
}

a:visited{
  color: #744c2a;
  font-weight: bold;
  text-decoration: none;
}

a:hover{
  color: #eeeee2;
  background: #744c2a;
  font-weight: bold;
}

a:active{
  color: #eeeee2;
  background: #744c2a;
  font-weight: bold;
}

.portfolio{
padding: 3px 0;
list-style-type: none;
text-align: left;
}


.portfolio li{
display: inline;
margin: 15px;
}

.portfoliohome li{
display: inline;
margin-right: 35px;
}

#maincontainer{
width: 850px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color: #eeeee2;
}

#header{
height: 64px;  /*Height of top section*/
background: url(images/wood_bg.jpg) no-repeat;
color: #744c2a;
padding-top: 20px;
}

h1#logo{
display: block;
width: 258px;
margin-top: -70px;
margin-left: 30px;
text-decoration: none;
}

#intro{
height: 376px;
background-color: #d4d3c9;
margin-left: 0px;
margin-top: 15px;
}

#introcopy{
padding-left: 5px;
padding-top: 0px;
}

#intro p{
font-family: Helvetica, Arial, sans-serif;
font-size: 1em;
line-height: 1.7em;
}

#intro h3{
font-family: Georgia, Times New Roman, serif;
font-size: 2em;
font-style: italic;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 0px;
color: #744c2a;
}

h3{
font-family: Georgia, Times New Roman, serif;
font-size: 1.2em;
font-style: italic;
margin-top: 4px;
padding-bottom: 15px;
color: #744c2a;
}



h4{
font-family: Georgia, Times New Roman, serif;
font-size: 1.3em;
font-style: italic;
margin-bottom: 20px;
color: #744c2a;
border-bottom: solid 1px #cccccc;
}

h5{
font-family: Helvetica, Arial, sans-serif;
font-size: 1.0em;
font-style: bold;
color: black;
margin-top: -10px;
margin-bottom: -10px;
}

#intro em{
font-family: Georgia, Times New Roman, serif;
font-size: 1.2em;
font-weight: bold;
color: #744c2a;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumnhome{
margin-left: 20px;
width: 490px;
padding-bottom: 100px;
}

#contentcolumn{
margin-left: 20px;
width: 810px;
padding-bottom: 400px;
}

#rightcolumn{
float: left;
width: 285px; /*Width of right column*/
height: 100%;
margin-left: -305px;
margin-top: 31px;
padding-top: 0px;
}

hr{
border: 0;
width: 100%;
color: #744c2a;
background-color: #744c2a;
height: 1px;
}

#footer{
clear: left;
width: 850px;
margin: 0 auto;
background: #eeeee2;
text-align: center;
font-size: x-small;
padding: 4px 0;
vertical-align: bottom;
}



.innertube{
margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}





/*Credits: Lightbox 2 */
/*URL: http://www.huddletogether.com/projects/lightbox2/ */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*end credit for Lightbox 2*/