/*
Theme Name: Joni
Theme URI: http://danielbrouse.com/
Description: The first wordpress theme developed for the Joni concert
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: "Lucida Grande","Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 0.75em; /* MASTER font-size controller */
	color: #6d685c; /* MASTER text colour controller */
	background: url(images/wide_header.jpg) top center no-repeat #001b50;
	padding-bottom: 20px;
}



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

a {
	color: #957a29;
	text-decoration: none;
}

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

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

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

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0.4em 0;
	color: #1f3559;
	text-transform: uppercase;
}

h1 {
	font-size: 1.8em;

}

h2 {
	font-size: 1.333em;
	font-weight: 600;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #332b19;
	text-transform: none;
	font-style: italic;
}

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

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

h6 {
	font-size: 0.9em;
	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 */

#container {
	width: 866px;
	margin: 0 auto; 
}

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

#page_top {
	width: 866px;
	height: 58px;
	background: url(images/page_top.png) top center no-repeat;
	margin: 0 auto;
	position: relative;
}

#page_content {
	width: 866px;
	background: url(images/paper_texture.png) top center repeat;
	margin: 0 auto;
}

#page_bottom {
	width: 866px;
	height: 21px;
	background: url(images/page_bottom.png) bottom center no-repeat;
}

#page_glow {
	background: url(images/page_glow.jpg) top center no-repeat;
	padding-top: 20px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#content {
	width: 506px;
	float: left;
	display: inline;
	margin: 0 0 0 40px;
}

#header {
	height: 345px;
	margin: 0 auto;
	position: relative;
}

#footer {
	width: 816px;
	height: 90px;
	margin: 0 auto;
	background: url(images/footer.png) 0 0 no-repeat;
	padding: 25px;
	color: #809fb8;
	position: relative;
}

#footer a {
	color: #809fb8;
}

#footer a:hover {
	color: #fff;
}

/* footer logos */
#footer_logos {
	width: 529px;
	float: left;
	margin-top: 5px;
}

#footer_logos a {
	float: left;
	margin-right: 26px;
}

a#fl_miaf {
	width: 112px;
	height: 27px;
	display: block;
	background: url(images/fl_miaf.gif) 0 0 no-repeat;
	text-indent: -999999em;
}

a#fl_spiritworks {
	width: 158px;
	height: 31px;
	display: block;
	background: url(images/fl_spiritworks.gif) 0 0 no-repeat;
	text-indent: -999999em;
}

a#fl_fb {
	width: 98px;
	height: 29px;
	display: block;
	background: url(images/fl_facebook.gif) 0 0 no-repeat;
	text-indent: -999999em;
}


/* newsletter subscribe box */

#subscribe_box {
	width: 256px;
	position: absolute;
	top: 12px;
	right: 25px;
	padding-left: 16px;
	height: 106px;
	background: url(images/footer_d_line_vert.gif) top left repeat-y;
}

#subscribe_box p {
	color: #5c7d97;
	padding: 0;
}

#subscribe_box p a {
	color: #8aaac4;
}

#subscribe_box h1 {
	color: #fff200;
	padding-bottom: 0;
}

input.subscribe_name {
	background: url(images/name_field.gif) 0 0 no-repeat;
	width: 194px;
	height: 24px;
	color: #446989;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	display: block;
	padding: 6px 12px 0;	
	top: 5px;
	left: 0;
}

input.subscribe_email {
	background: url(images/email_field.gif) 0 0 no-repeat;
	width: 122px;
	height: 24px;
	color: #446989;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	display: block;
	padding: 6px 12px 0;
	left: 0;
	top: 39px;
}

input.signup_btn {
	border: none;
	width: 67px;
	height: 29px;
	display: block;
	background: url(images/signup_btn.gif) 0 0 no-repeat;
	text-indent: -999999em;
	cursor: pointer;
	top: 39px;
	left: 150px;
}

input.signup_btn:hover {
	background-position: 0 -29px;
}

#subscribe_form {
	position: relative;
}

#subscribe_form input {
	position: absolute;
	outline: none;
}


/* NAV ----------------------------------------------------------- NAV */

#nav {
	position: absolute;
	width: 738px;
	height: 43px;
	/*background-color: red;*/
	left: 16px;
	top: 9px;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

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

#nav ul li a {
	display: block;
	height: 43px;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	text-indent: -999999em;
}

#nav ul li a#home {
	width: 91px;
	background-position: 0 0;
}

#nav ul li a#home:hover {
	background-position: 0 -43px;
}

#nav ul li a#home.active {
	background-position: 0 -86px;
}

#nav ul li a#about_joni {
	width: 215px;
	background-position: -91px 0;
}

#nav ul li a#about_joni:hover {
	background-position: -91px -43px;
}

#nav ul li a#about_joni.active {
	background-position: -91px -86px;
}	

#nav ul li a#artists {
	width: 99px;
	background-position: -306px 0;
}

#nav ul li a#artists:hover {
	background-position: -306px -43px;
}

#nav ul li a#artists.active {
	background-position: -306px -86px;
}		

#nav ul li a#band {
	width: 115px;
	background-position: -404px 0;
}

#nav ul li a#band:hover {
	background-position: -404px -43px;
}

#nav ul li a#band.active {
	background-position: -404px -86px;
}

#nav ul li a#blog {
	width: 91px;
	background-position: -518px 0;
}

#nav ul li a#blog:hover {
	background-position: -518px -43px;
}

#nav ul li a#blog.active {
	background-position: -518px -86px;
}	

#nav ul li a#tickets {
	width: 106px;
	background-position: -608px 0;
}

#nav ul li a#tickets:hover {
	background-position: -608px -43px;
}

#nav ul li a#tickets.active {
	background-position: -608px -86px;
}		


/* SIDEBAR --------------------------------------------------- SIDEBAR */

#sidebar {
	float: right;
	width: 265px;
	display: inline;
	margin-right: 16px;
	padding-left: 5px;
}

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

li.mp3_player {
	background: url(images/mp3_player_bg.png) 0 0 no-repeat;
	width: 254px;
	height: 104px;
	margin-bottom: 8px;
	display: block;
}

#XMLMP3Player {
	margin-left: 3px;
}

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

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

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


img.logo {
	position: absolute;
	left: 20px;
	top: 60px;
}


li.artist_photo {
	background: url(images/artist_photo_bg.png) 0 0 no-repeat;
	width: 257px;
	height: 299px;
	display: block;
	text-align: center;
	padding-top: 6px !important;
}

li.artist_photo h2 {
	padding: 10px 0 0 0;
	margin: 0;
}

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


textarea#comment,
form#commentform input#author,
form#commentform input#email,
form#commentform input#url {
	background-color: #ddf0fb;
	border: 1px solid #9bd4f6;
	border-top: 1px solid #649ebe;
	color: #666;
	padding: 4px;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
}

textarea#comment {
	width: 500px;
	display: block;
}

form#commentform input#submit {
	background-color: #2b4775;
	display: block;
	border: none;
	text-align: center;
	visibility: visible;
	padding: 4px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

form#commentform input#submit:hover {
	background-color: #4d6797;
}

/* comments ------------------- */

ol.commentlist {
	padding: 0;
	margin: 0 0 10px 0;
	list-style-type: none;
	border-top: 1px solid #ccc;
}

ol.commentlist li {
	padding: 10px 5px;
}

img.avatar {
	display: none;
}

div.comment-author {
	font-size: 110%;
}

div.comment-meta {
	font-size: 80%;
	padding-bottom: 10px;
}


li.even {
	background: none;
}

li.odd {
	background-color: #b7d3e5;
}


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

.clear {
	clear: both;
}


.post_sep {
	border-top: 1px solid #ccc;
	height: 20px;
	margin-top: 10px;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.size-medium {
	border: 5px solid #fff;
}

.artist_thumb {
	float: left;
	margin-right: 15px;
	margin-bottom: 14px;
}