	/*  
Theme Name: Berkeley PR v02
Theme URI: http://www.justsearch.co.uk
Author: M.Vernon - JustSearch Ltd
Author URI: http://www.justsearch.co.uk/

	Berkeley PR v02
	http://www.berkeleypr.co.uk

*/

@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
a img { border:none; }

.twoColElsLtHdr #container { 
	width: 780px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: url(images/column_bkgd.jpg) repeat-y top left #FFFFFF;
	margin: 10px auto 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
} 

.twoColElsLtHdr #homeheader { 
	background: #FFFFFF url(images/bar.gif) bottom left repeat-x; 
	height: 205px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #FFF;
	
}
.form-line {
    padding-left: 0px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.twoColElsLtHdr #header { 
	background: #FFFFFF url(images/bar.gif) bottom left repeat-x; 
	padding: 10px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 90px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #FFF;
	
} 
.twoColElsLtHdr #header #slogan_holder {
	color:#676767;
	font-family:sans-serif;
	font-size:9pt;
	white-space:nowrap;
	width:320px;
}
.twoColElsLtHdr #header a img{		
	border:none;
}

.twoColElsLtHdr #sidebar1 {
	font-family: sans-serif;
	font-size: 9pt;
	float: left; 
	width: 145px;
	background: #EC8D31; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 5px 0 20px; /* top and bottom padding create visual space within this div */
}
#sidebar1 #mainmenu, #sidebar1 #mainmenu ul, #sidebar1 #mainmenu li {
	padding:0px;
	margin:0px;
	font-size: 9pt;
}
#sidebar1 #mainmenu li {
	list-style:none;
	padding: 2px 0 2px 0;
}
#sidebar1 #mainmenu li a{
	color:#FFF;
	text-decoration:none;
	margin: 0 0 1px;
}
#sidebar1 #mainmenu li a:hover{
	color:#FFF;
	text-decoration:underline;
}
#sidebar1 #mainmenu li ul li ul {
	display:none;
}
#sidebar1 #mainmenu li ul li.current_page_item ul, #sidebar1 #mainmenu li ul li.current_page_parent ul {
	display:block;
}
#sidebar1 #mainmenu li.current_page_item ul li a{
	color: #000000;
    display: block;
    margin-left: 10px;
}

.twoColElsLtHdr #mainContent {
	background: transparent;	
} 
.twoColElsLtHdr #mainContent #page, .twoColElsLtHdr #mainContent #homepage, .twoColElsLtHdr #mainContent #blogpage {
	margin: 0 0 0 170px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 0 10px 20px;
	background: #FFFFFF;
	min-height: 420px;
	height: auto !important;
	height: 420px;
}

.twoColElsLtHdr #mainContent #page .post, .twoColElsLtHdr #mainContent #homepage .post  {
	color: #6B6B6B;
	font-family: sans-serif;
	font-size: 9pt;
	line-height:20px;
	padding-top:40px;
	width: 590px;
}

.twoColElsLtHdr #mainContent #page .post .entry .content {
	float: left;
	width: 300px;
}

.twoColElsLtHdr #mainContent #homepage .post {
	width: 300px;	
}

.twoColElsLtHdr #mainContent #page .post .entry .sidebar {
	font-size: 11px;
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	width: 250px !important;
	float: right;
	margin: 0px 10px 0 0;
	padding: 10px 0px 0px 0px;
	line-height: 130%;
	flaot: right;	
}
.twoColElsLtHdr #mainContent #page .post .entry .sidebar #promobox {
	margin: 25px 0 25px 0;	
}
.twoColElsLtHdr #mainContent #blogpage .post, .twoColElsLtHdr #mainContent #blogpage .navigation {
	color: #6B6B6B;
	font-family: sans-serif;
	font-size: 9pt;
	line-height:130%;
	margin: 0 0 40px 0;
	padding:0px;
	width: 390px;
	border-bottom: solid #CCCCCC 4px;
	height: auto !important;
}
.twoColElsLtHdr #mainContent #blogpage .navigation {
	border: none;	
}
.twoColElsLtHdr #mainContent #blogpage .post .date {
	color: #000000;
	float: right;
	height: 19px;
	margin: 0px;
	padding: 0px;
	width: 120px;
	text-align: right;
	font-weight:bold;
}
.twoColElsLtHdr #mainContent #blogpage .post h1 {
	font-size:16px;
	line-height:100%;
	margin:0px;
}
.twoColElsLtHdr #mainContent #blogpage .post h1 a, .twoColElsLtHdr #mainContent #blogpage .post p.postinfo a, .twoColElsLtHdr #mainContent #blogpage .post .entry a,.twoColElsLtHdr #mainContent #blogpage .post .postinfo2 a, .twoColElsLtHdr #mainContent #blogpage .navigation a {
	color:#E78B36;
	text-decoration:none;
}
.twoColElsLtHdr #mainContent #blogpage .post h1 a:hover, .twoColElsLtHdr #mainContent #blogpage .post p.postinfo a:hover, .twoColElsLtHdr #mainContent #blogpage .post .entry a:hover, .twoColElsLtHdr #mainContent #blogpage .post .postinfo2 a:hover, .twoColElsLtHdr #mainContent #blogpage .navigation a:hover {
	text-decoration:underline;
}
.twoColElsLtHdr #mainContent #blogpage .post p.postinfo, .twoColElsLtHdr #mainContent #blogpage .post .postinfo2 {
	font-size:11px;
	font-weight: bold;
	margin:0px;
	padding: 0 0 5px;
}
.twoColElsLtHdr #mainContent #blogpage .post .author{
	color: #999999;
	font-size:10px;
	text-align:left;
	width:390px;
}
.twoColElsLtHdr #mainContent #blogpage .post .postinfo2 {
	font-weight:normal;
}
.twoColElsLtHdr #mainContent #blogpage .post .postinfo2 a.email {
	padding: 5px 0 5px 24px;
	background: url(images/icons/emailic.gif) top left no-repeat;
	
}
.twoColElsLtHdr #mainContent #blogpage .post .postinfo2 a.track {
	padding: 5px 0 5px 24px;
	background: url(images/icons/trackic.gif) top left no-repeat;
}
.twoColElsLtHdr #mainContent #blogpage .post .postinfo2 a.comment {
	padding: 5px 0 5px 24px;
	background: url(images/icons/commentic.gif) top left no-repeat;
}
.twoColElsLtHdr #mainContent #blogpage .post .postinfo2 span.rss {
	padding: 5px 0 5px 24px;
	background: url(images/icons/rssic.gif) top left no-repeat;
}
.twoColElsLtHdr #mainContent #homepage .post  {
	float:left;
}
.twoColElsLtHdr #mainContent #page .post a, .twoColElsLtHdr #mainContent #homepage .post a {
	color: #EC8D31;
	text-decoration:none;
}
.twoColElsLtHdr #mainContent #page .post a:hover, .twoColElsLtHdr #mainContent #homepage .post a:hover {
	text-decoration:underline;
	
}
.twoColElsLtHdr #mainContent #page .post .heading, .twoColElsLtHdr #mainContent #homepage .post .heading{
	clear:right;
	color:#EB8E2F;
	font-family:verdana,sans-serif;
	font-size:8pt;
	font-weight:bold;
	letter-spacing:2px;
}
.twoColElsLtHdr #sidebar {
	float: right;
	width: 180px;
}
.twoColElsLtHdr #mainContent #promobox {
	background: #EC8D31;
	border: 1px solid #696969;
	color: #6A6A6A;
	width:232px;
	font-family:sans-serif;
	font-weight:bold;
	margin: 25px 25px 0 25px;
}
.twoColElsLtHdr #mainContent #promobox .promoboxhead{
	background: #FFFFFF;
	margin: 0 0 0 20px;
	border-left: 1px solid #696969;
	height:18px;
	line-height:16px;
	font-size:8pt;
	letter-spacing:2px;
	padding: 0 0 0 5px;
}
.twoColElsLtHdr #mainContent #promobox .promoboxtext{
	background: #FFFFFF;
	border-top: 1px solid #696969;
	font-size: 9pt;
	font-weight: normal;
	padding: 20px 20px 20px 22px;
}	
.twoColElsLtHdr #mainContent #promobox .promoboxtext a{
	color: #EC8D31;
	text-decoration:none;
}
.twoColElsLtHdr #mainContent #promobox .promoboxtext a:hover{
	text-decoration:underline;
}
.children {
	padding: 0 0 30px 0;
	width: 140px;
}
.child {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #6B6B6B;
	width: 260px
}

.child h3{
	margin:0px;	
}
.child h3 a{
	color:#EB8E2F;
	font-family:sans-serif;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing:2px;
	text-decoration:none;
	padding: 0px;
}
.child a{
	padding: 0 0 0 15px;	
}
#seocontent{
	margin:0px;
	font-size:x-small;
	height:190px;
	overflow-x:hidden;
	overflow-y:scroll;
	padding:20px 0 10px 0;
	width:565px;
}
#seocontent h1, #seocontent h2 {
	clear:right;
	color:#EB8E2F;
	font-family:verdana,sans-serif;
	font-size:8pt;
	font-weight:bold;
	letter-spacing:2px;
}
#seocontent p {
	color:#6B6B6B;
	font-family:sans-serif;
	font-size:9pt;	
	line-height: 20px;
}
#seocontent p a{
	color: #EC8D31;
	text-decoration:none;
}
#seocontent p a:hover{
	text-decoration:underline;
}
#seocontent ul{
	color:#6B6B6B;
	font-family:sans-serif;
	font-size:9pt;
	line-height:20px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:circle;
}
.twoColElsLtHdr #footer { 
	padding: 65px 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF url(images/footer_bar.gif) top left repeat-x;
	border-bottom: 1px solid #000000;
	border-top: none;
	height: 30px;
	clear:both;
}
.twoColElsLtHdr #footer #footerleft {
	color:#6B6B6B;
	font-family:sans-serif;
	font-size:9pt;
	line-height: 22px;
}
.twoColElsLtHdr #footer #footerright {
	color:#6B6B6B;
	font-family:sans-serif;
	font-size:9pt;
}
.twoColElsLtHdr #footer #footerright a{
	color: #EC8D31;
	text-decoration:none;
}
.twoColElsLtHdr #footer #footerright a:hover{
	text-decoration:underline;
}

/* Miscellaneous classes for reuse */
.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;
}


#sidebar {
        background: url(images/ddash.gif) repeat-x 0 50px;
        font-size: 11px;
        font-family: 'Trebuchet MS', Arial, Sans-Serif;
        width: 186px !important;
        float: right;
        margin: 0px 5px 0 5px;
        padding: 10px 0px 0px 0px;
        line-height: 130%
	}

#sidebar #promobox {
	margin: 25px 0 0 0;	
}

/* -------------------[ Headings ]------------------- */

#sidebar h1 {
	background: none;
	font-size: 12px;
}

#sidebar h2 {
	color:#000000;
	font-family:'Trebuchet MS',Arial,Sans-Serif;	
	font-size:10pt !important;
	font-weight:bold;
	margin:0 !important;
	padding:1px;
}

#sidebar .rssic {
	margin: 0 0 20px 0;	
	text-align: right;
	font-size: 17px;
}

#sidebar .rssic a {
	padding: 0 40px 0 0;
	background: url(images/rssic.gif) no-repeat top right;
	color: #999;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar h1 {
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0px;
	color: #000;
	font-size: 1.1em !important;
	border: none;
	}


#sidebar p {
	padding: 0px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	background: #fff url(images/panelback.gif) repeat-x;

}

#sidebar ul li {
	margin: 0 0 15px 0;
}

#sidebar ul li.header {
	margin-bottom: 0px;
	padding: 0;
	font-size: 1.6em;
	border: 1px solid #F39D3D;
	border-bottom: none;
}

#sidebar ul li.noborder {
	border: none;
	background: none;
	width: 165px; 
}

#sidebar ul li ul, #sidebar ul ol {
	}

#sidebar ul li ul li ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul li ul li {
	padding: 0px 0px 0px 10px;
	border: none;
	margin: 0;
	border-top: 1px solid #ccc;
	margin: 0 2px 0 2px;
	background: url(images/li_arrow.gif) no-repeat left;
}

#sidebar ul li ul li a {
	color:#E78B36;
	text-decoration: none;
}

#sidebar ul li ul li a:hover {
	text-decoration: underline;
}

#sidebar ul li ul li.customfeeds {
	list-style: none !important;
	border: none !important;
	background: none;
}

#sidebar ul li ul li.feedburner:before {
	content: "";
	}
	
#sidebar ul li ul li.customfeeds:before {
	content: "";
	}

#commentform{
	font-family:sans-serif;
	font-size: 9pt;
	color: #6B6B6B;
	width:390px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
        width: 390px;
        padding: 0px; 
	}

#commentform #submit {
	margin: 0 0 20px 0;
	float: left;
	font-size: 10px;
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	color: #fff;
	background: #850000 url(images/sidetitlegrad.gif) repeat-x;
	border: none;
	cursor: pointer
}

#commentform p {
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
        margin: 5px 0;
	}


/* -------------------[ Comments ]------------------- */


.comments {
	width: 390px;
	color:#6B6B6B;
	font-size: 11px;
    font-family: 'Trebuchet MS', Arial, Sans-Serif;
	border-top: 4px solid #000000;	
}

.commentlist ul, .commentlist ul ol {
        margin: 0;
        padding: 0px;
        }

.commentlist li {
	display: block;
	font-size: 11px;
	list-style: none;
	margin: 0 0 25px 0px;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
	}

.commentlist li.alt {
        background-color: #f5f5f5;
        }

.commentlist p {
	margin: 15px 0 0 0;
	}

.comments h3 {
	margin: 40px 0 10px 0;
	border-bottom: 1px solid #ddd;
	padding: 0 0 3px 0;
	}

.commentmetadata {
	margin: 0;
	padding: 0;
	}
	#mainmenu li ul {
		display:none;
	}
	#mainmenu li.current-menu-item ul {
		display:block;
	}
	
/* Matt */

.busbtn { width: 181px !important; float: left; margin: 0 8px 0 0 !important; vertical-align:top; padding: 0 !important; margin: 0 !important; height: 130px;}

#busbtn { padding:18px !important; }

.busbtn-link { cursor:pointer; text-decoration:none; }

.button-orange {
    background: url(images/overlay-button.png) repeat-x scroll 0 0 #222222;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    overflow: visible;
    padding: 5px 15px 6px;
    position: relative;
    text-decoration: none !important;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    width: auto;
}

.button-shape {
	background-color:#EC8D31; 
	padding: 8px 14px 8px; 
	font-size: 23px;
}

.button-orange:hover {
    background-color: #D45500;
}

.button-orange:active {
    -moz-transform: translateY(1px);
	-webkit-transform: translateY(1px);
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
