/*
Theme Name: Beetroot
Theme URI: 
Description: 
Version: 1.0
Author: Tim Lenton
Tags: 
*/

/*
Undo Browser Defauls --------------------- */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}



/*
Reset Some Styles --------------------- */

ul, ol { margin: 0 20px 10px 30px; }
ul li { margin: 0 0 5px 0; list-style: disc; }
ol li { margin: 0 0 5px 0; list-style: decimal; }

strong { font-weight: bold; }
em { font-style: italic; }

a, a:visited, a:active { color: #6c3575; text-decoration: none; outline:none; }
a:hover { text-decoration: underline; }
a img, img { border: none; } /* Gets rid of IE's blue borders */

img { display: block;}

table { border: none; border-collapse: collapse; border-spacing: 0; }
th { }
td { border: none; margin: 0px; padding: 2px; }



/*
Headings --------------------- */

h1, h2, h3, h4, h5, h6, pre, code { font-size: 18px; color: #6c3575; font-weight: bold; }

h2 {}

h3 {}

h4 {}



/*
Form Elements --------------------- */

form { }
fieldset { margin-left: 0px; border:0px; }
legend { padding: 2px 6px; color: #71949B; }
label { width: 200px; display: block; float: left; height: 22px; position: relative; }
select { border: 1px solid #80805E color: #000; padding: 2px; width: 250px; }
option { }
textarea { border: 1px solid #b6b8ba; color: #000; padding: 5px; }
input[type="button"] { padding: 3px 10px; color: #fff; background: #4d4d4d; font-weight: bold; border: none; }
input[type="checkbox"] { }
input[type="file"] { }
input[type="hidden"] { }
input[type="image"] { }
input[type="password"] { border: 1px solid #80805E; color: #000; padding: 2px; }
input[type="radio"] { }
input[type="reset"] { }
input[type="submit"] { padding: 3px 10px; color: #fff; background: #4d4d4d; font-weight: bold; border:none; }
input[type="text"] { border: 1px solid #b6b8ba; color: #000; padding: 5px; width: 300px; }
button { }



/*
General Styles --------------------- */

.left { text-align: left; }
.right { text-align: right;  }
.right img { float: right; }
.center { text-align: center; }
.center img { margin: 0 auto; }
.bold { font-weight: bold; }
.page-img {float: right; margin: 0 0 0 10px;}
.hightlightLnk { color: #C02D1B !important;}
.clearfix { clear: both; }
#go-btn { margin-left: 10px; border: none; background: #758916; color: #fff; padding: 2px; }
#voucher { border: 1px solid #999; color: #999; padding: 2px; }
.error { color: red !important; }
.errorBox { border: 1px solid red; width: 580px; padding: 5px; color: red; margin-bottom: 5px; background: #FFCCCC; font-weight: bold; }
.logout { font-size: 12px; }
.padd { margin-top: 20px; }
.linkImg { float: left; margin-right: 10px; margin-bottom: 20px; width: 150px; }
.linkContent { float: left; margin-bottom: 20px; }
.linkContent p { margin-bottom: 5px !important; }
.linkContent a { text-decoration: none; }
.linkContent a:hover { color: #000; }
.servicesList { margin: 0; }
.servicesList li { list-style: none; }
.servicesTitle { margin-bottom: 10px; }
.servicesHome { float: left; width: 270px; margin-bottom: 10px; margin-left: 10px; }
#addedCart { padding: 5px; background: #efefef; border: 1px solid red; margin-bottom: 5px; color: red; }
.indentHeader { margin-left: 10px; margin-top: 10px; }
.hightlight { font-weight: bold; }
.require { color: red; position: absolute; top: 0; right: 10px; }
.alignleft { float: left; margin-right: 10px; }
.alignright { float: right; margin-left: 10px; }
.aligncenter { margin-left: auto; margin-right: auto; }



/*
Layout --------------------- */

body { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; width: 100%;  margin: 0 auto; background: #fff url(images/bg.jpg) top center fixed no-repeat; position: relative; color: #474242;  }
#container { width: 990px; margin: 0 auto; border: 3px solid #bfbfbf; border-width: 0 5px; overflow: hidden; background: #fff; }
#contactHdr { position: absolute; bottom: 130px; right: 7px; z-index: 1; }

/* You might find the following useful */
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
div { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

#leftSection ul { margin: 0; }
#leftSection ul li { list-style: none; }
#leftSection ul ul { margin-bottom: 20px; }
#leftSection ul ul ul { margin-left: 10px; margin-right: 10px; margin-top: 5px; }
#leftSection ul ul ul li { margin-bottom: 3px !important; }

#searchform { margin-bottom: 20px; }
#s { padding: 3px; width: 180px; }

.post { margin-bottom: 30px; }
.post h2, .post h3 { padding: 0 !important; }
.post p { margin-bottom: 10px !important; }
.post p.info { margin-bottom: 5px !important; font-size: 10px !important; }

.sociable ul { clear: both; overflow: hidden; }
.sociable ul li { display: inline; float: left; }

code { font-weight:normal !important; font-size: 10px !important;  }

form p { margin-bottom: 5px !important; }

.comments { margin: 0; overflow: hidden; }
.comments li { list-style: none; clear:both; overflow: hidden; margin-bottom: 10px; }
.comments .details { float: left; width: 130px; }
.comments .message { float: right; width: 450px; }
#comments { margin-bottom: 5px !important; }

.commentlist { margin: 0 0 20px 0; }
.commentlist li { list-style: none; border-bottom: 1px solid #ccc; }
.comment-author { width: 100px; float: left; }

.oldPosts { margin: 0; }
.oldPosts li { list-style: none; }

/* Header */
#header { width: 930px; height: 95px; position: relative; margin: 20px auto; }
#logo { position: absolute; bottom: 0; left: 0; }
#tag { position: absolute; top: 0; right: 0; }
#banner { margin-bottom: 30px; margin-left: 5px; }

/* Left Section */
#leftSection { width: 280px; float: right; }
#leftSection h2 { margin-bottom: 10px; }
#leftSection h3 { margin-bottom: 10px; }
#leftSection p { margin-bottom: 10px; }
#leftSection h3 a { color: #52483d !important; }
#latest h3 { margin-bottom: 0px; font-size: 14px; }
#latest p { margin-bottom: 20px; line-height: 18px; }



#mainSection { width: 610px; float: left; line-height: 20px; }
#mainSection h1, #mainSection h2 { margin-bottom: 10px; line-height: 24px; } 
#mainSection h3 { font-size: 13px; margin-bottom: 5px; color: #ff6600; }
#mainSection p { margin-bottom: 15px; }
#mainSection ul { margin-bottom: 15px !important; }
.infoPage { padding-top: 10px; }


/* Middle Section */
#middleSection { width: 930px; margin-left: auto; margin-right: auto; line-height: auto; overflow: hidden; }
.team_member { width: 181px; float: left; line-height: normal !important; margin-bottom: 20px; margin-left: 80px; }
.add_margin { margin-left: 80px !important; }
.team_member h3 { font-size: 12px !important; margin: 3px !important; }
.team_member p { font-style: italic; margin: 0 3px !important; font-size: 11px; }


/* Footer */
#footer { width: 990px; clear: both; margin-top: 40px; font-size: 12px; background: #bfbfbf; overflow: hidden; color: #fff; position: relative; }
#footerCon { width: 930px; margin: 0 auto; background: url(images/footerBg.jpg) no-repeat; height: 150px; }
#footer p { position: absolute; bottom: 7px; left: 0; }
#footer a { color: #fff; }

#smallContact { position: absolute; top: 30px; right: 40px; width: 260px; }
#smallContact p { position: relative !important; color: #363636 !important; font-size: 14px; }
#smallContact label { width: 100px; }
#smallContact input[type="text"] { width: 140px; height: 12px; }




/*
Navigation --------------------- */

/* Main Navigation */
ul#topMenu { margin: 0; padding: 0; overflow: hidden; position: absolute; bottom: 10px; right: 0; }
ul#topMenu li { display: inline; color: #747474; list-style: none; float: left; margin: 0; }
ul#topMenu li a, ul.topMenu li a:visited, ul.topMenu li a:active { color: #747474; text-decoration: none; display: block; float: left; font-size: 16px; display: inline; margin-left: 30px; font-weight: bold; }
ul#topMenu li a:hover { color: #000; }


/* Info Menu */
ul.infoMenu { margin: 0 0 30px 0; }
ul.infoMenu li { display: list-item; list-style: none; margin-bottom: 3px !important; }
ul.infoMenu li a { display: block; color: #80c342 !important; font-size: 12px; text-decoration: none;  }
ul.infoMenu li a:hover { color: #000 !important; }


/* Info Menu */
ul.footerMenu { margin: 0 0 10px 0; padding: 0; width: auto; }
ul.footerMenu li { color: #898b8f; list-style: none; display: inline; }
ul.footerMenu li a { color: #898b8f; font-size: 12px; text-decoration: none; margin-left: 10px; }
ul.footerMenu li a:hover { color: #1a5999; }

/*
	Horizontal Accordion
*/

.horizontal_accordion_toggle {
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	border-right: 3px solid #fff;
	display: block;
	height: 301px;
	width: 55px;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	margin: 0 0 0 0;
}

.horizontal_accordion_toggle_active {
	border-right: none;
}

.horizontal_accordion_content {
	/* REQUIRED */
	height: 301px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	
	overflow: hidden;
	background-color: #ffffff;
	color: #444444;
}
	
	.horizontal_accordion_content p {
		width: 600px;
		line-height: 150%;
		padding: 0;
	}
			
			
/* Container styling*/
#horizontal_container {
margin-bottom: 30px; margin-left: 5px;
width: 980px;   
height: 301px;    
}

.banner1 { background: url(images/banner1.jpg) no-repeat; }
.no1 { background: #ff6600 url(images/no1.jpg) bottom center no-repeat;  }
.no2 { background: #9b7c67 url(images/no2.jpg) bottom center no-repeat; }
.no3 { background: #c88c64 url(images/no3.jpg) bottom center no-repeat; }
.no4 { background: #fb8b41 url(images/no4.jpg) bottom center no-repeat; }
.no5 { background: #d56921 url(images/no5.jpg) bottom center no-repeat; }
.no6 { background: #a75823 url(images/no6.jpg) bottom center no-repeat; border-right: none !important; }


