/*
Speak the Web
v1.0 
2009-11-04
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img{
	-ms-interpolation-mode:bicubic;
}

/*==================================================*/

body {
	width:946px;
	margin:0 auto;
	background:#000;
	color:#fff;
	font:normal 14px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
/*	color:#fcddae;*/
	text-align:center;
	
	text-shadow: rgba(0,0,0,.01) 0 0 1px;

}

/*@font-face {
  font-family: 'League Gothic';
  src: local('League Gothic'),
         url('League Gothic.otf') format('opentype');
}*/

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('League_Gothic.eot');
	src: local('League Gothic Regular'), local('LeagueGothic'), url('League_Gothic.woff') format('woff'), url('League_Gothic.otf') format('opentype'), url('League_Gothic.svg#LeagueGothic') format('svg');
}

h1, .pagetitle, h2, h3, h4, h5, h6, .wp-email-capture-submit, .sponsorship a, #primary  a{
	font-family:"LeagueGothicRegular", Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
}

/*==================================================
~HEADER
====================================================*/


body > header {
	background:url(../img/bg-head.jpg) no-repeat;
	width:946px;
	min-height:430px;
}

/*-----------------------
x. H1 Logo Replacement
-------------------------*/
.logo { 
	letter-spacing : -1000em;
} 

/* Just for Opera, but hide from MacIE */ 
/*\*/html>body .logo { 
	letter-spacing : normal; 
	text-indent : -999em; 
	overflow : hidden;
} 
/* End of hack */ 
h1.logo, h2.logo {
	width:625px;
	height:140px;
	border:none;
	background:url(../img/logo.png) 0 25px no-repeat;
	margin:0 auto;
	padding:25px 0;
}

h1.logo a, h2.logo a {
	display:block;
	width:625px; /* replace with your value */
	height:140px; /* replace with your value */
	border-bottom:0;
}

h1.logo a:hover, h2.logo a:hover {
	background:none;
}


/*-----------------------
~~Nav
-------------------------*/

header nav {
	margin:45px auto 0 auto;
	width:850px;
	text-align:center;
}

header nav li {
	display:inline;
	width:auto;
	text-transform:uppercase;
	font-size:36px;
	margin:0 7px;
}

header nav li a {
	color:#000;
	text-decoration:none;
}

header nav li a:hover, header nav li a:focus, .curernt_page_item {
	color:#fff;
}


/*==================================================
~CONTENT
====================================================*/

#content {
	clear:both;
}

#content > section, #content > article {
	width:480px;
	margin:0 auto;
	text-align:left;
	color:#fff;
}

#content h1 {
	font-size:48px;
	font-weight:normal;
	text-transform:uppercase;
	line-height:1;
}


#content div > article {
	text-align:left;
	color:#fff;
	margin-bottom:30px;
}

article header p, article footer p {
	font-size:14px;
	font-style:italic;
}

#content > div {
	float:left;
	width:50%;
	margin-left:15%;
	margin-right:4%;
}

#content > aside {
	float:right;
	width:25%;
	text-align:left;
}

aside h2 {
	font-size:36px;
	text-transform:uppercase;
	line-height:1;
}

aside ul {
	list-style:none;
	margin-bottom:20px;
	font-size:16px;
}


#content h1.pagetitle {
	font-size:72px;
	margin-bottom:20px;
}



#respond h3, h3#comments {
	text-transform:uppercase;
	font-size:36px;
}

/*==================================================
~PAGES
====================================================*/

.page #content section h1 {
	font-size:72px;
}

.page #content h2 {
	font-size:48px;
	text-transform:uppercase;
	margin-top:0.5em;
	clear:both;
}

.page #content h3, .page #content h4, .page #content h5 {
	font-size:36px;
	line-height:1;
}

.page #content section {
	position:relative;
}

.page #content section ul.nav {
	position:absolute;
	right:-150px;
	top:0;
	list-style:none;
}

/*.image {
	margin-left:-170px;
	width:auto;
	display:inline;
	float:left;
}*/

table {
	font-size:16px;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	width:100%;
}

thead {
	border-bottom:1px solid #fff;
}

table td, table th {
	padding:3px 10px;
	text-align:left;
}

.btn-book {
	display:block;
	text-indent:-9999em;
	background:url(../img/loc-titles.png) 0 -460px no-repeat;
	width:162px;
	height:61px;
	margin:10px 0;
}

#content h2#summary {
	margin-top:0;
}

/*==================================================
~HOME
====================================================*/

body.home {
	background:#000 url(../img/bg-home.jpg) 50% 0 no-repeat;
}

body.home header {
	background:none;
	min-height:340px;
}

#content .locations {
	clear:left;
	width:100%;
	margin:0;
	float:none;
	overflow:auto;
	min-height:735px;
}

#content .locations section {
	width:40%;
	margin-left:7%;
	float:left;
	text-align:left;
	position:relative;
	margin-bottom:50px;
}

.locations h1 {
	margin-bottom:5px;
}

.locations > h1 {
	margin:0 auto;
	color:#000;
}

.locations h1 a {
	background-image:url(../img/loc-titles.png);
	background-repeat:no-repeat;
	text-indent:-9999em;
	display:block;	
	overflow:hidden;
}

#sheffield h1 a {
	background-position:0 10px;
	height:96px;
	width:230px;
}

#manchester h1 a {
	background-position:0 -104px;
	height:96px;
	width:300px;
}

#leeds h1 a {
	background-position:0 -217px;
	height:96px;
	width:131px;
}

#liverpool h1 a {
	background-position:0 -337px;
	height:96px;
	width:258px;
}


#manchester .sold-out {
	position:absolute;
	z-index:10;
	top:130px;
	left:50px;
}

#leeds .sold-out {
	position:absolute;
	z-index:10;
	top:130px;
	left:50px;
}

#sheffield .sold-out {
	position:absolute;
	z-index:10;
	top:130px;
	left:50px;
}

#liverpool .sold-out {
	position:absolute;
	z-index:10;
	top:130px;
	left:50px;
}


.locations p {
	float:none;
	margin:0;
	padding:0 20px;
	font-size:18px;
	clear:both;
}

.locations p a {
	position:absolute;
	right:10px;
	bottom:-15px;
	display:block;
	text-indent:-9999em;
	background:url(../img/loc-titles.png) 0 -460px no-repeat;
	width:162px;
	height:61px;
}

.locations h2, .locations h1, .locations h3, .locations h4 {
	padding:0 20px 5px 20px;
	line-height:1;
	text-transform:uppercase;
}

.locations h1 {
	padding:0 0 5px 0;
}

.home #content .locations section h2{
	font-size:36px;
	padding-bottom:0;
}

.home #content .locations section h3, .home #content .locations section h4 {
	font-size:24px;
}

.home #content section h2 {
	margin-top:0;
	line-height:1;
}

#content .why {
	clear:left;
	width:100%;
	margin:0 auto;
	float:none;
	overflow:auto;
}

#content .why section {
	float:left;
	width:40%;
	margin-left:7%;
	margin-bottom:30px;
	text-align:left;
	position:relative;
}

.why h2, .why p {
	padding:5px 20px;
	margin-bottom:5px;
}

.why p {
	float:none;
	width:auto;
}

.why h2 {
	font-size:32px;
	text-transform:uppercase;
}

/*==================================================
~GENERAL
====================================================*/
p {
	margin:0 auto 1em auto;
	font-size:16px;
/*	float:left;
	width:100%;*/
}

article, .post {
	clear:both;
}

a {
	color:#fff;
}

#content a:hover, #content a:focus {
	color:#d3440c;
}

ul, ol, dl {
	font-size:16px;
	margin-bottom:1em;
}

.entry h2 {
	font-size:36px;
}

.entry h3 {
	font-size:24px;
}

.entry h4 {
	font-size:18px;
	text-transform:uppercase;
}


blockquote {
	border-left:3px solid #fff;
	margin-left:-30px;
	padding:0;
	margin-bottom:10px;
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

blockquote p:first-child:before {
	content:'"';
}

blockquote p:last-child:after {
	content:'"';
}

blockquote p {
	padding:0 15px 0 30px;
	font-size:18px;
}

blockquote p:first-child {
	text-indent:-5px;
}


/*==================================================
~EVENTS
====================================================*/

body.page-template-page-event-php {
	background:#000 url(../img/bg-event.jpg) 50% 0 no-repeat;
}

body.page-template-page-event-php header {
	background:none;
	min-height:340px;
}

#content > article.vevent {
	width:820px;
	position:relative;
}

article.vevent div {
	width:480px;
	margin:0 auto;
}

article.vevent div + h2 {
	margin-top:20px;
}

article.vevent div h3 {
	padding-top:0.5em;
}

article.vevent h1 {
	position:absolute;
	top:-130px;
	right:0;
	width:50%;
	text-indent:-9999em;
	overflow:hidden;
	background-image:url(../img/event-headers.png);
}

article.manchester h1 {
	background-position:0 -465px;
	width:605px;
	height:219px;
}

article.sheffield h1 {
	background-position:0 0;
	width:605px;
	height:194px;
}

article.leeds h1 {
	background-position:-100px -229px;
	width:605px;
	height:200px;
}

article.liverpool h1 {
	background-position:0 -734px;
	width:605px;
	height:202px;
}

#content article.vevent h2 {
	margin-top:0;
	color:#000;
	line-height:1;
	font-size:60px;
}

#content article.vevent h1 + h2 {
	margin-top:130px;
	line-height:1;
}

#content article.vevent h2 a {
	color:#000;
	text-decoration:none;
}

#content article.vevent h2 a:hover, #content article.vevent h2 a:focus  {
	color:#fff;
	text-decoration:none;
}

#content article.vevent div h2 {
	margin-left:-170px;
	color:#fcddae;
	font-size:64px;
	line-height:1.5;
}

article.vevent .btn-book {
	position:absolute;
	right:0;
	top:110px;
	width:290px;
	height:106px;
	background:url(../img/event-headers.png) -315px -986px;
	
}

img.speaker {
	float:left;
	width:auto;
	margin-left:-170px;
}


/*==================================================
~COMMENTS
====================================================*/

.commentlist {
	list-style:none;
}

.commentlist li {
	float:left;
	width:100%;
}

.commentlist .avatar {
	margin-left:-50px;
	margin-right:15px;
	margin-bottom:-18px;
}

#respond {
	clear:both;
}

textarea {
	width:100% !important;
}

.comment-meta {
	font-size:12px;
	font-style:italic;
	margin-bottom:10px;
}

.commentlist li {
	margin:0 0 20px 0;
	border-bottom:1px solid #fff;
}

#submit {
	font-size:16px;
}

/*==================================================
~WP EMAIL CAPTURE
====================================================*/

#wp_email_capture {
width:550px;
margin:0 auto;
font-size:18px;
}

#wp_email_capture form {
margin:0;
padding:0;
}

#wp_email_capture label {
display:block;
}

#wp_email_capture input {
	margin-bottom:1em;
	width:290px;
	border:0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:18px;
	padding:3px 5px;
}

#wp_email_capture input:focus {
	background:#fff;
}

#wp_email_capture .wp-email-capture-submit {
	width:150px;
	height:32px;
	background:#d43d0f url(../img/rpt-bkgd.jpg);
	border:1px solid #000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	color:#fcddae;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	
	text-shadow:0 2px 2px #2b0a0a;	
	
	box-shadow:0 3px 2px #2b0a0a;	
	-moz-box-shadow:0 3px 2px #2b0a0a;	
	-webkit-box-shadow:0 3px 2px #2b0a0a;	
}

#wp_email_capture .wp-email-capture-submit:hover, #wp_email_capture .wp-email-capture-submit:focus  {
	background:#000;
	border:1px solid #fcddae;
	cursor:pointer;
}

/*==================================================
~FOOTER
====================================================*/
footer#siteinfo {
	background:url(../img/bkgd-foot3.jpg) 0 0 no-repeat;
	min-height:700px;
	position:relative;
	clear:both;
}

footer#siteinfo p.legal {
	color:#000;
	font-size:14px;
	text-align:center;
	position:absolute;
	bottom:20px;
	width:100%;
	left:0;
}

footer#siteinfo a {
	color:#000;
}

footer#siteinfo a:hover, footer#siteinfo a:focus {
	color:#fcddae;
}

footer#siteinfo .sponsorhip a:hover, footer#siteinfo .sponsorhip a:focus {
	color:#fff;
}

footer abbr, footer abbr[title] {
	border-bottom:0;
}

footer#siteinfo ul {
	list-style:none;
	text-align:center;
}

footer#siteinfo h3 {
	font-size:36px;
	color:#000;
	text-transform:uppercase;
	line-height:1;
}

.sponsors {
	padding:50px 65px 50px 50px;
	text-align:left;
	float:left;
}

.sponsors h3 {
	width:100%;
	color:#000;
	text-transform:uppercase;
}

.sponsors li {
	float:left;
	display:block;
	margin-left:38px;
}

.sponsors li:first-child {
	margin-left:0;
}

.supporters {
	padding:0 65px 0 50px;
	text-align:left;
	float:left;
}

.supporters h3 {
	width:100%;
	color:#000;
	text-transform:uppercase;
	margin-bottom:10px;
}

.supporters li {
	display:inline;
	margin-left:60px;
}

.supporters li:first-child {
	margin-left:0;
}

.secondary {
	padding:0 50px;
	text-align:left;
	clear:both;
}

.secondary section {
	float:left;
}

.social {
	width:220px;
}

.social li {
	float:left;
	width:auto;
	margin-right:10px;
}

.sponsorship {
	width:315px;
	margin:0 35px;
}

.newsletter {
	width:240px;
}

.secondary section:first-child {
	margin-left:0;
}

.secondary h3 {
	text-align:left;
	margin-bottom:10px;
}

.follow ul {
	list-style:none;
	margin-top:5px;
}

.follow li {
	float:left;
	display:block;
	width:32px;
	height:32px;
	margin-right:5px;
}

.newsletter #wp_email_capture {
	width:100%;
}

.newsletter #wp_email_capture label, .newsletter #wp_email_capture input {
	font-size:14px;
	color:#000;
}

.newsletter #wp_email_capture input {
	width:95%;
	margin-bottom:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	border:1px solid #000;
}

.newsletter #wp_email_capture input[type="submit"] {
	width:35%;
	float:right;
	margin-top:5px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	color:#fcddae;
	text-shadow:none;	
	box-shadow:none;	
	-moz-box-shadow:none;	
	-webkit-box-shadow:none;
}

.sponsorship a {
	text-transform:uppercase;
	font-size:48px;
	text-decoration:underline;
}

.sponsorship p {
	line-height:1;
}