
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: Sheetfabs stylesheet
author: Simon Tweedale
created: 21/10/10
version: 1.0
--------------------- */

/* 
-----------------------------------------------------------------------------
   generic style */
   
@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('League_Gothic-webfont.eot');
	src: local('?'), url('League_Gothic-webfont.woff') format('woff'), url('League_Gothic-webfont.ttf') format('truetype'), url('League_Gothic-webfont.svg#webfontpm5EArBj') format('svg');
	font-weight: normal;
	font-style: normal;
}
   
* {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
   	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 80%;
	color: #70728c;
	background: url(../images/bg.jpg) #050b87;
	}

.spacer	{
	clear: both;
	}
	
.float-right, .float-left	{
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
	border:2px solid #fff;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); 
	}
	
.float-left {
	float: left;
}

hr	{
	clear: both;
	border: none;
	}
	
.red	{
	color: red;
	}
	
/* -----------------------------------------------------------------------------
    stop horrible click box in firefox */

a {
  outline: none;
  color: #333;
	}
	
a:hover {
  
  text-decoration: none;
	}

:focus {
  -moz-outline-style: none;
	}
	
/* -----------------------------------------------------------------------------
   cms over-rides style */	
	
	
/* -----------------------------------------------------------------------------
   generic layout style */

#header-wrapper	{
	border-bottom: 3px solid #a3a3a3;
	}
	
#header	{
	width: 960px;
	margin: 0 auto;
	height: 139px;
	background: url(../images/glow.png) center 0 no-repeat;
	}
	
#main-wrapper	{
	background: url(../images/main-bg.jpg) 0 -150px repeat-x #eaf2f5;
	border-bottom: 3px solid #a3a3a3;
	}
	
body.home #main-wrapper	{
	background: url(../images/main-bg.jpg) 0 0 repeat-x #eaf2f5;
	}
	
#main	{
	width: 960px;
	padding: 20px 0;
	margin: 0 auto;
	overflow: hidden;
	}

#content	{
	width: 650px;
	float: left;
	padding-right: 20px;
	background: url(../images/seperator-vert.gif) right 0 repeat-y;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	}
	
#sidebar	{
	width: 265px;
	float: right;
	}
	
#footer-wrapper	{
	}
	
#footer	{
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 50px;
	background: url(../images/footer-glow.png) center 0 no-repeat;
	}

/* -----------------------------------------------------------------------------
 header style */
 
#header h4	{
	text-indent: -9999em;
	float: left;
	}

#header h4 a 	{
	display: block;
	background: url(../images/logo.gif) 0 0 no-repeat;
	width: 227px;
	margin-top: 52px;
	height: 50px;
	}
	
#header ul	{
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	text-transform: uppercase;
	list-style: none;
	}
	
ul.contact	{
	background: url(../images/black-op.png);
	float: right;
	font-size: 130%;
	padding: 8px 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
	}
	
ul.contact li	{
	float: left;
	padding: 0 5px;
	color: #bdcdd5;
	letter-spacing: 0.01em;
	}

ul.contact li span, ul.contact li a	{
	color: #ebf2f5;
	}
	

/* -----------------------------------------------------------------------------
  nav style */
  
ul#nav	{
	float: right;
	clear: right;
	margin-top: 35px;
	width: 700px;
	}

#nav li	{
	float: left;
	font-size: 150%;
	font-weight: normal;
	}
	
#nav a	{
	text-decoration: none;
	padding: 5px 1px 0;
	margin: 0 0 0 11px;
	color: #bdcdd5;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	}
	
#nav a:hover	{
	color: #fff;
	}
	
#nav a:active, #sidebar a:active	{
	position: relative;
	top: 1px;
	}
	
#nav a.active	{
	color: #fff;
	border-bottom: 2px solid #fff;
	}

/* -----------------------------------------------------------------------------
 feature panel style */

#feature-panel	{
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px #5e5e5e; 
	padding: 12px;
	position: relative;
	width: 936px;
	height: 346px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
	}

#feature-panel .feature-nav {
	float: left;
	padding: 0;
	width: 267px;
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 200;
	}
	
#feature-panel .feature-nav li {
	list-style: none;
	margin-bottom: 1px;
	padding: 0;
	letter-spacing: -0.04em;
	}

/* slider nav a */
#feature-panel .feature-nav li	{
	background: url(../images/feature-navs.png) 0 bottom no-repeat;
	}
	
#feature-panel .feature-nav li:hover strong	{
	color: #eee;
	}
	
#feature-panel .feature-nav li:hover span	{
	color: #333;
	}

#feature-panel .feature-nav a {
	width: 247px;
	height: 66px;
	display: block; 
	text-decoration: none;
	color: #376F8A;
	padding: 10px;
	}
	
#feature-panel .feature-nav span	{
	width: 180px;
	display: block;
	line-height: 15px;
	color: #706d6d;
	}
	
#feature-panel .feature-nav strong	{
	color: #d2d2d2;
	font-size: 220%;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	}
	
#feature-panel .feature-nav span	{
	color: #555;
	font-size: 85%;
	}
	
#feature-panel .feature-nav li.activeSlide strong	{
	color: #45487a;
	}

/* slider nav active */
#feature-panel .feature-nav li.activeSlide {
	background: url(../images/feature-navs-active.png) 0 0 no-repeat;
	}

/* slides */
#feature-panel .slides {
	position: absolute;
	top: 12px;
	right: 12px;	
	list-style: none;
	background-repeat: no-repeat;
	z-index: 100;
	}

#feature-panel .slides li	{
	width: 712px;
	height: 346px;
	-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 2px;
-moz-border-radius-bottomright: 2px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 0px; 
	}
	
#feature-panel .slides .feature1	{
	background: url(../images/content/feature1.jpg);
	}

#feature-panel .slides .feature2	{
	background: url(../images/content/feature2.jpg)
	}
	
#feature-panel .slides .feature3	{
	background: url(../images/content/feature3.jpg)
	}
	
#feature-panel .slides .feature4	{
	background: url(../images/content/feature4.jpg)
	}
	
#feature-panel .slides li div	{
	position: absolute;
	bottom: 12px;
	right: 12px;
	}

#feature-panel .slides h2	{
	font-size: 400%;
	color: #fff;
	padding: 0 10px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	background: none;
	text-align: right;
	}

#feature-panel .slides p	{
	width: 290px;
	background: url(../images/black-op.png);
	padding: 10px;
	color: #fff;
	font-family: Georgia;
	font-style: italic;
	font-size: 110%;
	-webkit-box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 6px #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
	
#feature-panel .slides a.read-more	{
	padding-left: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	font-variant: small-caps;
	}

/* -----------------------------------------------------------------------------
 homepage style */
 
#home-text	{
	background: url(../images/shadow.png) center 0 no-repeat;
	padding: 30px 0 0;
	overflow: hidden;
	}

#home-text h1	{
	background: url(../images/home-h1.gif) 0 0 no-repeat;
	width: 413px;
	height: 58px;
	text-indent: -9999em;
	border: 0;
	padding: 0;
	}
	
#home-text div.left	{
	width: 413px;
	float: left;
	}
	
#home-text div.right	{
	float: right;
	background: url(../images/seperator-vert.gif) 0 0 repeat-y;
	padding-left: 25px;
	width: 485px;
	}

/* -----------------------------------------------------------------------------
 content style */

#content > ul	{
	padding-left: 30px;
	}

#content ul > li	{
	padding-bottom: 10px;
	}
	
#content p strong	{
	font-size: 115%;
	}
	
#content h2	{
	clear: both;
	}
	
/* -----------------------------------------------------------------------------
 sidebar style */

#sidebar p	{
	font-size: 90%;
	}
	
#sidebar h2	{
	font-size: 230%;
	margin-bottom: 10px;
	background: none;
	padding: 0;
	}

#sidebar h2 a	{
	color: #45487A;
	text-decoration: none;
	}
	
#sidebar h2 a:hover	{
	color: #45487A;
	}
	
#sidebar ul.ctas	{
	list-style: none;
	}

#sidebar ul.ctas li	{
	padding: 0 0 10px;
	background: url(../images/seperator-horiz.gif) 0 bottom repeat-x;
	margin-bottom: 15px;
	}
	
#sidebar ul.ctas li a img	{
	border: 1px solid #fff;
	opacity: 0.9;
	}
	
#sidebar ul.ctas li a:hover img	{
	border: 1px solid #eee;
	opacity: 1;
	}
	
#sidebar ul.ctas li a.read-more	{
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 140%;
	color: #fff;
	display: block;
	text-decoration: none;
	background: url(../images/main-bg.jpg) 0 -50px repeat-x;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	padding: 2px 8px;
	text-align: right;
	}
	
#sidebar ul.ctas li a.read-more:hover	{
	color: #fff;
	background: #9ba9b1;
	}

/* -----------------------------------------------------------------------------
 text style */

p	{
	padding-bottom: 0.8em;
	line-height: 150%;
	}
	
h1,h2,h3,h4	{
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 100%;
	}
	
h1	{
	font-size: 360%;
	margin-bottom: 10px;
	border-left: 5px #bccdd5 solid;
	padding-left: 10px;
	color: #45487a;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	}
	
h2	{
	font-size: 220%;
	margin-bottom: 2px;
	background: url(../images/seperator-horiz.gif) repeat-x;
	padding: 15px 0 0;
	}
	
h3	{
	font-size: 190%;
	margin: 10px 0 6px;
	padding: 15px 0 0;
	clear: both;
	background: url(../images/seperator-horiz.gif) repeat-x;
	}

/* -----------------------------------------------------------------------------
 form style */
 
.checkbox	{	
	width: 200px;
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
	vertical-align: top;
	}

#content .checkbox input	{
	float: left;
	width: 25px;
	border: none;
	}
	
.checkbox label	{
	float: right;
	width: 170px;
	padding: 3px 0 0 0;
	}
	
#content input,#content textarea,#content select {
	width:290px;
	margin:2px 0;
	padding: 2px;
	font-size: 100%;
	color: #333;
	border: 1px solid #ccc;
	font-family: Arial,Verdana,sans-serif;
	}
	
#content input:focus,#content textarea:focus,#content select:focus {
	border: 1px solid #999;
	}

label,fieldset p	{
	font-size: 90%;
	}
	
#content .button	{
	clear: both;
	background: #45487A;
	color: #fff;
	border: 2px solid #BCCDD5;
	padding: 8px;
	cursor: pointer;
	}

/* -----------------------------------------------------------------------------
 footer style */

#footer	{
	color: #bdcdd5;
	font-size: 90%;
	}
	
#footer p.credits	{
	float: right;
	}
	
#footer p.credits a	{
	color: #bdcdd5;
	}
	
#footer p.credits a:hover	{
	color: #fff;
	}
	
#footer p.copyright	{
	float: left;
	}

/* -----------------------------------------------------------------------------
	end style sheet */
	