/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

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, font, 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, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
    background:#fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }















/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   

body, input, textarea {
    color:#000;    
    font: 12px Arial,sans-serif;
    line-height:18px;
}

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

h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
}

/* Text elements
-------------------------------------------------------------- */

p {
    margin-bottom:18px;
}
ul {
	margin: 0 0 18px 2.5em;
}
ol {
	margin: 0 0 18px 2.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}





















body {
	background: url("http://assets.epiphanysystems.net/ccvineyard.org/images/bg_body.jpg") #564e3a;
	text-align: center;
}

#outer-wrapper {
	margin: 0 auto;
	padding: 0 8px;
	width: 944px;
	background:#FFF;
}
.home #outer-wrapper {
	background: url("http://assets.epiphanysystems.net/ccvineyard.org/images/bg_outer_wrapper.jpg") repeat-y #FFF;
}

#wrapper {
	text-align: left;
}
.home #wrapper {
	background: url("http://assets.epiphanysystems.net/ccvineyard.org/images/bg_wrapper.jpg") left bottom no-repeat;
	height: 1%; /* hack for IE to show background */
}

#header {
 	position: relative;
	padding-top: 8px;
	background: url("http://assets.epiphanysystems.net/ccvineyard.org/images/bg_header.jpg") 0 8px no-repeat #FFF;
	height: 178px;
}
	#home-link {
		display: none;
	}
	#site-title a {
		display: block;
		height:170px;
		text-indent: -9000px;
	}
	#site-description {
		display: none;
	}
	#access {
		display: none;

	}
		#access * {
		}
		.skip-link {
		}

#navigation {
	padding: 0 0 0 156px;
	height: 30px;
	background: url("http://assets.epiphanysystems.net/ccvineyard.org/images/bg_navigation.jpg") no-repeat #FFF;
}
	#search {
		position:relative;
		top:-24px;
		float:right;
		padding: 2px 5px 0 0;
		width: 118px;
		text-align: right;
	}
		#search * {
			display: inline;
		}
		#search-string input {
			float: left;
			margin-right: 3px;
			padding: 2px 0 0 3px;
			border: 1px solid #ec7f4c;
			border-color: #c65926 #c65926 #ec7f4c #ec7f4c;
			background: #fb8f5b;
			width: 87px;
			height: 13px;
			font-size: 9px;
			color: #c65926;
		}
		#search-submit input {
			width: 19px;
		}

/* contains #content, #primary (a sidebar), and #secondary (another sidebar) */
#main {
}
	#menu {
		width: 571px;
	}
		#menu ul {
			margin:0;
			list-style:none;
		}
			#menu li {
				position:relative;
				display:block;
				float:left;
			}
				#menu a {
					display:block;
					padding:2px 10px 4px 10px;
					text-decoration:none;
					text-transform:lowercase;
					font-size:12px;
					color:#FFF;
				}
					#menu a:hover {
						background:#FFF;
						color:#fabf76;
					}
				#menu li ul {
					position:absolute;
					z-index:10000;
					top:22px;
					width:140px;
					background:#FFF;
					color:#fa5f16;
				}
					#menu li ul a {
						width:120px;
						color:#fa5f16;
					}
						#menu li ul a:hover {
							background:#fa5f16;
							color:#FFF;
						}
					#menu li li {
						display:block;
						float:none;
						height:auto;
					}
						#menu li ul ul {
							position:absolute;
							z-index:10000;
							top:0;
							left:100%;
						}
							#menu li li {
								display:block;
								float:none;
							}
					#menu li > ul { visibility:hidden; }
					#menu li:hover > ul { visibility:visible; }
					#menu li > ul > li > ul { visibility:hidden; }
					#menu li > ul > li:hover > ul { visibility:visible; }
	#courtesy-navigation {
		clear: both;
		float: left;
		padding-top: 18px;
		width: 142px;
	}
		#courtesy-navigation ul {
			margin: 0;
			list-style: none;
			text-align: right;
			text-transform: uppercase;
		}
			#courtesy-navigation ul li {
				padding-bottom: 6px;
			}
				#courtesy-navigation ul li a {
					text-decoration: none;
					color: #444;
				}
					#courtesy-navigation ul li a:hover {
						text-decoration: underline;
						color: #999;
					}
	.home #container {
		float: right;
		width: 786px;
	}
	.sub-page #container {
	}

		#container .section-title { /* used in #content and #sidebar */
			margin: 8px 0 4px 0;
			line-height: 24px;
			text-transform: lowercase;
			font-size: 19px;
			font-family: "Hoefler Text",Georgia, "Times New Roman", serif;
			color: #FFF;
		}
		#content {
			float: left;
			width: 571px;
			line-height: 16px;
			font-size: 11px;
		}
		.sub-page #content {
			width: 732px;
			background:#dad4c0;
		}

			#content a {
				text-decoration:underline;
				color: #f75306;
			}
				#content a:hover {
					text-decoration:none;
					color: #f75306;
				}
			#content p {
				margin: 8px 0;
			}
			#marquis-image {}
				.home #marquis-image {}
				#marquis-image img {
					width:732px;
				}
			#content .content-section {
				margin: 0 0;
				padding: 0 30px;
			}
				#content .content-section .section-title { /* should be h2 */
					margin: 6px 0 0 0;
				}
				#content .content-section h3 {
					margin: 16px 0;
					font-size: 16px;
				}
					#content .content-section h3 a {
						text-decoration: none;
						font-size: 16px;
					}
						#content .content-section h3 a:hover {
							text-decoration:underline;
						}
				#content .content-section .date {
					text-transform: lowercase;
					font-size: 10px;
					color: #39534c;
				}
			#content #home-blog.content-section {
				margin: 40px 0 0 0;
				padding:8px 31px;
				background:#dfdac8;
			}
				#content #home-blog.content-section ul {
					margin:0;
					list-style:none;
				}
					#content #home-blog.content-section ul span.date {
						display:none;
					}


/* inside #main */
#sidebar {
	float: right;
	width: 203px;
}
.sub-page #sidebar {
}
	.sidebar-events {
		padding: 8px 14px;
		background: url("http://assets.epiphanysystems.net/ccvineyard.org/images/bg_sidebar_events.jpg") no-repeat #78b8a8;
		line-height: 14px;
		font-size: 10px;
	}
	.sidebar-events {
		background:#a4c9bf;
	}
		.home .sidebar-events {
			padding-top: 14px;
			background: url("http://assets.epiphanysystems.net/ccvineyard.org/images/bg_sidebar_events_home.jpg") repeat-x #78b8a8;
		}
			.sidebar-events-list ul {
				margin: 0;
				list-style: none;
			}
				.sidebar-events-list li {
					padding-bottom: 12px;
				}
					#calendar .sidebar-events-list a.SideNavigation {
						padding-bottom: 6px;
						text-decoration:none;
						font-weight: bold;
						font-size: 12px;
						color:#000;
					}
						#calendar .sidebar-events-list a.SideNavigation:hover {
							color:#FFF;
						}
			.view-all-events {
				font-size: 11px;
			}
				.view-all-events a {
					text-decoration: none;
					color: #f75306;
				}
					.view-all-events a:hover {
						color: #f1ae8f;
					}
	
	.sidebar-links {
		line-height: 14px;
		font-size: 10px;
	}
		#sidebar .sidebar-links .flashbox-first,
		#sidebar .sidebar-links .flashbox-second {
			margin: 30px 0 0 0;
		}
	
	.credit { /* at the bottom of #sidebar */
		padding: 80px 14px 10px 14px;
		line-height: 1em;
		font-size: 10px;
		color: #f75306;
	}
		.credit a {
			color: #f75306;
		}

.clear { clear:both; }

#footer {
	height:8px;
	background: #FFF;
}
