/*
general 
redder brown: #59442b 
dark brown: #5c4f49 
blue: #7b95c9
light blue: #E1E9F7
*/
body{
	margin: 0;
	padding: 0;
	background: #ffffff url(images/bgstripe2.png) repeat-x left top;
	font-size: 0.8em;
	color: #382a19;
	font-family: Georgia, Times;
}

p{
	font-family: Georgia, Times;
}

a{
	font-family: Georgia, Times;
	color: #7b95c9;
	strength: strong;
	style: none;
	border-width: 0px;
}

a:hover{
}

h1{
	font-family: Georgia, Times;
	font-weight: normal;
	color: #ffffff;
	font-size: 50px;
}

h2{
	font-family: Georgia, Times;
	font-weight: 2;
	color: #59442b;
	font-size: 2em;
}

h3{
	border-bottom: 1px dashed #5c4f49;
}

b, strong{
}

i{
}

#wrapper{
	width: 850;
	margin-left: auto;
	margin-right: auto;
}

/*
Taken and modified from the brewed coffee theme:
http://www.freecsstemplates.org/preview/brewedcoffee
*/
#header{
	float: left;
	width: 850px;
	margin: 0 auto;
}

#header2{
	float: right;
	width: 850px;
	height: 320px;
	margin: 0 auto;
	background: url(images/bear.png) no-repeat left top;
	/* I'll use my own picture there when we get further into the project. This picture is just a placeholder to give an idea of what it will be like */
}

#header h1{
	color: #FFFFFF;
	font-size: 74px;
	padding: 12px 0 0 400px;
}

/* end */

#body {
	width: 850px;
	margin: 0;
}

/* Once again, helped recieved form looking at
http://www.freecsstemplates.org/preview/brewedcoffee
*/
#content{
	float: right;
	width: 550px;
	padding: 15px;
	margin-top: -170px;
	margin-bottom: 30px;
	border: 8px solid #ffffff;
	background: #e1e9F7;
}

#title{
	text-align: left;
}

#blogcontent{
}

#sidebar{
	float: left;
	width: 200px;
	margin-top: 0px;
	margin-left: 40px;
	background: #ffffff;
	padding: 6px;
}

/* Taken and modified from the brewed coffee theme:
http://www.freecsstemplates.org/preview/brewedcoffee
*/
#footer{
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #5c4f49;
	background: #E1E9F7;
	border-top: 1px solid #191512;
	border-bottom: 1px solid #191512;
}

#footer p{
	margin: 0;
	padding: 20px 0px;
	text-transform: uppercase;
}

.byline{
	margin: -20px 0px 0px 0px;
	padding-left: 33px;
	border-bottom: 1px dashed #5c4f49;
	color: #7b95c9;
}

/* end */

table.art{
	border-width: 0;
	width: 100%;
	text-align: center;
}

img.art{
	height: 50%;
	width: 50%;
	border: 1px dashed #5c4f49;
}

img.profile{
	height: 210px;
	width: 200px;
	float: right;
	border: 1px dashed #5c4f49;
}


/* CSS FOR LIGHTBOX 2 */
#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; }