/* 
Theme Name: St. Peter's Parish
Theme URI: http://themehybrid.com/themes/skeleton
Description: St. Peter's Parish template using Theme Hybrid and Skeleton
Author: Douglas Bonneville
Author URI: http://bonfx.com
Version: 0.1
Tags: Framework
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	@import url('../hybrid/library/css/reset.css');

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
	/* @import url('../hybrid/library/css/18px.css'); */
	/* @import url('../hybrid/library/css/20px.css'); */
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */
	
/* Get layout CSS */
/*@import url('../hybrid/library/css/3c-c-fixed.css');*/


/* Plugins CSS */
	/* @import url('../hybrid/library/css/plugins.css'); */

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */

/**
* Body
************************************************/

/* Contains everything */
body {
	background-image: url(images/bkgd.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#545B54;
}

	/* Wrapper for everything inside of the body */
	#body-container {
		background-image: url(images/bkgd-content.png);
		padding: 0 20px;
	}

/**
* Elements
************************************************/

/* Hyperlinks */
a { color: #9F3600; }
a:link {}
a:visited {}
a:hover { text-decoration: underline; }
a:active {}

/* Headers */
h1 { font-size: 16pt; margin-bottom: 12px; color: #9F3600 }
h2 { font-size: 13pt; margin-bottom: 10px; }
h3 { font-size: 11pt; margin-bottom: 10px; }
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}
hr {
	border-top:1px solid #ACACAC;
	margin:22px 0 20px 0;
}
div.hr {
	border-top:1px solid #ACACAC;
	margin:22px 0 18px;
	width:100%;
}


/* Paragraphs */
p {
	font-size: 11pt;
	margin-bottom: 13pt;
	line-height: 140%;
}
li {
	font-size: 11pt;
	margin-bottom: 6pt;
	line-height: 140%;
}


/* Unordered lists */
ul {
	list-style: disc;
}

.hentry ul {
	list-style: disc;
	margin: 0 0 30px 0;
}
	ul li {
		margin-left: 20px;
	}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {
	border-left:1px solid #CCCCCC;
	margin:0 20px 24px;
	padding:0 0 0 18px;
}
	blockquote blockquote {}
	blockquote em {
		font-style: oblique;
	}
	blockquote p {
		font-size:10pt;
		line-height:180%;
	}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {}
.right, .alignright {}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/* Special */
.red { color: #993400; font-weight: bold; }

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}

/* Post Images (bonfx) */
.entry-content img.alignleft {
	border:1px solid #CCCCCC;
	float:left;
	margin-bottom:10px;
	margin-right:24px;
	padding:5px;
}
.entry-content img.alignright {
	border:1px solid #CCCCCC;
	float:right;
	margin-bottom:10px;
	margin-left:24px;
	padding:5px;
}
.entry-content img.aligncenter {
	border:1px solid #CCCCCC;
	padding:5px;
}
.entry-content img.aligncenter.no-border {
	border: none;
}


/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {}

	/* Contains site title and tagline */
	#header {}

		/* Site title */
		#site-title {
			display: none;
		}
			#site-title a {}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {
			display: none;
		}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation {
	border-bottom: 1px solid #ccc;
	height:327px;
}

	/* Page nav */
	#page-nav {}
		#page-nav ul {
			list-style: none;
		}
			#page-nav li {
				padding: 0;
				margin: 0;
				float: left;
			}		
				#page-nav li a {
					background-image: url(images/nav-home.jpg);
					width: 134px;
					height: 67px;
					border: none;
					display: block;
					padding: 0;
					text-indent: -9999px;
				}
				#page-nav li a:hover {
					background-position: 0 -67px;
				}
				#page-nav li.page-item-3 a {
					background-image: url(images/nav-mass-schedule.jpg);
					width: 204px;
					height: 67px;
				}
				#page-nav li.page-item-4 a {
					background-image: url(images/nav-autism.jpg);
					width: 216px;
					height: 67px;
				}
				#page-nav li.page-item-5 a {
					background-image: url(images/nav-stpeters-school.jpg);
					width: 226px;
					height: 67px;
				}
				#page-nav li.page-item-6 a {
					background-image: url(images/nav-contact-us.jpg);
					width: 180px;
					height: 67px;
				}
			#page-nav li.current_page_item {}
			
			
/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	/*margin:20px 0;
	padding-left:270px;
	padding-right:315px;*/
}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {	}

		/* Breadcrumb trail */
		.breadcrumb {
			display: none;
		}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {
			border-bottom:1px solid #ACACAC;
			margin-bottom: 50px;
			padding-bottom:30px;
		}

			/* Post, page, and archive titles */
			.entry-title {}
				.sticky .byline {
					display: none;
				}
			.single-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {
				font-size: 10pt;
				color: #999999;
				margin-bottom:8pt;
				font-style: italic;
			}
			.byline-prep,
			.author {
				display: none;
			}

			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {
					font-style: italic;	
				}

			/* Post meta data */
			.post-meta-data {
				display: none;
			}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template { display: none; }

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {}
		.widget-inside {}
			.widget-title {}

	/* Primary widget section */
	#primary {
		/*margin-left:-100%;
		right:250px;
		width:200px;*/
	}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}
			#primary .widget h2 { font-size: 12pt; margin-bottom: 6pt; line-height: 130%; }
			#primary .widget p  { font-size: 9pt;}
	#primary img {
		border: 1px solid #505650;
		padding: 5px;
		margin-bottom: 18px;
	}

	/* Secondary widget section */
	#secondary {		
		/*margin-left:75px;
		margin-right:-320px;
		width:220px;*/
	}
		#secondary .widget {
			margin-top:20px;
		}
			#secondary .widget-inside {}
				#secondary .widget-title {
					text-transform: uppercase;
					font-family: Arial, Helvetica, sans-serif;
					color: #FFFFFF;
					font-size: 10pt;
					font-weight: bold;
					display: block;
					height:36px;
					line-height: 120%;
					padding: 20px 0 0 12px;
					background-image: url(images/bkgd-widget.jpg);
					background-repeat: repeat-x;
					margin-bottom: 2px;
				}
				#secondary .widget ul {}
					#secondary .widget ul li {}
				
				#secondary ul.pages,
				#secondary ul.menu {
					margin-top: 2px;
					border-top: 5px solid #505650;
					list-style: none;
				}
				#secondary ul.pages li,
				#secondary ul.menu li
				 {
					margin: 0;
				}
				#secondary ul.pages li a,
				#secondary ul.menu li a {
					color: #9A3601;
					padding: 8px 12px;
					background-color: #DFDEE0;
					display:block;
					font-size: 10pt;
					border-bottom: 1px solid #C8C8C8;
				}
				#secondary ul.pages li a:hover,
				#secondary ul.menu li a:hover {
					background-color: #C8C8C8;
					text-decoration: underline;
				}
				
				/* Links & Resources */
				#secondary ul.blogroll {
					margin: 2px 0 0 0;
					border-top: 5px solid #505650;
					background-color: #DFDEE0;
					list-style: disc;
					padding:10px 0 10px 6px;
					color: #9A3601;
				}
				#secondary ul.blogroll li {
					margin: 5px 10px 5px 20px;
				}
				#secondary ul.blogroll li a {
					color: #9A3601;
					font-size: 10pt;
					text-decoration: underline;
				}
				
				/* Extra links*/
				#linkcat-4 h3.widget-title {
					display: none;
				}
				#secondary #linkcat-4 ul.blogroll {
					margin: 2px 0 0 0;
					border-top: 5px solid #505650;
					list-style: none;
					padding: 0;
				}
				#secondary #linkcat-4 ul.blogroll li {
					margin: 0;
				}
				#secondary #linkcat-4 ul.blogroll li a {
					color: #9A3601;
					padding: 8px 12px;
					background-color: #DFDEE0;
					display:block;
					font-size: 10pt;
					border-bottom: 1px solid #C8C8C8;
					text-decoration: none
				}
				#secondary #linkcat-4 ul.blogroll li a:hover {
					background-color: #C8C8C8;
					text-decoration: underline;
				}


/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {
		height: 40px;
		background-image: url(images/bkgd-footer.jpg);
		padding-top: 22px;
		color: white;
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
		width: 100%;
	}
	#footer a {
		color: white;
		text-decoration: underline;
	}

		/* Footer extra */
		#footer .copyright {}
		#footer .credit {}
		
		
		
/* new layout */
#body-container {
	width: 960px;
	margin:0 auto;
	background-image:url(images/bkgd-content.png);
	padding:0 20px;
}
#container {
	margin-top:20px;
	padding: 0 317px 0 268px;
}
#content {
	width: 100%;
	float: left;
	position: relative;
	padding-bottom:50px;
}
#primary {
	float: left;
	width: 200px;
	position: relative;
	margin-left: -375px;
	margin-bottom:40px;
	right:248px;
}
#secondary {
	border-left:1px solid #CCCCCC;
	float:left;
	left:56px;
	margin-bottom:20px;
	margin-right:-241px;
	padding-left:20px;
	position:relative;
	width:220px;
}	
#footer-container {
	clear: both;
	position: relative;
}


/* image rotator */
#rotator-box {
}
.rotator {  
    height:  260px;  
    width:   260px;  
    padding: 0;  
    margin:  0; 
	float: right; 
	background-color: #8F968F;
} 
 
.rotator img {  
    padding: 0;  
    width:  260px; 
    height: 260px; 
    top:  0; 
    left: 0; 
} 
#banner {
	float: left;
}

/* credits */
#credits {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
#credits p, #credits a {
	color: #666;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
#credits a { 
	
}

/* photo gallery CSS overrides */
.entry-content .ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;
	margin:0 0 16px 10px;
	padding:4px;
	position:relative;
}



/* event schedule */
div.events a, div.lent a {
	display: block;
	background-color: #9F3600;
	padding: 20px 0 0 12px;
	height: 36px;
	margin-top: 17px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
}
div.events a:hover {
	background-color: #7A2101;
	text-decoration: none;
}
/* lent schedule */
div.lent a {
	background-color: #666699;
}
div.lent a:hover {
	background-color: #8585AE;
	text-decoration: none;
}



/* kalendas */
div.gce-widget-list {
	padding: 0 0 0 15px;
}
div.gce-widget-list ul {
	list-style: square;
	margin: 0;
}
div.gce-widget-list p {
	font-size: 9pt;
}
div.gce-widget-list li {
	margin: 0 0 10px 0;
}

/* Calendar */
.page-543 #container {
	margin: 20px 0 0 -240px;
}

/* Style for WP Contact 3 forms */
span.wpcf7-list-item {
		display: block;
		margin-left: 0;
}


/* ewtn news feed */
#rss-3 ul li {
    font-size: 9pt;
}

#rss-3 img {
	padding: 1px 10px 0 0;
	float: left;
}
