/* -

	WebSweet

	
	- CHDS 2009

--------------------- */

	


@import url("text.css");		/* text styles */
@import url("forms.css");  		/* form styles */
	
/* universal
--------------------- */
body { 
	font-size: 100%; 
	background: #fff url("../images/background.png") repeat-x top left;
	}

#container {
	font-size: 62.5%;
	}
body, h1, h2, h3, ul, li, a, hr, div, img, table, form, fieldset { 
	margin: 0; padding: 0;
	}
hr {
	visibility: hidden;
	clear: both;
	}
.hide { display: none; }


/* structure/layout
--------------------- */

#container {
	margin: 0 auto;
	width: 100%;
	background: transparent;
	border-top: 3px double #000;
	}

#header {
	margin: 0 auto; padding: 0;
	width: 860px; height: 90px;
	}
	#header h1 {
		padding: 30px 0 0 0;
		}
		#container #header h1 a {
			margin: 0; padding: 0;
			display: block;
			border: none; text-decoration: none;
			}

#masthead {
	margin: 0 auto; padding: 0;
	width: 860px; height: 60px;
	background: #111;
	text-align: left;
	border-top: 25px solid #000;
	border: none;
	}
	
.home #masthead {
	margin: 0 auto; padding: 0;
	width: 860px; height: 222px;
	background: #111;
	text-align: left;
	}
	.home #masthead img {
		margin: 0;
		}

#breadcrumbs {
	margin: 0 auto; padding: 0 0 5px 0;
	width: 100%;
	background: transparent;
	border-bottom: 1px solid #000;
	}

#sub_container {
	margin: 0 auto; padding: 0;
	width: 860px;
	position: relative;
	background: transparent url("../images/columns-bg.png") repeat-y 210px 0;
	}
	.video #sub_container {
		background: none;
		}

/* search box
--------------------- */
#sub_container #search_box {
	margin: 0 0 25px 0; padding: 25px 0 15px 0;
	width: 210px; height: auto;
	float: left;
	background: transparent url("../images/divider-horizontal.png") repeat-x bottom left;
	display: none;
	}
#search #sub_container #search_box {
	margin: 0 0 25px 0; padding: 25px 0 15px 0;
	width: 210px; height: auto;
	float: left;
	background: transparent url("../images/divider-horizontal.png") repeat-x bottom left;
	}
#search_mod {
	}

/* footer
--------------------- */
#footer {
	margin: 0 auto; padding: 0;
	width: 100%; height: 100px;
	clear: both;
	background: transparent url("../images/footer-bg.png") repeat-x top center;
	}
	#footer p {
		margin: 0 auto; padding: 20px 0 0 0;
		width: 860px;
		position: relative;
		}

/* content areas
--------------------- */
/* html_body_home */
	#sub_container #col1 {
		margin: 0; padding: 20px 32px 20px 40px;
		width: 461px; min-height: 20px;
		float: left;
		position: relative;
		}
	#sub_container #col2 {
		margin: 0; padding: 20px 25px 20px 30px;
		width: 250px; min-height: 20px;
		float: right;
		position: relative;
		background: transparent url("../images/crosshatch.png") repeat top center;
		}
		#sub_container #col1 div.article {
			margin: 0 0 10px 0; padding: 0 0 20px 0; clear: both;
			background: transparent url("../images/article-separator-large.png") no-repeat bottom center;
			}
		#sub_container #col2 div.article {
			margin: 0 0 10px 0; padding: 0 0 10px 0; clear: both;
			background: transparent url("../images/article-separator-small.png") no-repeat bottom center;
			}

/* main navigation
--------------------- */

#nav {
	display: none;
	}



/* anchors
--------------------- */

#container a img { border: none; }
#container #sidebar a { border: none; }

#nav a:link { color: #1c1c1c; text-decoration: none; }
#nav a:visited { color: #1c1c1c; text-decoration: none; }
#nav a:hover { color: #ff007e; text-decoration: none; }
#nav a:active { color: #7e003e; text-decoration: none; }

#nav ul ul a:link { color: #ff007e; text-decoration: none; }
#nav ul ul a:visited { color: #ff007e; text-decoration: none; }
#nav ul ul a:hover { color: #fd66b1; text-decoration: none; }
#nav ul ul a:active { color: #7e003e; text-decoration: none; }

#breadcrumbs a:link { color: #ff007e; }
#breadcrumbs a:visited { color: #ff007e; }
#breadcrumbs a:hover { color: #fd66b1; }
#breadcrumbs a:active { color: #7e003e; }

#sub_container a:link { color: #ff007e; text-decoration: underline; }
#sub_container a:visited { color: #ff007e; text-decoration: underline; }
#sub_container a:hover { color: #fd66b1; text-decoration: underline; }
#sub_container a:active { color: #7e003e; text-decoration: underline; }

#footer a:link { color: #ff007e; text-decoration: underline; }
#footer a:visited { color: #ff007e; text-decoration: underline; }
#footer a:hover { color: #fd66b1; text-decoration: underline; }
#footer a:active { color: #7e003e; text-decoration: underline; }

a:focus {
	outline: none;
	}
#nav li.current_page a { background: #000; }
#nav li.current_page a { color: #fff; }


/* images
--------------------- */

#ws_loading { background: #222; padding: 4px; }


/* tables
--------------------- */
#sub_container table {
	margin: 0; padding: 0;
	border: none;
	border-collapse: collapse;
	border: 1px solid #ddd;
	}
#sub_container table tbody td {
	padding: 10px 10px;
	border-bottom: 1px solid #ddd;
	}


