/*
Theme Name: In Black and White
Theme URI: http://inblackandwhite.tv
Description: Base theme using HTML5, WAI-ARIA, hCard, hAtom, vevent
Version: 1.0
Author: Tim Brook
Author URI: http://kmp.co.uk
Tags: html5, wai-aria, accessible, microformats
*/

/*================================
1. COMMON RESET
==================================*/

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;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*================================
1. DEFAULT
==================================*/

body {
	margin:20px auto;
	font:normal 14px/1.5 Arial, Helvetica, sans-serif;
	background:#000 url(../images/bkgd/bkgd-page.gif);
	color:#d7cbbd;
}

#skipLink {
	display: block;
	padding: 10px 20px;
	position: absolute;
	top:0;
	left: -9999em;
}
#skipLink:focus { 
	left: 0; 
}

body > header, body > footer, body > nav, #content, .elsewhere {
	width:1000px;
	margin:0 auto;
	background:#241d12;
}
body > section {
	margin-top:-20px;
}
.elsewhere, #content {
	border-bottom:1px solid #705939;
	background:#241d12 url(../images/bkgd/bkgd-rpt-content.jpg);	
}

body > div {
	clear:both;
}
ul li,
ol li {
	color:#DCCBB9;
}
li li {
	margin-left:15px;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.entry img.alignright {
	margin-left:10px;
}
.entry img.alignleft {
	margin-right:10px;
}

/*================================
2. TYPOGRAPHY DEFAULTS
==================================*/

@font-face {
	font-family: 'FontinRegular';
	src: url('../fonts/Fontin-Regular.eot');
	src: local('Fontin Regular'), local('Fontin-Regular'), url('../fonts/Fontin-Regular.woff') format('woff'), url('../fonts/Fontin-Regular.otf') format('opentype'), url('../fonts/Fontin-Regular.svg#Fontin-Regular') format('svg');
}/*

@font-face {
	font-family: 'FontinBold';
	src: url('fonts/Fontin-Bold.eot');
	src: local('Fontin Bold'), local('Fontin-Bold'), url('fonts/Fontin-Bold.woff') format('woff'), url('fonts/Fontin-Bold.otf') format('opentype'), url('fonts/Fontin-Bold.svg#Fontin-Bold') format('svg');
}

@font-face {
	font-family: 'FontinSmallCaps';
	src: url('fonts/Fontin-SmallCaps.eot');
	src: local('Fontin SmallCaps'), local('Fontin-SmallCaps'), url('fonts/Fontin-SmallCaps.woff') format('woff'), url('fonts/Fontin-SmallCaps.otf') format('opentype'), url('fonts/Fontin-SmallCaps.svg#Fontin-SmallCaps') format('svg');
}

@font-face {
	font-family: 'FontinItalic';
	src: url('fonts/Fontin-Italic.eot');
	src: local('Fontin Italic'), local('Fontin-Italic'), url('fonts/Fontin-Italic.woff') format('woff'), url('fonts/Fontin-Italic.otf') format('opentype'), url('fonts/Fontin-Italic.svg#Fontin-Italic') format('svg');
}*/


h1, h2, h3, h4, h5, h6 {
	font-family:'FontinRegular', georgia, serif;
	color:#977e62;
}
h3 a {
	color:#977e62;
	text-decoration:none;
}
h3 a:hover,
h3 a:focus {
	color:#977e62;
	text-decoration:underline;
}
input[type="submit"] {
	font-family:'FontinRegular', georgia, serif;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:1em;
	color:#dccbb9;
}

/*================================
3. PAGE HEADER
==================================*/

body > header {
	position:relative;
	min-height:241px;
	background:url(../images/bkgd/bkgd-head.jpg) no-repeat;
}

hgroup {
	position:relative;
}

body > header form {
	position:absolute;
	width:300px;
	padding-right:10px;
	right:0;
	top:72px;
	text-align:right;
}

header form input[type="search"] {
	border:2px solid #9e8869;
	padding:2px;
}

form input[type="submit"] {
	padding:2px;
	border:1px solid #ccc;
	background:#977e62;	
	color:#fff;
	font-size:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	border-radius:5px;
	cursor:pointer;
}
form input[type="submit"]:hover {
	background:#00aeef;
}
.Manchester form input[type="submit"]:hover {
	background:#e57a0e;
}
.London form input[type="submit"]:hover {
	background:#AC10D3;
}

/*-----------------------
x. H1 Logo Replacement
-------------------------*/
hgroup h1, hgroup h2 { 
	letter-spacing : -1000em;
} 

/* Just for Opera, but hide from MacIE */ 
/*\*/html>body hgroup h1, html>body hgroup h2 { 
	letter-spacing : normal; 
	text-indent : -999em; 
	overflow : hidden;
} 
/* End of hack */ 

hgroup h1 {
	position:relative;
	top:20px;
	left:30px;
	width:504px;
	height:147px;
	border:none;
	background:url(../images/logo.png) 0 0 no-repeat;
	margin:0;
}

hgroup a {
	display:block;
	width:504px; /* replace with your value */
	height:147px; /* replace with your value */
	border-bottom:0;
}

hgroup a:hover {
	background:none;
}

hgroup h2 {
	position:relative;
	top:-48px;
	left:195px;
	width:356px;
	height:25px;
	border:none;
	background:url(../images/logo.png) -512px 0 no-repeat;
	margin:0 !important;
}

/*================================
x. NAVIGATION
==================================*/

header nav {
	position:absolute;
	top:150px;
	left:195px;
}

nav li {
	display:block;
	width:auto;
	float:left;
	margin-right:3px;	
}

nav li#rss a {
	text-indent:-9999em;
	display:block;
	width:24px;
	height:24px;
	background:url(../images/icons/rss.png) 0 0 no-repeat;
	padding:0;
}

header nav li a {
	background-color:#977e62;
	
	-webkit-transition:background-color 0.5s linear;
	-moz-transition-property: background-color;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;


	
	-o-transition: background-color;
	-o-transition-duration:0.5s;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;	
	padding:3px 7px;
	-moz-box-shadow:0px 1px 0px #48371d;
	-webkit-box-shadow:0px 1px 1px #48371d;	
	box-shadow:1px 1px 1px #48371d;
	font-size:16px;
	font-weight:bold;	
	text-decoration:none;
}

header nav li a:hover, header nav li a:focus, header nav li.current_page_item a {
	background:#00aeef;
	color:#fff;
	text-decoration:none;
}

/*================================
x. LINKS
==================================*/

a, a:active {
	color:#fff;
	outline:none;
}
a:hover, 
a:focus {
	color:#00aeef;
	text-decoration:underline;
}
a.btn:hover,
a.btn:focus {
	color:#fff;
}

/*================================
x. LEAD EVENT
==================================*/

.home ul {
	list-style:none;
	margin-bottom:1em;
}
.home article ul li a {
	text-decoration:underline;
}
.home h2 {
	color:#00AEEF;
}
.home .vevent strong {
	color:#00AEEF;
}
.vevent,
.flock {
	background:#000000 url(../images/bkgd/flock.png);
	border-bottom:2px solid #705939;
	width:100%;
}
.vevent {	
	margin-top:-20px;
}

.vevent div, 
.page-head div,
.vevent header > div {
	margin:0 auto;
	width:1000px;
	color:#fff;
}

.vevent header,
header.page-head {
	border-bottom:3px solid #705836;
	background-color:#2c2c2c;
	padding:20px;
	
}
.event-header h1,
.page-head h1 {
	float:left;
	width:590px;
	line-height:1;
	padding:5px 10px 0 20px;
	font-size:36px;
	color:#fff;
}
.event-media p {
	padding-top:5px;
}

.vevent h1 a,
.page-head h1 a {
	color:#fff;
	text-decoration:none;
}

.vevent h1 a:hover,
.page-head h1 a:hover {
	color:#00aeef;
}

.vevent h2,
.vevent h2 a {
	font-size:24px;
	line-height:1;
	margin-bottom:0.3em;
	color:#977e62;
	text-decoration:none;
}


.vevent p + section h2 {
	margin-top:0.5em;
}

.vevent div div {
	float:left;
	width:auto;
	margin:1em 0 0 20px;
	line-height:1.2;
}

.event-media {
	width:400px;
}

.vevent header div div {
	float:left;
	width:340px;
	position:relative;
	margin:0;
}

.vevent header div div p {
	position:relative;
	top:0;
	left:0;
	width:60%;
	padding-bottom:0.1em;
	font-family:'FontinRegular', Georgia, serif;	
	font-size:16px;
}

.vevent header div div h3 {
	position:absolute;
	top:0;
	right:0;
	width:35%;
	text-align:left;
	font-size:16px;
	font-weight:normal;
	line-height:1.4;
}

.vevent header div div a {
	text-decoration:none;
}
.vevent header div div a:hover {
	text-decoration:underline;
}
.Manchester header div div a {
	color:#E57A0E;
}
.London header div div a {
	color:#AC10D3;
}
.vevent div p {
	padding-bottom:1em;
	line-height:1.4;
}

.vevent div div:first-child {
	float:left;
	width:260px;
	margin-right:20px;
}

.vevent div div section {
	float:none;
	width:auto;
	padding:0;
	margin:0;
}

video {
	width:358px;
	height:180px;
	display:block;
	border:1px solid #6e5839;
	background:#333;
	margin-bottom:0.5em;
}

.btn {
	display:block;
	padding:5px 40px 5px 10px;
	text-align:center;
	background:#e57a0e url(../images/icons/arrows.png) 95% 50% no-repeat;
	border:1px solid #fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-decoration:none;
	font-family:'FontinRegular', Georgia, serif;
	font-size:18px;
}
table {
	margin:10px 0;
	border-bottom:1px solid #6E5839;
}
th {
	border-top:2px solid #6E5839;
	border-bottom:2px solid #6E5839;
}
td {
}
td, th {
	padding:5px 10px;
}

.vevent li {
	line-height:1.4;
}

section form input {
	width:100%;
}

section form input[type="submit"] {
	margin-top:0.5em;
}


/*================================
x. PAGE FOOTER
==================================*/

.elsewhere {
	clear:both;
	background:#000000 url(../images/bkgd/flock.png);
}
.elsewhere h3 {
	font-size:20px;
}
.elsewhere h3, .elsewhere ul {
	padding:0.5em 20px 0 20px;
}

.elsewhere ul {
	padding-bottom:0.5em;
}

.elsewhere ul {
	list-style:none;
}

.elsewhere li {
	display:inline;
}

.elsewhere li img {
	margin:0 28px 15px 28px;;
	vertical-align:middle;
}

.elsewhere + nav ul {
	margin:5px 0;
	padding:0 20px;
}

/*.elsewhere + nav, nav + footer {
	background:none;
	clear:both;
}

.elsewhere + nav ul {
	float:left;
	width:100%;
}

.elsewhere + nav li {
	display:block;
	float:left;
	width:auto;
	margin:0;
	border-left:1px solid #fff;
}

.elsewhere + nav li a {
	padding:0 5px;
	text-align:center;	
}

.elsewhere + nav li:first-child {
	border-left:0;
}

.elsewhere + nav li:first-child a {
	padding-left:0;
}*/

body > footer {
	background:none;
	margin-top:0.5em;
	margin-bottom:0.5em;
	clear:both;
}


footer nav {
	float:left;
	width:60%;
}

footer li {
	display:block;
	float:left;
	width:auto;
	border-left:1px solid #fff;
}

footer a {
	margin:0 5px;
}

footer  li:first-child {
	border-left:0;
}

footer  li:first-child a {
	padding-left:0;
	margin:0 5px 0 20px;	
}

footer small {
	float:right;
	width:30%;	
	font-size:14px;
	padding:0 20px;
	text-align:right;
}


/*================================
x. HOME BODY
==================================*/

div > section, div > aside, div > nav {
	width:260px;
	float:left;
	margin:10px 20px;
	padding:0;
}

div > aside {
	width:360px;
}
#sidebar {
	margin-top:20px;
}
div + section:first-child {
	margin-left:30px;
}
.side-content section,
div aside > section {
	width:160px;
	float:left;
	margin:0 0 0 20px;	
}
.page-template-page-up-event-php div aside > section,
.page-template-page-past-event-php div aside > section {
	width:100%;
	float:none;
	margin:0;
}
#sidebar section {
	float:none;
	width:auto;
	margin:auto;
}
.page-template-page-up-event-list-php div aside > section,
.page-template-page-past-event-list-php div aside > section,
.page-template-page-up-event-php div aside > section,
.page-template-page-past-event-php div aside > section {
	width:360px;
	float:none;
	margin:10px 0 0;	
}

div aside > section:first-child {
	margin:0 0 0 0;	
}

div nav h3, 
div aside h3,
section h3 {
	font-size:20px;
}

div nav img {
	margin-top:3px;
	border:1px solid #6e5839;
}

div nav ul,
#sidebar section ul {
	list-style:none;
}

div nav li,
#sidebar section li,
#sidebar section li li,
div nav li li {
	border-bottom:1px dotted #625743;
	float:none;
	margin:0;
}
#sidebar section li li:last-child,
div nav li li:last-child {
	border-bottom:none;
}
div nav ul li p {
	padding:0;
}
.Manchester div nav ul li time,
.London div nav ul li time {
	color:#fff;
}

div nav li a,
#sidebar section li a,
#sidebar section li li a,
div nav li li a {
	padding:8px 33px 8px 10px;
	display:block;
	background:url(../images/icons/arrows.png) 98% 50% no-repeat;
	background-color:rgba(98,87,67,0);
	text-decoration:none;	
	-webkit-transition:background-color 0.35s linear;	
	-moz-transition:background-color 0.35s linear;
	-o-transition: background-color;
	-o-transition-duration:0.5s;
}
div nav li a:hover,
#sidebar section li a:hover,
#sidebar section li li a:hover,
div nav li li a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#31271b;
	background-color:rgba(98,87,67,0.5);
}

/*div nav.fromblog ul li a {
	font-size:16px;
	color:#977e62;
}*/

div nav li a:hover {

}
div.flash-banner {
	border-top:1px solid #705939;
	clear:both;
	padding:3px 0 0;
	margin-bottom:-3px;
}
/*================================
x. UPCOMING EVENTS
==================================*/
.page-template-page-up-event-list-php #page-wrap,
.page-template-page-past-event-list-php #page-wrap,
.page-template-page-up-event-php #page-wrap,
.page-template-page-past-event-php #page-wrap,
.search-results #page-wrap,
.blog #page-wrap,
.single #page-wrap,
.archive #page-wrap {
	background:url(../images/bkgd/header-rpt.jpg) left top repeat-x;
	padding-top:90px;
	margin-top:-20px;
}
.page-template-page-up-event-list-php #page-wrap #content,
.page-template-page-past-event-list-php #content,
.page-template-page-up-event-php #page-wrap #content,
.page-template-page-past-event-php #page-wrap #content,
.search-results #page-wrap #content,
.blog #page-wrap #content,
.single #page-wrap #content,
.archive #page-wrap #content {
	position:relative;
}
.page-template-page-up-event-list-php div > section,
.page-template-page-past-event-list-php div > section,
.search-results div > section,
.page div > section,
.error404 div > section,
.blog div > section,
.single div > section,
.archive div > section {
	position:relative;
	width:560px;
}
.home div > section {
	margin:1em 20px;
	width:260px;
}
.page-template-page-up-event-list-php div > aside,
.page-template-page-past-event-list-php div > aside {
}
.page-template-page-up-event-list-php .vevent,
.page-template-page-past-event-list-php .vevent {
	width:540px;
	padding:10px;
	margin:10px 0;
	background:#31281b;
	border-top:1px dotted #6e5839;
	border-bottom:1px dotted #6e5839;
	overflow:auto;
}
.page-template-page-up-event-list-php .vevent div,
.page-template-page-past-event-list-php .vevent div {
	width:auto;
	color:#fff;
}
.page-template-page-up-event-list-php .vevent header,
.page-template-page-past-event-list-php .vevent header,
.page-template-page-up-event-php .vevent div header,
.page-template-page-past-event-php .vevent div header {
	padding:11px 0 0;
	border-bottom:none;
	background:none;
}
.page-template-page-up-event-list-php .vevent header p,
.page-template-page-past-event-list-php .vevent header p {
	font-family:'FontinRegular', Georgia, serif;
	padding-bottom:0.3em;
}
.page-template-page-up-event-list-php #page-wrap header h1,
.page-template-page-past-event-list-php #page-wrap header h1,
.blog #page-wrap header h1,
.single #page-wrap header h2,
.search-results #page-wrap header h1,
.archive #page-wrap header h1 {
	position:absolute;
	top:-75px;
	float:none;
	width:950px;
	line-height:1;
	padding:0;
	font-size:36px;
	color:#fff;
}
.page-template-page-up-event-list-php .vevent header h2,
.page-template-page-past-event-list-php .vevent header h2{
	margin-bottom:0;
}
/*
.page-template-page-up-event-list-php aside section h3,
.page-template-page-past-event-list-php aside section h3,
.page-template-page-up-event-php aside section h3,
.page-template-page-up-event-php nav h3,
.page-template-page-past-event-php aside section h3,
.page-template-page-past-event-php nav h3,*/
#sidebar h3,
#sidebar h2,
.search-results h2,
.search-results h3 {
	color:#977e62;
	text-decoration:none;
	font-size:20px;
}
.page-template-page-up-event-list-php .vevent header h2 a:hover,
.page-template-page-up-event-list-php .vevent header h2 a:focus,
.page-template-page-past-event-list-php .vevent header h2 a:hover,
.page-template-page-past-event-list-php .vevent header h2 a:focus {
	text-decoration:underline;
}
.Manchester .location,
.Manchester .tickets {
	color:#e57a0e;
}
.London .location,
.London .tickets {
	color:#ac10d3;
},
.London header time,
.Manchester header time {
}
.Manchester a.btn {
	background-color:#eg7a0e;
}
.London a.btn {
	background-color:#ac10d3;
}

.page-template-page-up-event-list-php .vevent div.description,
.page-template-page-past-event-list-php .vevent div.description {
	margin:5px 0;	
}
.page-template-page-up-event-list-php .vevent .btn,
.page-template-page-past-event-list-php .vevent .btn {
	width:300px;
}
.page-template-page-up-event-list-php .vevent a.btn:hover,
.page-template-page-past-event-list-php .vevent .btn:hover {
	color:#fff;
	text-decoration:underline;
}
.page-template-page-up-event-list-php aside section input,
.page-template-page-past-event-list-php aside section input {
	width:250px;
	display:block;
}
.page-template-page-up-event-list-php aside section input[type="submit"],
.page-template-page-past-event-list-php aside section input[type="submit"] {
	width:auto;
}
.single object {
	display:block;
}
/*================================
x. BLOG
==================================*/

.blog .hentry,
.single .hentry,
.archive .hentry {
	position:relative;
	padding-top:50px;
	margin:10px 0;
}
#commentform {
	margin-top:10px;
}
.blog article time.published,
.blog .hentry article.post-by-author header time,
.single article time.published,
.single .hentry article.post-by-author header time,
.archive article time.published,
.archive .hentry article.post-by-author header time {
	position:absolute;
	top:0;
	left:-30px;
	display:block;
	width:180px;
	height:31px;
	padding:12px 30px;
	font-family:'FontinRegular', Georgia, serif;
	font-size:1.2em;
	color:#ffffff;
}
.hentry div.post-comment {	
	display:block;
	width:180px !important;
	height:35px;
	margin-top:10px;
	margin-left:-30px;
	padding:12px 30px;
	font-family:'FontinRegular', Georgia, serif;
	font-size:1.2em;
	color:#ffffff;
	position:relative;
}
.hentry div.post-comment a {
	text-decoration:none;
}
.hentry div.post-comment a:hover,
.hentry div.post-comment a:focus {
	color:#fff;
	text-decoration:underline;
}
.hentry span.comment-number {
	display:inline-block;
	width:31px;
	height:34px;
	margin-right:5px;
	background:url(../images/bkgd/blog-bubble.png) 0 0 no-repeat;
	text-align:center;
}
article.Manchester span.comment-number,
article.Manchester a:hover,
article.Manchester a:focus {
	color:#ff7f00;
}
article.London span.comment-number,
article.London a:hover,
article.London a:focus {
	color:#ac10d3;
}
article.default span.comment-number,
article.default a:hover,
article.default a:focus {
	color:#00aeef;
}
article.London a.btn:hover,
article.London a.btn:focus,
article.Manchester a.btn:hover,
article.Manchester a.btn:focus {
	color:#fff;
}
article.Manchester h2 a:hover,
article.Manchester h2 a:focus,
article.London h2 a:hover,
article.London h2 a:focus,
article.default h2 a:hover,
article.default h2 a:focus {
	color:#977E62;	
}
.blog .hentry video,
.single .hentry video {
	width:100%;
}
article.Manchester div.post-comment span{
	color:#ff7f00;
}
article.London div.post-comment span {
	color:#ac10d3;
}
article.Manchester time.published,
article.Manchester time.updated,
article.Manchester .post-comment,
article.Manchester article.post-by-author header time {
	background:url(../images/bkgd/blog-orange.png) no-repeat;
}
article.London time.published,
article.London time.updated,
article.London .post-comment,
article.London article.post-by-author header time {
	background:url(../images/bkgd/blog-purple.png) no-repeat;
}
article.default time.published,
article.default time.updated,
article.default .post-comment,
article.default article.post-by-author header time {
	background:url(../images/bkgd/blog-blue.png) no-repeat;
}
.blog .hentry div,
.single .hentry div {
	width:auto;
	color:#fff;
}
.blog .hentry header,
.single .hentry header {
	border-bottom:none;
}
.blog .hentry header p,
.single .hentry header p {
	font-family:'FontinRegular', Georgia, serif;
	padding-bottom:10px;
}
.blog .hentry h2,
.blog section h3,
.single .hentry h1,
.single section h3,
.archive .hentry h2,
.page-template-default h2 {
	margin:10px 0;
	font-size:24px;
	color:#977e62;
	line-height:1;
}
.blog .hentry h2.entry-title,
.single .hentry h1.entry-title,
.archive .hentry h2.entry-title {
	font-size:30px;
}
.hentry h2 a {
	color:#977e62;
	text-decoration:none;
}
.hentry header h2 a:hover,
.hentry header h2 a:focus {
	text-decoration:underline;
}
.hentry footer{
	padding-bottom:20px;
	border-bottom:1px dotted #6e5839;
	margin-bottom:20px;
}
.blog .hentry footer ul,
.single .hentry footer ul,
.archive .hentry footer ul {
	list-style:none;
}
.blog .hentry footer ul li,
.single .hentry footer ul li,
.archive .hentry footer ul li {
	float:none;
	display:inline;
	border:none;
}
.blog .hentry footer a,
.single .hentry footer a,
.archive .hentry footer a {
	margin:0;
}
.hentry footer .post-comment a:hover,
.hentry footer .post-comment a:focus {
	margin:0;
	color:#fff;
	text-decoration:none;
}
.hentry footer .post-comment a em {
	font-style:normal;
}
.hentry footer .post-comment a:hover em,
.hentry footer .post-comment a:focus em {
	text-decoration:underline;
}
.blog .hentry footer h3,
.single .hentry footer h3 {
	color:#fff;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.postmetadata p,
.postmetadata p.author,
.blog .hentry article footer cite,
.single .hentry article footer cite  {
	padding:0;
	font-size:12px;
	color:#fff;
	font-style:normal;
	font-weight:bold;
}
.single .hentry footer p span, 
.blog .hentry footer p span,
.blog .hentry article footer cite,
.single .hentry article footer cite  {
	font-style:normal;
	font-weight:normal;
}
p.author {
	margin-bottom:5px;
	font-style:italic;
}
.blog .hentry article,
.single .hentry article,
.archive .hentry article {
	position:relative;
	margin-bottom:20px;
}
.blog .hentry article p,
.single .hentry article p {
	color:#dccbb9;
}
.blog .hentry article header time,
.single .hentry article header time {
	position:relative;
	padding:0;
	font-family:'FontinRegular', Georgia, serif;
	font-size:1.3em;
	color:#ffffff;
}
.blog .hentry article.post-by-author,
.single .hentry article.post-by-author {
	padding:65px 0 0;
}
.blog article.Manchester article.post-by-author header time,
.single article.Manchester article.post-by-author header time {
	background:url(../images/bkgd/blog-blue.png) no-repeat;
}
.blog article.London article.post-by-author header time,
.single article.London article.post-by-author header time {
	background:url(../images/bkgd/blog-purple.png) no-repeat;
}
#sidebar nav,
#sidebar section {
	margin-bottom:20px;
}
.blog section.comment input,
.single section.comment input {
	display:inline;
	float:left;
	width:320px;
	margin:0 5px 10px 0;
}
.blog section.comment label small,
.single section.comment label small {
	display:inline;
	float:left;
	width:100px;
	margin:0 0 10px;
}
section textarea {
	width:320px;
	margin:0 0 10px 0;
	height:100px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
section textarea,
section.comment input {
}
.blog section input[type="submit"],
.single section input[type="submit"] {
	width:auto;
	display:block;
	float:none;
	margin-left:100px;
	clear:both;
}
ol#commentlist {
	list-style:none;
}
.postmetadata {
	padding-top:10px;
}
/*================================
x. ABOUT PAGE
==================================*/

#about .page-head h1 {
	float:none;
}

/*================================
x. VIDEO
==================================*/

video.letterbox {
	width:938px;
	height:218px;
	margin:20px auto;
}
.wrapper {
	width:1000px;
	margin:15px auto 10px;
}
.wrapper object {
	margin:0 30px;
}

/*================================
x. PAST / FUTURE EVENT
==================================*/
.page-template-page-up-event-php div#content > section,
.page-template-page-past-event-php div#content > section {
	width:560px;
}
.page-template-page-up-event-php div section,
.page-template-page-past-event-php div section{
	width:100%;
}
.page-template-page-up-event-php .vevent,
.page-template-page-past-event-php .vevent{
	background:none;
	overflow:hidden;
	border:none;
	margin-top:0;
}
.page-template-page-up-event-php .vevent div,
.page-template-page-past-event-php .vevent div{
	width:auto;
}
.page-template-page-up-event-php .vevent header div div,
.page-template-page-past-event-php .vevent header div div{
	width:340px;
}
.page-template-page-up-event-php .vevent div div,
.page-template-page-past-event-php .vevent div div{
	margin:0;
}
.page-template-page-up-event-php .vevent div div:first-child,
.page-template-page-past-event-php .vevent div div:first-child{
	float:none;
	margin-top:10px;
}
.page-template-page-up-event-php #page-wrap header.event-header,
.page-template-page-past-event-php #page-wrap header.event-header{
	position:absolute;
	top:-80px;
	width:980px;
	padding:0;
	background:none;
	border:none;
}
.page-template-page-up-event-php .vevent header h1,
.page-template-page-past-event-php .vevent header h1{
	padding-left:0;
}
.page-template-page-up-event-php .vevent video,
.page-template-page-past-event-php .vevent video{
	width:550px;
}
ul.speakers li{
	position:relative;
	list-style:none;
	margin-bottom:10px;
	min-height:100px;
}
ul.speakers li span {
	margin-left:110px;
	padding:5px 10px;
	width:430px;
	background:#31281a;
	min-height:90px;
	display:block;
}
ul.speakers li p{
	padding-bottom:0;
}
ul.speakers li img{
	position:absolute;
	top:0;
	left:0;
	width:98px;
	height:98px;
	border:1px solid #6E5839;
}
ul.speakers li strong {
	color:#00aeef;
}
ul.speakers li a  {
	color:#00aeef;
}
ul.speakers li a:hover {
	color:#fff;
}
.page-template-page-up-event-php .vevent div.book,
.page-template-page-past-event-php .vevent div.book {
	margin:10px 0;
}
.Manchester .book p,
.London .book p {
	float:left;
	width:300px;
}
.book p.last {
	width:200px;
	margin:10px 10px 0;
	font-weight:bold;
}
.Manchester .book p.last {
	color:#E57A0E;
}
.London .book p.last {
	color:#AC10D3;
}
.no-margin {
	margin:0;
}
section.early-bird {
	position:relative;
}
section.early-bird p {
	width:260px;
	margin-right:15px;
	padding-bottom:5px;
	line-height:1.3;
}
section.early-bird a.btn {
	margin:10px 0;
}
section.early-bird a.btn:hover {
	color:#fff;
}
.Manchester section.early-bird span {
	color:#e57a0e;
	font-weight:bold;
}
.London section.early-bird span {
	color:#AC10D3;
	font-weight:bold;
}
a.book-btn {
	position:absolute;
	top:10px;
	right:0;
	display:block;
	width:87px;
	height:87px;
	color:#fff;
	font-size:18px;
	text-indent:-9999px;
	line-height:1;
}
.Manchester a.book-btn{
	background:url(../images/earlybird-man.png) no-repeat;
}
.London a.book-btn {
	background:url(../images/earlybird-lon.png) no-repeat;
}
.London a.book-btn span,
.Manchester a.book-btn span {
	display:inline-block;
	width:67px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}
.home a.book-btn {
	top:20px;
	left:-100px;
	z-index:999;
}
.home .Manchester a.book-btn{
	background:url(../images/earlybird-home-man.png) no-repeat;
}
.home .London a.book-btn {
	background:url(../images/earlybird-home-lon.png) no-repeat;
}
/*
div.map {
	background:#333;
	border:1px solid #6E5839;
	width:340px;
	height:340px;
	margin:10px 0;
	text-align:center;
}*/
.Manchester aside section a.brown,
.London aside section a.brown {
	background-color:#977e62;
	color:#fff;
	width:160px;
	text-align:left;
}
.Manchester aside section a.brown:hover {
	background-color:#e57a0e;
}
.London aside section a.brown:hover {
	background-color:#AC10D3;
}
.page-template-page-up-event-php section table {
	border-bottom:none;
}
.page-template-page-up-event-php section table th,
.page-template-page-up-event-php section table td,
.page-template-page-past-event-php section table th,
.page-template-page-past-event-php section table td {
	border-top:none;
	border-bottom:1px dotted #6e5839;
	font-weight:normal;
	font-size:16px;
	padding:2px 10px 2px 0;
}
.page-template-page-up-event-php section table td,
.page-template-page-past-event-php section table td {
	width:100%;
}
.page-template-page-up-event-php section table td em,
.page-template-page-past-event-php section table td em {
	color:#aea08f;
	font-style:normal;
}
blockquote {
	margin-top:10px;
	padding:35px 25px 20px;
	border:1px solid #6e5839;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:url(../images/bkgd/quote-open.jpg) 5px 5px no-repeat, url(../images/bkgd/quote-close.jpg) 98% 98% no-repeat;
	background-color:#31281b;
}
iframe {
	margin:10px 0;
}
blockquote p,
blockquote cite {
	color:#977e62;
}
.entry blockquote {
	margin:20px auto;
	width:400px;
}
.error404 .flock div {
	width:1000px;
	margin:0 auto;
}
.error404 .flock img {
	float:left;
	display:inline;
	margin:20px;
}
.error404 .flock p {
	float:left;
	width:800px;
	padding:0;
	font-size:24px;
	font-family:'FontinRegular', Georgia, serif;
	color:#fff;
}
.error404 .flock p.first {
	margin-top:10px;
	font-size:36px;
}
.entry h1 {
	font-size:26px;
}
.entry h4 {
	font-size:16px;
}
.entry h5 {
	font-size:16px;
	font-weight:normal;
	font-style:italic;
}
.entry h6 {
	font-size:14px;
}
.single #page-wrap .hentry h2 {
	position:static;
	font-size:24px;
	width:auto;
}
.entry ul,
.entry ol {
	list-style-position:outside;
	margin:0 0 10px 30px;
}
.entry ul.speakers {
	margin-left:0;
}
.entry object,
.entry embed {
	display:block;
	margin:1em auto;
}
/*.event-media {
	border:1px solid #977E62;
}
.page-template-page-up-event-php .entry div.event-media,
.page-template-page-past-event-php .entry div.event-media {
	width:550px;
}*/
/*================================
x. LISTING PAGE
==================================*/
.archive #searchform {
	width:200px;
}
.search-results div > section h2 {
	font-size:24px;
}
.search-results div > section span {
	text-decoration:underline;
}
.search-results ul {
}
.search-results ul li {
	list-style:none;
}
.search-results ul li a {
	font-weight:bold;
}
.search-results div nav li a,
.search-results > footer ul li a {
	font-weight:normal;
}

/*================================
x. CONTACT PAGE
==================================*/

#sidebar section input {
	width:200px;
}
.error,
div.wpcf7-validation-errors {
	font-size:14px;
	padding:10px;
	border:1px solid #fff !important;
	background:#ad9376;
	display:block;
	font-family:'FontinRegular', georgia, serif;
	color:#4e3614;
}
#commentform .error-wrap {
	font-size:14px;
	font-family:'FontinRegular', georgia, serif;
	color:#4e3614;
	margin-left:100px;
	width:322px;
	border:1px solid #fff !important;
	background:#ad9376;
	display:none;
}
.error-wrap span {
	display:block;
	padding:2px 10px;
}
