
/*
Theme Name: Velograph Simple
Theme URI: 
Description: A nice simple layout for velograph
Version: 1.0
Author: Jason Britton
Tags: simple, two columns, 960 grid system


*/


body {
	background: #000 url('http://velograph.net/images/velograph_lg_bg.jpg') no-repeat fixed left bottom;
	color: #fafafa;
	font-family: 'Trebuchet MS';
}


h1 {
	font-size: 2em;
	margin-bottom: 5px;
}

h2 {
	font-size: 1em;
	margin-bottom: 5px;	
}

h3 {
	font-family: Georgia;
	font-size: 1.2em;
	margin-bottom: 5px;	
}

h4 {
	font-size: .75em;
	font-weight: nornal;
	margin-bottom: 0px;	
}

p {
	color: #fafafa;
	line-height: 1.5em;
}

a {
	color: #cec538;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.container {
	background: url('http://velograph.net/wordpress/wp-content/themes/velograph/images/container_bg.png') transparent repeat-y;
	width: 976px;
}

#header {
	padding: 20px 20px 20px 0px;
}

#main_content_area {
	border: 2px solid #fff;
}

.post_navigation {
	margin-bottom: 20px;	
}

.post {
	margin-bottom: 20px;
}

.post h2 {
	color: #e16528;
	font-family: Georgia;
	font-size: 2.2em;
	font-style: italic;
}

#content a {
	color: #e16528;
}

.post h4 {
	margin-bottom: 10px;
}

.postmetadata {
	border-bottom: 2px dotted #2876e1;
	border-top: 2px dotted #2876e1;
	padding: 5px 0px;
}

#sidebar {
	padding: 10px;

	width: 209px;
}

#sidebar ul li {
	margin-bottom: 10px;
}

#sidebar ul li ul li {
	margin-bottom: 3px;
	padding-left: 10px;
}

#searchform input[type="text"] {
	width: 95%;
}

#searchform input[type="submit"] {
	background: none;
	border: none;
	clear: both;
	color: #e16528;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0px;
}

#footer {
	clear: both;
	margin-top: 20px;
	text-align: center;
}




















