
/* UNIVERSAL STYLES */


/*all container elements for content areas */



/*paragraph formatting for all content areas */

#content_page p, .post_excerpt, #post p, .comment p { 
	margin: .5em 0 1.5em 0; padding: 0 0 0 15px; 
	line-height: 1.5em;
}




/* 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; margin-bottom: 10px;}
.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*/

#comment_list { border-top: 1px solid #b2a883; padding-top: 10px;}


/* Post meta info */

#post_meta { border-top: 1px solid #b2a883; border-bottom: 1px solid #b2a883; margin-bottom: 10px; }	

#post_meta .post_date {
	float: left; 
	padding: 5px 10px 5px 0; 
	margin-right: 10px; 
	border-right: 1px solid #b2a883;
	text-align: right;
}

#post_meta .category {padding: 5px 0; text-transform: uppercase;}



/* BLOG COMMENTS */

.comment {border-bottom: 1px dotted #ccc; margin: 10px;}

#comment_form button, #dynamic_form button {
	border: none;
	line-height: normal;
	float:right;
	margin: 15px 0 0 0;
	/*remove following styles to inherit default button style*/
	width: 101px; height: 34px; 
	text-align: center;
	background: transparent url('../images/backgrounds/button.png') center no-repeat !important;
	background: transparent url('../images/backgrounds/button.gif') center no-repeat; /*gif for older browsers */
}


/* 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;
}

