/*
File:            custom.css
Description:    Custom styles for Thesis
*/

.custom {
	background: #e8f2ec;
}

.custom #container {
	margin-top: 1em;
	margin-bottom: 1em;
	border: 0.1em solid #DDDDDD;
}

.custom #page {
	background: #FFFFFF;
	padding-top: 0;
}

.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; background-color:#e8f2ec; }
.custom #container #page ul#tabs li.rss { background-color:#ffffff; }

.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; }
li.widget 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 .textwidget form input.searchtextfield, .custom .textwidget form select {
	padding: 2px;
}

.custom input.qdf-submit {
	color:#fff;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
	width:138px;
	height:33px;
	background:url('./images/find_now.gif') no-repeat;
	border:0px;
	font-style:oblique;
	font-family: Arial, Helvetica, sans-serif!important;
	margin-left:0;
}

.custom input.qdf-submit:hover {
	background:url('./images/find_now.gif') no-repeat bottom;
}

.custom .textwidget form label {
	font-size: 0.85em;
	font-weight: bold;
	font-family: "Verdana", "Arial", sans-serif;
}


/*---:[ HomePage Index ]:---*/

.custom ul.index li {
	margin:0;
}

