/*
File: 			home.css for Winston County Economic Development Partership
Coded: 			Greg Rickaby dESIGN for Kathy Jacobs Design & Marketing
Date: 			02/04/10
Author(s) URL: 	http://gregrickaby.com | http://kathyjacobs.com
Notes: 			All Thesis Elements are preceeded by: .custom 
Color Hexes: 
#8F3E33 (Dark Red)
#BAB29F (Tan)
#FFFF00 (Yellow)
#0FF (Blue)
*/



/* ---[Header Area]--- */
#homepage_header { /*overall placement of header area with 3 "section" boxes*/
	width: 1010px;
	height: 155px;
	color: #FFF;
	font-size: 9px;
	background-attachment: scroll;
	background-image: url(images/homepage-header.gif);
	background-repeat: no-repeat;
	background-color: #8F3E33;
	margin-top: 5px;
}
#homepage_header .box { /*overal placement of each individual box*/
	float: left;
	width: 300px;
	height: 130px;
	padding: 0 5px 0 5px;
	margin: 10px;
	overflow: hidden;
}
#homepage_header ul { /*nix any bullets*/
	list-style: none;
}
#homepage_header h3 { /*H3 styles*/
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	line-height: normal;
	padding-top: 15px;
	padding-bottom: 8px;
	text-decoration: none;
}
#homepage_header h3:hover { /*H3 hover*/
	color: #FFF;
}
#homepage_header p a { /*link styles*/
	color: #FFF;
	line-height: 20px;
	text-decoration: underline;
}
#homepage_header p a:hover { /*hover style*/
	color: #FFFF00;
}
/* ---[Content Area]--- */
.custom #content_box { /*set content background color*/
	background-color: #FFF;
}
#homepage_content {
	clear: both;
	float: left;
	width: 700px;
	margin-top: 20px;
}
#homepage_content ul { /*nix any bullets*/
	list-style: none;
}
/* ---[Events Calendar]--- */
#homepage_content .homepage_left_column { /*overall placement of left column*/
	float: left;
	width: 230px;
	margin-left: 5px;
	margin-right: 15px;
}
#homepage_content .homepage_left_column .calendar { /*text styles*/
	font-size: 10px;
	width: 220px;
	margin-left: -0.5em;
}
#homepage_content .etitle { /*event title*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	text-transform: uppercase;
}
#homepage_content .homepage_left_column a.red { /*event title*/
	color: #00F;
}
#homepage_content .homepage_left_column a:hover.red { /*event title*/
	color: #733E33;
}
/* ---[Map]--- */
#homepage_content .homepage_right_column { /*overall placement of right column*/
	float: left;
	width: 430px;
}
#homepage_content .homepage_right_column h4 { /*H4 style*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	padding-top: 5px;
	padding-bottom: 3px;
}
/* ---[Two boxes below Map]--- */
#homepage_content .homepage_right_column .sub_left { /*overall placement & width of left box*/
	float: left;
	width: 200px;
}
#homepage_content .homepage_right_column .sub_right { /*overall placement & width of right box*/
	float: left;
	width: 200px;
	margin-left: 11px;
}
/* ---[Homepage Sidebar]--- */
#homepage_sidebar { /*overall placement of homepage sidebar*/
	float: left;
	width: 280px;
	height: 550px;
	background-color: #BAB29F;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0;
}
#homepage_sidebar h4 { /*H4 style*/
	font-size: 14px;
	color: #8F3E33;
	text-transform: capitalize;
}
#homepage_sidebar a { /*link styles*/
	color: #000;
	text-decoration: underline;
}
#homepage_sidebar a:hover { /*hover style*/
	color: #00F;
	text-decoration: underline;
}
#homepage_sidebar ul { /*nix any bullets*/
	list-style: none;
	padding-right:25px;
}

.custom #print-logo {display: none;}
.custom #print-footer {display: none;}