/* @override http://sheffieldunleashed.site/wp-content/themes/sheffieldunleashed/css/screen.css */

/* 
	Style Sheet for Sheffield Unleashed (www.sheffieldunleashed.co.uk)
	by Steven Wilshaw (www.stevenwilshaw.com)
*/

html {
	height: 100%;
}

body {
	background:#1a1a1a url("../images/bg.png") repeat;
	background-color: #222;
	color:#dadada;
	font: 62.5% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 100%;
}

#wrap {
	height:auto !important;
	min-height:100%;
	position:relative;
	width:100%;
}


#page {
	margin: 3em auto 0 auto;
	padding-bottom: 30em;
	width: 960px;		
}


.content {
	
}

@font-face {
    font-family: CenturyGothic;
    src: url(../fonts/Century-Gothic.ttf);
    font-weight:400;
}

h1,h2 {
	font-family: CenturyGothic;
	
}



.content h1 {
	font-size: 2.0em;
	margin-bottom: 0.4em;
	color:#eaeaea;
}

.content h1 a{
	color:#eaeaea;
	text-decoration: none;
}

.content h2 {
	font-size: 2em;
	margin: 1.5em 0 0.5em 0;
	color: #fff;
}

.content p {
	font-size: 1.3em;
	line-height: 1.8em;
	margin-bottom: 1.6em;
	color: #bbb;
}

.content ul {
	margin-left: 20px;
	list-style-type: disc;
	margin-bottom: 1em;

}

.content ul li {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 0.5em;
}

.content a {
	color: #cc3430;
}

.content a:hover {
	color: #ea0691;
}

.red {
	color: #cc3430;
}

.pink {
	color: #ea0691;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}



/* @group Header */

.header {
	background-color: #000;
	border-bottom: 1px solid #242424;
	
	height: 78px;
	/*-webkit-box-shadow: 0px 3px 3px #111;
	-moz-box-shadow: 0px 3px 3px #111;
	border-bottom: 1px solid #232323;
	*/
}

.header-inner {
	width: 960px;
	margin:0 auto;	
}

.header img {
	float: left;
}

.register {
	height: 30px;
	line-height: 30px;
	text-align: right;
	margin-right: 20px;
}

.register a{ 
	color: #aaa;
	text-decoration: none;
}

.register a:hover{ 
	color: #fff;
	text-decoration: underline;
}

.nav {
	display: block;
	float: right;	
	height: 40px;
	margin-top: 35px;
	
}

.nav ul li {
	display: inline-block;
	font-size: 1.3em;
	text-transform: uppercase;	
}

.nav ul li a {
	display: block;
	color: #ddd;
	text-decoration: none;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	/*border: 1px solid transparent;*/
	
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	
	/*-webkit-border-bottom-left-radius:0;
	-webkit-border-bottom-right-radius:0;
	
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;*/
	
	-webkit-transition-duration:0.3s;
} 

.nav ul li a:hover {
	color: #fff;
	background-color: #222;
	/*border-color: #1a1a1a;*/
	
}

.nav ul li.current_page_item a, .nav ul li.current_page_ancestor a, .nav ul li.current_page_parent a{
	/*background: #1a1a1a url(../images/bg.png);*/
	/*background-color:#222;
	border-top: 1px solid #333;
	color: #e0e0e0;*/
	background-color:#1a1a1a;
	border: 1px solid #232323;

	
}

/* @end */



/* @group Sub Nav */

#subnav {
	background-color: #1a1a1a;
	border-bottom: 1px solid #222;
	-webkit-box-shadow: 0px 3px 3px #111;
	-moz-box-shadow: 0px 3px 3px #111;
}

#subnav ul {
	width: 960px;
	margin: 0 auto;
	padding: ;
	border: none;
	list-style-type: none;
	height: 2em;
	height:32px;
	padding:7px;
	font-size: 1.2em;
}

#subnav ul li {
	display: inline;
}

#subnav ul li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	margin-right: 5px;
	padding: 0 15px;
	line-height: 30px;
	height: 30px;
	border: 1px solid transparent;
	-webkit-border-radius:5px;
}

#subnav ul li a:hover {
	background-color: #222;
	border: 1px solid #2a2a2a;
	border-top-color: #111;
	border-left-color: #111;
	color: #fff;
}

#subnav ul li.current_page_item a {
	background-color: #111;
	
	border: 1px solid #2a2a2a;
	border-top-color: #111;
	border-left-color: #111;
	
	color: #fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	
	
}

/* @end */

/* @group Partners */





/* @end */



/* @group Footer */

.footer {
	background: #171717 url(../images/footer-bg.png);
	border-top: 1px solid #000;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 3em 0 3em 0;
	-webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,0.3);
	
}

.footer ul.partners {
	width: 960px;
	margin: 0 auto 1.5em auto;
	text-align: center;
}

.footer ul.partners li {
	display: inline;
	margin: 0 10px;
}

.footer ul {
	margin-bottom: 2em;
}

.footer ul li {
	display: inline;
	font-size: 1.4em;
	margin: 0 5px;
}

.footer ul li a{
	color: #bbb;
	text-decoration: none;
	padding: 2px 5px;
}

.footer ul li a:hover{
	color: #fff;
}

.footer ul li.current_page_item a, .footer ul li.current_page_ancestor a, .footer ul li.current_page_parent a{
	color: #fff;
}

.footer p {
	width: 960px;
	margin: 0 auto;
	text-align:center;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #888;
	margin-bottom: 1.5em;
}

.footer p a {
	color: #888;
}



/* @end */

p.button-container {
	font-size: 1.2em;	
}

 a.button, input.button {
	color:#dadada;
	font-weight: bold;
	display: inline-block;
	background: #7b191e url(../images/button-bg-red.png);
	height: 29px;
	line-height: 28px;
	padding: 0 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	border: none;
	border-top: 1px solid #e79f9e;
	margin-right: 10px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-box-shadow: 0px 2px 5px #111;
	-moz-box-shadow: 0px 2px 5px #111;
	text-shadow: rgba(0,0,0,0.6) -1px -1px 0;
	
	-webkit-box-reflect: below 3px -webkit-gradient(linear, left top, left bottom, color-stop(0.6, transparent), color-stop(1.0, rgba(255, 255, 255, 0.4)));
	
	-webkit-transition-duration:0.3s;
}

a.button:hover, input.button:hover {
	color: #fff;
	-webkit-box-shadow: 0px 0px 7px #e79f9e;
	-moz-box-shadow: 0px 0px 7px #e79f9e;
}

a.purple {
	background: #810150 url(../images/button-bg-purple.png);
	border-top: 1px solid #f589cb
}

a.purple:hover {
	-webkit-box-shadow: 0px 0px 7px #f589cb;
	-moz-box-shadow: 0px 0px 7px #f589cb;
}

a.blue {
	background: #3f5aa2 url(../images/button-bg-blue.png);
	border-top: 1px solid #adcae5;
}

a.blue:hover {
	-webkit-box-shadow: 0px 0px 7px #3f5aa2;
	-moz-box-shadow: 0px 0px 7px #3f5aa2;
}

a.orange {
	background: #ec782b url(../images/button-bg-orange.png);
	border-top: 1px solid #ffb686;
}

a.orange:hover {
	-webkit-box-shadow: 0px 0px 7px #ec782b;
	-moz-box-shadow: 0px 0px 7px #ec782b;
}


/* @group Home Page */

#home {
	
}

#home .introduction, #home .offers, #home .cardinfo, #home .news, #home .twitter {
	margin: 0 36px 3.2em 36px;
	float: left;
}

#home .introduction,  #home .offers,  #home .news {
	width: 473px; 
}

#home .card, #home .cardinfo, #home .twitter {
	width: 343px;
	
}

#home h2 {
	font-size: 2.0em;
	margin-bottom: 0.4em;
	color:#eaeaea;
}

#home .introduction h1 {
	font-size: 3.2em;
	margin-bottom: 0.3em;
	color: #eaeaea;
}

#home .introduction p{
	font-size: 1.5em;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}

#home .introduction p.button-container {
	font-size: 1.3em;	
}

#home .introduction .button {
	height: 39px;
	line-height: 36px;
}


#home .card {
	width: 415px;
	float: left;
	height: 293px;
}
 
#home .card img {
	margin: 30px 65px;
	position: absolute;
	z-index: 3;
}

#home .card img.back {
	
}

.card_controls {
	text-align: center;
	font-size: 1.2em;
	margin-top: 220px;
	position: absolute;
	width: 415px;
	z-index: 9;
}

.card_controls a{
	text-decoration: none;
	color: #dadada;
	padding: 4px 7px
}

.card_controls a:hover{
	background-color: rgba(32,32,32,1);	
}

.card_controls a.selected{
	background-color: rgba(64,64,64,0.5);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;	
}

#fc_onlick {

	color: #fff;
	cursor: pointer;
}

#home .offers {
	/*display: table;*/
}

#home .offer-row {
	/*display: table-row;*/
}


#home .offers p {
	clear: both;
}

#home .news {
	clear: both;
	margin-top: 1em;
}

#home h2 {
	margin-top: 0;
}

#home .news h3 {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
}

#home .news h3 a{
	color: #eaeaea;
	text-decoration: none;
}

#home .news h2 a:hover {
	text-decoration: underline;
}

#home .news p.meta {
	color: #777;
	font-size: 1em;
	margin-bottom: 0.2em;
}

#home .news a.read-more {
	color: #ccc;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
}

#home .twitter {
	margin-top: 1em;
}

#home .twitter ul {
	margin-bottom: 1.8em;
}

#home .twitter ul li {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 1.0em;
	list-style-type: none;
}

#home .twitter ul li a {
	color: #fff;
}

#home .twitter ul li .twitterStatus {
	display: block;
}

#home .twitter ul li .twitterTime {
	display: block;
	color: #898989;
	font-size: 0.9em;
}

/* @end */

/* @group Offers Filter */

ul.offers-filter {
	list-style-type: none;
	margin: 1em 0 2em 0;
	background-color: #000;
	height: 2em;
	border: 1px solid #2a292a;
	height:26px;
	padding:4px;
	
}

ul.offers-filter li{
	display: inline;	
}

ul.offers-filter li a{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	margin-right: 5px;
	padding: 0 15px;
	line-height: 26px;
	height: 26px;
	-webkit-border-radius:5px;
}

ul.offers-filter li a:hover{
	background-color: #333;
	color: #fff;	
}

ul.offers-filter li a#show-wnl{
	font-weight: bold;
	color: #ea0691;
}

ul.offers-filter li a.selected{
	background-color: #444;
}

/* @end */



/* @group Offers Widget */

ul.offers-grid-layout {
	margin: 0;
	list-style-type: none;
	font-size: 1.0em;
}

.offers-grid-layout li {
	font-size: 1.2em;
	display:inline-block;
	float: left;
	width: 152px;
	height: 180px;
	text-align: center;
	padding-bottom: 1.4em;
	margin-right: 8px;
}

.offers-grid-layout li a {
	color: #dadada;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	
}

.offers-grid-layout li a span {
	padding: 3px 10px;
	display: block;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
}

.offers-grid-layout li a:hover {
	color: #fff;
}

.offers-grid-layout li a:hover span{
	
	background-color: #333;
}

.offers-grid-layout li img {
	background-color: #000;
	padding: 10px;
	border: 1px solid #2a292a;
	margin-bottom: 0.4em;
	width: 130px;
	height: 110px;
}

.offers-grid-layout li a:hover img {
	background-color: #1a1a1a;
}

.offers-grid-layout li a img, .offers-grid-layout li a span {
	-webkit-transition-duration:0.3s
}

#home .offers-grid-layout li:nth-child(3n+1), #page .offers-grid-layout li:nth-child(6n+1) {	
	/*clear: both;*/
}

#home .offers-grid-layout li:nth-child(3n+3), #page .offers-grid-layout li:nth-child(6n+6) {
	margin-right: 0;
	
}

#page .offers-grid-layout li:nth-child(5n+1) {
	/*margin-right: none;*/
}


/* @end */





/* @group Offer */

.offer {
	padding: 10px;
}

.offer .venue-details {
	float: left;
	width: 150px;
	margin-right: 20px;
}

.offer .offer-details {
	display: block;
	float: left;
	width: 400px;
}

.offer img.thumb {
	background-color: #000;
	padding: 10px;
	border: 1px solid #2a292a;
	margin-bottom: 1em;
}


.offer h1 {
	font-size: 1.4em;
	margin: 0 0 1em 0;
	color: #fff;
}

.offer p.offer-info {
	font-size: 2.2em;
	line-height: 1.4em;
	color: #fff;
	margin-bottom: 1.0em;
	font-style: italic;
}

.offer p.venue {
	
	font-size: 1.2em;
	color: #999;
	margin-bottom: 1.4em;
}

.offer h2 {
	font-size: 1.4em;
	margin: 1.5em 0 0.5em 0;
	color: #fff;
}

.offer p {
	font-size: 1.2em;
	color: #aaa;
	margin-bottom: 0;
	line-height: 1.6em;
}

.offer address {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #aaa;
	font-style: italic;
}

.offer a {
	color: #ccc;
	margin-right: 10px;
}


.offer ul.terms li{
	font-size: 1.1em;
	font-style: italic;
	margin-bottom: 0;
	color: #aaa;
}

/* @end */

#content {
	width: 650px;
	float: left;
}



/* @group Sidebar */

#sidebar {
	width: 220px;
	float: right;
	background-color: rgba(0,0,0,0.2);
	border: 1px solid #2a2a2a;
	padding: 1em 20px;
}

#sidebar h4 {
	font-size: 1.4em;
	margin: 0.5em 0 0.5em 0;
	color: #fff;
	text-transform: uppercase;
}

#sidebar ul {
	margin-bottom: 3em;
}

#sidebar li {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 0.5em;	
}

#sidebar a {
	color: #cacaca;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* @end */

#page h1 {
	font-size: 3.0em;
	text-shadow: #000 1px 1px 0;
	color: #eaeaea;
}

#page h1 a {
	color: #eaeaea;
}

.post h1 {
	margin-bottom: 0.2em;
}
p.post-details {
	font-size: 1.2em;
	color: #666;
}


.align-center {
	text-align: center;
}

/* @group Register Card */

.register-card-form label {
	display: block;
}

.register-card-form label {
	font-size: 1.1em;
	margin-bottom: 0.2em;
	color: #ddd;
}

.register-card-form label .error {
	font-size: 0.9em;
	color: #ea0691;
	margin-left: 7px;	
}

.register-card-form input[type=text] {
	border: 1px solid #333;
	background-color: #000;
	
	width: 300px;
	color: #fff;
	padding: 0.6em 5px;
	font-size: 1.0em;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
}

.register-card-form input:focus {
	-webkit-box-shadow: 0 0 5px rgba(234,6,145, 1);
	-moz-box-shadow: 0 0 5px rgba(234,6,145, 1);
	
}
.register-card-form input.error {
	border-color: #743430;
}

.register-card-form input[type=submit] {
	padding: 0;
	width: 200px;
}

.register-card-form p.error {
	font-size: 1.6em;
	color: #ea0691;
	margin-bottom: 0.6em;
}

/* @end */




