/*   
Theme Name: Fresh Canvas
Theme URI: http://www.eightonefive.com
Description: Lovingly made from scratch in Illinois -- WordPress v3.x
Author: Landon Miller
Author URI: http://www.eightonefive.com
Version: 5.2

---------------------------------
RESETS
------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
 }

p, 
ol, 
ul { 
	margin-bottom : 1.5em; 
}

td {
	vertical-align: top;
}

.clearfix:before, 
.clearfix:after { 
	content : "\0020"; 
	display : block; 
	height : 0; 
	overflow : hidden; 
}

.clearfix:after { clear : both; }

/*-------------------------------------
GLOBAL
------------------------------------------*/

html {
	background-image: url(images/bg.jpg);
	background-color: #e6e2d7;
}

body { 
	width: 896px;
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	text-align: left;
}

#header {
	width: 896px;
	height: 105px;
	background-image: url(images/bg-header.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px auto 0 auto;
	padding: 15px 0 20px 0;
}

.logo {
	float: left;
	margin: 0 0 0 15px;
}

.tagline {
	float: right;
	margin: 20px 40px 0 0;
	font-family: 'Droid Serif', serif;
	text-align: center;
	line-height: 22px;
	font-style: italic;
}

#content {	
	position: relative;
	width: 896px;
	min-height: 280px;
	background-color: #fff;
	margin: 0;
	padding: 20px 0 20px 0;
	line-height: normal;
	border: 0px solid #D5D2CB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 8px #d8d5c9;
	-webkit-box-shadow: 3px 3px 8px #d8d5c9; 
	box-shadow: 3px 3px 8px #d8d5c9; 
	behavior: url(/PIE.htc);
}

#main-img {
	position: relative;
	float: left;
	width: 415px;
	height: 375px;
	margin: 0 0px 0px 20px;
	overflow: hidden;
}
#main-img img {
	position: relative;
	float: left;
	width: 415px;
	height: 375px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/PIE.htc);
}

#welcome {
	position: relative;
	float: right;
	width: 365px;
	min-height: 260px;
	font-size: 13px;
	line-height: 24px;
	background-color: #f2efea;
	padding: 30px 30px 5px 30px;
	margin: 0 20px 0px 0;
	color: #656565;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/PIE.htc);
}

#welcome h1 {
font-family: 'Droid Serif', serif;
color: #656565;
text-shadow: 0px 2px 3px #FFFCF2;
font-size: 21px;
margin: 0 0 15px 0;
font-style: italic;
}

#inside-content {
	position: relative;
	width: 796px;
	min-height: 140px;
	font-size: 13px;
	line-height: 24px;
	padding: 20px 25px 0 25px;
	margin: 0 auto;
	color: #656565;
	border-top: 1px dotted #838282;
}

#inside-content ul {
	margin: 0px 0 20px 15px;
	padding: 0 0 0 0;
}

#inside-content ul li {
	margin: 0 0 0 20px;
	padding: 0;
}

#page-copy {
	float: left;
	width: 500px;
}

#links {
	position: relative;
	float: right;
	width: 200px;
	min-height: 100px;
	font-size: 13px;
	line-height: 24px;
	background-color: #f2efea;
	padding: 20px 15px 5px 15px;
	margin: 3px 0px 0px 0;
	color: #656565;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/PIE.htc);
}

#links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#links ul li {
	margin: 0px 0 8px 0;
	padding: 0 0 8px 5px;
	line-height: normal;

	text-align: center;
}

#links a,#links a:active,#links a:visited { color: #656565; text-decoration: none;  }
#links a:hover { color: #656565; text-decoration: none; }

#links .current_page_item { font-weight: bold !important; }


#extras {
	width: 856px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	border-bottom: 1px dotted #838282;
}

.box {
	min-height: 200px;
	color: #656565 !important;
}

.box p {
	margin: 0 0 10px 0;
	line-height: 21px;
}

.box1 {
	float: left;
	width: 270px;
	margin: 0 0 0 0px;
}

.box2 {
	float: left;
	width: 270px;
	margin: 0 0px 0 23px;
}

.box3 {
	float: right;
	width: 270px;
	margin: 0 0px 0 0;
	
}

.box h1 {
	font-family: 'Droid Serif', serif;
	color: #656565;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	font-size: 18px;
	font-style: italic;
	border-bottom: 1px dotted #838282;
}

#footer {
	clear: both;
	position: relative;
	width: 896px;
	height: 70px;
	margin: 20px auto 0 auto;
	padding: 0px 0 0 0;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #898581;
}


#footer a, #footer a:active, #footer a:visited { color: #787470; text-decoration: none; }
#footer a:hover { color: #787470; text-decoration: underline; }

.sep {
	margin: 0 5px;
}

.eventBody{
position:relative;
top:-18px;
height:30px;	
left:50px;
width:220px;
padding-left:10px;

}

.event-listing, .event-container {
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 30px;
	margin: 0 0 10px 0;

}


.month{
		background-image: url(images/bg-button.png);
	background-color: #c69c63;
	border: 1px solid #c69c63;
	padding: 3px 7px;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 0px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/PIE.htc);
	

}
.event-date {
	float: left;
	background-image: url(images/bg-button.png);
	background-color: #c69c63;
	border: 1px solid #c69c63;
	padding: 3px 7px;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 0px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/PIE.htc);
			

}



.day {
	color: #fff !important;
	font-weight: bold;
	margin: 0 0 0 13px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}

.event-details {
	float: left;
	font-size: 12px;
	line-height: 14px;
	margin: 0px 0 0 12px;
	padding-bottom:10px;

}

.event-title, a.eventTitle {
	font-weight: bold;
	color: #656565 !important;
	font-size: 13px;
}

.event-time {
	color: #787470;
	margin: 2px 0 0 0;
	padding-top:2px;
}

.disclaimer {
	font-size: 11px;
}

.sermon-title {
	font-weight: bold;
	color: #656565;
	font-size: 13px;
	line-height: normal;
}

.sermon-author {
	color: #787470;
	margin: 2px 0 0px 0;
	line-height: normal;
}

.sermon-date {
	color: #787470;
	margin: 2px 0 15px 0;
	line-height: normal;
}

.team td {
	padding: 10px;
	line-height: 18px;
	vertical-align: top;
}

.team img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/PIE.htc);
}

.archives ul {
	margin: 0 !important; 
	padding: 0 !important;
	list-style-type: none;
}
.archives ul li {
	margin: 0 !important;
	padding: 0 !important;
}

.archives table {
	margin-bottom: 15px;
}

#contact-copy {
	float: left;
	width: 400px;
}

#contact-copy p {
	margin: 0;
	padding: 0;
}

#contact-copy ul {
	margin: 0;
	padding: 0;
}

#contact-copy ul li {
	margin: 0;
	padding: 0;
}

#map {
	position: relative;
	float: right;
	width: 325px;
	min-height: 100px;
	font-size: 13px;
	line-height: 24px;
	background-color: #f2efea;
	padding: 15px 15px 5px 15px;
	margin: 3px 0px 10px 0;
	color: #656565;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/PIE.htc);
}

.sermon {
	margin: 0 0 15px 0;
}
/*-------------------------------------
NAVIGATION
------------------------------------------*/

#nav {
	width: 876px;
	height: 40px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 20px;
	z-index:1;
}

#nav ul {
	list-style-type: none;
	font-family: 'Droid Serif', serif;
	margin: 0;
	padding: 0;
}

#nav ul li {
	float: left;
	margin: 0 28px !important;;
	font-size: 16px;
}

#nav a,#nav a:active,#nav a:visited { color: #656565; text-decoration: none; }
#nav a:hover { color: #9a7138; text-decoration: none; }

/*-------------------------------------
HEADINGS
------------------------------------------*/

h1 {
	font-family: 'Droid Serif', serif;
	font-size: 21px;
	margin: 0 0 15px 0;
	font-style: italic;
	font-weight: normal;
}

h2 {
	font-family: 'Droid Serif', serif;
	font-size: 18px;
	margin: 0 0 10px 0;
	font-style: italic;
	font-weight: normal;
}

h3 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;		
	font-size: 16px;
	font-weight: normal;
	color: #333;
}


/*-------------------------------------
LINKS
------------------------------------------*/


a, a:active, a:visited { color: #9a7138; text-decoration: none;  }
a:hover { color: #9a7138; text-decoration: underline; }


/*-------------------------------------
FORMS
------------------------------------------*/

input[type="text"], input[type="url"], 
input[type="email"], input[type="tel"], textarea {
	margin: 3px 0 0 0;
	padding: 7px; 
	font-size: 13px; 
	border: 1px solid #ccc;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
    border-radius: 5px;
}

button {
	position: relative;
	display: block;
	margin: 15px 0 0 2px;
	padding: 4px 15px;
	background-image: url(images/bg-button.png);
	background-color: #c69c63;
	border: 1px solid #c69c63;
	color: #fff !important;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
	font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/PIE.htc);
}

button:hover {
	cursor: pointer;
}

.ngg-album-compact h4 {
	margin: 0;
	padding: 0;
	line-height: normal;
	text-align: center;
}

.ngg-album-compact p {
	line-height: normal;
	text-align: center !important;
	margin: 0;
	padding: 0 10px 0 0;
}

.ngg-album-desc {
	font-size: 12px;
}
.slideshowlink {
	display: none;
}

.view-all {
	margin: 15px 0 0 10px;
	font-size: 11px;
	text-transform: uppercase;
}

.gform_wrapper {
	padding: 0 !important;
	margin: 0 0 15px 0 !important;
}

.gform_wrapper input[type="text"],.gform_wrapper input[type="url"], 
.gform_wrapper input[type="email"],.gform_wrapper input[type="tel"], textarea {
	margin: 3px 0 0 0;
	padding: 6px; 
	width: 260px; 
	font-family: arial, sans-serif; 
	font-size: 12px; 
	border: 1px solid #ccc;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
}

.gform_wrapper textarea {
	width: 275px; 
	height: 150px;
}

.gform_wrapper label {
	display: block;
	font-size: 12px;
	color: #666;
	margin-top: 15px !important;
	margin-bottom: 5px !important;
	font-weight: bold;
}

.gform_footer {
	margin: 0 0 0 0 !important;
	padding: 10px 0 0 0 !important;

}


.gform_wrapper input[type="submit"] {
	position: relative;
	display: block;
	margin: 0px 0 0 2px;
	padding: 4px 15px;
	background-image: url(images/bg-button.png);
	background-color: #c69c63;
	border: 1px solid #c69c63;
	color: #fff !important;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
	font-size: 11px !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/PIE.htc);
}

.gform_wrapper input[type="submit"]:hover {
	cursor: pointer;
}

.alignright {
	float: right;
		margin: 0px 0 10px 25px;
}

.alignleft {
	float: left;
		margin: 0px 25px 10px 0px;
}

/*-------------------------------------
9. COMMENTS
------------------------------------------*/

ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }