/*
Theme Name: Pecha Kucha
Theme URI: http://pechakucha.no/
Description: Pechakucha theme designed by <a href="http://yourfriends.no">Your Friends</a>.
Version: 1.0
Author: fjeldberg consulting
Author URI: http://fjeldbergconsulting.no
Tags: widgets

Pecha Kucha v1.0

This theme has been developed for the 
norwegian division of pecha kucha.
*/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


/* GRID */ 
/* | 24 | 20 | 24 | */

div.span-1, div.span-4, div.span-8, div.span-16 {
	float: left;
	margin-right: 20px;
}

div.last {
	margin-right: 0px;
}

.span-1 {
	width: 24px;
}

.span-4 {
	width: 156px;
}

.span-8 {
	width: 332px;
}

.span-16 {
	width: 684px;
}


body {
	font-size: 9pt;
	line-height: 14pt;
	font-family: Arial, Sans-Serif;
	background: #fff;
	color: #000;
}

body {
	margin: 0 0 20px 0;
	padding: 0;
}

#page {
	width: 860px;
	
	margin: 55px auto auto auto;
}

#header {
	margin-bottom: 14pt;
	position: relative;
}

#header #logo {
	
}

#header #luxo-logo {
	position: absolute;
	top: 30px;
	right: 31px;
}

#header #countdown {
	position: absolute;
	top: 87px;
	right: 0;
	
	padding: 0 5px;
	
	background: #222;
	color: #fff;
}

.menu ul {
	width: 100%;
	padding: 0;
	
	list-style: inside url("images/plus.png");
	
	border-top: 1px solid #000;
	
	line-height: 19pt;
}

.menu ul li {
	width: 100%;
	border-bottom: 1px solid #000;
}

.menu .current_page_item, .menu .current_page_parent {
	border-bottom: 2px solid #000;
	list-style: inside url("images/minus.png");
}

.menu .current_page_parent ul {
	border-top: 2px solid #000;
}

.menu .current_page_parent ul li {
	display: none;
}

.submenu ul {
	width: 100%;
	padding: 0;
	list-style: none;
	line-height: 19pt;
}

.submenu .current_page_item a, .submenu .current_page_item span {
	border-bottom: 2px solid #000;
}

.submenu a {
	text-decoration: none;
}

#content {
	margin-top: 28pt;
	margin-bottom: 56pt;
}

#event-date {
	margin-top: 6px;
}

#event-date h2 {
	color: #f30;
	font-size: 100pt;
	line-height: 100pt;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

#event-date h3 {
	font-size: 50pt;
	line-height: 52pt;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

#event-date p {
	font-size: 7pt;
	line-height: 14pt;
}

#speaker-list {
	list-style: none inside;

	counter-reset: item;
}

#speaker-list li.speaker-header {
	border-bottom: 1px solid #ccc;
	display: block;
	clear: both;
	
	line-height: 19pt;
}

#speaker-list li.speaker-header a {
	padding-left: 10px;
}

#speaker-list .current {
	font-weight: bold;
}

#speaker-list li.speaker-header:before {
	content: counter(item, decimal-leading-zero);
	counter-increment: item;
}

#speaker-list li.intermesso {
	height: 19pt;
	border-bottom: 1px solid #000;
}

#speaker-list li.intermesso:before {
	content: "";
	counter-increment: blank;
}

#speaker-list li.speaker-text  {
	display: none;
	margin-bottom: 14pt;
	clear:both;
}

#speaker-list .inactive span {
	background: #666;
	color: #666;
}

#footer {	
	border-top: 1px solid #ccc;
	padding: 5px 0;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	float: left;
	margin-right: 14pt;
}

p.emphasize {
	margin-top: 7pt;
	padding-top: 6pt;
	border-top: 1pt solid #ccc;
}

#content p {
    padding-bottom: 14pt;
}


/* TYPOGRAPHY */

h2 {
	border-bottom: 2px solid #000;
	display: inline-block;
}

h4 {
	margin-top: 19pt;
	font-weight: bold;
}


/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix  {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.speaker-link, .link {
	margin-top: 6pt;
	margin-bottom: 6pt;
	
	border-top: 1pt solid #ccc;
	border-bottom: 1pt solid #ccc;
	
	display: block;
	font-weight: bold;
	line-height: 19pt;
}

.speaker-link a, .link a {
	color: #f30;
}

.speaker-link a:hover {
	color: #000;
}

#before-menu a, #speaker-list li a {
	text-decoration: none;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #f30;
}
