/*   
Theme Name: Tandem Bar Theme
Description: A super dome them for the super dope Tandem Bar, located in beautiful Buschwick, Brooklyn, NY.
Author: Common Space
Author URI: http://commonspace.fm
Version: 1.0

	Tandem Bar by Common Space
	http://commonspace.fm
	
*/


/****************************
 **   Contents
 ****************************
 
	* General
	* Layout		(Top-level page element styles)
		- Header
		- Content
		- Sidebar
	* Content	(Formatting of items in main content area)
		- General
		- Standard wordpress
	* Sidebar	(Formatting of items in sidebar)
		- General





/****************************
 **   General
 ****************************/

body {
	background: #000000;
	font-family: Helvetica,  Arial, sans-serif;
	color: #FFF;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

img {
	border: 0;
}



/****************************
 **   Layout
 ****************************/

/* Header */

#header-wrap {
	
}

#header {
	height: 216px;
}

.no-sidebar div #header {
}

.double-right-sidebar div #header {
}

#header div {
	width: 800px;
	margin: 0 auto;
}

.double-right-sidebar #header div {
	width: 947px;
}

#header h1 {
	font: 2.2em/169px Helvetica,  Arial, sans-serif;
	margin: 0;
}

#header h1 a {
	color: #d3d3d3;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-shadow: #000 0 1px 2px;
	float: left;
}

#blog-description {
	position: relative;
	top: 60px;
	color: #616161;
	text-shadow: #000 0 1px 1px;
	left: 1.3em;
}

/* Content */

#content-container {
}

#content {
	width: 1050px;
	margin-top: 47px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#body {
	float: left;
	width: 722px;
	background-image: url(http://www.tandembar.net/news/wp-content/themes/tandem/images/Tandem.Psychedelics.MainSplashImage.jpg);
	height: 573px;
}

#body-calendar {
	float: left;
	width: 722px;
	background-image:url(http://www.tandembar.net/news/wp-content/themes/tandem/images/TANDEM_CALENDAR_BG.jpg);
	height: 573px;
}

#body-contact {
	float: left;
	width: 722px;
	background-image:url(http://www.tandembar.net/news/wp-content/themes/tandem/images/TANDEM_CONTACT_BG.jpg);
	height: 573px;
}

#body-post {
	float: left;
	width: 722px;
	background-image:url(http://www.tandembar.net/news/wp-content/themes/tandem/images/TANDEM_POST_BG.jpg);
	height: 573px;
}

/* Sidebar */

#sidebar {
	float: left;
	font-size: 0.9em;
	width: 195px;
	position: relative;
}


/****************************
 **   Content
 ****************************/

/* General */

h2 {
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	color: #3b3b3b;
	margin-top: 0px;
	text-transform:capitalize;
}

h2 a {
	text-decoration: none;
	color: #3b3b3b;
}

.post-nav{
border: 1px solid #9c7500;
color: #c59d00;
font-size: 12px;
}

.post-nav a{
color: #c59d00;
text-decoration:none;
font-size: 12px;
}

.post{
	padding-top:27px;
	padding-right: 8px;
	padding-left: 10px;
}

.post-calendar{
	padding-right: 5px;
	padding-left: 15px;
}


.post .entry {
	line-height: 1.3em;
	clear: both;
	padding: 10px;
}

.post .contact-entry {
	line-height: 1.3em;
	clear: both;
	padding-top: 158px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 405px;
}

.post .entry {
}

.post .entry p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#f4ecbd;
	width:200px;
	text-align: left;
	float: left;
}

.post .entry p img {
	float: right;
	max-width:440px;
	width:auto;
	height:auto;
	max-height:445px;
	position: absolute;
	margin-left: 235px;
	margin-top: -20px;
}

.post .entry h2 {
	font-family: Helvetica, Arial, sans-serif;
	color:#f4ecbd;
	margin-bottom: -6px;
	font-size:14px;
}

.post .author {
	color: #949494;
	font-size: 0.8em;
	position: relative;
	top: -1.5em;
}

.post .info {
	color: #bcbcbc;
	font-size: 0.8em;
}

.post .date {
	background-image: url(images/date.jpg);
	width: 89px;
	height: 73px;
	text-align: center;
	float: right;
	text-transform: uppercase;
}

.post .date .month {
	display: block;
	font-size: 14px;
	line-height: 17px;
	padding-top: 3px;
	color: #a9a9a9;
	font-weight: bold;
}

.post .date .day {
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding-top: 3px;
	line-height: 18px;
	color: #afafaf;
}

.post .date .year {
	display: block;
	font-size: 0.7em;
	padding-top: 3px;
	color: #a5a5a5;
}

.post-edit-link{
	margin-top:10px;
	margin-left:15px;
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
}

.post-edit-link:hover {
	margin-top:10px;
	margin-left:15px;
	color:#c89e0a;
	font-size:10px;
	text-decoration:none;
}

.metadata {
	margin-top: 40px;
	text-align: center;
	font-size: 0.7em;
	color: #797979;
}

.metadata a {
	text-decoration: none;
}


/* Standard wordpress */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: 0px;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

.wp-caption {
   border: none;
   text-align: center;
   background-color: #f8faf7;
   padding-top: 4px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/****************************
 **   Sidebar
 ****************************/

/* General */

.sidebar h2 {
	position:absolute;
	z-index:2;
}


.sidebar h2 {
	font-size: 1.4em;
	color: #676767;
	margin-bottom: 20px;
}

.sidebar a {
	color: #9f9f9f;
}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
