@import url(global.css);
@import url(nav.css);
@import url(customizations.css);

/* HOME */

#feature {
	clear: both;
	position: relative;
	height: 396px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #eedec6;
}

/*slideshow*/

#feature ul {
	position: absolute;
	width: 642px;
}

#feature ul a {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	display: block;
	width: 41px;
	height: 0;
	font-size: 1em;
	padding-top: 396px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../images/home-a-slide_01-bg.png') no-repeat;
}

#feature ul #slide_02 a {
	background: url('../images/home-a-slide_02-bg.png') no-repeat;
}

#feature ul #slide_03 a {
	background: url('../images/home-a-slide_03-bg.png') no-repeat;
}


#feature img {
	display: block;
}

/*feature descriptions*/

#feature ol {
	position: absolute;
	top: 0;
	right: 0;
	width: 308px;
}

#feature ol li {
	height: 132px;
}

#feature ol li:hover, #feature ol li.on { /*second one for IE6*/
	background-color: #e5ceaa;
	cursor: pointer;
}

#feature ol li:hover a, #feature ol li.on a {
	text-decoration: underline;
	color: #232876;
}

#feature h2,
#feature h3,
#feature p {
	float: right;
	width: 288px;
	padding: 0 10px;
	margin-bottom: 0;
	font-size: .9em;
	line-height: 1.3em;
	color: #666;
}

#feature h2 {
	position: relative;
	z-index: 50;
	width: 307px;
	height: 0;
	font-size: 1em;
	margin-bottom: 5px;
	padding: 29px 0 0;
	text-indent: -2000px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#feature_01 h2 {
	background-image: url('../images/home-h2-feature_01-bg.gif');
}

#feature_02 h2 {
	background-image: url('../images/home-h2-feature_02-bg.gif');
}

#feature_03 h2 {
	background-image: url('../images/home-h2-feature_03-bg.gif');
}

#feature h3 {
	font-size: 1em;
}

.home #content {
	background: url('../images/home-div-content-bg.jpg') repeat-y;
}

.home #main {
	padding-top: 0;
}

.home #main .entry {
	margin-bottom: 1em;
	padding-bottom: 1px;
	background: url('../images/home-div-entries-bg.gif') bottom left no-repeat;
}

/* PROJECTS */

.projects .simple_form ul {
	overflow: hidden;
	margin-bottom: 35px;
}

.projects .simple_form li {
	float: left;
	margin-right: 10px;
	line-height: 1em;
}

.projects .simple_form li select {
	width: 150px;
}

.projects .simple_form li .submit {
	margin-top: -1px;
}

.projects .simple_form li em {
	display: block;
	padding: 4px 0 0 6px;
	font-style: normal;
	font-size: .8em;
	color: #828282;
}

#general_search #query {
	width: 306px;
	padding: 2px;
	border: 1px solid #49494f;
}