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

Big Horse Club & Stable
Stable Specific CSS
by Kyle Cato
http://www.kylecato.com

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

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

	Temp

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

.camp {
	margin: 10px auto 20px;
	padding: 0;
	width: 329px;
	height: 57px;
	background:  url(/images/sc.png) top center no-repeat;
	text-indent: -9999px;
	display: block;
}

.summer_camp {
	margin: 10px 0 20px;
	padding: 0;
	text-indent: -9999px;
}

.summer_camp a {
	margin: 0 auto;
	width: 425px;
	height: 116px;
	background:  url(/images/summer_camp.png) top center no-repeat;
	text-indent: -9999px;
	display: block;
}

.school {
	margin: 10px auto 20px;
	padding: 0;
	width: 270px;
	height: 73px;
	background:  url(/images/as.png) top center no-repeat;
	text-indent: -9999px;
	display: block;
}

.after_school {
	margin: 10px 0 20px;
	padding: 0;
	text-indent: -9999px;
}

.after_school a {
	width: 299px;
	height: 98px;
	background:  url(/images/after_school_logo.gif) bottom center repeat-x;
	text-indent: -9999px;
	display: block;
}

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

	Logo

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


#logo {
	margin: 20px 0;
	padding: 0;
	text-indent: -9999px;
	text-align: center;
}

#logo h1 {
	margin: 0 auto;
	padding: 0;
}

#logo a {
	margin: 0 auto;
	padding: 0;
	height: 136px;
	width: 137px;
	background: #fff url(/images/round_logo.gif) top center no-repeat;
	display: block;
}

.body_content {
	margin: 0 0 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #963;
}

p {
	margin: 0;
	padding: 0 0 10px;
}

#column2 {
	margin: 0;
	padding: 0 0 10px 10px;
	float: right;
	width: 310px;
}

ul.time_list, ul.date_list, ul.check_list {
	margin: 0 0 10px 10px;
	padding: 0;
	list-style-type: none;
}

ul.check_list li {
	margin: 0 0 3px;
	padding: 0 0 0 20px;
	background: transparent url(/images/check.gif) center left no-repeat;
}

ul.time_list li {
	margin: 0 0 3px;
	padding: 0 0 0 20px;
	background: transparent url(/images/time.gif) center left no-repeat;
}

ul.date_list li {
	margin: 10px 0;
	padding: 0 0 5px 20px;
	background: transparent url(/images/date.gif) top left no-repeat;
	border-bottom: 1px dashed #ccc;
}

span.time, span.date {
	font-weight: bold;
	color: #963;
}

.identifiction {
	margin: 0;
	padding: 0;
}

.description {
	margin: 0 0 30px;
	padding: 0;
	width: 550px;
	float: left;
}

img.id_photo {
	margin: 0 10px 0 0;
	border: 1px solid #363;
	width: 152px;
	float: left;
}

.file_download {
	margin: 0 auto 20px;
	padding: 0 0 15px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: transparent url(/images/fd_bg.png) bottom center no-repeat;
	border: 1px solid #996;
	width: 250px;
}

.file_download h5 {
	margin: 0 0 5px 0;
	padding: 5px 0 5px 33px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	background: #363 url(/images/download_file.gif) 10px center no-repeat;
	font-size: 1.4em;
	font-weight: normal;
	color: #fff;
	display: block;
}

.file_download p {
	margin: 5px 10px;
	padding: 0;
	font-size: .9em;
	color: #963;
}

.file_download a {
	margin: 0 10px;
	padding: 0 0 0 15px;
	background: transparent url(/images/arrow_down.gif) bottom left no-repeat;
	display: block;
}

.file_download span.pdf {
	padding: 0 20px 0 0;
	background: transparent url(/images/pdf_icon.gif) top right no-repeat;
}

table {
	margin: 0 0 20px;
	padding: 0;
	border-width: 0px;
	border-collapse: collapse;
}

caption {
	margin: 0 0 10px;
	text-align: left;
	color: #363;
	font-size: 16px;
	font-weight: bold;
}

th {
	margin: 0;
	padding: 0 5px;
	color: #fff;
	background: transparent url(/images/table_head2.gif) top left no-repeat;
	font-weight: 100;
	font-size: 12px;
	border: 1px solid #963;
}

tr.month th {
	background: transparent url(/images/table_head.gif) top left no-repeat;
	border: 1px solid #5cb24d;
}

tr.month th.no_bg {
	color: #363;
	border: none;
	background: none;
}

tr {
	margin: 0;
	padding: 0;
}

td {
	margin: 0;
	padding: 0 5px;
	width: 50px;
	text-align: center;
	border-bottom: 1px solid #5cb24d;
	border-right: 1px solid #5cb24d;
	font-size: 11px;
}

td.info {
	background: transparent url(/images/table_data.gif) top left repeat-x;
}

tr.month td {
	border: 0;
	border-bottom: 1px solid #5cb24d;
}


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

	Links

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

a {
	margin: 0;
	padding: 0;
	text-decoration: underline;
	color: #963;
}

a:hover {
	color: #996;
}

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

	Location Map

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

#location_map_container {
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 750px;
	display: block;
	background: #3a803d;
}

#location_map_nav {
	margin: 0 4px 0 0;
	padding: 0 0 0 9px;
	background: transparent url(/images/button_left2.gif) bottom left no-repeat;
	display: block;
	float: left;
}

span.map_nav {
	margin: 0;
	padding: 0 0 0 20px;
	background: transparent url(/images/map.gif) center left no-repeat;
	display: block;
}

a.location_map {
	margin: 0;
	padding: 5px 9px 5px 0;
	color: #fff;
	background: transparent url(/images/button_right2.gif) bottom right no-repeat;
	text-decoration: none;
	display: block;
}

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

	Contact

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

dl {
	margin: 0 0 0 20px;
	width: 300px;
}

dl dt {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	font-weight: bold;
	color: #363;
}

dl dd {
	margin: 0;
	padding: 0 0 5px 0;
}

dl dt.postad {
	display: none;
}

span.fn {
	padding: 0 0 10px 0;
	color: #963;
	font-weight: bold;
	font-size: 110%;
}

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

	Headings

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

#map_container h2 {
	margin: 0;
	padding: 5px 10px;
	color: #fff;
	background-color: #363;
}

h2 {
	margin: 0;
	padding: 5px 5px 10px 0;
	color: #963;
}

h2 a {
	text-decoration: none;
}

h3 {
	margin: 0 0 10px;
	color: #963;
}

h3 a, h3 a:hover {
	margin: 20px 0;
	text-decoration: none;
	color: #963;
}

h4 {
	margin: 0 0 10px;
	padding: 0;
}

h5 {
	margin: 0;
	padding: 0 0 10px;
}

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

	Misc

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

img {
	border: none;
}

.cleaner {
	height: 0px;
	clear: both;
	font-size: 1px;
}
