/* @override http://www.servantsofcana.org/site/wp-content/themes/Grid-Theme/style.css */



 /* FONTS & OTHERS RESETS  .................... */

body {
	margin:0 auto;padding:0;
	font: 13px/173% helvetica;
	color: #333;
	background:#342F25;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ol, dl, address{ 
	margin: .7em 0;
	padding: 0; 
	line-height:163%;
}

h1, h2, h3, h4 {
	letter-spacing: -1px;
	color: #342F25;
	margin: .3em 0;
	text-transform: capitalize;
}

h1 {font-size:2em;}
h2 {font-size: 1.6em;text-transform: uppercase;}
h3 {font-size: 1.4em;}
h4 {font-size:1.2em;}
h5 {font-size: 1.2em;}

a {color: #8D7144;}

a:hover {color: #000;text-decoration:none;}

ul, ol {margin: 0px;padding: 10px 0 0 20px;}

li, dd { margin-left: 0em; }

form label{ cursor: pointer; }

fieldset{ border: none; }

blockquote {
	padding: 2px 10px 2px 10px ;
	margin: 5px 30px 5px 30px;
	border-left: 1px dotted #ccc;
}

.clearer{clear:both;}

form#searchform {
	float: left;
	padding: 15px 7px 0px 0px ;
	margin: 0;
}

p.archive-link a {
	display: block;
	padding: 0 8px;margin: 15px 0 ;
	background: #e0e0e0;
	color: #000;
	font-family: verdana;
	font-size: .8em;
	text-decoration: none;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

p.archive-link a:hover {
	color: #000;
	background: #ccc;
}

p.archive-link {
	margin: 0;padding: 0;
}

a.comments {
	background: #e0e0e0;
	padding: 2px 5px;
	margin: 0 0 0 10px;
	text-decoration: none;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	font-size: .9em;
}

 /* MAIN CONTENT FORMATTING .................... */

#container {
	width: 980px;
	margin: 20px auto;
	padding: 20px 20px 20px 20px;
	background: #fff;
}

#header {
	width: 980px;
	float: left;
	margin: 0px auto 0 auto;
	padding: 20px 0px 20px 0px;
	background: url(images/header.jpg) no-repeat;
}

#header h1 a {
	display: block;
	width: 275px;
	height: 100px;
	text-indent: -9999px;
	background: url(images/logo.png) no-repeat;
	margin: 0px 0 0 20px;
}

#header h2 {
	display: none;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.4em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:	left;
	margin:	15px 0;
	width: 980px;
	background: url(images/bg/nav.png) repeat-x;
}
.sf-menu a {
	padding: .75em 1em;
	text-decoration:none;

}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
}

.sf-menu li {
	background: url(images/bg/nav.png) repeat-x;
}
.sf-menu li li {
	background:#ccc;
}
.sf-menu li li li {
	background: url(images/bg/nav.png) repeat-x;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:url(images/bg/nav_hover.png);
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

ul.sf-menu li.current_page_ancestor, ul.sf-menu li.current_page_item  {
	background:url(images/bg/nav_hover.png);
}




 /* BODY ......... */

#main {
	width: 980px;
	float: left;
}

#slideshow {
	width: 600px;
	float: left;
}

ul#show-images {
	list-style: none;
	padding: 0;
	margin: 0;	
}

.section {
	float: left;
	width: 100%;
	margin: 0 0 20px 0 ;
	padding: 0;
	clear: both;
}

.section-img img {
	margin: 0;padding: 0;
	border: 5px solid #ccc;
}

.section-sub1 {
	width: 185px;
	margin: 0 10px 0 0 ;
	float: left;
}

.section-sub2 {
	width: 185px;
	margin: 0 0 0 10px ;
	float: left;
}

#col1 {
	float: left;
	width: 430px;
	margin: 0;padding: 0 20px 0 0;
}

#featured-top img {
	margin: 0;padding: 0;
	border: none;
}

#col2 {
	float: left;
	width: 270px;
	margin: 0;padding: 0 0px;
}

#col3 {
	float: left;
	width: 200px;
	margin: 0 0 0 20px;padding: 10px 20px;
	background: #f0f0f0;
	min-height: 550px;
}

#col4 {
	float: left;
	width: 225px;
	margin: 0;padding: 0 0 0 10px;
}

ul#featured li  {
	line-height: 100%;
	border-bottom: none;
	margin: 0;padding: 0 0 7px 0;
}


ul#featured li:last-child  {
	line-height: 100%;
	border-bottom: none;
	margin: 0;padding: 0 0 0px 0;
}

ul#featured li p {
	line-height: 100%;
	margin: 0;padding: 0;
}

#feed-buttons.section  ul{
	list-style: none;
	margin: 0;padding: 0;
}

#feed-buttons.section ul li {
	margin: 0;padding: 0;float: left;
}

ul.posts {
	list-style: none;
	margin: 0;padding: 0;	
}

ul.posts li {
	margin: 0px 0 ;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}

p.meta {
	margin: 0;padding: 0;
	color: #666;
	line-height: 100%;
	font-family: verdana; font-size: 10px;
}

#page_container {
	width: 680px;
	min-height: 700px;
	margin: 0 20px 0 0px;padding: 0;
	float: left;
}

#page_sidebar {
	float: left;
	width: 200px;
	margin: 0 0 0 20px;padding: 10px 20px;
	background: #f0f0f0;
	min-height: 550px;
}

#page_sidebar h3 {
	margin: 0;padding: 0;
}

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


#col3 ul, #page_sidebar ul {
	margin: 0;
	padding: 0 0 0 0px;
}

#col3 .section ul li, #page_sidebar ul li {
	list-style: none;
	margin: 0 0 1px 0;
	padding: 0;
}

#col3 .section ul li a, #page_sidebar ul li a {
	display: block;
	background: #e0e0e0;
	padding: 2px 10px;
}

#col3 .section ul li a:hover, #page_sidebar ul li a:hover {
	background: #f7f7f7;
}


.post {
	border-bottom: 1px dotted #ccc;
}

#footer {
	clear: both;
	border-top: 2px solid #e7e7e7;
}


 /* IMAGES FORMATTING .................... */

img { 
	padding:4px; 
	margin: 0px;
	background: #e0e0e0;
}

a img {
	border: none;
}

a:hover img { 
		padding:4px; 
	margin: 0px;
	background: #342F25;
}

.noborder {
	background: none;
	margin: 0;padding: 0;
}

img.noborder:hover {
	margin: 0;padding: 0;
}

p.props {
	float: right;
	margin: -20px 0 0 0 ;
	padding: 0px;	
	border: none;
}

img.props_img {
	margin: -20px 0 0 0;
	padding: 0;
	border: none;
	background: #fff
}

img.props_img:hover {
	margin: -20px 0 0 0;
	padding: 0;
	border: none;
	background: #fff;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


 /* FLICKR FORMATTING .................... */

#flickrrss {
	float:left;
	padding: 0;margin: 20px 0 0 0;
	border-top: 2px solid #e7e7e7;
	width: 100%;
}

#flickrrss-div ul {
	padding: 0;margin: 0;
	list-style: none;
}

#flickrrss-div li {
	float: left;
}

#flickrrss-div img {
	margin: 2px 9px 10px 0;
	padding:4px;
}

 /* COMMENTS FORMATTING .................... */

#comments {
	width: 100%;
	float: left;
	margin: 20px 0 0 0 ;padding: 0;
}

#comments h3 {
	border-bottom: 3px solid #e7e7e7;
}

#reply {
	width: 100%;
	float: left;
	margin:0px 0 20px 0;
	padding: 0px;
}

#reply h3 {
	margin: 0;
	padding: 0 0 3px 0;
	color: #000;
}

#reply ul.sidelist {
	margin: 0;
	padding: 0;
}

#reply ul.sidelist li {
	margin: 0;padding: 5px 0 ;
}

img.avatar {margin: 0px 7px 7px 0;padding: 2px;float: left;}

#comments ul li {
	border: none;
	padding: 10px 0 ;
	margin: 0px 0 ;
	border-bottom: 1px dotted #ccc;
	list-style: none;
}

#comments ul li.authcomment {
background-color:#f7f7f7;
padding: 10px 15px;
margin: 0;
} 

#commentlist-div {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}

#comments ul.commentlist {
	float: left;
	width: 100%;
	padding: 0;margin: 0px 20px 0 0 ;
}

.commenttext {
	padding: 0;margin: 0;
}

.commentmeta {
	margin: 0px;
	padding: 0;
	font-weight: bold;
}

p.commentdate {
	font-size: .7em;
	padding: 0px 0 ;margin: 0;
}

textarea#comment {
	font-size:13px;
}


 /* CALENDAR LIST FORMATTING .................... */


#wpng-calendar.widget {
	margin: 0;
	padding: 0;
}

#wpng-cal-widget-events ul {
	margin: 0 0 0 0px;
	padding: 0 0 5px 0px;
	border-bottom: 1px dotted #ccc;
}

#wpng-cal-widget-events ul:after {
	content: "."; display: block;height: 0; 
	clear: both; visibility: hidden;
}

#wpng-cal-widget-events ul li {
	margin: 0px 0 0px 0px;
	list-style: none;
	padding:6px 2px 5px 85px;
	background: #fff;
}

.wpng-widget-date-title {
float: left;
	margin: 0px;
	font-size: .9em;
	font-family: helvetica;
	width: 67px;	
	padding: 9px 10px;
	height: 30px;
	background: url(images/bg_cal.jpg) no-repeat ;
	text-align: center;
}










