
/* UNIVERSAL STYLES */


/*all container elements for content areas */

#content_page, 
#post_list, 
#post, 
#comment_list, 
#comment_form { 
	margin: 0 40px 0 40px;
	border-bottom: 6px solid #0B3543; 	
	padding-bottom: 10px;
}


#content_page .heading_bg, 
#post .heading_bg, 
#post_list .heading_bg { width: 740px;}

#content_page p, 
.post_excerpt, 
#post p, 
.comment p { margin: 0 0 1.6em 0; padding: 0 0 0 0; line-height: 1.7em; font-size: 1.2em; }

.post_excerpt {width: 740px; overflow: hidden;}

#content_page h3 {margin: 1.7em 0;}

#post_list img {float: left; margin-right: 20px; margin-bottom: 20px;}

/* PHOTO GALLERY */

#gallery_photos {
	width: 105%;
	margin: 20px -20px 5px 0;
	clear: both;
	overflow: hidden;
}

.gallery_photo {
	width: 109px; height: 145px;
	float: left; display: inline;
	padding: 15px 10px 10px 0;
	margin: 0 10px -1px -10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
	
.gallery_photo img {
	width: 100px;
	margin-bottom: 10px;
	padding-left: 10px;
}
	
	
.gallery_photo a {filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;}
.gallery_photo a:hover {filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}


.gallery_photo_title {padding-left: 10px; text-align: center;}



/* BLOGS, LINKS, CALENDAR, LIBRARY */


/* The main post container where all posts are contained - currenlty inhereting styles of other content pages*/

#post_list {}


/* The post excerpt and title on list page*/

.post_excerpt { border-bottom: 1px solid #ccc; padding-bottom: 5px; margin-bottom: 15px;}


.post_title { text-transform: uppercase; font-weight: bold; }


/* The date area of the blog and calendar list */

.post_date {
	font-style: italic;
	color: #666666;
}


/* The container that the entire post is in - currently inhereting styles of other content pages*/

#post, #comment_list { border-bottom: 3px solid #0B3543; }


/* Post meta info */

#post_meta { margin-top: -10px; border-top: 1px solid #0B3543; border-bottom: 1px solid #0B3543; margin-bottom: 20px; width: 100%; overflow: hidden; }	

#post_meta .category {
	float: right; 
	width: 220px; 
	padding: 5px 10px 5px 0; 
	margin-right: 10px; 
	border-right: 1px solid #0B3543; 
	text-align: right;
}

#post_meta .post_date{padding: 5px 0; text-transform: uppercase; text-align: right; float: right;}

#post_list .category, #comment_list .comment_date {
	width: 80px;
	padding: 10px;
	margin: 0 0 0 -120px;
	position: absolute;
	z-index: 2;
	font-style: italic; 
	color: #666;
	text-align: center;
}


/* BLOG COMMENTS */

.comment {border-bottom: 1px solid #ccc; margin-bottom: 10px;}

#comment_form button, #dynamic_form button {
	border: none;
	line-height: normal;
	float:right;
	margin: 15px 0 20px 0;
	/*remove following styles to inherit default button style*/
	width: 101px; height: 34px; 
}


/* Library Article Lists - other styles inhereted from form section of main stylesheet */

ul.articles { padding-left: 120px; } /* for more than two radio buttons */
ul.articles li { padding-bottom: 10px;} 



/* The photo container */
.post_photo {
	float: left;
	width: auto;
	height: auto;
	margin: 2px;
	padding: 2px;
	border: 1px #efefef solid;
	clear: none;
	text-align: center;
}


