﻿
/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c2c2c2;
	margin:0;
	padding:0;
	background:#000;
	line-height:125%;
	width: 100%;
	height: 100%;
}

ul { list-style: none;
	margin-bottom:5px;
 }
 
a {
	color: #e3b322;
	text-decoration: none;
}

a:hover {
	color: #e3b322;
	text-decoration:underline;
}

ul { list-style: none;
	margin-bottom:5px;
 }

ul li {
	padding:5px 0;
	padding-left:15px;
	position:relative;
}

h1, h2, h3, h4
{
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}

h1 {
	font-size:22px;
	background:url(images/bk_dotted_horiz.gif) 0 100% repeat-x;
	color: #e3b322;
	padding:5px 0 15px;
	margin-bottom:15px;
	font-style: italic;
}

h2 {
	font-size:22px;
	font-weight:normal;
	color: #e3b322;
	padding:10px 0 0 0;
}

h3 {
	font-size:16px;
	font-weight:bold;
	color:#eee;
	padding:10px 0;
}

h4 
{
	font-size:18px;
	font-weight:normal;
	color:#e3b322;
	padding:10px 0 5px 0;
}

hr
{
    margin: 20px 0 20px 0;
    height: 0;
    border: 0;
    border-top: 1px dotted white;
}
 
 /* LAYOUT STRUCTURE
--------------------------------------------------*/
body
{
    background: #2a3238;
}
#mainWrapper 
{
	background: #2c343a url(images/backgrounds/mainBg.gif) repeat-x top left;
}
#subWrapper
{
	background: transparent url(images/backgrounds/mainBgGlow.gif) no-repeat top center;
}

/* wraps each of header, content, and footer */
.wrapper {
	margin:0 auto 0 auto;
	width:960px;
}

#headerwrapper, #contentwrapper, #footerwrapper, #bottomwrapper
{
	width: 100%;
}

#header, #content, #footer, #bottomBox
{
	margin: 0 auto 0 auto;
	width:960px;
}

#headerwrapper
{
	height: 160px;
	background: transparent url(images/headerBg.gif) 100% 0 repeat-x;
	overflow: hidden;
}

#header {
	height: 100%;
}

#content {
	padding:0 0 29px 0;
}

#bottomwrapper
{
	font-family: Arial;
	color: #585758;
	background: #d9dbb7 url(images/backgrounds/bottomBg.gif) repeat-x top left;
}

#footer {
	height:80px;
	padding:20px 10px 10px 15px;
	color:#666;
	margin:0 auto 0 auto;
}

#footer .authorisation
{
	float: left;
}
#footer .copyright
{
    float: right;
    padding-bottom: 15px;
    padding-right: 30px;
    font-weight: bold;
    font-size: 11px;
    color: #40362a;
}
#footer .icelogo
{
	float: right;
	padding-right: 30px;
}


/* HEADER ELEMENTS 
--------------------------------------------------*/
/* -- logo --*/
#logo 
{
	float: left;
	width:552px;
	height:120px;
	margin: 0;
	padding: 0;
}

#logo h1 {
	background:none;
	padding:0;
	margin: 0;
}

#logo h1 a, #logo h1 a:hover{
	background:url(images/logo.png) 0 0 no-repeat;
	width:552px;
	height:120px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
}

#topMenu #menuButtons
{
	float: left;
	height: 40px;
	width: 650px;
}
#topMenu #menuSubscribe
{
	float: right;
	height: 40px;
	padding-right: 7px;
}
#topMenu #menuSubscribe .follow
{
    padding: 12px 25px 0 0;
	height: 28px;
	float: left;
	color: #dce1d0;
	font-family: 'TradeGothic', 'Trade Gothic', Verdana, Arial;
	text-transform: uppercase;
	font-size: 1.25em;
	font-weight: bold;
}
#topMenu #menuSubscribe .icons
{
    padding-top: 7px;
    height: 33px;
	float: left;
}
#topMenu #menuSubscribe .icons img
{
    border: 0;
    padding-left: 3px;
}

#topMenu, #topMenu ul, #topMenu li
{
	height: 40px;
	padding:0;
	margin: 0;
}

#topMenu li {
	float:left;
	background:none;
	padding:0;
	margin: 0;
}
#topMenu li.div
{
	z-index: 5;
}
#topMenu li.div div, #topMenu li a
{
	font-weight: bold;
	text-decoration:none;
	text-align:center;
	height:30px;
	color: #FFFFFF;
	font-family: 'TradeGothic', 'Trade Gothic', Verdana, Arial;
	text-transform: uppercase;
	font-size: 1.3em;
	
}
#topMenu li.div div
{
	color: #000000;
	width:0px;
	padding-top:10px;
	left: -2px;
	position: relative;
	overflow: visible;
	z-index: 10;
}
#topMenu li a 
{
	display: block;
	width: auto;
	padding:12px 20px 0px 20px;	
}

#topMenu li.selected a 
{
    color: #666666;
}
#topMenu li a:hover,
#topMenu li.selected a 
{
	background:url(images/selectedBg.gif) 0 0 repeat-x;
}

#header #button 
{
	overflow: visible;
	font-family: Georgia;
	float: right;
	width:274px;
	height:120px;
}
/* define style for big button, may be used in cms */
#header #button a
{
	float: left;
	line-height: 1.2em;
	font-size: 1.65em;
	margin: 55px 0px 0 5px;
	height: 54px;
}
#header #button a, a.BigButton
{
	display: block;
	width: 263px;
	padding: 0;
	color: #FFFFFF;
	text-align: center;
	background: transparent url('images/backgrounds/buttonBg_normal.png') no-repeat;
    
}
#header #button a:hover, a.BigButton:hover
{
	text-decoration: none;
	background: transparent url('images/backgrounds/buttonBg_over.png') no-repeat;
}
a.BigButton
{
	height: 44px;
	padding-top: 14px;
    font-weight: bold;
    font-size: 2.3em;
    text-transform: uppercase;
}
/* end */
#header #button a p
{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
#header #button a p.first
{
    padding-top: 6px;
    font-size: 1.3em;
    font-weight: bold;
}
#header #button a p.second
{
    font-size: 0.85em;
    font-weight: normal;
}

/* CONTENT STUFF 
--------------------------------------------*/
#bottomwrapper a
{
	color: #E3B322;
}

#content p {
	margin:0.8em 0;
}

#colLeft {
	float: left;
	width: 686px;
	margin-top: 2px;
}

#colLeft #leftMiddle 
{
	width: 664px;
	padding: 9px 10px 9px 10px;
	border: 1px solid #555350;
	background: #464646 url('images/contentBg.gif') top left repeat-x;
}

#colRight {
	float:left;
	width:263px;
	margin: 2px 6px 0px 5px;
}
#colRight .rightMiddle {
	padding: 9px 10px 3px 10px;
	border: 1px solid #555350;
	background: #262626;
	height: auto !important;
	height: 383px;
	min-height: 383px;
}

#leftMiddle
{
	height: auto !important;
	height: 377px;
	min-height: 377px;
}

#colRight h2 {
	padding:0 0 6px 0;
	margin: 0;
}
#colRight .heading
{
    border-bottom: 4px solid #6c6c6c;
}
#colRight .itemFooter
{
    border-top: 4px solid #6c6c6c;
    text-transform: uppercase;
    font-weight: bold;
    
}
#colRight .itemFooter .button
{
    background: transparent url('images/readMore.gif') no-repeat top right;
    height: 16px;
    font-size: 13px;
}

#colRight h2 a
{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

#colRight .homeItem{
	padding: 5px 0px 6px 0px;
}
#colRight .homeItem .details {
	font-size:12px;
}

#colRight .homeItem .details strong {
	color:#fff;
	font-size:13px;
	font-family: Georgia, Verdana, Arial;
	font-style: italic;
}

#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
{
	padding-top: 10px;
}

#bottomBox table.boxtable
{
	padding-right: 7px;
}

#bottomBox h2 
{
    text-transform: uppercase;
    font-weight: bold;
	color: #262626;
	height: 27px;
	font-size: 25px;
	margin: 0 9px 0 9px;
	padding: 10px 0px 0px 0px;
	border-bottom: 4px solid #d1d2d4;
}
#bottomBox .pmc-link
{
    display: none;
}
#bottomBox ul
{
}
#bottomBox td.spacer
{
	width: 3px;
	border: 0;
	background: transparent;
}
#bottomBox td.cell
{
	vertical-align: top;
	border: 1px solid #d8d4bb;
	padding: 0;
	background: #FFFFFF;
}

#bottomBox .left
{
	width: 307px;
}
#bottomBox .left li
{
    padding: 0 10px 0 10px;
}
#bottomBox .left .pmc-read-more
{
    display: block;
    margin-top: 5px;
}

/* TWITTER WIDGET */
#bottomwrapper .middle li
{
	margin: 5px 15px 5px 15px;
	padding: 4px 0px 0 0px;
}

#twitter_div
{
	overflow: hidden;
}
#bottomBox #twitter_update_list .when
{
    font-family: Georgia;
    font-style: italic;
    font-weight: bold;
    color: #000000;
}
/* end twitter widget */
#bottomBox .flickr-photos
{
    padding-bottom: 15px;
}
#bottomBox .flickr-photos h2
{
    margin-bottom: 5px;
}

#bottomBox .middle{
	width: 374px;
}

#bottomBox .right{
	width: 260px;
}

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:20px;
	margin-top:15px;
	color: #ffffff;
}

.blogItem .title{
	padding:5px 0 10px 0;
	background:url(images/bk_dashed_horiz.gif) 0 100% repeat-x;
	margin-bottom:5px;
	position:relative;
}

.blogItem .title .date {
	font-size: 12px;
	color: #e3b322;
	padding-left: 10px;
	text-transform: lowercase;
}	

.blogItem .title h1 {
	padding:0;
	font-weight:normal;
	color:#e3b322;
	padding-bottom:8px;
	font-size:30px;
	display: inline;
}

.blogItem .title h1 a {
	color:#e3b322;	
}

.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;
	
}

.comment-author {
	color:#999;
}

.commentmetadata {
	padding-bottom:3px;
	font-style:italic;
	font-size:11px;
}

/* FLICKR WIDGET */
#bottomwrapper .right img
{
	border: 0;
	padding: 3px 0px 5px 10px;
}
#bottomwrapper .more-photos
{
	position: relative;
	left: 10px;
	top: 5px;
	text-transform: lowercase;
}

/* CAROUSEL
---------------------------------------------*/

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 664px; /*Width of Carousel Viewer itself*/
	height: 377px; /*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: 664px; /*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: 12px;
	left:0;
	padding: 12px 40px 12px 40px;
	background:url(images/bk_pixel_details.png);
	height: 54px;
	color:#ccc;
	line-height:140%;
	width: 584px;
}

.stepcarousel .panel .projectDetails strong {
	font-size:16px;
	color: #e3b322;
}

#content .stepcarousel .panel .projectDetails p {
	margin:0;
	padding:0;
}
/* 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:#9f9f9f;
	width:300px;
	border: 0;
}

form input:focus, form textarea:focus {
	/*border:1px solid #7EA803;*/
	border: 0;
}

form textarea {
	width:500px;
}

form input#author, form input#email, form input#url, form textarea, form input.ss-q-short
{
	background:url(images/bk_textbox.gif) 0 0 no-repeat;
}

form input#submit {
	border:none;
	width:128px;
	height:37px;
	text-align:center;
	padding-top:4px;
	color:#fff;
	text-transform:uppercase;
	margin-top:15px;
	background:url(images/bk_submit.gif) 0 0 no-repeat;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size:16px;
	text-transform: lowercase;
	color: #313131;
}

.dashed-top
{
	border-top: dashed 1px #747474;
}

/* 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;
}

FORM.emailsub
{
    color: #ffffff;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
    padding-left: 7px;
    font-size: 1.1em;
    line-height: 1.3em;
}

FORM.emailsub INPUT
{
    padding: 0;
}

FORM.emailsub LABEL
{
    
}   

FORM.emailsub INPUT.emailsub
{
    border: 0;
    background: #313131;
    padding: 2px 0;
}

.emailsubrequired
{
    color: Red;
}