
/* UNIVERSAL STYLES */


/*all container elements for content areas */

#content_page, .post_excerpt, #post {
	border: 2px solid #897464;
	padding: 20px 30px 0 30px;
	margin: 2em 0 1em 0;
	background: url('../images/backgrounds/contentbg.gif') repeat; 

}

#content_page, 
#post_list, 
#comment_list, 
#comment_form { 
}

/*paragraph formatting for all content areas */

#content_page p, .post_excerpt p, #post p, .comment p, #post ul { 
	line-height: 1.7em; 
	font-size: 1.2em; 
	text-align: justify;
	margin: 0 0 1.5em 0; 
	padding: 0 0 0 0; 
}


/* 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*/



/* The date area of the blog and calendar list */

.post_date {
	background:transparent url(../images/foxsymbol.gif) no-repeat center bottom;
	margin:0 0 2.5em;
	padding:0 0 4em;
	color:#A37030;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.1em;
	display: block;
	text-align: center;
}


/* The container that the entire post is in - currently inhereting styles of other content pages*/


#post img, .post_excerpt img {	
	display: block; 
	padding: 0; margin: 0 auto 1.5em auto; 
	border: 4px double #897464 !important; 
	float: none; clear: both; 
}

/* BLOG COMMENTS */

.comment {	
	padding: 1.2em 1.2em 0 1.2em; margin-bottom: 1em;
	border: 2px solid #897464; 
	background: url('../images/backgrounds/contentbg.gif') repeat;}
	
	
.comment .comment_date {margin-bottom: 10px;}
.comment .comment_user { border-top: 1px solid #897464; padding-top: 10px;}

#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 */
}


#comment_form textarea {	
	width: 98%; 
	padding: 3px; 
	color: #454545; 
	text-align: left;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif; 
	border-top: 1px solid #666; border-left: 1px solid #666; 
	border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; 
	background: url('../images/backgrounds/contentbg.gif') repeat;
}

#comment_form label {float: none; display: block; width: auto; padding: 0; text-align: left;}

#comment_form .post { 
	width: 127px; height: 45px; 
	display: block;
	border: 0px; cursor: pointer; 
	border: none;
	line-height: normal;

	margin: 15px auto 0 auto;
	background: url('../images/submit.gif') center no-repeat;
	text-indent: -9000em; /* disappear submit text */
}


/* 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;
}


