/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

#header_area .page {
	margin-top:2px;
	padding-top:2px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
#footer_area .page {
	margin-bottom:2px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.widgetPhoto {
	-moz-box-shadow: 3px 3px 4px #333;
	-webkit-box-shadow: 3px 3px 4px #333;
	box-shadow: 3px 3px 4px #333;
	border-radius:2px;
}
/*Header*/
.custom #header {

border:1; margin:0; padding-bottom:1em;}

.gallery li {
        display: inline;
        list-style: none;
	min-height: 400px
        width: 260px;
        float: left;
        margin: 0px 0px 0px 0px;
        text-align: center;
	}

/*get posts classes for fields*/
.get_posts_class li { font-style: italic; font-size:12px; padding: 4px 4px; }
.get_posts_class li a { font-style: normal; display: block; font-size:13px; font-weight: bold; margin-right:4px; }