/*  
Theme Name: THUJA
Theme URI: http://www.thujadesign.co.uk
Description: Theme for <a href="http://www.thujadesign.co.uk">Thuja Design</a> by <a href="http://www.barques.co.uk">Barques</a>
Version: 1.0
Author: David Elliott
Author URI: http://www.barques.co.uk

*/


@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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END RESET */



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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
} 
.twoColFixLtHdr #header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: 30px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-family:Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 100px;
	padding-left: 0px;
	font-family:Arial, Helvetica, sans-serif;
	float: right;
	width: 580px;
} 

.twoColFixLtHdr #mainContent p {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

.twoColFixLtHdr #mainContent ul {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 12px;
	color: #666666;
	font-weight: lighter;
}
.twoColFixLtHdr #mainContent ul li {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 12px;
	color: #666666;
	font-weight: lighter;
	list-style-type: disc;
}

.twoColFixLtHdr #mainContent ul li a{
	
	color:#666666;
	}
.twoColFixLtHdr #mainContent ul li a:hover{
	
	color: #000000;
	}
.twoColFixLtHdr #mainContent p a {
	color: #649A11;
	font-weight: lighter;
}

.twoColFixLtHdr #mainContent p a:hover {
	color: #000000;
	font-weight: lighter;
}

.twoColFixLtHdr #mainContent h1{
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 24px;
	text-transform: none;
	color: #666666;
	font-weight: lighter;
}
.twoColFixLtHdr #mainContent h1 a {
	color: #666666;
	text-decoration: none;
}

.twoColFixLtHdr #mainContent h1 a:hover {
	color: #000000;
	text-decoration: none;
}



.twoColFixLtHdr #mainContent h2{
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #649A11;
	margin: 0px;
	font-weight: lighter;
}
.twoColFixLtHdr #mainContent h3{
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	margin: 0px;
	font-weight: lighter;
}
.twoColFixLtHdr #mainContent h2 a{
	
	color: #666666;


}
.twoColFixLtHdr #mainContent h2 a:hover{
	
	color: #000000;

}


/* FOOTER */

.twoColFixLtHdr #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	 
} 
.twoColFixLtHdr #footer #footerLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-left: 10px;
	padding-left: 20px;
	padding-top: 120px;
	margin-top: 10px;
}
.twoColFixLtHdr #footer #footerLeft p { /* this class can be used to float an element left in your page */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	padding-bottom:10px;
}
.twoColFixLtHdr #footer #footerLeft p strong { /* this class can be used to float an element left in your page */
	font-weight:bold;
}
.twoColFixLtHdr #footer #footerLeft a { /* this class can be used to float an element left in your page */
	
	color:#999999;
	text-decoration: none;
}
.twoColFixLtHdr #footer #footerLeft a:hover { /* this class can be used to float an element left in your page */
	
	color:#000000;
	text-decoration: none;
}


.twoColFixLtHdr #footer #footerRight { /* 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-right: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	width:625px;
	background-repeat: no-repeat;
}

.twoColFixLtHdr #footer #footerRight #theBox{ /* 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: left;
	margin-right: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.twoColFixLtHdr #footer #footerRight #theBox h3 { /* 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. */
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666666;
	font-weight: lighter;
	padding-bottom: 5px;	
}

.twoColFixLtHdr #footer #footerRight #theBox h3 a { /* 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. */
	color:#FFFFFF;
	text-decoration: none;
}

.twoColFixLtHdr #footer #footerRight #theBox h3 a:hover { /* 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. */
	color:#000000;
	text-decoration: none;	
}
/* FOOTER END */


/* 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;
}

/* MISC END */

/*MENU*/

.twoColFixLtHdr #sidebar1 ul#mainMenu  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	font-weight: lighter;
}

.twoColFixLtHdr #sidebar1 ul#mainMenu li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-top: 0px;
	font-weight: lighter;
}



.twoColFixLtHdr #sidebar1 ul#mainMenu li a {
	color:#649A11;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 ul#mainMenu li a:hover {
	color:#9FA0A3;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 ul#mainMenu li.current_page_item a {
	color:#39570C;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 ul#mainMenu li.current_page_item a:hover {
	color:#000000;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 ul#mainMenu li.current_page_ancestor a {
	color:#9FA0A3;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 ul#mainMenu li.current_page_ancestor a:hover {
	color:#000000;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 ul#mainMenu li ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #sidebar1 ul#mainMenu li ul li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: normal;
}
.twoColFixLtHdr #sidebar1 ul#mainMenu li ul li ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 5px;
	margin-top: 0px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #sidebar1 ul#mainMenu li ul li ul li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: normal;
}

.twoColFixLtHdr #sidebar1 ul#mainMenu li.current_page_ancestor ul li a {
	color:#666666;
	text-decoration: none;
	
}
.twoColFixLtHdr #sidebar1 ul#mainMenu li.current_page_ancestor ul li a:hover {
	color:#9FA0A3;
	text-decoration: none;
	
}
.twoColFixLtHdr #sidebar1 ul#mainMenu li ul li a {
	color:#666666;
	text-decoration: none;
	
}
.twoColFixLtHdr #sidebar1 ul#mainMenu li ul li a:hover {
	color:#9FA0A3;
	text-decoration: none;
	
}
.twoColFixLtHdr #sidebar1 ul#mainMenu li.current_page_item ul li a {
	color:#666666;
	text-decoration: none;
	
}
.twoColFixLtHdr #sidebar1 ul#mainMenu li.current_page_item ul li a:hover {
	color:#9FA0A3;
	text-decoration: none;
	
}
.twoColFixLtHdr #sidebar1 ul#mainMenu li.current_page_ancestor ul li.current_page_item a {
	color:#9FA0A3;
	text-decoration: none;
	
}
.twoColFixLtHdr #sidebar1 ul#mainMenu li.current_page_ancestor ul li.current_page_item a:hover {
	color:#000000;
	text-decoration: none;
	
}
	.twoColFixLtHdr #sidebar1 ul#mainMenu li.current_page_ancestor ul li.current_page_ancestor a {
	color:#9FA0A3;
	text-decoration: none;
	
}
.twoColFixLtHdr #sidebar1 ul#mainMenu li.current_page_ancestor ul li.current_page_ancestor a:hover {
	color:#000000;
	text-decoration: none;
	
}
.twoColFixLtHdr #sidebar1 ul#mainMenu li.current_page_ancestor ul li.current_page_ancestor ul li a {
	color:#666666;
	text-decoration: none;
	
}
.twoColFixLtHdr #sidebar1 ul#mainMenu li.current_page_ancestor ul li.current_page_ancestor ul li a:hover {
	color:#9FA0A3;
	text-decoration: none;
	
}
.twoColFixLtHdr #sidebar1 ul#mainMenu li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_item a {
	color:#9FA0A3;
	text-decoration: none;
	
}
.twoColFixLtHdr #sidebar1 ul#mainMenu li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_item a:hover {
	color:#000000;
	text-decoration: none;
	
}
/*MENU END*/
.twoColFixLtHdr #mainContent #thumbBox{
	font-size: 10px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	width: 145px;
	float: left;
	margin: 0px;
} 

/* META */

.twoColFixLtHdr #mainContent #meta{
	font-size: 10px;
	color: #9D9FA2;
	display: block;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #27352B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #mainContent #meta a{
	color: #9D9FA2;
} 

.twoColFixLtHdr #mainContent #meta a:hover{
	color: #000000;
} 
/* META END */

/* breadcrumbs */
.twoColFixLtHdr #mainContent .breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9D9FA2;
	display: block;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
} 
.twoColFixLtHdr #mainContent .breadcrumbs a{
	color: #9D9FA2;
} 

.twoColFixLtHdr #mainContent .breadcrumbs a:hover{
	color: #000000;
} 

.twoColFixLtHdr #mainContent .prodback {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9D9FA2;
	display: block;
	text-transform: uppercase;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
} 
.twoColFixLtHdr #mainContent .prodback a{
	color: #9D9FA2;
} 

.twoColFixLtHdr #mainContent .prodback a:hover{
	color: #000000;
} 


/* breadcrumbs END */
.twoColFixLtHdr #mainContent #listPost{
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
} 
.twoColFixLtHdr #mainContent #listPost p{
	padding-bottom: 10px;
	font-size:11px;
	line-height: 16px;
} 
.twoColFixLtHdr #mainContent #listPost h2{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	font-weight: lighter;
	text-transform: capitalize;
}
.twoColFixLtHdr #mainContent #listPost h2 a{
	
	color: #666666;


}
.twoColFixLtHdr #mainContent #listPost h2 a:hover{
	
	color: #000000;

}


.twoColFixLtHdr #mainContent #pagebox img{

border:1px solid #CCCCCC;

}
.style9 {
	font-size: 11px;
	color: #666666;
}

.style10 {
	font-size: 12px;
	color: #666666;
}
#copyright {
	font-size: 10px;
	color: #666666;
	padding-top: 10px;
	text-align: center;
}
