@import "style-color.css";

body {
	font-family: "Georgia", serif;
	font-size: 85%;
}

h2, h3, h4, h5, h2 a, h3 a, h4 a, h5 a {
	font-weight: normal;
}

#showcase {
	background: url(gfx/se-logo.png) no-repeat left center;
	min-height: 76px;
	padding: 0 5px 0 120px;
	font-size: 90%;
}

.showcase-info h2, .showcase-info h3 {
	font-weight: bold;
}

#content {
	padding-top: 10px;
}

.column {
	width: 40%;
	margin: 0;
}

.leftcol {
	float: left;
	margin: 0 30px 0 0;
}

.rightcol {
	float: left;
}

p.ingress {
	font-style: italic;
}

a, a:visited, a:hover, a:active {
	text-decoration: none;
}

.postmetadata {
	font-family: 'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
	text-transform: uppercase;
	color: rgb(120, 120, 120);
	font-size: 70%;
}

.entry small.postinfo {
	width: 100%;
	display: block;
	clear: both;
	float: none;
	margin-bottom: 8px;
}

li.gradient, small.gradient, ul.gradient li {
	padding: 1px 3px;
	margin: 3px 0;
	background: url(gfx/li-gradient.png) repeat-x;
}

.entry h2 {
	margin-bottom: 6px;
}

.commentlist {
	font-size: 80%;
}

#nav-areas, #nav-info, #showcase-nav, #panel, #splash, #nextSplash, #sidebar, .respond-link, #respond {
	display: none;
}

.clear {
	float: none;
	clear: both;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.entry img.alignleft {
	margin: 0 10px 10px 0;
}

.entry img.alignright {
	margin: 0 0 10px 10px;
}

.entry img.size-large {
	width: 656px;
	height: auto ! important;
	-ms-interpolation-mode: bicubic;
}

.wp-caption {
	text-align: center;
	margin: 10px;
}

.wp-caption p.wp-caption-text {
	font-size: 80%;
	padding: 0 8px;
}


#home .headline p {
	font-size: 120%;
	line-height: 120%;
	margin: 0 0 20px; /* 1em 0 0.6em; */
	font-weight: normal;
	text-decoration: none;
}

#home-areas .area {
	width: 185px;
	padding-right: 2px;
	float: left;
	background: transparent;
}

#home-areas .last {
	padding: 0 ! important;
}

#home-areas .area > * {
	padding: 3px 5px 5px 3px;
}

#home-areas .area-image-container {
	height: 150px;
	width: 177px;
	overflow: hidden;
	position: relative;
	background: url(gfx/area-img-bg-gradient-2.png);
}

#home-areas .area-image-container:hover img {
	-moz-opacity:.75; filter:alpha(opacity=75); opacity:.75;
	background: black;
}

#home-areas .area-image-wrapper {
	height: 150px;
	width: 177px;
	overflow: hidden;
	padding: 0;
}

#home-areas h2, #home-areas h3 {
	margin: 0;
	position: absolute;
	bottom: 5px;
	padding: 5px 0;
	width: 177px;
	text-align: center;
	z-index: 1;
}

#home-areas h2 a, #home-areas h3 a {
	display: block;
	width: 100%;
	height: 100%;
}

#home-areas .area img {
	width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

#home-areas .area-text {
	background: none ! important;
	font-size: 90%;
}


/*
 * Contact info
 */

#contact-info {
	font-size: 85%;
	float: right;
	text-align: right;
	list-style: none;
	list-style-type: none;
	background: url(gfx/se-logo.png) no-repeat right center;
	height: 76px;
	padding: 5px 120px 0 0;
	margin: 40px -14px 0 0;
}

#contact-info li {
	margin: 2px 0;
	list-style: none;
	list-style-type: none;
}

img#wpstats {
	display: none;
}