﻿/* 
	Theme Name: Basics
	Theme URL: http://www.christianacademywebs.org
	Description: A custom theme for Christian Academy.
	Author: Rob Hough
	Author URI: http://www.christianacademywebs.org
	Version: 1.0
*/
* {
	margin: 0px; 
	padding: 0px;
	border: 0px;
}
html { 
	min-height: 100%;
	margin-bottom: 1px;
}
body {	
	background: #FFF;
	font: normal 12px arial, verdana, helvetica, sans-serif;
	color: #333;
}
#wrap {
	background: #FFF;
	width: 920px;
	margin: 0px auto;
}
* h1 {
	font: normal 24px georgia, times, 'times new roman', serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}
* h2 {
	font: normal 20px georgia, times, 'times new roman', serif;
}
* h3 {
	font: normal 16px georgia, times, 'times new roman', serif;
}
* h4 {
	font: bold 12px arial, verdana, helvetica, sans-serif;
}
* p {
	font: normal 12px arial, verdana, helvetica, sans-serif; 
	margin: 8px;
}
.byline {
	font: normal 12px arial, verdana, helvetica, sans-serif; 
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
.tagline {
	font: normal 12px arial, verdana, helvetica, sans-serif; 
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
#left ul, #left ol {
	margin-left: 60px;
}
#left img {
	margin-left: 12px;
}
/************************************************
*	HYPERLINKS							*
************************************************/
a, a:active, a:visited, a:hover {
	color: #900028;
	text-decoration: none;
}
/************************************************
*	HEADER  									*
************************************************/
#header {
	background: #FFF url(images/logo.jpg) no-repeat;
	width: 920px;
	height: 120px;
	margin: 0px auto;
}
#header-left {
	float: left;
	background: #FFF url(images/logo.jpg) no-repeat;
	width: 500px;
	height: 120px;
}
#header-right {
	float: right;
	background: #FFF;
	width: 420px;
	height: 120px;
}
/************************************************
*	NAVIGATION     								*
************************************************/
#menu {
	float: left;
	text-align: left;
	font: normal 12px arial, verdana, helvetica, sans-serif; 
	width: 918px;
	height: 22px;
	clear: both;
	background: url(images/menu.jpg) repeat-x;
	border: 1px solid #CCC;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	display: inline;
	list-style-type: none;
	border-right: 1px solid #000;
	line-height: 24px;
}
#menu ul li a {
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 16px;
	color: #000;
}
#menu ul li a:active, #menu ul li a:hover {
	text-decoration: underline;
}
/************************************************
*	BUFFER  									*
************************************************/
#buffer {
	float: left;
	background: #FFF;
	width: 920px;
	height: 10px;
	margin: 0px auto;
}
/************************************************
*	CONTENT 					     		    * 
************************************************/
#content {
	width: 920px;
}
#left {
	float: left;
	width: 540px;
	display: inline;
}
#right {
	float: right;
	width: 300px;
	display: inline;
}
/************************************************
*	LISTS							*
************************************************/
.pages h4,
.categories h4,
.posts h4,
.features h4,
.archives h4,
.tags h4,
.meta h4,
.links h4 {	
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	background: #EEE;
	line-height: 18px;
}
.pages ul,
.categories ul,
.posts ul,
.features h4,
.archives ul,
.tags ul,
.meta ul,
.links ul {
	list-style-type: none;
	margin-bottom: 16px;
}
.pages ul li {
	background: #FFF url(images/icon_pages.gif) no-repeat top left;
	padding-left: 20px;
	line-height: 18px;
	border-bottom: 1px dotted #CCC;
}
.categories ul li {
	background: #FFF url(images/icon_categories.gif) no-repeat top left;
	padding-left: 20px;
	line-height: 18px;
	border-bottom: 1px dotted #CCC;
}
.posts ul li {
	background: #FFF url(images/icon_posts.gif) no-repeat top left;
	padding-left: 20px;
	line-height: 18px;
	border-bottom: 1px dotted #CCC;
}
.features ul li {
	background: #FFF url(images/icon_posts.gif) no-repeat top left;
	padding-left: 20px;
	line-height: 18px;
	border-bottom: 1px dotted #CCC;
}
.archives ul li {
	background: #FFF url(images/icon_archives.gif) no-repeat top left;
	padding-left: 20px;
	line-height: 18px;
	border-bottom: 1px dotted #CCC;
}
.tags ul li {
	background: #FFF url(images/icon_tags.gif) no-repeat top left;
	padding-left: 20px;
	line-height: 18px;
	border-bottom: 1px dotted #CCC;
}
.links ul li {
	background: #FFF url(images/icon_links.gif) no-repeat top left;
	padding-left: 20px;
	line-height: 18px;
	border-bottom: 1px dotted #CCC;
}
.meta ul li {
	background: #FFF url(images/icon_meta.gif) no-repeat top left;
	padding-left: 20px;
	line-height: 18px;
	border-bottom: 1px dotted #CCC;
}

/************************************************
*	FOOTER  									*
************************************************/
#footer {
	width: 920px;
	text-align: left;
	border-top: 1px dotted #CCC;
	margin: 20px auto;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	display: inline;
	line-height: 18px;
}
#footer p {
	font: normal 12px arial, verdana, helvetica, sans-serif;
}

/************************************************
*	SEARCH  									*
************************************************/
#search {
	float: right;
	width: 300px;
	margin-top: 20px;
}
#s {
	width: 280px;
	border: 1px dotted #CCC;
}