/*
Theme Name: Weir Waste
Theme URI: http://www.barques.co.uk
Description: Theme designed for Weir Waste by Barques
Version: 1.0
Author: Barques
*/

@charset "UTF-8";

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
}

ol, ul {

	list-style: none;
	
}


body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */


/* BASESTYLES */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	color:#003263;
}
.twoColFixRtHdr #container {
	width: 950px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/big-bg.gif);
	background-repeat: no-repeat;
} 

h1 {
	color:#003263;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size:20px;
	font-weight:lighter;
	padding-bottom: 10px;
	}
	
h2 {
	color:#0AB286;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-weight:lighter;
	font-size:16px;
	padding-bottom: 10px;
	}
	
h3 {
	color:#003263;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size:12px;
	padding-bottom: 10px;
	}
	
p {
	color:#003263;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size:12px;
	padding-bottom: 10px;
	line-height: 16px;
	}
	
/* END BASESTYLES */


/* HEADER */

.twoColFixRtHdr #header {
	background-image: url(images/header.jpg);
	height: 50px;
	padding-top: 93px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 200px;
	background-repeat: no-repeat;
	position: relative;
} 

/* END HEADER */

/*- Menu --------------------------- */

 #navtabs { 
    list-style: none; 
    padding: 0; 
    height: 30px; 
    font-size: 10px; 
    font-weight: bold; 
    text-transform: uppercase; 
    
} 
 
#navtabs li.page_item {
	float: left;
	padding: 8px 0 9px 10px;
	margin-right: 1px;
	background-color: #003263;
	background-image: url(images/tableft.png);
	background-repeat: no-repeat;
	background-position: left top;
} 
 
#navtabs li.page_item a {
	padding: 7px 10px 7px 0;
	text-decoration: none;
	background-color: #003263;
	background-image: url(images/tabright.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFFFFF;
} 

#navtabs li.page_item a:hover {
	color: #FED300;
} 
 
#navtabs li.current_page_item { 
    background: #0AB285 url(images/tableft_active.png) no-repeat left top; 
} 
 
#navtabs li.current_page_item a {
	color: #FFFFFF;
	background-color: #0AB285;
	background-image: url(images/tabright_active.png);
	background-repeat: no-repeat;
	background-position: right top;
}
	  
/*- End Menu --------------------------- */

/* SIDEBAR 1 */

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	border: 1px solid #FFE260;
	text-align: right;
	background-color: #FFD402;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	color:#003263;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size:12px;
	line-height: 16px;
	padding: 10px;
}
.twoColFixRtHdr #sidebar1 a {
	text-decoration:none;
	color: #003263;
	
	font-size: 11px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFD402;
	padding-right: 5px;
	display: block;
}

.twoColFixRtHdr #sidebar1 a:hover {
	color: #0AB286;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #0AB286;
	padding-right: 5px;
	display: block;
}

.twoColFixRtHdr #sidebar1 ul li.current_page_item {
	color: #0AB286;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #0AB286;
	padding-right: 5px;
	display: block;
}
.twoColFixRtHdr #sidebar1 ul li.current_page_item a{
	color: #0AB286;
}

.twoColFixRtHdr #sidebar1 h1 {
	text-decoration:none;
	color: #0AB286;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.twoColFixRtHdr #sidebar1 ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFBD00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F6E667;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
}
.twoColFixRtHdr #sidebar1 ul li ul li {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFBD00;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #F6E667;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	text-transform:capitalize;
}

.twoColFixRtHdr #sidebar1 ul li ul li a{
	color: #003263;
}

.twoColFixRtHdr #sidebar1 ul li ul li a:hover{
	color: #000000;
}

.twoColFixRtHdr #homeSide {
	float: right; /* since this element is floated, a width must be given */
	width: 400px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.twoColFixRtHdr #pageSide {
	float: right; /* since this element is floated, a width must be given */
	width: 320px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.twoColFixRtHdr #pageSide p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* END SIDEBAR 1 */




/* MAINCONTENT */

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 350px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 55px;
} 

.twoColFixRtHdr #homeContent {
	margin-top: 0;
	margin-right: 440px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 55px;
} 

.twoColFixRtHdr #subpageContent {
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 55px;
} 
.twoColFixRtHdr #pageContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 55px;
} 

/* END MAINCONTENT */



/* FOOTER */

.twoColFixRtHdr #footer {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	float:left;
	width:910px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	color:#003263;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size:10px;
	padding-top: 10px;
	line-height: 16px;
} 
.twoColFixRtHdr #footer a {
	color:#003263;
	text-decoration:none;
	}
	
.twoColFixRtHdr #footer a:hover {
	color:#0AB285;
	text-decoration:none;
	}
	
/* END FOOTER */



/* MISC */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* END MISC */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #FFE260;
	text-align: center;
	background-color: #FFD402;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: #003263;
}



#wp-caption-big {
	border: 1px solid #FFE260;
	text-align: center;
	background-color: #FFD402;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float:right;
	width: 215px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 10px;
	padding-bottom: 20px;
}

#wp-caption-big img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#wp-caption-big p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: #003263;
}



/* End captions */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin POST */
.post {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;	
	}

.post hr {
	display: block;
	}
.post li {
	color:#003263;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size:12px;
	padding-bottom: 2px;
	line-height: 16px;
	list-style-type: disc;
	margin-left: 25px;
	}
	
.post ul {

	padding-bottom: 5px;
	
	}
	
.post a {
	color:#009966;
	text-decoration: none;
	}
.post a:hover {
	color:#003263;
	text-decoration: none;
	}
	/* End POST */
	
	/*  POSTNEWS */
.post-news {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
	}

.post-news hr {
	display: block;
	}
.post-news li {
	color:#003263;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size:12px;
	padding-bottom: 2px;
	line-height: 16px;
	list-style-type: disc;
	margin-left: 25px;
	}
	
.post-news a {
	color:#009966;
	text-decoration: none;
	}
.post-news a:hover {
	color:#003263;
	text-decoration: none;
	}
.date {
	font-size:10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}	
.postmetadata {
font-size:10px;
}
/* End POSTNEWS */
