
/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family: Tahoma, Verdana, Trebuchet MS, Arial;
	font-size:12px;
	color:#9A9A9A;
	margin:0;
	padding:0;
	background:#000 url(../images/bk_body.jpg) 50% 0 no-repeat;
	line-height:125%;
}

#main_img {
	border:1px #3e3e3e solid;
	padding:1px;
}

ul { list-style: none;
	margin-bottom:5px;
 }
 
a {
	color:#4AAACA;
	text-decoration:none;
}

a:hover {
	color:#4AAACA;
	text-decoration:underline;
}

/* Firefox Dotted Outline Fix */
a:active {
	outline: none; 
}
	
/* Firefox Dotted Outline Fix */
a:focus { 
	-moz-outline-style: none; 
}

ul { list-style: none;
	margin-bottom:5px;
 }

ul li {
	padding:5px 0;
	background:url(../images/arrow.png) 0 6px no-repeat;
	padding-left:15px;
	position:relative;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	background:url(../images/bk_dotted_horiz.gif) 0 100% repeat-x;
	color:#6CB200;
	padding:5px 0 15px;
	margin-bottom:15px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	color:#eee;
	padding:10px 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#eee;
	padding:10px 0;
}

#bottomBox h2, #colRight h2 {
	background:url(../images/bk_dotted_horiz.gif) 0 100% repeat-x;
	padding:0;
	padding-bottom:15px;
	margin-bottom:5px;
}

#container {text-align:center;}
#container span {margin:10px;color:white;font-family:Tahoma;font-size:12px; text-align:center;}
#container span a {color:#FF9900;}
 
/* OAK */
#oak_lt {
	background:url(../images/oak_lt.png) no-repeat; 
	width:126px; 
	height:176px;
	position:absolute;
	left:0px;
	top:10px;
	z-index:1;
}
#oak_rt {
	background:url(../images/oak_rt.png) no-repeat; 
	position:absolute;
	right:0px;
	top:50px;
	width:219px;
	height:187px;
	z-index:2;
}
/* END OAK */

 /* LAYOUT STRUCTURE
--------------------------------------------------*/
#mainWrapper {
	background:url(../images/bk_mainwrapper.jpg) 0 0 repeat-x;
}

#wrapper {
	margin:0 auto;
	width:960px;
}

#header {
	height:90px;
	position:relative;
	background:url(../images/bk_header.jpg) 100% 0 no-repeat;
}
#header .oak_mid {
	background:url(../images/oak_mid.png) no-repeat; 
	position:absolute;
	left:160px;
	top:-15px;
	width:161px;
	height:128px;
	z-index:1;
}

#content {
	padding:0 0 25px;
}

#footer {
	height:80px;
	background:url(../images/bk_footer.jpg) 0 0 no-repeat;
	padding:25px 10px 10px 15px;
	margin-left:10px;
	margin-top:10px;
	color:#666;
}

*html #footer {
	margin-top:0;
}


/* HEADER ELEMENTS 
--------------------------------------------------*/
/* -- logo --*/
#logo {
	position:absolute;
	top:35px;
	left:10px;
	
}

#logo h1 {
	padding:0;
	background:none;
}

#logo h1 a, #logo h1 a:hover{
	background:url(../images/logo.png) 0 0 no-repeat;
	width:209px;
	height:45px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
}

/* CONTENT STUFF 
--------------------------------------------*/

#content p {
	margin:0.8em 0;
}

/* col left */
#colLeft {
	float:left;
	width:694px;
	margin-top:10px;
}

#colLeft #leftTop {
	height:16px;
	background:url(../images/bk_top_box_left.png) 0 0 no-repeat;
}

#colLeft #leftMiddle {
	background:url(../images/bk_mid_box_left.png) 0 0 repeat-y;
	padding:3px 22px;
}

#colLeft #leftBottom {
	height:16px;
	background:url(../images/bk_bot_box_left.png) 0 0 no-repeat;
}
/* end col left */

/* big */
#big {
	float:left;
	width:968px;
	margin-top:10px;
}

#big #leftTop {
	height:16px;
	background:url(../images/bk_top_box_big.png) 0 0 no-repeat;
}

#big #leftMiddle {
	background:url(../images/bk_mid_box_big.png) 0 0 repeat-y;
	padding:3px 22px;
}

#big #leftBottom {
	height:16px;
	background:url(../images/bk_bot_box_big.png) 0 0 no-repeat;
}
/* end big */
#colRight {
	float:left;
	width:270px;
	margin-left:-5px;
	margin-top:10px;
	
}

#colRight .rightTop {
	height:16px;
	background:url(../images/bk_top_box_right.png) 0 0 no-repeat;
}

#colRight .rightMiddle {
	background:url(../images/bk_mid_box_right.png) 0 0 repeat-y;
	padding:3px 22px;
	padding-top:8px;
	padding-bottom:7px;

}

*html #colRight .rightMiddle {
	background:url(../images/bk_mid_box_right_ie.png) 0 0 no-repeat;
	
}

#colRight .rightBottom {
	height:16px;
	background:url(../images/bk_bot_box_right.png) 0 0 no-repeat;
}

#colRight .homeItem{
	background:url(../images/bk_dashed_horiz.gif) 0 100% repeat-x;
	padding:7px 0 8px;
	
}

#colRight .homeItem img {
	float:left;
	margin-right:8px;
	border:none;
}

#colRight .homeItem .details {
	float:left;
	width:170px;
	font-size:11px;
}

#colRight .homeItem .details strong {
	color:#fff;
	font-size:12px;
}

#colRight ul li {
	background:url(../images/bk_dashed_horiz.gif) 0 100% repeat-x;
	padding-left:0;
}

#colRight ul li a {
	padding:5px 0;
	background:url(../images/arrow.png) 0 6px no-repeat;
	padding-left:15px;
}

p.line {
	background:url(../images/bk_dashed_horiz.gif) 0 100% repeat-x;
	display:block;
	padding:0 0 10px;
	margin:0;
}

#bottomBox {
	margin-top:20px;
	padding:0 8px;
	float:left;
}


#bottomBox #innerBoxLeft {
	float:left;
	padding-right:20px;
	width:280px;
}

#bottomBox #innerBoxMiddle{
	float:left;
	padding:0 15px;
	width:340px;
}

#bottomBox #innerBoxRight{
	float:left;
	padding:0;
	padding-left:20px;
	width:250px;
	position:relative;
}

#bottomBox #innerBoxRight p img {
	padding-right:5px;
	vertical-align:middle;
}

ul.latestPosts {
	
}

 ul.latestPosts li {
	background:url(../images/bk_dashed_horiz.gif) 0 100% repeat-x;
	padding:0;
	padding-bottom:1px;
}

* html ul.latestPosts li {
	float:left;
	width:100%;
}

ul.latestPosts li a {
	display:block;
	background:url(../images/ico_post.gif) 2px 5px no-repeat;
	padding:4px 0 6px 25px;
	margin:0;
}

ul.latestPosts li a:hover {
	background-color:#141414;
	text-decoration:none;
}

ul.latestPosts li a span.date {
	font-size:10px;
	color:#999;

}

/* portfolio */

.portfolioItem {
	background:url(../images/bk_dashed_horiz.gif) 0 100% repeat-x;
	padding-bottom:10px;
	margin-bottom:5px;
}

.portfolioItem img {
	border:none;
}

/* blog */

.blogItem {
	background:url(../images/bk_dashed_horiz.gif) 0 100% repeat-x;
	padding-bottom:5px;
	margin-bottom:15px;
}

.blogItem .title{
	padding:5px 0 10px 42px;
	background:url(../images/bk_dashed_horiz.gif) 0 100% repeat-x;
	margin-bottom:5px;
	position:relative;
}

.blogItem .title .date {
	width:55px;
	height:31px;
	position:absolute;
	top:0;
	left:-22px;
	background:url(../images/bk_blog_date.gif) 0 0 no-repeat;
	text-align:center;
	color:#fff;
	padding-top:5px;
}	

.blogItem .title h2 {
	padding:0;
	font-weight:bold;
	color:#4AAACA;
	padding-bottom:8px;
	font-size:20px;
}

.blogItem .title .meta {
	font-size:10px;
	line-height:110%;
}

/* CAROUSEL
---------------------------------------------*/

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 650px; /*Width of Carousel Viewer itself*/
	height: 373px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: visible; /*clip content that go outside dimensions of holding panel DIV*/
	margin:0;
	width: 650px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:373px;
	position:relative;
	clear:both;
}

.stepcarousel .panel a img {
	border:none;
}

.stepcarousel .panel .projectDetails {
	position:absolute;
	bottom:30px;
	left:0;
	padding:12px 40px;
	background:url(../images/bk_pixel_details.png);
	color:#ccc;
	line-height:140%;
	width:100%;
}

.stepcarousel .panel .projectDetails strong {
	font-size:16px;
	color:#6CB200;
}

*html .stepcarousel .panel .projectDetails {
	left:-12px;
}

/* FORMS
-------------------------------------------------*/
form label {
	display:block;
	padding:8px 0 2px;
	font-weight:bold;
}

form input, form textarea {
	border:1px solid #3F3F3F;
	background:none;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}

form input:focus, form textarea:focus {
	border:1px solid #7EA803;
}

form textarea {
	width:500px;
}

form input.submit {
	border:none;
	width:103px;
	height:24px;
	text-align:center;
	padding-top:4px;
	color:#fff;
	text-transform:uppercase;
	margin-top:15px;
	background:url(../images/bk_submit.jpg) 0 0 no-repeat;
	font-size:11px;
}


/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}

