/*
	Theme Name: Columbia Independent School
	Theme URI: http://www.cislions.org
	Description: The default theme for the 2009 redesign of the Columbia Independent School website
	Version: 1.0
	Author: Caledon Virtual, LLC
	Author URI: http://www.caledonvirtual.com
	Tags: 
*/
body {
	background-image: url('style/images/bg.gif');
	background-repeat: repeat-x;
	margin: 0pt;
	padding: 0pt;
	font-family: Arial;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#school-name {
	background:url(style/images/school-name.gif);
	width: 100%;
	height: 79px;
	overflow:visible;
}
#school-name img {
	position:absolute;
}
#top-left-menu {
	width: 552px;
	height: 74px;
	float: left;
}
#top-right-menu ul {
	list-style-type: none;
}
#top-right-menu li {
	display: block;
	float: right;
	padding: 5px 0px 0px 2px;
	font-weight: bold;
}
#top-right-menu li a {
	color: #2B296A;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#top-right-menu li a:hover {
	text-decoration: underline;
}
#top-left-title {
	width: 552px;
	height: 74px;
	float: left;
}
#top-left-middle {
	width: 475px;
	float: left;
}
#top-right-middle {
	width: 318px;
	float: right;
}
#search-bar {
	width: 318px;
	height: 28px;
	background-image: url('style/images/search-bg.jpg');
	background-repeat: repeat-x;
}
#main-desc {
	width: 318px;
	height: 256px;
	margin: 3px 0px 0px 0px;
	background: #000;
 /*	background-image: url('style/images/right-bg.jpg'); */
}
#main-desc-content {
	padding: 10px;
}
.main-desc-title, .main-desc-title a {
	font-weight: bold;
	margin: 0px;
	color: #EFC231;
	line-height: 1.5em;
}
.main-desc-body, .main-desc-body a {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0px;
}
#searchform {
	float: right;
	padding: 3px;
}
.search-submit {
	background-image: url('style/images/search.jpg');
	border: 0px solid #000;
	color: transparent;
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0pt;
}
.search-query {
	height: 16px;
	font-size: 13px;
	margin: 0pt;
	padding: 0pt;
	border: 0px solid #000;
}
.blurbdate {
	font-size:9px !important;
	color:#999;
	margin:0;
	padding:0;
}
ul.breadcrumbs {
	list-style: none;
	padding: 0;
	margin: 0 0 5px;
	font-size:9px;
}
ul.breadcrumbs li {
	display:inline;
	margin: 0 5px 0 0;
	padding: 0;
}

.menu {
 /*	background-color: #EFC231; */
	margin-top: 5px;
	text-align:center;
}
.menu a {
	background: #31356D url(style/images/search-bg.jpg) center bottom;
	color: #FFF;
	padding: 3px 10px;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	background-image:none;
	color:#f6bc00;
}
.menu ul ul * {
	display:none;
}
/*
.menu-overview,
.menu-admissions,
.menu-giving {
	background: #31356D url(style/images/search-bg.jpg) center bottom;
}
.menu-outside,
.menu-volunteering,
.menu-student {
	background: #F0C231 url(style/images/gold-bg.jpg) center bottom;
	color: #31356D !important;
}
*/
.menu ul {
	margin:0;
	background:#31356D url(style/images/search-bg.jpg) repeat scroll center bottom;
	padding: 3px 2px;
}
.menu ul li {
	list-style-type: none;
	list-style: none;
	margin:0;
	padding:0;
	display:inline;
	position:relative;
	border-right:1px solid #999;
	text-transform:uppercase;
}
.menu ul li:first-child {
	border-left:1px solid #999;
}
.menu ul li.current_page_item,
.menu ul li.current_page_parent,
.menu ul li.current_page_ancestor {
	background:#cbcada;
}
.menu ul li.current_page_item a,
.menu ul li.current_page_parent a,
.menu ul li.current_page_ancestor a {
	background:#cbcada;
	padding:4px 16px;
	color:#31356D;
}
.menu ul li ul {
	position: absolute;
	left: 0;
	top:20px;
	background-color: #EFC231;
}
.menu ul li ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}
.menu ul li ul {
	display: none;
}

/* Change this to display: block; to get the Submenu's working */
.menu ul li.hover ul {
	display: none;
}
.main-left {
	width: 310px;
	float: left;
}
.main-right {
	width: 475px;
	float: right;
}
.blocks {
	width: 310px;
	line-height: 10px;
	font-size: 10px;
	margin: 10px 0px;
}
.blocks ul {
	list-style: none;
	margin: 0pt;
}
.blocks ul li {
	display: block;
	float: left;
	text-align: center;
	width: 62px;
}
.blocks ul li img {
	margin: 0px auto 3px;
}
.sidebar .blocks {
	width:auto;
}
.sidebar .blocks ul li {
	width:auto;
	float:none;
	text-align:left;
	padding:0 9px 9px;
}
.sidebar .blocks img {
	margin:0 6px 0 0;
	height:30px;
	vertical-align:middle;
	display:inline;
}
.main-left-content {
	border-left:1px solid #999;
	border-right:1px solid #999;
	padding: 0px 10px;
}
.page {
	width:594px;
	overflow:hidden;
	margin:10px 0;
	padding:0;
	background: url('style/images/page-center.gif') repeat-y center center;
}
.page h1 {
	margin: 6px 0;
	color: #976600;
	font-size: 22px;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	clear:left;
}
.page h2 {
	margin: 6px 0 0;
	color: #2b286d;
	font-size: 18px;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.page h3 {
	margin:1em 0 .25em;
	color: #976600;
	font-size: 14px;
	font-weight: bold;
}
.page ul,
.page ol {
	margin:.5em .5em 0 1em;
	padding:0 0 0 1em;
}
.page li {
	margin:0 0 .5em;
}
.page img {
	margin:0;
	padding:0;
	border:none;
	float:none;
}
.page td {
	padding:4px;
}

ul.subpages {
	list-style:none;
	padding:0 0 1px;
	margin:12px 0;
	border-bottom:1px solid #ccc;
}
ul.subpages li {
	display:inline;
	padding:0;
	margin:0 0 0 2px;
	line-height:18px;
}
ul.subpages li a {
	padding:2px 8px;
	background:#eee;
	border:1px solid #ddd;
	margin:0;
}

ul.subpages li.current_page_item a,
ul.subpages li.current_page_parent a,
ul.subpages li.current_page_ancestor a {
	background:#fff;
	border-bottom:1px solid #fff;
	color:#000;
}

ul.subsubpages {
	list-style:none;
	padding:0 0 1px;
	margin:0 0 8px;
	font-size:11px;
}
ul.subsubpages li {
	display:inline;
	padding:0 4px 0 8px;
	margin:0;
	line-height:18px;
	border-left:1px solid #ccc;
}
ul.subsubpages li:first-child {
	border-left:none;
}
ul.subsubpages li.current_page_item a {
	font-weight:bold;
	color:#000;
}

.main-left-content h3 {
	margin: 0px 0px 5px;
	color: #900;
	font-size: 14px;
	font-weight: bold;
}
.main-left-content p {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	line-height: 1.1em;
/*	font-size: 11px; */
}
.excerpt p {
	margin:0;
	padding:0;
}
.bluish a {
	color: #30356D;
	font-weight: bold;
}
.spacedout {
	margin: 10px 0px;
}
.main-right-top {
	margin: 10px 0px 0px;
}
.main-right-center {
	border-left:1px solid #999;
	border-right:1px solid #999;
	background:#fff;
	height:auto;
	overflow:hidden;
	padding: 0px 8px;
}
.main-right-left {
	width: 50%;
	border-width: 0px 1px 0px 0px;
	border-style: dotted;
	border-color: #ccc;
	float: left;
}
.main-right-left-content {
	padding: 10px 8px 10px 4px;
}
.main-right-left-content h3 {
	margin: 0px 0px 5px;
	color: #976600;
	font-size: 14px;
	font-weight: bold;
}
.main-right-left-content p {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	line-height: 1.1em;
	font-size: 12px;
}
.main-right-right {
	width: 49%;
	float: right;
}
.main-right-right-content {
	padding: 10px 0px 10px 8px;
}
.main-right-right-content h3 {
	margin: 0px 0px 5px;
	color: #976600;
	font-size: 14px;
	font-weight: bold;
}
.main-right-right-content p {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	line-height: 1.1em;
	font-size: 12px;
}
.top-bar {
	background-image: url('style/images/top-bar.gif');
	background-repeat: no-repeat;
	height: 30px;
}
.main-left-bottom-bottom {
	height: 95px;
	width: 310px;
	position: relative;
	background: url('style/images/bottom-ad.gif') no-repeat 30px 0px;
}
.main-left-bottom-bottom a {
	position: absolute;
	top: 55px;
	top: 25px;
	left: 200px;
	left: 125px;
}
.main-left-bottom-bottom a img {
	padding: 0pt;
	margin: 0pt;
	text-decoration: none;
}
.photo-gallery img {
	float: left;
	margin: 1px;
}
.padder {
	margin:0;
	padding:0 20px;
}
.sidebar {
	float:right;
	margin:10px 0;
	padding:0;
	background: url('style/images/sidebar-center.gif') repeat-y center center;
}
.footer {
	width:796px;
	border-top: 1px dotted #999;
}
.footer-1 {
	text-align: center;
	width:796px;
	margin:8px auto;
	color: #666;
}
.footer-1 a {
	text-decoration: none;
	color: #666;
}
.footer-1 img {
	margin: 0pt;
	float:none !important;
}
.ngg-album-compact p {
	clear:both;
}
table.sidebar-icons {
	width:150px;
	margin:0 auto;
	font-size:9px;
}
table.sidebar-icons td {
	text-align:center;
	vertical-align:top;
	width:75px;
	padding:6px;
}

.teachers dl dt {
	width:100px;
	float:left;
	clear:both;
	text-align:center;
}
.teachers dl dt img {
	width:75px;
	height:auto;
	padding:4px;
	margin:6px 0 12px !important;
	border:1px solid #eee !important;
	background:#ffd;
}
.teachers dl dd {
	margin:0 0 12px 100px;
	padding:0;
}
.teachers dl dd h2 {
	margin: 0;
	padding:0;
}
.teachers dl dd p {
	margin: 0 0 2px 0;
	padding:0;
}
.alignright {
	float:right !important;
	margin:0 0 8px 8px !important;
}
.alignleft {
	float:left !important;
	margin:0 8px 8px 0 !important;
}
.wp-caption {
	border:1px solid #ccc;
	background:#eee;
	text-align:center;
	padding:4px 0;
}
.wp-caption img {
	border:none;
}
.wp-caption-text{
	text-align:right !important;
	font:italic 10px/14px Arial, Helvetica, sans-serif;
	padding:0 8px 0 0;
	margin:0 !important;
}
table {
	border-collapse:collapse;
}
table td {
	border-collapse:collapse;
	border:1px solid #999;
}
table.noborders,
table.noborders td,
td.noborders {
	border:none;
}
#application_form label {
	white-space:nowrap;
}