/*
Theme Name: FAB2010
Theme URI: http://www.fatasbutter.com.au/
Description: Fat As Butter Theme.
Author: David J Smith
Version: 1.0
Tags: Sick

*/

/* !Fonts */
/* -------------------------------------------------------------- */
body,
input,
textarea,
.entry-content label,
.entry-content thead th,
.entry-meta,
.entry-title,
.page-title,
{
	font-family: 'Lucida Grande', Arial, sans-serif;
}

/* !Global Elements */
/* -------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background: #000;
}

body,
input,
textarea {
	color: #fff;
	font-size: 10px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: none;
	margin: 0;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
a:link, a:visited{
	color: #fff;
	text-decoration: underline;
}
a:active,
a:hover {
	color: #ccc;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* !Header */
/* -------------------------------------------------------------- */

#header{
	color: #FFF;
	font: 13px 'Century Gothic', sans;
	letter-spacing: 0.25em;
	margin: 20px auto 0px;
	text-align: center;
	text-transform: uppercase;
}
#header img{margin: 0px auto;}
#header p{ margin: 8px 0px; }

/* !Menu */
/* -------------------------------------------------------------- */

#nav {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display:block;
	font: 13px 'Century Gothic', sans;
	list-style: none;
	overflow: hidden;
	padding: 0 40px;
	text-transform: uppercase;
	width: 870px;
}
#nav li {
	float: left;
	margin-left: 0px;
}
#nav a {
	color:#ccc;
	display:block;
	padding:0 25px;
	letter-spacing: 0.2em;
	line-height:40px;
	text-decoration:none;
}
#nav li:hover > a {
	color: #fff;
}

/* !Featured
/* -------------------------------------------------------------- */
#featured {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 200px;
	margin: 30px auto;
}

/* !Content
/* -------------------------------------------------------------- */

#main {
	padding: 0px;
}
#content {
	color: #fff;
	font-family: "Lucida Grande", Tahoma, Arial, sans;
	font-size: 13px;
	font-weight: lighter;
	line-height: 22px;
	letter-spacing: 0.05em;
	padding: 0;
}
#entry-content-Home{
	text-shadow: black 1px 2px 1px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:18px;
}
#entry a{
	text-shadow: none;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #fff;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}
#content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #F2F7FC;
}
.hentry {
	margin: 0 0 48px 0;
}
.page-title {
	font-size: 30px;
	margin: 26px 0px;
}
.page-title span {
	color: #666;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
#content .entry-title {
	color: #ccc;
	font-size: 36px;
	letter-spacing: 2px;
	line-height: 1.3em;
	margin-bottom: 0;
}
#content .video-player {
	padding: 0;
}

/* ! Tickets page */
/* -------------------------------------------------------------- */
#entry a{
	text-shadow: none;
}
#entry-content-Tickets h2, #entry-content-Tickets h3, #entry-content-Tickets h4, #entry-content-Tickets h5{
	font-family: 'Century Gothic';
	font-weight: normal;
}
#entry-content-Tickets h4{
	border-top: 1px dotted #aaa;
	padding-top: 12px;
}

/* !Sidebar */
/* -------------------------------------------------------------- */
#sidebar h2{
	color: #ccc;
	font: 14px 'Century Gothic', sans;
	letter-spacing: 0.2em;
	width: 250px;
}

/* !Lineup tiles */
/* -------------------------------------------------------------- */
#lineup-thumbs{
	text-align: center;
}

#lineup-thumbs a {
	display: block;
	float: left;
	font: 16px 'Century Gothic',Arial,sans;
	letter-spacing: 0.1em;
	margin: 0px 20px;
	padding: 20px 10px;
	text-decoration: none;
	text-transform: uppercase;
	width: 250px;
}

#lineup-thumbs a img {
	width: 250px
}

#lineup-thumbs a span {
	display: block;
}

/* !Single-artist */
/* -------------------------------------------------------------- */
#single-artist-content{
	margin: 2em 0;
}

#single-artist-content .entry-title{
	color: white;
	font: 36px/38px 'Century Gothic', sans;
	letter-spacing: 0px;
	margin-bottom: 6px;
}

/* !FAQs */
/* -------------------------------------------------------------- */

#faq {
	text-shadow: none;
}
#faq div.faq{
	padding: 12px;
	margin-bottom: 12px;
	border: 1px solid gray;
}
#faq div.faq h5{
	padding: 0;
	margin: 0;
}
#faq div.faq h5 a{
	padding: 0;
	margin: 0;
	text-decoration: none;
	outline: none;
}
#faq .answer{
	margin: 12px 0;
}

/* !Twitter */
/* -------------------------------------------------------------- */
.twitter-container{
	margin-top: 20px;
}
.twitter-container h2{
	padding: 30px 20px 10px 50px;
	width: 190px;
}
.twitter-container dl{
	margin-left: 1em;
}
.twitter-container dt{
	color: #fff;
	display: block;
	font: 14px/18px 'Lucida Grande', Times New Roman, serif;
	margin-top: 12px;
	padding-left: 12px;
	overflow: hidden;
}
.twitter-container dt a{
	color: #ccf;
	text-decoration: none;
}
.twitter-container dt a:hover{
	text-decoration: underline;
}
.twitter-container dd{
	border-bottom: 1px dotted #ccf;
	color: #ccc;
	display: block;
	font-size: 10px;
	padding: 6px;
	text-align: right;
}
.twitter-container dd abbr{
	border: none;
}

/* !Asides */
/* -------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}




/* !Gallery listing */
/* -------------------------------------------------------------- */

#gallery h2 a{
	outline: none;
}
#gallery .gallery-thumbs a{
	margin: 0 10px 10px 0;
	overflow: hidden;
}

/* Attachment pages */
/* -------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* !Images */
/* -------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 640px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft
#content a.attachment .alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright 
#content a.attachment .alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter 
#content a.attachment .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}



/* !Navigation */
/* -------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}



/* =Widget Areas
-------------------------------------------------------------- */

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}



/* !Footer */
/* -------------------------------------------------------------- */

#footer {
	background: black url('images/footer.jpg') no-repeat bottom center;
	clear: both;
	height: 250px;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	padding: 18px 0;
	overflow: hidden;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	position: relative;
	font-style: italic;
}
#site-generator a {
	color: #666;
	display:inline-block;
	text-decoration: none;
	background: url(images/wordpress.png) center left no-repeat;
	padding-left: 20px;
	line-height: 16px;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display:block;
	margin: 0 auto 10px;
}



/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}

/* !Signup */
/* -------------------------------------------------------------- */

#mc_embed_signup {
	background: transparent url('images/mail-bg.jpg') no-repeat top left scroll;
	margin-top:20px;
	margin-bottom:20px;
	padding-top: 30px;
}
.mc-field-group {
  width: 100%;
}
.mc-field-group label {
	color: #ccc;
	font-size: 10px;
  line-height: 8px;
  margin: 6px 0.5em 0px 2px;
  text-align: right;
  width: 2em;
}
.mc-field-group input {
  border: 2px solid #333;
	color: #333;
  font-size: 16px;
  height: 24px;
	padding: 2px;
	width: 212px;
}
.mc-field-group input.btn {
  height: 26px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}
.mc-field-group #mce-responses {
  clear: both;
  font-size: 12px;
  line-height: 14px;
  text-transform: none;
  margin: 12px 0px;
}
.input-rounded-button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #666;
  color: #666;
  cursor: pointer;
  display: inline-block;
  font: 12px/20px 'Century Gothic', Verdana, Geneva, sans-serif;
  margin: 12px auto 6px;
  padding: 4px;
  text-decoration: none;
  width: 220px;
}
.input-rounded-button:hover {
  text-decoration: none;
  background-color: #666;
  color: #ccc;
  cursor: pointer;
}
