/*
Theme Name: Proximity
Theme URI: none
Description: Theme for jbomb.net.  Not for redistribution or reuse.
Version: 1.1
Author: Justin Cady
Author URI: http://jbomb.net

*/

body{
	background:#111;
	color:#454545;
}
#page{
	background:#fff;
}
.wrapper{
	margin:0 auto;
	padding:0 20px;
	width:780px;
}
#header{
	background: -moz-linear-gradient(0 40% 90deg,#eee,#fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	border-bottom:1px solid #ddd;
	color:#333;
	margin:0 0 1em 0;
	padding:1em 0 0 0;
}
h1.title{
	float:left;
}
h1.title a{
	color:#333;
	text-decoration:none;
}
h1.title span{
	color:#999;
	display:block;
	font-size:0.8em;
}
#menu{
	float:left;
	text-transform:uppercase;
}
#menu li{
	float:left;
	list-style-type:none;
	margin:0 20px 0 0;
	width:140px;
}
#menu li.last{
	margin:0 !important;
}
#menu a{
	color:#333;
	float:left;
	font-weight:bold;
	line-height:1.2em;
	text-decoration:none;
	width:140px !important;
}
#menu a:hover{
	color:#c32e1d;
}
#menu a span{
	color:#777;
	display:block;
	font-size:0.9em;
	font-weight:normal;
}
#menu a:hover span{
	color:#999;
}
/* Content */
#content{
	min-height:400px;
	padding:0 0 30px 0;
}
#content ul,
#content ol{
	list-style-type: disc;
}
a{
	color:#c32e1d;
}
a:hover{
	text-decoration:none;
}
div.info{
	float:left;
	width:140px;
}
div.categories a,
div.comment_number a{
	color:#777;
	display:block;
	text-transform:uppercase;
}
div.date,
div.page_title{
	text-transform:uppercase;
}
div.title{
	font-weight:bold;
	display:block;
	text-transform:uppercase;	
}
div.comment_number{
	border-top:1px dotted #ccc;
	margin:0.8em 0 0 0;
	padding:0.4em 0 0 0;
}
div.post{
	float:right;
	margin-bottom:0.6em;
	width:620px;
}
div.post h1,
div.post h1 a{
	color:#1e1e1e !important;
	text-decoration:none !important;
}
div.post h1 a:hover{
	text-decoration:underline !important;
}
.post img{
	border:1px solid #ddd;
	display:block;
	margin:0 auto;
}
.post small{
	color:#555;
	display:block;
	font-style:italic;
	text-align:center;
}
img.right{
	float:right;
	margin:5px 0 10px 10px;
}
img.left{
	float:left;
	margin:5px 10px 10px 0;
}
.newer{
	float:left;
}
.older{
	float:right;
}
/* Comments */
#comments{
	margin:1em 0 0 0;
}
.comment{
	border-top:1px solid #ccc;
	padding:1em 0 1.4285714285714286em 4px;
}
.comment_text{
	float:right;
	width:620px;
}
#comments h4 span{
	float:right !important;
}
div.comment_permalink{
	display:block;
}
div.comment_permalink a{
	background:url('img/comment.png') no-repeat;
	display:block;
	float:left;
	height:16px;
	margin:3px 2px 0 0;
	text-indent:-9999px;
	width:16px;
}
.comment_author a{
	color:#333;
}
.author .comment_author,
.author .comment_author a{
	color:#c32e1d;
}
#comments label{
	display:block;
	margin:0;
}
#postcomment{
	border-top:1px solid #ddd;
	padding:1em 0 0 0;
}
#comment_form input,
#comment_form textarea{
	padding:2px;
}
span.required{
	color:#c32e1d;
}
#subscribe{
    float:left;
}
#guidelines h3{
	margin:0;
}
/* Other Structure */
div.two,
div.three,
div.four,
div.six,
div.eight,
div.full{
	float:left;
	margin-right:20px;
}
.two{
	width:140px;
}
.three{
	width:220px;
}
.four{
	width:300px;
}
.six{
	width:460px;
}
.eight{
	width:620px;
}
.full{
	margin-right:0 !important;
	width:780px !important;
}
div.last{
	margin-right:0 !important;
}
/* Footer */
#footer{
	background:#111;
	color:#fff;
	padding:20px 0;
}
#footer p,
#footer li a{
	font-size:0.9em;
}
#footer h2{
	margin-bottom:0.7em !important;
	text-transform:uppercase;
}
#footer a{
	color:#E14433;
	text-decoration:none;
}
#footer a:hover{
	color:#eee;
}
#copy{
	padding:1em 0 0 0;
}
/* Clearfix */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
