/*
Theme Name: BBE
Theme URI: http://www.bluebearenergy.com/
Description: Official Blue Bear Energy theme
Author: Roy Niels
Version: 1.0
*/

/* 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
input, button, textarea, img {
    vertical-align: middle;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
em {
    font-style: italic;
}

/* global */
body {
	font: normal 13px/22px 'Lucida Grande', 'Lucida Sans Unicode', 'Arial';
}
a {
	text-decoration: none;	
}
.colPortfolio a {
	color: #372b05;
}
.colAbout a{
	color: #c9b893;
}
.colContact a {
	color: #7c7b65;
}
h1 {
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 5px;
}
p {
	margin-bottom: 15px;
}
.indent {
	margin-left: 30px;
}
.alt {
	color: #595b5f;
}
p.alt, ul.alt li {
	font-size: 12px;
	line-height: 21px;
} 
h1.alt {
	font-size: 19px;
}
h1 span {
	font-size: 12px;
}
.listing li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #a6aaaf;
}
.listing li:last-child {
	border: none;
}
.listingMinimal li {
	border: none;
	padding: 0;
	margin-bottom: 3px;
}
.sHead, .sBody, .sFoot {
	margin: 0 auto;
	width: 940px;
	padding: 15px 0;
}
.sHead {
	width: 900px;
	padding: 15px 20px;
	z-index: 1000;
	position: relative;
}
.sBodyWrapper {
	background: #e7eaed;
	z-index: 1;
	position: relative;
}
.sBody { /* compensate for .rule table */
	margin-top: -11px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
.sHeadWrapper {
	background: #fff;
	z-index: 1000;
	position: relative;
}
.sFootWrapper {
	background: url(gfx/bgFoot.png) repeat-x 0 0;
	margin: -16px 0 18px 0;
	padding: 20px;
	position: relative;
	z-index: 1000;
}
.sFoot {
	position: relative;
	z-index: 1000;
}
.sFoot .quickMenu {
	position: absolute;
	right: 0;
	top: -52px;
	font-size: 13px;	
	width: 290px;
	background: url(gfx/bgQuickMenu.png) no-repeat right top;
	z-index: 1;
	height: 38px;
}
.arrow {
	height: 44px;
	width: 44px;
	float: right;
	margin-top: 10px;
	background: url(gfx/iconArrows.png) no-repeat 0 0;
}
.arrowDown {
	margin-right: 10px;
	background-position: -44px 0;
}
.arrowUp {
	margin-right: 3px;
	background-position: -44px -44px;
}
.arrowDown:hover {
	background-position: -88px 0;
}
.arrowUp:hover {
	background-position: -88px -44px;
}
.arrowDownDisabled, .arrowDownDisabled:hover {
	background-position: 0 0;
	cursor: default;
}
.arrowUpDisabled, .arrowUpDisabled:hover {
	background-position: 0 -44px !important;
	cursor: default;
}

.sFoot h1 {
	color: #626569;
	font-weight: bold;
	font-size: 18px;
}
.sFoot p{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 30px;
	color: #626569;
}

.col {
	float: left;
	margin-right: 35px;
	margin-bottom: 30px;
}
.col2of3 {
	width: 615px;
}
.col1of3 {
	width: 290px;
}
.colLast {
	margin-right: 0;
}

.menu {
	float: right;
	margin-top: 12px;
	position: relative;
	z-index: 1000;
}
.menu .pointer {
	position: absolute;
	top: 36px;
	left: -12px;
	z-index: 1;
}
.menu .pointerExpertise {
	left: 64px;
}
.menu .pointerPortfolio {
	left: 152px;
}
.menu .pointerAbout {
	left: 238px;
}
.menu .pointerContact {
	left: 321px;
}
.menu li, .menu a {
	float: left;
	font-size: 13px;
	margin-left: 15px;
	color: #171819;
	line-height: 13px;
}
.menu .current-menu-item a{
	color: #99c2ec;
}
.menu .language {
	border-left: 1px dotted #abafb5;
	position: relative;
	padding-left: 15px;
	color: #abafb5;
}
.menu .language ul {
	position: absolute;
	top: -4px;
	right: -30px;
	background: #fff;
	border-radius: 3px;
	-moz-box-shadow: 0 0 4px #666;
	-webkit-box-shadow: 0 0 4px #666;
	box-shadow: 0 0 4px #666;
}
.menu .language .languageDropdown {
	right: -5px;
}
.menu .language ul {
	display: none;
}
.menu .language:hover ul {
	display: block;
}
.menu .language ul li, .menu .language ul a {
	float: none;
	color: #abafb5;
	text-align: left;
	line-height: 20px;
	z-index: 1000;
	display: block;
	margin: 0;
}
.menu .language ul li {
	padding: 1px 5px;
}

.rule {
	height: 0;
	width: 100%;
	z-index: 1000;
	position: relative;
}
.rule td div, .rule td {
	height: 8px;
	overflow: hidden;
}
.rule .p2,
.rule .p3,
.rule .p4,
.rule .p5,
.rule .p6 {
	width: 135px;
}
.rule .p1 div{
	background: #d4d8de;
}
.rule .p2 div{
	background: #abafb5;
}
.rule .p3 div{
	background: #686b70;
}
.rule .p4 div{
	background: #171819;
}
.rule .p5 div{
	background: #34587b;
}
.rule .p6 div{
	background: #5a83ad;
}
.rule .p7 div{
	background: #99c2ec;
}

.visual {
	margin: -15px 0 25px 0;
	position: relative;
	z-index: 1;
	height: 300px;
	width: 940px;
}
.visual img {
	z-index: 1;
}
.visual div {
	position: absolute;
	right: 15px;
	top: 40px;
	text-align: right;
}
.visual span {
	text-transform: uppercase;
	background: #a2a5bc;
	color: #fff;
	font: normal 17px/22px Verdana;
	padding: 1px 5px;
}
.visualExpertise div {
	right: auto;
	left: 20px;
	text-align: left;
}
.visualExpertise span{
	background: #ac9376;
}
.visualPortfolio div {
	right: auto;
	left: 20px;
	text-align: left;
}
.visualPortfolio span {
	background: #736327;
}
.visualAbout div {
	right: auto;
	left: 20px;
	text-align: left;
}
.visualAbout span {
	background: #c9b893;
}
.visualContact div {
	top: auto;
	bottom: 20px;
}
.visualContact span {
	background: #755d2d;
}
.grid {
	width: 100%;
	margin-bottom: 20px;
}
.grid td, .grid th {
	font-size: 12px;
	line-height: 18px;
	color: #626569;
	text-align: left;
	padding: 6px 0;
	border-bottom: 1px dotted #a6aaaf;
}
.grid td {
	font-weight: bold;
	text-align: right;
}
.phase {
	background: #d4d8de;
	border-radius: 3px;
	margin-bottom: 3px;
}
.phase a{
	display: inline-block;
	background: #ac9376;
	padding: 3px 5px;
	border-radius: 3px;
	color: #fff;
	position: relative;
}
.phase1 a{
	width: 230px;
}
.phase2 a {
	width: 160px;
	margin-left: 200px;
}
.phase3 a {
	width: 160px;
	margin-left: 330px;
}
.phase4 a {
	width: 160px;
	margin-left: 445px;
}
.phase1 .popup {
	top: -268px;
}
.phase2 .popup {
	top: -145px;
}
.phase3 .popup {
	top: -209px;
}
.phase4 .popup {
	top: -237px;
}
.phase a:hover .popup {
	display: block;
}
.popup {
	position: absolute;
	border-radius: 3px;
	color: #5d6065;
	font-size: 13px;
	line-height: 18px;
	width: 300px;
	left: 0;
	display: none;
	-moz-box-shadow: 0 0 4px #666;
	-webkit-box-shadow: 0 0 4px #666;
	box-shadow: 0 0 4px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666'); 
	background: #fff;
}
.popup li {
	padding: 5px 10px;
}
.popup li.odd {
	background: #f0f2f4;
}
.popup .first {
	border-radius: 3px 3px 0 0;
}
.popup .last {
	border-radius: 0 0 3px 3px;
}