﻿/* CSS document for http://www.applebychurch.ca
name:       fwrc.css
created:	2008-02-26
revision:	2008-02-26 

AUC fixed width, right side column, equal height, layout

background colours
   #body:		#aaa
   #page:	 	#fff
   #top:		#5e4f31
   #main-menu:	#466530
   .sidebar:	#        -column2 colour
   .sidebar .col1pos #   -column1 colour
   #footer:		#466530

text colours
   #page:	#404040
   
Vertical spacing: 18px 

background: #fff url('gridbg.gif');  use to align to 18px vertical baseline  
-----------------------------------------------------------------------*/

/* -- global settings ------------------------------------------------*/
body,html {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,p,blockquote {
   margin:0;
   padding:0;
   font-size:100%;
   font-weight:normal;
}
body {    
   font:normal 62.5%/1.5 "lucida grande",sans-serif; /* base font about 10px ; base line height 1.5 (18px)*/
   background: #ccb486 url(../img/beigebg.gif) repeat-y center;   
}
ol {
	list-style:outside decimal; 
}
ul {
	list-style:outside disc; 
}
img {
	border:none;
}

/* -- fonts ----------------------------------------------------------*/
p {
	font-size:1.2em;	
	margin-bottom:1.5em;
}
h1,h2,h3,h4,h5,h6 {
	font-family:georgia,serif;
	color:#466530;
}
h1 {
	font-size: 2.4em;
	margin-bottom:0.75em;
}
h2 {
	font-size:1.8em;	
	margin-bottom:0.5em;	
}
h3 {
	font-size:1.6em;
	margin-bottom:0.66667em;
	font-weight:bold;
}
h4,h5,h6 {
	font-size:1.4em;
	padding-top: 0.5357em;
	padding-bottom:0.5357em;
	font-weight:bold;
}
blockquote {
	color:#ff5c0f;
	font-family:georgia,serif;
	font-size:1.6em;
	line-height:1.5;
	letter-spacing:0.011em;	
	background-color:#f0eec4;
	border:1px solid #e0ceb4;
	margin:0 10px 10px 10px;
	padding:9px 10px 0 10px;
}
blockquote p {
	color:#876e4f;
	font-family:arial,sans-serif;
	font-size:0.7em;
	letter-spacing:normal;	
	text-align:right;
	margin:8px 0 11px 0;
}
/* -- page wrapper ----------------------------------------------------*/
#page {					 
   width:760px;			 /* page width */   
   margin:0 auto;        /* center page */   
   /*background: #fff url('gridbg.gif'); */  
   color:#404040;   
}

/* -- top section ----------------------------------------------------*/
#top {
   border-bottom:5px solid #fff;      
}
#top img {
   vertical-align:bottom;
}

#top .logo {
	float:left;
	height:1%;
}
#top a.logo,#top h1.logo{	
	width:260px;
	height:30px;
	overflow:hidden;
	display:block;
	padding-bottom:10px;
	margin:10px 0 4px 0;
}
#top h1.logo a {
	display:block;
	width:100%;
	/*text-indent:-9999px; */
	height:100%;	
	background-color:#fff;
}
.topbar {
	float:right;
	background-color:#fff;
	font-size:1.45em;
	color:#404040;
	border-bottom:5px solid #fff;			
}

.topbar a:hover {
	color:#FF5C0f;
}

/* -- main menu section ----------------------------------------------------*/
#main_menu{
	background: #466530;
}
#main_menu ul {
clear:both;
	margin: 0;
	padding:0;
}
#main_menu ul li
{
display: inline;
line-height: 36px;
padding-left: 3px;
}
#main_menu ul li.first
{
border-left: 0;
}

#main_menu ul li a
{
padding: 4px 12px 4px 12px;
font-size: 12px;
color: #fff;
font-weight: bold;
}

#main_menu ul li a:hover
{
background: #fff url(../img/a18.gif) repeat-x top;
color: #3D3533;
text-decoration: none;
}

/* -- content wrapper ------ */
#main {
	position:relative;		/* fixes IE6/7 overflow hidden bug and stops the layout jumping out of place */
	width:100%;	    		/* col1 + col2 */
	overflow:hidden;	    /* chop off any overhangs */	
}

/* -- column  position settings (right) ----- */
/* sidebar=200px,  verical column gutters=10px */
.sidebar .col1pos {
	position:relative;
	float:left;				/* force  it to contain floats in container (required by firefox) */ 				
	margin-left:-200px;		/* width of sidebar */
	width:200%;
	right:100%;
	background-color:#fff;
}

.sidebar .col1wrap {
	position:relative;
	float:left;
	width:50%;
	left:50%;	
}
#col1 {
	/* for reference: margin-top:10px;   push things down to line up with base line */
	margin: 14px 10px 0 200px;	/* sidebar width + right gutter  */
	overflow:hidden;
}
#col2 {
	position:relative;
	float:right;
	width:180px;  /* width = sidebar - (left gutter + right gutter)  no gutter used*/
	left:190px;   /* subtract right gutter from col2 width (col2 width=200px)*/
}

/* -- sidebar section ----- */
.sidebar {
	background-color:#D3E8C6;
}

/* -- col1 section ----- */
/*  NOT REQUIRED For reference only (#col1 margin statement already applied) 
#col1 {
	margin-top:10px;    push things down to line up with base line?
}*/

/* -- col2 section  (style sidebar elements here)----- */
#col2 {
	margin-top:10px;   /* push things down to line up with base line*/  	
}
#col2 h2 {
	background-color:#466530;
	padding:5px 0 5px 10px;
	margin-bottom:0;	
	color:#fff;
	letter-spacing:0.08em;
	height: 1%;	      /* ie display bug*/
}
#col2 a {
 	display:block;	
	/*border-bottom:1px #466530 dashed;*/
	background: url(../img/line_dotted.gif) repeat-x bottom;/* Horizontal dotted line */	
	line-height:2.6em;
	padding-left:5px;
	color:#466530;
	background-color:#D3E8C6;
	font-size:1.2em;
	letter-spacing:0.12em;
	font-weight:bold;	
	text-decoration:none;
	height:1%;        /* ie display bug*/	
}

#col2 a:hover,
#col2 a:focus {
	color:#ff5c0f;
	background-color:#d6f5c0;
}

.list_menu {	
    margin-bottom:18px;           		
}
.list_menu ul {
    list-style:none;	
	margin:0;
	padding:0;
	height:1%;     	 /* ie display bug */	
}
*html .list_menu ul{	/* ie display bug */
margin-left:-20px;
width:200px;	
}
*html #col2 .list_menu ul li a{
	margin-left:20px;	
}

/* -- footer section ------*/
#footer {
	clear:both;
	background:#466530;
	border-top:1px solid #000;
}
#footer p {
	padding:10px;
	color:#fff;
    margin-bottom:0;
}
/*for staff/contact page */
.directory {
	margin-bottom:0;
	padding-top:5px;
	padding-bottom:10px;
	background: url(../img/line_dotted.gif) repeat-x bottom;/* Horizontal dotted line */			
	/* border-bottom:1px dotted #466530 ; */
	font-size:1.5em;
	line-height:1.15;	
}
.directory span{
	color:#466530;
	font-size:1.05em;
	font-weight:bold;
}
.directory em{
	color:#ff5c0f;
	font-size:1.05em;
	font-family:georgia,serif;
}
.hidedivider {
	border-bottom:0;
}

a, a:visited{
	color:#404040;	
}
#col1 h1{
	border-bottom:4px solid #466530;
}
*html #col1 h1{  /*ie bug fix - giving some height */
	height:32px;	
}

/*for directions page*/
iframe{
display:block;
border:0;
margin:0 auto;
overflow:hidden;
}

iframe.map{
width:520px;
height:350px;
border: 1px solid #222;
background-color: #fff;
padding:5px;
}

/* for worship page */
#col1 img {
 	margin: 0 10px 0 0;
    padding:3px; 
	border:1px solid #111;
}

.bolder{
	color:#404040;
	font-family:verdana,serif;
	font-weight:bolder;	
}

/* for news page */
.post {
	background: url(../img/line_dotted.gif) repeat-x bottom;/* Horizontal dotted line */
	padding-bottom:5px;
}
.post h2 {
	font-weight:bolder;
}
#col1 .post span a{
	font-size:1.4em;
	line-height:1.0;
	color:#ff5c0f;	
}
.kicker {
	font-size: 1.5em;
	margin-bottom: 0.1em;
}
.deck {
	color:#ff5c0f;
	font-size:1.4em;
	font-weight:bold;	
}
.post-metadata {
	margin: 15px 0 30px 0;
	padding: 5px;
	border-top: 1px solid #d6ebc6;
	border-bottom: 1px solid #d6ebc6;
	font-size: 1.15em;
	line-height:1.1;
	color: #aaa;
}
#col1 .post img {
    margin:0;
    padding:5px;
    border:none;
}
#col1 img.right{
	float:right;
	margin-right:20px;	
}
#col1 img.left{
	float:left;
	margin-right:10px;
}
.post-metadata a:link{
   color:#ff5c0f;
   text-decoration:underline;
}
.post-metadata a:hover, .post-metadata a:visited {
	color: #111;
}

/* email scraper protection */
.protect {
	unicode-bidi:bidi-override; direction: rtl;
}

.smaller {
	font-size:0.80em;
}