/*
Theme Name: F5
Theme URI: http://wordpress.org/
Description: A WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Justin Cone
Author URI: http://motionographer.com/
Tags: fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* HTML */
body, html {
	margin:0;
	padding:0;
	background:#fff;
	color:#000;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: .9em;
	line-height: 1.3em;
}
body {
	min-width:800px;
}

a, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:hover {
	color: #555;
	text-decoration: underline;
	
}

ul {
	margin: 0 0 20px 0;
} 

li {
	list-style-type: disc;
	color: #555;
	display: list-item;
	margin: 0 0 0 2	0px;
	padding: 3px 0;	
}

h2 {
	font-size: 14px;
	margin: 0;
}

h2.subhead {
	font-size: 14px;
	color: #777;
}


/* END HTML */

#wrap {
	background:#fff url(images/bodybg.gif) repeat-y;
	margin:0 auto;
	width:800px;
}
#header {
	background:#ddd;
}

#nav img {
	border: 0	;
}
#header h1 {
   	padding:5px;
    margin:0;
   }
#nav {
	background:#fff;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	display:inline;
	margin:0;
	padding:0;
}
#main {
	background:none;
	float:left;
	width:500px;
	padding: 0 0 0 146px;
}

#sidebar {
	background:none;
	float:right;
	width:116px;
}

#sidebar a img {
	border: 0;
}

#sidebar h3, #sidebar p {
	padding:0;
}

#sidebar-item {
	margin: 3px 0 30px 0;
}

#footer {
	clear:both;
	position: relative;
	left: 147px;
}
#footer p {
	padding:5px;
	margin:0;
}

#sponsors {
	margin: auto auto 0 auto;
	width: 600px;
	z-index: 1000;
	background: #c00;
}


/* CLASSES */

/* POST CLASSES */

.post p, .post img {
	padding: 0;
	margin: 0;
	color: #555;
}

.post p {
	margin: 0 0 17px 0;
	line-height: 1.5em;
}

.post-head {
	text-transform: uppercase;
	font-size: 15px;
	width: 100%;
	margin: 5px 0 0;
	padding: 2px 0 3px 0;
	background: #efefef;
	border-top: 1px solid #ef2e94;
}

.date {
	font-weight: normal;
	color: #ef2e94;
	padding: 4px 2px 4px 4px;
	margin: 0;
}

.title {
	font-weight: normal;
	padding: 4px 4px 4px 4px;
	margin: 0;
}

.title a, .title a:link, .title a:active, .title a:visited {
	color: #444;
	text-decoration: none;
	font-weight: normal;
}

.title a:hover {
	color: #777;
}


/* FOR NEWS */
.post .entry1 {
	margin-bottom: 30px;
	border-bottom: 1px dotted #ef2e94;
}

.post .entry1 a, a:visited, a:link, a:hover {
	color: #ef2e94;
}

.post .entry1 img {
	border-bottom: 1px solid #ef2e94;
}

/* FOR SPEAKERS */
.post .entry2 {
	margin-bottom: 30px;
	border-bottom: 1px dotted #e97300;
}

.post .entry2 a, a:visited, a:link, a:hover {
	color: #e97300;
}

.post .entry2 img {
	border-bottom: 1px solid #e97300;
}

.post .entry2 a img {
	border: 0;
}

img.speaker-thumb {
	float: left;
	margin: 0 10px 25px 0;
}

h3.topics {
	font-size: 12px;
	margin: 10px 0 0 0;
}

ul.topics li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.1em;
}

div.speaker {
	margin: 0 0 10px 0;
	width: 500px;
	height: 200px;
}

/* FOR LOCATION */
.post .entry3 {
	margin-bottom: 30px;
	border-bottom: 1px dotted #009dac;
}

.post .entry3 a, a:visited, a:link, a:hover {
	color: #009dac;
}

.post .entry3 img {
	border-bottom: 1px solid #009dac;
}

/* FOR SPONSORSHP */
.post .entry4 {
	margin-bottom: 30px;
	border-bottom: 1px dotted #a3a90e;
}

.post .entry4 a, a:visited, a:link, a:hover {
	color: #a3a90e;
}

.post .entry4 img {
	border-bottom: 1px solid #a3a90e;
}

/* FOR TICKETS */
.post .entry5 {
	margin-bottom: 30px;
	border-bottom: 1px dotted #8e00d2;
}

.post .entry5 a, a:visited, a:link, a:hover {
	color: #8e00d2;
}

.post .entry5 img {
	border-bottom: 1px solid #8e00d2;
}


/* FOR WHY F5 */
.post .entry6 {
	margin-bottom: 30px;
	border-bottom: 1px dotted #3926ad;
}

.post .entry6 a, a:visited, a:link, a:hover {
	color: #3926ad;
}

.post .entry6 img {
	border-bottom: 1px solid #3926ad;
}




/* END POST CLASSES */

/* SIDEBAR CLASSES */

#sidebar li {
	margin: 0 0 20px 0;
}

#sidebar #inputarea input {
	font-size: 11px;
	border: 1px solid #ccc;
	background-color: #ccc;
	margin: 5px 0;
	width: 103px;
}

#subscribeForm {
	margin: 10px 0;
}

#subscribeForm .buttons input {
	font-family:"Helvetica", "Arial", sans-serif;
	font-size: 10px;
	color:#fff;
	background-color: #ef2e94;
	border: 0 solid #ef2e94;
	margin: 0;
}

/* END SIDEBAR CLASSES */

/* CREATED FOR SPEAKERS PAGE */
h1 {font-size: 18px; margin-bottom: 4px;}
.style1 {color: #666666}
.style2 {color: #999999}
table.inner td {margin: 4px 4px 4px 0; padding: 6px 5px 6px 4px;}
td.innerhead {border-bottom: 2px dotted #fff; padding: 0; margin: 0;}
td.innerhead h2 {margin: 0; padding: 0 0 0 1px;}
td.alt, tr.alt { background-color:#efefef;  }


/* BEGIN FIXED BOTTOM BAR */
#fixedbox {
	position:fixed; 
	left: 0;
	bottom:0;
	width: 100%;
}
#sponsors {
	width: 800px;
	background: #a4a4a4;
}
/* END FIXED BOTTOM BAR */


