/*
 * Lance Cummings 
 * last updated: March 29 2005 
 * contact: lance@glance.ca
 *
 * BASIC HTML
 */

* {
	font-family: Verdana, Tahoma, "Lucida Grande", "Lucida", sans-serif; 
	font-size: 10px;
	color: #3F2617;
}

html, body {
	margin: 0;
	padding: 0;
	text-align: left;
}

body {
	background: #E3E2DF url(../_images/html/col_bg.gif) repeat-y 286px 0;
}

body.portrait {
	background: #E3E2DF url(../_images/html/col_bg_portrait.gif) repeat-y 286px 0;
}

body.landscape {
	background: #E3E2DF url(../_images/html/col_bg.gif) repeat-y 286px 0;
}

img {
	border: none; 
	vertical-align: top;
}

.virtual {
	display: none;
}

/*
 * BASIC TEXT STYLES
 */

h1, h2 {
	font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #8B8079;
}

h2 {
	font-size: 16px;
}

h3, p {
	margin: 8px 21px;
}

/*
 * NAVIGATION AREA
 */

#navigation {
	position: absolute;
	margin: 0 0 0 11px;
	width: 268px;
	padding-top: 171px;
	background: url(../_images/html/logo.gif) no-repeat 0 0;
}

#navtop {
	width: 268px;
	height: 6px;
	background: url(../_images/html/nav_top.gif) no-repeat;
}

#navbg {
	width: 268px;
	background: url(../_images/html/nav_bg.gif) repeat-y;
}

#navbtm {
	width: 268px;
	height: 8px;
	background: url(../_images/html/nav_btm.gif) no-repeat;
}

#navcontent {
	margin: 0 8px;
	padding: 4px 0;
	background-color: #B9B4AE;
}

.subnav_albums {
	background-color: #9A9088;
	margin: 6px -4px 0 -12px;
}

/*navigaion text styles*/

#navcontent h1 {
	margin: 0 16px;
	color: #FFF;
}

#navcontent ul.main_nav {
	padding: 0;
	margin: 16px 8px 8px 16px;
	list-style: none;
}

#navcontent ul.main_nav li {
	padding: 8px 0;
	margin: 0;
}

#navcontent ul.main_nav li a {
	text-decoration: none;
	background: url(../_images/html/nav_icon_plus.gif) no-repeat 0 2px;
	padding: 0 0 0 16px;
}

#navcontent ul.main_nav li a:hover {
	color: #8B8079;
}

#navcontent ul.main_nav li a#active {
	background: url(../_images/html/nav_icon_minus.gif) no-repeat 0 2px;
}

#navcontent ul.main_nav li .subnav_albums p {
	margin: 0 12px;
	padding: 6px 0 0 0;
	color: #E3E2DF;
	font-weight: bold;
}

#navcontent ul.main_nav li .subnav_albums p a {
	background: 0;
	padding: 0;
}

#navcontent ul.main_nav li .subnav_albums p a:hover {
	color: #715C53;
}

#navcontent .subnav_albums ul {
	list-style: none;
	padding: 6px 0;
}

#navcontent .subnav_albums ul li {
	margin: 0 12px;
	padding: 2px 0;
}

#navcontent .subnav_albums ul li a {
	background: 0;
	margin: 0;
	padding: 0 0 0 16px;
}

#navcontent .subnav_albums ul li a#active {
	background: url(../_images/html/sub_icon.gif) no-repeat 2px 4px;
}

#navcontent .subnav_albums ul li a:hover {
	background: url(../_images/html/sub_icon_hover.gif) no-repeat 2px 4px;
	color: #715C53;
}

ul.footer {
	padding: 0;
	margin: 3px 8px 8px 24px;
	list-style: none;
}

ul.footer li {
	display: inline;
}

ul.footer li a {
	text-decoration: none;
	background: url(../_images/html/nav_icon_plus_drk.gif) no-repeat 0 2px;
	padding: 0 16px;
}

ul.footer li a:hover {
	color: #8B8079;
}

/*
 * MAIN CONTENT AREA
 */

#main_portrait {
	position: absolute;
	margin: 0 0 0 286px;
	width: 306px;
	background: url(../_images/html/col_top_portrait.gif) no-repeat;
	padding: 74px 0 0 0;
}

#main_landscape {
	position: absolute;
	margin: 0 0 0 286px;
	width: 451px;
	background: url(../_images/html/col_top.gif) no-repeat;
	padding: 74px 0 0 0;
}

a.browse {
	display: block;
	position: absolute;
	margin: 17px 0 0 21px;
	width: 16px;
	height: 16px;
	background: url(../_images/html/icon_plus.gif) no-repeat;
}

a.browse_back {
	display: block;
	position: absolute;
	margin: 17px 0 0 21px;
	width: 16px;
	height: 16px;
	background: url(../_images/html/icon_back.gif) no-repeat;
}

a.browse_forth {
	display: block;
	position: absolute;
	margin: 17px 0 0 61px;
	width: 16px;
	height: 16px;
	background: url(../_images/html/icon_forward.gif) no-repeat;
}

a.browse:hover {
	background-position: left center;
}

a.browse_back:hover {
	background-position: left center;
}

a.browse_forth:hover {
	background-position: left center;
}

a.browse_back_no {
	display: block;
	position: absolute;
	margin: 17px 0 0 21px;
	width: 16px;
	height: 16px;
	background: url(../_images/html/icon_back.gif) no-repeat;
	background-position: left bottom;
}

a.browse_forth_no {
	display: block;
	position: absolute;
	margin: 17px 0 0 61px;
	width: 16px;
	height: 16px;
	background: url(../_images/html/icon_forward.gif) no-repeat;
	background-position: left bottom;
}

.names {
	margin: 13px 21px;
}

.names h1 {
	padding: 0 0 5px 0;
	margin: 0;
	text-align: right;
}

.names h2 {
	padding: 0;
	margin: 0;
	text-align: right;
}

img.picture {
	display: block;
	margin: 0 0 26px 8px;
}

.desc h1 {
	margin: 8px 21px;
	font-family: Verdana, Tahoma, "Lucida Grande", "Lucida", sans-serif; 
	font-size: 11px; 
	color: #3F2617;
}

.desc p {
	margin: 8px 21px;
	font-family: Verdana, Tahoma, "Lucida Grande", "Lucida", sans-serif; 
	font-size: 11px;
	line-height: 17px;
	color: #3F2617;
}

.desc p.today {
	font-size: 9px;
	font-weight: bold;
	color: #8B8079;
}

.desc a {
	text-decoration: none;
	font-family: Verdana, Tahoma, "Lucida Grande", "Lucida", sans-serif; 
	font-size: 11px;
	border-bottom: 1px dashed #8B8079;
}

.desc p.news {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px solid #E3E2DF;
}

.desc p.news:hover {
	background-color: #F7F6F5;
}