/* 
-- Description: Tickawinda site
-- Version: 1.0
-- Author: Oscar Pacheco
-- Author URI: http://www.echowood.co.uk/
*/
 
/* Zero padding and margin for all elements */
*{
	margin: 0;
	padding: 0;
}

body {
	background: #544c34 url(../images/bg_header.jpg) repeat-x top center; 
	color: #FFF;
	font: 62.5%/1.6  Georgia, Arial, Verdana,Helvetica,sans-serif;
	min-height: 80%;
	text-align: center;
}

/* Links */
a {
	color: #573215;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #967C69;
}

ul {
	list-style: none;
}

/* Images - remove border */
img {
	border: 0;
}


#content_wrap {
	font-size: 1.2em;
	margin: 0 auto;
	min-height: 600px;
	text-align: left;
	width: 895px;
}

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

#header img {
	float: left;
	height: 59px;
	margin: 35px 0 0 40px;
}

#header h1 a {
	border-bottom: none;
	display: block;
	height: 100px;
	text-decoration: none;
	text-indent: -800em;	
	width: 350px;
}

#mp3player {
	background:#7F7557 none repeat scroll 0% 50%;
	border:1px solid #CFC5A8;
}


#maincontent{
	float: left;
	font-size: 1.1em;
	margin: 2em 1em;
	padding: 1em;
	width: 66%;
}

#maincontent p {
	margin-bottom: 1em;
}

#maincontent h2 {
	color: #d6bb4e;
	font-size: 1.4em;
	letter-spacing: 4px;
	padding-bottom: 1em;
}

#maincontent h3 {
	background-color: #6b634d;
	font: bold 1em  arial,veranda, sans-serif;
	margin-bottom: 1em;
	padding: .4em;
}

#maincontent blockquote{
	border-left: 2px solid #bb6d1a;
	font: italic 1.2em Times;
	margin-left: .5em;
	padding-left: 1em;
}

#maincontent a {
	border-bottom: 1px dotted;
	color: #de8936;
}

#maincontent a:hover {
	border-bottom: 1px solid;
	color: #000;
}

#maincontent .photo {
	background: #C9C9C9;
	border: 4px solid #FFF;
	color: #000;
	float: right;
	font: bold 1em Arial, Helvetica, sans-serif;
	margin: 10px 0 10px 20px;
	text-align: center;
}

#maincontent .alt {
	float: left;
	margin: 10px 20px 10px 0; 
}

#maincontent .centre {
	float: none;
	margin: 20px 61px; 
}

#sidecontent {
	background-color: #f8f0cf;
	color: #704829;
	float:right;
	margin: 3.5em 1em;
	width: 20%;
}

#album {
	clear: both;
	padding-top: 2em;
}

#cover {
	background-color: #000;
	border: 1px solid white;
	float: left;
	margin-left: 2em;
	padding: 10px;
}

#tracks {
	float:left;
}

#sidecontent_btm {
	background: #f8f0cf url(../images/nav_bottom.gif) repeat-x bottom center;
	height: 30px;
}
#sidecontent ul {
	padding: 1em;
}

#nav {
	background: #f8f0cf url(../images/nav_top.gif) repeat-x top center;
	border-bottom: .5em solid #544c34;
	font: italic 1.7em Georgia;
	text-align: center;
}

#nav li {
	border-bottom: 1px dashed #c8ba7f;
	padding: .4em 0;
}

#nav a {
	color: #573215;
	display: block;
}

#nav a:hover {
	border-bottom: 0;
	color: #967c69;
	display: block;
}

#nav .active a {
	color: #dd7c15;
}

.warning {
	color: red;
	font-weight: bold;
}

#footer {
	background: #2c2615 url(../images/footer.gif) repeat-x top;
	clear: both;
	color: #4f4731;
	font-size: 0.8em;
	height: 60px;
	padding: 2em;
}

#footer_wrap a {
	color: #FFF;
}

#footer_wrap {
	font-size: 1.3em;
	margin: 2em auto;
	text-align: left;
	width: 895px;
}

#ft_left {
	float: left;
}
#footer p {
	padding-top: .4em;
}

#ft_right {
	float: right;
	text-align: right;
}

.echowood {
	color: #4f4731;
}