/*---------------------------------------------------------------------------------------------------*/
/*                                                                                                   */
/* Copyright (c) 2010 by color:gray. All Rights Reserved.    	             */
/*                                                                                                   */
/* CSS        : pages_css                                                                 */
/*                                                                                                   */
/* Description: Layout rules for site                                                   */
/*                                                                                                   */
/*---------------------------------------------------------------------------------------------------*/

/* Overrides
---------------------------------*/
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/* Removes list-style from lists */
ol, ul {
	list-style: none;
}
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/* Removes borders and spacing from tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Removes border from fieldset and img */
fieldset, img {
	border: 0;
}
/* Left-aligns text in caption and th */
caption, th {
	text-align: left;
}
/* Removes quotation marks from q */
q:before, q:after {
	content: '';
}

/* General settings
---------------------------------*/
html {
        height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #604B4B;
	background: #eee;
        height: 100%;
}
a:link {
	text-decoration: none;
	color: #565501;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #565501;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #565501;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #565501;
	font-weight: bold;
}
p, h1, h2, h3, h4, h5, h6 {
	padding-bottom: 12px;
}
h1 {
    font-size: 2.0em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.0em;
}
h5 {
    font-size: 0.8em;
}
h6 {
    font-size: 0.7em;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
.textimage-1 {
	float: left;
	margin-right: 8px;
}
.textimage-2 {
	float: right;
	margin-left: 8px;
}

/* Wrapper settings
---------------------------------*/
div#page_wrapper {
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
#sub_wrapper {
	position: absolute;
}
div#subsub_wrapper {
	position: relative;
	width: 1200px;
        height: 608px;
        margin: 24px 0;
	background: url(/images/site/siteBG.jpg) no-repeat center center;
}
div#content_wrapper {
	position: relative;
	width: 100%;
}

/* Identity
---------------------------------*/
div#identity h1 {
	text-indent: -9999px;
}

/* Main nav
---------------------------------*/
div#main_nav {
	position: absolute;
	top: 24px;
	left: 280px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.4em;
}
div#main_nav li {
	display: inline;
	padding-left: 13px;
}
div#main_nav a:link {
	color: #7C7C7C;
	font-weight: normal;
}
div#main_nav a:visited {
	color: #7C7C7C;
	font-weight: normal;
}
div#main_nav a:hover {
	color: #000;
	font-weight: normal;
}
div#main_nav a:active {
	color: #7C7C7C;
	font-weight: normal;
}

/* Sub nav
---------------------------------*/
div#area1_subnav {
        position: absolute;
        width: 392px;
	padding: 0 32px 0 0;
	font-family: Tahoma, Geneva, sans-serif;
        font-size: 1.4em;
        text-align: right;
        margin-top: -4px;
}
div#area1_subnav li {
        margin-bottom: 90px;
}
div#area1_subnav a:link {
        font-weight: normal;
}
div#area1_subnav a:visited {
        font-weight: normal;
}
div#area1_subnav a:hover {
        font-weight: normal;
        text-decoration: underline;
}
div#area1_subnav a:active {
        font-weight: normal;
}

/* Content
---------------------------------*/
div#area1 {
	position: absolute;
	top: 30px;
	left: 29px;
	width: 416px;
	height: 484px;
	overflow: auto;
	padding: 0 12px 0 0;
}
div#area2 {
	position: absolute;
	top: 2px;
	left: 459px;
	width: 695px;
	height: 525px;
	overflow: hidden;
	padding: 0 18px 0 0;
}
div#area2HTML-pad {
        padding: 24px;
}
div#area2radio {
	position: absolute;
	top: 2px;
	left: 459px;
	width: 647px;
	height: 477px;
	padding: 24px;
	color: #000;
	text-align: center;
	background: #eee;
	opacity: 0.8;
	filter: alpha(opacity=80);
	visibility: hidden;
}

/* Gallery
---------------------------------*/
div#gallery_area {
        position: absolute;
        top: 2px;
	left: 29px;
	width: 1124px;
	height: 525px;
}
div#gallery_area form {
        position: absolute;
        top: 8px;
        left: 7px;
        border: 2px solid #666;
        background: #eee;
}
div#gal_cover {
        position: absolute;
        top: 3px;
        left: 438px;
        width: 30px;
        height: 523px;
        background: #eee;
}
div#thumb_col {
        position: absolute;
        top: 40px;
        left: 45px;
        width: 154px;
        height: 480px;
        overflow: auto;
        border-right: dashed 1px #000;
}
table.thumbsTable td.thumbs a:link img {
        border: #666 solid 7px;
}
table.thumbsTable td.thumbs a:visited img {
        border: #666 solid 7px;
}
table.thumbsTable td.thumbs a:hover img {
        border: #999 solid 7px;
}
table.thumbsTable td.thumbs a:active img {
        border: #666 solid 7px;
}
table#img_lg_table {
        position: absolute;
        top: 0px;
        right: 0px;
        height: 525px;
}
div#img_lg {
         position: relative;
}
div#img_lg a:link img {
        border: 4px #666 solid
}
div#img_lg a:visited img {
        border: 4px #666 solid
}
div#img_lg a:hover img {
        border: 4px #999 solid
}
div#img_lg a:active img {
        border: 4px #666 solid
}
div.caption {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        color: #fff;
        background: #000;
        opacity: 0.5;
	filter: alpha(opacity=50);
}
div.caption h4 {
        padding: 5px 8px 0;
}
div.caption p {
        padding: 0 8px;
        font-size: 0.85em;
}
div.caption span {
        display: block;
        font-size: 0.75em;
        width: 100%;
        padding: 3px 7px;
        text-align: center;
}
div#photoCreditsBTN {
        position: absolute;
        top: 360px;
        left: 211px;
        background: url(/images/site/showBTNover.jpg) no-repeat -9999px; /*preloads mouse-over image*/
}
div#photoCreditsBTN a:link {
        display: block;
        width: 19px;
        height: 19px;
        background: url(/images/site/showBTNout.jpg);
}
div#photoCreditsBTN a:visited {
        display: block;
        width: 19px;
        height: 19px;
        background: url(/images/site/showBTNout.jpg);
}
div#photoCreditsBTN a:hover {
        display: block;
        width: 19px;
        height: 19px;
        background: url(/images/site/showBTNover.jpg);
}
div#photoCreditsBTN a:active {
        display: block;
        width: 19px;
        height: 19px;
        background: url(/images/site/showBTNout.jpg);
}
div#photo_credits {
        position: absolute;
        top: 84px;
        left: 420px;
        width: 480px;
        padding: 24px;
        color: #000;
        border: #624200 solid 3px;
        background: #eee;
        opacity: 0.7;
	filter: alpha(opacity=70);
        visibility: hidden;
}
div#photo_credits a:hover {
	color: #000;
}
a#closeCredits {
	position: absolute;
	top: 5px;
	right: 10px;
	text-align: right;
}

/* Radio BTN
---------------------------------*/
div#radioBTN {
	position: absolute;
	top:572px;
	left: 310px;
	width: 168px;
	height: 21px;
	font-size: 0.85em;
	background: url(/images/site/radioBTNover.jpg) no-repeat -9999px; /*preloads mouse-over image*/
}
div#radioBTN a:link {
	display: block;
	width: 168px;
	height: 20px;
	padding: 1px 0 0 0;
	background: url(/images/site/radioBTNout.jpg);
	color: #2f0a0a;
	text-align: center;
}
div#radioBTN a:visited {
	display: block;
	width: 168px;
	height: 20px;
	padding: 1px 0 0 0;
	background: url(/images/site/radioBTNout.jpg);
	color: #2f0a0a;
	text-align: center;
}
div#radioBTN a:hover {
	display: block;
	width: 168px;
	height: 20px;
	padding: 1px 0 0 0;
	background: url(/images/site/radioBTNover.jpg);
	color: #000;
	text-align: center;
}
div#radioBTN a:active {
	display: block;
	width: 168px;
	height: 20px;
	padding: 1px 0 0 0;
	background: url(/images/site/radioBTNout.jpg);
	color: #2f0a0a;
	text-align: center;
}
a#closeRadio {
	position: absolute;
	top: 10px;
	right: 20px;
	text-align: right;
}
div#area2radio a:hover {
	color: #000;
}

/* Site info
---------------------------------*/
address {
	position: absolute;
	bottom: 567px;
	right: 46px;
	color: #565501;
	text-align: right;
	font-size: 0.85em;
	line-height: 1.15em;
}
div#site_info {
	position: absolute;
	top: 574px;
	right: 45px;
	color: #565501;
	text-align: right;
	font-size: 0.9em;
	line-height: 1.4em;
}
