/*======================================
      WELCOME TO THE STYLESHEET
	  
      Author: Sacha Greif ( http://www.sachagreif.com )
======================================*/
 

/**************************************/
/*              GLOBALS               */
/**************************************/
body {
	background:#000;
	font-family:Verdana, Arial, Geneva, sans-serif;
	margin:0;
	color:#DDD;
}
.sub {
	padding:10px;
}
.container {
	font-size:14px;
	line-height:1.5em;
}
.highlight, .container .highlight {
	font-weight:bold;
	color:#FFF;
	background:none;
}
hr {
	height:1px;
	background:#333;
}
.details {
	font-size:12px;
	color:#666;
}
/**************************************/
/*               LISTS                */
/**************************************/
ul, .container ul{
	list-style-type:none;
	list-style-image:none;
	padding:0;
	margin-left:0;
}
.container ul.no-bullet li {
	background:none;
}
.container li {
	margin-bottom:10px;
}
.container ul li {
	background:url(../img/sf_list_bullet_blue.png) no-repeat 0px 3px;
	padding-left:20px;
}
ul ul {
	list-style-image:none;
}
.container ul ul li, .container ul ul ul li {
	background:none;
	padding-left:0;
}
.blog ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.blog ul li {
	padding:0;
	margin:0;
}
/**************************************/
/*             HEADINGS               */
/**************************************/
h1, h2, h3, h4, h5, h6, .nav {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
}
h1 {
	font-size:24px;
	line-height:1.5em;
	color:#000;
}
h2 {
	font-size:48px;
	line-height:1.5em;
}
h3 {
	font-weight:normal;
	font-size:24px;
	line-height:1.5em;
	letter-spacing:1.2px;
	margin-bottom:0.3em;
}
h4 {
	font-size:18px;
	line-height:1.5em;
	letter-spacing:1.2px;
	font-variant:small-caps;
}
h5 {
	font-size:16px;
	line-height:1.5em;
	color:#999;
	font-variant:small-caps;
}
h6 {
	font-size:14px;
	line-height:1.5em;
	color:#999;
}
.container h4 {
	margin-bottom:0.5em;
}
.container li h4 {
	margin-bottom:0;
}
.section-title {
	padding-bottom:0.3em;
	margin-bottom:0.5em;
	border-bottom:1px #aaa solid;
}
/**************************************/
/*              LINKS                 */
/**************************************/
a, .container a, .container a:link {
	text-decoration:none;
	color:#00caff;
}
a:visited, .container a:visited {
	color:#165d70;
	text-decoration:none;
}
a:hover, .container a:hover {
	color:#fff;
	text-decoration:underline;
}
/**************************************/
/*              NOTICES               */
/**************************************/
p.notice a:hover {
	color:#000;
}
/**************************************/
/*              BUTTONS               */
/**************************************/
.sf-button {
	background:url("../img/sf_button_left_blue.png") no-repeat top left;
	color:#fff;
	margin-bottom:1.5em;
	font-size:12px;
}
.sf-button img {
	vertical-align:middle;
}
.container a.sf-button {
	padding:0px 0px 0px 9px;
	color:#fff;
	display:block;
	float:right;
}
.container a.sf-button:link, .container a.sf-button:visited {
	color:#fff;
}
.container a.sf-button:hover {
	color:#fff;
	text-decoration:none;
}
.sf-button span {
	background:url("../img/sf_button_right_blue.png") no-repeat top right;
	padding:0 12px 0 2px;
	height:22px;
	line-height:19px;
	display:block;
	cursor:pointer;
	white-space:nowrap;
}
button.sf-button {
	float:right;
	color:#fff;
	border:none;
	padding:0px 0px 0px 6px;
	font-size:14px;
}
button.sf-button span {
	top:-1px;
	position:relative;
	cursor:pointer;
}
/**************************************/
/*               FORMS                */
/**************************************/
.form-row {
	margin-bottom:0.5em;
}
label {
	display:block;
	text-align:right;
	font-weight:normal;
}
textarea, input[type='text'], input[type='password'], select {
	font-family:Verdana, Arial, Geneva, sans-serif;
	background:transparent;
	border:#aaa 1px solid;
	color:#333;
	font-size:14px;
	width:200px;
	padding:2px 4px 5px 4px;
}
.contact-form textarea {
	width:390px
}
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover {
	border-color: #666;
}
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus {
	border-color: #00caff;
}
#spam_catcher{
	display:none;
	}
/**************************************/
/*              HEADER                */
/**************************************/
.header {
	background:url(../img/sf_header_bg.png) repeat-x top;
}
.header .glow-left, .header .glow-right {
	background:url(../img/sf_glow_left.png) no-repeat top right;
	float:left;
	width:120px;
	height:54px;
	margin-left:-120px;
}
.header .glow-right {
	background:url(../img/sf_glow_right.png) no-repeat top left;
	margin-left:0px;
}
.header h1 {
	height:54px;
	line-height:54px;
	background:url(../img/sf_title_bg_blue.png) repeat-x top;
	float:left;
	padding:0 10px;
	color:#fff;
}
.header h1 a:link, .header h1 a:visited, .header h1 a:active, .header h1 a:hover {
	color:#fff;
	text-decoration:none;
}
/**************************************/
/*             NAVIGATION             */
/**************************************/
#nav {
	background:url("../img/bx_nav_bg.png") no-repeat top right;
	height:54px;
	line-height:54px;
	font-size:18px;
	float:right;
}
#nav ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#nav li {
	display:block;
	float:left;
	margin-left:30px;
	background:none;
}
#nav li.first {
	margin-left:0;
}
#nav a {
	color:#fff;
}
#nav a:visited {
	color:#fff;
}
#nav a:hover {
	color:#00caff;
	text-decoration:none;
}
#nav .current a {
	color:#999;
	cursor:default;
}
/**************************************/
/*            TAGLINE ZONE            */
/**************************************/
.tagline {
	background:url("../img/sf_front_bg.png") repeat-x top;
}
.tagline .wrapper {
	background:url("../img/sf_wave_bg.png") no-repeat top center;
	padding-bottom:130px;
}
.tagline .container {
	height:220px;
}
.tagline .outer {
	height:100%;
	width:100%;
	display:table;
}
.tagline .middle {
	display:table-cell;
	vertical-align:middle;
	padding:0;
}
.tagline h2 {
	font-size:36px;
}
.tagline .meta {
	font-size:12px;
	color:#999;
}
.tagline p {
	font-size:16px;
	line-height:1.5;
}
.tagline .popup{
	background:url("../img/sf_tagline_zone_bg.png") no-repeat top center;
	height:160px;
	margin-top:30px;
	padding-top:35px;
	overflow:hidden;
	position:relative;
	bottom:0;
}
.tagline #close{
	display:block;
	height:20px;
	width:20px;
	text-indent:-9000px;
	overflow:hidden;
	background:url("../img/sf_close_sprite.png") no-repeat;
	padding:0;
	margin:5px 0 0 -10px;
}
.tagline a#close:hover{
	background:url("../img/sf_close_sprite.png") no-repeat 0 -20px;
}
.tagline .icon{
	text-align:center;
	padding-top:10px;
}
.tagline .icon div{
	height:100px;
	width:100px;
	margin:0 auto;
}
.tagline .icon .design{
	background:url("../img/sf_icon_design_blue.png") no-repeat;
}
.tagline .icon .coding{
	background:url("../img/sf_icon_code_blue.png") no-repeat;
}
.tagline .icon .seo{
	background:url("../img/sf_icon_seo_blue.png") no-repeat;
}
.tagline a.sf-button{
	display:inline-block;
	float:none;
}
.tagline a.sf-button span{
	display:inline-block;
}
/**************************************/
/*           FEATURED ZONE            */
/**************************************/
.featured {
	position:relative;
	width:980px;
	margin:0 auto;
	z-index:10;
}
.featured a:hover {
	color:#000;
	text-decoration:underline;
}
.featured .wrapper {
	position:absolute;
	top:-150px;
	left:0px;
	background: url("../img/sf_featured_bg.png") no-repeat top left;
	padding:20px;
	width:940px;
	margin-bottom:1.5em;
}
.featured .thumb .sub {
	background:url("../img/sf_thumb_bg.png") no-repeat;
	padding:10px;
	margin:-10px 0 0 -9px;
}
.featured .prev, .featured .next {
	position:absolute;
	top:120px;
	z-index:15;
	display:none;
}
.JS .featured .prev, .JS .featured .next {
	display:block;
}
.featured .prev a, .featured .next a {
	height:58px;
	width:50px;
	text-indent:-9000px;
}
#carousel {
	overflow:hidden;
}
.featured .container {
	overflow:hidden;
	height:240px;
	padding:10px 0;
}
.featured .prev {
	left:0px;
}
.featured .prev a {
	display:block;
	background:url("../img/sf_left.png") no-repeat;
}
/*use a hidden div to preload hover state images */
.hiddenDiv {
	display:none;
}
.featured .prev a:hover, .hiddenDiv {
	background:url("../img/sf_left_blue.png") no-repeat;
}
.featured .next {
	right:-1px;
}
.featured .next a {
	display:block;
	background:url("../img/sf_right.png") no-repeat;
}
.featured .next a:hover, .hiddenDiv {
	background:url("../img/sf_right_blue.png") no-repeat;
}
/**************************************/
/*             CONTACT                */
/**************************************/
.contact-form {
	padding-top:10px;
}
.contact-form .sub {
	padding:10px 0 10px 10px;
}
.contact-form button {
	margin-right:12px;
}
.contact-form label {
	font-weight:bold;
	color:#333;
}
/**************************************/
/*              CONTENT               */
/**************************************/
.content {
	padding-top:170px;
	background:url("../img/sf_content_bg.png") repeat-x top;
}
.framed-content {
	background:#ccc;
	border:1px #fff solid;
	padding:10px;
	margin-bottom:1.5em;
}
.image-content {
	margin-bottom:0.5em;
}
.image-content img {
	border:3px #fff solid;
	margin-bottom:0.5em;
}
.image-content span {
	display:block;
	font-size:10px;
	font-style:italic;
	text-align:center;
}
.quote-content {
	font-style:italic;
	font-size:18px;
	line-height:1.5em;
	width:220px;
}
.about {
	font-size:16px;
}
/**************************************/
/*               FOOTER               */
/**************************************/
.footer .container {
	border-top:1px #333 solid;
	text-align:center;
	font-size:12px;
	padding-top:1em;
}
/**************************************/
/*         NO FEATURED ZONE           */
/**************************************/
.no-featured .featured {
	display:none;
}
.no-featured .tagline .wrapper {
	padding-bottom:0px;
}
.no-featured .content {
	padding-top:20px;
}
/**************************************/
/* REVERSE (all dark on light areas)  */
/**************************************/
.reverse, .reverse h1, .reverse h2, .reverse h3, .reverse h4, .reverse h5, .reverse h6 {
	color:#333;
}
.reverse hr {
	height:2px;
	background:#fff;
	border-top:1px #bbb solid;
}
.reverse div.border, .reverse div.colborder {
	border-color:#aaa;
}
.reverse a:hover {
	color:#000;
	text-decoration:underline;
}
/**************************************/
/*            USEFUL STUFF            */
/**************************************/

.fleft {
	float:left !important;
}
.container .fleft {
	margin:0 20px 10px 0;
}
.fright {
	float:right !important;
}
.container .fright {
	margin:0 0 10px 20px;
}
.aleft, .container .aleft{
	text-align:left;
}
.aright, .container .aright{
	text-align:right;
}
.acenter, .container .acenter{
	text-align:center;
}
.container div.border {
	border-color:#666;
}
.container li p {
	text-align:left;
}
div.border, div.colborder {
	border-color:#333;
}
.no-margin, .container .no-margin {
	margin:0;
}
.no-padding .container .no-padding {
	padding:0;
}
/**************************************/
/*           STYLE SWITCHER           */
/**************************************/
#switcher {
	position:fixed;
	color:#fff;
	font-size:14px;
	top:5px;
	left:5px;
	width:52px;
	background:url("../img/sf_black_bg.png");
	margin:5px;
	border:1px #fff solid;
}
#switcher hr {
	margin:0;
}
#switcher a {
	display:block;
	float:left;
	margin:5px;
	text-indent:-9000px;
	overflow:hidden;
	height:14px;
	width:14px;
	border:1px #fff solid;
}
#switcher .light {
	background:#eee;
}
#switcher .dark {
	background:#000;
}
#switcher .blue {
	background:#00caff;
}
#switcher .red {
	background:#ef1620;
}
#switcher .grey {
	background:#bfe2f0;
}
#switcher .purple {
	background:#db28ab;
}
#switcher .green {
	background:#a1db15;
}
/* uncomment the following line to remove the style switcher */
/* .switcher{display:none;} */
