/*
File:            custom.css
Description:    Custom styles for Thesis
*/

.custom {
	background: #EEEEEE;
}

.custom #container {
	margin-top: 2.0em;
	margin-bottom: 2.0em;
	border: 0.1em solid #DDDDDD;
}

.custom #page {
	background: #FFFFFF;
}

.custom #header {
	border-bottom: 0;
}

.custom #header #logo a {
	color: #000080;
}

.custom ul#tabs li a { display: block; line-height: 1em; color: #111; text-transform: uppercase; letter-spacing: 0; }

.custom a, .custom a:visited { color: #000080; }
.custom a:hover { color: #000080; }

.custom #container #page #header p#logo a { color: #000080; }

.custom #container #page ul#tabs li a { color: #000080; }
.custom #container #page ul#tabs { border-color: #C4C4FB; }
.custom #container #page ul#tabs li { border-color: #C4C4FB; }

.custom #container #page #header { border-color: #C4C4FB; }
.custom #container #page #footer { border-color: #C4C4FB; }
.custom #container #page #content_box #content .post_box { border-color: #C4C4FB; }

.custom .alignright { float:right; margin: 0 0 15px 15px; }

.custom .entry-content ol li, .custom .entry-content ul li { margin-bottom: 1em; }



/*---:[ dfw form ]:---*/

li.widget_dfw h3 { color: #000080; }

form select { font-family: Georgia; }
form select option { font-family: Georgia; }
form input { font-family: Georgia; }

form input.SearchTextField { margin-bottom: 10px; }
form select.SearchListMenu1 { margin-bottom: 10px; }
form select.SearchListMenu2 { margin-bottom: 10px; }
.dfw-item form select { width: 95%; }
form input.SearchButton { margin-top: 10px; }
form.dfw-content { margin-bottom: 20px; }



/*---:[ top 5 table ]:---*/

.custom .format_text table#top5 {
	font-size: 0.8em;
	line-height: 1.5em;
}

.custom .format_text table#top5 tr td {
	padding-bottom: 30px;
}

.custom .format_text table#top5 tr td img {
	padding-right: 15px;
}

.custom .format_text table#top5 tr {
	vertical-align: top;
}


/*---:[ QDF ]:---*/

.custom form fieldset {
	display: block;
	padding: 0;
	margin: 0 0 7px 0;
	border: 0;
}

.custom h3.qdf-header {
	color: #DE0000;
}

.custom .dfw-item form input.searchtextfield, .custom .textwidget form select {
	width: 95%;
	padding: 0;
}

.custom input.qdf-submit {
	background-color: #DE0000;
	font-weight: bold;
	color: white;
	width: 80%;
	text-align:center;
	padding: 5px;
}

.custom .dfw-item form label {
	font-size: 0.85em;
	font-weight: bold;
	font-family: "Verdana", "Arial", sans-serif;
}