@CHARSET "ISO-8859-1";
/* CSS Document for Laff Lounge
Author: E-Moxie Data Solutions, Inc.
Author URI: http://www.e-moxie.com
Copyright (c) 2009
*/

/* Browser Reset Styles ================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	background: #141414 url('/images/laff-lounge/bg.gif') 0 0 repeat-x;
}

h1 {
	font-size: 28px;
	color: #ff009a;
	margin: 10px 0 20px 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 20px;
	color: #86c127;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
	color: #fff;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

a:link, a:visited, a:active {
	color: #fff;
}

p {
	line-height: 1.3em;
	margin: 5px 0 10px 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0 10px 25px;
	padding: 0;
}
	li {
		margin-bottom: 5px;
	}
	
hr {
	border: none;
	height: 1px;
	line-height: 1px;
	color: #2c2c2c;
	background-color: #2c2c2c;
}

/* Classes ============================== */
.clear {
	clear: both;
}
.clear-border {
	clear: both;
	border-bottom: 1px solid #2c2c2c;
	margin: 20px 0;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.styled {
	width: 250px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

/* Paged Navigation */
#pagenav {
	margin-bottom: 40px;
	line-height: 20px;
}
#paginationText {
	
}
#paginationNavigation {
	margin-top: 5px;
	color: #0f5b71;
}
#pagenav a {
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	margin-right:4px;
}
#pagenav a:hover {
	text-decoration: none;
	border: 1px solid #ccc;
	background: #0f5b71;
	color: #fff;
}

ul#comedians-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#comedians-list li {
	border-bottom: 1px solid #1d1d1d;
	font-size: 12px;
	color: #fff;
	padding-bottom: 5px;
}
ul#comedians-list li a {
	color: #86c127;
	text-decoration: none;
	font-size: 14px;
}
ul#comedians-list li span {
	text-align: right;
	float: right;
}
ul#comedians-list li span a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

/* Header */
#wrap {
	margin: 0 auto;
	width: 1024px;
}
#header {
	height: 365px;
	overflow: hidden;
	margin-bottom: 30px;
}
#header-top {
	color: #fffce0;
	text-align: left;
	width: 865px;
	margin: 0 auto;
	height: 27px;
	overflow: hidden;
}
#header-top a {
	color: #fffce0;
	text-decoration: none;
}
#directions {
	float: right;	
}

#featured-laff {
	padding: 15px;
	background: #0b0b0b;
}
.featured-laff-photo {
	width: 200px;
	float: left;
	border: 1px solid #454444;
	margin-right: 20px;
}
.feature-laff-details {
	font-size: 12px;
	color: #fff;
/*
	width: 290px;
	float: left;
*/
}
.feature-laff-details h2 {
	font-size: 22px;
	color: #fff;	
}
.laff-date {
	color: #86c127;
	font-size: 16px;
	display: block;
	line-height: 1em;
}
span.large {
	font-size: 17px;
	display: block;
	line-height: 1.1em;
}
span.xlarge {
	font-size: 45px;
	display: block;
	line-height: 1.1em;	
}
.yellow {
	color: #ffe400;
}

/* Content Containers */
#container {
	width: 940px;
	margin: 0 auto;	
}
.left-col {
	width: 542px;
	float: left;
	margin-right: 45px;   
	margin-left: 35px;
}
.right-col {
	width: 280px;
	float: left;
}

#networking {
	text-align: center;
	margin: 40px 0;
}
.network-container {
	width: 160px;
	float: left;
	text-align: center;
}
.network-container span {
	display: block;
	text-align: center;
	font-size: 11px;
	color: #353535;
}

#mailinglist {
	width: 180px;
	float: left;
}
#mailinglist .mailing_input {
	font-size: 11px;
	color: #707070;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding: 5px;
	border: 2px solid #5b5b5b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 20px;
	margin: 0;
}

#mailinglist .mailing_submit {
	padding: 0 3px 3px 3px;
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	text-transform: lowercase;
	background: #eca21f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	color: #fff;
	border: 1px solid #eca21f;
}


#laff-content {
	border-left: 1px solid #0f0808;
	border-right: 1px solid #0f0808;
	border-bottom: 1px solid #0f0808;
	background: #0b0b0b;
	padding: 10px;
	width: 260px;
}
#laff-content a.viewmore {
	color: #ffe400;
	font-size: 11px;
	position: relative;
	bottom: 30px;
	float: right;
	text-decoration: none;
}

.event-container {
	color: #fff;
	font-size: 12px;
	margin: 20px 0;
}
.event-container a {
	color: #fffc00;
	font-size: 10px;
}

.event-container h2 {
	font-size: 18px;
	margin: 0 0 4px 0;
	padding: 0;
	color: #fffc00;
	text-transform: capitalize;
}
.event-container h2 a {
	color: #fffc00;
	text-decoration: none;
	font-size: 18px;
}

.event-container .photo {
	width: 50px;
	float: left;
	margin-right: 10px;
}
.event-container .info {
	width: 195px;
	float: left;
}

.event-container.listview {
	padding: 20px;
}
.event-container.listview .photo {
	width: 100px;
	margin-right: 20px;
}
.event-container.listview .info {
	width: 380px;
}




.event-container span.datetime {
	font-size: 14px;
	font-weight: bold;
}

#footer {
	border-top: 1px solid #251a1a;
	padding: 20px 10px 50px 10px;
	margin: 0 10px;
}
#links {
	width: 450px;
	float: left;
}
#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#links ul li {
	display: inline;
}
#links ul li a {
	color: #fff;
	font-size: 10px;
	margin-right: 3px;
	padding-right: 5px;
	border-right: 1px solid #fff;
	text-decoration: none;
	text-transform: lowercase;
}
#links ul li a.none {
	margin: 0;
	padding: 0;
	border: none;
}

.event-holder {
	border:1px solid #ede8b6;
	background: #fffef2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:10px;
	margin-bottom:10px;	
}
	
	.event-holder h3, .event-holder-alt h3 {
		color:#b11800;
	}
		.event-holder h3 a, .event-holder-alt h3 a {color:#b11800; text-decoration: none;}

	.event-holder .datetime, .event-holder-alt .datetime { font-style: italic; font-size:10px;}
	.event-holder .viewmore, .event-holder-alt .viewmore { font-weight: bold; font-size:10px;}

.event-holder-alt {
	border:1px solid #ded89e;
	background: #f2eed2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:10px;
	margin-bottom:10px;	
}

#copyright {
	font-size: 10px;
	color: #fff;
	width: 350px;
	float: right;
	text-align: right;
	line-height: 1.4em;
}
#copyright a {
	color: #fffc00;
	text-decoration: none;
}
#copyright a.nodec {
	text-decoration: none;
	color: #fff;
}
.emoxie {
	width: 855px;
	margin: 0 auto;
	background-color:#000;
	border:1px solid #666;
	padding:5px;
	font-size:14px;
	color:#daefbb;
	text-align: center;
	margin-bottom:10px;
	height:44px;
}
	.emoxie img {float:left; }
	.emoxie p {padding-top:5px;}
