/*
Theme Name:South Lambeth Plumbers
Version:1.0
*/
/** General layout and styling**/
html,body{
	margin:0;
	padding:0;
	font-family:Arial,Verdana,Tahoma,Helvetica,Sans-Serif;
	text-align:left;
	font-size:1em;
	color:#2f9bff;
	background:#2f9bff;
}
#main{
	width:972px;
	height:auto;
}
#topcontainer{
	width:972px;
	height:382px;
	background:url(images/topcontainer.png) no-repeat;
}
#middlecontainer,#middlecontainer-top,#middlecontainer-bottom{
	width:972px;
	height:auto;
	background:url(images/middlecontainer.png) repeat-y;
}
#middlecontainer-top{
	height:40px;
	background:url(images/middlecontainer-top.png) no-repeat;
}
#middlecontainer-bottom{
	height:46px;
	background:url(images/middlecontainer-bottom.png) no-repeat;
}
#bottomcontainer{
	width:100%;
	height:29px;
	margin:0 auto 60px auto;
}
div{
	position:relative;
	display:block;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
div.wide{
	width:100%;
	margin:10px 0;
	padding:0;
}
div.clear{
	width:972px;
	height:60px;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
h1{
	margin:0;
	font-size:1.2em;
	color:black;
}
h2{
	font-size:1.2em;
}
h3{
	font-size:1em;
}
h4{
	font-size:0.9em;
}
h5{
	font-size:0.8em;
}
h6{
	font-size:0.6em;
}
p{
	font-size:1em;
}
a,a:link{
	color:#ff8000;
	font-size:1em;
	font-weight:bold;
}
a:visited{
	color:#00ff00;
}
a:hover,a:active{
	color:#cb8583;
}
table.main{
	padding:0px;
	border:0px;
	margin:0px auto 0px auto;
	width:700px;
	background:#fafafa;
}
td{
	text-align:left;
	vertical-align:top;
	background:#fff;
}
ul{
	width:auto;
	list-style:circle;
}
li{
	width:auto;
	list-style:circle;
}
ol{
	width:auto;
	list-style:circle;
}
a.inline,a.first-item{
	font-size:0.9em;
	color:#2f9bff;
	text-decoration:none;
}
a.inline:hover,a.first-item:hover{
	font-weight:800;
}
ul.inline{
	max-width:972px;
	height:52px;
	line-height:52px;
	display:table;
	margin:0 auto;
	padding:0;
	text-align:center;
	list-style:none;
}
li.inline{
	width:auto;
	height:52px;
	line-height:52px;
	text-align:center;
	display:table-cell;
	margin:0 auto;
	padding:0 20px;
	list-style:none;
	text-align:center;
}
li.inline:hover{
	color:#fff;
	background:url(images/hover.png) repeat-x;
}
li.first-item{
	padding-left:0;
}
li.last-item{
	border:none;
}
.keywords{
	font-size:0.8em;
	overflow-y:auto;
	height:450px;
}
.alignleft{
	margin:0;
	margin:0 10px 10px 0;
	float:left;
	overflow:visible;
	box-shadow:3px 3px 5px #5d5d5d;
}
.alignright{
	margin:0;
	float:right;
	overflow:visible;
	box-shadow:3px 3px 5px #5d5d5d;
}
.aligncenter{
	display:block;
	margin:auto;
	padding:0;
	overflow:visible;
	box-shadow:3px 3px 5px #5d5d5d;
}
.larger{
	font-size:larger;
}
.smaller{
	font-size:smaller;
}
.bolder{
	font-weight:bolder;
}
.underline{
	text-decoration:underline;
}
.white,.whitelarge,.whitelarger{
	color:#fff;
}
.whitelarge{
	font-size:2em;
	font-weight:bold;
}
.whitelarger{
	font-size:larger;
}
.blue,.bluelarger{
	color:#2f9bff;
}
.bluelarger{
	font-size:larger;
	font-weight:bolder;
}
.yellow,.yellowsmaller,.yellowlarger{
	color:#f1bf1e;
}
.yellowmaller{
	font-size:smaller;
}
.yellowlarger{
	font-size:larger;
	font-weight:bolder;
}
div.navibar{
	width:972px;
	height:52px;
	line-height:52px;
	text-align:center;
	vertical-align:middle;
}
div.top{
	width:938px;
	height:271px;
	margin-top:20px;
	background:url(images/top.png) no-repeat;
}
div.add{
	width:972px;
	margin:20px auto;
	border-bottom:1px solid #d8e9ff;
}
ul.add{
	width:972px;
	display:table;
	margin:0 auto 20px auto;
	padding:0;
}
li.add{
	display:table-cell;
	margin:0;
	padding:0 40px;
	list-style:none;
	font-size:1.2em;
	color:#fff;
	text-align:center;
}
div.textbox{
	width:690px;
	float:left;
	padding:0 20px;
}
div.sidebar{
	width:200px;
	float:right;
	margin:0;
	padding:0 10px;
}
h2.sidebar,p.sidebar{
	margin:0;
	padding:0;
	font-size:1.4em;
	color:#ff8400;
}
p.sidebar{
	font-size:0.8em;
	font-weight:bold;
}
ul.sidebar{
	width:235px;
	float:left;
	margin:0 0 40px 0;
	padding:0;
	list-style:none;
}
li.sidebar{
	margin:0;
	padding:0 15px;
	list-style:none;
	font-size:0.9em;
	font-weight:bold;
}
img.sidebar{
	max-width:223px;
	max-height:223px;
	display:block;
	overflow:visible;
	margin:auto;
	border:1px solid #7a7a7a;
	box-shadow:2px 2px 3px #c0c0c0;
}
div.footer{
	width:972px;
	margin:30px auto;
}
a.footer,a.footerfirst-item{
	font-size:.9em;
	color:#fff;
	text-decoration:none;
}
a.footer:hover,a.footerfirst-item:hover{
	text-decoration:underline;
}
ul.footer{
	max-width:710px;
	height:29px;
	margin:0;
	display:block;
	float:left;
	padding:0;
}
li.footer,li.footerfirst-item,li.footerlast-item{
	width:auto;
	height:29px;
	line-height:29px;
	display:block;
	float:left;
	padding:0 10px;
	list-style:none;
}
li.footer:hover{
	background:none;
}
li.footerfirst-item{
	padding-left:0;
}
div.cards{
	width:220px;
	height:29px;
	float:right;
	margin:0;
	background:url(images/payments.png) no-repeat 5px 50%;
}
/** Contact **/
div.contactform{
	width:600px;
	height:auto;
	margin:0;
}
p.contactform{
	margin:0;
	font-weight:normal;
}
div.label,div.comment{
	width:600px;
	line-height:20px;
	display:block;
	margin-top:5px;
}
p.label{
	margin-top:5px;
	font-size:9px;
}
label{
	padding:5px;
}
.contactform input[type=text]{
	width:585px;
	height:24px;
	margin:0;
	position:relative;
	display:block;
	float:right;
	padding:0 5px;
	color:#404040;
	border:1px solid #c0c0c0;
	box-shadow:1px 1px 3px 1px #d1d1d1 inset;
}
.contactform textarea,
	textarea:focus{
	min-width:580px;
	max-width:580px;
	margin:0 0 0 5px;
	padding:5px;
	border:1px solid #c0c0c0;
	box-shadow:1px 1px 3px 1px #d1d1d1 inset;
	font-family:Arial,Verdana,Tahoma,Helvetica,Sans-Serif;
	font-size:0.8em;
	color:#404040;
}
div.contactform input[type=text]:hover,
	input[type=text]:focus,
	textarea:hover{
	border:1px solid #359aff;
}
.submit{
	width:auto;
	height:39px;
	float:right;
	background:none;
	border:none;
	font-size:1em;
	color:#2f9bff;
	font-weight:bold;
}
.submit:hover{
	color:#5c5c5c;
	background:none;
	border:none;
	text-decoration:underline;
	cursor:pointer;
}
a.blog {
color: black !important;
}