/*  
Theme Name: Black and Yellow - photostack
Theme URI: http://billoday.net/
Description: A special theme written for billoday.net's photo archives.
Version: 1.0
Author: Bill O'Day
Author URI: http://billoday.net/

*/

body
{
	background-color: #FFFFFF;
	padding: 0;
	color: #111111;
	font: normal 10pt Georgia, Times New Roman, serif;
	min-width: 790px;
}

#header
{
	background-color: #FFFFFF;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 1px auto;
	height: 30px;
	width: 730px;
	color: #118811;
	font-size: 12pt;
	text-align: right;
	vertical-align: center;
}

#header a
{
	color: #118811;
	text-decoration: none;
	font-weight: normal;
	padding: 1px;
}


#heaaer p
{
	background-color: #FFFFFF;
	color: #111111;
	line-height: 5px;


}

#page
{
	border: 1px dotted #ccc;
	width: 730px;
	margin: 1px auto;
}

#content
{
	background-color: #FFFFFF;
	text-align: center;
}

#footer
{
	clear: both;
	text-align: center;
	
}

#header p
{
	font-size: 12px;


}

#header a:link, a:visited, a:active
{
	color: #111111;
	text-decoration: none;
}

#header a:hover
{
	color: #111111;
	background-color: #888888;
	text-decoration: none;
}


.title 
{
	font-weight:bold;
	font-size:11pt;
	letter-spacing:1px;
	color:#666;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
}

#photo 
{
    background:#CCCCCC;
    text-align: center;
    padding:10px;
	border:1px dotted #000;
	margin: 0px auto;
}

/* .............................. */
/* Image Navigation */
/* .............................. */

#image-navigate {
    /*background:#DDDD66;*/
	padding:20px;
	height:15px;
	width:400px;
	margin:0px auto;
	}
	
#image-navigate a {
	padding:10px;
	color: #111155;
	}

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}

/* .............................. */
/* Image Info */
/* .............................. */

#image-info {
    background-color: #DDDD66;
	border:1px solid #ccc;
	padding:10px;
	text-align:justify;
	width:600px;
	margin:0px auto;
	margin-bottom:25px;
	line-height:12px;
	}
		
#image-notes {
	width:65%;
	vertical-align:top;
	}
	
#image-exif {
    padding-top:10px;
    font-size: 10pt;
    text-align:right;
	width:30%;
	vertical-align:top;
	}

