/*
Theme Name: Exuro Entertainment Custom Theme
Theme URI: http://exuro.org/
Description: The ultimate entertainment blog
Version: 1 (WP2.9)
Author: Ben Borkowski
Author URI: http://visionarylabs.com/ 
Tags: Exuro, Fire, Entertainment, VisionaryLabs
*/


@import "style/reset.css";
@import "style/typography.css";
@import "style/layout.css";

a:link{color: #fff;}
a:visited{color: #fff;}
a:hover{color: #ccc;}
a:active{color: #ccc;}

/* MAIN LAYOUT */
html{height: 100%; position: relative;}

/* LOGO */
#logo
{
	font-size: 1.5em;
	line-height: 1.5em;
	display: block;
	margin: 0px;
	background: url(images/logo.png) top left no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -1000px;	
}

ul.none, ul.none li{list-style: none;}

.messege
{
	padding: 20px; 
	color: #ffffff; 
	border: 2px solid #231f20; 
	background: #666666;
}


.form
{
	width: 400px;
	margin: 0px;
}

.form ul, .form ol{margin: 0px; padding: 0px;}
.form ul li, .form ol li{margin: 10px 0px; padding: 0px;}

.form fieldset
{
	border: 0px solid #ffffff;
	padding: 0px;
	margin: 0px;
}

.form label
{
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	padding: 3px 5px 2px 5px;
}

.form input, .form textarea
{
	border: 1px solid #231f20;
	background: #ffffff !important;
	padding: 3px;
}

.form .text{width: 180px;}

.form textarea
{
	height: 150px;
	width: 320px;
}

form input.button, #contactsubmit
{
	width: auto;
	color: #333;
	padding: 5px;
	background: #ccc;
	border: 1px outset #231f20;
	cursor: pointer;
}

form.search .text{font-size: 1.2em; width: 100px; padding: 2px; border: 1px solid #231f20;}
form.search .button{font-size: 1.1em; width: 40px; padding: 3px !important;}

a.button
{
	width: auto;
	color: #231f20;
	padding: 5px;
	background: #ccc;
	border: 1px outset #231f20;
	cursor: pointer;
	display: block;
	text-align: center;
	margin: 10px;
	text-decoration: none;
}

.form ul li{background: none !important; padding: 0px;}

#commentform {padding: 10px; border-top: 1px solid #ccc; margin: 100px 50px 50px 50px; width: auto; font-size: .9em;}
#commentform ol {list-style: none;}
#commentform li {background: none; list-style: none;}
#commentform h4{text-align: center; font-style: italic; border-bottom: 1px solid #ccc; padding: 5px;}
.prev{float: left;}
.next{float: right;}


/* EXURO ORG STYLE SHEET */

h1, h2, h3, h4, h5, h6
{	
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
}

h2
{	
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 4px 0px;
	color: #333;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: capitalize;	
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active
{
	text-decoration: none;
}

h3
{	
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
}

h6
{	
	font-size: 9pt;
	line-height: 11pt;
	font-weight: bold;
}

h1 span
{
	display: none;
}

html
{
		background: #000 url(images/bg.jpg) top center repeat-y;		
		font-size: 9pt;
}

body, table, table td
{
	font-size: 1em;
	font-family: Verdana, Arial ,Geneva , sans-serif;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

body
{
	background: url(images/header.jpg) top center no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.7em;
}
p
{
	margin: 10px 0px 10px 0px;
}

ul
{
	margin: 10px;
	padding: 10px;
}
	
#page
{
	width: 760px;
	margin: 0px auto 0px auto;	
}

#header
{
	margin: 0px 0px 0px 0px;
	padding-top: 15px;
	height: 110px;
}
#header .content
{
}

#header #logo
{
	width: 250px;
	height: 100px;
	background: url(images/logo.png) top left no-repeat;
	float: left;
}
#header #logo-flash
{
	width: 300px;
	height: 100px;
	margin-left: -50px;
	float: left;
	overflow: hidden;
}

ul.sub_nav{border: 1px solid #ccc; list-style: none; width: 120px; float: right; font-size: .9em; margin: 0px; padding: 0px;}
ul.sub_nav li{list-style: none; display: block;}
ul.sub_nav li a{display: block; padding: 3px 3px;}

#main
{
	color: #c00;
	margin: 0px;
	margin-top: 30px;
	margin-left: 260px;
}

#main ul.nav
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 10pt;
}
#main ul.nav li
{
	margin: 3px 0px 3px 8px;
	display: inline;	
	float: left;
	text-transform: capitalize;
}

#main ul.nav li a
{
	padding: 3px;
	border: 1px solid #ffffff;
	text-align: center;
	text-decoration: none;
	color: #ffffff;	
	display: block;
}

#main ul.nav li a:hover
{
	background: #dddddd;
	color: #000000;
}

#main ul.nav li.marker a
{
	background: #ffffff;
	color: #000000;
}


#main ul.nav li span
{
}

#stage
{
	margin: 20px 0px 0px 0px;
	padding: 8px;
	position: relative;
	overflow: auto;
}

#footer
{
	text-align: left;
	font-size: 8pt;
	color: #666;
	margin: 30px 0px;
}
#footer .content
{
}


.column_a
{
	float: left;
	width: 48%;
}

.column_b
{
	float: right;
	width: 48%;
}

.clear
{
	clear: both;
	display: block;	
	line-height: 1px;
}

.messege
{
	padding: 20px; 
	color: #aa0000; 
	border: 2px solid #aa0000; 
	background: #ffdddd;	
}

form
{
	margin: 10px auto;
	width: 90%;
}

form fieldset
{
	border: 1px solid #000;
	padding: 10px;
}

form label
{
	display: block;
	font-size: .8em;
}

form input, form textarea
{
	border: 1px solid #000;
	background: #fff;
}

form textarea
{
	width: 100%;
	height: 150px;
}

form input.button
{
	color: #fff;
	background: #000 !important;
}

form input.text
{	
	background: #fff !important;
}	

a
{	
	text-decoration: underline;		
	font-size: inherit;
}

a:link
{
	color: #95000C;
}
a:visited
{
	color: #95000C;
}
a:hover
{
	color: #c33;
}
a:active
{
	color: #cff;
}

#extra_1
{
}
#extra_1 span
{
}

#banner
{
	text-align: center;
	width: 760px;
	height: 240px;
	margin: auto;
	background: url(images/banner_home.jpg) bottom center no-repeat;
}

ul.shows
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.shows li
{
	margin: 5px 0px;
	padding: 5px;
	border-bottom: 1px solid #ffffff;
}

.date
{
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	letter-spacing: -1px;
}

.excerpt{font-size: .9em; line-height: 1.4em;}

#example
{
	position: absolute;
	display: block;	
	float: none;
	clear: none;
	color: #000000;
	background: none;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: normal;
	font-weight: 100;
	font-size: inherit;
	line-height: normal;
	text-align: left;
	text-decoration: underline;	
}	

.scroll
{
	height: 400px;
	overflow-y:scroll;
	border: 1px solid #ffffff;
}

.admin, #admin_nav
{
	background: #660000;
	color: #fff;
	font-size: 7pt;	
}

.admin
{
	margin-left: 5px;
	text-transform:uppercase;		

}

.admin a:link, .admin a:visited, #admin_nav a:link, #admin_nav a:visited
{
	color: #fff;
	text-decoration: none;
}

.note
{
	position: absolute;
	margin-top: -40px;
}

.note a:link, .note a:visited
{
	border: 0px;
}

.add
{
	margin-left: 2px;
}

#admin_nav
{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	text-align: center;
}

.box
{
	border: 1px solid #ffffff;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
}
.floor
{
	height: 5px;
	margin: 20px auto;
	width: 100%;	
	border-bottom: 1px solid #cccccc;
}
.message
{
	padding: 10px;
	margin: 10px;
	border: 1px solid #990000;
}

.entry{margin: 10px 0px 10px 0px; padding: 0px 0px 0px 0px; border-bottom: 1px dotted #fff;}
.padding{margin: 10px;}
.entry .content{margin: 20px;}

/* bio */ 

.entry.bio{border-bottom: 1px solid #ccc;}

div#post-cypris
{
	width: 370px; margin: 0px; float: left; clear: none;
	margin-bottom: 20px;
	background: #6d8caa url(images/banner_cypris.jpg) top left no-repeat;
}

div#post-kara
{
	width: 370px; margin: 0px; float: right; clear: none;
	margin-bottom: 20px;
	background: #e2e2e2 url(images/banner_kara.jpg) top right no-repeat;
}

div#post-kara .title{padding-top: 110px; font-size: 3em; font-variant: small-caps;}
div#post-cypris .title{padding-top: 110px; text-align: right; font-size: 3em; font-variant: small-caps; color: #fff;}
div#post-jacob{clear: both; margin-top: 20px;}
div#post-adverse{clear: both;}

.safty, .creds, .site
{
	width: 310px; margin: 0px;
	margin-top: 10px;
	float: left;
	background: #cccccc;
	padding: 20px;
}

/*
.entry.perform{width: 200px; height: 200px; border: 1px solid #990000; float: left; margin: 10px; overflow: hidden; font-size: .9em;}
*/
div.catintro{margin: 0px 150px 20px 0px; padding: 10px; font-size: .9em; color: #333; font-style: italic; position: relative; overflow: hidden;}
.author{text-align: right; font-size: .9em; color: #fff;}
.author a:link,.author a:visited {color: #fff;}

.alignright{margin: 10px 0px 10px 20px;}
.alignleft{margin: 10px 20px 10px 0px;}
.aligncenter{margin: 10px auto 10px auto;}

.wp-caption{border: 0px; background: none;}
.wp-caption-text{ font-size: .9em; margin: 1px; padding: 0px; color: #666; text-align: right;}

.perform{clear: both; overflow: hidden; position: relative;}
.perform .content{margin-left: 160px;}
.thumbbox{width: 150px; height: 150px; background: #333; border: 1px solid #000; float: left; margin: 5px; overflow: hidden;}
