/*
Theme Name: Burlison
Theme URI: http://burlinsonphotography.co.uk
Description: Custom theme for Burlinsonphotography
Version: 1.0
Author: Adira Limited 
Author URI: http://adira.co.uk
*/


*{
	margin: 0px;
	padding: 0px;
}

body{ 
	font-size: 100%;
	font-family: Helvetica, Arial, Sans-serif;
	font-weight: normal;
	background-color: #e3e2e2;
}

#wrapper{
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 800px;
	background-color: #757575;
}

#header{
	width: 800px;
	height: 140px;
	background-image: url('images/04/header.jpg');
	background-repeat: no-repeat;
	text-align: left;
	background-position: bottom;
	background-color: #c9c9c9;
}

#header img{
	padding-top: 70px;
}

#navigation{
	width: 800px;
	padding-right: 10px;
	padding-left: 10px;
}

#content{
	background-color: #cccccc;
	width: 800px;
	height: 640px;
}

#strapline{
	height:250px;
	background-color: #c9c9c9;
	background-image: url('images/04/footer.jpg');
	background-repeat: no-repeat;
}

#footer{
	background-color: #e3e2e2;
	color: #ffffff;
	padding: 10px 10px 100px 10px;
}

#front_nav1{
	padding-top: 170px;
	float: left;
	width: 220px;
}

#front_nav2{
	padding-top: 170px;
	float: left;
	width: 160px;
}

#front_nav3{
	padding-top: 170px;
	float: left;
	width: 220px;
}

#front_nav4{
	padding-top: 170px;
	float: left;
	width: 150px;
}

#content a, #content a:link, #content a:hover, #content a:visited{
	color: #111111;
	text-decoration: none;
}

#navlist2 li
{
display: inline;
list-style-type: none;
padding-right: 10px;
}

#navlist2 a, #navlist2 a:link, #navlist2 a:hover, #navlist2 a:visited{
	color: #111111;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

#copy{
	font-size: 11px;
	padding-top: 10px;
	color: #111111;
}

.clear{
	clear: both;
}

#section{
	text-align: right;
}

#logo{
	padding-top: 120px;
}

#address{
	font-size: 11px;
	padding-top: 20px;
}

#strapline a, #strapline a:link, #strapline a:hover, #strapline a:visited{
	color: #111111;
	text-decoration: none;
	border-bottom: 1px solid #ff0000;
}