/*  
Theme Name: Utilitarian
Theme URI: http://horizontalwp.com
Description: A simplistic, functional, and unique Wordpress theme perfect for portfolio, photography, or just about any type of blog.
Version: 1.0
Author: Greg Ponchak
Author URI: http://gregponchak.com/

*/
	*
{
	list-style:none;
	font-family:Helvetica, Arial, sans-serif;
	line-height:18px;
	font-size:12px;
	color:#222;
	margin:0;
	padding:0;
}

body
{
	background:#fff;
}

a
{
	color:#222;
	outline:none;
}

a:hover
{
	color:#555;
	text-decoration:underline;
}

blockquote
{
	color:#999;
	font-style:italic;
	float:left;
	padding:10px;
}

small
{
	font-size:10px;
	color:#999;
}

p, .post ul
{
	float:left;
	padding:10px 10px 0 0;
}

h1,h2,h3,h4,h5
{
	font-family:Helvetica, Arial, sans-serif;
}

.clear
{
	clear:both;
}

a img
{
	border:0;
}

#container
{
	background:#fff;
	position:relative;
	margin:0 0 0 25px;
	padding:0 0 5px 400px;
}

#hide
{
	overflow:hidden;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
}

#header
{
	position:absolute;
	top:105px;
	left:50px;
	width:300px;
}

#header h1 a,#header h1
{
	color:#222;
	font-size:20px;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
	padding:2px 3px 2px 0;
}

#header h1
{
	color:#999;
}

#header ul li a
{
	display:block;
	text-decoration:none;
	padding:2px 0;
}

#spacer
{
	width:100px;
	height:41px;
	background:url(top2.jpg) no-repeat left 20px;
}

#subnavigation
{
	background:#eee;
	color:#000;
	float:left;
	position:relative;
	padding:105px 10px 0;
}

#subnavigation div
{
	width:300px;
	float:left;
	padding:0 10px;
}

#subnavigation input
{
	color:#000;
}

#subnavigation div h5
{
	font-weight:700;
	font-size:18px;
	padding-bottom:41px;
	background:url(top2.jpg) no-repeat left 38px;
	color:#222;
	text-transform:uppercase;
}

#subnavigation div ul li a
{
	display:block;
	text-decoration:none;
	color:#222;
	padding:2px;
}

#subnavigation div ul li a:hover
{
	background:#222;
}

#subnavigation div#tracer
{
	position:relative;
	top:0;
	right:0;
	width:1px;
	height:1px;
}

.post
{
	float:left;
	margin-right:50px;
	position:relative;
	background:url(top.jpg) no-repeat 50px top;
	padding:105px 50px 0;
}

.alt
{
	background:#fff url(top.jpg) no-repeat 50px top;
}

.post .content p
{
	float:left;
	overflow:auto;
}

.post .content img,.post .content p img,.post .content p div img,.alignnone,img
{
	float:left;
	padding:0 5px;
}

.post h2 b
{
	float:left;
	text-align:center;
	width:25px;
	color:#000;
	font-weight:400;
}

.postcontent2 .commentlist li
{
	float:left;
	padding:10px;
}

.postcontent2 .commentlist li small.commentmetadata
{
	display:none;
}

.postcontent2 .commentlist li p,.postcontent2 .commentlist li p div
{
	float:none;
	margin:0;
	padding:0;
}

#end
{
	padding-top:105px;
	margin-right:50px;
	float:left;
}

.commentpost
{
	width:300px;
	overflow:auto;
	float:left;
	margin:0 50px;
	padding:0;
	scroll:auto;
}

.commentlist
{
	width:280px;overflow:hidden;
}

.commentlist li.alt
{
	background:#ededed;
}

.commentlist li p,
{
	width:auto;
}

#header ul li,#subnavigation div ul li
{
	display:inline;
}

h2.title,h2.title a,#end a
{
	color:#999;
	font-size:20px;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
	padding:2px 3px 2px 0;
}

h2.title a,#end a:hover
{
	color:#222;
}

#loading { background:#fff;bottom:0;left:0;padding:50px;position:absolute;right:0;top:0; }
