/*
* CSS for http://www.calvarylhs.com/
*/
/* student personal changes at bottom */
/* student personal changes at bottom */
/* student personal changes at bottom */
/* student personal changes at bottom */
/* student personal changes at bottom */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background:#fff url(img/bg.jpg);
	}
a:link {
	color: #933;
	}
a:visited {
	color: #600;
	}

/* layout */

#wrap {   /* for 2-column layout */
	width: 760px;
	\width: 780px;
	w\idth: 760px;
  top: 0;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	background:#fff url(img/wrap-bg.gif) repeat-y 70% 0;
  border-left: 1px solid #654;
  border-right: 1px solid #666;
/*
	min-width: 500px;
	max-width: 1400px;
	background: url(/img/wrap-bg.gif) repeat-y 70% 0;
*/
	}
#wrap1 {   /* for 1-column layout */
	width: 760px;
	\width: 780px;
	w\idth: 760px;
  top: 0;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	background:#fff url(img/wrap-bg.gif) repeat-y 0 0;
  border-left: 1px solid #654;
  border-right: 1px solid #666;
	}
#content {
	float: left;
	width: 70%;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
	}
#sidebar {
	float: right;
	width: 30%;
	}
#footer {
	clear: both;
	background: #321;
	}

#content1 {
	width: 100%;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
	padding: 15px;
}

/* gutters */

#content .gutter {
	padding: 25px;
/*	background: url(/img/content-bg.jpg) repeat-x top left; */
/*	background: url(/img/content-bg2.jpg) no-repeat top right; */
	}
#sidebar .gutter, #sidebar-2 .gutter {
	padding: 15px;
	}

/* header */

#header {
	background: #7a1313;
/*	border-bottom: 3px solid #7B1200; */
/*	background: #7a1313 url(/img/lion.jpg) no-repeat top right; */
/*	background: #9B3220 url(/img/lion.jpg) no-repeat top right; */
/*	min-height: 150px; */
	}
#header div {
/*	background: url(/img/logo.jpg) no-repeat top left; */
/*	min-height: 150px; */
	}
#header h1 {
	margin: 0;
	padding: 0;
	font-family: Lucida Calligraphy, Georgia, serif;
	font-size: 300%;
	color: #fff;
  text-align: center;
  height: 150px;
  text-indent: -5000px;
  background: url(img/title.jpg) no-repeat;
/*
	padding: 45px 0 25px 0;
	padding: 25px 0 0 0;
	font-size: 400%;
	color: #eb8270;
	background: url(/img/logo.jpg) no-repeat 0 50%;
 */
	}
#header h1 a {
  border-style: none;
  display: block;
  height: 150px;
  text-decoration: none;
	}
/*
#header h2 {
	margin: 0;
	padding: 0 0 25px 0;
	font-family: Lucida Calligraphy, Georgia, serif;
	font-size: 250%;
	color: #ddd;
  text-align: center;
	}
*/
	
/* Nav ----------------------------------------------------------------------------------- */
#nav { left:10px; font-size:100%; font-weight:bold; background:#321; padding:10px; }
#nav ul { display:inline; margin:0; padding:0; }
#nav ul li { display: inline; padding: 0 7px 0 7px; }
#nav ul li a { color:#b2b2b2; text-decoration: none; padding-bottom:5px; }
/* #nav ul li a { color:#cb6250; text-decoration: none; padding-bottom:5px; } */
#nav ul li a:hover { color:#eee; }
#nav hr { display:none; }

/* message row */

/*
#message {
	margin: 0;
	padding: 10px;
	font-size: 90%;
	color: #cb6250;
	text-align: center;
	background: #321;
	}
#message strong {
	padding: 0 0 0 28px;
	}
*/
	
/* content */

#content h2 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 170%;
/*	color: #663; */
	color: #9B3220;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	}

#content h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 120%;
	color: #663;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	}

#content dl {
	margin: 10px 5px;
	padding: 0;
}
#content dt {
  font-weight: bold;
}
#content dd {
	margin: 0;
	padding: 0 0 0 15px;
}
#content .subjects {
	color: blue;
  font-size:80%;
}

#content .faq dl {
	margin: 10px 5px;
	padding: 0;
}
#content .faq dt {
	margin-top: 10px;
  font-weight: bold;
}
#content .faq dd {
	margin-top: 10px;
	padding: 0 0 0 15px;
}


dl.feature {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-size: 140%;
	color: #693;
	}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url(/img/photo-frame.gif) no-repeat bottom right;
	}
dl.feature dd {
	margin-left: 169px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}
table {
  background:#eee;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-collapse: collapse;
}
th {
  background:#ddd;
}
th, td {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 2px 5px;
}
td { 
  font-size: 90%;
  text-align:center;
  white-space:nowrap;
}
table caption { display:none; }
#date { text-align:center; white-space:nowrap; }
#event {}
td.event { text-align:left; white-space:normal; }
td.activity { text-align:left; white-space:normal; }

.none table {}
.none tr {}
.none td {text-align:left;white-space:normal;}

#blogposts dl { margin: 0 0 0 1em; font-size: 100%; }
#blogposts dt { margin: 15px 0 0 0; font-weight: bold; font-size: 120%; }
#blogposts dd { margin: 0.2em 0 0 1em; }
#blogposts dt a { text-decoration:none; }
#blogposts span.rssdate { font-weight:bold; font-size:85%; }
#blogposts span.rssmore { font-weight:bold; font-size:85%; text-decoration:none; }


/* sidebars */

.box { 
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: #fff url(img/box-b.gif) no-repeat bottom right;
	}
.box h3 {
	margin: 0;
	padding: 12px;
	font-family: Georgia, serif;
	font-size: 130%;
	font-weight: bold;
	color: #9B3220;
	background: url(img/box-t.gif) no-repeat top left;
	}
.box p, .box ul {
	margin: 0;
	padding: 0 6px 0 3px;
	}
.box ul li {
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(img/li-bullet.gif) no-repeat 0 3px;
	}
.box .verse { }
.box .ref { text-align:right; font-weight:bold; }

/* footer */

#footer p {
	margin: 0;
	padding: 5px;
	font-size: 85%;
	color: #999;
  text-align: center;
	}

/* Teachers Styles ---------------------------------------------------------------------- */

.teachers { background:#fff; font-size: 100%; }
.teachers table { background:#fff; border:none; }
.teachers tr {}
.teachers td { text-align:left; white-space:normal; border:none; }
#content .teachers h3 { margin:0; color:#7a1314; font-weight:bold; font-size:150%; border:none; }


/* WordPress Styles ---------------------------------------------------------------------- */

#wp .storytitle {
	margin: 0;
}

#wp .storytitle a {
	text-decoration: none;
}

#wp h2 {
  white-space:nowrap; font-weight:bold; font-size:150%; line-height:normal; margin:0; border-bottom:1px dotted #333; margin-bottom:5px;
}

#wp img {
	border: 0;
}

#wp .storycontent {
	margin: 0;
  line-height:1.3em;
}

#wp .meta {
	font-size: 80%;
  font-face: arial, helvetica, sans-serif;
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

#wp .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
  text-decoration:none;
}

#wp .meta a:hover {
	color:#f80;
}

#wp .feedback {
	text-align: right;
}

#wp #commentform #author, #wp #commentform #email, #wp #commentform #url, #wp #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#wp #commentform textarea {
/*	width: 100%; */
}

#wp #commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#wp p.blognote { font-size:80%; }


/*  IE fixes */

#content, #sidebar {
	height: 1%;
	}

.feature { 
	display: inline-table; 
	}
/* Hides from IE/Mac \*/
* html .feature { 
	height: 1%; 
	}
.feature { 
	display: block; 
	}
#footer {
	height: 1%;
	}
/* End hide from IE/Mac */
/* student personal changes */

.notbeingused {
	color: black;
}

#kelliepicfloatr {
	float:	right;
	padding-left:	10px;
	padding-top: 5px;
}

#kelliepicfloatl {
	float:	left;
	padding-right:	10px;
	padding-top: 5px;
} 

