/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* CSS Reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body {
	background: #FBF6CC;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	line-height: 21px;
	color: #333;
}

#mybody {
	background: url(images/body-bg.jpg) repeat-x #FBF6CC;
}

h1 {
	color: #FBF6CC;
	font: normal 16px Georgia, "Times New Roman", Times, serif; 
}

h2 {
	margin-bottom: 1em;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #000;
}

h3 {
	margin: 8px 0;
	font: bold 15px Georgia;
	color: #333;
	width: 250px;
	border-bottom: 1px solid #5E0300;
}

h4 {
	margin-bottom: 5px;
	font: normal 14px Georgia;
	color: #5E0300;
	font-style: oblique;
}

p {
	margin-bottom: 1em;
}

.two-col ul {
	padding-left: 20px;
	padding-bottom:15px;
	/*text-indent: -20px;*/
}

.two-col li {
	list-style-image: url(images/icon-sun.jpg);
}	

#article, #article-academics li {
    list-style-image: url(images/icon-sun.jpg);
}

#article ul {
	padding-left: 20px;
	padding-bottom:15px;
} 

#article-academics ul {
	padding-left: 20px;
}

/* ///////////////////////////

ID Declarations

/////////////////////////// */
#site {
	min-width: 815px;
	margin: 15px auto;
}

#header {
	width: 815px;
	margin: 0 auto;
	height: 130px;
}

#masthead {
	height: 130px;
	float: left;
	width: 815px;
}

#main-nav {
	color: #FFF;
	background: url(images/nav-bg.jpg) no-repeat center top;
	width: 915px;
	margin: 0 auto;
	height: 39px;
}

#main-nav ul {
	padding: 12px 5px 12px 8px;
	width: 835px;
	margin: 0 auto;
}

#main-nav li {
	display: inline;
	font: bold 16px Georgia;	
}

#main-nav li a {
	color: #5C0001;
	text-decoration: none;
	padding: 10px 25px;	
	border-left: 1px solid #5C0001;border-right:1px solid #5C0001;border-top:1px solid #5C0001;
}

#main-nav li a:hover {
	background: #FFF17C;
}

#main-nav ul li a#current {
	background: #5C0001;
	color: #FFF;
}	

#page-top {
	background: url(images/page-top.jpg) no-repeat top left;
	width: 731px;
	height:13px;
	margin: 15px auto 0 auto;
	line-height: 1px;
	padding: 0;
	font-size: 5px;
}	

#page {
	width: 731px;
	margin: 0 auto;
	background: #FBF6CC;
}

#content {
	width: 480px;
	float: left;
	text-align: justify;
}

#content-academics {
	width: 730px;
	float: left;
}	

#article {
	padding: 15px;
}
	
#article-academics {
	width: 700px;
	float: left;
	padding: 15px;
}	

#article-container {
	width:682px;
	float: left;
	border: 1px solid #5C0001;
	padding: 0 7px;
	padding-top: 15px;
}	

#sidebar {
	width: 196px;
	background: url(images/sidebar.jpg) no-repeat top left;
	min-height: 486px;
	margin-left: 10px;
	padding: 15px 5px;
}

#footer {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background: #FBF6CC;
	border-top: 1px solid #5E0300;
	padding-top:10px;	
}

#footer-nav {
	margin: 0 15px;
	text-align: center;
	clear: both;
}

#footer-nav ul {
	padding: 0 0 2px 8px;
}

#footer-nav li {
	display: inline;
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-right:5px;
}

.fli {
	padding-left:22px;
	background: url(images/icon-sun.jpg) no-repeat;
}

#footer-nav li a {
	color: #5C0001;
	text-decoration: none;
	line-height: 12px;
}

#footer-nav li a:hover {
	color: #000;
	text-decoration: underline;
}

#footer-nav #current2 {
	color:#000;
}

#go-web {
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #5C0001;
	text-align: center;
}

#go-web a {
	color: #5C0001;
}

#go-web a:hover {
	color: #000;
	text-decoration: underline;
}	

/* ///////////////////////////

Custom Classes

/////////////////////////// */
.clear-both {
	height: 0px;
	clear: both;
	line-height: 0px;
	background: #FBF6CC; 
}

.no-margin, #content.no-margin {
	margin:0;
}

.one-col {
	width: 100%;
}

.two-col {
	width: 330px;
	margin-right: 15px;
	border-right: 1px solid #5E0300;
}

.three-col {
	width: 32%;
}

.four-col {
	width: 24%;
}

.five-col {
	width: 19%;
}

#content, #sidebar, .two-col, .three-col, .four-col, .five-col {
	float: left;
}

.logo {
	width: 300px;
	height: 115px;
	float: left;
	padding-left:30px;
}

.address {
	width: 200px;
	height: 115px;
	float: right;
	text-align: right;
	padding-top: 15px;
}

.quote {
	width: 270px;
	float: left;
	padding: 17px 0 10px 0px;
	float: left;
}	

.header-bar {
	width: 100%;
	background: #FBF6CC;
	float: left;
	height: 105px;
	clear:both;
}	

.header-pics {
	width: 900px;
	height: 95px;
	padding: 5px 0;
	text-align: center;
	margin:0 auto;
}	

.small {
	font-size: 11px;
}

.scripture {
	color:#FFF;
	font-size: 12px;
	text-align: center;
}

#sidebar p {
	color:#FFF;
	font-size: 12px;
	text-align: center;
	margin:0;
	padding:0;
	line-height:20px;
}

/* CSS Document */

/* ######### CSS for Shade Tabs. Remove if not using ######### */

#academicstabs {
	
}

#academicstabs li {
	list-style-image: none;
}

.shadetabs{
padding: 3px 0;
margin: 0px auto;
font: bold 14px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
/*width:598px;*/
width:620px;
height:32px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a {
text-decoration: none;
position: relative;
z-index: 1;
padding: 0px 8px;
background: url(images/tab-left.png) no-repeat left top;
float: left;
}

.shadetabs li a span {
text-decoration: none;
position: relative;
z-index: 1;
padding: 10px 12px 10px 5px;
color: #FFF;
background: url(images/tab-right.png) no-repeat right top;
overflow: hidden;
float: left;
cursor: pointer;
}

.shadetabs li a:visited{
color: #5C0001;
}

.shadetabs li a:hover span {
text-decoration: none;
color: #FFF17C;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
background: url(images/tab-left-on.png) no-repeat top left;
padding: 0px 8px;
}

.shadetabs li a.selected span { /*selected main tab style */
background: url(images/tab-right-on.png) no-repeat top right;
color: #5C0001;
overflow: hidden;
padding: 10px 12px 10px 5px;
}


.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #FFF17C;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 362px;
border-top: 5px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid navy; /*navy border*/
background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid navy; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */
