/*
Theme Name: The Debate Society
Theme URI: http://wordpress.org/
Description: Custom theme for Brooklyn based theater company
Version: 1.0
Author: Michael Zick Doherty
Author URI: http://neufuture.com/
Tags: 

	The Debate Society v1.0
	 http://thedebatesociety.com/


*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: futura, Verdana, Arial, Sans-Serif;
	color: #000;
	text-align: center;
	}

#page {
	text-align: left;
	padding-bottom: 10px;
	}
	
q{
	font: 14pt georgia, times, Serif;
	text-align: left;
}	

p{
	font: 9pt futura, Verdana, Arial, Sans-Serif;
	line-height: 120%;
	margin-bottom: 10px;
}

small {
	font-family: futura, Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	line-height: 10pt;
	}

h1, h2, h3 {
	font-family: futura, arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

h1 {
	font-size: 24pt;
	}

h2 {
	font-size: 36pt;
	text-transform: uppercase;

	}

h3 {
	font-size: 16pt;
	}
	
h4{
	font: 10pt futura, verdana, arial, sans-serif;
	text-transform: uppercase;
	margin: 20px 0;
	
}

a{
	color:#da6b26;
	text-decoration: none;
	background-color: transparent;
	}
a:hover {
	color:#4D3321;
	text-decoration: none;
	background-color: transparent;
	}
	
.cite{
	text-align:right !important;
	font-style: italic;	
}

/* End Typography & Colors */



/* Begin Structure */
body {
	background-color: #f2f2E0;
	margin: 0 20px;
	padding: 0;
	}

#page {
	background-color: #fff;
	margin: 0px auto;
	padding: 0;
	width: 780px;
	}

#header {
	background: #f2f2E0 url('images/coffee.png') no-repeat top right;
	margin: 0;
	padding: 0;
	height: 170px;
	width: 780px;
	}

#headerimg {
	width: 380px;
	height: 90px;
	//background: #f2f2E0 url('images/logo.png') no-repeat top left;
	padding: 20px 0 0 20px;
	float:left;	
	}
	
.subscribe{
	clear: right;
	background: transparent url('images/offices.png') no-repeat -5px 50px;
	padding: 75px 10px 0 0;
	margin-left: 50px;
	float: left;
}

.btn{
	float: left;
}

.txtField{
float: left;	
}

#emailAddr{
margin: 2px 0 0 0;	
}

span.your-message textarea, span.your-name input, span.your-email input, span.your-subject input{
	width:280px;	
}

#arrow{
	border-style: none;
	padding: 0px;
	margin: 0;
}

.post {
	margin: 0;
	padding: 0;
	}
	
.post p{
	text-align: justify;	
}
	
#content{
	margin: 10px 10px 10px 10px;	
	
}

.clear {
	clear: both;
}

#footer {
	background-color: #f2f2E0;
	padding: 5px 0;
	margin: 0 auto;
	width: 780px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 0;
	font: italic 7pt futura, sans-serif;
	color: #000;
	text-align: right;
	}
	

	
#buttons{
	padding: 5px 0 20px 0;
	clear: both;
	float: left;
}

.entry{
float: left;
padding: 0 0 20px 0;
width: 760px;
	
}

#smoothgallery{
	padding: 5px;
	border: 1px solid #bbb;
	width: 502px;
	height: 335px;
	overflow: hidden;
	margin: 0 0 15px 0;
}

.divider{
	border:	1px solid #da6b26;
	border-width: 3px 0 1px 0;
	height: 5px;
	margin: 5px 0 15px 0;
}

#left{
	width: 512px;
	float:left;
	margin-bottom: 20px;
}

#right{
	width: 230px;
	float: right;	
}

#sr{
	
	float: right;
	padding: 3px;
	border: 1px solid #bbb;
	width:222px;
	height: 350px;
	overflow: hidden;
	margin: 3px 0 0 15px;
}

quote{
		
}
	
#prod_status{
	float: left;
	padding: 6px;
	border: 1px solid #bbb;
	width: 500px;
	height: 90px;
}
	
#prod_thumb{

	float: right;		
	}
	
.twitter-item{
	list-style-image: url(images/star.png);
	margin: 0px 0 20px 25px;
	font-size: 9pt;
	
}

.twitter{
margin-bottom: 10px;	
	
}

a.twitter-link{
color: 	#da6b26;
}
a.twitter-link:hover {	
	color: 	#00f;	
}

#info{
	float: left;
	width: 390px;
	margin: 0;
	padding: 0;
}

	
/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	}

img.poster{
	padding: 3px;
	border: solid #aaa 1px;
	float: left;
	margin: 10px 20px 0 0;
	}
	
img.nohover {border:0; float: left; padding-right: 12px;}
img.hover {border:0;display:none; float: left}
a:hover img.hover {display:inline; float: left; padding-right: 12px;}
a:hover img.nohover {display:none; float: left}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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

li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
/* End Entry Lists */



/* Begin Search Elements */

.search{
clear: right;
padding: 75px 0 0 0px;
margin-left: 70px;
float: left;
}

/* End Search Elements */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {

	}



.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none !important;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 0;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Nav */
#navBox {
	float: right;
	clear: both;
	width: 760px;
	font: italic 12px futura, arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	margin-top: 20px;
	height: 20px;
	border: 2px solid #DA6B26;
	border-width: 2px 0 2px 0;
	background-color: #ffdcbd;
	padding-left: 20px;
	}

#nav{
	margin: 0;
	padding: 0
	}

#nav li{
	float: left;
	list-style: none;
	}

#nav li a{
	display:block;
	text-decoration:none;
	color:#000;
	padding: 2px 0px 2px 10px;
	width:110px;
	background-color: transparent;
	border: none;
	white-space: nowrap;
	}

#nav li a:hover{
	color: #DA6B26;
	}
		
#nav li ul{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	}
		
#nav li ul li{
	float: none;
	display: inline}
			
#nav li ul li a{

	background:#DA6B26;
	color:#000;
	}
			
#nav li ul li a:hover{
	background-color: #4d3321;
	color:#fff;
	}



/* End captions */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */



.nav {
	width:760px;
	float: left;
	z-index:200;
	font: italic 12px futura, arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	margin-top: 20px;
	height: 20px;
	border: 2px solid #DA6B26;
	border-width: 2px 0 2px 0;
	background-color: #ffdcbd;
	padding-left: 20px;
	}

/* remove all the bullets, borders and padding from the default list styling */
.nav ul {
	padding:0;
	margin:0;
	list-style-type:none;
	
	}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.nav li {
	float:left;
	position:relative;
	}
	
/* style the links for the top level */
.nav a{
	display:block;
	text-decoration:none;
	color:#000;
	padding: 2px 0px 2px 10px;
	width:110px;
	background-color: transparent;
	border: none;
	}
	
.nav a:hover{
		color: #DA6B26;
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.nav ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	left:0;
	filter:alpha(opacity=90);
	opacity:0.9;
	}

/* style the second level links */
.nav ul ul a{
	background:#DA6B26;
	color:#000;
	padding: 3px 0 3px 10px;
	}
	
#nav ul ul.connect a {
	width:120px;
	}
	
.showIcon {
	width:210px;
	}
	
.nav ul ul a:hover{
	background-color: #4d3321;
	color:#fff;
	}
	

/* make the second level visible when hover on first level list OR link */
.nav ul li:hover ul, .nav ul a:hover ul{
	visibility:visible;
	}


img#wpstats{visibility:hidden;}
