/*  
Theme Name: Calvary Chapel
Theme URI: http://ccseattle.org/
Description: The default theme for the Calvary Chapel web site.
Version: 1
Author: Harry Love
Author URI: http://loveoirs.com/

*/

* {
margin: 0;
padding: 0;
}

a {
	color: #369;
}

a:hover {
	text-decoration: underline;
}

a:link img, a:visited img, a:hover img, a:active img {
	border: 0;
	text-decoration: none;
}

abbr, accr, acronym {
	border-bottom: 1px dashed #999;
	cursor: help;
	text-decoration: none;
}

blockquote {
	background: #eee;
	border-left: 1px solid #ccc !important;
	font-size: 0.85em;
	margin: 2em;
	padding-left: 1em;
}

body {
	background: #fff;
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
    line-height: 1.5;
}

html>body {
	font-size: 16px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

code {
	font-family: "Courier New", Courier, mono;
	font-size: 1.1em;
	font-weight: normal;
}

#content {
        clear: left;
        font-size: 0.9em;
        line-height: 1.5;
	margin-right: 20em;
}

.credit {
	font-size: 0.85em;
	margin-top: 1em;
}

.description {
	position: absolute;
	top: -5000px;
	left: -5000px;
}

#footer {
	clear: both;
	color: #000;
        font-size: 0.7em;
	margin-right: auto;
	margin-left: auto;
	padding: 1em;
        padding-bottom: 0;
	width: 800px;
}

#footer p {
        margin-bottom: 0;
}

#footer ul {
	display: inline;
}

#footer ul li {
	display: inline;
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
	
}

h1 {
	clear: left;
	color: #666;
	font-size: 1.8em;
	margin-top: 0.5em;
}

h1 a {
	color: #666;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
	border-bottom: 0.25em solid #eee;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	margin-top: 0.5em;
	margin-bottom: 0.8em;
	text-transform: uppercase;
}

h2 a {
	color: #666;
	text-decoration: none;
}

h2 a:hover {
	color: #369;
}

h3 {
	font-size: 1.3em;
}

h3 a {
	color: #000;
	text-decoration: none;
}

h3 a:hover {
	color: #369;
}

.header {
	background: #333 url("images/CC-WeB-home.jpg") no-repeat;
	border: 1px solid #666;
	color: #fff;
	font-family: "Officina Sans Bold", Arial, sans-serif;
	height: 185px;
	padding: 0.5em;
	text-align: right;
}

#body_home #menu ul .link_home a,
#body_about-us #menu ul .link_about-us a,
#body_communication #menu ul .link_communication a,
#body_events #menu ul .link_events a,
#body_ministries #menu ul .link_ministries a,
#body_resources #menu ul .link_resources a,
#body_sermons #menu ul .link_sermons a
 {
	border-bottom: 2px solid #ccc;
}

#body_home .header {
	background: #333 url("images/CC-WeB-home.jpg") no-repeat;
}

#body_about-us .header {
	background: #333 url("images/CC-WeB-about.jpg") no-repeat;
}

#body_about-us .header#header_elders {
	background: #333 url("images/CC-WeB-elders.jpg") no-repeat;
}

#body_about-us .header#header_pastors {
	background: #333 url("images/CC-WeB-pastors.jpg") no-repeat;
}

#body_communication .header {
	background: #333 url("images/CC-WeB-contact.jpg") no-repeat;
}

#body_communication .header#header_bulletins {
	background: #333 url("images/CC-WeB-bulletin.jpg") no-repeat;
}

#body_events .header {
	background: #333 url("images/CC-WeB-events.jpg") no-repeat;
}

#body_events .header#header_calendar {
	background: #333 url("images/CC-WeB-calendar.jpg") no-repeat;
}

#body_events .header#header_photos {
	background: #333 url("images/CC-WeB-photos.jpg") no-repeat;
}

#body_ministries .header {
	background: #333 url("images/CC-WeB-ministries.jpg") no-repeat;
}

#body_ministries .header#header_children {
	background: #333 url("images/CC-WeB-children.jpg") no-repeat;
}

#body_ministries .header#header_core-groups {
	background: #333 url("images/CC-WeB-cores.jpg") no-repeat;
}

#body_ministries .header#header_cchelps {
	background: #333 url("images/CC-WeB-cchelps.jpg") no-repeat;
}

#body_ministries .header#header_missions {
	background: #333 url("images/CC-WeB-missions.jpg") no-repeat;
}

#body_ministries .header#header_prayer {
	background: #333 url("images/CC-WeB-prayer.jpg") no-repeat;
}

#body_ministries .header#header_worship {
	background: #333 url("images/CC-WeB-worship.jpg") no-repeat;
}

#body_ministries .header#header_youth {
	background: #333 url("images/CC-WeB-youth.jpg") no-repeat;
}

#body_resources .header {
	background: #333 url("images/CC-WeB-resources.jpg") no-repeat;
}

#body_sermons .header {
	background: #333 url("images/CC-WeB-sermons.jpg") no-repeat;
}

img.right {
  float: right;
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.left {
  float: left;
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

kbd {
	font-family: "Courier New", Courier, mono;
	font-size: 1.1em;
	font-weight: normal;
}

.link_cat_feed {
    margin-top: 2em;
}

#menu {
	clear: both;
	font-size: 0.8em;
}

#menu ul {
	float: left;
	margin-left: 0;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 1em;
}

#menu ul li {
	display: inline;
	list-style-type: none;
	padding-right: 1em;
}

#menu ul li a {
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

.meridiem {
	font-size: 0.8em;
}

p {
	margin-bottom: 1.5em;
}

.photo {
	border: 2px solid #eee;
	display: block;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	padding: 1em;
	text-align: center;
}

.post {
    font-size: 0.85em;
	line-height: 1.5;	
    margin-top: 1em;
	margin-bottom: 3em;
}

#rap {
	background: #fff;
	border-top: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	padding: 0.8em;
	text-align: left;
	width: 800px;
}

samp {
	font-family: "Courier New", Courier, mono;
	font-size: 1.1em;
	font-weight: normal;
}

#searchform {
	float: right;
	padding-top: 0.5em;
}

#searchform label {
	display: inline;
}

.sitename {
    position: absolute;
	top: -5000px;
	left: -5000px;
}

.submenu {
	clear: right;
	float: right;
    font-size: 0.8em;
	margin: 2em 0 0 2em;
    width: 20em;
}

div>div.submenu {
	margin-top: 0.5em;
}

.submenu p {
	font-size: 0.8em;
    margin: 2em 0 2em 2em;
}

.submenu ul {
	list-style: none;
    margin: 2em 0 2em 2em;
}

.submenu ul li {
    font-size: 0.8em;
    line-height: 1.5;
}

.submenu ul ul {
    color: #ccc;
	list-style: inside;
        
}

.submenu ul ul li {
    font-size: 1.2em;
}

.submenu ul.children {
    font-size: .9em;
    margin: 0 0 0 2em;
}

ul {
	margin-left: 2em;
}

/* Deprecated.
#annual-report ul .link_annual-report,
#bulletins ul .link_bulletins,
#calendar ul .link_calendar,
#cchelps ul .link_cchelps,
#characters ul .link_characters,
#children ul .link_children,
#church-documents ul .link_church-documents,
#cores ul .link_cores,
#elders ul .link_elders,
#hospitality ul .link_hospitality,
#missions ul .link_missions,
#newsletters ul .link_newsletters,
#pastors ul .link_pastors,
#pastors-letter ul .link_pastors-letter,
#photos ul .link_photos,
#prayer ul .link_prayer,
#seminars ul .link_seminars,
#worship ul .link_worship,
#youth ul .link_youth
{
	color: #333;
	list-style-color: #333;
}*/

