/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin : 0;
padding : 0;
border : 0;
outline : 0;
font-size : 100%;
vertical-align : baseline;
background : transparent;
}
body {
line-height : 1;
}
ol, ul {
list-style : none;
}
blockquote, q {
quotes : none;
}
blockquote:before, blockquote:after, q:before, q:after {
content : '';
content : none;
}
:focus {
outline : 0;
}
ins {
text-decoration : none;
}
del {
text-decoration : line-through;
}
table {
border-collapse : collapse;
border-spacing : 0;
}
a {
text-decoration: none;
}

/* RESET ENDS HERE */

/* Font face */

@font-face {
    font-family: 'Museo';
    src: url('fonts/museosans_500-webfont.eot');
    src: url('fonts/museosans_500-webfont.eot?iefix') format('eot'),
         url('fonts/museosans_500-webfont.woff') format('woff'),
         url('fonts/museosans_500-webfont.ttf') format('truetype'),
         url('fonts/museosans_500-webfont.svg#webfontoOBxzUDb') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'HeliosBold';
    src: url('fonts/hls77__c-webfont.eot');
    src: url('fonts/hls77__c-webfont.eot?iefix') format('eot'),
         url('fonts/hls77__c-webfont.woff') format('woff'),
         url('fonts/hls77__c-webfont.ttf') format('truetype'),
         url('fonts/hls77__c-webfont.svg#webfonto174bfso') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HeliosLight';
    src: url('fonts/hls47__c-webfont.eot');
    src: url('fonts/hls47__c-webfont.eot?iefix') format('eot'),
         url('fonts/hls47__c-webfont.woff') format('woff'),
         url('fonts/hls47__c-webfont.ttf') format('truetype'),
         url('fonts/hls47__c-webfont.svg#webfonthYIA8sZE') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
	-webkit-text-size-adjust: none;
}


/* body */

body {
	background: url('img/main_back.jpg') repeat-x center top #fff;
}
body.cropped {
	overflow: hidden;
}
body.inner {
	background: url('img/main_back.jpg') repeat-x center -100px #fff;
}

/* typos */
a, .blue {
	color: #17649a;
}
a {
	text-decoration: underline;
}
.button {
	border: 0;
	float: right;
	font-size: 0.95em;
	font-family: 'Museo', arial, sans-serif;
	cursor: pointer;
	background-color: #eee;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgba(0,0,0,0.1)),
	    color-stop(0.5, rgba(0,0,0,0)),
	    color-stop(0.5, rgba(255,255,255,1)),
	    color-stop(1, rgba(255,255,255,0))
	);
	padding: 10px;
	border: 1px solid #999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px #fff, inset 0 1px 1px #fff, inset 0 -1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #fff, inset 0 1px 1px #fff, inset 0 -1px 1px #ccc;
	box-shadow: 0 1px 1px #fff, inset 0 1px 1px #fff, inset 0 -1px 1px #ccc;
	text-shadow: 0 1px 1px #fff;
	color: #333;
	text-decoration: none;
}
.button.disabled {
	opacity: 0.4;
	cursor: default;
}
p.read_more {
	overflow: hidden;
}
#main .button {
	font-size: 1em;
	padding: 5px 10px;
	border: 1px solid #aaa;
}
.serif {
	font-family: 'Georgia', Times, serif;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
h1 {
	font-family: 'HeliosBold', arial, sans-serif;
	font-size: 2.8em;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 0.9em;
	color: #333;
	margin: 0.5em 0 0em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	color: inherit;
	text-decoration: none;
}
h2 {
	font-family: 'HeliosBold', arial, sans-serif;
	font-weight: normal;
	font-size: 2em;
	color: #333;
	line-height: 1.1em;
	margin: 0.8em 0 0em;
	letter-spacing: -1px;
}
h3 {
	font-family: 'HeliosBold';
	font-weight: normal;
	font-size: 1.6em;
	color: #333;
	margin: 1em 0 0.3em;
}
h4 {
	font-family: 'HeliosLight';
	color: #333;
	font-size: 1.5em;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 1em 0 0.2em;
}
h5 {
	font-weight: normal;
	font-size: 1em;
	font-style: italic;
	color: #333;
	margin: 1em 0 0.2em;
}
#slider h3 {
	font-family: 'HeliosLight';
	font-weight: normal;
	font-size: 1.5em;
}
h1.superheader {
	float: left;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	margin: 0 0 5px -20px;
	padding: 0.5em 20px;
	font-style: italic;
	font-size: 2em;
	width: 100%;
	line-height: 1.2em;
}
p {
	font-family: 'Museo', arial, sans-serif;
	color: #666;
	font-size: 0.9em;
	line-height: 1.1em;
	margin: 0.2em 0;
}
hr {
	border: 0;
	border-bottom: 1px dashed #ccc;
	margin: 1.5em -20px 2em;
}
hr.dotted {
	border-bottom: 1px dotted #ccc;
}
#main p.post_data {
	font-size:0.8em;
}
p.post_data .date {
	color:#a8cb17;
}
p.post_data .author {
	color:#17649a;
}

/* tables */

table {
	width: 100%;
	margin: 20px 0;
	font-size: 0.9em;
}
table th {
	font-family: 'HeliosBold', arial, sans-serif;
	color: #333;
	font-weight: normal;
	font-size: 1.3em;
	padding-bottom: 5px;
}

/* imgs */

.align-center img {
	display: block;
	margin: 10px auto;
}
img.align-left {
	float: left;
	display: block;
	margin-right: 5px;
}
img.stick_left {
	margin: 0 10px 0 -20px;
	float: left;
}
img.icon {
	width: auto;
	height: auto;
	padding: 0;
	border: 0;
	margin: 0 5px 0 0;
}
.align-center img.icon {
	float:none;
	margin: 10px auto;
}
article img {
	width: 260px;
	padding: 5px;
	border: 1px solid #ccc;
	display: block;
	margin: 10px auto;
}
#main p.citation {
	float: left;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	margin: 10px 0 25px -20px;
	padding: 10px 20px 20px;
	font-style: italic;
	font-size: 2em;
	width: 100%;
	line-height: 1.1em;
	font-family: Georgia, serif;
	text-align: center;
	color: #333
}

/* Header */

header {
	height: 100px;
	display: block;
	background-color: #17649a;
	background-image: url('img/noise.png'), -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgba(255,255,255,0.05)),
	    color-stop(0.25, rgba(255,255,255,0.05)),
	    color-stop(0.25, rgba(0,0,0,0)),
	    color-stop(1, rgba(0,0,0,0.1))
	);
	-webkit-box-shadow: inset 0 -1px 1px #27a5ca, 0 3px 1px rgba(0,0,0,0.15);
	border: 1px solid #17649a;
	position: relative;
	z-index: 2;
}
.landscape header {
	height: 60px;
}
header .button {
	display: block;
	position: absolute;
	top: 30px;
	right: 20px;
	padding: 12px 20px;
	background-color: #17649a;
	border: 1px solid #184f81;
	color: #fff;
	font-family: 'Helvetica Neue', arial, sans-serif;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.15), inset 0 1px 1px rgba(0,0,0,0.5);
	-moz-border-radius: 8px;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.15), inset 0 1px 1px rgba(0,0,0,0.5);
	border-radius: 8px;/*
	box-shadow: 0 1px 0 rgba(255,255,255,0.15), inset 0 1px 1px rgba(0,0,0,0.5);*/
	background-image:none;
	font-size: 0.8em;
	text-decoration: none;
	text-shadow: none;
}
.landscape header .button {
	top: 10px;
}
h1.logo {
	float: left;
	position: absolute;
	top: 20px;
	left: 10px;
	padding: 0;
	margin: 0;
}
.landscape h1.logo {
	top: 2px;
}
.logo a {
	display: block;
	width: 232px;
	height: 65px;
	text-indent: -9999px;
	background: url('img/logo.png');
}

/* Main menu */

#main_menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgba(0,0,0,0.85)),
	    color-stop(0.40, rgba(0,0,0,1)),
	    color-stop(0.80, rgba(0,0,0,1)),
	    color-stop(1, rgba(0,0,0,0.85))
	);
	z-index: 9000;
	display: none;
}
#main_menu.bottom {
	bottom: 0;
}
#main_menu ul {
	text-align: center;
	width: 220px;
	margin: 160px auto 0;
}
.landscape #main_menu ul {
	margin-top: 100px;
	width: 340px;
}
#main_menu ul li {
	text-align: center;
	display: inline-block;
	margin: 0 5px 20px;
	width: 55px;
	border: 0;
	overflow: visible;
	padding: 0;
}
#main_menu li a {
	display: inline-block;
	color: #999;
	font-family: 'Museo',arial,sans-serif;
	font-size: 0.75em;
	text-decoration: none;
}
#hide_main_menu {
	top: 30px;
	right: 30px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
}
li#hide_main_menu a {
	display: block;
	position: absolute;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 12px 20px;
	background-color: #eee;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgba(0,0,0,0.1)),
	    color-stop(0.5, rgba(0,0,0,0)),
	    color-stop(0.5, rgba(255,255,255,1)),
	    color-stop(1, rgba(255,255,255,0))
	);
	text-shadow: 0 1px 0 #fff;
	color: #333;
	border: 0;
	-webkit-box-shadow: none;
}
.landscape li#hide_main_menu {
	top: 12px;
	right: 25px;
}

/* slider */

#slider {
	margin-top: -5px;
	height: 355px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 1px #fff, inset 0 -2px 1px rgba(0,0,0,0.1), 0 3px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px #fff, inset 0 -2px 1px rgba(0,0,0,0.1), 0 3px 20px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px #fff, inset 0 -2px 1px rgba(0,0,0,0.1), 0 3px 20px rgba(0,0,0,0.2);
	z-index:1;
}
.landscape #slider,
.landscape #slide_list,
.landscape .slides {
	height:240px;
}
#slide_list {
	overflow: hidden;
	height: 356px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
.slides {
	border: 0;
	height: 356px;
	float: left;
	width: 320px;
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
}

#slider .description {
	padding: 0 20px;
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 280px;
}
.landscape #slider .description {
	padding: 0;
}
#slider h1 {
	font-size: 3.5em;
}
#slider h1,
#slider h2,
#slider h3,
#slider p {
	background: #fff;
	padding: 10px;
	-webkit-box-shadow: 3px 3px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 3px 0 rgba(0,0,0,0.15);
	box-shadow: 3px 3px 0 rgba(0,0,0,0.15);
	display: inline-block;
	margin: 0;
}
#slider h1 {
	margin-left: -20px;
	margin-right: 20px;
}
#slider h3 {
	margin-left: 15px;
	margin-right: -15px;
}
#slider p {
	margin-right: -20px;
	background: #17649a;
	color: #fff;
	-webkit-box-shadow: 3px 3px 1px #0c4873;
	-moz-box-shadow: 3px 3px 0 #0c4873;
	box-shadow: 3px 3px 0 #0c4873;
}
.landscape #slider h1,
.landscape #slider h3,
.landscape #slider p {
	margin: 0;
}


/* main */

#main,
footer {
	padding: 10px 20px;
	font-family: 'Museo', arial, sans-serif;
	color: #666;
	font-size: 0.9em;
	line-height: 1.2em;
	overflow: hidden;
}
#main {
	padding-bottom: 30px;
	position: relative;
}
#main p {
	font-size: 0.9em;
	padding: 5px 0;
	line-height: 1.3em;
}
.landscape #main {
	width: 380px;
	margin: auto;
}
strong {
	color: #333;
}
ul {
	margin: 10px 0;
}
ul li {
	border-bottom: 1px solid #d6d6d6;
	margin: 5px 0;
	padding: 5px 10px;
	overflow: hidden;
}
ul li:last-child {
	border: none;
}
#category_list {
	position: absolute;
	top: 35px;
	right: 20px;
}
#category_list .subnav {
	background-color: #eee;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgba(0,0,0,0.04)),
	    color-stop(1, rgba(255,255,255,0.1))
	);
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px #fff, inset 0 -1px 1px #fff, inset 1px 0 1px #fff, inset -1px 0 1px #fff, 0 2px 2px rgba(0,0,0,0.2);
	position: absolute;
	top: 22px;
	right: 0px;
	width: 150px;
	display: none;
}
#category_list .subnav li {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
#category_list .subnav li:last-child {
	border: none;
}
#category_list .subnav li a {
	padding: 10px ;
	display: block;
	color: #444;
	text-shadow: 0 1px #fff;
	text-decoration: none;
}
#category_list .current_category span {
	display: inline-block;
	text-indent: -9999px;
	width: 7px;
	height: 8px;
	background: url('img/arrow.png') center left no-repeat;
	margin: 0 0 0 5px;
}
#category_list .current_category.active span {
	background: url('img/arrow.png') center right no-repeat;
}

#main article {
	padding:0 20px 20px;
	border-bottom: 1px dashed #d6d6d6;
	margin: 0 -20px;
	float: left;
}
#main article.no_borders,
#main article.single,
#main article.last {
	border: none;
}
#main .paginator {
	float: left;
	width: 100%;
	border-top: 1px dashed #ccc;
	padding-top: 20px;
}
#main .paginator .older_posts.button {
	float: left;
}

/* Comments */

#comments,
#comment_form {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	float: left;
	width: 100%;
}
#comment_form {
	border-top: 1px dashed #ccc;
}
.comments_list li {
	background: rgba(30,128,198,0.1);
	-webkit-border-radius: 8px;
	margin-right: 20px;
	border: none;
	padding: 10px 15px;
}
.comments_list li.author {
	margin: 0 0 0 20px;
	background: rgba(168,203,27,0.2);
}
#comments p.comment_data {
	font-size: 0.8em;
	padding-top: 0;
	color: #17649a;
	text-align: right;
}
p.comment_data span.author {
	color: #a7ca17;
}
#comment_form p {
	padding: 0;
}

/* Map */

#map_canvas {
	padding: ;
	border: 1px solid #aaa;
	width: 100%;
	height: 200px;
	margin: 20px 0;
}

/* Contacts */

ul.contact_list {
	margin: 15px 0 25px;
	font-size: 1.4em;
	text-align: center;
}
ul.contact_list li {
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}
ul.contact_list li:last-child {
	border: none;
}
ul.contact_list h4 {
	margin: 0;
}
ul.contact_list h4 a {
	
}

/* Footer */

footer {
	background: #eeeeee;
	padding: 10px 0 0;
	border-top: 1px solid #ccc;
	-webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,0.06), 0 -1px 1px #fff, 0 -1px 25px rgba(0,0,0,0.1);
	text-shadow: 0 1px 1px #fff;
}
footer .container {
	padding: 0 20px 1.5em;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
}
footer .container:nth-last-child(2) {
	border-bottom: none;
}
footer .container:nth-child(1) {
	border-top: none;
}
footer .container.first {
	border-bottom: none;
}
#twitter_updates {
	background: no-repeat right bottom #b0ecee;
	background-image: url('img/twitter.png'), -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(27,116,189)),
	    color-stop(1, rgb(33,141,209))
	);
	color: #fff;
	text-shadow: 0 -1px 1px ;
	padding-top: 5px;
	margin-top: -10px;
	-webkit-box-shadow: inset 0 3px 1px rgba(0,0,0,0.1), inset 0 -3px 1px rgba(0,0,0,0.1), 0 10px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 3px 1px rgba(0,0,0,0.1), inset 0 -3px 1px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.1);
	box-shadow: inset 0 3px 1px rgba(0,0,0,0.1), inset 0 -3px 1px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.1);
	border-bottom: none;
}
#twitter_updates h3 {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.7);
}
#twitter_updates ul li {
	border-color: rgba(255,255,255,0.1);
	color: rgba(255,255,255,0.7);
}
#twitter_updates a {
	color: #fff;
}
#twitter_updates .date {
	color: #fff;
	font-size: 0.9em;
	
	font-style: italic;
}
form {
	margin: 1em 0 0;
	overflow: hidden;
}
form p {
	background: #fff;
	margin: 5px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 2px #000, 0 1px 1px #fff;
	-moz-box-shadow: inset 0 0 2px #000, 0 1px 1px #fff;
	box-shadow: inset 0 0 2px #000, 0 1px 1px #fff;
	position: relative;
}
form input, textarea {
	font-size: 1.1em;
	color: #333;
	background: none;
	border: none;
	margin: 5px;
	width: 95%;
}
form label {
	position: absolute;
	top: 8px;
	left: 8px;
}
#bottom_menu {
	position: relative;
	height: 60px;
	background-color: #a8cb17;
	border-top: 1px solid #a8cb17;
	-webkit-box-shadow: inset 0 1px 1px #d5e673, inset 0 0 8px rgba(255,255,255,0.4);
	background-image: url('img/noise.png');
}
#back2top.button {
	text-decoration: none;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 12px 20px;
	background-color: #88a60e;
	border: 1px solid rgba(0,0,0,0.2);
	color: #fff;
	font-family: 'Helvetica Neue', arial, sans-serif;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.4), inset 0 1px 1px rgba(0,0,0,0.4);
	-moz-border-radius: 8px;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.15), inset 0 1px 1px rgba(0,0,0,0.5);
	border-radius: 8px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.15), inset 0 1px 1px rgba(0,0,0,0.5);
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgba(0,0,0,0.1)),
	    color-stop(0.5, rgba(0,0,0,0)),
	    color-stop(0.5, rgba(255,255,255,0.1)),
	    color-stop(1, rgba(255,255,255,0))
	);
	font-size: 0.8em;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

/* Color schemes */

.gold {
	color: #FBB829
}
.slate {
	color: #556270
}
.teal {
	color: #1693A5
}
.pink {
	color: #FF5EAA
}
.lucky {
	color: #A5C200;
}

/* Gold */

body.gold header {
	background-color: #FBB829;
	background-image: url('img/noise.png'), -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgba(255,255,255,0.2)),
	    color-stop(0.25, rgba(255,255,255,0.2)),
	    color-stop(0.25, rgba(0,0,0,0)),
	    color-stop(1, rgba(0,0,0,0.1))
	);
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.5), 0 3px 1px rgba(0,0,0,0.15);
	border: 1px solid #FBB829;
	position: relative;
	z-index: 2;
}
body.gold header .button {
	background-color: #FBB829;
	border-color: #d79914;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3)
}
body.gold #slider h1,
body.gold #slider h3 {
	color: #FBB829;
}
body.gold #slider p {
	margin-right: -20px;
	background: #FBB829;
	color: #fff;
	-webkit-box-shadow: 3px 3px 1px #b68213;
	-moz-box-shadow: 3px 3px 0 #b68213;
	box-shadow: 3px 3px 0 #b68213;
}

/* Slate */

body.slate header {
	background-color: #556270;
	background-image: url('img/noise.png'), -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgba(255,255,255,0.1)),
	    color-stop(0.25, rgba(255,255,255,0.1)),
	    color-stop(0.25, rgba(0,0,0,0)),
	    color-stop(1, rgba(0,0,0,0.1))
	);
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3), 0 3px 1px rgba(0,0,0,0.15);
	border: 1px solid #556270;
}
body.slate header .button {
	background-color: #556270;
	border-color: #37414c;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3)
}
body.slate #slider h1,
body.slate #slider h3 {
	color: #556270;
}
body.slate #slider p {
	margin-right: -20px;
	background: #556270;
	color: #fff;
	-webkit-box-shadow: 3px 3px 1px #37414c;
	-moz-box-shadow: 3px 3px 0 #37414c;
	box-shadow: 3px 3px 0 #37414c;
}

/* Teal */

body.teal header {
	background-color: #1693A5;
	background-image: url('img/noise.png'), -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgba(255,255,255,0.1)),
	    color-stop(0.25, rgba(255,255,255,0.1)),
	    color-stop(0.25, rgba(0,0,0,0)),
	    color-stop(1, rgba(0,0,0,0.1))
	);
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3), 0 3px 1px rgba(0,0,0,0.15);
	border: 1px solid #1693A5;
}
body.teal header .button {
	background-color: #1693A5;
	border-color: #096572;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3)
}
body.teal #slider h1,
body.teal #slider h3 {
	color: #1693A5;
}
body.teal #slider p {
	margin-right: -20px;
	background: #1693A5;
	color: #fff;
	-webkit-box-shadow: 3px 3px 1px #096572;
	-moz-box-shadow: 3px 3px 0 #096572;
	box-shadow: 3px 3px 0 #096572;
}

/* Pink */

body.pink header {
	background-color: #FF5EAA;
	background-image: url('img/noise.png'), -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgba(255,255,255,0.1)),
	    color-stop(0.25, rgba(255,255,255,0.1)),
	    color-stop(0.25, rgba(0,0,0,0)),
	    color-stop(1, rgba(0,0,0,0.1))
	);
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3), 0 3px 1px rgba(0,0,0,0.15);
	border: 1px solid #FF5EAA;
}
body.pink header .button {
	background-color: #FF5EAA;
	border-color: #d03b81;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3)
}
body.pink #slider h1,
body.pink #slider h3 {
	color: #FF5EAA;
}
body.pink #slider p {
	margin-right: -20px;
	background: #FF5EAA;
	color: #fff;
	-webkit-box-shadow: 3px 3px 1px #d03b81;
	-moz-box-shadow: 3px 3px 0 #d03b81;
	box-shadow: 3px 3px 0 #d03b81;
}

/* Lucky */

body.lucky header {
	background-color: #A5C200;
	background-image: url('img/noise.png'), -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgba(255,255,255,0.1)),
	    color-stop(0.25, rgba(255,255,255,0.1)),
	    color-stop(0.25, rgba(0,0,0,0)),
	    color-stop(1, rgba(0,0,0,0.1))
	);
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3), 0 3px 1px rgba(0,0,0,0.15);
	border: 1px solid #A5C200;
}
body.lucky header .button {
	background-color: #A5C200;
	border-color: #7b9100;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3)
}
body.lucky #slider h1,
body.lucky #slider h3 {
	color: #A5C200;
}
body.lucky #slider p {
	margin-right: -20px;
	background: #A5C200;
	color: #fff;
	-webkit-box-shadow: 3px 3px 1px #596900;
	-moz-box-shadow: 3px 3px 0 #596900;
	box-shadow: 3px 3px 0 #596900;
}
