/*  
Loosely based on Grid Focus Public by Derek Punsalan http://5thirtyone.com/
*/

/* masthead / footer - navigation and categories */
#archives {
	background:#333;
}
#archives ul {
	list-style:none;
	padding:5px 0 3px 0;
}
#archives li {
	float:left;
	display:block;
	width:101px;
}
#archives li a {
	font-weight:bold;
	color:#7F7F7F;
	width:99px;
	display:block;
	padding:2px 0 4px 5px;
}
#archives li a:hover {
	color:#EEE;
}
/* style individual sidebars */
#midCol a {
	font-weight:bold;
}
#midCol p {
	color:#777;
}
.middle_links {
	margin-bottom:18px;
}
#searchWrap {
	margin-bottom:16px;
}
#searchWrap input {
	vertical-align:middle;
}
#searchWrap #s {
	height: 18px;
	border:1px solid #BBB;
	padding:0;
	margin: 0 3px 0 0;
	width:210px;
}
#midCol ul {
	list-style:none;
}
.middle_links ul li {
	color:#7F7F7F;
	line-height:18px;
	border-top:1px solid #BBB;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 0 12px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 16px;
}
#tertCol p {
	color:#777;
}
#elseWhere {
	margin: 0 0 18px 0;
}
#elseWhere ul {
	list-style-type: none;
}
#elseWhere li {
	line-height: 18px;
	list-style-type: none;
	color:#777;
}
/* wordpress entries styling - main content column */
.postMeta {
	background:url(images/dot.gif) repeat-x left center;
	text-transform:uppercase;
	font-size:11px;
	text-align:right;
	line-height: 18px;
}
.postMeta span.date {
	background:#FFF;
	color:#7F7F7F;
	padding:0 2px 0 4px;
}
.postMeta span.comments {
	background:#FFF url(images/chat_grey.gif) no-repeat left center;
	padding-left:15px;
	margin-left:2px;
}
.postMeta span.comments a, .postMeta span.date a {
	color:#555;
}

.post h2 a {
	width:100%;
	display:block;
	outline:none;
}
.entry h3 {
	margin:18px 0;
}
/*
.post .entry {
 overflow:hidden;
}
*/
.post .entry p {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0;
}
.post .entry p a {
}
.entry blockquote {
	margin:0 18px 0;
}
.entry ul {
	margin:0 18px 0;
	list-style:none;
}
.entry li a {
	color:#333;
	font-weight:bold;
}
.entry ul li {
	list-style: disc;
}
.entry ol {
	margin:0 18px 18px 18px;
}

.entry img, .entry a img {
	border:3px solid #EEE;
}
.entry a:hover img {
	border-color:#DFDFDF;
}
.entry table tr {
	padding: 18px 0;
}
.entry table tr.alt {
	background: #eee;
}
/* style pagination buttons */
#more_reading {
	color: #7F7F7F;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 18px;
	text-align: right;
}
#more_reading p, #more_reading img {
	vertical-align: middle;
}
#more_reading a img {
	border: none;
	margin:0 0 18px 2px;
}
/* style me some comments and inputs */
#comments {
	width:360px;
}
#comments h3, h3#respond {
	color:#555;
	margin-bottom:18px;
}
ol.commentslist {
	list-style:none;
	margin:5px 0 15px;
}
.commentslist li {
	background:#FFF url(images/lgrey_diag.gif) repeat top left;
	border:1px solid #BBB;
	margin-bottom:19px;
	padding:10px 0;
}
.commentslist li a {
	font-weight:bold;
}
.commentslist li.alt {
	background:#FFF;
}
.commentslist li:hover {
	border-color:#888;
}
.commentslist .comment_text {
	margin:0 10px;
	overflow:hidden;
}
.comment_text p, .comment_text ul, .comment_text ol, .comment_text blockquote {
	margin:10px 0;
}
.comment_text ul, .comment_text ol, .comment_text blockquote {
	margin:0 18px;
}
p.author_meta {
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 0 10px;
}
p.post_meta {
	font-size:11px;
	text-transform:uppercase;
	text-align:right;
	margin:0 10px 0 0;
}
.commentslist li.author {
	background:#333;
	color:#CCC;
}
.commentslist li.author a {
	color:#DDD;
}
.commentslist li.author a:hover {
	color:#FFF;
}
#comments_closed {
	background:#333;
	color:#ccc;
	padding:10px 0;
	margin-top:10px;
}
p.nocomments {
	margin:0 12px 0 7px;
}
p.nocomments a {
	color:#ddd;
	font-weight:bold;
	text-decoration:underline;
}
p.nocomments a:hover {
	color:#FFF;
}
ol.pingslist {
	margin:18px 40px;
}
.pingslist li {
	color:#7F7F7F;
	margin:0 0 10px 0;
}
.pingslist li a {
	font-weight:bold;
}
#commentform p {
	margin:18px 0;
}
#commentform p a {
	font-weight:bold;
}
#author, #email, #url, #comment {
	border:1px solid #BBB;
	padding:4px;
	width: 230px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
textarea#comment {
	overflow:auto;
	width:98%;
	
}
#commentform p small {
	font-size:10px;
	color:#7F7F7F;
}
.commentslist code {
	background:transparent;
}
/* float rules */
.floatleft {
	float:left;
	margin:0;
}
.floatright {
	float:right;
	margin:0;
}
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
.fix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.fix {
	display:inline-block;
}
* html .fix {
	height:1%;
}
.fix {
	display:block;
}
/*  ////////////////////////////////////////////////  */

/* TIARS */

.showgrid {
/*	background:url(../../../../css/grid.png);*/
}

#mid {
	margin-top: 51px;
}

#content a:link {
	color: #FF6600;
}
#content a:visited {
	color: #000;
}
#content ul {
	margin: 0 0 18px 18px;
}
#content li {
	font-size: 1em;
	line-height: 1.667;
}

.middle_links ul li.feed {
	background-image: url(images/feed-icon-14x14.gif);
}
#elseWhere a:link, #elseWhere a:visited {
	color: #777777;
}
#elseWhere a:hover {
	color: #005bbb;
}
a:hover {
	color: #005bbb;
}
small {
	font-size:10px;
	line-height:18px;
}
.wp-caption {
	background-color:#eeeeee;
	margin:0 auto 18px auto;
	padding:2px 0 0;
	text-align:center;
}
.wp-caption-text {
	font-size: 11px;
}
.post .entry p.wp-caption-text {
	margin: 0;
}
.wp-caption.aligncenter {
	text-align:center;
}
.wp-caption.alignright {
	text-align:right;
}
.wp-caption.alignleft {
	text-align:left;
}

