@charset "UTF-8";
/*
Theme Name: Lizz Winstead
Theme URI: http://lizzwinstead.com
Description: The theme for Lizz Winstead's site.
Version: 1.0
Author: Joseph Moore
Author URI: http://josephrogermoore.com/
*/

/* Reset */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* General Styles */

body {
	background:#FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#222318;
	line-height: 1.5;
	background:url(i/concrete-dark2.jpg) repeat ;
	overflow-x: hidden;
	}
	
h1 {
	font-size: 26px;
	color: #3F261C;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 1.2;
	}
	
h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
	line-height: 1.2;
	}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0;
	line-height: 1.2;
	}

h4 {
	font-size: 14px;
	font-weight: bold;
	}

h5, h6 {
	font-size: 12px;
	font-weight: bold;
}

p {
	font-size: 12px;
	}

dl {
	font-size:1.2em;
	}

dt {
	font-size:1.2em;
	}

dd {
	font-size:1.2em;
	}

li {
	font-size:1.2em; 
	position:relative;
	}

ul {
	list-style:none;
	}

img {
	border:none;
	}

a {
	color:#498379;
	}
	
a:hover {
	text-decoration: none;
}	


/* Layout */

div#wrapper {
	width:100%; 
	margin-bottom:10px; 
	position: relative;
	background: url(i/bridge.png) no-repeat bottom right;
	}
	
div#nav {
	width:100%; 
	position: absolute;
	top: 0px;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
	background:#3f261c;
	height: 28px;
	}	
		
div#header-container {
	width: 100%;
	background: url(i/headerimage.jpg) repeat;
	}	
	
div#header {
	background:url(i/lizz.png) no-repeat;
	height:400px; 
	width: 944px; 
	padding: 0 8px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	color: #E3E4DC;
	}
	
div#content {
	width:944px; 
	padding:8px;
	margin: 0 auto -80px auto;
	position: relative;
	top: -120px;
	z-index: 20;
	}
	
div#content-main {
	float: left;
	width: 656px;
    background-color:#2e2e2e;
	background-color: rgba(0,0,0,0.4);
	margin-left: 48px;
	}	
	
div#content-sub {
	width:224px; 
	float:right; 
	color: #E3E4DC;
	padding: 0px 0 0 16px;
	}
	

div.content-main-container {
	margin: 16px;
	background-color: #e3e4dc;
	padding: 16px;
	width: 592px;
	min-height: 200px;
}

div#footer-container {
	clear: both;
	width: 100%;
	position: relative;
	top: -20px;
}
	
	
div#footer {
	width:888px; 
	padding: 0 8px 0 80px;
	margin: 0 auto;
	color: #E3E4DC;
	}
	
/* Nav */	

ul#main-nav{
	width: 972px;
	text-align: right;
	margin: 0 auto;
	position: relative;
	z-index: 2000;
	}
	
ul#main-nav li {
	display: inline;
	text-transform: uppercase;
	}
	
ul#main-nav li a {
	display: inline-block;
	padding: 5px 10px;
	font-size: 13px;
	text-decoration: none;
}

ul#main-nav li a:hover {
    background-color: #666;
	background-color: rgba(0,0,0,0.2);
}

ul#main-nav li.current a {
	border-bottom: 3px solid #c5be8b;
	border-bottom: 3px solid rgba(197,190,139,.5); 
	padding: 5px 0px 3px 0px;
	margin: 0 10px;
	cursor: default;
	background-color: transparent;
}	
	
div#nav a {
	color:#c5be8b;
	}

/* Header */

div#upcoming-shows {
	padding:20px 16px 8px 16px;
	right:8px;
	width:192px;
	position:absolute; 
	top:28px; 
	background-color:#372e1c;
	background-color: rgba(206,164,92,0.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3) inset;
	font-size: 10px;
	color: #c5be8b;
	line-height: 1.2;
	}
	
div#upcoming-shows h2 {
	color: #E3E4DC;
	font-size: 22px;
	border-bottom: 1px dotted rgba(255,255,255,0.15);
	margin: 0;
}	

div#upcoming-shows .gigpress-listing li {
	margin: 5px 0;
	border-bottom: 1px dotted rgba(255,255,255,0.15);
	padding: 5px 0;
}

div#upcoming-shows .gigpress-listing li a.gigpress-tickets-link {
	display: block;
	font-size: 10px;
}

.entry-content p.gigpress-empty {
	font-weight:bold;
	}

span.show-tickets {display:block;}

a.all-shows {
	float: right;
	display: inline-block;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 5px 10px;
	margin-top: 5px;
	border: 1px solid #3F261C;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	
	background-color: #E3E4DC;
	color: #3F261C;
}

a.all-shows:hover {
	background-color: #3F261C;
	border: 1px solid rgba(255,255,255,0.2);
	color: #E3E4DC;
}

div#header-content {
	width:310px; 
	float:right;
	}
	
div#branding {
	height:140px;
	left:298px;
	position:absolute;
	top:56px;
	height: 72px;
	width: 400px;
}	

div#branding strong a {
	font-size: 60px; 
	display:block; 
	color: #e3e4dc; 
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-decoration: none;
	white-space: nowrap;
	background: url(i/lizz-winstead.png) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 400px;
	height: 72px;
	}
	
div#branding span {
	display:block; 
	padding-top:80px;
	font-size:20px;
	text-align:center;
	}

/* Social Icons */

div#social-media {
	clear:both; 
	position:absolute; 
	top:258px; 
	left:224px;
	
	}
	
div#social-media ul {
	float: left;
}	

div#social-media h2 {
	display:inline; 
	float:left; 
	margin: 0 8px 0 0;
	font-size: 14px;
	line-height: 22px;
	color: #C5BE8B;
	}

	
div#social-media ul li {
	float:left; 
	margin-right:8px;
	}

div#social-media ul li a {
	text-indent:-9999px; 
	display:block; 
	height:22px; 
	width:22px;
	}
	
a#social-twitter {
	background: url(i/twitter.png) no-repeat;
	}
	
a#social-facebook {
	background:url(i/facebook.png) no-repeat;
	}
	
a#social-rss {
	background:url(i/rss.png) no-repeat;
	}
	
a#social-witstream {
	background:url(i/witstream.png) no-repeat;
	}


/* Pagination */

div.navigation .alignleft {
	float: left;
}

div.navigation .alignright {
	float: right;
}

/* Images */

.hentry img {
	max-width: 524px;
	border: 4px solid #fff;
	height: auto;
	margin-bottom: 5px;
	}	

.wp-caption {
	max-width: 532px;
	background: #fff;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 4px 4px 4px;
	text-align: center;
	font-size: 10px;
	line-height: 1.2;
	}
.wp-caption img {
	margin: 0 auto;
	padding: 0;
	}
	
.aligncenter {
	text-align: center;
	margin: 10px auto;
}		
	
.alignright, .alignleft, .hentry img.alignright,  .hentry img.alignleft  {
	max-width: 304px;
}	
	
.alignleft img, .alignright img {
	width: 296px;
	height: auto;
}

.alignright, .hentry img.alignright {
	float: right;
	margin: 0 0 5px 16px;
}

.alignleft, .hentry img.alignleft {
	float: left;
	margin: 0 16px 5px 0;
}

.post-thumb {
	float:left;
	margin:0 12px 0 0;
	width:96px;
	}

/* Footer */

div#footer h3, #searchform label {
	color: #CEA45C;
	margin-bottom: 10px;
	border-bottom: 1px dotted rgba(255,255,255,0.25);
	padding-bottom: 2px;
	font-size: 16px;
	display: block;
	font-weight: bold;
}

#searchform label {
	font-size: 12px;
	display: block;
	font-weight: bold;
	
}

div#footer-left {
	float:left; 
	width:368px;
	margin-right: 16px;
	}
	
div#footer-cats {
	float: right;
	width: 464px;
	position: relative;
}	
	
ul#twitter_update_list li {
	margin:15px 0;
	font-size: 12px;
	}	
	
div#food-folks-fun, div#winstead-worldwide {
	width:224px; 
	margin-bottom:10px; 
	float: left;
	}
	
div#food-folks-fun {
	margin-left: 16px;
}	
	
div#search {
	clear: both;
	padding-top: 20px;
}

div#search input[type="text"] {
	width: 224px;
	margin-right: 8px;
}
	
small#copyright {
	clear:both; 
	display:block; 
	font-size: 10px;
	text-align: right;
	color: #999;
	padding-top: 30px;
	}

/* Archive and Single */

.hentry {
	margin: 20px 0;
	position: relative;
	}
	
.single .hentry {
	margin-bottom: 0;
} 	
	
.published {
	font-size: 11px;
	font-weight: bold;
	background-color: #cea45c;
	background: rgba(206,164,92,0.5);
	padding: 5px 4px;
	position: absolute;
	top: 0px;
	left: -16px;
	text-align: center;
	color: #3F261C;
	width: 56px;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 1;
	
}

.hfeed .hentry {
	min-height: 50px;
	margin-bottom: 30px;
}	

.single .entry-meta {
	margin: 10px 0 20px 0;
	border-top: 1px solid rgba(206, 164, 92, 0.5);
	border-bottom: 1px solid rgba(206, 164, 92, 0.5);
	padding: 6px 0;
}

.archive .entry-meta, .search .entry-meta {
	position: absolute;
	top: 30px;
	left: 0px;
}

.archive .entry-meta a, .search .entry-meta a {
	background: url(i/comment.png) no-repeat -2px -2px;
	display: block;
	padding-left: 24px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	min-height: 20px;
	line-height: 22px;
}

.entry-title, .search .page .entry-title {
	margin-left: 60px;
	font-size: 18px;
	color:#B9340B;
}

.search .page .entry-title {
	margin-bottom: 10px;
	top: 0px;
}

.page .entry-title {
	margin-left: 0;
}

.single .entry-title, .page .entry-title {
	font-size: 24px;
	position: relative;
	top: -6px;
	margin-bottom: 0;
}

.entry-title a {
	color: #b9340b;
}
	
.entry-content  {
	padding-left:60px;
	font-size: 13px;
	min-height: 150px;
	}
	
.search .page .entry-content {
	padding-left:60px;
}	
	
.archive .entry-content, .home .entry-content, .search .entry-content {
	min-height: 0;
}	
	
.page .entry-content {
	padding-left: 0px;
}	
	
.entry-category {
	font-size: 10px;
	padding-left: 60px;
	margin: 0 0 20px 0;
	font-weight: normal;
	text-transform: uppercase;
}

.entry-category li {
	text-transform: none;
	font-size: 12px;
}

.entry-category li:after {
	content: ' |';
}

.entry-category li:last-child:after {
	content: '';
}

.entry-category li, .entry-category ul {
	display: inline;
}

.entry-content blockquote, .entry-content p, .entry-content li {
	margin: 10px 0;
	font-size: 13px;
}
.entry-content cite {
	margin-left: 32px;
}
.entry-content blockquote {
	border-left: 3px solid #cea45c;
	margin-left: 22fpx;
	padding-left: 8px;
}

.entry-content ul {
	list-style-type:square;
	margin-left: 32px;
}

.entry-content ol {
	list-style-type:decimal;
	margin-left: 32px;
}

.entry-content pre {
	background-color: #fff;
	padding: 8px;
	display: block;
	font-family: "Courier New", Courier, monospace;
}

.entry-content code {
	font-family: "Courier New", Courier, monospace;
}

.entry-content dt {
	font-size: 12px;
	font-weight: bold;
}

.entry-content dd {
	font-size: 12px;
	margin-left: 32px;
}

.entry-content table
{
	font-size: 12px;
	margin: 10px 0;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	background-color: rgba(255,255,255,0.2);
}

.entry-content table caption {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
}

.entry-content th
{
	font-size: 14px;
	font-weight: normal;
	color: #b9340b;
	padding: 10px 8px;
	border-bottom: 2px solid #b9340b;
}

.entry-content td
{
	border-bottom: 1px solid #ccc;
	padding: 6px 8px;	
}

.entry-content object, .entry-content embed {
	max-width: 523px;
}

#content iframe {
	clear: both;
	margin: 10px 0;
	max-height: 30px;
}

#socialize-this {
	position: absolute;
	top: 96px;
	left: 86px;
}

.page #socialize-this {
	display: none;
}

#socialize-this a {
	display: block;
}

#socialize-this img {
	width: 32px;
	height: 32px;
	margin-bottom: 5px;
}

/* Comments */

#respond {
	background-color: #cea45c;
	background: rgba(206,164,92,0.5);
	padding: 16px;
}

#respond p {
	margin: 10px 0;
}

#comments {
	padding: 20px 0 5px 0;
	border-bottom: 1px dotted #498379;
	color: #b9340b;
}

.commentlist li {
	position: relative;
	border-bottom: 1px dotted #498379;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 56px;
}

.commentlist li .avatar {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 4px solid rgba(255,255,255,0.5);
	width: 32px;
	height: 32px;
}

.commentlist li .vcard, .comment-meta {
	font-size: 12px;
}

.commentlist li .vcard + em {
	font-style: italic;
	color: #B9340B;
}

.comment-meta {
	margin-bottom: 15px;
}

.commentlist li .fn {
	font-weight: bold;
}

/* Forms */

label {
	display: block;
}

input, textarea {
	margin-bottom: 10px;
}	

label.overlayed  { 
	position:absolute;
	margin: 0;
	color: #666;
	cursor: text;
	padding: 7px 5px;
	line-height: 1;
	display: inline-block;
	}
	
form div.wrap { 
	position:relative;
	}	

/* Sidebar */

div#content-sub > ul > li {
	margin-bottom: 20px;
}

#book {
	background: url(i/lizzfree_book.jpg) no-repeat 0 0 #CEA45C; 
	padding:10px 16px 0 16px;
	color: #c5be8b;
	height: 240px;
	}
	
#book h2 {
	color: #c5be8b;
	font-size: 22px;
}

#book p {
	padding-right: 70px;
	color: #E3E4DC;
}	
	
#mailing-list {
	padding: 8px 16px;
	background-color: #c5be8b;
	color: #3F261C;
}

#mailing-list h2 {
	font-size: 14px;
}	

#mailing-list label {
	font-size: 11px;
}

#mailing-list input[type=text] {
	width: 184px;
}

li#shit-i-do {
	padding: 8px 16px;
    background-color:#2e2e2e;
	background-color:rgba(0,0,0,.7);
	border:1px dotted #333;
	}

li#shit-i-do h2 {
		line-height: 1.2;
		color: #cea45c;
		padding-bottom: 10px;
		border-bottom: 1px dotted rgba(255,255,255,0.15);
		font-size: 22px;
		margin: 0;
}

li#shit-i-do li {
	border-bottom: 1px dotted rgba(255,255,255,0.15);
	font-size: 13px;
}

li#shit-i-do li a {
	color: #E3E4DC;
	text-decoration: none;
	display: block;
	padding: 10px 0;
}

li#shit-i-do li a:hover {
    background-color: #4a4a4a;
	background-color: rgba(255,255,255,0.05);
	
}
	
/* Gigpress */
	
th.gigpress-country, td.gigpress-country {
	display:none;
	}

span.show-time, span.show-ages, span.show-price, span.show-ticket-phone, span.show-ticket-link {
	display:block;
	}
	
span.show-notes {
	display:block; 
	clear:both; 
	padding-top:12px;
	}

div.show-info {
	width:254px; 
	float:left;
	}

div.ticket-info {
	width:254px; 
	float:right;
	}

span.gigpress-sidebar-prep {
	display:none;
	}
	
span.location.gigpress-sidebar-venue {
	display:none;
	}
	
span.gigpress-sidebar-status {display:none;}

p.gigpress-subscribe {
	color: #C5BE8B !important;
	margin-top: 6px;
}

#nye {
	width:224px;
/*	height:211px;
*/	background:url(i/nye.jpg) no-repeat top left;
}

#nye a {
	display:block;
	width:100%;
	height:100%;
}

#promo-main {
	padding:10px 20px;
	border:1px dotted #3F261C;
	margin:0 0 10px;
	background-color:#311f15;
}


/* Clearing Floats */

.group:after, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
