/*
Sobriety High School 
Sub-Page Stylesheet

Author:  Matt Nupen
Date:  2-2-09
*/





/** LEFT COLUMN
**/




/** RIGHT COLUMN
**/

#rightCol {
	border-left: 1px dashed #CCC;
}

#rightCol .innerWrapper {
	padding-left: 20px;
}


/* SEARCH BAR */
#rightCol #search {
	border-bottom: 1px dashed #999;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#search input {
	border: 1px solid #999;
}

/*****
	SIDEBARS
****/
#sidebar li{
	list-style-type: none;
	margin: 0px;
}


/* CAMPUS LOCATIONS */
.location {
	width: 275px;
	margin: 0 0 20px 0;
	float: left;
	clear: both;
	padding: 5px 0;
}

.location img {
	border: 1px solid #CCC;
	padding: 1px;
	float: left;
	margin: 0 10px 0 5px;
}

.location .text {
	float: left;
	margin-right: 5px;
	width:  170px;
}
