/*
Theme Name: BBP
Theme URI: http://geekoracle.com
Description: Wordpress template for BBP.
Author: Geek Oracle
Author URI: http://geekoracle.com
*/




/* basics */

* {
	margin:0;
	padding:0;
}
.fix {
	clear: both;
	height: 1px;
	margin: 0 0 -1px 0;
	overflow: hidden;
}

#qualifcationformfont {
	font-size: 10px;
}

#qualifcationformfont tr{
	font-size: 10px;
}

body {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 9pt;
	margin:0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(images/topbgdivider.jpg);
	background-repeat: repeat-x;
}

.blankpage {
	margin:0px;
	padding: 0px;
	background-image: none;
	background-color: #FFF;
}

.titlewrap {
	background-color: #8e097c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 23px;
	padding-bottom: 6px;
	padding-right: 8px;
}

h1 {
	font-size: 18pt;
}


h4 {
	font-size: 9pt;
}
img {
	border: none;
	padding:0;
}
img a {
	border:none;
}
img.left {
	float: left;
	border: none;
	padding: 6px 0 0 0;
}
img.right {
	float: right;
	border: none;
	padding: 0 0 0 6px;
}
blockquote {
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}
code {
	font-family:"Courier New", Courier, monospace;
}
/* links */

a {
	color:#3d7ec1;
	text-decoration:none;
}

a:link {
	color: #3d7ec1;
}
a:visited {
	color: #3d7ec1;
}
a:hover {
	color: #3d7ec1;
	text-decoration: underline;
}
a:active {
	color: #3d7ec1;
}



/* Lists */

#content ol {
	margin-left: 30px;
}

#content ul {
	margin-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#content ul li {
	list-style-image: url(images/arrowbullet.png);
	list-style-type: none;
}


#sidebar ul li {list-style-image: url(images/arrowbullet.png);
	list-style-type: none;
	
	
}

.navigation li {list-style-image: url(images/arrowbullet.png);
	list-style-type: none;
}

/* container */


#container {
	width: 983px;
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
}
/* header */

#loginlink {
	color: #FFF;
}
#loginlink a:link {
	color: #FFF;
}
#loginlink a:visited {
	color: #FFF;
}
#loginlink a:hover {
	color: #FFF;
}
#loginlink a:active {
	color: #FFF;
}

.homebutton {
	
	width: 983px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color:#000;
}

.homebutton a {
	color:#000;
	border:none;
}

.homebutton a:hover {
	border:none;
}

#header {
	height: 195px;
	color: #fff;
	background-image: url(images/headerimag.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
	}
#header h1 {
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;
}
#header h1 a {
	color: #404040;
	text-decoration: none;
}
#header h1 a:hover {
	color: #666;
	text-decoration: none;
}
#header h2 {
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;
}

/* Registration Interface */

#regspace {
	width: 983px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

#regspace a:link {
	color: #8fc73e;
}
#regspace a:visited {
	color: #8fc73e;
}
#regspace a:hover {
	color: #8fc73e;
}
#regspace a:active {
	color: #8fc73e;
}


/* main menu */

#menu {
	width:100%;
	overflow:hidden;
	padding: 0px;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
	text-transform:uppercase;
}

#menu ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
	background-image: url(images/navsep.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	
}


#menu .current_item
{
	background-image: url(images/navbghover.jpg);
	background-repeat: repeat-x;
}

#menu .last-child {
	background-image: none;
}
#menu ul li a {
	margin: 0;
	color: #ffffff;
	display:block;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
#menu ul li a:hover {
	background-image: url(images/navbghover.jpg);
	color:#ffffff;
	text-decoration: none;
}

#menu ul li ul li a
{
	font-size:11px;
}

#menu ul li ul li a:hover
{
	background-image:none;
}

/* suckerfish menu for main nav */

#menu, #menu * {
	list-style: none;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
}
#menu li ul {
	position: absolute;
	left: -999em;
}
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	z-index: 10;
}
#menu li ul, #menu li ul li {
	width: 15em; 		/* width of drop menu */
}
#menu li ul li {
	display: block;
}
#menu li ul ul {
	margin: -2em 0 0 15em;		/* width of drop menu */
}
#menu li:hover ul ul, #menu li.sfhover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}
#menu li li a {
	background-image: url(images/subnavbg.jpg);
	background-color: #83ab49;
}
/* fix for sticky ie7 */

#menu li:hover, #menu li.sfhover {
	position: static;
}



/* search in menu */

#searchinmenu {
	float: right;
	width: 260px;
	clear: both;
	padding-top: 4px;
}




/* breadcrumb trail */
#breadcrumbs {
	margin-top: 17px;
	margin-bottom: 17px;
	text-transform: uppercase;
}
/* content */

.boxshadow {
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}


.boxshadow, .boxcontent {
	position: relative;
	bottom: 3px;
	right: 3px;
}

.boxshadow {
	background-color: #dcdcdc; /*shadow color*/
	color: inherit;
}
.boxcontent {
	background-color: #e1e1e1; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #e1e1e1;
	padding-top: 13px;
	padding-right: 9px;
	padding-bottom: 13px;
	padding-left: 9px;
}


.page-header #title-header {
	background-color:#606;
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	padding:4px 10px 4px 20px;
	width:0;
	font-size:16px;
	position:relative;
	top:0px;
	left:-7px;
	font-family: Arial, Helvetica, sans-serif;
}


.page-header #title-header-over-image {
	background-color:#606;
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	width:0;
	font-size:16px;
	position:relative;
	top:-160px;
	left:-7px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 20px;
}
#content {
	float:left;
	width:700px;
	overflow: hidden;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

#logincontent {
	float:left;
	width:422px;
	overflow: hidden;
	/* background-color: #FFF; */
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 206px;
}

#qualificationformcontent {
	overflow:hidden;
	margin:0;
	padding:0;
}

#qualificationformcontent #textReturn
{
	margin-top:15px;
}

#modal-overlay {
	background-color: #000;
}

.loginbox {
	font-size: 12px;
}

.no-sidebar #content
{
	width:982px;
}

.bigger-content
{
	width:965px;
}

#contentbg {
	background-color: #8bb2da;
}
.post {
	line-height: 14pt;
	padding:0 0;
	}
/*
.post h2 {
	font:normal 15pt georgia, times;
}
.post h2 a {
	color: #000;
	text-decoration: none;
}
.post h2 a:hover {
	color: #777;
	text-decoration: none;
}
*/



.entry {

	padding-bottom: 0px;
	padding-top: 10px;
	padding-left:13px;
}

#search-result
{
	padding:0 13px;
}

.entry.page {
	padding-top: 0;
}

.entry p {
	padding-bottom: 10px;
}

.post p {
	padding-bottom: 10px;
}

#incentives-list p {
	padding-bottom: 10px;
}

.entry ol {
	padding-top: 5px;
	padding-bottom: 5px;
}

.entry h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8e087b;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform:uppercase;
	
}

.entry h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8e087b;
	padding-bottom: 5px;
	padding-top: 10px;
	text-transform:uppercase;
}

.entry h3 {
	font-size: 12px;
}

.post h3 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.post h4 {
	font-size: 10px;
	font-weight: normal;
	color: #9c9c9c;
	padding-bottom: 5px;
}

.entry img
{
		border: 5px solid #eeeeee;
}

.postmetadata {
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
}

.navigation {
	font-size:8pt;
	margin:0;
	padding:0;
	overflow:hidden;
	text-align: left;
}


.navigation img {
	vertical-align: -35%;
}

.navigation a.first,
.navigation a.prev,
.navigation a.next,
.navigation a.last {
	text-transform: uppercase;
	font-weight: bold;
}

.alignleft a {
	float:left;
	margin:25px 0;
}
.alignright a {
	float:right;
	margin:25px 0;
}


/* Wordpress editing */

.editspot {}


/* Buttons */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
	background: transparent url('images/bg_button_a.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: block;
	float: left;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	height: 22px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	text-shadow: 0.1em 0.1em #699032;
	outline: none; /* hide dotted outline in Firefox */
	text-transform: uppercase;	
}

a.button span {
    background: transparent url('images/bg_button_span.png') no-repeat;
    display: block;
   line-height: 14px;
    padding: 4px 0 4px 18px;
	outline: none; /* hide dotted outline in Firefox */
} 

a.button:active {
    background-position: bottom right;
    color: #FFFFFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
	background-position: bottom left; /* push text down 1px */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 18px;
	
} 

a.button a:link {
	color: #FFFFFF;
	outline: none; /* hide dotted outline in Firefox */
}
a.button a:visited {
	color: #FFFFFF;
	outline: none; /* hide dotted outline in Firefox */
}



/* sidebar */


#sidebar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8e087b;
	padding-bottom: 10px;
	text-transform:uppercase;
}
#sidebartitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8e087b;
	text-transform: uppercase;
	background-image: url(images/sidenavseper.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:255px;
	float:right;
	margin:0;
	padding: 0;
	background-color: #FFF;
}

#sidebar img {
	padding: 20px;
}

#sidebar h2 {
	font:normal 11pt arial, georgia, times;
	color: #000;
	margin: 0;
	padding: 0;
}
#sidebar label {
	font:normal 11pt arial, georgia, times;
	color: #000;
	margin: 0;
	padding: 0;
}
#sidebar p {
	margin:0;
	padding: 0 6px 0 12px;
}
#sidebar img {
	padding: 0;
	margin: 0;
}


#sidebar .boxshadow {
	margin-bottom: 28px;
}

#sidebar ol {
	margin-left: 19px;
}

#sidebar ol li{
	padding-top: 2px;
	padding-bottom: 2px;
}




/* comments */


#commentform {
	background:#fff;
	margin:0;
	padding:0;
}
#commentform p {
	color: #000;
}
#commentform a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
	line-height: 14pt;
}
#commentform h3 {
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
}
#comment {
	width:80%;
}
#author, #email, #url, #comment, #submit {
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
}
#submit {
	margin:5px 5px 0 0;
}
#comments {
	margin:0;
	padding:0
}
ol.commentlist {
	list-style-type: none;
	margin:0;
	padding:0;
}
.avatar {
	float:left;
	margin:0 12px 0 0;
}
ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
}
ol.commentlist li.alt {
	background: #eee;
}
ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
	line-height: 14pt;
}
ol.commentlist a {
	color:#000;
}
cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}
cite a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
}
/* search */

#searchform {
	padding: 0;
	margin: 0;
	/*margin:14px 0;*/
}
#searchform input#s {
	margin:0;
	padding:2px;
	border:1px solid #000;
}
#searchform input#searchsubmit {
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
}
/* misc */

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
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.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;
}
/* footer */

#footer {
	background:#e6e6e6;
	clear: both;
	width: 100%;
	height: 106px;
	
}
#footermid {
	width: 985px;
	margin-right: auto;
	margin-left: auto;

}

.footercontent {
	margin-top: 35px;
	font-size: 9px;
}

#numbers {
	font-size: 10px;
	line-height:18px;
	letter-spacing:-1px;
}

#numbers span {
	background-color: #8e097c;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
	padding-right: 2px;
	padding-left: 2px;
}

#caseStudiesSlider
{
	line-height:18px;
}

#caseStudiesSlider a
{
	font-size:14px;
	margin-bottom:20px;
}



.buildingbg {
	background-image: url("images/buildingbg.jpg");
	background-repeat:no-repeat;
	background-position:top;
	padding-top:170px;
}

.buildingbg1 {
	background-image: url("images/buildingbg1.png");
	background-repeat:no-repeat;
	background-position:top;
	padding-top:170px;
}

.buildingbg2 {
	background-image: url("images/buildingbg2.png");
	background-repeat:no-repeat;
	background-position:top;
	padding-top:170px;
}
.buildingbg3 {
	background-image: url("images/buildingbg3.png");
	background-repeat:no-repeat;
	background-position:top;
	padding-top:170px;
}
.buildingbg4 {
	background-image: url("images/buildingbg4.png");
	background-repeat:no-repeat;
	background-position:top;
	padding-top:170px;
}
.buildingbg5 {
	background-image: url("images/buildingbg5.png");
	background-repeat:no-repeat;
	background-position:top;
	padding-top:170px;
}

.imagebg {
	position:relative;
}

.imagebg img
{
	top:-15px;
	left:-10px;
	position:relative;
	width:696px;
}

.imagebg #title-header-page
{
	background-color:#606;
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	padding:4px 10px 4px 27px;
	font-size:16px;
	position:absolute;
	left: 0;
	top: 7px;
}

.error {
	color: red;
	font-weight: bold;
}



.breadcrumb_arrow {
	margin-left: 5px;
	margin-right: 5px;
}



.whitetable {
	background-color: #FFF;
	padding: 5px;
	border: 5px solid #eeeeee;
}

.boxcontent .whitetablecontent tr{
	background-image: url(images/bbpsepperbar.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.whitetablecontentitem {
	padding: 10px;
	margin: 10px;
}

#pagen {
	text-align: center;
}

.search-title
{
	font-weight:bold;
	margin-bottom:5px;
}

#case-study-content p {padding-bottom: 10px;}

hr {margin-top: 15px; margin-bottom: 20px;}

.newsDate
{
	font-weight:bold;
}

.newsTitle
{
	margin-bottom:10px;
}
