/*===============
Slipstream Studio
James Tetley
Developer
================*/

body{
	color:#333333;
	text-align: center;
	font-size:14px;
	background: #fff url(/styles/img/chrome/body.jpg) repeat-y center 0;
	font-family:Helvetica, 'Helvetica Neue', Arial, sans-serif;
	margin-bottom:-10px !important;
}

.wrapper{
	width:100%;
}

.subwrapper{
	margin: 0 auto;
	text-align:left;
	width:960px;
	position:relative;
}

/* Theme Chooser
==============*/

.theme-selector ul{
	display:none;
}

.theme-selector{
	height:38px;
	background-color:#fff;
	margin-bottom:81px;
}

.theme-selector ul{
	position:absolute;
	top:0;
	right:0;
	padding-top:5px;
}

.theme-selector li{
	font-size:12px;
	font-weight:bold;
	float:left;
}

.theme-selector li.first-child{
	padding:10px 10px 0 0;
}

.theme-selector li a{
	float:left;
	display:block;
	border:3px solid #dddddd;
	width:22px;
	height:22px;
	margin-left:9px;
}

.theme-selector li a.selected,
.theme-selector li a:hover{
	border:3px solid #333333;
}

#page{
	-webkit-transition-duration: 2s;
  	-webkit-background-size: 1966px 5085px;
  	overflow:hidden; 
}

.page{
	background: #000 url(/styles/img/chrome/page.jpg) no-repeat center 0;
}

.page2{
	background: #000 url(/styles/img/chrome/page.jpg) no-repeat center -1107px;
}

.page3{
	background: #000 url(/styles/img/chrome/page.jpg) no-repeat center -2312px;
}

.page4{
	background: #000 url(/styles/img/chrome/page.jpg) no-repeat center -3325px;
}

/* Pagination
===========*/

.pagination span{
    display:block;
    font-weight:bold;
}

.module .bd .pagination a{
    color:#333333;
    float:left;
    font-size:12px;
    height:37px;
    padding:13px 0 0 40px;
    width:180px;
    text-decoration:none !important;
    -webkit-transition: none;
}

.previouse a{
    background:url(/styles/img/sprite.png) no-repeat 0 -184px;
}

.module .bd .pagination .next a{
    padding:13px 40px 0 0;
    float:right;
    text-align:right;
    background:url(/styles/img/sprite.png) no-repeat -220px -184px;
}

.module .bd .pagination .previouse a:hover{
    background:url(/styles/img/sprite.png) no-repeat 0 -234px;
    color:#333333 !important;
}

.module .bd .pagination .next a:hover{
    background:url(/styles/img/sprite.png) no-repeat -220px -234px;
    color:#333333 !important;
}

.wp-pagenavi span{
    background:#FFFFFF;
    color:#999999;
    display:block;
    float:left;
    font-weight:bold;
    height:30px;
    padding:20px 14px 0;
}

.wp-pagenavi span a{
    padding:0;
}

.wp-pagenavi a{
    background:#FFFFFF;
    color:#999999;
    display:block;
    float:left;
    font-weight:bold;
    height:30px;
    padding:20px 14px 0;
}

.wp-pagenavi span.prev-archive a,
.wp-pagenavi span.next-archive a{
    float:none;
}

.wp-pagenavi a:hover{
    background:#333333;
    color:#fff !important;
}


.wp-pagenavi span.prev-archive,
.wp-pagenavi span.next-archive{
    padding:0;
    margin:0;
    height:50px;
    background:transparent;
}

.wp-pagenavi span.prev-archive a,
.wp-pagenavi span.next-archive a{
    padding:0;
    width:28px;
    height:50px;
    margin:0;
}

.wp-pagenavi span.prev-archive a{
    background: transparent url(/styles/img/sprite.png) no-repeat 0 -184px;
}

.wp-pagenavi span.next-archive a{
    background: transparent url(/styles/img/sprite.png) no-repeat -412px -184px;  
}

.wp-pagenavi span.prev-archive a:hover{
    background: transparent url(/styles/img/sprite.png) no-repeat 0 -234px;
}

.wp-pagenavi span.next-archive a:hover{
    background: transparent url(/styles/img/sprite.png) no-repeat -412px -234px;  
}

.wp-pagenavi span.current {
    color:#333333;
}

/* Tag-line
=========*/

.tag-line{
	height:271px;
	background: #fff url(/styles/img/chrome/tag-line.jpg) repeat-x 0 0;
	color:#fff;
	margin-bottom:65px;
}

/* News Feed
==========*/

.wrapper .news-feed{
    width:310px;
    height:259px;
    overflow:hidden;
    margin:0 0 20px 0;
    position:relative;
}

.wrapper .middle{
    width:300px !important;
    margin:0 20px 20px 20px !important;
}

.news-feed .date{
    color:#FFFFFF;
    font-size:14px;
    position:absolute;
    top:8px;
}

/* Jquery Lightbox
================*/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

.lightbox-container-image img{
    width:400px;
}

/* Single
=======*/

.single .bd,
.single .sidebar{
    float:left;
}

.single .bd{
    width:460px;
    padding-bottom:30px;
}

.sidebar{
    margin:0 20px 20px 10px;
    padding:0 0 30px;
    position:relative;
    width:221px;
}

.social{
    border-bottom:3px solid #E5E5E5;
    border-top:3px solid #E5E5E5;
    margin:30px 0 20px;
    padding:10px 0 20px;
}

.module .sidebar .sociable ul{
    height:23px;
    padding:6px 0 0 12px;
    width:208px;
    background:url("/styles/img/sprite.png") no-repeat 0 -137px;
}

.module .sidebar .sociable ul li{
    float:left;
    width:20px;
    border:0;
    margin:0 0 0 0;
    padding:0 5px 0 0px;
}

.module .sidebar ul {
    padding:0 0 0 0;
}

.bd ul li{
    list-style-type:disc;
    color:#333333;
    font-weight:bold;
}

.module .sidebar ul li {
    font-size:12px;
    padding:5px 8px 4px;
    border:1px solid #e5e5e5;
    margin-bottom:12px;
}

/* Module
=======*/

.module{
	background-color:#ffffff;
	position:relative;
	margin-bottom:27px;
	width:960px;
    -moz-border-radius-bottomleft:14px;
    -moz-border-radius-bottomright:14px;
    -webkit-border-bottom-left-radius:14px;
    -webkit-border-bottom-right-radius:14px;
    -webkit-border-top-left-radius:14px;
    -webkit-border-top-right-radius:14px;
    -moz-border-radius-topleft:14px;
    -moz-border-radius-topright:14px;
    float:left;
}

.module .left{
	width:300px;
	border-bottom:3px solid #999999;
	padding-bottom:11px;
	margin-right:19px;
	height:75px;
	overflow:hidden;
}

.module .first-child{
	margin:0 19px 19px 10px;
}

.module .last-child{
	margin-right:0;
}

.module ul{
	padding:0 0 11px 12px;
}

.module ul li{
	font-size:13px;
	padding:0 0 15px;
}

.module p{
	line-height:22px;
}

.read-on{
    position:absolute;
    bottom:0;
    z-index:99;
}

dl{
	float:left;
	width:460px;
	border-bottom:3px solid #999999;
	margin:0 19px 19px 10px;
}

dl.last-child{
	margin:0;
}

dt{
	font-size:17px;
	color:#f47a20;
	font-weight:bold;
	padding-bottom:11px;
}

dd,
dd a{
	font-size:30px;
	font-weight:bold;
	padding-bottom:8px;
	color:#333333;
}

dd a:hover{
	color:#111111;
}

dd span{
	font-weight:normal;
	font-size:17px;
}

/* Archive
========*/

.archive{
    clear:both;
    margin-bottom:27px;
    -moz-border-radius-bottomleft:0px;
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-left-radius:0px;
    -webkit-border-bottom-right-radius:0px;   
}

.archive .left{
    width:310px;
    height:196px;
    overflow:hidden;
    margin:0;
    padding:0;
    border:0;
}

.archive .left img{
    width:100%;
}

.archive .right{
    height:154px;
    width:610px;
    position:relative;
    overflow:hidden;
    float:right;
    padding:28px 20px 14px 20px;
}

body .archive h3{
    color:#999999;
    font-size:14px;
    margin:0;
}

.archive .right h3 a:hover{
    color:#F47A20 !important;
}

.archive .right h3 a{
    color:#1a1a1a !important;
}

body .archive .right h3{
    background-color:transparent !important;
    font-size:21px;
    height:auto;
    line-height:26px;
    margin-bottom:0px;
    padding:0px 0 10px 0px;  
}

.archive .right p{
    padding-bottom:10px;
}

.archive .right p.filled-under{
    font-size:12px;
    color:#999999;
    font-weight:bold;
}

p.filled-under span{
    font-weight:normal !important;
    color:#333333 !important;
}

.archive .right img{
    display:none;
}

.archive .right .read-on{
    bottom:7px;
}

/* Navi
=====*/

.navi{
    height:38px !important;
    background:transparent !important;
    position: relative;
    z-index:1;
}

.navi h3{
    margin-bottom:0 !important;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft:10px; 
    -moz-border-radius-bottomright:10px;
    padding:12px 0 4px 10px !important;
}

.navi ul li{
    display:block;
    color:#999999;
    font-weight:bold;
    font-size:17px;
    position:absolute;
    top:6px;
    padding:6px 20px 4px 6px;
}

.navi ul li:hover{
    cursor:pointer;
}

.navi ul ul li{
    padding:0;
    margin:0;
    position:static;
    background:transparent !important;
}

body .navi ul ul li a{
    display:block;
    padding:10px;
    font-size:12px !important;
    background:transparent !important;
}

.navi ul ul li a:hover{
    color:#fff !important;
    background-color:#333333 !important;
    z-index:3;
}

.navi ul ul{
    position:absolute;
    top:26px;
    left:0;
    width:138px;
    background:#dddddd;
    padding:14px 0;
    -webkit-border-top-right-radius: 14px;
    -webkit-border-bottom-right-radius: 14px;
    -moz-border-radius-topright:14px; 
    -moz-border-radius-bottomright:14px;
    display: none;
    z-index:2;
}

.selected2{
    cursor:pointer;
}

.selected2,
.activate-cat:hover,
.activate-client:hover,
.activate-date:hover{
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright:10px; 
    -moz-border-radius-topleft:10px;
    color:#999999 !important;
    z-index:1;
}

.activate-date{
    left:686px;
    background:#1a1a1a url(/styles/img/chrome/down.jpg) no-repeat 50px 12px;
}

.activate-cat{
    left:763px;
    background:#1a1a1a url(/styles/img/chrome/down.jpg) no-repeat 87px 12px;
}

.activate-client{
    left:812px;
    background:#1a1a1a url(/styles/img/chrome/down.jpg) no-repeat 60px 12px;
}

#ad .selected2,
.activate-date:hover{
    left:686px;
    background:#fff url(/styles/img/chrome/up.jpg) no-repeat 50px 10px;
}

#ac .selected2,
.activate-cat:hover{
    left:763px;
    background:#fff url(/styles/img/chrome/up.jpg) no-repeat 87px 10px;
}

#acl .selected2,
.activate-client:hover{
    left:812px;
    background:#fff url(/styles/img/chrome/up.jpg) no-repeat 60px 10px;
}

/*footer
=======*/

.footer{
    clear:both;
    background-color:#1A1A1A;
    margin:40px 0 40px 10px;
    color:#DDDDDD;
    font-size:12px;
    height:30px;
    width:950px;
    -webkit-border-top-right-radius: 14px;
    -webkit-border-bottom-right-radius: 14px;
    -moz-border-radius-bottomright:14px;
    -moz-border-radius-topright:14px;
    position:relative;
}

.footer ul{
	position:absolute;
	right:0px;
	top:10px;
}

.footer li{
	float:left;
	margin-right:10px;
}

/* Contact
========*/


.submit,
.textarea-field,
.text-field{
    clear:both;
    padding-bottom:20px
}

input,
textarea{
	font-family:Helvetica, 'Helvetica Neue', Arial, sans-serif;
}

input:focus, textarea:focus{
    border-color:#F47A20 !important;
}

.submit{
    padding-bottom:0 !important;
}

label{
    display:block;
    color:#666666;
    font-weight:bold;
    padding-bottom:10px;
}

form{
    padding:0 10px 0 10px;
}

.comments form{
    padding:20px 0 0 197px;
}

.text-field input{
    border:3px solid #666666;
    color:#666666;
    font-size:21px;
    display:block;
    height:26px;
	padding:10px 10px 2px;
    width:400px; 
}

.textarea-field textarea {
    border:3px solid #666666;
    color:#666666;
    display:block;
    font-size:21px;
    height:240px;
    padding:10px;
    width:400px;
}

.submit input:hover{
    background-color:#F47A20;
    color:#FFFFFF !important;
}

.submit input {
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-radius:6px;
    border:none;
    color:#333333;
    cursor:pointer;
    padding:6px 6px 4px;
    font-size:14px;
    font-weight:bold;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}

/* Replacements
=============*/

h1 a{
	position:absolute;
	left:0;
	top:46px;
	width:567px;
	height:78px;
	background-position:0 -22px;
}

.icon{
	background-position:0 0;
}

.icon2{
	background-position:-22px 0;
}

.icon3{
	background-position:-44px 0;
}

.icon4{
	background-position:-66px 0;
}

.slipstream_logo{
	width:150px;
	height:37px;
	background-position:0 -100px;
	position:absolute;
	top:-4px;
	left:-9px;
}

#email:hover{
    margin:4px 0 0;
}

#print:hover{
    margin:1px 0 0;    
}

#twitter:hover,
#facebook:hover{
    margin-top:-1px;
}

#email{
    width:14px;
    height:10px;
    margin:5px 0 0;
    background-position:0 -166px;
}

#print{
    width:16px;
    height:15px;
    margin:2px 0 0;
    background-position:-14px -166px;    
}

#facebook{
    width:18px;
    height:18px;
    background-position:-45px -166px;    
}

#twitter{
    width:15px;
    height:18px;
    background-position:-30px -166px;   
}

/* transparency
=============*/

.tag-line{
	filter: alpha(opacity=90); /* internet explorer */
	-khtml-opacity: 0.9;      /* khtml, old safari */
	-moz-opacity: 0.9;       /* mozilla, netscape */
	opacity: 0.9;           /* fx, safari, opera */
}