html {height: 100%;}

body {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font: 400 0.8em verdana, arial, sans-serif;
	line-height: 170%;
	background: #735947 url(/images/bg/header.png) repeat-x top left;
	color: #EEE;
}

#content {  
	height: 100%;
	min-height: 100%;
	text-align: left;
}


#content[id],
#width[id] {
	width: 94%;
	height: auto;
}

/* header */

#header {
	position: relative;
	height: 193px;
}

#header #title {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 130px;
	padding: 5px;
	text-align: right;
}

#header h1 {
	margin: 0;
	padding: 0;

	font: 700 4em "trebuchet ms", sans-serif;
	letter-spacing: -3px;
	text-transform: uppercase;
	color: #D16517;
}

#header h2 {
	position: absolute;
	top: 3.4em;
	right: 0;

	margin: 0;
	padding: 0;

	font: 700 1.2em "trebuchet ms", serif;
	text-transform: lowercase;
	color: #8e9617;
}

#header img.left {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

#header img.right {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
}

#header img.floating {
	position: absolute;
	z-index: 2;

	top: 70px;
	right: 400px;
}

/* mainMenu */

#mainMenu { 
	float: left;
	width: 100%;
	clear: both;
}

#mainMenu ul {
	margin: 0;
	padding: 0;
}

#mainMenu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainMenu li a {
	float: left;
	margin: 0 2px;
	padding: 5px 0.5em;

	font: 400 1.6em "trebuchet ms", serif;
	text-decoration: none;
	text-transform: lowercase;
	color: #FFF;
}

#mainMenu li a.last {
	margin-right: 0;
}

body#home #mainMenu li a.home,
body#blog #mainMenu li a.blog,
body#photo #mainMenu li a.photo,
body#web #mainMenu li a.web,
body#about #mainMenu li a.about,
body#contact #mainMenu li a.contact,
body#songs #mainMenu li a.songs,
#mainMenu li a:hover {
	color: #7fd3ff;
	border-top: 5px solid #574131;
}

#mainMenu li a:hover {color:#E09333;}

/* secondaryNav */

ul#secondaryNav {
	margin: 0;
	padding: 0;
}

#secondaryNav li {
	display: inline;

	/* Needed since IE fails when you give it list-style: none; */  
	list-style-image: url(foo.gif);
	font: 400 1.3em "trebuchet ms", serif;
}

#secondaryNav li a {
	display: block;
	margin: 0.2em 0;
	padding: 3px 5px;

	text-decoration: none;
	color: #FFF;
}

#secondaryNav li a:hover {
	color: #7fd3ff;
	background: #574131;
}

/* Active menu item */
#secondaryNav li.current {
	display: block;
	padding: 5px 0 5px 5px;
	color: #7fd3ff;
	background: #574131;
}

/* Submenu of active menu item */
#secondaryNav li.current ul {
	margin: 0;
	padding: 0;
}

#secondaryNav li.current ul li a {
	padding-left: 35px;
	font: 400 0.55em verdana, arial, sans-serif; 
	color: #FFF;  
	background: url(/images/bg/bullet.gif) no-repeat 10px 0px;
}

#secondaryNav li.current ul li a:hover {
	color: #9FF3FF;
	background: #735947 url(/images/bg/bullet.gif) no-repeat 10px 0px;
}

#secondaryNav li.current a#currentPage {
	color: #d77908;
	background: #735947 url(/images/bg/bullet.gif) no-repeat 10px 0px;
}

#page {
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 4em;
}

/* Sticky Footer */

#footer {
	float: left;
	width: 100%;
	clear: both;

	margin-top: -3.8em;
	background: #574131 url(/images/bg/footer.jpg) repeat-x top left;
}

/* Sets the width of the footer content */
#footer #width {
	position: relative;
	z-index: 3;
	font-size: 0.85em;
	padding-top: 27px;
}

/* Content Column Widths */

.width100 {width: 100%;}

.width75 {width: 74%;}

.width50 {width: 49.7%;}

.width33 {width: 32.7%;}

.width25 {width: 24.7%;}

/* Alignment */

.floatLeft {float: left;}

.floatRight {float: right;}

.alignLeft {text-align: left;}

.alignRight {text-align: right;}