/*-------------------------------------------------------------------------
COLORS
---------------------------------------------------------------------------
Red/Pink: #E92A4D
Magenta: #971E5A
Blue: #106697
Green: #16783D
Orange: #D76927


/*-------------------------------------------------------------------------
HTML5 BOILERPLATE
-------------------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; overflow: hidden; background: url('../img/color-bars.jpg') 0 0 repeat; }
body, button, input, select, textarea { font-family: 'Open Sans', Helvetica, sans-serif; font-weight: 600; font-size: 12px; color: #222; }

::-moz-selection { background: #106697; color: #FFF; text-shadow: none; }
::selection { background: #106697; color: #FFF; text-shadow: none; }

a { color: #222; outline: 0; -moz-transition: color 0.1s ease-in-out; -webkit-transition: color 0.1s ease-in-out, transition: color 0.1s ease-in-out; }
a:hover { color: #666; }
a:focus { outline: 0; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 0; padding: 0; }
li { margin: 0; padding: 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
input {border: 1px solid #CCCCCC; box-shadow:0 1px 0 #EEE; line-height: 22px; margin: 4px 0 0; padding: 4px; width: 298.6666666667px; *overflow: visible; }
input:focus { border: 1px solid #AAA; outline: none; box-shadow: 1px 1px 0 #FFFFFF inset, -1px -1px 0 #FFFFFF inset, 0 1px 3px #AAAAAA; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/*-------------------------------------------------------------------------
LAYOUT
-------------------------------------------------------------------------*/
.wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8 {
	margin-left:10px;
	margin-right: 10px;
	float: left;
}

.first {
	margin-left: 0;
}

.last {
	margin-right: 0;
}

.c1 {
	width: 61.6666666667px;
}

.c2 {
	width: 143.3333333334px;
}

.c3 {
	width: 225px;
}

.c4 {
	width: 306.6666666667px;
}

.c5 {
	width: 388.3333333334px;
}

.c6 {
	width: 470px;
}

.c7 {
	width: 551.6666666667px
}

.c8 {
	width: 633.3333333334px;
}

.c12 {
	width: 960px;
	float: left;
}

.pushc4 {
	margin-left: 326.6666666667px;
}


/*-------------------------------------------------------------------------
FONTS
-------------------------------------------------------------------------*/
h2, h4, h5 {
	text-shadow: 0 1px white;
}

h2 {
	font-family: "Bevan";
	font-size: 24px;
	font-weight: normal;
	letter-spacing: .5px;
	margin: 0 0 20px;
}

h3 {
    font-family: "Bevan";
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin: 5px 0 5px;
    position: relative;
    text-shadow: 0 1px #EEEEEE;
}

.sidebar h3 {
	border-bottom: 1px dotted #FFFFFF;
    padding-bottom: 14px;
    margin-bottom: 12px;
}

blockquote {
	border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid white;
    box-shadow: 0 1px 0 white, 0 -1px #DDDDDD;
    color: #999999;
    float: left;
    font-family: 'Droid Serif', Georgia, serif;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 20px;
    padding: 20px 0;
    position: relative;
}

blockquote.add-line {
	padding: 32px 0;
}

#the-game blockquote {
	margin-top: 0;
}

#main-content blockquote.add-line:after {
	top: 22px;
}

h5 {
    border-bottom: 1px solid #DDDDDD;
    color: #666666;
    font-family: 'Droid Serif',Georgia,serif;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 42px 0 1px;
    padding-bottom: 1px;
}

h5:first-child {
	margin-top: 0;
}

p {
	margin: 0;
	padding: 0;
	line-height: 22px;
	position: relative;
}

li {
	line-height: 22px;
}


/*-------------------------------------------------------------------------
CLEARFIX
-------------------------------------------------------------------------*/
header:after, .wrapper:after, nav:after,
#the-game:after, #the-rules:after, #content:after { 
	clear: both;
	content: ' ';
	display: block;
	visibility: hidden;
	height: 0;
}


/*-------------------------------------------------------------------------
BUTTONS
-------------------------------------------------------------------------*/
.button {
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 8px 16px;
    line-height: 22px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 148px;
}

.white-button {
	background: #FFFFFF; /* Old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F3F3F3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #F3F3F3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFFFFF 0%, #F3F3F3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFFFFF 0%, #F3F3F3 100%); /* IE10+ */
	background: linear-gradient(top, #FFFFFF 0%, #F3F3F3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 0 #FFFFFF inset, -1px -1px 0 #FFFFFF inset, 0 1px 3px #DDDDDD;
    color: #999;
    text-shadow: 0 1px 0 #FFFFFF;
}

.white-button:hover {
	border-color: #AAAAAA;
    box-shadow: 1px 1px 0 #FFFFFF inset, -1px -1px 0 #FFFFFF inset, 0 1px 3px #AAAAAA;
    color: #666666;
}

.blue-button {
	background: #106697; /* Old browsers */
	background: -moz-linear-gradient(top, #106697 0%, #06507b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#106697), color-stop(100%,#06507b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #106697 0%, #06507b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #106697 0%, #06507b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #106697 0%, #06507b 100%); /* IE10+ */
	background: linear-gradient(top, #106697 0%, #06507b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#106697',GradientType=0 ); /* IE6-9 */
	border: 1px solid #003c5e;
	box-shadow: 1px 1px 0 #106697 inset, -1px -1px 0 #106697 inset, 0 1px 3px #DDDDDD;
	color: #deebf2;
	text-shadow: 0 1px 0 #06507b;
}

.blue-button:hover {
	border-color: #002d47;
    box-shadow: 1px 1px 0 #106697 inset, -1px -1px 0 #106697 inset, 0 1px 3px #666666;
    color: #FFFFFF;
}

.rules-button {
	margin: 4px 62.3333333333px 22px;
}

.mustaches-button {
	margin: 0 62.3333333333px 22px;
}

.bookmarklet {
	margin: 20px 0;
}

.subscribe-button {
	margin-top: 15px;
}


/*-------------------------------------------------------------------------
NAVIGATION
-------------------------------------------------------------------------*/
#main {
	float: left;
    left: 0;
    position: absolute;
    top: 5px;
    width: 100%;
    border-top: 1px solid white;
    box-shadow: 0 -5px #E92A4D;
    z-index: 100;
    min-width: 1040px;
}

#main ul {
    border-radius: 8px;
    bottom: 0;
    box-shadow: 0 3px #BBB, 0 4px 6px #333;
    left: 50%;
    margin-left: -225px;
    position: relative;
    top: -36px;
    height: 65px;
    display: table;
}

#main li {
	-moz-transition: all 0.4s ease-in-out 0s;
    border-left: 1px solid white;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    line-height: 10px;
    list-style: none outside none;
    padding-top: 2px;
    text-align: center;
    width: 150px;
    background: #F9F9F9; /* Old browsers */
	background: -moz-linear-gradient(top,  #F9F9F9 0%, #F0F0F0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(100%,#F0F0F0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #F9F9F9 0%,#F0F0F0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #F9F9F9 0%,#F0F0F0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #F9F9F9 0%,#F0F0F0 100%); /* IE10+ */
	background: linear-gradient(top,  #F9F9F9 0%,#F0F0F0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#F0F0F0',GradientType=0 ); /* IE6-9 */
}

#main li:first-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;	
}

#main li:last-child {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;	
}

#main a {
	color: #666666;
    cursor: auto;
    display: block;
    font-size: 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
    text-transform: uppercase;
    -moz-transition: all ease-in-out 0.4s;
	-webkit-transition: all ease-in-out 0.4s;
	padding: 34px 0 7px;
}

#main li:hover {
	background: #F0F0F0; /* Old browsers */
	background: -moz-linear-gradient(top,  #F0F0F0 0%, #E0E0E0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F0F0F0), color-stop(100%,#E0E0E0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #F0F0F0 0%,#E0E0E0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #F0F0F0 0%,#E0E0E0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #F0F0F0 0%,#E0E0E0 100%); /* IE10+ */
	background: linear-gradient(top,  #F0F0F0 0%,#E0E0E0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0F0', endColorstr='#E0E0E0',GradientType=0 ); /* IE6-9 */
	border-left: 1px solid rgba(0,0,0,.02);
	cursor: pointer;
}

#main li.active {
	background: #EEEEEE; /* Old browsers */
	background: -moz-linear-gradient(top,  #EEEEEE 0%, #DDDDDD 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#DDDDDD)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #EEEEEE 0%,#DDDDDD 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #EEEEEE 0%,#DDDDDD 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #EEEEEE 0%,#DDDDDD 100%); /* IE10+ */
	background: linear-gradient(top,  #EEEEEE 0%,#DDDDDD 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#DDDDDD',GradientType=0 ); /* IE6-9 */
	border-left: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 4px 6px #F3F3F3 inset, inset 0 2px 4px rgba(0, 0, 0, .3), 0 1px rgba(255, 255, 255, .4);
/* 	box-shadow: inset 0 2px 8px white, 0 1px #bbb, 1px 0 1px #aaa inset, 2px 0 6px #CCC inset, -1px 0 1px #aaa inset, -2px 0 6px #ccc inset; */
	cursor: pointer;
}

#main li:hover a, #main li a:hover {
    text-shadow: 0 1px 0 #DDDDDD;
    cursor: pointer;
}

#main li:first-child {
	border-left: 0;
}

#main li:last-child {
	border-right: 0;
}

#main li:first-child:hover {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

#main li:last-child:hover {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

#main img {
	margin-bottom: 4px;
}

#nav-border {
    padding-left: 40px;
    width: 100%;
}

#the-game-link p:before {
	background: url("../img/icons-small.png") no-repeat scroll 0 -22px transparent;
	content: "";
	height: 20px;
	left: 50%;
	margin-left: -12px;
	position: absolute;
	top: -23px;
	width: 25px;
}

#the-rules-link p:before {
	background: url("../img/icons-small.png") no-repeat scroll -62px 0 transparent;
    content: "";
    height: 20px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: -28px;
    width: 16px;
}

#digital-edition-link p:before {
	background: url("../img/icons-small.png") no-repeat scroll -50px -24px transparent;
    content: "";
    height: 20px;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    top: -27px;
    width: 24px;
}

#physical-edition-link p:before {
	background: url("../img/icons-small.png") no-repeat scroll -27px -23px transparent;
    content: "";
    height: 21px;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    top: -28px;
    width: 24px;
}


/*-------------------------------------------------------------------------
THE MUSTACHE GAME
-------------------------------------------------------------------------*/
#mustache-game {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
	min-width: 1040px;
/* 	overflow: hidden; */
}

#bottom-bars {
	background: url('../img/bottom-bars.jpg') repeat 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 1040px;
	height: 230px;
}

#bg-pattern {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background: url('../img/background-pattern.png') repeat fixed 0 0;
	overflow: hidden;
	min-width: 1042px; 
}

#instructions {
	clear: both;
    color: white;
    font-family: 'Droid Serif',Georgia,serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    padding: 10px 0;
    text-align: center;
/*     text-shadow: 0 1px black; */
	text-shadow: 2px 2px 10px rgba(0,0,0,.3), -2px -2px 10px rgba(0,0,0,.3), 2px -2px 10px rgba(0,0,0,.3), -2px 2px 10px rgba(0,0,0,.3), 1px 1px 2px #333
}



/*-------------------------------------------------------------------------
INTRO
-------------------------------------------------------------------------*/
#intro {
	position: absolute;
	top: 40px;
	left: 60px;
	height: 100%;
}

#mustache-game h2 {
	font-family: 'Andale Mono', monospace;
	font-size: 24px;
	color: white;
	background: black;
	padding: 4px 12px;
	float: left;
	clear: both;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 30px;
	margin: 0;
	text-shadow: none;
}

#mustache-game h2:last-child {
	margin-top: 20px;
}

h1 {
    background: url("../img/logo.png") no-repeat scroll 0 0 transparent;
    bottom: 70px;
    height: 159px;
    right: 0;
    position: absolute;
    text-indent: -9999em;
    width: 220px;
}

#intro a {
	color: white;
	text-shadow: none;
	text-decoration: none;
}


/*-------------------------------------------------------------------------
MUSTACHE SELECTOR
-------------------------------------------------------------------------*/
.fb-like {
	top: 10px;
	left: 90px;
	z-index: 4;
	padding: 5px;
	border-radius: 4px;
	background: rgba(255,255,255,.5);
}

#play, #pause, #exit {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	cursor: pointer;
}

#play {
	background: url('../img/video-controls.png') 0 0 no-repeat;
	left: 10px;
}

#pause {
	background: url('../img/video-controls.png') 0 -30px no-repeat;
	left: 50px;
}

#exit {
	background: url('../img/video-controls.png') 0 -60px no-repeat;
	right: 10px;
	top: 10px;
}

#mustache-selector {
    display: none;
    min-width: 1040px;
    position: relative;
    width: 100%;
    height: 100%;
}


/*-------------------------------------------------------------------------
DRAGGABLE MUSTACHES
-------------------------------------------------------------------------*/
#mustaches div {
	cursor: move;
}

#the-biker-mustache {
	background : url('../img/mustache1.png') 0px -64px no-repeat;
	width: 145px;
	height: 155px;
	position: absolute;
	top:7%;
	left: 29%;
	z-index: 20000;
}

#the-magician-mustache {
	height: 48px;
	width: 260px;
	background: url('../img/mustache2.png') 0 -39px no-repeat;
	position: absolute;
	top: 3%;
	left: 46%;
	z-index: 20001;
}

#the-chaplin-mustache {
	height: 67px;
	width: 90px;
	background: url('../img/mustache3.png') 0 -45px no-repeat;
	position: absolute;
	top:42%;
	left: 60%;
	z-index: 20002;
}

#the-hipster-mustache {
	height: 67px;
	width: 244px;
	background: url('../img/mustache4.png') 0 -45px no-repeat;
	position: absolute;
	top: 40%;
	left: 15%;
	z-index: 20003;
}

#the-top-hat-mustache {
	height: 96px;
	width: 200px;
	background: url('../img/mustache5.png') 0 -43px no-repeat;
	position: absolute;
	top: 58%;
	left: 36%;
	z-index: 20004;
}


/*-------------------------------------------------------------------------
MAIN CONTENT
-------------------------------------------------------------------------*/
#content {
	display: none;
	background: #f9f9f9;
    position: absolute;
    width: 100%;
    height: 100%;
	z-index: 30000;
	left: 0;
	min-width: 1042px;
	min-height: 820px;
}

#top-divider {
	height: 80px;
	width: 100%;
	background: #F0F0F0;
	position: absolute;
	z-index: 2;
	border-bottom: 1px solid #dddddd;
	top: 6px;
	left: 0;
}

#top-divider-shadow {
	display: none;
	height: 20px;
	width: 105%;
	position: fixed;
	left: 0;
	top: 86px;
	box-shadow: inset 0 4px 4px rgba(0,0,0,.1);
	z-index: 1;
}

#main-content {
	padding-top: 20px;
	width: 960px;
	margin: 100px auto;
}

#the-game, #the-rules, #digital-edition, #physical-edition {
	display: none;
	min-height: 300px;
}

#the-game article p,
#digital-edition article p,
#physical-edition article p {
	margin-bottom: 12px;
}

#the-game article p:last-child,
#digital-edition article p:last-child,
#physical-edition article p:last-child {
	margin-bottom: 0;
}

article img {
	box-shadow: -3px 3px 6px #AAA;
	margin-bottom: 22px;
}

#the-rules article p {
	position: relative;
	margin-top: 0;
}

#digital-edition ul {
	margin-bottom: 22px;
}

.rules-step {
	margin-bottom:44px;
	float: left;
}

.bottom-section {
	margin-top: 30px;
	border-top: 4px solid #DDD;
	padding-top: 10px;
	float: left;
}

.side-section {
	border-top: 4px solid #DDD;
	padding-top: 10px;
	float: left;
	margin-bottom: 20px;
}

article p:first-child {
	margin-top: 0;
}

#main-content ul, #main-content ol {
	position: relative;
}

#main-content li {
	list-style-position: outside;
	margin-left: 14px;
}

.sidebar {
	float: left;
	background: #E3E3E3;
	border-radius: 4px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	box-shadow: inset 0px 5px 5px #DDD;
	width: 100%;
	margin-bottom: 22px;
}

.sidebar div:first-child {
	padding: 14px 20px 22px;
}

.sidebar ul {
	margin-top: 22px;
}

#how-sidebar h3 {
	padding-left: 25px;
}

#how-sidebar h3:before {
	background: url("../img/icons-small.png") no-repeat scroll -79px -1px transparent;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 20px;
}

#rules-sidebar h3 {
	padding-left: 23px;
}

#rules-sidebar h3:before {
	background: url("../img/icons-small.png") no-repeat scroll -62px 0px transparent;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 16px;
}

#custom-rules li {
	font-style: italic;
	color: #666;
}

#bookmarklet-link {
	position: relative;
}

/*
#bookmarklet-link:before {
	background: url("../img/arrow.png") no-repeat 0 0px transparent;
	content: "";
	height: 238px;
	left: 50%;
	position: absolute;
	top: -238px;
	width: 7px;
	margin-left: -3px;
	z-index: 100;
}
*/


/*-------------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------------*/
footer {
	float: left;
	width: 100%;
	display: block;
	margin: 40px 0;
}

footer .wrapper {
	background: #E3E3E3;
	border-radius: 4px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	box-shadow: inset 0px 5px 5px #d0d0d0;
	padding: 10px 20px;
}

footer p, footer li {
	color: #666;
	text-shadow: 0 1px white;
	font-size: 10px;
	text-transform: uppercase;
	float: left;
}

footer li {
	list-style: none;
	margin-left: 20px;
	float: right;
}

footer a, footer a:visited {
	color: #666;
	text-decoration: none;
}

footer a:hover {
	color: #106697;
}


/*-------------------------------------------------------------------------
AWARD
-------------------------------------------------------------------------*/
#awwwards{
	position:fixed;
	top:30px;
	right:0px;
	z-index:100000;
}
#awwwards a{
	width:69px;
	height:105px;
	text-indent:-8000px;
	display:block;
	background:url(../img/awwwards_siteoftheday_b_right.png) no-repeat;
	overflow:hidden;
}


/*-------------------------------------------------------------------------
MEDIA QUERIES
-------------------------------------------------------------------------*/
@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}