/*
Theme Name: Holy Family Default
Theme URI: http://holyfamilyduxbury.org/
Description: The default theme for Holy Family Parish.
Version: 1.0
Author: Timothy George
Author URI: http://tgwebs.com/
Tags: red, custom header, fixed width, two columns, widgets

	Holy Family v1.0
	 http://holyfamilyduxbury.org

	This theme was designed and built by Tim George,
	whose blog you will find at http://tgwebs.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
@import url(reset.css);


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background: #959595;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Serif, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #571b1b;
}

strong { font-weight: bold; }
em { font-style: italic; }

a:hover {
	text-decoration: none;
}

#page {
	width: 800px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
	border: 1px solid #333;
	border-top: 0;
}
	
#header {
	height: 115px;
	background: #571b1b url(images/banner.jpg) no-repeat top left;
	color: #fff;
}

	#header h1 {
		display: none;
	}


/*************** message ***************/



#message {
	height: 22px;
	padding: 8px 0 0 15px;
	color: #fff;
    background: url('images/message_bg.jpg') repeat-x top left;
}

	#message p {
		font-size: 1.2em;
	}

	#message .date {
		float: right;
		margin: 0 10px 0 0;
	}


	
	
#main-container {
	min-height: 650px;
	height:auto !important;
	height: 650px;
	background: url(images/wrap-bg2.jpg) repeat-y top left;
}
	
	
	#sidebar {
		float: left;
		width: 200px;
	}
	

	#sidebar ul {
		margin: 0 0 30px 0;
	}

	
	#sidebar ul li a {
		display: block;
		height: 18px;
		padding: 7px 0 0 10px;
		width: 190px;
		border-bottom: 1px solid #999999;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #9A1212;
	}


		#sidebar ul li.current_page_item a {
			background: #fff;
			color: #000;
		}
		
		
		#sidebar ul li.current_page_item a:hover {
			background: #fff;
			color: #000; 
		}


		#sidebar ul li.page-item-7 a { display: none; }


		#sidebar ul li a:hover {
			background: #9A1212;
			color: #fff;
		}


		#sidebar ul li p {
			display: block;
			font-weight: bold;
			font-size: 1em;
			padding: 5px 0 2px 5px;
			border-bottom: 1px solid #999999;
		}


	
	
	
	
	#content { 
		margin: 0 0 0 225px;
		padding: 5px 25px 20px 0;
		background: url(images/content_bg.jpg) no-repeat top right;
		min-height: 300px;
		height: auto !important;
		height: 300px;
	}
	
		#content div.post h2 {
			font-size: 2em;
			margin: 5px 0;
		}	
		
		#content div.entry p {
			font-size: 1.2em;
			line-height: 150%;
			padding: 0 0 20px 0;
		}
	
		#content div.entry a {
			font-weight: bold;
			color: #9A1212;
		}

	
	
	
	
	
	
	
	
#footer {
	background: #000;
}	

	#footer p {
		color: #fff;
		text-align: center;
		line-height: 140%;
		padding: 5px 0;
		font-weight: bold;
	}
	
	#footer p a {
		color: #cccccc;
	}
	
	






/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
	list-style: none;
	padding-left: 0px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 14px 10px;
	font-size: 1.2em;
	border-bottom: 1px dotted #cccccc;
	padding: 0 0 14px 0;
	line-height: 140%;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
	
	
	
	
