/*
// style.css
// Author: Geoff Franklin
// URL:	http://www.existonline.com.au
// Date Created: 22.July.09
// Date Last Edited: 24.July.09
*/

/************************* GENERAL */

html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #1B1B1B url(images/bg1.jpg) center repeat-y;
	color: #fff;
	text-align: left;
	height: 100%;
}

body {
	font-size: 62.5%;
	padding-bottom: 60px; /* footer */
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 0.8em;
}

a {
	color: #FFCC00;
	text-decoration: none;
	}
	a:hover {
		color: #FFD733;
		text-decoration: underline;
	}

h1 {
}

h2 {
	font-size: 2.8em;
	}
	h2#title_news,
	h2#title_upcoming,
	h2#title_gigs,
	h2#title_bio,
	h2#title_music,
	h2#title_videos,
	h2#title_photos,
	h2#title_extras,
	h2#title_contact {
		color: #000;
		height: 90px;
		position: relative;
		width: 255px;
		}
		h2 span {
			height: 100%;
			position: absolute;
			width: 100%;
			}
			h2#title_news span {
				background: url(images/title_news.jpg) top left no-repeat;
			}
			h2#title_upcoming span {
				background: url(images/title_upcoming.jpg) top left no-repeat;
			}
			h2#title_gigs span {
				background: url(images/title_gigs.jpg) top left no-repeat;
			}
			h2#title_bio span {
				background: url(images/title_bio.jpg) top left no-repeat;
			}
			h2#title_music span {
				background: url(images/title_music.jpg) top left no-repeat;
			}
			h2#title_videos span {
				background: url(images/title_videos.jpg) top left no-repeat;
			}
			h2#title_photos span {
				background: url(images/title_photos.jpg) top left no-repeat;
			}
			h2#title_extras span {
				background: url(images/title_extras.jpg) top left no-repeat;
			}
			h2#title_contact span {
				background: url(images/title_contact.jpg) top left no-repeat;
			}

h3 {
	color: #CC0000;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	line-height: 2.5em;
	}
	h3 a,
	h3 a:hover {
		color: #CC0000;
	}
	
.hidden {
	display: none;
}

.collapse {
	background: none;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 0px;
}

div.spacehr {
	float: left;
	width: 550px;
	height: 20px;
}

div.reset {
	border: medium none;
	clear: both;
	display: block;
	font-size: 1px;
	height: 0px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}

/************************* GENERAL end */

div#wrapper {
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 860px;
}

/************************* HEADER */

div#header {
	height: 262px;
	margin: 0 auto;
	width: 858px;
}

div#flash-banner {
	height: 262px;
	width: 858px;
}

/************************* HEADER end */


/************************* CONTENT */

div#content {
	margin: 0 auto;
	padding: 10px;
	width: 838px;
}

/************************* LEFTSIDE */

div#leftside {
	float: left;
	margin-right: 10px;
	padding: 0 10px 60px 0; /* 60px footer */
	width: 550px;
}
div#leftside_content {
	padding-left: 10px;
	position: relative;
	top: -30px;
	}
	div#leftside_content h3 {
		text-transform: uppercase;
	}

/************************* POST */

.post h2 {
	margin: 0 0 10px;
}
.post h3 {
	margin: 20px 0 0;
}

div.news-post {
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
	div.news-post div.date {
		background: #090909;
		color: #666;
		float: left;
		font-style: italic;
		margin-bottom: 10px;
		padding: 5px;
	}
	div.news-post div.author {
		border: 1px solid #090909;
		color: #888;
		float: left;
		font-style: italic;
		margin-bottom: 10px;
		padding: 4px;
	}
	div.news-post div.comments {
		border-width: 1px 1px 1px 0;
		border-color: #090909;
		border-style: solid;
		float: left;
		margin-bottom: 10px;
		padding: 4px;
	}

div.news-post .gigs-calendar {
	font-size: 1.2em;
	}
	div.news-post .gigs-calendar table {
		border: none;
	}
	div.news-post .gigs-calendar table caption{
		font-size: 1.2em;
		margin: 10px 0;
	}
	div.news-post .gigs-calendar table thead {
		margin-top: 5px;
	}
	div.news-post .gigs-calendar table th {
		color: #CC0000;
		font-weight: bold;
	}
	div.news-post .gigs-calendar table th,
	div.news-post .gigs-calendar table td {
		padding: 5px;
	}
	div.news-post .gigs-calendar table.gigs tr.gig {
		border-top: 1px dotted #333;
	}
div.news-post div.attribution,
div.news-post div.gigs-rss {
	color: #333;
	font-size: 1.1em;
}

div.gig td {
	padding: 5px 5px 10px;
}
div.gig p.notes {
	font-size: 1em;
	margin: 0 0 5px;
}

div.news-post div.attribution a,
div.news-post div.gigs-rss a {
	color: #555;
}

div.entry-video {
	padding-left: 10px;
	position: relative;
	top: -30px;
}

/************************* ENTRY */

div.entry p a.more-link {
	background: #090909;
	display: block;
	float: left;
	padding: 3px 5px;
}
div.entry small {
	color: #444;
	font-size: 0.8em;
	line-height: 1.1em;
	}
	div.entry small a {
	color: #666;
	}
div.entry ol,
div.entry ul {
	font-size: 1.2em;
	line-height: 1.4em;
	list-style: disc;
	margin: 0 0 15px 15px;
}

.linkcat h2 {
	font-size: 1.6em;
	margin: 0 0 5px;
}
.linkcat ul.xoxo {
	font-size: 1.2em;
	line-height: 1.4em;
	list-style: disc;
	margin: 0 0 15px 15px;
}

/************************* CONTACT FORM */

form.wpcf7-form {
	border-top	: 1px dashed #333;
	margin-top: 10px;
	padding-top: 10px;
	}
	form input,
	form textarea {
		background: #111;
		border: 1px solid #333;
		color: #666;
		font-family: Georgia,"Times New Roman",Times,serif;
		padding: 3px;
	}
	form textarea {
		width: 250px;
	}
span.your-email span.wpcf7-not-valid-tip,
span.your-name span.wpcf7-not-valid-tip, 
span.captcha-band span.wpcf7-not-valid-tip {
	background: none;
	border: none;
	color: #cc0000;
	font-size: 1em;
	left: 15%;
	top: -3px;
}

div.vcard img {
	display: none;
}
div.commentmetadata {
	margin: 0 0 5px;
}


/************************* LEFTSIDE end */


/************************* RIGHTSIDE */

div#rightside {
	float: left;
	padding: 0 10px 60px 0; /* 60px footer */
	width: 255px;
	}
	div#rightside ul li {
		/*border-bottom: 1px dashed #333;*/
		margin-top: 10px;
		padding-bottom: 20px;
	}
	div#rightside ul li h2 {
		color: #CC0000;
		font-size: 2.2em;
		margin-bottom: 5px;
	}

div#rightside .gig {
	font-size: 1.2em;
}

.widget_tag_cloud a {
	padding: 3px;
}

/************************* SEARCH BAR */

div#searchbar {
	height: 25px;
	width: 250px;
	float: left;
	/*margin-top: 10px;*/
}
#searchform {
	height: 25px;
	width: 250px;
}
#searchform  .screen-reader-text {
	color: #000;
	position: absolute;
}
#s {
	background: #111;
	border: 0;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	width: 170px;
	height: 13px;
	padding: 5px;
	position: relative;
	border: 1px solid #333;
}
#searchsubmit {
	background: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	width: 60px;
	height: 25px;
	margin-left: 2px;
	padding: 0 2px;
	cursor: pointer;
	border: 1px solid #333;
}

/************************* SEARCH BAR end */



/************************* RIGHTSIDE end */

/************************* CONTENT end */

/************************* FOOTER */

div#footer {
	border-top: 1px solid #090909;
	bottom: 0;
	color: #666;
	font-size: 0.8em;
	position: absolute;
	width: 858px;
	height: 60px;
	}
	div#footer a {
		color: #666;
	}
div#footer_left {
	background: url(images/img_copyright8e.jpg) top left no-repeat;
	float: left;
	height: 18px;
	margin: 10px 20px;
	width: 280px;
}
div#footer_right {
	float: right;
	height: 18px;
	margin: 10px 20px;
	width: 250px;
	}
	div#footer_right div#logo_exist-online a {
		background: url(images/img_sitebyEo.jpg) top right no-repeat;
		display: block;
		float: right;
		height: 18px;
		width: 151px;
	}
	div#footer_right div#logo_exist-online a:hover {
		background: url(images/img_sitebyEo_f2.jpg) top left no-repeat;
	}
	div#footer_right p {
	float: right;
	}

/************************* FOOTER RIGHT end */

/************************* FOOTER end */
