/*
Theme Name: HDinfo
Theme URI: http://wordpress.org/
Description: TBD
Author: Zax Glavor
Version: 1.0
*/

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: none;
	outline: none;
	}

html {
	font-size: 1em;
	}

body {
  	background: #ccc url(/site-images/body-background.png) repeat-x top;
  	margin-top: 0 0 30px 0;
	font-size: 0.65em;
	}

#container {
	margin: 0 auto;
	width: 950px;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #666;
	}

#container2 {
	background: #fff;
	margin: 0pt auto;
	font-size: 11px;
	line-height: 1.6em;
	color: #333;
	overflow: hidden;
	height: 1%;
	}

h1, h2 {
	font-size: 1.6em;
	color: #e12;
	font-weight: normal;
	}

h3 {
	font-size: 1.4em;
	color: #333;
	}

h4 {
	font-weight: normal;
	font-size: 1.1em;
	color: #333;
	}

a {
	text-decoration: none;
	font-weight: bold;
	color: #048;
	}

a:hover {
	text-decoration: underline;
	}

form {
	font-size: 0.9em;
	}

label {
	clear: both;
	float: left;
	width: 220px;
	height: 20px;
	border: 1px solid #fff;
	padding: 3px 3px 3px 0;
	font-size: 1.1em;
	margin: 0 0 3px 0;
	text-align: right;
	}

input {
	width: 320px;
	height: 20px;
	border: 1px solid #048;
	padding: 3px;
	font-size: 1.1em;
	margin: 0 0 3px 0;
	}

textarea {
	width: 320px;
	height: 150px;
	border: 1px solid #048;
	padding: 3px;
	font-size: 1.1em;
	margin: 0 0 3px 0;
	}

.button {
	border: 1px solid #048;
	padding: 2px;
	background-color: #048;
	color: #fff;
	font-size: 11px;
	}

#header {
	clear: both;
	background: url(/site-images/hdinfo.png) no-repeat right top;
	height: 100px;
	width: 950px;
	overflow: hidden;
	}

#header h1 {
	margin: 40px 0 0 30px;
	padding: 0;
	}

#header p {
	margin: 0 0 0 30px;
	}

#tabs10 {
	font-size: 1.1em;
	display: block;
	width: 950px;
	overflow: hidden;
	height: 1%;
	margin-bottom: 10px;
	background: url(/site-images/menu-background.gif) repeat-x;
	background-position: 0 -42px;
	}

#tabs10 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#tabs10 li {
	margin: 0;
	padding: 0;
	display: inline;
	}

#tabs10 a {
	border-right: 1px solid #fff;
	margin: 0;
	padding: 0;
	background: url(/site-images/menu-background.gif) repeat-x;
	text-decoration: none;
	float: left;
	}

#tabs10 a span {
	padding: 4px 12px;
	display: block;
	color: #fff;
	float: left;
	}

#tabs10 a span {
	float: none;
	}

#tabs10 a:hover {
	background-position: 0 -42px;
	}

#tabs10 a:hover span {
	}

#content {
	padding: 10px 20px 20px 20px;
	float: left;
	width: 700px;
	}

#content p {
	padding-bottom: 5px;
	}

#sidebar {
	padding: 10px 20px 20px 0;
	float: right;
	width: 190px;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar li {
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	}

#news {
	padding: 1px;
	float: right;
	width: 185px;
	font-size: 8px;
	line-height: 10px;
	}

#news p { border-bottom: 1px solid #ccc;
	padding-bottom: 1px;
	}

#footer p {
	text-align: center;
	padding: 0;
	margin: 0;
	color: #555;
	font-size: 0.9em;
	margin-top: 10px;
	}

#footer p a {
	color: #777;
	font-weight: normal;
	}

#footer p a:hover {
	color: #048;
	}

#space {
	height: 30px;
	width: 950px;
	display: table;
	}

form table td {
	text-align: right;
	}

.home-section {
	width: 320px;
	height: 140px;
	padding: 10px 0;
	margin-right: 20px;
	float: left;
	overflow:hidden;
	}

.home-section img {
	height: 35px;
	padding-bottom: 10px;
	}

.red {
	color: #f00;
	}