/*
Theme Name: Burlinson
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: #808180;
}

#wrapper{
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 800px;
	background-color: #757575;
}

#header{
	height: 140px;
	background-image: url('images/03/header.jpg');
	background-repeat: no-repeat;
	text-align: left;
}
#content_wrapper{
		margin-right: 170px;
}

#header img{
	padding-top: 70px;
}

#navigation{
	height: 425px;
	float: right;
	width: 150px;
	background-color: #ff1100;
	padding-right: 10px;
	padding-left: 10px;
}

#content{
	background-color: #cccccc;
	width: 200px;
	float: right;
	height: 285px;
	background-image: url('images/03/content.jpg');
	background-repeat: no-repeat;
}

#content p{
	text-align: left;
	padding:5px;
	color: #111111;
	font-size: 11px;
		line-height: 16px;
	}

	#content p img{
		height: 8px;
		width: 15px;
	}
	
#content a, #content a:link, #content a:hover, #content a:visited{
	color: #111111;
	text-decoration: none;
	border-bottom: 1px solid #ff0000;
}

#photo{
	background-color: #ffffff;
	width: 430px;
	float: right;
	height: 285px;
}

#strapline{
	height:230px;
	background-color: #333333;
	background-image: url('images/03/footer.jpg');
	background-repeat: no-repeat;
}

#footer{
	background-color: #808180;
	color: #ffffff;
	padding: 10px 10px 100px 10px;
}

#navcontainer { width: 150px; }

#navcontainer ul
{
font-size: 12px;
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
}

#navcontainer a
{
display: block;
padding: 9px;
width: 130px;
border-bottom: 1px solid #000000;
}

#navcontainer a:link, #navlist a:visited
{
color: #111111;
text-decoration: none;
}

#navcontainer a:hover
{
color: #fff;
}

#navlist2 li
{
display: inline;
list-style-type: none;
padding-right: 5px;
}

#navlist2 a, #navlist2 a:link, #navlist2 a:hover, #navlist2 a:visited, #navlist a, #navlist a:link,  #navlist a:visited{
	color: #111111;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

#copy{
	font-size: 11px;
	padding-top: 10px;
}

.clear{
	clear: both;
}

#section{
	text-align: right;
	padding-top: 0px;
	color: #111111;
	letter-spacing: 10px;
	font-size: 30px;
	font-weight: lighter;
}

#logo{
	padding-top: 60px;
}

#address{
	font-size: 11px;
	padding-top: 20px;
}

a, a:link, a:visited, a:hover{
	text-decoration: none;
	border-bottom: #ff0000;
	color: #000000;
}

#strapline a, #strapline a:link, #strapline a:hover, #strapline a:visited{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ff0000;
}

h4{
	font-style: normal;
	font-size: 14px;
	color: #ff0000;
}

h5{
	font-style: normal;
	font-size: 12px;
	color: #ff0000;
}

strong{
	font-style: normal;
	font-size: 14px;
	color: #ff0000;
}