/*
Theme Name: R3 Photo
Theme URI: http://photo.reh3.com
Description: Theme for R3 Photo
Version: 2.0
Author: Ray Henry
*/

* {margin:0;padding:0;}
body {
	width:100%;
	font-family:Georgia, serif;
	background:#000;
	text-align:center;
}
/*
-----------------------------------------------------------------------------------------
Layout Structure
-------------------------------------------------------------------------------------- */
#header {
	float:left;
	width:100%;
	background:#141414;
	border-bottom:1px solid #111;
}
#container {
	margin:0 auto;
	text-align:left;
	width:1000px;
}
/*
-----------------------------------------------------------------------------------------
HEADER
-------------------------------------------------------------------------------------- */
#logo {margin:10px;}
	#logo a:link, #logo a:active, #logo a:visited {
		float:left;
		width:113px;
		padding:34px 0 0 0;
		background:url(/content/img/r3p_logo.gif) no-repeat top left;
		overflow:hidden;
		text-indent:-5000px;
		height: 0px !important; 
		height /**/:34px; /* for IE5/Win only */
	}
#info {
	float:right;
	margin:10px;
	font-size:12px;
	color:#666;
}
	#info a {color:#666;}
	#info a:hover {color:#999;}



/*
-----------------------------------------------------------------------------------------
CONTAINER
-------------------------------------------------------------------------------------- */
#photo-box {
	float:left;
	margin:40px 0 10px 0;
	width:800px;
	text-align:center;
}
	
#info-post {
	float:left;
	padding:10px;
	width:780px;
	color:#666;
	background:#000;
}
.navigation {
	margin:10px 0;
	padding:10px 0 0 0;
	font-size:12px;
	color:#666;
	text-align:center;
	border-top:1px solid #111;
}
	.navigation a {color:#666;}
	.navigation a:hover {color:#999;}



