/*  
Theme Name: Flam Chen
Theme URI: http://flamchen.com/wp-content/themes/flamchen/
Description: The Wordpress Theme for Flam Chen
Version: 1.0
Author: Chad Bush
Author URI: http://ravenseyedesign.com/
*/

/* color scheme

.lite-gray {
  color: #ddd;
}
.gray {
  color: #bbb;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
 */

/* Reset All Margins and Padding */
* { 
  margin: 0; 
  padding: 0;
}

/* Layout */
body {
	background: #000 url(images/halo.gif) repeat-x;
	font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
	text-align: center;
}
#home {
	background: #000;
}
#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* masthead */
#masthead {
	height: 142px;
	width: 960px;
	background: transparent url(images/h-blank.jpg) no-repeat;
}
#home #masthead {
	display: none;
}
#about #masthead {
	background: transparent url(images/h-about.jpg) no-repeat;
}
#shows #masthead {
	background: transparent url(images/h-shows.jpg) no-repeat;
}
#calendar #masthead {
	background: transparent url(images/h-calendar.jpg) no-repeat;
}
#merch #masthead {
	background: transparent url(images/h-merch.jpg) no-repeat;
}
#press #masthead {
	background: transparent url(images/h-press.jpg) no-repeat;
}
#community #masthead {
	background: transparent url(images/h-community.jpg) no-repeat;
}
#movies #masthead {
	background: transparent url(images/h-movies.jpg) no-repeat;
}
#contact #masthead {
	background: transparent url(images/h-contact.jpg) no-repeat;
}

/* container */
#column-wrap {
	background: transparent url(images/b-blank.jpg) no-repeat;
	width: 960px;
}
#about #column-wrap {
	background: transparent url(images/b-about.jpg) no-repeat;
}
#shows #column-wrap {
	background: transparent url(images/b-shows.jpg) no-repeat;
}
#calendar #column-wrap {
	background: transparent url(images/b-calendar.jpg) no-repeat;
}
#merch #column-wrap {
	background: transparent url(images/b-merch.jpg) no-repeat;
}
#press #column-wrap {
	background: transparent url(images/b-press.jpg) no-repeat;
}
#community #column-wrap {
	background: transparent url(images/b-community.jpg) no-repeat;
}
#movies #column-wrap {
	background: transparent url(images/b-movies.jpg) no-repeat;
}
#contact #column-wrap {
	background: transparent url(images/b-contact.jpg) no-repeat;
}
#left {
	width: 200px;
	float: left;
	height: 558px;
}
#main {
	width: 760px;
	float: left;
}
#home #main {
	width: 960px;
	padding: 0;
}
#footer {
	background: transparent url(images/footer.jpg) no-repeat;
	width: 960px;
	height: 80px;
}
.content {
	padding: 10px;
}
#left .content {
	padding: 0 0 0 2px;
}
#main .content {
	padding: 10px 30px 10px;
}
#footer .content {
	padding: 4px 20px;
	font-size: 0.9em;
	color: #fff;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* Masthead */
#masthead h1 {
	text-indent: -9000px;
	line-height: 0;
	font-size: 0;
}
#masthead h1 a {
	background: transparent url(images/logo.gif) no-repeat;
	width: 315px;
	height: 135px;
	display: block;
}
#masthead .content {
	padding: 3px 0 0 0;
}

/* Menu */
#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Arial, Lucida, Verdana, Helvetica, sans-serif;
}
#left ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
#left ul li a {
	display: block;
	text-decoration: none;
	padding: 8px 15px;
	color: #fff;
	line-height: 1.1em;
	font-size: 15px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}
#left ul li a:hover {
	background: #922 url(images/nav.jpg) repeat-x;
	color: #000;
}
#left ul li li.page_item a {
	color: #fff;
	padding: 4px 6px 4px 25px;
	font-size: 12px;
	line-height: 1em;
	margin: 0;
	text-transform: none;
}
#left ul li li.page_item a:hover {
	background: #922 url(images/nav.jpg) repeat-x;
	color: #000;
}
#left ul li li li.page_item a {
	color: #fff;
	padding: 4px 6px 4px 35px;
	font-size: 11px;
	line-height: 1em;
	margin: 0;
	text-transform: none;
}
#left ul li li li.page_item a:hover {
	background: #922 url(images/nav.jpg) repeat-x;
	color: #000;
}
#left ul li.current_page_item a, #left ul li li.current_page_item a, #left ul li li li.current_page_item a {
	color: #f63;
}
#left ul li.current_page_item a:hover,  #left ul li li.current_page_item a:hover, #left ul li li li.current_page_item a:hover {
	background: #922 url(images/nav.jpg) repeat-x;
	color: #000;
}

/* General Formatting */
h2 {
	font-size: 1.8em; 
	line-height: 1.2em; 
	color: #fff;
	font-weight: bold;
	margin: 0;
	text-align: right;
}
h3 { 
	font-size: 1.3em;
	color: #ddd;
	margin: 1em 0 0 0;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	color: #ddd;
	margin: 1.3em 0 0 0;
	font-weight: bold;
}
h5 {
	font-size: 1.2em;
	color: #fff;
	margin: 1.3em 0 0 0;
	font-weight: bold;
	text-transform: uppercase;
}
h6 {
	font-size: 1.1em;
	color: #ddd;
	margin: 1.3em 0 0 0;
	font-weight: bold;
}
.border-top {
	border-top: 1px solid #ddd;
	padding-top: 4px;
	margin-top: 30px;
}
.border-bottom {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
p {
	line-height: 1.5em;
	margin: 0.8em 0 0 0;
}
strong {
	font-weight: bold;
}
#main ul {
	margin: 0.8em 0 0 0;
	padding: 0;
}
#main ul li {
	margin: 0.2em 0 0 2em;
	list-style: url(images/bullet.gif);
}
#main ul li li {
	list-style: square;
}
#main ol {
	margin: 0.8em 0 0 0;
	padding: 0;
}
#main ol li {
	margin: 0 0 0 2em;
}
#main li {
	font-size: 100%;
}
.centered {
	text-align: center;
}
.imageb {
	border: 1px solid #ddd;
	margin: 6px;
}
.wp-caption {
	background: #e6eadb;
	border: 1px solid #ddd;
	text-align: center;
}
.wp-caption p {
	text-align: center;
	font-size: 0.8em;
	line-height: 1em;
}
.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.alignleft {
	float: left;
	margin: 6px 8px 6px 0;
	display: block;
}
.alignright { 
	float: right;
	margin: 6px 0 6px 8px;
	display:block; 
}
#footer #to-top {
	text-align: center;
}
#footer .copyright {
	float: right;
}
#footer .address {
	float: left;
}
.byline {
	color: #ddd;
	text-align: right;
}
.skiplinks {
	display: none;
}
input, textarea {
	background: #eee;
}
input select {
	background: none;
}
blockquote p {
	margin: 1.6em 20px;
	line-height: 1.3em;
}
blockquote p.withattrib {
	margin-bottom: 0;
}
.quoted {
	text-align: right;
	margin: 0 30px 1em;
}

/* Main Links */
#main a, #footer a {
	text-decoration: none;
	color: #f00;
	border-bottom: 1px dotted #f00;
}
#main a:visited, #footer a:visited {
	color:#c00;
	border-color: #c00;
}
#main a:hover, #footer a:hover {
	color: #f63;
	border-bottom: 1px solid #f63;
}

/* Blog/Articles  */
.post {
	margin-bottom: 15px;
}
.navigation {
	width: 500px;
	height: 20px;
	margin-bottom: 8px;
}
.navleft {
	float: left;
	display: block;
	text-align: left;
}
.navright {
	float: right;
	display: block;
	text-align: right;
}

/* Special Page Styles */
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
.narrowcolumn {
	float: left;
	margin: 0px 0 0;
}
.widecolumn {
	float: left;
}
.post {
	margin: 0 0 40px;
	text-align: left;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 20px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
#main .postmetadata {
	clear: left;
	margin-top: 30px;
}
.clear {
	clear: both;
}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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, div.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright, div.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft, div.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
	 
/* Form Elements */
#searchform {
	margin: 40px auto;
	padding: 5px 0;
	text-align: center;
}
#left #searchform #s {
	width: 110px;
	padding: 2px;
	background: #eee;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #333;
}
#left #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 65%;
	padding: 2px;
	background: #eee;
}
#commentform #submit {
	margin: 0 200px 0 0;
	float: right;
	background: #eee;
}

/* Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
.commentlist {
	padding: 0;
	text-align: left;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 140px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
}

#main ul li.linkcat {
	list-style: none;
}
.wpcf7 input, .wpcf7 textarea {
	background: #dee;
	font: 1.2em/1.3em Georgia, "Times New Roman", Times, serif;
	color: #333;
}
#resource-list a, #resource-list a:hover {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	border: none;
	margin-top: 20px;
}
.text-right {
	text-align: right;
}

/* Random quote */
.quotescollection_randomquote {
	width: 140px;
	margin: 10px 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.quotescollection_randomquote q {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #333;
}

.quotescollection_randomquote cite {
	display:block; /* To display author and source in a new line */
	text-align: right;
	font-size: 1.2em;
	color: #555;
	font-style: italic;
	line-height: 1.1em;
	margin-top: 0.8em;
}
#quotescollection_nextquote-0 {
	color: #666;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	text-align: right;
}
#quotescollection_nextquote-0 a {
	border-width: 0;
}

/* Quotes page */
blockquote.quotescollection {
	border:0;
	background:none;
	padding:0;
	margin:2em;
	font-size:1em;
}

blockquote.quotescollection q {
}

blockquote.quotescollection cite {
	display:inline;	
	font-size:0.83em;
}

/* Big Calendar */

.calnk a:hover {
	 background-position:0 0;
	 text-decoration:none;  
	 color:#fff;
	 border-bottom:1px dotted #fff;
	 }
.calnk a:visited {
	 text-decoration:none;
	 color:#fff;
	 border-bottom:1px dotted #fff;
	}
.calnk a {
	text-decoration:none; 
	color:#fff; 
	border-bottom:1px dotted #fff;
	}
.calnk a span { 
	display:none; 
	}
.calnk a:hover span {
	color:#222; 
	background:#999; 
	display:block;
	position:absolute; 
	margin-top:1px; 
	padding:8px; 
	width:150px; 
	z-index:100;
	}
 .calendar-table {
	border:none;
	width:100%;
 }
 .calendar-heading {
	height:25px;
	text-align:center;
	background-color:transparent;
 }
 .calendar-next {
	width:25%;
	text-align:center;
 }
 .calendar-prev {
	width:25%;
	text-align:center;
 }
 .calendar-month {
	width:50%;
	text-align:center;
	font-weight:bold;
 }
 .normal-day-heading {
	text-align:center;
	width:25px;
	height:25px;
	font-size:0.8em;
 }
 .weekend-heading {
	text-align:center;
	width:25px;
	height:25px;
	font-size:0.8em;
	color:#fff;
 }
 .day-with-date {
	vertical-align:text-top;
	text-align:left;
	width:60px;
	height:60px;
	border:1px solid #666;
	padding: 6px;
 }
 .no-events {

 }
 .day-without-date {
	width:60px;
	height:60px;
	border:1px solid #333;
 }
 span.weekend {
	color:#ddd;
 }
 .current-day {
	vertical-align:text-top;
	text-align:left;
	width:60px;
	height:60px;
	border:1px solid #bbb;
	background-color:#333;
	color: #fff;
 }
 span.event {
	font-size:0.75em;
 }

 .event-title {
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
 }
 .event-title-break {
	width:96%;
	margin-left:2%;
	margin-right:2%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	height:1px;

 }
 .event-content-break {
	width:96%;
	margin-left:2%;
	margin-right:2%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	height:1px;
 }
 .calendar-date-switcher {
	height:25px;
	text-align:center;
 }
 .calendar-date-switcher form {
	margin:0;
	padding:0;
 }
 .calendar-date-switcher input {
	border:1px #333 solid;
 }
 .calendar-date-switcher select {
	border:1px #333 solid;
 }
 .cat-key {
	width:100%;
	margin-top:10px;
	padding:5px;
	border:1px solid #666;
 }

/* credit styles */
#credit {
	width: 260px;
	height: 26px;
	margin: 6px auto 0 auto;
	padding: 0 0 6px 0;
}
#credit p {
	font: 11px/26px "Lucida Grande", Arial, Lucida, Verdana, Helvetica, sans-serif;
	text-align: right;
	margin: 0;
	float: left;
	padding: 0;
	color: #fff;
	line-height: 26px;
}
#credit a {
	background: transparent url(images/red_000.gif) 0 1% no-repeat;
	width: 152px;
	height: 26px;
	float: left;
	text-indent: -9000px;
	border-width: 0;
}
#credit a:hover {
	background-position: 0 96%;
	border-width: 0;
}
.extra-credit {
	margin: 0;
	text-align: center;
}

.column {
	width: 350px;
	float: left;
}
#main .skipflash {
	text-align: center;
	font-size: 0.85em;
	line-height: 1em;
	text-transform: uppercase;
}