/*

Theme Name: Quiet CMS

Theme URI: http://elisapangsaeng.com

Description: Minimalist

Version: 1.0

Author: Elisa Pangsaeng

Author URI: http://elisapangsaeng.com

*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
}

body {
	margin: 0 auto;
	vertical-align: top;
	font-family: helvetica;
	font-size: 13px;
	color: #fff;
	background-color: #000;
	text-align: center;

}


@font-face {
 font-family: labtop;
 src: url("/LABTOP__.eot") /* EOT file for IE */
}
@font-face {
 font-family: labtop;
 src: url("/LABTOP__.ttf") /* TTF file for CSS3 browsers */
}



h2 {
	margin: 0;
	padding: 0;
	color: #purple;
	font-family: helvetica;
	font-size: 22px;
}

hr {
	margin: 5px 0 15px 0;
	border-color: #c7b299;
}


table.gigpress-table {
	font-size: 12px;
	border: 0;
}

th.gigpress-heading {
	background-color: #EEE;
	border-bottom: 1px solid #CCC;
	color: #000;
}

tr.gigpress-header {
	background-color: #666;
}


tr.gigpress-tour td {
	background-color: #F6F6F6;
	color: #fff;
}


td.description {
	color: purple;
}

/* DIVS */


.left-spacer {
	padding: 0;
	margin: 0;
	float: left;
}

.mid-spacer {
	padding: 0 0 0 46px;
	margin: 0 0 0 45px;
	border-left: 1px dotted white;
	float: left;
	background: transparent;
}


.right-spacer {
	padding: 0 0 0 45px;
	margin: 0 0 0 45px;
	border-left: 1px dotted white;
	float: right;
}



#social-wrap {
	background: transparent;
	overflow: auto;
	text-align: right;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

#header {
	background-color: #000;
	border: 0;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 1024px;
}


#navwrap {
	width: 1024px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#navmenu {
	font-family: labtop;
	font-size: 42px;
	width: 100%;;
	background-color: transparent;
	overflow: none;
	margin: 10px 0 10px 0;
	padding: 0;
}


#navmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none; 
}



#navmenu li {
	display: inline; 
	padding: 0;
	margin: 0;
}


#navmenu ul li a {
	text-decoration:none; 
	margin: 0;
	padding: 0;
	color: #c7b299;
	background: #000;
}


#navmenu ul li a:hover {
	color: #fff;
	
}



#wrap {
	margin: 0 auto;
	width: 1024px;
	text-align: left;
}


#container {
	background-color: transparent;
	border: 0;
	margin: 0 50px 0 0;
	padding:  0;
	text-align: left;
	width: 624px;
	float: left;
}



#sidebar {
	background-color: #000;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
	width: 350px;
}



#footer {
	background-color: transparent;
	text-align: left;
	width: 1024px;
	float: left;
	height: 50px;
	margin: 0;
	padding: 0;
}



.entry {
	margin: 0 0 30px 0;
	padding: 0;
}

#mailing-list {
	margin-bottom: 40px;
}

#enter-email {
	width: 300px;
}


/* END DIVS */




/* LINKS */

#footer a {
	text-decoration: none;
	color: #fff;
}


.social img {
	border: none;
}

.social:link img {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}

.social:visited img {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}

.social:hover img {
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
}

.social:active img {
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
}


a.twitterwidget:link {
	color: #fff;
}

a.twitterwidget:visited {
	color: #fff;
}

a.twitterwidget:hover {
	color: #fff;
}

a.twitterwidget:active {
	color: #fff;
}



a.white:link {
	color: #fff;
}

a.white:visited {
	color: #fff;
}

a.white:hover {
	color: #fff;
}

a.white:active {
	color: #fff;
}




a.post-title-link:link {
	color: #fff;
	text-decoration: none;
	
}

a.post-title-link:visited {
	color: #fff;
	text-decoration: none;
}


a.post-title-link:hover {
	color: #fff;
	text-decoration: none;
	
}

a.post-title-link:active {
	color: #fff;
	text-decoration: none;
	
}



a.join-the-mailing-list:link {
	color: #C7B299;
	text-decoration: none;
	
}

a.join-the-mailing-list:visited {
	color: #C7B299;
	text-decoration: none;
}


a.join-the-mailing-list:hover {
	color: #C7B299;
	text-decoration: none;
	
}

a.join-the-mailing-list:active {
	color: #C7B299;
	text-decoration: none;
	
}


.entry a {
	color: #c7b299;
	text-decoration: none;
}


.widget_list a {
	color: #c7b299;
	text-decoration: none;
}


.widget_list .time-meta a {
	color: #999;
	font-style: italic;
	text-decoration: none;
}



.full-tour a:link {
	text-decoration: underline;
}


.gigpress-calendar-links-inner a:link {
	text-decoration: none;
}



/* END LINKS */


#bandcamp_player-3 {
color: #fff;
background-color: #000;
margin: 0;
padding: 0;
}


span.foot {
	margin: 0;
}

.sidebar-title {
	font-weight: bold;
	font-size: 28px;
	font-family: labtop;

}

span.gigpress-sidebar-date {
	color: #fff;
	display: block;
}

span.gigpress-sidebar-artist {
	display: none;
}


span.gigpress-sidebar-notes {
	color: #fff;
}


span.gigpress-sidebar-prep {
	color: #c7b299;

}


span.gigpress-sidebar-city {
	color: c7b299;
}	

a.gigpress-tickets-link {
	text-transform: uppercase;
	font-weight: bold;
	color: red;
}


span.summary .gigpress-sidebar-prep {
	display: none;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-color: #fff;
}


.title {
	margin: 0 0 15px 0;
	text-align: left;
	font-weight: bold;
	font-size: 28px;
	font-family: labtop;
}

/* TWITTER AND WIDGETS */

.widget_list {
	color: #fff;
	list-style: none;
	margin: 0 0 35px 0;
}




.widget_list li {
	margin: 0 0 20px 0;
}


span.entry-content {
	margin: 0 0 15px 0;
}


span.entry-meta {
	display: block;
	margin: 10px 0 0 0;
}


span.from-meta {
	display: none;
}



li.vevent {

	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #c7b299;
}



/* TEMPLATE TAGS */

.postdate {
	color: #999;
	background-color: transparent;
	font-style: italic;
	margin: -5px 0 0 0;
}