/*
Theme Name: Piping Excellence
Theme URI: http://www.pipingexcellence.co.uk
Description: Piping Excellence theme created by Alpha Ready
Version: 1.0
Author: Alpha Ready
Author URI: http://www.alphaready.com
Tags: red, custom header, fixed width, two columns, widgets
*/

/* GLOBAL PAGE DEFAULTS */
body{
	background:#bf1f2e url(images/bg.jpg) no-repeat left top;
	color:#3c3b3b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	position:relative;
	text-align:center;
}
h1{
	color:#be1e2d;
	font-size:2em;
	margin:.16em 0 .34em;
}
h1.white{
	color:#fff;
}
h2{
	color:#be1e2d;
	font-size:1.8em;
}
p{
	margin:1.12em 0;
}
a{
	color:#3c3b3b;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#be1e2d;
}
input, textarea, select{
	background:#f6f6f6;
	border:#be1e2d 1px solid;
	color:#000;
	padding:5px;
}
.fixedwidth{
	width:405px;
}
.fixedwidth2{
	width:341px;
}
span.redbold{
	color:#be1e2d;
	font-weight:bold;
}


/* SMALL HEADER NAV */
div#headerNav{
	background:url(images/zigzagwhitebg.png) repeat-x;
	height:50px;
	margin:80px auto 0;
	width:800px;
}
ul#headerULNav{
	list-style:none;
}
ul#headerULNav li{
	border-right:#969191 1px solid;
	float:right;
	margin-top:18px;
	margin-right:6px;
	padding-right:6px;
	padding-bottom:2px;
}
ul#headerULNav li.last{
	border:none;
}
ul#headerULNav li a{
	color:#969191;
	font-size:9px;
	text-decoration:underline;
}


/* MAIN HEADER AREA */
div#header{
	background:url(images/zigzagbg.png) repeat-x;
	height:269px;
	position:relative;
	margin-bottom:-8px;
	top:-8px;
	width:100%;
}
div#headerCenter{
	height:269px;
	margin:0 auto;
	position:relative;
	width:800px;
}
div.headerContainers{
	color:#fff;
	height:164px;
	font-size:12px;
	margin:22px 3px;
	text-align:left;
}
div#headerCenter div.left{
	background:#be1e2d;
	float:left;
	width:402px;
}
div#headerCenter div.right{
	background:#444;
	float:right;
	width:377px;
}


/* MAIN PAGE NAVIGATION */
div#mainNavigationContainer{
	background:#444;
	bottom:0px;
	height:56px;
	left:0px;
	position:absolute;
	width:800px;
}
ul#mainNavigation{
	list-style:none;
}
ul#mainNavigation li{
	border-right:#be1e2d 1px solid;
	float:left;
	font-size:9px;
	height:46px;
	padding-top:10px;
	width:114px;
}
ul#mainNavigation li a{
	color:#fff;
	font-weight:normal;
}
ul#mainNavigation li em{
	font-size:18px;
	font-style:italic;
}
ul#mainNavigation li.selected{
	background:#fff;
}
ul#mainNavigation li.selected a{
	color:#be1e2d;
}
ul#mainNavigation li.selected em{
	color:#444;
}
ul#mainNavigation li:hover{
	background:#be1e2d;
}
ul#mainNavigation li.selected:hover{
	background:#fff;
}
div#mainbody{
	background:#fff;
	margin:0 auto;
	text-align:left;
	padding:18px;
	padding-bottom:150px;
	width:764px;
}
div#mainbody h1{
	border-bottom:#be1e2d 1px solid;
	padding-bottom:2px;
}
div#leftbarcontainer{
	float:left;
	width:420px;
}
div#rightbarcontainer{
	float:right;
	width:325px;
}
div#fullbarcontainer{
	float:left;
	width:100%;
}
div#mainbody img.imagefloat{
	float:left;
	margin:0 15px 15px 0;
}
div#mainbody img.galleryimg{
	border:#be1e2d 5px solid;
	margin:6px 10px;
}


/* MAIN FOOTER AREA */
div#footer{
	background:url(images/footerzigzag.png) repeat-x;
	bottom:0px;
	color:#fff;
	height:107px;
	left:0px;
	position:absolute;
	padding-top:30px;
	width:100%;
}
div#footer a{
	color:#be1e2d;
}
div#footer a:hover{
	color:#fff;
}


/* MAIN COMMENT AREA */
.commentlist {
	margin:10px 0;
}
.children {
	margin:5px 20px;
}
li.comment {
	padding:5px;	
}
.commentlist li {
	font-weight:bold;
}
.commentlist li .avatar { 
	float:right;
	border:1px solid #be1e2d;
	padding:2px;
	background:#fff;
}
.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1.1em;
}
.commentlist p {
	font-weight:normal;
	line-height:1.5em;
	text-transform:none;
}
.commentmetadata {
	font-weight:normal;
}
.thread-alt {
	background-color:#f8f8f8;
}
.thread-even {
	background-color:white;
}
.even, .alt {
	border-left:1px solid #be1e2d;
}

/* SIDE BAR NAVIGATION */
ul#sidebarNav li div.headli{
	background:#be1e2d;
	color:#FFF;
	font-size:24px;
	height:30px;
	margin:2px;
	padding:5px 25px;
}
ul#sidebarNav li ul li{
	border-bottom:#a5a8a9 1px solid;
	margin:0 7px;
	padding:10px 30px;
}
ul#sidebarNav li ul li:hover{
	background:#a5a8a9;
}
div#advertholder{
	text-align:center;
}
div#advertholder img{
	margin:5px;
}

/* CLEAR FIX HACK */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/*     Popup Gallery      */
div#popGalleryContainer {position:absolute;top:0px;left:0px;overflow:hidden;z-index:51;width:100%;text-align:center;display:none;}
div#popGalleryImage {position:relative;border:1px solid #CCC;width:600px;height:399px;background:#FFF url(images/image-loading.gif) no-repeat 50% 50%;margin: 0 auto;margin-top:20px;}
div#galleryNavigation {position:relative;display:none;width:100%;margin-top:5px;}
div#galleryNavigation-prev, div#galleryNavigation-next {position:absolute;top:0px;width:50px;font-weight:bold;cursor:pointer;}
div#galleryNavigation-prev {left:5px;}
div#galleryNavigation-next {right:5px;}
div#closeGallery {position:relative;font-weight:bold;cursor:pointer;margin-top:10px;}
/*    Loading Screen      */
div#darkenScreenObject{position:fixed;top:0px;left:0px;overflow:hidden;display:none;z-index:50;background-color:#000;min-height:100%;width:100%;}
