@import "calendar.css";

/* 
	CSS: Christian Academy
	Author: Rob Hough

	Version:
		v0.9 - 06/21/2010
*/

* {
	margin: 0px; 
	padding: 0px;
	border: 0px;
}
html { 
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	background: #fff url(/_img/bg.jpg) repeat-x;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333;
}

/* HYPERLINKS */

a, a:active  {
	color: #294d7d;
}
a:visited, a:hover {
	color: #eb2824;
}
#header a,
#footer a,
#copyright a {
	color: #c3d9ff;
}
#header-top a {
	color: #333;
}
#header-top a.red {
	color: #eb2824;
}

/* HEADERS */

* h1 { 
	font: normal 19px Georgia, Times, serif;
	line-height: 40px;
	margin: 10px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	text-indent: 12px;
}
* h2 {
	font: normal 18px Georgia, Times, serif;
	line-height: 36px;
	margin: 10px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	text-indent: 12px;
}
* h3 {
	font: normal 17px Georgia, Times, serif;
	line-height: 32px;
	margin: 10px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	text-indent: 12px;
}
* h4 {
	font: normal 16px Georgia, Times, serif;
	text-indent: 12px;
}

/*  IMAGES  */

img.border {
	padding: 4px;
	border: 1px dotted #ccc;
}
img.headshot {
	float: left;
	padding: 4px;
	border: 1px dotted #ccc;
	margin: 0 10px 10px 0;
}

/*  IUMAGE ROTATOR  */

#rotate {
	border-bottom: 4px solid #294d7d;
	margin-bottom: 4px;
	width: 480px;
	height: 200px;
	
}

/*  NEWS ARTICLES  */

#news-features {
	margin: 20px 0;
	clear: both;
	width: 100%;
}
#news-headlines {
	margin: 20px 0;
	clear: both;
	width: 100%;
}
#news-headlines h4 {
	font: normal 12px Georgia, Times, serif;
	text-indent: 12px;
}
#news-archives {
	margin: 20px 0;
	clear: both;
	width: 100%;
}


.article {
	margin: 20px 0;
	clear: both;
	width: 100%;
}
.archives {
	margin: 20px 0;
	clear: both;
	width: 100%;
}

.news-head {
	width: 480px;
	height: 36px;
}

.news-title {
	float: left;
	width: 430px;
	height: 36px;
}

.news-feeds {
	float: right;
	width: 50px;
	height: 36px;
	text-align: right;
}

.news-feeds img {
	margin-top: 14px;
}


/*  H4 SETUP  */

h4.home,
h4.help,
h4.events,
h4.destinations,
h4.docs,
h4.k12,
h4.preschool,
h4.handbooks,
h4.info,
h4.top-stories,
h4.top-headlines,
h4.newsletters,
h4.news,
h4.bulletins,
h4.links,
h4.pages,
h4.photos,
h4.videos,
h4.contacts {
	display: block;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	line-height: 32px;
}

/*  H4 CLASSES  */

h4.home {
	background: url(/_img/headers/home.gif) no-repeat right;
}
h4.help {
	background: url(/_img/headers/help.gif) no-repeat right;
}
h4.events {
	background: url(/_img/headers/events.gif) no-repeat right;
}
h4.destinations {
	background: url(/_img/headers/destinations.gif) no-repeat right;
}
h4.docs {
	background: url(/_img/headers/documents.gif) no-repeat right;
}
h4.k12 {
	background: url(/_img/headers/k-12.gif) no-repeat right;
}
h4.preschool {
	background: url(/_img/headers/preschool.gif) no-repeat right;
}
h4.handbooks {
	background: url(/_img/headers/handbooks.gif) no-repeat right;
}
h4.info {
	background: url(/_img/headers/info.gif) no-repeat right;
}
h4.newsletters {
	background: url(/_img/headers/newsletters.gif) no-repeat right;
}
h4.news {
	background: url(/_img/headers/news.gif) no-repeat right;
}
h4.bulletins {
	background: url(/_img/headers/bulletins.gif) no-repeat right;
}
h4.links {
	background: url(/_img/headers/links.gif) no-repeat right;
}
h4.photos {
	background: url(/_img/headers/photos.gif) no-repeat right;
}
h4.videos {
	background: url(/_img/headers/videos.gif) no-repeat right;
}
h4.contacts {
	background: url(/_img/headers/contacts.gif) no-repeat right;
}

/* HEADER */

#header {
	width: 1000px;
	height: 214px;
	margin: 0px auto;
}
#header-top {
	width: 1000px;
	height: 36px;
	clear: both;
}
#header-top-left {
	float: left;
	width: 740px;
	height: 36px;
	text-align: right;
	line-height: 36px;
}
#header-top-right {
	float: right;
	width: 260px;
	height: 36px;
	text-align: right;
	line-height: 36px;
}
#header-bottom {
	width: 1000px;
	height: 178px;
}
#header-bottom-left {
	float: left;
	width: 128px;
	height: 178px;
}
#header-bottom-right{
	float: right;
	width: 872px;
	height: 178px;
	text-align: right;
	background: url(/_img/banner-ss.jpg) top left no-repeat;
}


/* SEARCH */

#search {
	float: right;
	width: 260px;
	height: 36px;
	text-align: right;
	line-height: 36px;
}
#search .field {
	vertical-align: middle;
}
#search .button {
	height: 24px;
	width: 24px;
	vertical-align: middle;
}
input.googleForm {
	border: 1px solid #ccc;
}
input.googleButton {
	border: 1px solid #ccc;
}




#subnav {
	float: right;
	width: 640px;
	height: 36px;
	text-align: right;
	color: #f7f7f7;
	line-height: 36px;
}


/* CONTENT */

#content {
	width: 1000px;
	margin: 0 auto;
}
#menubar {
	width: 194px;
	float: left;
	margin-right: 10px;
	background: #fff url(/_img/bg-boxtop.png) repeat-x;
	padding: 10px;
	border: 1px dotted #ccc;
}
#newsbar {
	width: 480px;
	float: left;
	background: #fff url(/_img/bg-boxtop.png) repeat-x;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px dotted #ccc;
}
#news-wide {
	width: 740px;
	float: right;
	background: #fff url(/_img/bg-boxtop.png) repeat-x;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px dotted #ccc;
}
#newsbar p,
#news-wide p {
	margin: 12px;
	line-height: 18px;
}
#newsbar ul,
#newsbar ol {
	margin: 12px 0 12px 32px;
	line-height: 18px;
}
#newsbar p.img {
	margin: 0px;
}
#newsbar .article img {
	float: left;
	margin: 12px 10px 12px 12px;
	border: 1px dotted #ccc;
	padding: 4px;
}
#sidebar {
	float: right;
	width: 240px;
	background: #fff url(/_img/bg-boxtop.png) repeat-x;
	padding: 10px;
	border: 1px dotted #ccc;
}

#sidebar ul {
	list-style-type: none;
	margin-bottom: 20px;
}
#sidebar ul.list li {
	background: url(/_img/icon-list.gif) no-repeat;
	list-style-type: none;
}
#sidebar ul.docs li {
	background: url(/_img/icon-docs.gif) no-repeat;
	list-style-type: none;
}
#sidebar li a {
	display: block;
	width: 100%;
	line-height: 16px;
	text-indent: 24px;
	margin: 8px 0px;
}

/* FOOTER */

#footer-wrap {
	background: #141414;
	padding: 20px 0;
	clear: both;
}
#footer {
	width: 1000px;
	margin: 0px auto;
	color: #F7F7F7;
}

#footer-contact {
	width: 1000px;
	height: 36px;
	margin: 10px auto;
	clear: both;
}
#footer-contact-left {
	float: left;
	width: 188px;
	height: 36px;
}
#footer-contact-right {
	float: right;
	width: 800px;
	height: 36px;
	text-align: right;
	margin-bottom: 20px;
}

#footer-top {
	width: 1000px;
}
#footer-bottom {
	width: 1000px;
	padding: 30px 0;
	clear: both;
}
.footer-address {
	float: left;
	width: 240px;
}

#footer-social {
	float: left;
	width: 180px;
}
#footer-nav {
	float: right;
	width: 720px;
}
#footer-nav ul {
	list-style-type: none;
}
#footer-nav li {
	display: inline;
	list-style-type: none;
}
#footer-nav ul li a {
	text-decoration: none;
	padding: 0px 16px;
}
#footer-nav ul li a:active, #footer-nav ul li a:hover {
	text-decoration: underline;
}

/* COPYRIGHT */

#copyright-wrap {
	background: #000;
}
#copyright {
	width: 1000px;
	height: 48px;
	margin: 0px auto;
	line-height: 48px;
	color: #F7F7F7;
}
#copyright-left {
	float: left;
	width: 460px;
	text-align: left;
}
#copyright-right {
	float: right;
	width: 460px;
	text-align: right;
}


/* SOCIALTWIST */

.socialtwist {
	margin: 20px 0 20px 12px;
}


#nav {
   list-style: none;
   clear: left;
   padding: 0 0px 10px 0px;
}
#nav li {
   border-bottom: 1px solid #eaeaea;
}
#nav li a {
   display: block;
   color: #182329;
   text-decoration: none;
   padding: 4px;
}
#nav li a:hover, #nav li.current a {
   background: #eb2824;
   color: #fff;
}
#nav li ul {
   display: none;
}

/* 2nd level formatting */
#nav li ul { /*hides 2nd level */
   display: none;
}
#nav li.current ul { /*reveals 2nd level */
   display: block;
   margin-left: 4px;
   list-style-type: none;
}
#nav li.current ul li a {
   color: #182329;
   background: #F7F7F7;
}
#nav li.current ul li.current a,
#nav li.current ul li a:hover {
   background: #eb2824;
   color: #fff;
}

/* 3rd level formatting */
#nav li.current ul li ul { /* hides 3rd level */
   display: none;
}
#nav li.current ul li.current ul {
   display: block;
   margin-left: 4px;
   list-style-type: none;
}
#nav li.current ul li.current ul li a {
   color: #182329;
   background: #F7F7F7;
}
#nav li.current ul li.current ul li.current a,
#nav li.current ul li.current ul li a:hover {
   background: #eb2824;
   color: #fff;
}







/*  FLICKR  */

#flickr {
	width: 100%;
}
#flickr a img {
	float: left;
	margin: 4px;
	background: #fff;
	border: 1px dotted #ccc;
	padding: 3px;
	width: 62px;
	height: 62px;
}