@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 100.1%;
	background: #a7a37e url(../images/bg_new.gif) repeat-x;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	text-align: left;
	height: 850px;
}
a:visited,a:active {
	outline: none;
}
/*---------begin header elements----------*/
#header {
	background: #f6f4e1 url(../images/head/header_bg.gif) no-repeat;
	margin: 30px 0px 7px;
	padding: 0px;
	width: 100%;
	height: 144px;
	position: relative;
}
#header h1 {
	text-indent: -9009px;
}
/*---------begin main navigation menu---------*/
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: absolute;
	left: 10px;
	top: 111px;
	width: 780px;
}
#header li {
	float: left;
}
/*---------nav menu buttons "off" state---------*/
ul#main_nav li a {
	display: block;
	height: 22px;
	width: 61px;
	background: url(../images/nav/colinlake_nav.gif) no-repeat 0 0;
	text-indent: -9009px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.1em;
	}
ul#main_nav li#nav_blog a {
	width: 56px;
	background-position: -61px 0;
}
ul#main_nav li#nav_bio a {
	width: 42px;
	background-position: -117px 0;
}
ul#main_nav li#nav_sched a {
	width: 92px;
	background-position: -159px 0;
}
ul#main_nav li#nav_media a {
	width: 64px;
	background-position: -251px 0;
}
ul#main_nav li#nav_photos a {
	width: 76px;
	background-position: -315px 0;
}
ul#main_nav li#nav_press a {
	width: 64px;
	background-position: -391px 0;
	}
ul#main_nav li#nav_epk a {
	width: 91px;
	background-position: -455px 0;
}
ul#main_nav li#nav_myspace a {
	width: 87px;
	background-position: -546px 0;
}
ul#main_nav li#nav_links a {
	width: 61px;
	background-position: -633px 0;
}
ul#main_nav li#nav_contact a {
	width: 86px;
	background-position: -694px 0;
}
/*---------nav menu buttons "hover" state---------*/
ul#main_nav li a:hover {
	background-position: 0 -22px;
}
ul#main_nav li#nav_blog a:hover {
	width: 56px;
	background-position: -61px -22px;
}
ul#main_nav li#nav_bio a:hover {
	width: 42px;
	background-position: -117px -22px;
}
ul#main_nav li#nav_sched a:hover {
	width: 92px;
	background-position: -159px -22px;
}
ul#main_nav li#nav_media a:hover {
	width: 64px;
	background-position: -251px -22px;
}
ul#main_nav li#nav_photos a:hover {
	width: 76px;
	background-position: -315px -22px;
}
ul#main_nav li#nav_press a:hover {
	width: 64px;
	background-position: -391px -22px;
}
ul#main_nav li#nav_epk a:hover {
	width: 91px;
	background-position: -455px -22px;
}
ul#main_nav li#nav_myspace a:hover {
	width: 87px;
	background-position: -546px -22px;
}
ul#main_nav li#nav_links a:hover {
	width: 61px;
	background-position: -633px -22px;
}
ul#main_nav li#nav_contact a:hover {
	width: 86px;
	background-position: -694px -22px;
}
/*---------current page button "on" state for buttons: not needed for external links: Blog, EPK and MySpace----------*/
ul#main_nav li a.current,ul#main_nav li a.current:hover,ul#main_nav li a.current:active {
	background-position: 0 -44px;
	cursor: default;
}
ul#main_nav li#nav_bio a.current,ul#main_nav li#nav_bio a.current:hover,ul#main_nav li#nav_bio a.current:active {
	background-position: -117px -44px;
	cursor: default;
}
ul#main_nav li#nav_sched a.current,ul#main_nav li#nav_sched a.current:hover,ul#main_nav li#nav_sched a.current:active {
	background-position: -159px -44px;
	cursor: default;
}
ul#main_nav li#nav_media a.current,ul#main_nav li#nav_media a.current:hover,ul#main_nav li#nav_media a.current:active {
	background-position: -251px -44px;
	cursor: default;
}
ul#main_nav li#nav_photos a.current,ul#main_nav li#nav_photos a.current:hover,ul#main_nav li#nav_photos a.current:active {
	background-position: -315px -44px;
	cursor: default;
}
ul#main_nav li#nav_press a.current,ul#main_nav li#nav_press a.current:hover,ul#main_nav li#nav_press a.current:active {
	background-position: -391px -44px;
	cursor: default;
}
ul#main_nav li#nav_links a.current,ul#main_nav li#nav_links a.current:hover,ul#main_nav li#nav_links a.current:active {
	background-position: -633px -44px;
	cursor: default;
}
ul#main_nav li#nav_contact a.current,ul#main_nav li#nav_contact a.current:hover,ul#main_nav li#nav_contact a.current:active {
	background-position: -694px -44px;
	cursor: default;
}
/*----------text styling----------*/
.story p  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.875em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px 0px 0.5em;
	color: #584338;
}
.story ul  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.875em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px 0px 0.3em;
	color: #584338;
	list-style: none;
}
.story ul li {
	background: url(../images/titles/bulletpoint.gif) no-repeat left 1px;
	padding-left: 15px;
	margin-bottom: 0.3em;
}
.story a:link,.story_quote a:link {
	color: #584338;
	text-decoration: underline;
}
.story a:visited,.story_quote a:visited {
	color: #046380;
	text-decoration: underline;
}
.story a:hover,.story_quote a:hover {
	color: #584338;
	text-decoration: none;
}
.story a:active,.story_quote a:active {
	color: #584338;
	text-decoration: underline;
}
/*---------body elements---------*/
#bodywrapper {
	background: #f6f4e1;
	margin: 0px;
	padding: 0px;
	width: 798px;
	border: 1px solid #FFFFFF;
	height: 588px;
}
#flashcontent {
	margin: 20px 10px 10px;
	height: 558px;
	width: 778px;
	text-align: center;
}
/*----------entry page---------*/
#entryimage {
	margin: 10px auto auto;
	padding: 0px;
	height: 568px;
	width: 778px;
	background: url(../images/entry/entry.jpg) no-repeat;
}
#entrymenu {
	position: relative;
}
#entrymenu a {
	text-decoration: none;
	height: 46px;
	width: 147px;
	position: absolute;
	color: #FFFFFF;
	left: 19px;
	top: 496px;
}
#entrymenu a i {
	visibility: hidden;
}
a#entry {
	height: 92px;
	width: 196px;
	left: 291px;
	top: 22px;
}
a#facebook {
	height: 50px;
	width: 148px;
	left: 21px;
	top: 495px;
}
a#order {
	height: 115px;
	width: 332px;
	left: 439px;
	top: 448px;
}
/*----------begin left sidebars---------*/
#leftsidebar {
	background: #a7a37e url(../images/lhp/left_news.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 588px;
	width: 304px;
}
#leftsidebar.lhpbio {
	background: #a7a37e url(../images/lhp/left_bio.jpg) no-repeat;
}
#leftsidebar.lhpsched {
	background: #a7a37e url(../images/lhp/left_sched.jpg) no-repeat;
}
#leftsidebar.lhpmedia {
	background: #a7a37e url(../images/lhp/left_media.jpg) no-repeat;
}
#leftsidebar.lhppress {
	background: #a7a37e url(../images/lhp/left_press.jpg) no-repeat;
}
#leftsidebar.lhplinks {
	background: #a7a37e url(../images/lhp/left_links.jpg) no-repeat;
}
#leftsidebar.lhpcontact {
	background: #a7a37e url(../images/lhp/left_contact.jpg) no-repeat;
}
#leftsidebar h1 {
	text-indent: -9009px;
}
/*--------begin right content area---------*/
#rightcontent {
	margin: 10px 0px 0px;
	padding: 0px;
	float: right;
	height: 568px;
	width: 485px;
	overflow: auto;
}
/*---------main story divs---------*/
.story {
	margin: 0px 0px 15px;
	padding: 0px;
	float: left;
	width: 457px;
}
.story_fullbg {
	margin: 0px 0px 15px;
	padding: 10px 6px 0px;
	float: left;
	width: 445px;
	background: url(../images/content/457px_grad.gif) no-repeat;
	text-align: center;
}
.story_fullbgleft {
	margin: 0px 0px 15px;
	padding: 10px 6px 0px;
	float: left;
	width: 445px;
	background: url(../images/content/457px_grad.gif) no-repeat;
}
.story_fullbgleft img {
	display: block;
	float: left;
	margin-right: 10px;
	border-width: 0px;
}
.story_quote {
	margin: 0px 0px 35px;
	padding: 11px 10px 0px;
	float: left;
	width: 437px;
	background: url(../images/content/quote_bg.gif) no-repeat;
}
.story_quote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	line-height: 1.3em;
	font-weight: bold;
	color: #584338;
	margin: 0px;
	padding: 0px;
}
.story_quote span {
	font-size: 0.85em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	background: url(../images/content/quote_bottom.gif) no-repeat right bottom;
	display: block;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
}
.storydate {
	background: url(../images/content/date_gradient.gif) no-repeat;
	margin: 0px;
	height: 84px;
	width: 100px;
	padding: 6px 6px 0px 0px;
	text-align: right;
	float: left;
}
.storycontent {
	background: url(../images/content/story_gradient.gif) no-repeat;
	margin: 0px;
	padding: 8px 10px 0px;
	width: 330px;
	float: right;
	height: 100%;
}
.mediatitle {
	background: url(../images/content/156px_grad.gif) no-repeat;
	margin: 0px;
	height: 84px;
	width: 150px;
	padding: 6px 6px 0px 0px;
	text-align: right;
	float: left;
}
.mediatitle_deep {
	background: url(../images/content/156px_grad.gif) no-repeat;
	margin: 0px;
	height: 188px;
	width: 150px;
	padding: 6px 6px 0px 0px;
	text-align: right;
	float: left;
}
.mediatext {
	background: url(../images/content/300px_grad.gif) no-repeat;
	margin: 0px;
	padding: 9px 10px 0px;
	width: 280px;
	float: right;
	height: 100%;
}

/*---------begin footer elements---------*/
#footer {
	margin: 7px 0px 0px;
	padding: 0px;
	height: 40px;
	width: 800px;
	background: #f7f5e5 url(../images/footer/footer_gradient.gif) repeat-x;
}
#webaddress {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 206px;
	background: url(../images/footer/footer_web.gif) no-repeat 0px 0px;
}
#credits {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	float: right;
	height: 40px;
	width: 500px;
	background: url(../images/footer/footer_right.gif) no-repeat right 0px;
}
#credits p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #8d8a6a;
	text-align: right;
	margin: 0px;
	padding: 7px 0px 0px;
}
#credits  a:link {
	color: #8d8a6a;
	text-decoration: underline;
}
#credits a:visited {
	color: #8d8a6a;
	text-decoration: underline;
}
#credits a:hover {
	color: #8d8a6a;
	text-decoration: none;
	}
#webcounter {
	text-align: center;
	height: 20px;
	width: 100%;
	margin-top: 20px;
}
