/*---------------------------------------------------------------------------------------------------*/
/*                                                                                                   */
/* Copyright (c) 2015 by color:gray. All Rights Reserved.    	             						 */
/*                                                                                                   */
/* CSS        : site_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 {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #604B4B;
	background: #eee;
}
a {
    color: #565501;
    text-decoration: none;
	font-weight: bold;
    -webkit-transition: color 0.35s;
    transition: color 0.35s;
}
a:hover {
    color: #825404;
    text-decoration: underline;
}
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;
}
div.clearing {
	clear: both;
}
div.album-clearing {
	clear: both;
	height: 64px;
}

/* Wrapper settings
---------------------------------*/
div#page_wrapper {
	position: relative;
	width: 1200px;
	height: 608px;
	margin: 2% auto 0;
	overflow: hidden;
	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
---------------------------------*/
img#robWheel {
	position: absolute;
	top: 14px;
	width: 42px;
	height: 42px;
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
	z-index: 0;
}
div#main_nav {
	position: absolute;
	top: 24px;
	left: 280px;
	width: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.4em;
}
div#main_nav ul {
	position: relative;
	z-index: 100;
}
div#main_nav li {
	display: inline-block;
	padding-left: 13px;
	margin-top: 0px;
	-webkit-transition: margin-top 0.35s;
    transition: margin-top 0.35s;
}
div#main_nav li:hover {
	margin-top: -6px;
}
div#main_nav li a {
    color: #7C7C7C;
	font-size: 1em;
	font-weight: normal;
    text-decoration: none;
    -webkit-transition: color, font-size 0.35s;
    transition: color, font-size 0.35s;
}
div#main_nav li a:hover {
	color: #000;
	font-size: 1.2em;
}

/* Mobile nav
---------------------------------*/
div#menu_mobile {
	display: none;
	position: absolute;
	top: 26px;
	left: 234px;
	width: 112px;
    text-align: center;
    z-index: 150;
}
div#menu_mobile div#menu-icon {
    margin: 0 auto;
	font-size: 1.2em;
}
div#menu_mobile div#point {
    margin: 2px 0 2px;
}
div#menu_mobile ul {
    padding: 24px 0;
    font-weight: bold;
    line-height: 2.0em;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    background: rgb(0, 6, 6);
    background: rgba(0, 6, 6, 0.85);
    /* rounded corners */
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
}
div#menu_mobile ul a {
    color: #999;
	text-decoration: none;
    -webkit-transition: color 0.35s;
    transition: color 0.35s;
}
div#menu_mobile ul a:hover {
    color: #fff;
	text-decoration: none;
}

/* Albums nav
---------------------------------*/
h2.albumHeadings {
	position: relative;
	height: 4px;
	margin-bottom: 4px;
	background: #ebe8e8;
	border: 3px solid #e4e1e1;
	font-size: 1.4em;
	/* rounded corners */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
h2.albumHeadings a {
	position: absolute;
	top: -2px;
	right: 1%;
	font-weight: normal;
}
h2.albumHeadings a:hover {
	text-decoration: none;
}

/* Content-general
---------------------------------*/
div#area1, div#area1-albums {
	position: absolute;
	top: 30px;
	left: 29px;
	width: 416px;
	height: 484px;
	overflow: auto;
	padding: 0 12px 0 0;
	color: #78586a;
}
div#area1-news {
	position: absolute;
	top: 6px;
	left: 28px;
	width: 429px;
	height: 508px;
	padding: 0;
}
div#area1-news p {
	padding: 0;
	margin: 0;
	max-height: 519px;
	overflow: hidden;
}
.zset {
	z-index: 250;
}
div#area1-loader {
	padding-bottom: 48px;
}
div#area1-mobile {
	display: none;
	color: #78586a;
	background: url(/images/site/topLine.jpg) repeat-x;
}
div#news-holder-mobile p {
	max-width: 520px;
	margin: 0 auto;
}
div#area1-mobile div#mobile-wrapper {
	padding: 24px 12px 8px 0;
	background: url(/images/site/rightLine.jpg) repeat-y right;
}
div#area1-mobile img {
	width: auto;
	height: auto;
	max-width: 100%;
}
div.fixed {
	position: absolute;
	top: 4px;
	left: 459px;
	width: 695px;
	height: 525px;
	overflow: hidden;
	padding: 0 18px 0 0;
}
div#wide-area-base {
	position: absolute;
	top: 5px;
	left: 29px;
	width: 1144px;
	height: 523px;
	background: #eee url("/images/site/rightScrollBG.jpg") no-repeat right top;
}
div#wide-area {
	position: absolute;
	top: 29px;
	left: 29px;
	width: 1125px;
	height: 478px;
	overflow: auto;
	padding: 0 16px 0 0;
	color: #78586a;
}
div#wide-area-right {
	padding: 0 0 0 294px;
}

/* Content-Rob Mathes radio
---------------------------------*/
div#area2radio {
	position: absolute;
	top: 4px;
	left: 459px;
	width: 647px;
	height: 477px;
	padding: 24px;
	color: #000;
	text-align: center;
	z-index: 200;
	/* transparency */
	background: rgb(238, 238, 238);
	background: rgba(238, 238, 238, .8);
}
div#area2radio iframe {
	-webkit-box-shadow: 2px 2px 6px 6px #999;
	-moz-box-shadow: 2px 2px 6px 6px #999;
	box-shadow: 2px 2px 6px 6px #999;
}
div#area2radio ul#audioNav {
	width: 75%;
	margin: 4px auto 24px auto;
	border-bottom: 1px solid #333;
	font-size: 1.2em;
}
div#area2radio ul#audioNav li {
	display: inline-block;
	margin-right: 32px;
	white-space: no-wrap;
}
div#area2radio ul#audioNav li.audio-last {
	margin-right: 0;
}
div#area2radio ul#audioNav li a:hover {
	text-decoration: none;
}

/* Content-gallery/videos
---------------------------------*/
ul#gallery_nav, ul#videos_nav {
	line-height: 2.0em;
}
div#wide-area-left-gallery, div#wide-area-left-videos {
	position: absolute;
	width: 272px;
	padding: 0 8px 0 0;
	border-right: 1px solid #ccc;
}
div#wide-area-right ul.galthumbs, div#wide-area-right ul.vidthumbs, #area1-mobile ul.galthumbs, #area1-mobile ul.vidthumbs {
	list-style: none;
	text-align: center;
}
div#wide-area-right ul.galthumbs li, div#wide-area-right ul.vidthumbs li, #area1-mobile ul.galthumbs li, #area1-mobile ul.vidthumbs li {
	display: inline-block;
}
div#wide-area-right ul.galthumbs li img, div#wide-area-right ul.vidthumbs li img, #area1-mobile ul.galthumbs li img, #area1-mobile ul.vidthumbs li img {
	border: 1px solid #555;
	opacity: 0.75;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
#area1-mobile ul.vidthumbs li img {
	width: 240px;
	height: auto;
}
div#wide-area-right ul.galthumbs li img:hover, div#wide-area-right ul.vidthumbs li img:hover, #area1-mobile ul.galthumbs li img:hover, #area1-mobile ul.vidthumbs li img:hover {
	opacity: 1;
}

/* 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;
	text-decoration: none;
}
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;
}

/* Responsive
--------------------------------------------------------------------*/
@media (max-width: 900px) {
    div#page_wrapper {
		width: 98%;
		height: auto;
		margin: 12px 1%;
		padding: 0;
		background: #eee;
	}
	img#robWheel {
		display: none;
	}
	div#main_nav {
		display: none;
	}
	div#menu_mobile {
		display: block;
	}
	div#identity {
		width: 211px;
		height: 41px;
		margin: 0;
		background: url(/images/site/RobMathes-title.jpg) no-repeat;
	}
	div#area1, div#area1-news, div#area1-albums, div.fixed, div#wide-area-base, div#wide-area {
		display: none;
	}
	div#area1-mobile {
		display: block;
	}
	ul#gallery_nav, ul#videos_nav {
		padding-bottom: 12px;
		margin-bottom: 24px;
		line-height: 1.8em;
		text-align: center;
		border-bottom: 1px dotted #333;
	}
	div#wide-area-right {
		padding: 0;
	}
	p.navTitle {
		text-align: center;
	}
	div#radioBTN {
		top: 44px;
		left: auto;
		right: 4px;
	}
	div#area2radio {
		top: 24px;
		left: 0;
		width: 96%;
		padding: 24px 2%;
		/* transparency */
		background: rgb(238, 238, 238);
		background: rgba(238, 238, 238, .9);
	}
	address {
		top: 2px;
		bottom: auto;
		right: 3px;
	}
	div#site_info {
		position: relative;
		top: auto;
		right: auto;
		padding: 4px 0 24px 0;
		background: url(/images/site/topLine.jpg) no-repeat right top;
	}
}
@media (max-width: 560px) {
	div#menu_mobile {
		left: 194px;
	}
	address {
		top: auto;
		right: 0;
		bottom: 40px;
	}
	div#site_info {
		padding: 4px 0 92px 0;
	}
}