﻿/*
	Hi-Tech Computers Redesign 2009
	@2009 Hi-Tech Computers
*/

*
{
padding: 0px;
margin: 0px;
}

body
{
	background: #FFF url('images/bg.png') repeat-x;
	font-size: 12px;
	font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
	color: #1F1F1F;
	line-height: 18px;
	height: 100%;
}

html, #wrap {
	height: 100%;

}

body > #wrap {
	height: auto; 
	min-height: 100%;
}

#main {
	width: 735px;
	padding: 5px 0px 70px 0px;
	margin-left: auto;
	margin-right: auto;
    background: #FFF;
} 



h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	letter-spacing:-0.05em;
	font-family:Arial;
}
h1 {font-size:200%;}
h2 {font-size:170%;}
h3 {font-size:150%;}
h4 {font-size:130%;}
h5 {font-size:110%;}
h6 {font-size:100%;}

img {
	border:0;
}

a
{
color: #0033AA;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
color: #53F;
}

/*Header*/

#header {
	width: 725px;
	margin: 0 auto;
	height: 142px;
}

#splash {
	width: 715px;
	margin: 5px auto;
	height: 92px;
	background: url('images/banner.png') no-repeat;
	padding: auto;
}

/*Menu*/

#menu {
	width: 715px;
	margin: auto;
	height: 50px;
	background: url('images/menubg.png') repeat-x left top;
}


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

#menu li {
	display: inline;
}

#menu a {
	float: left;
	height: 50px;
	padding: 10px 18px 8px 16px;
	text-decoration: none;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

#menu a:hover {
	height: 24px;
	color: #000000;
	background: #FFF600 url('images/mouseover.png') repeat-x right top;
	text-decoration: underline;
}

#phone {
float: right;
font-family: monospace;
margin: 10px 24px 16px 16px;
color: #FFFFFF;
font-weight: bold;
font-size: 22px;
}
/*End Header*/



/* Content */

#content {
	float: left;
	width: 475px;
	margin: auto 5px;
}

.date
{
float: right;
padding-top: 18px;
color: #888;
font-weight: bold;
font-size: 12px;
}

.posts {
	padding-bottom: 15px;
	line-height: 200%;
}

.posts p {
	padding-top: 5px;
}

.posts h1 {
	font-weight: normal;
	font-size:150%;
}

.posts h2 {
	font-size:125%;
	padding: 5px 5px auto auto;
}

.posts h3 {
	font-size:105%;
	font-weight: normal;
	margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.posts img {
	display: block;
	margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.title {
	margin: 0;
	padding: 10px 10px;
	font-weight: normal;
	color: #330066;
	border-bottom: 1px #616161 dashed;
}

.entry {
	padding: 0 0 0 10px;
}


/* Sidebar */

#sidebar {
	margin: 5px;
	float: right;
	text-align: left;
	width: 225px;
	font-size: 12px;
	padding: 4px 2px 4px 2px;
}

#sidebar p {
padding: 0px 8px;
}

#sidebar h2
{
position: relative;
font-size: 16px;
line-height: 25px;
color: #111;
padding: 8px 2px 2px 2px;
border-bottom: 1px #616161 dashed;
margin-bottom: 8px;
font-weight: bold;
}

#sidebar h3
{
padding: 0px 6px;
position: relative;
top: 2px;
font-size: 14px;
line-height: 10px;
color: #222;
margin-bottom: 2px;
font-weight: bold;
}

/* Footer */

#footer {
	margin-left: auto;
    margin-right: auto;
	position: relative;
	margin-top: -70px; /* negative value of footer height */
	width: 725px;
	height: 70px;
	padding: auto;
	background: #FFF no-repeat left top;
	clear:both
}

#partners img {
	margin: 96px auto 0 auto;
	margin-left: auto;
    margin-right: auto;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer a {
	color: #6E8A21;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
