/*
Theme Name: Unihut
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/
body {
	background: url(images/bg.jpg) #fff;
	font-family: arial;
	font-size: 11pt;
	padding: 0px;
	margin: 0px;
	color: #171844;
	text-align: center;
}

a {
	color: #eee;
	text-decoration: none;
}

.current_page_ancestor a,
.current_page_item a, 
a:hover {
	color: #d41202;
}

img {
	border: 0px;
}

.size-thumbnail {
	margin: 20px 0 0 35px;
	padding: 2px;
	border: 2px solid #e8e7ec;
}

img.border {
	padding: 2px;
	border: 2px solid #e8e7ec;
}

#top-panel {
	background: url(images/topbg.jpg) repeat-x;
	color: #eee;
	height: 55px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 14pt;
	z-index: 100;
}

#top-panel .content {
	width: 900px;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
}

#top-panel .logo {
	background: url(images/logobg.gif) no-repeat;
	width: 210px;
	height: 138px;
	float: left;
	padding: 0px;
	margin: 0 0 0 30px;
	text-align: center;
}

#top-panel img {
	margin-top: 10px;
	margin-right: 5px;
}

#top-panel ul.menu {
	float: right;
	padding: 0px;
	margin: 12px 30px 0 0;
}

#top-panel .content ul li {
	display: inline;
	text-transform: uppercase;
	font-size: 11pt;
	font-weight: bold;
	margin-right: 10px;
}

#cert div {
	margin-bottom: 10px;
}

#bigimage {
	width: 950px;
	height: 400px;
	background: url(images/imagebigbg.gif) no-repeat;
	margin: 0 auto 0 auto;
	padding: 0;
}

#content-header {
	background: url(images/content-header.gif) no-repeat;
	margin: 0 auto 0 auto;
	width: 950px;
	height: 31px;
}

#content-row {
	width: 950px;
	margin: 0 auto 0 auto;
	background: url(images/contentbg2.gif) repeat-y;
}

#content {
	width: 950px;
	padding: 10px 25px 10px 25px;
	background: url(images/contentbg1.gif) no-repeat;
}

.contact p {
	margin: 0;
}

#sidebar {
	width: 260px;
	text-align: center;
	float: left;
}

#sidebar .current_page_ancestor ul li.current_page_ancestor ul a,
#sidebar .current_page_ancestor ul li a, 
#sidebar .current_page_ancestor ul li.current_page_item ul li a, 
#sidebar .current_page_item ul a, 
#sidebar a {
	color: #171844;
}

#sidebar .current_page_ancestor ul .current_page_ancestor ul .current_page_item a,
#sidebar .current_page_ancestor ul li.current_page_ancestor a,
#sidebar .current_page_ancestor ul li.current_page_item a,
#sidebar .current_page_ancestor a, 
#sidebar .current_page_item a, 
#sidebar a:hover {
	color: #d41202;
}

#sidebar .box ul {
	margin: 5px 0 0 0;
	padding: 0px;
	list-style-type: circle;
	text-align: left;
	margin-left: 30px;
}

#sidebar .box ul li{
	padding-bottom: 4px;
}

#sidebar .box ul ul {
	margin-left: 10px;
	font-size: 12px;
}

#sidebar .box {
	text-align: center;
	background: #E8E7EC;
	width: 215px;
	margin: 0 auto 10px;
}

#sidebar .box p.header{
	padding: 0; margin: 0;
	background: url(images/box-header.jpg) no-repeat;
	height: 13px;
}

#sidebar .box p.footer{
	padding: 0; margin: 0;
	background: #ffffff url(images/box-footer.jpg) no-repeat;
	height: 13px;
}

#sidebar .box p.content {
	margin: 0px;
	padding: 0 10px 0;
}

#sidebar .box .title {
	font-weight: bold;
	border-bottom: 1px solid #171844;
}

#text {
	float: left;
	width: 600px;
}

#text a {
	color: #171844;
	text-decoration: underline;
}

#text a:hover {
	text-decoration: none;
}

#text h2 {
	padding: 0px 0px 1px 0px;
	margin: 5px 0 0 0;
	border-bottom: 1px solid #171844;
	text-transform: uppercase;
	font-size: 24px;
	text-align: left;
}

.contact h2 {
	border: none;
	font-size: 16px;
}

#ue {
	margin-top: 40px;
}

#text p {
	line-height: 25px;
	text-align: left;
}

#text ul li {
	text-align: left;
	line-height: 23px;
}

#footer {
	border-top: 1px solid #1a1944;
	width: 870px;
	margin: 20px auto 0 auto;
	font-size: 11px;
}

#flash_ban {
	height: 100px;
	margin-bottom: 20px;
}

#footer a { 
	color: #1a1944;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	display: inline;
	margin: 0 8px 0 8px;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 0;
	line-height: 0;
}

.entry {
	margin-top: 20px;
}

.entry .cert {
	float: left;
	width: 280px;
	margin-right: 20px;
}

#text .entry h4 a { text-decoration: none; }
#text .entry h4 a:hover { text-decoration: underline; }
