/* 
	Theme Name: Alert Network
	Theme URL: http://www.christianacademyschools.org
	Description: A custom theme for Christian Academy School System.
	Author: Rob Hough
	Author URI: http://www.christianacademyschools.org
	Version: 0.1

	Changelog:
		v0.5 - 11.04.08
*/

* {
	margin: 0px; 
	padding: 0px;
	border: 0px;
}

html { 
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background: #FFF;
	color: #333;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
 	margin: 0px auto;
}

* h1 {
	font: normal 32px Georgia, "Times New Roman", Times, serif;
	color: #900028;
}

* h2 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #900028;
	margin-bottom: 20px;
}

* h3 {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	color: #900028;
}

* h4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333;
}

* p {
	line-height: 24px;
	margin: 12px;
}

.help {
	font-style: italic;
}

#content ul, #content ol {
	margin: 20px 40px 20px 0px;
}

#left ul, #left ol {
	margin: 20px 40px 20px 0px;
}

input, select {
	border: 1px solid #CCC;
	margin: 2px 2px 0px 0px;
}

/************************************************
*	HYPERLINKS				*
************************************************/

a, a:active, a:visited {
	color: #900028;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/************************************************
*	HEADER					*
************************************************/

#header {
	width: 820px;
	height: 113px;
	margin: 0px auto;
	overflow: hidden;
	margin-top: 10px;
}

#header_left {
	float: left;
	width: 400px;
	height: 113px;
	text-align: left;
}

#header_right {
	float: right;
	width: 400px;
	height: 113px;
	text-align: right;
}

/************************************************
*	IMAGES					*
************************************************/

.alignleft {
	display: inline;
	float: left;
	margin: 0px 10px 10px 0px;
}

.alignright {
	display: inline;
	float: right;
	margin: 0px 0px 10px 10px;
}

/************************************************
*	CONTENT 				* 
************************************************/

#content {
	width: 820px;
	margin: 20px auto;
	overflow: hidden;
}

#left {
	float: left;
	width: 520px;
}
	
blockquote{
	background: #EEE;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	margin: 15px 12px;
	padding: 0px 5px;
}

.byline {
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

.tagline {
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	margin: 10px 0px 50px 0px;
}
	
/************************************************
*	SIDEBAR					* 
************************************************/

#sidebar {
	float: right;
	width: 200px;
	display: inline;
	margin-left: 20px;
}

#sidebar h4 {
	line-height: 20px;
	border-bottom: 1px dotted #CCC;
}

#sidebar ul {
	list-style: none;
	margin-bottom: 20px;
}

#sidebar ul li {
	display: inline;
	line-height: 20px;
}

#sidebar ul li a {
	display: block;
	border-bottom: 1px dotted #CCC;
}

#sidebar #random img {
	padding: 4px;
	border: 1px dotted #CCC;
}
	
/************************************************
*	FOOTER					*
************************************************/

#footer {
	width: 820px;
	margin: 0px auto;
	text-align: left;
	border-top: 4px solid #900028;
}

/************************************************
*	SEARCH					*
************************************************/

#searchform {
	overflow: hidden;
	display: inline;

}
#s {
	background: #EEE;
	width: 160px;
	padding: 2px;
	border: 1px solid #CCC;
	display: inline;
}
#searchbutton {
	background: #EEE;
	border: 1px solid #CCC;

}