/*------------------------------------------------------------

	Master.css
	www.yourwebsite.com
	
	Last Modified : 	27th December 2007
	Created by : 		Joe Bloggs
	Contact: 			joebloggs@email.com
	
	Copyright 2007 - 2008
	Based on Blueprint 1.6.1
	
	
/* Colour Palette
--------------------------------------------------------------

Light Grey - #fbfbfb

/* Plugins
-------------------------------------------------------------- */

@import 'plugins/reset.css';
@import 'plugins/classes.css';
@import 'plugins/grid.css';
@import 'plugins/link-icons/link-icons.css';

/* You can alternatively use BP as a reset by importing the
bp-reset.css plugin. This is the entire Blueprint 0.6.1 
compressed file. You won't need to include grid.css or
reset.css */


/* Page
-------------------------------------------------------------- */
.container {
	width:870px;
}

body	{
	background-color: #ece3d5;
}


/* Typography
-------------------------------------------------------------- */

/* Default font settings
   The font-size percentage is of 16px (0.75 * 16px = 12px) */
body { 
  	font-size: 80%;
 	line-height: 1.5;
  	color: #57564B; 
  	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img         { margin: 0 0em 0.5em 0; }

p           { margin: 0em 0 1.5em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 0em 1.5em 1.5em 0; padding: 0; }

strong      { font-weight: bold; }
em		    { font-style: italic; }


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #4a4a4a;}

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { margin-bottom: 0.5em;font: bold 1.9em/1 Georgia, "Times New Roman", Times, serif;color: #317329 }
h3 { line-height: 1; margin-bottom: 0.5em;
	color: #9e7026;
	font-weight: bold;
	text-transform: uppercase;
}
h4 { line-height: 1; margin-bottom: 1em;
	color: #9e7026;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #f1ece8;
	padding: 6px 3px 3px;
	border-top: 1px solid #c7c3b8;
	border-bottom: 1px solid #c7c3b8;
	margin-top: 1px;
}
h5 { line-height: 1; margin-bottom: 0.5em;
	color: #317329;
	font-weight: bold;
	text-transform: uppercase; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin:0;
}


/* Links
-------------------------------------------------------------- */

a           	{ color: #9E7026; font-weight: bold;text-decoration: none;}
a:focus, 
a:hover     	{ text-decoration: underline; }
a:visited		{}
a:visted:hover 	{text-decoration: underline;}


/* Tables - You still need cellspacing="0" in the markup
-------------------------------------------------------------- */

table		{ width:100%; }

thead		{}
tbody		{}
tfoot       { font-style: italic; }

th,td       { padding: 4px 10px 4px 5px; }
th          { border-bottom: 2px solid #ccc; font-weight: bold; background: #eee; }
td          { border-bottom: 1px solid #bab8a7; vertical-align: middle; }
tr			{}

caption     { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; }

tr.altrow td  { background: #f8f8f8; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: circle; }
ul + li		{}

ol          { list-style-type: decimal; }
ol + li		{}

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 0em;}



/* Forms
-------------------------------------------------------------- */

form			{}
fieldset		{padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc;}

legend			{font-weight: bold; font-size:1.2em;}
legend .span	{}

label       	{font-weight: bold;}

input[type='text']		{}
input[type='checkbox']	{}
input[type='radio']		{}
input[type='file']		{}

textarea      	{ width: 400px; height: 250px; padding:5px; }

select        	{}
option			{}
optgroup		{}

input:focus,textarea:focus,select:focus {	
	border:1px solid #666;
}

input,textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}


/* Other Elements
-------------------------------------------------------------- */

blockquote  { color: #317329;
	margin: 1em 1.5em;
	font-weight: bold;
	font-style: italic;
}
dfn         { font-style: italic;font-weight: bold; background: #ffc; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: normal; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Navigation
-------------------------------------------------------------- */
#menu {
	margin:0px 0px 12px;
	background: url('/img/menubg.png') repeat-x;
	height: 17px;
	padding:15px 18px;
	font-size:1em;
	text-transform: uppercase;
}

#menu ul {
	margin:0px;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin-right:1.2em;
}

#menu a {
	color:#fff;
	padding:6px 9px;
	text-decoration: none;
}

#menu a span {
	padding:6px 10px 6px 0px;
}

#menu li a:hover {
	background: url(/img/navhoverleft.jpg) no-repeat left center;
}

#menu li a:hover span {
	background: url(/img/navhoverright.jpg) no-repeat right center;
}

#subnav ul {
	margin:0px;
}

#subnav ul li {
	list-style-type:none;
	padding-bottom:0.2em;
	font-size:1.2em;
}

/* Layout
-------------------------------------------------------------- */
#header {
	height:124px;
	background: url('/img/headerbg.jpg') repeat-x fixed center top;
	padding-top: 10px;
}

#logo {
	float:left;
}

#header-address {
	float:right;
	margin-top:61px;
	color:#fff;
	text-transform: uppercase;
}

#announcement {
	margin-bottom:1.5em;
}

#sidebar {
	font-size:.9em;
}


.widget-top {
	background: url(/img/sidebarbgtop.jpg) no-repeat left top;
	height:5px;
	margin-right:10px;
}

.widget {
	background: url(/img/sidebarbg.jpg) no-repeat left bottom;
	clear:both;
	margin-bottom:1.5em;
	margin-right:10px;
	padding:1em 1.5em;
}

#footer {
	margin-top:18px;
	border-top: 1px solid #bab8a7;
	padding: 10px 0px;
	font-size: 90%;
}

#rotator {
	margin-bottom: 1.5em;
}


.posted {

}

.paging {
	color:#ccc;
	margin:1.5em 0.5em;
}

.paging * {
	display:inline;
}

.paging .disabled {
	color:#ccc;
}

.resize {
  float: left;
  margin: 0 0 0.5em;
  overflow: hidden;
  height: 140px;
  width: 270px;
}

.resize img {
	width:100%;
}

.permalink {
	display:none;
}

.post:hover .permalink,
.sermon:hover .permalink {
	display: inline;
}


/* Page-Specific - based on the <body> class
-------------------------------------------------------------- */
.title-box {
  background: #f1ede9; 
  padding:5px 1.5em;
  margin-bottom:0.5em;
}

.title-box h3 {
	color:#5a5a5a;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-size:1.3em;
	margin-bottom: 0px;
}

.title-box span {
	color:#9E7026;
	font-weight:bold;
	font-size:0.9em;
}

.indented-description {
	padding:0em 1.5em 0.5em;	
}

.indented-description p {
	margin-bottom:9px;
}

.ministry {
	margin-bottom:1em;
}

.download-link {
	margin-bottom:1.25em;
}

.message-widget {
	font:1.3em Georgia, serif;
	border:0px;
	color: #317329!important;
}
