/*
Theme Name: White Album
Theme URI: http://danielbrouse.com/
Description: The first wordpress theme developed for the White Album Concert 2009
Version: 1.0
Author: Daniel Brouse
Author URI: http://www.danielbrouse.com/
Tags: 

*/

/*
(c) 2009 Daniel Brouse


/* GLOBAL SETTINGS------------------------------------- GLOBAL SETTINGS */

html {

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #fff;
	background: #454135;
	
}




/* LINKS -------------------------------------------------------- LINKS */

a {
	color: #ccc29c;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

#facebook_btn {
	width: 326px;
	height: 68px;
	display: block;
	background: url(images/fb_btn.gif) 0 0 no-repeat;
	text-indent: -999999em;
}

#facebook_btn:hover {
	background-position: 0 -68px;
}

.btn_dark_medium {
	width: 110px;
	height: 16px;
	display: block;
	background: url(images/btn_dark_medium.gif) 0 0 no-repeat;
	padding: 4px 8px;
	text-transform: uppercase;
	font-size: 10px;
	border: none;
	color: #ccc29c;
	text-align: center;
	cursor: pointer;
}

.float_left {
	float: left;
	margin-right: 8px;
}

.btn_dark_medium:hover {
	text-decoration: none;
	color: #fff;
}

input.btn_dark_medium {
	height: 24px;
	width: 126px;
}


.hammerhall_tk {
	width: 293px;
	height: 95px;
	display: block;
	background: url(images/hammerhall_tk.png) 0 0 no-repeat;
	text-indent: -999999em;
	position: absolute;
	top: -1px;
	right: 0;
}

.hammerhall_tk:hover {
	background-position: 0 -95px;
}

.brisbane_tk {
	width: 298px;
	height: 127px;
	display: block;
	background: url(images/brisbane_tk.png) 0 0 no-repeat;
	text-indent: -999999em;
	position: absolute;
	top: 53px;
	right: 14px;
}

.brisbane_tk:hover {
	background-position: 0 -127px;
}

.sydney_tk {
	width: 292px;
	height: 128px;
	display: block;
	background: url(images/sydney_tk.png) 0 0 no-repeat;
	text-indent: -999999em;
	position: absolute;
	top: 125px;
	right: -16px;
}

.sydney_tk:hover {
	background-position: 0 -128px;
}

.adelaide_tk {
	width: 294px;
	height: 138px;
	display: block;
	background: url(images/adelaide_tk.png) 0 0 no-repeat;
	text-indent: -999999em;
	position: absolute;
	top: 205px;
	right: 7px;
}

.adelaide_tk:hover {
	background-position: 0 -138px;
}


.burswood_tk {
	width: 292px;
	height: 128px;
	display: block;
	background: url(images/burswood_tk.png) 0 0 no-repeat;
	text-indent: -999999em;
	position: absolute;
	top: 293px;
	right: -5px;
}

.burswood_tk:hover {
	background-position: 0 -128px;
}

.statetheatre_tk {
	width: 301px;
	height: 141px;
	display: block;
	background: url(images/statetheatre_tk.png) 0 0 no-repeat;
	text-indent: -999999em;
	position: absolute;
	top: 367px;
	right: -15px;
}

.statetheatre_tk:hover {
	background-position: 0 -141px;
}


a.rss_link {
	background: url(images/rss_icon.gif) 0 0 no-repeat;
	padding-left: 19px;
}

a.followus_btn {
	width: 159px;
	height: 24px;
	display: block;
	background: url(images/followus_btn.png) 0 0 no-repeat;
	text-indent: -999999em;
	position: absolute;
	right: -222px;
	bottom: 27px;
}

a.followus_btn:hover {
	background-position: 0 -24px;
}


/* HEADINGS -------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 0.4em 0;
	padding: 0;
}

h1 {
	font-size: 1.7em;
	line-height: 1.2em;
	text-transform: uppercase;
}

h1 a {
	color: #fff;
}


h2 {
	font-size: 1.333em;
	font-weight: normal;
	line-height: 1.3em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.2em;
	color: #ccc29c;
}

h4 {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	padding-bottom: 0.3em;
}

h5 {
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
	padding-bottom: 0.2em;
}

h6 {
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: bold;
	padding-bottom: 0.2em;
}


/* PARAGRAPHS ---------------------------------------------- PARAGRAPHS */

p {
	font-size: 1em;
	line-height: 1.4em;
	padding: 0 0 1.25em 0;
}


/* LISTS -------------------------------------------------------- LISTS */

ul, ol {
	padding:0 0 1.25em 2.5em;
}

li { 
	font-size: 1em;
	line-height: 1.6em;
}

ul li {
	list-style:circle;
}

/*-- nested lists --*/
ul ul {
	padding: 0 0 0 1.5em;
}

ol ol {
	padding: 0 0 0 1.5em;
}

/* LAYOUT ------------------------------------------------------ LAYOUT */

#ie6_msg {
	background-color: #000;
	border: 3px solid yellow;
	color: #fff;
	padding: 20px;
}


#container {
	width:;
	height:;
	background:;
	margin: 0 auto; 
}

#header {
	width: 100%;
	height: 357px;
	margin: 0 auto;
	background: url(images/header.jpg) top center no-repeat;
}

#header_center {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

#content_glow {
	width: 100%;
	background: url(images/content_glow.jpg) top center no-repeat #696451;
	padding-top: 40px;
	min-height: 307px;
	height: auto !important;
	height: 307px;
}

#page {
	margin: 0 auto;
	width: 940px;
}

#content {
	width: 570px;
	float: left;
	display: inline;
}

#footer {
	width: 100%;
	height: 201px;
	background: url(images/footer.jpg) top center no-repeat;
}

#footer_center {
	width: 940px;
	margin: 0 auto;
	padding-top: 40px;
}

#greybar {
	width: 100%;
	background: url(images/greybar.gif) 0 0 repeat-x;
	height: 47px;
}

/* GENERAL STYLING ----------------------------------- GENERAL STYLING */

div.post_date {
	width: 189px;
	height: 25px;
	background: url(images/postdate_bg.png) 0 0 no-repeat;
	color: #cde4f5;
	padding: 4px 8px 0;
	overflow: hidden;
}

div.entry {
	margin-top: 20px;
}

form#commentform textarea,
form#commentform input.text_input {
	background-color: #4e4b3d;
	border: 1px solid #423d30;
	padding: 4px;
	color: #c8c1a7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


form#commentform textarea {
	width: 400px;
	margin-bottom: 10px;
}

div.sociable ul, div.sociable, div.sociable_tagline {
	float: left;
}

div.sociable {	
	margin: 0 !important;
}

.widecolumn div.sociable {
	margin: 15px 0 0 0 !important;
}

div.sociable_tagline {
	padding-right: 10px;
}

p.postmetadata {
	float: right;
	margin: 0;
	padding: 0;
}

div.post {
	padding-bottom: 10px;
	margin-bottom: 15px;
	background: url(images/d_line_post.gif) bottom left repeat-x;
}

h2#comments {	
	clear: both;
	margin-top: 10px;
}

ol.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.comment {
	padding: 10px;
	background: url(images/d_line_post.gif) bottom left repeat-x;
	float: left;
	width: 550px;
}


div.comment-author img {
	display: none;
}

div.comment-author {
	font-size: 1.2em;
}

li.even {
	background-color: #5b5744;
}

div#respond {
	margin-top: 15px;
	float: left;
}

ul.footerlinks {
	list-style-type: none;
	padding: 0;
	margin: 0;
}	

ul.footerlinks li {
	list-style-type: none;
	float: left;
	color: #827a69;
	margin-right: 8px;
	background: url(images/footerlinks_sep.gif) right 7px no-repeat;
	padding-right: 8px;
}

ul.footerlinks li.lastlink {
	background: none;
}

ul.footerlinks li a, #footer_center p a {
	color: #827a69;
}

ul.footerlinks li a:hover, #footer_center p a:hover {
	color: #fff;
	text-decoration: none;
}

#footer_center p {
	float: left;
	clear: both;
	color: #827a69;
}

ul.footer_logos {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
}

ul.footer_logos li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}

ul.footer_logos li a {
	display: block;
	text-indent: -99999em;
	margin-right: 15px;
}

a.triplej {
	width: 100px;
	height: 43px;
	background: url(images/fl_triplej.png) 0 0 no-repeat;
}

a.fasterlouder {
	width: 133px;
	height: 41px;
	background: url(images/fl_fasterlouder.png) 0 0 no-repeat;
}

a.millmaine {
	width: 129px;
	height: 32px;
	background: url(images/fl_millmaine.png) 0 0 no-repeat;
}

a.streetpress {
	width: 60px;
	height: 42px;
	background: url(images/fl_streetpress.png) 0 0 no-repeat;
}

a.inpress {
	width: 38px;
	height: 41px;
	background: url(images/fl_inpress.png) 0 0 no-repeat;
}

a.timeoff {
	width: 83px;
	height: 40px;
	background: url(images/fl_timeoff.png) 0 0 no-repeat;
}


div.post_meta_frontpage {
	float: right;
	width: 260px;
	text-align: right;
}

a.comments_link {
	background: url(images/small_comment_icon.gif) 0 0 no-repeat;
	padding-left: 22px;
	display: block;
	height: 13px;
	float: left;
	padding-right: 10px;
}

a.leavecomment_link {
	background: url(images/leavecomment_icon.gif) 0 0 no-repeat;
	padding-left: 22px;
	height: 13px;
	float: left;
	display: block;
}


a.maxlogo {
	background: url(images/fl_max.png) 0 0 no-repeat;
	width: 70px;
	height: 31px;
}

div.comment-meta {
	font-size: 0.9em;
}

/* SIDEBAR --------------------------------------------------- SIDEBAR */
#sidebar {
	float: right;
	width: 326px;
	display: inline;
	margin-top: 38px;
}

#sidebar ul, #sidebar ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none;
}

#sidebar ul li {
	margin: 10px 0 6px 0;
}

#sidebar ul li ul li {
	text-align: right;
	margin: 0;
}

#sidebar ul li#recent-comments,
#sidebar ul li#recent-posts {
	margin-top: 15px;
}

#sidebar ul li#recent-comments ul li {
	background: url(images/comment_icon.gif) top right no-repeat;
	padding-right: 20px;
}

#sidebar ul li#recent-posts ul li {
	background: url(images/post_icon.gif) top right no-repeat;
	padding-right: 20px;
}

#sidebar li#text-457312061 h2,
#sidebar li#text-457314351 h2,
#sidebar li#text-457352221 h2,
#sidebar li#twitter-1 h2 {
	display: none;
}

#sidebar ul li h2 {
	text-align: right;
	background: url(images/d_line_sidebar.gif) bottom right no-repeat;
	padding-bottom: 8px;
}
/* start newsletter signup styles */
li#text-457314351 {
	background: url(images/newslettersubscribe_bg.png) 0 0 no-repeat !important;
	width: 326px;
	height: 263px;
	display: block;
	position: relative;
	margin-top: 0;
}

h1.wintickets_txt {
	display: block;
	text-indent: -999999em;
	width: 273px;
	height: 72px;
	background: url(images/wintickets_txt.gif) 0 0 no-repeat;
	position: absolute;
	top: 18px;
	left: 15px;
}

h3.signup_txt {
	display: block;
	text-indent: -999999em;
	width: 221px;
	height: 39px;
	background: url(images/signup_txt.gif) 0 0 no-repeat;
	position: absolute;
	top: 117px;
	left: 15px;
}

form#newsletter_signup {
	position: absolute;
	left: 15px;
	top: 170px;
}

input#signup_name {
	background: url(images/input_brown.gif) 0 0 no-repeat;
	display: block;
	width: 196px;
	height: 13px;
	color: #c8c1a7;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px 8px 8px;
	border: none;
}

input#signup_email {
	background: url(images/input_brown_small.gif) 0 0 no-repeat;
	display: block;
	width: 121px;
	height: 13px;
	color: #c8c1a7;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 0;
	top: 40px;
	padding: 10px 8px 8px;
	border: none;
}

input.signup_submit {
	background: url(images/signup_submit.gif) 0 0 no-repeat;
	display: block;
	width: 68px;
	height: 31px;
	position: absolute;
	left: 144px;
	top: 40px;
	border: none;
	cursor: pointer;
}

input.signup_submit:hover {
	background-position: 0 -31px;
}

input.signup_submit:active {
	background-position: 0 -62px;
}
/* end newsletter signup */


/* start media box styles */
#sidebar ul li#text-457352221 {
	background: url(images/media_bg.png) 0 0 no-repeat;
	width: 326px;
	height: 148px;
	display: block;
	position: relative;
	margin-top: 0;
}

#sidebar ul li#text-457352221 p {
	position: absolute;
	left: 15px;
	top: 47px;
	color: #d7d0b4;
	width: 143px;
}

a#youtube_tv_img {
	display: block;
	width: 174px;
	height: 131px;
	background: url(images/youtube_tv.png) 0 0 no-repeat;
	position: absolute;
	right: -10px;
	bottom: 3px;
	text-indent: -99999em;
}

#watchonyoutube_btn {
	position: absolute;
	left: 15px;
	bottom: 15px;
}

/* end media box styles */


/* start latest twitter styles */
#sidebar li#twitter-1 {
	background: url(images/latesttwitter_bg.png) 0 0 no-repeat;
	display: block;
	width: 326px;
	padding-top: 40px;
	position: relative;
	margin-top: 0;
}

#sidebar li#twitter-1 ul.twitter {
	background: url(images/twitter_bottom.gif) bottom left no-repeat;
	margin: 0;
	padding: 0 0 43px 0;
	min-height: 77px;
	height: auto !important;
	height: 77px;
}

#sidebar li#twitter-1 li.twitter-item {
	margin-left: 72px;
	background: url(images/twitter_quote.gif) 0 0 no-repeat;
	padding: 9px 20px 0 20px;
	color: #d7d0b4;
	line-height: 1.3em;
	text-align: left;
}

#twitter_icon {
	position: absolute;
	left: -39px;
	bottom: -12px;
	width: 126px;
	height: 96px;
	background: url(images/twitter_icon.png) 0 0 no-repeat;
}

/* end latest twitter styles */




/* MISC --------------------------------------------------------- MISC */

hr {
	background: #ddd;/*NS FF OP */
	color: #ddd;/*IE*/
	border: none;/*FF NS OP*/
	height: 1px;/*FF NS OP*/
	width: 100%;
}

img.logo {
	position: absolute;
	left: 0;
	top: 0;
}

div.d_line {
	width: 100%;
	height: 1px;
	font-size: 0;
	line-height: 0;
	background: url(images/d_line_post.gif) 0 0 repeat-x;
	margin: 15px 0;
	clear: both;
}

p.quote {
	color: #ccc29c;
	font-size: 1.1em;
	font-style: italic;
}

p.quote em {
	color: #fff;
}

/* FORMS -------------------------------------------------------- FORMS */





/* CUSTOM CLASSES -------------------------------------- CUSTOM CLASSES */

.clear {
	clear: both;
}

