/*
Theme Name: SCF FG WP Theme
Theme URI: http://connect.silvercreekfellowship.org
Description: Theme Based on SCF Main Site Design
Version: 0.9
Author: Griffith Design
Author URI: http://www.griffith-design.com
*/

html {
	margin:0;
	padding:0;
}

body {
	color:#000000;
	background-color:#adc6c8;
	font-family:Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

img {
	border:none;
}

h1 {
	color: #663300;
	font-family:Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height:1.2em;
}

h2 {
	color: #4E6D13;
	font-family:Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:1.2em;
}

h3 {
	color: #4e6d13;
	font-family:Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height:1.2em;
}

h4 {
	color: #663300;
	font-family:Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:1.2em;
	font-weight:bold;
}

p, ul, li, ol {
	font-size:14px;
	font-family:Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color:#222222;
	line-height:1.5em;
	letter-spacing:.01em;
}

ul, ol {
	padding-left:25px;
	margin-left:0;
}

a {
	color:#663300;
}

h4.storydate {
	color: #4E6D13;
	}
	
a.wptitle {
	text-decoration: none;
	}
	
li {
	list-style: none;
	}
	
input#postTitle {
	width: 400px;
	margin-bottom: 5px;
	}
	
textarea {
	width: 430px;
	height: 200px;
	}
	
input#submit {
	width: 110px:
	}
	
#wrapper { 
	background:#FFFFFF url(images/bg.gif) repeat-y scroll left top;
	margin:0 auto;
	width:830px;
	padding:0;
}

#masterhead {
	border-bottom:3px none;
	height:190px;
	margin:0;
	text-align:center;
	width:830px;
}

#navbar {
	border-bottom:1px solid #DDDDDD;
	background-color:#eeeeee;
	float:left;
	height:44px;
	margin:0 0 0 15px;
	padding:0;
	position:relative;
	width:800px; font-size: 15px;
}
	
#navbar li {font-size: 15px;	padding: 11px 20px 0;	width:800px;
	list-style:none;
}

#center {
	float:left;
	margin:0 0 0 15px;
	padding:0 20px 20px;
	position:relative;
	width:760px;
	font-size:14px;
	font-family:Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color:#222222;
	line-height:1.5em;
	letter-spacing:.01em;
}

*html #center {
	padding:0 8px 10px;
}

#left {
	clear:left;
	float:left;
	margin:0 20px 0 0;
	padding:0 0 20px;
	width:510px;
}

#left h1, #left h2, #left h3, #left h4 {
	margin: .7em 0;
}

#content {
	margin: 0;
	padding:0;
}

#flashInner {
	border-bottom:4px none #336600;
	float:none;
	height:138px;
	margin:0 0 30px;
	padding-left:0;
	padding-right:0;
	width:506px;
}

.home-boxes {
	background:transparent url(/images/home-boxes-bg.gif) no-repeat scroll left bottom;
	width:506px;
	min-height:100%;
	clear:both;
	margin-bottom:20px;
}

.gray-box {
	float:left;
	min-height:100%;
	padding:0 0 15px 15px;
	width:228px;
	border-top: 1px solid #cccccc;
}

.gray-box p {
	padding-right: 15px;
}

#topleft {
	margin-right:20px;
}

#topright {}

#bottomleft {
	clear:left;
	margin-right:20px;
}

#bottomright {}

#right {
	background-color:#B2BF9B;
	float:left;
	padding:15px;
	position:relative;
	width:196px;
}

#footer {
	border-top:1px solid #CCCCCC;
	clear:both;
	float:left;
	padding:20px 0 0;
	margin-top:20px;
	width:760px;
}

#footer p {
	float:left;
	text-align:left;
	font-size: 11px;
	margin:5px 0 5px 20px;
	color:#999999;
}

/* Print Styles */
@media print {
body { background:white; color:black; margin:0; font-size: 12pt; }
#wrapper {
background: white;
width: 100%;
padding: none;
margin: 0;
position: static;
}
#navbar {
background: white;
width: 100%;
border-bottom: black 2px solid;
padding: none;
margin: 0;
position: static;
}
#center {
width: 100%;
padding: none;
margin: 0;
position: static;
}
#left {
width: 75%;
padding: none;
margin: 0;
clear: left;
float: left;
position: static;
}
#right {
background: white;
width: 20%;
border-left: black 2px solid;
padding: none;
margin: 0;
float: left;
position: relative;
}
#masterhead { display:none; }
#footer { display:none; }
.s2class_widget_subscribe2widget { display:none; }
.widget_wp_sidebarlogin { display:none; }
h1 h2 h3 h4 { font-size: 12pt; }
}

