/* BEGIN 960.gs import */
@import url("960/960.css");
/* END 960.gs import */

/* BEGIN other imports */
@import "css/nav.css";
@import "css/sticky.css";
@import "css/includes.css";
/* END other imports */

body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	background: url("../images/topRepeat.gif") repeat-x;
	}

/* TYPOGRAPHY */
/* ----------------------------------------- */

a { color: #af0505; text-decoration: none; }
a:hover { text-decoration: underline; }
	
p { 
	margin: 10px 0; 
	line-height: 1.3em;
	}

/* Headers */

h1 {
	font-weight: normal;
	font-size: 20px;
	}
	
h2 {
	font-size: 14px;
	color: #b21212;
	font-weight: bold;
	}
	
h3 {
	font-size: 16px;
	font-weight: bold;
	}

.post ul {
	line-height: 1.5em;
	margin: 10px 0 10px 20px;
	}
	
.post li {
	list-style: square;
	}

/* LAYOUT */
/* ----------------------------------------- */

/* about us */
.clients img{
	margin-right: 25px;
	}
	
.contactPage {
	font-size: 16px;
	}

#contactForm {
	padding-top: 30px;
	background: url("../images/contactPage.gif");
	width: 620px;
	height: 160px;
	}
	
.contactRight{
	margin: 0 0 18px 105px;
	}
	
.contactSubmit {
	margin-left: 75px;
	}	

.contactLeft{
	margin-bottom: 18px;
	}
	
/* BLOG */

.postTitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	}
	
.theDate {
	margin-top: -8px;
	font-size: 12px;
	}

.widget {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
	}

.widgettitle {
	color: black;
	}
	
.widget li {
	margin-left: 20px;
	list-style: disc;
	font-size: 12px;
	}
	
.author {
	float: left;
	width: 160px;
	}
	
.content {
	float: right;
	width: 540px;
	}
	
.history {
	float: left;
	display: inline;
	width: 540px;
	margin-left: 160px;
	margin-bottom: 25px;
	}
	
.history2 {
	float: left;
	display: inline;
	width: 700px;
	margin-bottom: 25px;
	}