/*
Theme Name: GVSA
Theme URI: http://www.gvsa.com/
Description: Custom WordPress Theme developed for Goode Van Slyke Architecture by <a href="http://awts.com/kubrick/">Art Wave, Inc.</a>.
Author: Dick Raney
Author URI: http://awts.com/
*/

/* ========================================================== GENERAL */
a {
	text-decoration: none;
	color: #EB2A2D 
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4 {

}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1em;
}
td {
	padding-right: 3em;
}
ol, ul {
	list-style: none;
}
li {
	margin-bottom: 0.5em;
}
a:focus {
	outline: 0;
}
.clear {
	clear: both;
}

/* ========================================================== STRUCTURE */
html {
	margin: 0;
	padding: 0;
	height: 100%
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.5em;
}
#verticalShim {
	position: relative;
	float: left;
	height: 50%;
	margin-bottom: -349px; /* half height of page */
	width: 1px;
}
#page {
	position: relative;
	clear: left;
	height: 699px;
	width: 800px;
	margin: 10px auto;
	/*border:1px gray solid;*/
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 93px;
	width: 800px;
	padding-bottom: 10px;
	z-index: 2;
}
#branding {
	height: 93px;
	width: 94px;
}
#nav-container {
	border-right: 10px #EB2A2D solid;
	border-bottom: 1px #EB2A2D solid;
	width: 695px;
	height: 15px;
	position: absolute;
	bottom: 10px;
	right: 0;
}
#navigation {
	
}
#content,
#content-slideshow {
	position: absolute;
	/*top: 103px;*/
	width: 800px;
	height: 494px;
	overflow: auto;
	z-index: 1;
}
#footer-container {
	height: 92px;
	width: 100%;
	position: absolute;
	top: 597px;
	padding-top: 10px;
}
#footer {
	color: #C0C0C0;
	/*font-size: 11px;
	width: 100%;
	position: absolute;
	bottom: 0;*/
}

/* ========================================================== HEADER */
#header h1,
#header h2,
div#page-header,
div#site-description {
	text-indent: -9999em;
}

/* ========================================================== NAVIGATION */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
	border-bottom: 5px #eee solid;
}
.sf-menu ul ul {
	width: 200px;	/* 3rd level menu width */
}
.sf-menu li.folder.edge ul ul {
	width: 230px;	/* 3rd level menu width CLASS=EDGE */
}
.sf-menu ul li {
	width:			100%;
	line-height: 20px;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	width: 100px;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0px;
	top:			26px; /* match top ul list item (.sf-menu) line-height  - distance measured from top edge of ul.sf-menu */
	z-index:		99;
}
.sf-menu li.folder.edge ul {	/* CUSTOMIZED DROPDOWN OFFSET FOR CLASS=EDGE */
	left:			-100px;
}
.sf-menu li.folder.edge ul ul {	/* CUSTOMIZED 2nd LEVEL DROPDOWN OFFSET FOR CLASS=EDGE */
	left: -205px;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			-175px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			-175px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			right;
	/*margin-bottom:	1em;*/
}
.sf-menu a {
	text-decoration:none;
	text-align: center;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	/*color:			#FFF;*/
}
.sf-menu ul a {
	background: transparent url('images/gray.gif') repeat-y scroll 25px;
	padding: 0 1em 0 35px;
	text-align: left;
	color: #666;
}
.sf-menu li {
	background: #919191;
	line-height: 15px;
}
.sf-menu li li {
	background:	#eee url('images/gray.gif') repeat-y scroll 25px;
	/* was background: #eee;*/
}
.sf-menu li li li {
	background:	#eee url('images/gray.gif') repeat-y scroll 25px;
	/* was background: #eee;*/
}
.sf-menu li li:hover,
.sf-menu li li li:hover {
	background-color: #ddd;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*was background:	#ddd url('images/gray.gif') repeat-y scroll 25px;*/
	color: #666;
	outline: 0;
}

/*** top level menu items ***/
.sf-menu a.toplevel, .sf-menu a.toplevel:visited  { /* visited pseudo selector so IE6 applies text colour*/
	font-weight:	bold;
	text-transform: uppercase;
	color: #EEE;
}
.sf-menu li:hover, .sf-menu li.sfHover {
	background:	#eee;
}
.sf-menu li.sfHover a.toplevel, 
.sf-menu li.sfHover a.toplevel:focus, 
.sf-menu li.sfHover a.toplevel:hover, 
.sf-menu li.sfHover a.toplevel:active  { /* top-level menu items */
	background:	#eee;
	color: #666;
}
.sf-menu li:hover a, .sf-menu li.sfHover a {
	color: #666;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	/*padding-right: 	2.25em;*/
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	/*background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;*/
}
.sf-shadow ul.sf-shadow-off {
	/*background: transparent;*/
}
	
/* ========================================================== CONTENT */
#content p {
	margin: 1em 1em 0 0;
}
.post h1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 36px;
	margin: 0;
	text-transform: uppercase;
}
.post h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 1em 0 0 0;
	text-transform: none;
}
.entry {
	padding-bottom: 1em;
}
h1.slideshow-title {
	display: none;
}
#slideshow-content .entry {
	padding-bottom: 0;
}
/* ========================================================== FOOTER */
.copyright {
	/*width: 45%;
	float: right;*/
	text-align: right;
}
.credit {
	width: 45%;
	float: right;
	text-align: right;
}
#footer p {
	margin: 0;
}
#footer a {
	color: #C0C0C0;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/* ========================================================== NEXTSTYLES */

/* ========================================================== HEADER */
/* ========================================================== HEADER */
/* ========================================================== HEADER */
/* ========================================================== HEADER */
/* ========================================================== HEADER */
/* ========================================================== HEADER */
/* ========================================================== HEADER */
/* ========================================================== HEADER */
/* ========================================================== HEADER */
/* ========================================================== SCROLL PANE */
#slideshow-content,
.jScrollPaneContainer {
	overflow: hidden;
	z-index: 1;
	position: absolute;
	top: 103px;
	border-bottom: 1px #EB2A2D solid;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
