html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}

body {
	font-family: Georgia, Times, serif;
	margin: 0;
	padding: 0;
	background: url(img/bg_body.png) repeat-x top center;
}
#wrapper {
	margin: 0 auto;
	position: relative;
	width: 800px;
}
#navigation {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	float: right;
	height: 64px;
	line-height: 64px;
	margin: 0 0 3px;
	padding: 0 25px 0 0;
}
#navigation li a {
	font-weight: normal;
	text-decoration: none;
	font-size: 18px;
	color: #746359;
}
#navigation li a:hover {
	color: #cec5bb;
}

.contact_info {
	font-size: 1.0em;
}
.navigation {
	margin: 0 0 10px 0;
	font-size: .9em;
}
#home a img {
	border: 0;
	margin: 15px 0 0;
}
li#home {
	float: left;
}
li#support a, li#login a {
	color: #f4ffb3;
}
li#support a:hover, li#login a:hover {
	color: #FFF;
}
li#support {
	padding: 0;
	width: 110px;
	text-align: left;
	background: #b0d233;
}
li#login {
	padding: 0;
	text-align: center;
	width: 110px;
	background: #b0d233;
	float: right;
}
#headerImage {
	clear: both;
	margin: 4px 0 0;
	background: no-repeat;
}
#pageBody {
	font: 12px "Lucida Sans Unicode", "Lucida Grande",
        Verdana, Arial, Helvetica, sans-serif;
	margin: 25px 0 0;
	float: left;
	width: 550px;
}
#sideBar {
	float: right;
	background: #b0d233;
	width: 220px;
}
#sideBar .block {
	padding: 15px;
	border:	2px;
}
#sideBar .block h3 {
	font-size: 1.3em;
	line-height: 1em;
	margin: 0 0 6px;
	padding: 0;
	color: #FFF;
}
#sideBar p {
	font: 11px/1.5em "Lucida Grande", "Lucida Sans", verdana, sans-serif;
	margin: 0;
	paddign: 0;
}
#sideBar ul {
        font: 1.1em/1.3em "Lucida Grande", "Lucida Sans", verdana, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
}
#sideBar a {
	color: #f4ffb3;
	text-decoration: none;
}
#sideBar a:hover {
	color: #FFF;
	text-decoration: none;
}
#sideBar ul li {
	margin: 0 0 3px;
}
#sideBar .block {
/*	border-bottom: 1px solid #FFF;*/
}
#foot {
	clear: right;
        font: 12px/1.3em "Lucida Grande", "Lucida Sans", verdana, sans-serif;
	color: #A59C93;
	padding: 15px 0 0;
	width: 220px;
	float: right;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	margin:  0 0 .75em;
	padding: 0;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.9em;
}
.headline {
	display: none;
}
.subheadline {
	font-size: 1.5em;
	display: inline;
	margin: 0;
	color: #665951;
}
#pageBody p {
	line-height: 1.5em;
}

#comment {
	width: 500px;
	height: 150px;	
}
.postmetadata {
	color: #555;
	border: 1px solid #CCC;
	border-width: 1px 0;
	background: #EEE;
	padding: 5px 10px;
}

/* Front page */

.products {
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
}
.products li {
	float: left;
	border: 1px solid #666;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
}
.products li a {
	color: #333;
	text-decoration: none;
	font-size: 1.1em;
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
	display: block;
	padding: 10px;
	height: 100px;
	width: 90px;
	border: 5px solid #CCC;
}
.products li a:hover {
	border-color: #B0D233;
}

.products li#webdev a {
        background: url('img/html.png') no-repeat bottom right;
}
.products #webdev a:hover {
        background-image: url('img/html_hover.png');
}

.products li#sysadmin a {
        background: url('img/sysadmin.png') no-repeat bottom right;
}
.products li#sysadmin a:hover {
        background-image: url('img/sysadmin_hover.png');
}

.products li#security a {
        background: url('img/security.png') no-repeat bottom right;
}
.products li#security a:hover {
        background-image: url('img/security_hover.png');
}

.products li#dba a {
        background: url('img/database.png') no-repeat bottom right;
}
.products li#dba a:hover {
        background-image: url('img/database_hover.png');
}


.newsItem {
	padding: 0 0 25px 0;
	width: 260px;
	margin: 0 10px 0 0;
	float: left;
}
.newsItem a.categoryName {
	font-size: 1em;
	border: none;
	display: block;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	color: #A5C139 !important;
	font-weight: bold;
        font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
}
.newsItem a.categoryName:hover {
	background: transparent;
}
.newsItem a {
	color: #555;
	text-decoration: none;
}
.newsItem a:hover {
	color: #000;
}
.newsItem p {
	margin: 0;
	padding: 0;
}
.newsItem h3 {
	margin: 0;
	padding: 0 0 .25em;
	font-size: 2em;
}
.newsItem .readMore {
	color: #666;
	text-align: right;
	padding: 5px 0 0;
	font-weight: bold;
}
