/*
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: #000000;
}

#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/01/header.jpg');
	background-repeat: no-repeat;
	text-align: left;
}

#content_wrapper{
	margin-right: 170px;
}

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

#navigation{
	height: 425px;
	float: right;
	width: 150px;
	background-color: #ff1100;
	padding-right: 10px;
	padding-left: 10px;
}

#content{
	background-color: #cccccc;
	width: 197px;
	float: left;
	height: 285px;
	background-image: url('images/01/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: left;
	height: 285px;
}

#strapline{
	height:230px;
	background-color: #757576;
	background-image: url('images/01/footer.jpg');
	background-repeat: no-repeat;
}

#footer{
	background-color: #000000;
	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, #navlist a:link, #navlist a:hover, #navlist a:visited{
	color: #cccccc;
	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;
}

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;
}

#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;
}

/* Blog Styles */

#blog-content{
	background-color: #b3b3b5;
	width: 197px;
	float: left;
	background-repeat: no-repeat;
}
#blog-content h2{
	font-size:16px;
	margin-top:18px;
}

#blog-content li{
	list-style:none;
}

#blog-content a{
	color:#ec2623;
	text-decoration:underline;
}

#blog-photo{
	background-color: #cccccc;
	width: 420px;
	float: left;
	text-align:left;
	padding:5px;
	font-size:12px;
}

#blog-photo a{
	color:#ec2623;
}

#blog-photo h2 a{
	color:#000;
	margin-bottom:10px;
}

#blog-photo p{
	color:#000;
	line-height:110%;
	margin-top:8px;
	margin-bottom:8px;
}
#wp-calendar {margin:auto;}

.alignleft{float:left;padding-right:10px;}
.alignright{float:right;padding-left:10px;}
