﻿/* 
	Theme Name: DP - Allison Pedersen
	Theme URL: http://www.christianacademyschools.org
	Description: A custom theme featuring student digital photography.
	Author: Rob Hough
	Author URI: http://www.christianacademyschools.org
	Version: 1.0
*/
* {
	margin: 0px; 
	padding: 0px;
	border: 0px;
}
html { 
	min-height: 100%;
	margin-bottom: 1px;
}
body {	
	background: #FFF url(images/bg.png);
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #333;
	margin-top: 20px;
	margin-bottom: 20px;
}
#wrap {
	background: #FFF;
	width: 960px;
	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 11px verdana, arial, helvetica, sans-serif;
}
* p {
	font: normal 11px verdana, arial, helvetica, sans-serif; 
	line-height: 18px;
	margin: 12px;
}
blockquote{
	background: #EEE;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	margin: 15px 12px;
	padding: 0px 5px;
}
.byline {
	font: normal 11px verdana, arial, helvetica, sans-serif; 
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	line-height: 18px;
	margin: 10px;
}
.tagline {
	font: normal 11px verdana, arial, helvetica, sans-serif; 
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	line-height: 18px;
	margin: 10px;
}
#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 					*
************************************************/
#topbar {
	width: 960px;
	height: 4px;
	background: #900028;
	margin: 0px auto;
	clear: both;
}
#header {
	width: 960px;
	margin: 0px auto;
}
#header-l {
	float: left;
	width: 520px;
	height: 120px;
	margin: 0px 20px;
}
#header-r {
	float: right;
	width: 300px;
	height: 120px;
	text-align: right;
	margin: 0px 20px;
}
/************************************************
*	NAVIGATION  				*
************************************************/
#menu {
	width: 920px;
	height: 24px;
	text-align: left;
	font: normal 11px verdana, arial, helvetica, sans-serif; 
	background: url(images/menu.jpg) repeat-x;
	border: 1px solid #CCC;
	margin: 0px auto;
	clear: both;
}
#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;
}
/************************************************
*	CONTENT 				* 
************************************************/
#content {
	width: 960px;
}
/************************************************
*	HOME PAGE				*
************************************************/
#left_home {
	float: left;
	width: 420px;
	margin: 10px 20px;
}
#sidebar_home {
	float: right;
	width: 452px;
	display: inline;
	margin: 10px 20px;
}
#left {
	float: left;
	width: 560px;
	margin: 10px 20px;
}
#sidebar {
	float: right;
	width: 300px;
	display: inline;
	margin: 10px 20px;
}
#sidebar h4 {
	display: block;
	text-transform: uppercase;
	padding: 5px 0px;
	border-bottom: 1px dotted #333;
}
#sidebar ul {
	list-style: none;
	margin-bottom: 20px;
}
#sidebar ul li {
	display: inline;
}
#sidebar ul li a {
	display: block;
	text-decoration: none;
	padding: 5px 0px;
	border-bottom: 1px dotted #333;
}
#sidebar ul li a:hover {
	background: #EEE;
}
#calendar {
	margin-bottom: 20px;
}
/************************************************
*	PHOTOS					*
************************************************/
#frame {
	margin: 9px 0px 0px 9px;
}
#photo {
	float: right;
	width: 450px;
	height: 306px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
#credit {
	background: #EEE;
	border: 1px solid #CCC;
}
#credit p {
	margin: 10px;
}
/************************************************
*	RECENT POSTS				*
************************************************/
.recent h4 {	
	background: #EEE;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	line-height: 18px;
}
.recent ul {
	list-style-type: none;
	margin-bottom: 10px;
}
.recent ul li {
	background: #FFF url(images/icon_posts.gif) no-repeat top left;
	border-bottom: 1px dotted #CCC;
	padding-left: 20px;
	line-height: 18px;
}
/************************************************
*	FOOTER					*
************************************************/
#footer {
	width: 960px;
	background: #000;
	color: #FFF;
	margin: 0px auto;
	text-align: left;
	border-top: 4px solid #900028;
}
#footer h4 {
	color: #FFF;
	border-bottom: 2px solid #333;
	text-transform: uppercase;
	padding-bottom: 2px;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 5px 0px;
	border-bottom: 1px solid #333;
}
#footer ul li a:hover {
	background: #2A2A2A;
	color: #FFF;
}
#footer-1 {
	float: left;
	width: 160px;
	margin: 20px;
}
#footer-2 {
	float: left;
	width: 160px;
	margin: 20px;
}
#footer-3 {
	float: left;
	width: 160px;
	margin: 20px;
}
#footer-4 {
	float: right;
	width: 300px;
	margin: 20px;
}
/************************************************
*	SEARCH  				*
************************************************/
#search {
	float: right;
	text-align: right;
	width: 300px;
	margin-top: 40px;
}
#s {
	float: right;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	width: 300px;
	border: 1px dotted #CCC;
}