/*
Theme Name: EBS
Theme URI: http://www.jennieroutley.co.uk
Description: A personalised theme for EBS
Version: 1.0
Author: Jennie Routley
Author URI: http://www.jennieroutley.co.uk
*/

*{padding:0;margin:0;}

body {
	font-family: Arial, Helvetica, "Lucida Grande", sans-serif;
	background-color: #fefeec;
		}
	
p {
	font-size: 0.8em;
	line-height: 1.7em;
	margin-bottom: 10px;
	color: #666;
	}


ul, ol {
	margin: 0 0 10px 0px;
	}
	
li {
	font-size: 0.8em;
	line-height: 1.6em;
	margin-bottom: 3px;
	}
	
img {
	border: none;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}
	
h3, h4 {
	margin: 20px 0 2px 0;
	}
	
h4, h5, h6 {
	font-weight: bold;
	}
	
a:link, a:visited {
	text-decoration: none;
	}
	
a:hover, a:active, a:focus {
	text-decoration: underline;
	outline: none;
	}



.hidden {
	display: none;
}

#top-back {
	width: 100%;
	height: 110px;
	background: url(../images/top.png) repeat-x scroll 0 0 #fefeec;

}

#nav-back {
	width: 100%;
	height: 57px;
	background: url(../images/bg_nav.jpg) repeat-x scroll 0 0;
}

#splash {
	width: 100%;
	float: left;
	background:#fff;
	border-bottom: 10px solid #2EB135;
	padding-bottom: 20px;

}

#footer {
	clear: both;
	background: #003e7e;
	margin-top: 40px;
	height: 40px;
}

	
#footer .left {
	font-size: 0.7em;
	color: #fff;
	margin-bottom: 0;
	padding-top: 12px;
	float: left;
	width: 820px;
}

.right {
	float: right;
	width: 120px;
	font-size: 0.7em;
	color: #fff;
	margin-bottom: 0;
	padding-top: 7px;
	text-align: right;
}



.container {
	margin: 0 auto;
	width: 980px;
	
}

#header {
	position: relative;
	height: 100px;
}

#header h1 a {
	display: block;
	height: 126px;
	width: 166px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
	margin-top: -20px;
}


#nav ul li {
	display: inline;
	font-size: 1em;
	line-height: 1.3em;
	margin-right: 25px;
	padding: 20px 10px;
}

#nav ul li a:link, #nav ul li a:visited {
	display: -moz-inline-stack;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	padding: 20px 10px;
	color: #fff;
}

#nav ul li a:hover, #nav ul li a:active, #nav ul li a:focus {
	outline: none;
	background: url(../images/nav-bullet.jpg) no-repeat 10px 41px;

}

#nav li.current_page_item a {
	background: url(../images/nav-bullet.jpg) no-repeat 10px 41px;
	padding: 20px 10px;

}


.block1 {
	float: left;
	position: relative;
	width: 430px;
	padding: 10px 20px 40px 20px;
	margin: 10px 0 0 0;
	border: 1px solid #003E7E;
	/*background: url(images/individual_icon.png) no-repeat bottom right;*/
	height: 180px;
	
}

.block2 {
	float: left;
	position: relative;
	width: 430px;
	padding: 10px 20px 40px 20px;
	margin: 10px 0 0 30px;
	border: 1px solid #003E7E;
	/*background: url(images/corporate_icon.png) no-repeat 290px 160px;*/
	height: 180px;



}

img.ind_icon {
	position: absolute;
	right: 10px;
	top: 175px;
}


img.bus_icon {
	position: absolute;
	right: 10px;
	top: 180px;
}

img.graphic {
	clear: left;
	float: left;
	height: 75px;
	margin-bottom: 90px;
	margin-right: 20px;
	margin-top: 15px;
	width: 75px;
}

h3, h3 a {
	font-size: 1.2em;
	color: #fff;
	padding-bottom: 10px;
	font-family: "Times New Roman", Arial, Helvetica, "Lucida Grande", sans-serif;
	font-style: italic
}

.hentry h3 a {
	font-size: 1.2em;
	color: #000;
	padding-bottom: 10px;
}

h4, h4 a {
	font-size: 1.2em;
	color: #2eb135;
	padding-bottom: 20px;
}

h6 {
	font-size: 1em;
	color: #2eb135;
	padding-bottom: 10px;
	}

#splash p {
	color: #fff;
}



h4, h4 a {
	font-size: 1.2em;
	color: #2eb135;
	padding-bottom: 20px;
}

h6 {
	font-size: 1em;
	color: #2eb135;
	padding-bottom: 10px;
	}

#splash p {
	color: #003E7E;
}

#splash h3 a {
	color: #2EB135;
}

#main {
	clear: both;
	background: #fff;
	margin-top: 20px;
	overflow: hidden;
}


#textarea {
	float: left;
	width: 600px;
	padding: 20px;
}

#textareahome {
	float: left;
	width: 600px;
	padding: 20px;
	background: url(images/watermark.png) no-repeat;
}

#textareapost {
	float: left;
	width: 600px;
	padding: 20px;
	background: url(images/watermark.png) no-repeat;
}

#sidebar {
	float: right;
	width: 240px;
	padding: 20px;
}

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

#sidebar ul li.widget_text {
	display: block;
	height: 50px;
	width: 240px;
	background: url(../images/button.jpg) no-repeat 0 0;
	list-style: none;
	margin-left: 0;
	text-align: center;
	padding-top: 17px;
} 

#sidebar ul li {
	list-style-type: none;
	font-size: 0.9em;
}

#sidebar ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 1em;
}

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



#sidebar h2.widgettitle {
	background: transparent url(../images/hottopics_top.jpg) no-repeat 0 0;
	width: 241px;
	height: 52px;
	text-indent: -9999px;
}

.widget_recent_entries {
	padding-bottom: 20px;
}

.widget_recent_entries ul {
	background: #2eb135;
	width: 241px;
}


.widget_recent_entries ul li {
	padding: 5px;
	background: url(../images/blog_bullet.jpg) no-repeat 5px 7px;

	
}

.widget_recent_entries ul li a {
	padding-left: 23px;
	padding-bottom: 5px;
	
	
}

#sidebar ul li.widget_recent_entries ul {
	background: #2eb135 url(../images/hottopics_new.jpg) no-repeat bottom left;
	padding-bottom: 20px;
}







/*  PAGE TEMPLATE */

#mainpage {
	margin-top: 20px;
	background: transparent url("images/shadow.jpg") no-repeat scroll 260px 0;
	height: auto !important;
	min-height: 550px;	
	overflow: hidden;
}


/* SUB NAV PAGES */

#subnav {
	float: left;
	overflow: hidden;
	padding-top: 20px;
	width: 280px;
	}
	
.selected {
	background: #fff;
	padding: 20px;
}

.selected li {
	font-size: 0.8em;
}

.unselected {
	padding: 0 0 0 20px;
}

#subnav a.shaded {
	color: #999;	
}

#subnav ul li {
	list-style-type: none;
	}

#subnav ul li a {
	color: #004b6a;
	padding-left: 25px;
}


li.larger  {
	font-size: 1.1em;
}

#subnav .current_page_item {
	background: url(../images/subnav-bullet.jpg) no-repeat left;
}

#subnav ul li a:hover, #subnav ul li a:active, #subnav ul li a:focus {
	text-decoration: none;
	background: url(../images/subnav-bullet.jpg) no-repeat left;

}

#subnav .current {
	background: url(../images/subnav-bullet.jpg) no-repeat 0 5px;
}


/******************/


#content {
	float: left;
	background: #fff;
	width: 620px;
	height: auto;
	min-height: 550px;
	padding: 20px 40px 0 40px;
	}
	
#content ul {
	padding: 10px 0 10px 0;
	
}
	
#content ul li {
	background: url(../images/subnav-bullet.jpg) no-repeat left;
	padding-left: 25px;
	list-style-type: none;
	color: #666;
}






/* Sidebar Search Form */
#search {
    margin-bottom: 25px;
   

    }
	
.hidden{display:none;}
	
#s {
    padding: 7px 29px 7px 7px;
    width: 192px;
     background: url(../images/search.png) no-repeat right #f6f6ec;
     border: 1px solid #E8E3C8;
    }
	
#searchsubmit {
    display: none;
    }

/*** SEARCH RESULTS */
.hentry {
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #2eb135;
	background: #fefeec;
}


/*** COLOUR CHANGES ****/




#access-widget-color {
	float: right;
	background: transparent url(../images/clr_side.png) no-repeat scroll bottom left;
	padding-left: 10px;
	
}



#access-widget-panel-color {
	background: #003e7e;
	float: left;
	min-height: 40px;
}

#access-widget-panel-color h4 {
	margin: 14px 10px 0 4px;
	color: #fff;
	font-size: 0.8em;
	font-weight: lighter;
}



#access-widget-color h4, #access-widget-color ul, #access-widget-color li {
	float:left;
}


ul#colors {
	margin: 8px 11px 0 0;
	float: left;
	padding-top: 4px;
	padding-bottom: 8px;
	
}


ul#font-sizes li, ul#colors li {
	display: inline;
	float: none;
	margin-left: 3px;
	
}

ul#font-sizes a, #colors a {
	color: #fff;
	text-decoration: none;
	padding-left: 3px;
	
}

.font-normal {
	font-size: 12px;
	padding: 2px 4px;
	border: solid 1px #fff;
}

.font-bigger {
	font-size: 14px;
	padding: 2px 4px;
	border: solid 1px #fff;
}

.font-biggest {
	font-size: 16px;
	padding: 2px 4px;
	border: solid 1px #fff;
}

#colors a.default {
	background: #fefeec;
	color: #000;
	border: solid 1px #fff;
}

#colors a.hi-vis {
	background: #65764a;
	color: #fff;
	border: solid 1px #fff;

}

#colors a.soft {
	background: #821a32;
	color: #fff;
	border: solid 1px #fff;
}

#font-sizes a:hover, #colors a:hover {
	background: #ff9900;
}


/*  TEXT STYLING */

#textarea h1, #textareapost h1, #textareahome h1 {
	color: #2eb135;
	font-family: "Times New Roman", Arial, Helvetica, "Lucida Grande", sans-serif;
	font-style: italic; 
	
}



#textareahome h2 {
	color: #2eb135;
	padding-bottom: 10px;
}

#textareahome .post h2 a, #textareahome .page h2 a {
	color: #2eb135;
	padding-bottom: 5px;
	font-family: "Times New Roman", Arial, Helvetica, "Lucida Grande", sans-serif;
	font-style: italic; 
	
}

small {
	color: #003e7e;
	}

.entry {
	padding-top: 5px;
}


#textareapost .entry {
	padding-top: 5px;
}

.entry a {
	color: #2eb135;
	text-decoration: none;
}

.entry h4 {
	padding-bottom:  5px;
}

.entry h5, .entry h3 {
	padding-bottom:  10px;
	color: #003e7e;
	font-size: 1.2em;
	font-family: "Times New Roman", Arial, Helvetica, "Lucida Grande", sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
	
}

p.boxout {
	padding: 5px;
	text-align: center;
	background: #2eb135;
	color: #fff;
	margin-top: 20px;
}

.pdf {
	padding-left: 20px;
	background: url(../images/pdf-icon.png) left center no-repeat;
	height: 30px;
	padding: 22px 0 0 60px;
	
}

.green a {
	color: #fff;
}

blockquote {
	float: left;
	min-width: 600px;
	padding: 10px;
	background: #fefeec;
	margin-bottom: 10px;
	border: #2eb135 1px dotted;
}

cite {
	float: right;
	
}

p.postmetadata a {
	color: #2eb135;
}

img.alignleft {
	float: left;
	margin-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
}

img.newsletter {
	float: left;
	margin-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.signup {
	padding: 20px;
	color: #fff;
	background: #FEFEEC;
	margin-top: 10px;
	float: left;
	width: 460px;
	
}

p.archive {
	padding-left: 52px;
}


img.alignright {
	float: right;
	margin-top: 8px;
	padding-left: 5px;
	padding-bottom: 5px;
}


#textarea ul li, #textareahome ul li, #textareapost ul li {
	background: url(../images/subnav-bullet.jpg) no-repeat 0 3px;
	padding-left: 25px;
	list-style-type: none;
	color: #666;
}




/*** PAGE NAVI *****/

.wp-pagenavi {
	margin-top: 20px;
}

/* see css file in plugin folder */



.download {
	background: url(../images/download-button.jpg) no-repeat 0 0;
	height: 50px;
	width: 120px;
	float: left;
	margin-right: 10px;
}

.download a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 0.8em;
	margin-left: 5px;
	width: 110px;
	line-height: 1.5em;
	
}


.download-long {
	background: url(../images/download-button-long.jpg) no-repeat 0 0;
	height: 50px;
	width: 200px;
	float: left;
	margin-right: 10px;
}

.download-long a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 0.8em;
	margin-left: 7px;
	width: 180px;
	line-height: 1.5em;
	
}



.headerSwitch {
	position: absolute;
	top: 40px;
	right: 0px;
}

#noshow {
	display: none;	
}

#show {
	background: transparent url(../images/show-header.png) no-repeat scroll right 2px;
	display: block;
	height: 50px;
	text-indent: -9999px;
	width: 100px;
}

span.footertext {
	font-size: 0.8em;
}

#maplink a {
	color: #666666;
	font-size: 1em;
}



.contact_details {
	margin-bottom: 20px;
	float: left;
	width: 600px
}

.phone, .skype, .email {
	width: 190px;
	float: left;
}

.phone p, .skype p {
	padding-top: 20px;
	padding-left: 50px;
	font-size: 1em;
}

.email img {
	float: left;
}

.entry .email a {
	float: left;
	padding-left: 50px;
	font-size: 1em;
	margin-top: -27px;
}

.linkedin {
	float: left;
	padding-right: 10px;
	
}

#longStrip {
	padding-top: 3px;
	height: 20px;
	margin-left: 250px;
	
}


#longStrip h4 {
	padding: 0;
	margin: 0;
	width: 270px;
	float: left;
	font-size: 1em;
	}


#longStrip a {
	color: #fff;
}



