


/*all container elements for content areas */

#content_page, 
#post_list, 
#post, 
#comment_list, 
#comment_form { 
	padding: 5px 100px 25px 100px;
	min-height: 250px; 
	font-family: Helvetica, Arial, sans-serif;
}

#wide #content_page, #page_home #content_page {padding: 5px 20px 25px 20px; clear: both; overflow: hidden; }

#wide #content_page td {border: none; padding: 0;}
#page_home h1 {display: none;}

/*paragraph formatting for all content areas */

#content_page p, .post_excerpt, #post p, .comment p { margin: 1.5em 0;  text-align: justify; }


/* in-house and all sale resets */
.in-house #content_page, .all-sales #content_page {border: none; padding: 0; min-height: none; }
.in-house #content_page p, .all-sales #content_page p {margin: 1em 0; padding: 0;}
.in-house h1, .all-sales h1 {display: none;}

div.toggleTarget {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; position: relative;}
.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: 2px solid #EFF2F2;}


/* Post meta info */

#post_meta { border-top: 1px solid #168381; border-bottom: 1px solid #168381; margin-bottom: 10px; }	

#post_meta .post_date {
	float: left; 
	width: 220px; 
	padding: 5px 10px 5px 0; 
	margin-right: 10px; 
	border-right: 1px solid #168381; 
	text-align: right;
}

#post_meta .category {padding: 5px 0; text-transform: uppercase;}

#post_list .category, #comment_list .comment_date {
	width: 80px;
	padding: 10px;
	margin: 0 0 0 -120px;
	position: absolute;
	left: 0;
	z-index: 2;
	font-style: italic; 
	color: #666;
	text-align: center;
}


/* BLOG COMMENTS */

.comment {border-bottom: 1px solid #ccc; margin-bottom: 10px; position: relative;}

#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;
}


