/*
Theme name: Calvary Weekday School
Description: Custom Theme developed by Tobin Lehman.com for Calvary Weekday School.
Version: 1.0
Author: Tobin Lehman
Author URI: http://tobinlehman.com/
*/

* {
margin:0px;
padding:0px;}

a {
text-decoration:none;
color:#77207b;}
a img {border:none;}
body {
	font-family:"Times New Roman", Times, serif;
	background-color: #b0d0e1;
	background-image:url(images/bg_body.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	color: #454545;
	text-align: center;
	}

#page {
	width:950px;
	margin:0 auto;
	text-align: left;
	}


#header {
	background-image:url(images/header.png);
	width:950px;
	height:140px;
	}

#nav {
padding:0px;
	background-color:#FFFFFF;
	width:940px;
	height:32px;
	padding-top:15px;
	padding-left:10px;
	color:#FFFFFF;
}

#nav li {
	display:inline;
	list-style-type:none;
	padding:0px;
}

#nav li a {
	padding:10px 18px;
	border:3px white solid;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#484848;
}

#nav li a:hover, #nav li a.selected {
	text-decoration:none;
	background-color:#77207b;
	color:#FFFFFF;
}


#nav li ul {
	background:none;
	width:920px;
	height:45px;
	position:absolute;
	margin-top:12px;
	
}

#nav li ul li {
	line-height:25px;
	background-image:url(images/bg_subnav.gif);
	padding:3px 10px;
}

#nav li ul li a, #nav li ul li a:hover {
	background:none;
	font-size:14px;
	padding:5px 15px;
	color:#77207b;
	border:none;
}

#nav li ul li.current_page_item a {
	background:none;
	color:#77207b;
	font-weight:bold;
}

#nav li.current_page_item ul li a, #nav li.current_page_parent ul li a {
	background:none;
	color:#77207b;
}



#content {
	width:950px;
	background-image:url(images/bg_content.jpg);
	background-repeat:repeat-x;
	background-position:top;
}


.post {
	margin:1px;
	margin-left:30px;
	font-size:15px;
	line-height:21px;
	width:600px;
}

.post h2 {
	font-size:31px;
	line-height:41px;
	font-weight:normal;
	color:#77207b;
	margin-top:45px;
	border-bottom:thin #ddd solid;
	width:610px;
	margin-bottom:15px;
}

.post h3 {
	font-size:19px;
	line-height:21px;
	font-weight:normal;
	color:#77207b;
	margin-top:25px;
	border-bottom:thin #afcad8 solid;
	width:610px;
	margin-bottom:15px;
}

.post p {
width:650px;
margin-bottom:15px;}

.post ul, .post ol {
margin-left:35px;
margin-bottom:10px;}

.post img {
margin:5px 10px;}

.post img.alignleft {
float:left;}

.post img.alignright {
float:right;}

#homebox {
width:620px;
background-image:url(images/bg_homebox.jpg);
background-position:top left;
background-repeat:no-repeat;
height:210px;
margin-bottom:15px;
border:1px solid white;}

#homebox h3 {
font-size:24px;
font-weight:normal;
margin-left:30px;
margin-top:21px;
margin-bottom:15px;
text-decoration:none;
border:none;
color:#034c23;
width:480px;}

#homebox p {
margin-left:130px;
width:470px;}

#homebox a {
background-color:#6dae8a;
color:#FFF;
padding:12px;
margin-right:20px;
background-image:url(images/bg_homeboxbtn.jpg);
background-repeat:repeat-x;
text-transform:uppercase;
font-size:13px;
letter-spacing:-.2px;}

#teacherbox {
float: right; 
width: 220px; 
background-color:#a8d5ea; 
padding:10px; 
margin-left:10px;
border:1px solid #7eb3cc;}

/* Begin Sidebar */
#sidebar {
	float:right;
	margin-top:20px;
	padding: 20px 0 10px 0;
	width: 290px;
	font-size:14px;
}
	
#sidebar ul li {
	list-style-type:none;
	margin-bottom:35px;
}	

#sidebar h3 {
	font-size:19px;
	line-height:21px;
	font-weight:normal;
	color:#77207b;
	margin-top:0px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;
	border-bottom:thin #afcad8 solid;
}
h4 {
	font-size:16px;
	margin-left:15px;
}

h5 {
	margin-left:15px;
}


#sidebar p {
	margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;
}

#sidebar p.dates {
	margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;
	line-height:20px;
}

#sidebar p.phone {
font-size:15px;
line-height:20px;
}

.alertbell {
	padding-top:10px;
	width:290px;
	padding-bottom:1px;
	background-color:#f81d1d;
	font-size:14px;}
	
li.alertbell img {
	float:left;
	margin-top:-20px;}	

li.alertbell h4 {
	text-transform:uppercase;
	color:#FFFFFF;
	margin-left:70px;}

#sidebar .alertbell p {
	color:#361f00;
	margin-left:70px;}	

/* End Sidebar */


#footer {
	background-image:url(images/bg_footer.png);
	width:930px;
	height:100px;
	padding-top:55px;
	padding-left:20px;
}

#footer p {
	color:#77207b;
	font-style:italic;
}
#footer li {
	display:inline;
	list-style-type:none;}

#footer a {
	font-size:11px;
	text-transform:uppercase;
	color:#055427;
	padding-right:15px;}


