/*
 * common.css - part of:
 * WV CMS - the ever evolving custom content management system
 *
 * Copyright 2006-2014, Gravinese Enterprises Inc
 * Released under LGPL License.
 *
 * Author Jules Gravinese
*/

BODY, #body {
	/* background-color: #000000; */
	color: #333333;
	font-family: "Trebuchet MS";
	font-size: 13px;
   	overflow: hidden;
   	margin: 0;
}

P {
	margin: 0 0 2em 0;
}

#mainBG {
	background-color: #efefef;
	overflow: auto;
}


TD, TH, DIV, TEXTAREA, INPUT, SELECT {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #333333;
}

TEXTAREA {
	width: 100%;
	height: 150px;
}

a:link, a:visited {
	color: #666;
	text-decoration: underline;
	outline: none;
}

a:hover, a:active {
	color: #999;
	outline: none;
}

CITE {
	display: block;
	font-size: 0.75em;
	text-align: right;
}

#freelance-web-development {
	background: url('/media/gui/contentBG.png') repeat scroll 0 0 transparent;
	top: 60px;
	left: 181px;
	overflow: hidden;
	z-index: 1;
	position:absolute;
	opacity: 0;
	border-width: 0px;
	border-color: #000000;
	border-style: solid;
}

#wvFooter {
	position: absolute;
	top: auto;
	left: 0px; /*Set left value to WidthOfLeftFrameDiv*/
	bottom: -28px;
	right: 0;
	height: 28px; /*Height of bottom frame div*/
	width: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background: transparent;
	z-index: 40;
	font-size: 10px;
}



/* ============== NAV ================== */

#slugline {
	font-size: 10px;
	text-align: center;
	font-variant: small-caps;
	height: 15px;
}

#wvHeader {
	/* float: right; */
	text-align: left;
	position:fixed;
	top:-116px;
	left:0px;
	right:0px;
	height: 116px;
	opacity:.8;
	z-index: 20;
}

#wvHeader ul {
	list-style-type:none;
	margin: 15px 0px 0px 0px;
	width:auto;
}

#wvHeader ul li {
	list-style-type:none;

	position: relative;
	float: left;
	margin: 0;
	/* width: 16%; */  /* Moved to header */
	height: 30px;
	padding: 0;

	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	color:#FFFFFF;
	font-family: "Lucida Grande";
}

#wvHeader ul li a {
	border: 0;
	display: block;
	margin: 0;
	padding-top: 6px;
	width: 100%;
	height: 25px;
	color: #808080;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
#wvHeader ul li a.selected {
	background: linear-gradient(0deg, rgb(255,255,255) 0%, rgb(242,242,242) 50%, rgb(228,228,228) 100%);
}
#wvHeader ul li a:hover {
	box-shadow: 0 3px 6px #808080 inset;
	background: linear-gradient(0deg, rgb(255,255,255) 0%, rgb(242,242,242) 50%, rgb(228,228,228) 100%);
	background: -o-linear-gradient(0deg, rgb(255,255,255) 0%, rgb(242,242,242) 50%, rgb(228,228,228) 100%);
	background: -moz-linear-gradient(0deg, rgb(255,255,255) 0%, rgb(242,242,242) 50%, rgb(228,228,228) 100%);
	background: -webkit-linear-gradient(0deg, rgb(255,255,255) 0%, rgb(242,242,242) 50%, rgb(228,228,228) 100%);
	background: -ms-linear-gradient(0deg, rgb(255,255,255) 0%, rgb(242,242,242) 50%, rgb(228,228,228) 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(255,255,255)),
		color-stop(0.50, rgb(242,242,242)),
		color-stop(0.100, rgb(228,228,228))
	);
	text-shadow: 0 2px 6px #808080;
	color: black;
}


/* LEFT NAV */
#leftNav {
	font-size: 12px;
}
#leftNav B A {
	font-family: Georgia;
	font-style: oblique;
	font-size: 21px;
	margin-bottom: 30px;
	color: #b2b2b2;
	display: block;
	text-decoration: none;
}
#leftNav ul li a {
	color: #999999;
	text-decoration: none;
}
#leftNav ul li {
	margin-top: 1em;
}
#leftNav ul li li {
	margin-top: 0;
}
#leftNav ul li a:hover {
	border: 1px dotted #999999;
	border-width: 0 0 1px;
}


#framecontentLeft{
	position: absolute;
	top: 92px;
	left: -180px;
	width: 150px; /*Width of left frame div - padding*/
	height: 417px; /*Height of image*/
	overflow: visible; /*Disable scrollbars. Set to "scroll" to enable*/
	background: transparent url('/media/gui/left-bg.png') top left no-repeat;
	z-index: 30;
	padding: 0 20px 0 10px;
}

.framecontentLeftCollapse {
	position: absolute;
	top: 92px;
	left: -166px;
	width: 180px; /*Width of left frame div*/
	height: 417px; /*Height of image*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background: transparent url('/media/gui/left-bg.png') top left no-repeat;
	z-index: 2;
	padding: 10px;
}



/* FOOTER */

#wvFooter TABLE {
	width: 100%;
	position: relative;
}
#wvFooter TABLE TD {
	padding: 11px 5px 0;
}
#wvFooter * {
	font-size: 10px;
	font-variant: small-caps;
}


/* CONTENT */
H1 {
	font-family: Georgia;
	font-style: oblique;
	font-size: 30px;
	text-align: right;
	color: #999;
}


/* ======= UI STUFF ======== */
#footerPNG{
	height: 28px;
	width: 100%;
}
#headerPNG{
	height: 116px;
	width: 100%;
	left: 0;
	z-index: -1;
}
#leftPNG{
	height: 417px;
	width: 175px;
}
#sitebg{
	position: absolute;
	top: 0px;
	width: 120%;
	left: -10%;
	z-index: 10;
	opacity: 0;
}
#webveterancom {
	top: 45%;
	left: 45%;
	display: none;
}


/* ====== SCROLLER ========== */
.jspVerticalBar {
	background: transparent !important;
	right: -6px !important;
}

.jspTrack {
	background: url("/media/scroller/scroll-track.png") no-repeat scroll 0 50% transparent !important;
	width: 10px;
	margin-left: 6px;
}

.jspDrag {
	background: url("/media/scroller/scroll-handle.png") repeat-y scroll 0 0 transparent !important;
}

.fwdInner {
	padding-right: 14px;
	opacity: 1;
}



/* ============  */
#board {
	z-index: 20;
	top: 60px;
	left: 180px;
	overflow: hidden;
	position:absolute;
	opacity: 0;
	border-width: 0px;
	border-color: #000000;
	border-style: solid;
	transform-origin:		 0 0;
	-moz-transform-origin:	0 0;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin:	 0 0;
	-o-transform-origin:	  0 0;
	/* width: 12000px; */
}

/* BOARD LEVEL 1 (PORTFOLIO) */
#board UL.cms {
	margin: 0;
	padding: 0;
	position: relative;
}
#board UL LI.cms {
	clear: both;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#board UL LI DIV.cms {
	margin: 0px 180px 60px 0px;
	background: #efefef;
	overflow: hidden;
	background: url('/media/gui/contentBG.png') repeat scroll 0 0 transparent;
	padding: 0 0 0 10px;
	border: 0px solid white;
}

/* BOARD LEVEL 2 (INFORMATIONAL) */
#board UL UL.cms {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	position: relative;
}
#board UL UL LI.cms {
	display: table-cell;
	position: relative;
	overflow: hidden;
	clear: none;
	vertical-align: top;
}
#board UL UL LI DIV.cms {
	display: block;
	position: relative;
	overflow: hidden;
}

/* BOARD LEVEL 3 (HOUSING) */
#board UL UL UL.cms {
	display: block;
}
#board UL UL UL LI.cms {
	float: none;
	display: block;
}



h2 {
	/* margin:0; */
	color: #666;
	margin-top: 2em;
	padding-left: 2em;
}


#starfieldDiv {
	margin:0;
	padding:0;
	position:absolute;
	font-size:0;
	overflow:hidden;
	background-color:white;
	display:none
}
#starfield {
	background-color:white;
	overflow:hidden;
	opacity: 0;
}



/* ========= SITES =========== */
.siteThumb {
	max-width: 500px;
	min-width: 300px;
	width: 33%;
	padding: 0.5em 20px;
}
.mainThumb {
	/* width: 100%; */
	min-width: 250px;
	max-width: 500px;
	height: auto;
/*
	border: 1px solid white;
	box-shadow: 0 6px 18px black;
*/
	border: 1px solid black;
	box-shadow: 0 0px 10px 10px #FFFFFF;
}

.slideThumb {
	margin: 0 5% 0 0;
	max-width: 128px;
	min-width: 50px;
}

.lv_title, .lv_caption {
	color: #FFFFFF;
}


/* MAPS */
	#map_canvas {
		width:  75%;
		height:  429px;
		max-height:  75%;
		margin:  0 auto;
		padding: 0;
		border: 1px solid black;
		box-shadow: 0 0 10px 10px #ffffff;
	}
	.infowindow * {font-size: 90%; margin: 0}
	.geoxml3_infowindow * {
		text-align: left;
	}
	.geoxml3_infowindow table {
	}
	.geoxml3_infowindow td {
		vertical-align: top;
	}
	.geoxml3_infowindow td H3{
		width: 300px;
	}
	.geoxml3_infowindow td IMG {
		border-radius: 5px;
		margin: 0 auto 5px;
		display: block;
	}
	.geoxml3_infowindow td.photo {
		text-align: center;
	}

/* COLOR PICKER */
.sp-hidden {
    display: none !important;
}

.ui-state-focus {
	outline: none;
}


