/*  
Theme Name: Grid Focus
Theme URI: http://5thirtyone.com/
Description: Grid aligned WordPress theme
Version: 1.1
Author: Derek Punsalan
Author URI: http://5thirtyone.com/
Tags: white, grid, whitespace, minimal, clean, widgets

Grid Focus was designed and coded by Derek Punsalan. Find
more info about the guy at http://5hthirtyone.com

Notes: Inspired and created for minimalist, content focused blogs 
or websites. Customize, edit, poke, prod, and adapt to your own 
style. Please leave credit where credit is due so that others may
find the source for your site and adapt a suitable version for their
own website.

See line 53 for a collection of the main font rules - size, line-height,
and color - combined for your convenience.

*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(/wp-content/themes/gridfocus/images/bg.gif) repeat-x;
	color: #333;
	font-size: 62.5%;
	font-family: arial, verdana, sans-serif;
	text-align: center;
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
a {
	color: #26377d;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #b42f21;
}

img
{
	behavior: url(/wp-content/themes/gridfocus/iepngfix.htc);
	border: 0;
}

/* =----------------------------------- oh the convenience */
#wrapper {
	/* 
		sets the minimum(s) for the entire site
		off of which everything else is based on
	*/
	font-size: 1.2em;
	line-height: 1.4em;
}
.nav li {
	line-height: 1.2em;
}
.nav li a {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.nav li a span {
	color: #888;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: lowercase;
}
.nav li a.focus span {
	color: #ccc;
}
.nav li a:hover,
.nav li a.focus,
.nav li a.on {
	color: #fff;
}
.nav .searchField input {
	color: #777;
}
.toggleCategories li a {
	color: #fff;
}
.toggleCategories li a:hover {
	color: #ccc;
}
.postMeta {
	font-size: 0.9em;
	text-transform: uppercase;
}
.postMeta span.date {
	color: #777;
}
.postMeta span.comments a,
.postMeta span.date a {
	color: #26377d;
}
.post h2 {
	line-height: 1.2em;
}
.entry a,
.secondaryColumn a,
#commentsContainer h3 a,
.commentlist .comment-author a {
	border-bottom: 1px solid #babae4;
	color: #26377d;
	font-weight: bold;
}
.entry a:hover,
.secondaryColumn a:hover,
#commentsContainer h3 a:hover,
.commentlist .comment-author a:hover,
.commentlist .comment-meta a:hover {
	color: #b42f21;
	border-bottom: 1px solid #b42f21;
}
.secondaryColumn a {
	/*font-weight: normal;*/
}

#post-20 .entry a
{
	border: 0 !important;
}

.entry ul,
.entry ol,
.entry blockquote {
	color: #555;
}
.entry blockquote {
	font-style: italic;
}
.secondaryColumn h3,
#commentsContainer h3 {
	font-size: 1.2em;
}
#cancel-comment-reply-link
{
	color: #26377d;
	font-weight: bold;
	font-size: 9px;
	letter-spacing: .3em;
}
.commentlist .comment-meta a {
	color: #777;
}
.commentlist .comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.commentlist .comment-meta {
	font-size: 0.8em;
}
#commentform p span input,
#commentform span textarea {
	color: #333;
	font-family: arial,verdana,sans-serif;
	font-size: 1em;
}

#footer {
	clear: both;
}
#footer p a {
	font-weight: bold;
	color:#333;
}

/* =----------------------------------- main structure */
#wrapper {
	background: #fff;
        border-right: 5px #eee solid;
        border-left: 5px #eee solid;
        border-bottom: 5px #eee solid;
	/*border-top: 10px solid #ff3300;*/
	margin: 0 auto;
	text-align: left;
	width: 970px;
	padding: 0 5px 10px;
}

#head
{
	width: 980px;
	margin: 0 auto;
	height: 10px;
	background: #d8401a;
        border-right: 5px #ab2302 solid;
        border-left: 5px #ab2302 solid;
}

#masthead {
	padding: 7px 0;
	position: relative;
}
#filler {}
#mainColumn {
	float: left;
	margin: 28px 0 0 0;
	width: 420px;
}

.page {
        width: 695px !important;
}

.secondaryColumn {
	float: left;
	margin: 28px 0 0 30px;
	overflow: hidden;
	width: 240px;
}

/* =----------------------------------- header elements */
#masthead h1 {
	float: left;
	margin: 5px 0 0 7px;
}

#masthead h1 a {
	text-transform: uppercase;
	width: 400px;
}

#blogLead img {
	/*background: #fff;
	border: 1px solid #bbb;*/
	float: right;
	height: 42px;
	margin: 0 7px 0 0;
	padding: 2px 2px 2px 0;
	width: 42px;
}

#authorIntro {
	float: right;
	margin: 8px 0 0 0;
	width: 340px;
	line-height: 30px;
}

#weather
{
	position: absolute;
	bottom: 21px;
	right: 0;
	text-align: right;
}

#weather img
{
	position: relative;
	top: 10px;
	margin: 0 8px 0 3px;
}

#weather span
{
	color: #ccc;
	font-size: 10px;
}

#tunes
{
	width: 400px;
	height: 13px;
	position: absolute;
	bottom: 3px;
	right: 0;
}

/* =----------------------------------- top + bottom navigation */
.navStripWrapper {
	position: relative;
	clear: both;
}
.nav {
	background: #eee;
}
.nav li {
	border-right: 1px solid #ccc;
	display: block;
	float: left;
}
.nav li a {
	display: block;
	padding: 7px 4px 0 7px;
	width: 110px;
	height: 42px;
}

.nav li a:hover span, .nav li a.on span
{
	color: #ccc;
}

.nav li a:hover
{
	background: #b42f21;
}

.nav li a.focus
{
	background: #00137a;
}

.nav li a.on
{
	background: #b42f21;
}

.nav li.searchField {
	float: right;
	border: 0;
}
.nav .searchField div {
	margin: 9px 8px 0 0;
}
.nav .searchField span {
	background: #fff;
	border: 1px solid #ccc;
	border-left-color: #bbb;
	border-bottom-color: #bbb;
	display: block;
	padding: 2px;
}
.nav .searchField input {
	border: 1px solid #bbb;
	outline: none;
	padding: 4px;
	width: 220px;
}
.toggleCategories {
	background: #00137a;
}
.toggleCategories ul,
.toggleCategories2 ul {
	padding: 8px 7px 7px;
}
.toggleCategories ul li {
	display: block;
	float: left;
	width: 102px;
}
.toggleCategories li a {
	margin: 3px 0 4px 5px;
}

/* =----------------------------------- meta lead for each post */
.postMeta {
	border-top: 1px solid #ccc;
	text-align: right;
	margin-bottom: 14px;
	position: relative;
}
.postMeta .container {
	position: absolute;
	top: -9px;
	right: 0;
}
.postMeta span.date {
	background: #fff;
	padding: 0 4px;
	margin-right: 26px;
}

.postMeta span.comments
{

}

.postMeta .comments a
{
	display: block;
	width: 28px;
	height: 24px;
	line-height: 18px;
	background: #fff url(images/chat-icon.gif) no-repeat 50% 0;
	text-align: center;
	float: right;
	color: #fff !important;
	position: absolute;
	top: 0;
	right: -1px;
}

.postMeta .comments a:hover
{
	background-position: 50% -24px;
	color: #fff !important;
}

/* =----------------------------------- general post */
.post {
	margin: 0 0 21px 0;
	padding: 0 10px;
}
.post h2 {
	margin-bottom: 10px;
	padding: 0 3px;
}
.post h2 a {
	display:block;
}

/* =----------------------------------- entry body */
.entry {
	padding: 0 3px;
	overflow: hidden;
}
.entry p {
	line-height: 1.6em;
	margin: 10px 0;
}
.entry ul,
.entry ol,
.entry blockquote {
	margin: 0 14px;
}
.entry ol {
	list-style: decimal;
}
.entry ul li,
.entry ol li {
	margin: 0 0 7px 18px;
}
.entry ul li {
	list-style: square;
}
.entry blockquote {
	border-left: 1px solid #ccc;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 21px;
	padding-left: 10px;
}

ul.quick
{
	line-height: 1.2em;
	margin-top: 1em;
	margin-bottom: 1em;
}

img
{
	border: 0 !important;
}

.entry img,
.entry a img {
	/*
    background: #fff;
	border: 1px solid #bbb;
	padding: 2px;
	*/
	border: 0;
}
.entry a:hover img {
	/*border-color: #26377d;*/
}

.entry.meta {
	background: #eee;
	border: 1px solid #ccc;
	border-width: 1px 0;
}
.entry.meta p {
	margin: 5px 7px;
}
.entry.meta .highlight {
	text-transform: uppercase;
	font-size: 10px;
}
.entry.meta a {
	color: #333;
	border-color: #bbb;
}
.entry.meta a:hover {
	color: #000;
	border-color: #000;
}

/* =----------------------------------- main index pagination */
#paginateIndex
{ 
	margin-bottom: 25px;
}

#paginateIndex a
{
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 0 8px;
	line-height: 23px;
	height: 22px;
	background: #26377d;
	font-weight: bold;
	font-size: 9px;
	letter-spacing: .3em;
}

.commentlist li .reply a
{
	color: #fff;
	text-transform: uppercase;
	display: inline;
	padding: 6px 7px 6px 8px;
	margin-right: 1px;
	background: #26377d;
	font-weight: bold;
	font-size: 9px;
	letter-spacing: .3em;
}

#paginateIndex .right a
{
	padding-right: 20px !important;
	background: #26377d url(/wp-content/themes/gridfocus/images/arrow-rt.gif) no-repeat 100% 0;
}

#paginateIndex .left a
{
	padding-left: 20px !important;
	background: #26377d url(/wp-content/themes/gridfocus/images/arrow-lt.gif) no-repeat 0 0;
}

#paginateIndex a:hover, .commentlist li .reply a:hover
{
	color: #fff;
	background-color: #b42f21;
	background-position-y: -22px
}

/* =----------------------------------- widget enabled sidebar */
.secondaryColumn h3 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	margin: 0 0 10px 0;
	padding: 7px 4px;
}
.widgetContainer {
	margin: 0 0 20px 0;
}
.widgetContainer ul li {
	margin: 0 3px 7px 21px;
	list-style: square;
}
.widgetContainer ul li ul {
	margin-top: 5px;
}
.widgetContainer .textwidget {
	margin: 0 3px;
	line-height: 1.5em;
}
.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
}
#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 7px;
}
#wp-calendar thead {}
#wp-calendar thead th {
	padding: 4px 0 4px 3px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}
#wp-calendar td {
	padding: 3px 0 4px 3px;
	color: #777;
}
#wp-calendar td a {
	font-weight: bold;
}

/* =----------------------------------- style some comments */
#commentsContainer {
	margin-bottom: 30px;
}
#commentsContainer span.hook {
	position: relative;
	display: block;
}
#commentsContainer h3 {
	display: block;
	margin: 10px 0;
	padding: 7px 4px 0;
	border-top: 1px solid #26377d;
}
.cancel-comment-reply {
	position: absolute;
	top: -1px;
	right: 4px;
}
.commentlist {
	list-style: none;
	margin: 0 0 20px;
}
.commentlist .comment-author {
	border-top: 1px solid #ccc;
	padding-top: 7px;
	margin-top: 10px;
	overflow: hidden;
}
.commentlist .comment-author img.avatar {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 0 4px 0 0;
}
.commentlist .comment-meta {
	margin: 0 0 0 20px;
}

.commentlist li .reply
{
	text-align: right;
	padding-bottom: 10px;
}

.commentlist li p {
	margin: 1em 0;
	padding: 0 3px;
}
.commentlist li ul,
.commentlist li ol,
.commentlist li blockquote {
	margin: 0 20px;
}
.commentlist .children {
	margin: 0 0 0 40px;
}
.commentlist .children li {
	list-style: none;
}
#commentform .contain {
	margin: 0 0 10px 0 !important;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	padding: 4px 3px;
	border: 1px solid #ccc;
	border-left-color: #bbb;
	border-bottom-color: #bbb;
	background: #fff;
	margin-right: 4px;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	border: 1px solid #bbb;
	outline: none;
	padding: 4px 3px;
	width: 160px;
}
#commentform p label {
	margin: 4px 0 0 0;
}
#commentform textarea {
	float: none;
	width: 98%;
	overflow: auto;
}

/* =----------------------------------- boring footer */
#footer {
	border-top: 10px solid #00137a;
	margin: 0 0 5px 0;
}
#footer p {
	padding: 5px 3px 0; 
}

/* =----------------------------------- floats + clearing rule */
.floatleft,
.alignleft {
	float: left;
	margin: 3px 7px 0 0;
}
.floatright,
.alignright {
	float: right;
	margin: 3px 0 0 7px;
}
.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;
}

div#sponsors
{
        padding: 2px 0;
        text-align: center;
}

#sponsors img
{
        padding: 0 2px;
}

h3.widgetTitle
{
	color: #b42f21;
}

.aligncenter
{
	margin-left: auto !important;
	margin-right: auto !important;
}

#wpcf7-f1-w2-o1 .your-name input,
#wpcf7-f1-w2-o1 .your-email input,
#wpcf7-f1-w2-o1 .your-subject input,
#wpcf7-f1-w2-o1 .captcha-1 input,
#wpcf7-f1-w2-o1 .your-message textarea
{
	width: 230px;
	border: 3px #bbb double;
	margin: 0 0 6px;
	font-size: 11px;
	color: #666;
}

#wpcf7-f1-w2-o1 .your-name input,
#wpcf7-f1-w2-o1 .your-email input,
#wpcf7-f1-w2-o1 .your-subject input,
#wpcf7-f1-w2-o1 .captcha-1 input
{
	height: 16px;
	padding: 0 2px;
	width: 226px;
}

#wpcf7-f1-w2-o1-o1 form p
{
	font-size: 9px;
	letter-spacing: .2em;
	text-transform: uppercase;
	position: relative;
}

img.centered, .aligncenter, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.pds-links a, .pds-links-back a { border: none !important; background: none !important; }

/*
<div class="reply">
<a rel='nofollow' class='comment-reply-link' href='/archives/1?replytocom=1#respond' onclick='return addComment.moveForm("div-comment-1", "1", "respond", "1")'>Reply</a>
</div>
*/

/*
<div id="paginateIndex" class="fix">
<p><span class="left"></span> <span class="right"><a href="http://www.indianaraceseries.com/page/2" >Next &raquo;</a></span></p>
</div>
*/

/*
<div id="text-413538331" class="widgetContainer widget_text">
	<h3 class="widgetTitle">Contact Me</h3>
	<div class="textwidget">
		<div class="wpcf7" id="wpcf7-f1-w2-o1">
			<form action="/#wpcf7-f1-w2-o1" method="post" class="wpcf7-form">
			<div style="display: none;">
				<input type="hidden" name="_wpcf7" value="1" />
				<input type="hidden" name="_wpcf7_version" value="1.9.5.1" />
				<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f1-w2-o1" />
			</div>
			<p>Your Name (required)<br /><span class="wpcf7-form-control-wrap your-name"><input type="text" name="your-name" value="" class="wpcf7-validates-as-required" size="40" /></span>
    		</p>
			<p>Your Email (required)<br /><span class="wpcf7-form-control-wrap your-email"><input type="text" name="your-email" value="" class="wpcf7-validates-as-email wpcf7-validates-as-required" size="40" /></span>
    		</p>
			<p>Subject<br /><span class="wpcf7-form-control-wrap your-subject"><input type="text" name="your-subject" value="" size="40" /></span>
    		</p>
			<p>Your Message<br /><span class="wpcf7-form-control-wrap your-message"><textarea name="your-message" cols="40" rows="10"></textarea></span>
    		</p>
    		<p><input type="hidden" name="_wpcf7_captcha_challenge_captcha-1" value="1081317686" /><img alt="captcha" src="http://www.indianaraceseries.com/wp-content/uploads/wpcf7_captcha/1081317686.png" class="wpcf7-captcha-captcha-1" width="60" height="20" /> &larr; Enter these characters<br />
    		<span class="wpcf7-form-control-wrap captcha-1"><input type="text" name="captcha-1" value="" size="40" /></span>
    		</p>
			<p><input type="submit" value="Send" /> <img class="ajax-loader" style="visibility: hidden;" alt="ajax loader" src="http://wordpress.netingredients.com/wp-content/plugins/contact-form-7/images/ajax-loader.gif" /></p>
			</form>
			<div class="wpcf7-response-output"></div>
	</div>
</div>
*/


/* jQuery accordion */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }

.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
