/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	margin:0;
	padding:0;
	background:#3366cc url(images/bk_body.jpg) 50% 0 no-repeat;
	line-height:125%;
}

ul { list-style: none;
	margin-bottom:5px;
 }
 
a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
	text-decoration:underline;
}

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-size:26px;
	background:url(images/bk_dotted_horiz.gif) 0 100% repeat-x;
	color:#FFFFFF;
	padding:5px 0 15px;
	margin-bottom:15px;
	text-transform:capitalize;
}

h2 {
	font-size:22px;
	font-weight:normal;
	color:#000000;
	padding:10px 0;
}


h3 {
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	padding:10px 0;
}


h4 {
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
        background-color:#000000;
	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;
}
 
*html #bottomBox h2 {
	padding-top:2px;
}

 
 /* LAYOUT STRUCTURE
--------------------------------------------------*/
#mainWrapper {
	background:url(images/bk_mainwrapper.jpg) 0 0 repeat-x;
}

#wrapper {
	margin:0 auto;
	width:960px;
}

#header {
	height:180px;
	position:relative;
	background:url(images/bk_header.jpg) 100% 0 no-repeat;
}

#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:40px;
	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:800px;
	height:116px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
}

#topMenu {
	position:absolute;
	top:0;
	left:11px;
}

#topMenu li {
	float:left;
	background:none;
	padding:0;
}

#topMenu li a {
	font-size:11px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	display:block;
	height:37px;
	width:86px;
	padding-top:10px;
	
}

#topMenu li a:hover {
	background:url(images/bk_toplinks.png) 0 0 no-repeat;
}

#topMenu li.selected a{
	font-weight:bold;
	background:url(images/bk_toplinks.png) 0 0 no-repeat;
}

#header #comein {
	position:absolute;
	height:65px;
	top:67px;
	right:0;
	background:url(images/come_in.gif) 100% 0 no-repeat;
	padding-right:95px;
	padding-top:25px;
	width:300px;
	text-align:right;
	font-size:14px;
	
}

/* CONTENT STUFF 
--------------------------------------------*/

#content p {
	margin:0.8em 0;
}


#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;
}

#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:3px 0;
	background:url(images/arrow.gif) 0 6px no-repeat;
	padding-left:15px;
	display:block;
	text-transform:capitalize;
}

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:#000000;

}

/* 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:20px;
	margin-top: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:#fffFFF;
	padding-top:5px;
	font-weight:bold;
}	

*html .blogItem .title .date {
	left:-64px;
}

.blogItem .title h2 {
	padding:0;
	font-weight:bold;
	color:#FFFFFF;
	padding-bottom:8px;
	font-size:20px;
}

.blogItem .title .meta {
	font-size:10px;
	line-height:110%;
}

/* pagination */
.wp-pagenavi {
	background:url(images/bk_horizline.jpg) 0 100% repeat-x;
	padding-bottom:15px;
}

.wp-pagenavi span , .wp-pagenavi a{
	
}

.wp-pagenavi span.current, .wp-pagenavi span.extend,  .wp-pagenavi span.pages{
	color:#ccc;
	border:1px solid #ccc;
}

.commentlist {
	border-top:1px solid #444;
}

.comment {
	background:none;
	padding-left:0;
	border-bottom:1px solid #444;
	
}

*html .comment {
	height:1%;
}

.comment-author {
	color:#FFFFFF;
}

.commentmetadata {
	padding-bottom:3px;
	font-style:italic;
	font-size:11px;
}

/* 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:#FFFFFF;
}

#content .stepcarousel .panel .projectDetails p {
	margin:0;
	padding:0;
}

*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 #000000;
	background:none;
	padding:3px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;

}

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;
}
