/*  
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-left: 10px;
	padding: 0;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	background-color: #1A1A1A;
	font-size: 11px;
	line-height: 19px;
	background: url('images/bg_home_body3.jpg') #614D42 repeat-x;
	color: #13100D;
}

#home_header {
	width: 980px;
	height: 205px;
	margin: 0 auto;
}

#home_blackbar {
	width: 980px;
	height: 25px;
	padding-top: 10px;
	margin: 0 auto;
}

		#home_blackbar_column_left {
			display: block;
			float: left;
		}
		
		#home_blackbar_column_right {
			display: block;
			float: right;
		}

#home_content {
	width: 980px;
	margin: 0 auto;
	padding-top: 35px;
	border-bottom: 4px double #111;
}
		
		#home_content_titlenav {
			width: 980px;	
			margin-top: 10px;
		}
		
				#home_content_titlenav_column_left {
					width: 560px;
					display: block;
					float: left;
					font-family: Georgia;
					font-size: 27px;					
					line-height: 32px;
					font-weight: 500;
				}
				
				#home_content_titlenav_column_right {
					margin-left: 20px;
					width: 400px;
					display: block;
					float: right;
				}
				
				#home_content_titlenav_column_right a {
					font-size: 12px;
				}
		
		#home_content_tourabout {
			width: 980px;
		}
		
				.home_subhead {
					border-bottom: 4px double #111; 
					margin-bottom: 12px; 
					font-size: 9px; 
					letter-spacing: 2px;
				}
				
				#home_content_tourabout_column_left {
					width: 560px;
					float: left;
				}
				
				#home_content_tourabout_column_right {
					width: 400px;
					float: right;
					font-size: 12px;
				}
				
				#home_content_tourabout_column_right a {
					font-size: 12px;
				}
		
#home_footer {
	width: 980px;
	margin: 0 auto;
	padding-top: 24px;
	padding-bottom: 4px;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	padding-bottom: 100px;
}

#home_footer_left {
	width: 560px;
	display: block;
	float: left;
}
				
#home_footer_right {
	margin-left: 20px;
	width: 400px;
	display: block;
	float: right;
}

/* ========================================================================== */
/* Housekeeping */
/* ========================================================================== */
.clearthis { clear: both; }



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

a:hover { text-decoration: underline; }

.japlink { color: #8D6E49; }

.japlinknav { color: #614E43; }

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

#home_blackbar_column_right a {
	font-size: 9px;
	letter-spacing: 0.6px;
}

#home_blackbar_column_left a {
	display: block;
	margin-right: 25px;
	float: left;
	font-size: 12px;
}

#home_footer a { color: #C1AC91; }



/* ========================================================================== */
/* 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;
	border: solid 0 #000;
	font-size: 12px;
	color: #C1AC91;
}

.gyinput {
	margin-top: 6px; 
	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: 12px;
	color: #C1AC91;
}

/* ========================================================================== */
/* Home Specific Formatting */
/* ========================================================================== */
.home_schoolimage_border {
	background: transparent url('images/bg_home_schoolimage_border.jpg') no-repeat scroll left bottom;
	padding: 0px 0px 8px;
}

.home_schoolimage_link {
	float: left;
	margin-right: 20px;
	text-decoration: none;
	text-align: center;
	margin-bottom: 22px;
	margin-top: 6px;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	/*font-size: 11px;*/
	font-size: 9px;
	color: #BC9361;	
}

