﻿/*
Photography Theme
Edward Robson
ER Web Design & Build
http://www.edwardrobson.co.uk
*/


/*
Grey Background: 	#606060
Dark Grey: 			#393939
Mid Grey:			#CECECE
Light Grey:			#E8E8E8
*/

*									{ margin: 0; padding: 0; }
.clear								{ clear: both; }

body{
	background-color:#606060;
	color: #E8E8E8;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
}
#wrapper{
	width: 800px; 
	margin: 0 auto; 
	text-align:left;
}
#masthead {
	background: #606060 url("Images/logo.jpg") no-repeat left top ;
	height: 110px;
}
#masthead h1{
   position : absolute;
   font-size: 0;
   text-indent: -1000px;
}
/*Navigation*/
#top_nav {
}

#top_nav ul{
	list-style:none;
	width:100%;
	background: #606060 url('Images/NavigationBG.jpg') repeat-x;
	float:left;
}
#top_nav ul li{
	float:left;
}

#top_nav ul a{
	display:block;
	padding:0 50px 0 20px;
	line-height:1.5em;
	color: #E8E8E8;
	text-decoration:none;
	font-size:2em;
}
/*Navigation End*/
#page_content {

}
#page_content p{
	margin-left	:20px;
	padding: 10px 0;
}
#page_content h2{

	padding: 30px 0 10px 0;
}

#page_content ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#page_content #effects li{
	padding-left: 30px;
}
#page_content a{
	color:#E8E8E8;
}
#slideshow{
	/*background-color:white;*/
	margin:30px 0;
	margin-left:20px;
	width:400px;
	height:340px;
	float:left;
	border:1px solid #393939;
}
/*Front Page Thumbnails*/
#thumbnails {
	float:right;
	margin-top:30px;
	margin-right:20px;
	width:340px;
	height:340px;
	background-color:#606060;
	border:1px solid #393939;
}
#thumbnails_1{
	float:left;
	margin-top:30px;
	margin-right:20px;
	width:800px;
	height:120px;
	background-color:#606060;
	border:1px solid #393939;	
}
#thumbnails ul, #thumbnails_1 ul{
	list-style:none;
}
#thumbnails li, #thumbnails_1 li{
	float:left;
	margin: 5px;
}
#thumbnails img, #thumbnails_1 img{
	display:block;
	border:1px solid #E8E8E8;
}
/*Front Page Thumbnails End*/

#footer {
border-top: 1px solid #CECECE;
}

#footer p{
	margin-left	:20px;
	padding: 10px 0;
}