/*  
Theme Name: Gitter-Yelen
Theme URI: http://www.bigtada.com/
Description: The WordPress theme developed by Bryan Jeffrey Graham for the Gitter-Yelen Foundation.
Version: 1.0
Author: Bryan Jeffrey Graham
Author URI: http://www.bigtada.com/
*/



/* ========================================================================== */
/* Framing IDs and Classes */
/* ========================================================================== */
#
html {
#
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
#
}

body {
	height: 100%;
	margin: 0;
	padding: 0;	
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	background-color: #725F50;
	font-size: 12px;
	line-height: 19px;
	color: #13100D;
}

#bg_sub_header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 38px;
	background-color: #B79D82;
	background: #B79D82 url('images/bg_sub_header.jpg') repeat-x fixed;
}

body>#bg_sub_header {
	position: fixed;
}

* html #bg_sub_header {
	position: absolute;
}

#bg_sub_shadow {
	position: absolute;
	left: 0;
	height: 8px;
	top: 38px;
}

body>#bg_sub_shadow {
	position: fixed;
}

* html #bg_sub_shadow {
	position: absolute;
}

#sub_page {
	margin: 0 auto;
	width: 980px;		
}

		#sub_page_header {
			display: block;
			position: absolute;
			margin: 0 auto;
			width: 980px;
			height: 38px;
		}
		
		#sub_page>#sub_page_header {
			position: fixed;
		}
		
		* html #sub_page_header {
			position: absolute;
		}
						
				#sub_page_header_logo {
					top: 13px;
					left: 0px;
					position: absolute;
					display: block;
				}
				
				#sub_page_header_buttons { 
					width: 183px;
					top: 9px;
					left: 797px;
					position: absolute;
					display: block;
				}
				
				#sub_page_header_tour_link {
					margin-left: 804px;
					margin-top: 103px;
					width: 175px;
					font-size: 9px;	
					letter-spacing: 1px;	
					clear: both;
				}
				
				#sub_page_header_tour_link a {
					line-height: 12px;
				}
				
				#sub_page_header_tour {
					margin-left: 804px;
					margin-top: 14px;
					width: 175px;
					font-size: 9px;	
					letter-spacing: 1px;	
					clear: both;
				}
				
				#sub_page_header_tour a {
					padding-left: 10px;
					border-top: 1px solid #876F61;
					border-left: 1px solid #876F61;
					text-decoration: none;
					color: #B59885;
					background-color: #504037;
					width: 165px;
					margin-bottom: 1px;
					display: block;
				}
				
				#sub_page_header_tour a:hover {
					background-color: #251E1A;
					border-top: 1px solid #876F61;
					border-left: 1px solid #876F61;
					color: #B59885;
				}
				
				#sub_page_header_tour a.currentitem {
					background-color: #222;
					border-top: 1px solid #999;
					border-left: 1px solid #999;
					color: #555;
				}
				
				#sub_page_header_tour a:hover.currentitem {
					background-color: #999;
					border-top: 1px solid #999;
					border-left: 1px solid #999;
					color: #000;
				}
				
				#sub_page_header_tour a.currentpage {
					background-color: transparent;
					border-top: 1px solid #876F61;
					border-left: 1px solid #876F61;					
					color: #251E1A;
					cursor: default;
				}
				
				#sub_page_header_tour a:hover.currentpage {
					background-color: transparent;
					border-top: 1px solid #876F61;
					border-left: 1px solid #876F61;					
					color: #251E1A;
					cursor: default;
				}

		#sub_page_content {
			display: block;
			width: 780px;
			margin: 0;
			padding: 0;						
			padding-top: 38px;
		}
		
		#sub_page_content_tour {
			display: block;
			width: 780px;
			margin: 0;
			padding: 0;						
			padding-top: 38px;
			float: left;
		}				
		
/* ========================================================================== */
/* Housekeeping */
/* ========================================================================== */
.clearthis { clear: both; }



/* ========================================================================== */
/* Links */
/* ========================================================================== */
a { 	
	color: #C1AC91;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.japlink { color: #8D6E49; }

a:hover.japlink {
	text-decoration: none;
}

/* ========================================================================== */
/* Menu */
/* ========================================================================== */
.nav, .nav * {
	margin: 0;
	padding: 0;
}

.nav {
	float: left;
	margin-bottom: 1.5em;
}

.nav ul {
	background: #fff; /*IE6 needs this*/
}

.nav li { /* main item: current */
	float: left;
	list-style: none;
	position: relative;
	z-index: 999;
	cursor: pointer;
}

.nav a {
	color: #C2AF9C;
	display: block;
	float: left;
	font-size: 11px;
	padding: 3px 0px 3px 26px;
	text-decoration: none;
}

.nav li ul {
	/* main background, extra space */
	padding-top: 4px;
	background-color: #2D241F;	
	float: none;
	top: -999em;
	position: absolute;
	width: 184px;
}

ul.nav li ul li ul li, ul.nav li ul li ul li a {
	padding-left: 10px;
}

ul.nav li ul li ul {
	padding-top: 3px;
	padding-bottom: 10px;
}

.nav li.searchfield {
	padding-top: 4px;
	padding-bottom: 15px;
	color: #C2AF9C;
	display: block;
	padding-left: 26px;
	cursor: default;
	font-size: 11px;
	border-bottom: 4px solid #2D241F;
}

.nav li.searchfield:hover {
	/* background for search box area */
	background-color: #614E43;	
}

.nav li:hover,
.nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active { /* active hover item */	
	text-decoration: none;
}

.nav li:hover ul, /* pure CSS hover is removed below */
ul.nav li.sfHover ul {
	left: -1px;
	top: 2.5em;
}

.nav li:hover li ul,
.nav li.sfHover li ul {
	top: -999em;
}

.nav li li:hover ul, /* pure CSS hover is removed below */
ul.nav li li.sfHover ul {
	left: 185px;
	top: -1px;
}

/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

.nav li li { /* second level items */
	/* background for menu items in OFF state */		
	background-color: #504037;
	float: none;
	border-bottom: 1px solid #614E43;
}

.nav li li li { /* third level items */

}

.nav li li a {
	float: none;
	padding-right: 0;
	width: 158px;
}

.nav li li a:focus, .nav li li a:hover, .nav li li a:active { /* active hover item */
	/* background for menu items in OVER state */
	background-color: #614E43;
	text-decoration: none;
}

li.label {
	color: #2D241F;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: 1px double #2D241F;
	cursor: default;
}

/* quick hacks for IE */
*html .nav li li {
	margin-bottom: -3px;
}

*html .nav li li li {
	margin-bottom: -1px;
}

*+html .nav li li {
	margin-bottom: -3px;
}

*+html .nav li li li {
	margin-bottom: -1px;
}



/* ========================================================================== */
/* Form Elements */
/* ========================================================================== */
input { 
	margin-top: 8px; 
	margin-bottom: 4px;
	background-color: #2D241F;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #3E322B;
	border-bottom: 1px solid #3E322B;
	font-size: 11px;
	color: #C1AC91;
}

.gyinput {
	margin-top: 8px; 
	margin-bottom: 4px;
	background-color: #2D241F;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #3E322B;
	border-bottom: 1px solid #3E322B;
	font-size: 11px;
	color: #C1AC91;
}

/* ========================================================================== */
/* Styles */
/* ========================================================================== */
h1 {
	font-family: Georgia, serif;	
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	color: #13100D;
	margin-top: 40px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 4px double #13100D;
	letter-spacing: 2px;
}

h1.subhead {
	font-family: Georgia, serif;	
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	color: #13100D;
	margin-top: 40px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 4px double #13100D;
	letter-spacing: 2px;
}

.sectionname {
	font-size: 9px;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}

h3 {
	border-bottom: 4px double #13100D;
	font-weight: 500;
	margin-top: 28px;
	font-size: 9px;
	letter-spacing: 1px; 
}

h2 {
	margin: 0;
	padding: 0;
}

.general_column_left {
	width: 482px;
	float: left;
	padding-right: 28px;
	margin-top: 0px;
}

.general_column_right {
	width: 235px;
	float: left;
	margin-top: 0px;
	padding-right: 35px;
}

.column_index {
	width: 360px;
	float: left;
	padding-right: 28px;
}

ul.subpagelist, ul.subpagelist ul {
	margin: 0;
	padding: 0;
}

ul.subpagelist li {
	list-style: none;
	padding: 0;
	margin: 0;
}

li.page_item current_page_item {
	margin: 5px;
}

#viewworks a {
	padding-left: 30px;
	padding-right: 5px;
	padding-top: 2px;	
	text-decoration: none;
	color: #C1AC91;
	background-color: #504037;
	margin-bottom: 1px;
	display: block;
	padding-bottom: 3px;
	background: url('images/bg_viewworks.gif') #504037 no-repeat 8px 5px;
}

#viewworks a:hover {
	background-color: #251E1A;	
	color: #C1AC91;
}