/*
Theme Name: Plumber Clerkenwell
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:#686868;
	background:#fff;
}
#bg{
	min-width:100%;
	min-height:100%;
	position:fixed;
	z-index:0;
	background:top center fixed;
}
#main{
	width:960px;
	height:auto;
	background:url(images/bg.jpg) no-repeat;
}
#topcontainer{
	width:960px;
	height:auto;
	overflow:hidden;
}
#middlecontainer{
	width:960px;
	height:auto;
	overflow:hidden;
}
#bottomcontainer{
	width:960px;
	height:auto;
	overflow:hidden;
}
div{
	margin:0 auto;
	position:relative;
	display:block;
	overflow:hidden;
}
h1,h2,h3,h4,h5,h6{
	color:#606060;
}
h1{
	margin:0;
	font-size:1.4em;
	font-weight:bold;
}
h2{
	font-size:1.2em;
	font-weight:bold;
}
h3{
	font-size:1em;
	font-weight:bold;
}
h4{
	font-size:0.9em;
	font-weight:bold;
}
h5{
	font-size:0.8em;
	font-weight:bold;
}
h6{
	font-size:0.6em;
	font-weight:bold;
}
p{
	font-size:1em;
	text-align:left;
}
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:#ffffff;
}
ul{
	width:auto;
	list-style:circle;
}
li{
	width:auto;
	list-style:circle;
}
ol{
	width:auto;
	list-style:circle;
}
a.inline{
	color:#606060;
	text-decoration:none;
}
a.inline:hover{
	text-decoration:underline;
}
ul.inline{
	width:auto;
	margin:auto;
	display:table;
	text-align:center;
}
li.inline{
	width:auto;
	display:table-cell;
	margin:auto;
	padding:0 25px;
	text-align:center;
}
.alignleft{
	margin:0;
	padding:5px;
	float:left;
	overflow:visible;
}
.alignright{
	margin:0;
	padding:5px;
	float:right;
	overflow:visible;
}
.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
}
.clear{
	clear:both;
	float:none;
}
span.underline{
	text-decoration:underline;
}
.blue{
	color:#0987ff;
}
.orange{
	color:#ffa800;
}

/** Header **/
div.navibar{
	width:960px;
	height:20px;
	margin:15px 0;
}
div.logo{
	width:300px;
	height:108px;
	margin:0 15px;
	float:left;
	background:url(images/logo.png) no-repeat left;
	float:left;
}
div.addbox{
	width:620px;
	height:108px;
	margin:0;
	float:right;
	background:url(images/addbox.png) no-repeat center;
}
ul.addbox{
	width:620px;
	height:30px;
	margin:0 15px 0 0;
	float:right;
	padding:0;
	display:block;
	list-style:none;
}
li.addbox,li.addboxblue{
	width:auto;
	height:auto;
	display:inline;
	float:right;
	margin:0;
	padding:5px;
	list-style:none;
	text-align:right;
	font-size:1.5em;
	font-weight:bold;
	color:#ffa800;
}
li.addboxblue{
	font-size:1.1em;
	color:#0987ff;
}

/** Textbox **/
div.title{
	width:200px;
	height:167px;
	float:left;
	margin:0 0 0 15px;
}
h1.title{
	margin:0;
	padding:140px 0 0 0;
	vertical-align:bottom;
}
div.image{
	width:223px;
	height:167px;
	line-height:167px;
	float:left;
	background-position:bottom;
	box-shadow:5px 5px 8px #6A6A6A;
}
img.image{
	width:223px;
	height:167px;
	border:1px solid #6A6A6A;
	vertical-align:bottom;
}
div.add2{
	width:300px;
	height:167px;
	float:left;
	margin:0 auto 0 110px;
}
ul.add2{
	width:290px;
	height:83px;
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}
li.add2,li.add2left{
	width:auto;
	height:41px;
	margin:0;
	padding:0 0 0 50px;
	list-style:none;
	background:no-repeat left;
	font-size:1.6em;
	font-weight:bold;
}
li.add2left{
	padding:0 10px;
	color:#414141;
}
div.textbox{
	width:auto;
	height:auto;
	padding:15px;
	float:left;
	overflow:hidden;
}
div.emptymiddle{
	width:960px;
	height:69px;
	text-align:center;
}

/** Footer **/
div.footer{
	width:920px;
	height:50px;
	line-height:50px;
	background:url(images/footer.png) repeat-x;
}
div.keywords{
	width:960px;
	height:auto;
	padding:5px;
}
p.keywords{
	font-size:0.6em;
}
a.footer{
	font-size:0.9em;
	font-weight:normal;
	color:#686868;
	text-decoration:none;
}
a.footer:hover{
	font-weight:bold;
	color:#414141;
}
ul.footer{
	width:auto;
	margin:auto;
	text-align:center;
	line-height:50px;
}
ul.footer li{
	width:auto;
	padding:0 15px;
	list-style:none;
	font-size:0.8em;
	border:none;
}
ul.footer li:hover{
	background:none;
}
div.cards{
	width:192px;
	height:50px;
	margin:0;
	padding:0;
	float:left;
	background:url(images/payments.png) no-repeat center;
}
.contactform input[type=text]{
	width:200px;
	height:24px;
	position:relative;
	display:block;
	padding:0 5px;
	color:#727272;
	border:1px solid #c0c0c0;
	box-shadow:1px 1px 3px 1px #c0c0c0 inset;
}	
.contactform textarea,
	textarea:focus{
	min-width:875px;
	max-width:875px;
	margin:0;
	float:left;
	padding:5px;
	font-size:12px;
	color:#727272;
	border:1px solid #c0c0c0;
	box-shadow:1px 1px 3px 1px #c0c0c0 inset;
}
div.contactform input[type=text]:hover,
	input[type=text]:focus,
	textarea:hover{
	border:1px solid #ffa800;
}
.submit{
	width:auto;
	height:20px;
	font-weight:bold;
	text-decoration:blink;
	vertical-align:bottom;
	border:none;
	cursor:pointer;
}
.submit:hover{
}
div.label{
	width:215px;
	line-height:1em;
	float:left;
	margin:5px auto;
	padding:0 5px;
}
p.label {
	margin-top:5px;
	padding:0;
	font-size:9px;
}
div.comment {
	margin:5px;
	padding:0;
	float:left;
}
a.blog{
color:#0987FF;
}
