/*
Theme Name:Belgravia Plumbers
Version:1.0
*/
/** General layout and styling**/
html,body{
	margin:0;
	padding:0;
	text-align:left;
	font-size:1em;
	font-family:Arial,Verdana,Tahoma,Helvetica,Sans-Serif;
	color:#414141;
	background:#ffd07c url(images/bg.png) repeat-x;
}
#main{
	width:100%;
	height:auto;
	padding:0;
}
#topcontainer{
	width:960px;
	padding:0;
}
#middlecontainer{
	width:960px;
	padding:0;
}
#bottomcontainer{
	width:960px;
	padding:0;
}
div{
	position:relative;
	display:block;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
div.wide{
	width:100%;
	height:28px;
	margin:0;
	padding:0;
	background:url(images/navibar.png) repeat-x;
}
div.halfwide-left,div.halfwide-right{
	width:50%;
	height:250px;
	float:left;
	margin:0;
	background:#4b4b4b;
}
div.halfwide-right{
	float:right;
	background:none;
}
div.headerleft,div.headerright{
	width:511px;
	height:250px;
	float:right;
}
div.headerright{
	width:449px;
	float:left;
	background:none;
}
div.clear{
	width:960px;
	height:60px;
}
h1,h2,h3,h4,h5,h6{
	color:#ff8400;
}
h1{
	margin:0;
	font-size:1.2em;
	color:orange;
}
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{
	color:#414141;
	text-decoration:none;
}
a.inline:hover{
	color:#fff;
}
ul.inline{
	max-width:960px;
	display:table;
	margin:0 auto;
	padding:0;
	text-align:center;
	list-style:none;
}
li.inline,li.first-item,li.last-item{
	width:auto;
	height:28px;
	line-height:28px;
	text-align:center;
	display:table-cell;
	margin:auto;
	padding:0 20px;
	list-style:none;
	text-align:center;
	border-right:2px solid #414141;
}
li.inline:hover,li.first-item:hover,li.last-item:hover,li.inline span:hover{
}
li.inline span:hover {
	display:list-item;
	list-style-type:disc;
	list-style-position:outside;
	color:#fff;
}
li.first-item{
	border-left:2px solid #414141;
}
li.last-item{
	border:none;
}
.keywords{
	font-size:0.8em;
	padding:5px;
}
.alignleft{
	margin:0;
	margin:0 10px 10px 0;
	float:left;
	overflow:visible;
}
.alignright{
	margin:0;
	float:right;
	overflow:visible;
}
.aligncenter{
	display:block;
	margin:auto;
	padding:0;
	overflow:visible;
}
.larger{
	font-size:larger;
}
.smaller{
	font-size:smaller;
}
.bolder{
	font-weight:bolder;
}
.underline{
	text-decoration:underline;
}
.white{
	color:#fff;
}
.orange{
	color:#ffa200;
}
.red{
	color:#f00;
}
.bluelarge{
	font-size:1.6em;
	color:#0088c6;
}
.blueunderline{
	color:#0088c6;
	text-decoration:underline;
}
.yellow{
	color:#f6ff00;
}
.grey{
	color:#414141;
}
div.headersidebar{
	width:511px;
	height:250px;
	float:left;
	background:#4b4b4b;
}
div.logo,div.headercontact{
	width:343px;
	height:38px;
	margin:20px 0;
	float:left;
	background:url(images/logo.png) no-repeat left;
}
div.headercontact{
	width:511px;
	height:auto;
	margin:0;
	background:none;
}
p.headercontact{
	margin:0;
	font-size:1.8em;
	font-weight:bold;
	color:#fff;
	text-shadow:3px 3px 5px #242424;
}
img.headercontact{
	line-height:125px;
	margin:30px 0;
	float:left;
}
div.cards{
	width:152px;
	height:26px;
	float:right;
	margin:20px;
	background:url(images/payments.png) no-repeat;
}
div.header{
	width:449px;
	min-height:155px;
	float:right;
	background:url(images/header.png) no-repeat 100% 0;
}
div.add{
	width:670px;
	height:28px;
	float:right;
}
ul.add{
	width:670px;
	display:inline;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	border-top:1px solid #414141;
}
li.add{
	height:28px;
	line-height:28px;
	display:inline;
	float:left;
	margin:0;
	padding:0 5px;
	list-style:none;
	font-size:1.4em;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
img.add{
	line-height:28px;
	margin:0 10px 0 0;
	padding:0;
	overflow:visible;
}
div.keywords{
	width:960px;
	padding:0;
}
div.navibar{
	width:960px;
	height:28px;
	line-height:280px;
	margin:5px auto 0 auto;
	text-align:center;
	vertical-align:middle;
}
div.textbox{
	width:670px;
	min-height:424px;
	float:right;
color:white;
	padding:20px 10px;
	background:#151515 url(images/textbox.png) repeat-x top;
}
div.textbox>h1,h2,h3,h4,h5,h6{
	color:orange;
}
p.textbox{
	font-size:.9em;
	color:#fff;
}
div.add2{
	width:449px;
	float:right;
	margin:170px 0 10px 0;
}
ul.add2{
	width:140px;
	display:block;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
li.add2{
	width:120px;
	display:block;
	padding:0 10px;
	font-size:1.1em;
	font-weight:bold;
	color:#242424;
	list-style:none;
	text-align:center;
}
div.sidebar{
	width:215px;
	float:left;
	margin:28px 0 0 0;
}
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.line{
	width:900px;
	height:2px;
	margin:0;
	background:url(images/line.png) no-repeat;
}
div.footmenu{
	width:960px;
}
div.footer{
	width:960px;
}
a.footer{
	font-size:0.9em;
	font-weight:500;
	color:#242424;
	text-decoration:none;
}
a.footer:hover{
	font-weight:600;
	text-decoration:underline;
}
ul.footer{
	max-width:960px;
	height:28px;
	margin:auto 0 0;
	display:block;
	float:right;
	padding:0;
}
li.footer,li.footerfirst-item,li.footerlast-item{
	width:auto;
	height:28px;
	line-height:28px;
	display:block;
	float:left;
	padding:0 15px;
	list-style:none;
}
li.footer:hover{
	background:none;
}
li.footerlast-item{
	border-right:none;
}
/** Contact **/
div.contactform{
	width:600px;
	height:auto;
	margin:0;
}
p.contactform{
	margin:0;
	font-weight:normal;
	color:#fff;
}
div.label,div.comment{
	width:600px;
	line-height:20px;
	display:block;
	margin-top:5px;
}
p.label{
	margin-top:5px;
	padding:0 5px;
	font-size:9px;
	color:#fff;
}
label{
	padding:0 5px;
	color:#fff;
}
.contactform input[type=text]{
	width:600px;
	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:590px;
	max-width:590px;
	margin:0;
	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;
	font-weight:bold;
	color:#fff;
}
.submit:hover{
	color:#ffa200;
	background:none;
	border:none;
	text-decoration:underline;
	cursor:pointer;
}
a.blog, h2.blog {
color: blue;
}
a.blogtitle {
color: white;
}