/*  
Theme Name: Onsightgray
Theme URI: http://www.on-sight.com/
Description: Customized theme based on Sharpfolio http://webrevolutionary.com/
Version: 1.0 - 
Author: Scott Martin
Author URI: http://www.on-sight.com/
*/

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 13px;
	color: #aaa;
	background: #222;
	border-top: 5px solid #111;
}
/* this controls the links on the sidebar*/
div#center a, div#right a {
	color: #aaa;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}
/* this controls the links in posts*/
div#left a {
	color: #ddd;
	text-decoration: none;
}
/* this controls Header 1 in posts*/
div#left h1 {
	font-size: 16px;
	color: #ddd;
	font-weight: bold;
	margin: 0 0 8px 0;
}
/* this controls Header 4 in posts*/
div#left h4 {
	font-size: 15px;
	color: #ddd;
	font-weight: bold;
}
/* this controls Header 5 in posts*/
div#left h5 {
	font-size: 13px;
	color: #ddd;
	font-weight: bold;
}
/* this controls the link hover*/
div#center a:hover, div#right a:hover {
	border-bottom: 1px solid #666;
	color: #ddd;
}
/* this controls the link hover in posts*/
div#left a:hover {
	border-bottom: 1px solid #444;
	color: #fff;
}
strong {
	font-weight: bold;
}
div#wrapper {
	width: 860px;
	margin: auto;
	text-align: left;
}
ul#navigation {
	display: block;
	float: right;
	list-style: none;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	color: #555;
	background: #222;
	display: block;
	float: left;
	padding: 5px 10px;
	margin: 0 3px;
	text-decoration: none;
	font-weight: bold;
}
ul#navigation li.current_page_item a {
	color: #888;
	background: #111;
}
ul#navigation li a:hover, ul#navigation li:hover a {
	color: #ccc;
	text-decoration: underline;
}
div#header {
	padding: 0 0 10px 0;
	display: block;
	clear: both;
}
/* this controls the site title*/
div#header h1 {
	font-size: 48px;
	color: #888;
	font-weight: bold;
	letter-spacing: -2px;
	display: inline;
	margin: 0 2px 0 4px;
}
div#header h1 a {
	color: #888;
	text-decoration: none;
}
/* this controls the site title hoover*/
div#header h1 a:hover {
	color: #aaa;
}
/* this controls the site subtitle*/
div#header h2 {
	font-size: 23px;
	color: #555;
	font-weight: bold;
	letter-spacing: -1px;
	vertical-align: 20%;
	display: inline;
	margin: 0 0 0 8px;

}
div#left {
	width: 620px;
	float: left;
	margin: 0 20px 0 0;
}
div#right {
	width: 210px;
	float: right;
}
div#center {
	width: 860px;
	float: left;
	margin: 0 20px 0 0;
}
/* this controls the headers in the sidebar*/
div#right h2, div#center h2, div#left h2 {
	font-size: 16px;
	color: #ddd;
	font-weight: bold;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #333;
}
div#notes, div#links {
	margin: 30px 0 0 0;
	border-bottom: 1px dotted #666;
}
div.note {
	margin: 0 0 15px 0;
}
div.note h3 {
	font-weight: bold;
	font-size: 15px;
	color: #999;
}
div#footer {
	font-size: 10px;
	margin: 10px 0 0 0;
	border-top: 1px solid #333;
	padding: 10px 0 0 0;
	clear: both;
	float: left;
	width: 860px;
	color: #666;
}
div#footer a {
	color: #888;
	text-decoration: none;
}
div#footer a:hover {
	color: #666;
	text-decoration: none;
}
div.work-image a {
	border: none!important;
}
div.work-image img {
	padding: 0px;
	background: #222;
	border: 0px solid #222;
}
div.work-image a img {
	border: 0px solid #222;
}
div.work-image a:hover img {
	background: #444;
	border: 0px solid #333;
}
div.content-box {
	margin: 0 0 20px;
}
/* this controls the post title*/
div.content-box h3 {
	font-size: 18px;
	font-weight: bold;
	color: #ddd;
	margin: 0 0 5px;
}
/* this controls the post date*/
div.content-box h3 em {
	font-size: 18px;
	font-weight: bold;
	color: #555;
}
div#left p {
	margin: 0 0 20px 0;
}
div#center p {
	margin: 0 0 20px 0;
}
div.contactform label {
	display: block;
	margin: 15px 0 0 0;
	font-size: 12px;
	color: #888;
	font-weight: bold;
}
div.contactform input#contactsubmit {
	position: relative;
	top: 10px;
}