/*
THEME NAME: La Nuit Comedy Theater Theme
THEME URI: http://nolacomedy.com/
DESCRIPTION: Modified version of the New Movement Theater by Tommy. Based on Empty Canvas framework by Adrian Diaconescu of rubiqube.com.
VERSION: 1.0
AUTHOR: tommy
AUTHOR URI: http://iamnotagoodartist.com/
*/

/* --- reset --- */

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{border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;}
:focus{outline:0;}
body{line-height:1;color:#000;background:#FFF;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:400;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
div {position: relative;}

/* --- basic --- */

body {
	background: url("/wp-content/themes/nolacomedy/images/background.jpg") no-repeat top center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #585858;
	background-color: #210f22;
}

a {
	color: #711c7a;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

strong { font-weight: 700; }

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

/* --- layout --- */

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 165px;
	margin: 33px 0 5px 0;
}

#content {
	float: left;
	width: 560px;
	margin-left: 10px;
}

#sidebar {
	float: right;
	width: 380px;
	margin-left: 0;
	font-size: 12px;
	line-height: 14px;
}

#footer {
	height: 20px;
	padding: 20px;
	text-align: center;
	color: #585858;
	clear: both;
}

/* --- header --- */

#header h1 a, #header h2 a {
	display: block;
	background: url("/wp-content/themes/nolacomedy/images/logo.jpg") no-repeat top left;
	width: 275px;
	height: 165px;
	text-indent: -1000px;
	overflow: hidden;
}

#topcopy a { color: white; text-decoration: underline; }
#topcopy a:hover { text-decoration: none; }

#topquote {
	position: absolute;
	right: 70px;
	top: 30px;
	width: 550px;
	text-align: right;
	color: #f3caf7;
}

#topquote a { color: white; }
#topquote .quote {
	margin-bottom: 4px;
	font-size: 17px;
	line-height: 18px;
	letter-spacing: .2px;
}
#topquote .student {
	display: block;
	font-style: italic; 
	margin: 4px 30px 4px 0;
 }

#menu {
	position: absolute;
	float: right;
	right: 10px;
	bottom: 5px;
	font-size: 16px;
	text-transform: uppercase;
}

#menu ul li {
	float: left;
	margin-left: 20px;
}

#menu ul li a {	color: white; }

.current { font-weight: bold; font-style: italic; }

/* --- content --- */

.pagetitle {
	color: #ccb3d0;
	font-size: 32px;
	margin-bottom: 10px;
}

.post {
	padding: 10px;
	margin-bottom: 10px;
	background-color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}

.post-title {
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
}

.post-title a {
	color: #333333;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin: 5px 0 8px 0;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 16px;
	color: white;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

/* --- sidebar --- */

.sidebar_1, sidebar_2 {
	float: left;
	margin-right: 10px;
}

.widget {
	width: 160px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #eaeae4;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.widget h2 {
	font-weight: bold;
	font-size: 18px;
}

.widget h2, .widget p {
	margin-bottom: 5px;
}

.widget ul {
	margin-left: 15px;
	list-style-type: disc;
}

.topcopy {
	width: 350px;
	font-size: 14px;
	line-height: 16px;
}

.cat-item-5 { display: none; }

.widget #s {
	width: 154px;
	padding: 2px;
	margin: 0 0 5px 0;
	background-color: white;
	border: 1px solid #c0c0c0;
}

.widget #searchsubmit, .wpcf7-form input {
	float: right;
	border: 1px solid #c0c0c0;
	background-color: #dddddd;
	padding: 2px 5-x;
}

/* --- footer --- */

#bannerad {
	clear: both;
	text-align: center;
}

#footer a {
	color: #585858;
	border-bottom:  1px dotted #585858;
}

#footer a:hover {
	text-decoration: none;
	border: none; 
}

/* --- contact form 7 --- */

.widget .wpcf7 textarea, .widget .wpcf7 span input {
	float: none;
	width: 154px;
	padding: 2px;
	margin: 0;
	background-color: white;
	border: 1px solid #c0c0c0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.widget .wpcf7 textarea { height: 80px; }
.widget .wpcf7 div { display: none; }


/* --- paypal widget --- */

.paypal form select {
	font-size: 10px;
	padding: 2px;
	border: 1px solid #c0c0c0;
	width: 160px;
}

/* --- upcoming events --- */

.upcoming_events {
	overflow: visible;
}

.upcoming_events ul {
	list-style-type: none;
	margin: 0;
}
#sidebar .upcoming_events_date {
	padding-top: 2px;
	font-size: 14px;
	font-weight: bold;
	width: 40px;
}
#sidebar .upcoming_events_info {
	float: right;
	width: 125px;
	z-index: 1;
}
.upcoming_events a, .upcoming_events b {
	color: #585858;
	font-size: 16px;
	font-weight: bold;
}

#sidebar .upcoming_events_meta p a {
	font-size: 11px;
}

.upcoming_events_meta .bookmark-me {
	display: none;
}

.upcoming_events_meta {
	position: absolute;
	bottom: 10px;
	left: -225px;
	z-index: 5;
	width: 200px;
	padding: 0 5px;
	background-color: white;
	color: black;
	border-color: #a4a6a7;
	display: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #a4a6a7;
}

.upcoming_events_meta .videobar_thumb_arrow {
	width: 11px;
	height: 11px;
	background: url("/wp-content/themes/nolacomedy/images/arrow.gif") top right no-repeat;
	position: absolute;
	right: -11px;
	bottom: 5px;
}

#sidebar ul li .upcoming_events_meta p {
	margin: .5em 0;
}

/* --- ie hacks --- */

* html .topcopy { width: 353px; }
* html #wrapper { width: 970px; }
