/*
Theme Name: BG H2
Description: BG H2 site specific display
Author: Boggy
Author URI: mailto:boggy.bg@gmail.com
Template: twentyten
*/

/* Import Twentiten stylesheet */
@import url("../twentyten/style.css");



/*** BG H2 Theme specific ***/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 30, 2011 */
@font-face {
    font-family: 'MyriadProRegular';
    src: url('scripts/myriadpro-webfont.eot');
    src: url('scripts/myriadpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('scripts/myriadpro-webfont.woff') format('woff'),
         url('scripts/myriadpro-webfont.ttf') format('truetype'),
         url('scripts/myriadpro-webfont.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MonotypeCorsivaRegular';
    src: url('mtcorsva-webfont.eot');
    src: url('mtcorsva-webfont.eot?#iefix') format('embedded-opentype'),
         url('mtcorsva-webfont.woff') format('woff'),
         url('mtcorsva-webfont.ttf') format('truetype'),
         url('mtcorsva-webfont.svg#MonotypeCorsivaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Layout and structure */
#content, .one-column #content, .single-attachment #content {
	margin: 0 235px 0 170px;
	min-height: 550px;
	width: auto;
	margin-top: 50px;
	padding-bottom: 20px;
}





/* =Fonts ---------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Verdana, Geneva, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}
p {
	text-align:justify;
}
a, a:hover, .widget-area a:active,
.widget-area a:hover{
	text-decoration:none;
}
a img:hover {
	opacity: 0.6;
}
body{
	background: url(images/header.jpg) repeat-x scroll left 150px;
}
#wrapper{
	background:transparent;
/*	border-radius: 15px;
	-moz-border-radius:15px; /* Firefox 3.6 and earlier * /
	-moz-box-shadow: 10px 10px 5px #888888; /* Firefox 3.6 and earlier * /
	-webkit-box-shadow: 10px 10px 5px #888888; /* Safari and Chrome * /
	box-shadow: 10px 10px 5px #888888;
*/}

/* header */
#header{
	position: relative;
}
#masthead{
	position: relative;
	height: 222px;
}
#logo{
	border: none;
	float: left;
	margin-left: 0px;
}
#logo:hover {
	opacity: 1;
}
#branding{
	margin-left: 0px;
	float: left;
	width: 760px;
	margin-top: 30px;
	overflow: hidden;
}
#site-title{
	float:none;
	width:auto;
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: 0em;
	font: bold 33px/150%  MyriadProRegular, Verdana, Geneva, sans-serif;
}
#site-title a{
	color: #027BBD;

}
#site-description{
	float:none;
	width: auto;
	margin: 0px;
	font-size: 15px;
	font-style: normal;
	color: #000;
}


#header-slider{
	position:absolute;
	overflow:hidden;
	left:170px;
	top:110px;
	width:770px;
	height:88px;
	z-index:1;
	border: solid 0px;
}
marquee#scrolling-text{
	position:absolute;
	left:170px;
	top:120px;
	width:766px;
	height:auto;
	z-index:10;
	background-color:transparent;
	border:0px #9EA0A0 solid;
	text-align:center;
}
#scrolling-text span{
	color:#AFEEEE;
	font-size:13px;
	font-weight: bold;
}
#graphic {
	background:url(images/Head%20Leaf.png);
	border:#FFF 3px;
	width: 120px;
	height: 88px;
	position:absolute;
	top: 160px;
	left: 25px;
	z-index: 10;
}
#green-line{
	width: 569px;
	height: 3px;
	color: #009300;
	position: absolute;
	top: 239px;
	left: 135px;
	background: #009300;
}
#left-bar{
	position: absolute;
	width: 114px;
	height: 621px;
	left: 20px;
	top: 222px;
	background:url(images/left%20bar.jpg) no-repeat;
	z-index: 1;
}
.home #left-bar{
	display: none;
}
/* prime menu */
#access{
	width: auto;
	position: absolute;
	left: 159px;
	top: 195px;
	background-color: transparent;
	z-index: 10;
}
#access .menu-header{
	width: auto;
}
#access .menu-header ul{
	margin: 0;
}
#access .menu-header ul ul{
	margin: -12px 0 0;
}
#access a{
	color: white;
	background: url(images/prime%20menu%20full.gif) right top;
	line-height: 26px;
	padding: 0px 15px;
}
#access ul ul{
	background-color: #3478F8;
}
#access ul ul a{
	border: 1px groove #AEDFFF;
	line-height: 100%;
	background-color: #3478F8;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #666 
	color: #fff;
	background: url(images/prime%20menu%20full.gif) right -42px;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #99AFFD;
}
#access ul li.current_page_item > a{
	background-color: transparent;
}
/* widgets */
#header-menu{
	position: absolute;
	top: -10px;
	right: 0px;
	width: 50%;
	height: auto;
}
#header-menu ul, #header-menu img {
	list-style:none;
	float: right;
	margin: 0 auto;
}
#header-menu li {
	float: left;
	padding-right: 1em;
}
#header-menu .textwidget a {
	color:#FFF;
	background: #7D9EC0;
	padding: 3px;
}
#header-menu a:hover {
	background:#B1C6DA
}
#header-menu input {
	padding: 0;
}
.widget_search #s {
	width: 100%;
	background: url(images/search-small.gif) no-repeat 5px 1px;
	height: 1.5em;
}
#header input[type=submit] {
	display: none;
	float:right;
} 
/* Sodebar stu;e */
#primary,
#secondary {
	float: right;
	overflow: visible;
	width: 215px;
	padding: 51px 0px 0px;
	position: relative;
}

#side-foot{
	position: absolute;
	top: -130px;
	right: 60px;
	width: 129px;
	height: 98px;
	background:url(images/sidebar%20foot.jpg)
}
.widget-title{
	text-transform: uppercase;
	font-size: 12px;
	background: #78D1FC;
	padding-left: 10px;
	margin-top: 0em;
	margin-bottom: .5em;
}
h2.widget-title{
	color: #BADFFE;
	background: #100a81;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	width: 210px;
	position: absolute;
	left: -15px;
	top: -26px;
	margin: 0px;
	z-index: 10;
	line-height: 22px;
}
#main .widget-area ul ul {
	list-style: url(images/bullet.gif);
	padding-left: 10px;
	margin-bottom: 2em;
}
.widget-area {
	font-size: 11px;
}


/* main content */
#main{
	border:medium;
	padding: 0px;
	overflow: visible;
}
#container {
	background: url(images/sidebar.jpg) repeat-y right;
	
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px;
	line-height: 1.5em;
}

#content {
	border-right: 3px solid #0384c9;
	padding-right: 15px;
}
.home #content{
	border:none;
}

#content h1{
	font-size: 20px;
	color: #0099CC;
	margin-top: 2em;
	font-weight: bold;
	padding-left: 0px;
}
#content h2{
	font-size: 16px;
}
#content h2, .entry-title a:link,
.entry-title a:visited {
	color: #0099CC;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
	text-decoration:none;
	margin-left: 0px;
	
}
#content h3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1ex;
}
#content h4{
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 0.5em;
}
#content h5{
	font-size:14px;
	font-style:italic;
	margin-bottom:0;
}
#content h6{
	font-size:14px;
	margin-bottom:0;
}

#content h1.entry-title, #content h1.page-title, .page-title span, .post-subtitle{
	margin-top: 0;
	color: #FFF;
	background: #0384C9;
	position: relative;
	width: auto;
	margin-right: -15px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
#content h1.entry-title, .page-title span, .post-subtitle {
	font-size: 24px;
}
#content .post-subtitle{
	font-size: 14px;
	color: #FFF;
	margin-right: -15px;
	margin-bottom: -2em;
}
#content .post-subtitle a, #content .post-subtitle a:visited, #content .post-subtitle a:active{
	color: #FFF;
}
#content .post-title{
	margin-bottom: 0;
	font-size: 24px;
}

.home #content h1 {
	width: auto;
	margin-right: 10px;
	margin-top: 2em;
}
.home #content h1 span{
	display:block;
	position: absolute;
	top: -25px;
	right: -25px;
	width: 98px;
	height:71px;
	background: url(images/head-accent.gif);
}
#content .entry-meta{
	font-style: italic;
}

#content a.more, address{
	margin: 0 1em 2em 0;
	text-align: right;
}
#content p{

}
#content p:first-line {
}
#content ul, #content .list{
	margin-left: 3em;
}

#dfcg-outer-wrapper{
	border: solid #0384C9 4px;
	width: 514px;
	padding: 3px;
}
#dfcg-outer-wrapper #dfcg-wrapper{
	margin: 0px;
}



#slider h2.list{
	list-style: square inside;
	font-size: 100%;
	margin: 0 0 0 15px;
	cursor:pointer;
	display: list-item;
	border-style: none;
}
#slider h2.list:hover{
	color: #91CBFF;
}

#content .entry-utility{
	text-align:right;
	font-style:italic;
	margin-right: 1em;
}
#content .gallery img{
	border: 10px solid #badffe;
}



/*** Footer ***/
#footer{
	position: relative;
	color: #FFF;
	background: #0384c9;
}
#footer a{
	color: #FFF;
}
#footer a:hover{
	color:#000
}
#colophon{
	border-style: none;
	width: 770px;
	padding: 0px;
	margin-left: 15px;
}
#site-info{
	background:url(images/bg%20h2%20title.png);
	width: 465px;
	height: 35px;
}
#site-info a{
	display: none;
}
#footer-widget-area .widget-area {
	width: 300px;
	margin: 0 auto;
}
#footer-widget-area {
	clear:both;
}
#footer-widget-area #first{
	float:none;
	width: auto;
	margin: 0 15px;
	
}
#first .widget-container{
	margin: 0 auto;
	width: auto;
	clear:both;
}
#first ul ul{
	list-style: none;
	width: auto;
}
#first ul ul li{
	line-height: 200%;
	float: left;
	
}
#first ul ul a{
	padding: 0 0.5em;
	display:block;
	color: #15428B;
}
#first ul ul a:hover{
}
#first ul ul li:first-of-type{
	border: none;
}
#menu-footer{
	background: #BADFFE;
	color: #15428B;
	height: 2em;
	margin: -18px -15px;
	padding-left: 11px;
}
#menu-footer a:hover{
	background-color:#FFF;
}

#foot-graph{
	background-image:url(images/Foot%20leaf.png);
	width: 170px;
	height:104px;
	float: left;
	opacity: 0.7;
}


#bottom-widget-area{
	text-align:center;
	font-style:italic;
}
