/*
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(images/slashbar.gif) repeat-x left top;
        color: #000000;
        font-size: 64%;
        font-family: helvetica, arial, verdana, sans-serif;
        text-align: left;
}
h1 {
        font-size: 2em;
}
h2 {
        font-size: 1.8em;
}
h3 {
        font-size: 1.4em;
}
h4 {
        font-size: 1.2em;
}
a {
        color: #000;
        outline: none;
        text-decoration: none;
}
a:hover {
       /* color: #3c6c92;*/
        text-decoration: underline;
}
/* =----------------------------------- 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;
                clear:both;
                overflow:hidden;
}
.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 {
        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: #3c6c92;
}
.post h2 {
		margin-top:-2px;
        line-height: 1.4em;
}
.secondaryColumn a {
        font-weight: normal;
		font-size: 12px;
}
#commentsContainer h3 a,
.commentlist .comment-author a {
        border-bottom: 1px solid #C2C2C2;
       /* color: #3c6c92;*/
        color: #000000;
        font-weight: bold;
}
.commentlist .comment-author a:visited {
        color: #787878;
        font-weight: bold;
}

.secondaryColumn a:hover {
		 color: #54A9DF;
}
#commentsContainer h3 a:hover,
.commentlist .comment-author a:hover
{
        /*color: #3c6c92;*/
        border-bottom: 1px solid #54A9DF;
        color: #54A9DF;
		 font-weight: bold;
}

.secondaryColumn a:hover{
        text-decoration:none;
}

.entry a{
        color: #54A9DF;
        }
.entry a:hover{
        text-decoration:underline;
       }
.entry a:visited{
        color:#787878;
        }
.entry .comments a:visited{
        color:#54A9DF;
        }
.commentlist .comment-meta a:hover{
color: #54A9DF;
font-weight: bold;
}
.commentlist .comment-meta a{
color: #000000;
font-weight: bold;
}
.commentlist .comment-meta a:visited{
color: #787878;
font-weight: bold;
}
.secondaryColumn a {
        /*font-weight: normal;*/
        border:none;
        /*color: #787878; */
        color: #333333;
}
.secondaryColumn a:hover{
        border:none;
}
.entry ul,
.entry ol,
.entry blockquote {
        color: #555;
}
.entry blockquote {
        font-style: italic;
}
.secondaryColumn h3,
#commentsContainer h3 {
        font-size: 1.4em;
        font-weight:bold;
}
#cancel-comment-reply-link {
        color: #3C6C92;
        font-size: 0.8em;
}
.commentlist .comment-meta a {
        color: #000000;
        font-weight: bold;
        border: none;
}
.commentlist .comment-meta a:hover{
        color: #54A9DF;
        font-weight: bold;
        border: none;
}
.commentlist .comment-meta a:visited {
        color: #787878;
        font-weight: bold;
        border: none;
}
.commentlist .comment-author cite {
        font-style: normal;
        font-weight: bold;
        color: #000;
}
.commentlist .comment-meta {
        font-size: 1em;
}
#commentform p span input,
#commentform span textarea {
        color: #333;
        font-family: helvetica, arial,verdana,sans-serif;
        font-size: 1em;
}
#paginateIndex {
        font-size: 0.9em;
        text-transform: uppercase;
}
#footer {
        clear: both;
}
#footer p a {
        font-weight: bold;
        color:#333;
}
/* =----------------------------------- main structure */
#wrapper {
        margin: 3px 0px 3px 12px;
        text-align: left;
        width: 960px;
        padding: 0 5px;
}
#masthead {
        padding: 23px 0
}
#filler {}
#mainColumn {
        float: left;
	    text-align: left;
        margin: 0px 5px 0px 0px;
		margin-left: 2px;
        width: 700px;
		margin-top: -14px;

}
.post ul li {
list-style-image:none;
list-style-position:outside;
/*list-style-type:none;  */
color:#999999;
}
.secondaryColumn {
        font-family: helvetica;
        float: left;
        margin: 0px 30px 0 2px;
        overflow: hidden;
        width: 183px;
}
/* =----------------------------------- header elements */
#masthead h1 {
        float: left;
        margin: 15px 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;
        padding: 2px;
        width: 42px;
}
.headleft {
float: left;
width: 54px;
}
.headleft img {
border: 0;
}
#header_navigation {
font-family: Georgia, helvetica, arial, verdana, sans-serif;
width:130px;
float:right;
display: inline;
text-align:left;
margin-top:20px;
margin-right:73px;
color:#979797;
font-style: italic;
}
#header_navigation a.link:link, #header_navigation a.link:visited {
font-family: Georgia, helvetica, arial, verdana, sans-serif;
font-size: 18px;
font-weight: normal;
line-height: 18px;
color:#979797;
text-decoration:none;
display:block;
}	
#header_navigation a.link:active {
color:#000;
text-decoration:none;
display:block;		
}
#header_navigation a.link:hover {
color:#000;
text-decoration:none !important;
display:block;
}	
#header_navigation a.active {
font-size: 18px;
font-family: Georgia, helvetica, arial, verdana, sans-serif;
font-weight: normal;
line-height: 18px;
color: #000;
}
#header_navigation a.active:hover {
text-decoration: none;
}
#header_navigation a.active:after {
content: "/";
}
#header_navigation div.navblock {
padding: 0;
margin-bottom:-1px;
}
.headline {
float: left;
display: inline;
margin: 20px 10px 0 602px;
}
.headline a, .headline a:hover {
font-size: 18px; 
font-family: Georgia,arial,verdana,sans-serif; 
font-weight: normal; 
line-height: 18px;
font-style: italic;
}
.headline a:hover {
text-decoration: underline;
}
span.bigdash {
padding:0 3px 0 0;
text-decoration: underline;
line-height: 0.5em;
vertical-align: top;
}
	
#authorIntro {
        float: right;
        margin: 8px 0 0 0;
        width: 340px;
}
/* =----------------------------------- top + bottom navigation */
.navStripWrapper {
position: relative; 
clear: both; 
float: left;
width: 832px;
padding: 0 120px 15px 8px;
}
.navStripWrapper p {

}
.navStripWrapper ul {
float: right;
display: inline;
list-style-position: outside;
list-style-type: none;
margin-top: -11px;
}
.navStripWrapper ul li {
float: left;
display: inline;
padding: 0 4px 0 0 ;
height: 23px;
vertical-align: middle;
line-height: 35px
}
.navStripWrapper ul li.smlogocont {
padding: 0 0px 0 0 ;
}
.navStripWrapper ul li img {
border: 0px none;

}
.navStripWrapper ul li a {
line-height: 23px;

}
a.botnavlink {
color: #000;	
}
a.botnavlink:hover {
color:#54A9DF;
}
.nav {
       /* background: #eee;*/
        background: #ffffff;
}
.nav li {
        border-right: 0px solid #ccc;
        display: block;
        float: right;
}
.nav a {
        display: block;
        /*padding: 10px 10px 0 10px;*/
        /*width: 110px;   */
        /*width: 75px;  */
        /*height: 18px;*/
        /*height: 42px; */
        color: #000000;
        /*font-size:.9em;*/
        font-family:  helvetica, arial, verdana, sans-serif;
}
.nav a :hover{
        display: block;
        /*padding: 10px 10px 0 10px;*/
        /*width: 110px;   */
        /*width: 75px;  */
        /*height: 18px;*/
        /*height: 42px; */
        color: #54A9DF;
        /*font-size:.9em;*/
        font-family:  helvetica, arial, verdana, sans-serif;
}
.nav li a {
        display: block;
        padding: 10px 10px 0 10px;
        /*width: 110px;   */
        /*width: 75px;  */
        height: 18px;
        /*height: 42px; */
        color: #000000;
        /*font-size:.9em;*/
        font-family:  helvetica, arial, verdana, sans-serif;
}
.nav li a span {}
.nav li a:hover {
        background:  #a3a3a3;
        text-decoration:none;
}
.nav li a.focus {
        background: #3c6c92;
}
.nav li.searchField {
        float: right;
        border: 0;
        margin-top:-3px;
}
.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: #3c6c92;
}
.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;
}
.postMeta span.comments {
        background: #fff url(images/chat_grey.gif) no-repeat 2px -1px;
        padding-left: 18px;
}
span.ndate {
margin-bottom:6px;
margin-left:3px;
margin-top:0px;
}
/* =----------------------------------- general post */

.post {
        margin: 0 0 21px 0;
		margin-left: -5px;
		
}
.post h2 {
        margin-bottom: 17px;
        padding: 0 3px;
}
.post h2 a {
        display:block;
}
/* =----------------------------------- entry body */
.entry {
        padding: 0 3px;
        overflow: hidden;
}
.entry p {
        line-height: 18px;
        margin: 10px 0;
		margin-right: 73px;
		font-size: 13px;
}
.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: circle;
}
.entry blockquote {
        border-left: 1px solid #ccc;
        font-size: 1.1em;
        line-height: 1.4em;
        margin-left: 21px;
        padding-left: 10px;
}

.entry img {
border: 0px none;
/*margin-top:20px; */
margin-left:0px;
}

.entry a img {
        background: #fff;
        /*border: 1px solid #bbb;   */
        /* border: 3px solid #EEEEEE; */
        /*padding: 2px;     */
}
.entry a:hover img {
        /*border-color: #3c6c92;*/
}
.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;
}*/
.entry.meta a{
        color: #54A9DF;
        }
.entry.meta a:hover{
        text-decoration:underline;
       }
.entry.meta a:visited{
        color:#787878;
        }
/* =----------------------------------- main index pagination */
#paginateIndex {
        margin-bottom: 25px;
}
#paginateIndex a,
.commentlist li .reply a {
        color: #777;
        font-size: 0.9em;
        text-transform: uppercase;
        display: block;
        padding: 4px 7px 3px;
        background: #fff;
        border: 0px solid #ddd;
}
.commentlist li .reply a {
        color: #aaa;
}
#paginateIndex a:hover,
.commentlist li .reply a:hover {
        color: #3c6c92;
        border-color: #3c6c92;
        background: #eee;
}
/* =----------------------------------- widget enabled sidebar */
.secondaryColumn h3 {
        /*border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;*/
        margin: 0 0 -3px 0;
        padding: 7px 4px;
		color: #000000;
}
.widgetContainer {
        margin: 0 0px 5px 0;
		color: #000000;
}
.widgetContainer ul{
        /*margin: 0 3px 7px 21px;*/
		margin-bottom: 0px;
        list-style: none;
        /*border-bottom:1px solid #ccc;*/
        padding: 5px 0px 5px 6px;
		color: #000000;
		margin-left: -6px;
		line-height: 30px;			
}
.widgetContainer li {
        /*margin: 0 3px 7px 21px;*/
		margin-bottom: 0px;
        list-style: none;
        /*border-bottom:1px solid #ccc;*/
        padding: 5px 0px 5px 6px;
		color: #000000;
		margin-left: -1px;
		line-height: 6px;			
}
.widgetContainer ul li ul {
        margin-top: 5px;
		color: #000000;	
}
li.altrposts {
line-height: 18px;
padding: 0 0 0 6px;
}
.widgetContainer a{
        margin-top: 0px;
		color: #000000;
}

.widgetContainer {
       /* margin: 0 3px;      */
        line-height: 0px;
}

.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;*/
		margin-top: 30px;
}
#commentsContainer span.hook {
        position: relative;
        display: block;
}
#commentsContainer h3 {
        display: block;
        margin: 10px 0;
        padding: 7px 4px 0;
       /* border-top: 1px solid #54A9DF;    */
}
.cancel-comment-reply {
        position: absolute;
        top: -1px;
        right: 4px;
}
.commentlist {
        list-style: none;
        margin: 0 0 20px;
}
.commentlist p{
		color:#000000;
}
.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 5px;
}
.commentlist li .reply {
        text-align: right;
        padding-bottom: 10px;
}
.commentlist li .reply a {
        display:inline;
}
.commentlist li p {
        margin: 1em 0;
        padding: 0 3px;
}
.commentlist li ul,
.commentlist li ol{
		margin-left:-100px;
}
.commentlist li blockquote {
        margin: 0 20px;
}
.commentlist .children {
        margin: 0 0 0 40px;
}
.commentlist .children li {
        list-style: none;
}
#commentform .contain {
        margin: 0 60px 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: 1px solid #cccccc;*/
        /*margin: 35px 0;        */
        margin: 2px 0;
}
#footer p {
        padding: 14px 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;
}
.comments a
{
font-weight:bold;
color:#000000;
}
.comments a:hover
{
font-weight:bold;
color:#54A9DF;
text-decoration:none;
}
span.ncomments {
margin-bottom:6px;
margin-left:3px;
margin-top:0px;
}
div.npmeta {
margin-bottom:2px;
margin-left:0px;
margin-top:-5px;	
}
/*p.continue_reading,p.continue_reading a:visited{ color:#000000 !important; font-weight:normal; font-family: helvetica, arial, verdana, sans-serif;}*/
p.continue_reading a, p.continue_reading a:visited{ font-weight:normal; font-size:13px; font-family: helvetica, arial, verdana, sans-serif; color:#000000;}
p.continue_reading a:hover{ font-weight:normal; font-size:13px; font-family: helvetica, arial, verdana, sans-serif; color:#54A9DF;}
p.added_comment a, p.added_comment a:visited{ font-size:.8em; color:#54A9DF; font-weight:normal !important;}
p.added_comment {font-size:1.3em; color:#54A9DF; font-weight:normal !important;}
p.get_update_button{ padding-left:0px;}
.padding_vert{ margin-bottom:12px; margin-top:5px;}
.related_articles_post ul{line-height:-10px;margin-left:-22px;}
.related_articles_post a{color:#000000;}
.related_articles_post a:hover{color:#54A9DF;}
.related_articles_post a:visited{color:#787878;}
.social_links{ margin:10px 0px; clear:both; overflow:hidden;}
.social_links img{ border:none;}

.addtoany_share_save_container { 
list-style:none;
position:relative;
margin-top: -100px;
margin-left: 0px;
margin-bottom: 70px;
}
ul.addtoany_list{
		display:inline;
		list-style-type:none;
		margin:0 !important;
		padding:0 !important;
		text-indent:0 !important;
	}
ul.addtoany_list li{
		background:none !important;
		border:0;
		display:inline !important;
		list-style-type:none;		
<?php /* For vertical space in the event of wrapping: */ ?>
		line-height:32px;
		list-style-type:none;
		margin:0 !important;
		padding:0 !important;
}
#footerlinks a{ 
color:#000000;
}
#footerlinks a:hover{ 
color:#54A9DF;
}
.social_links a{ margin:3px 3px 0px 0px; display:block; float:left;}
.tophomeimg {
             padding: 0 0px 9px
         }
#content {
margin:28px 10px 0;
}
.related_articles_post {
        padding-left:18px;
        }


.widgetContainer .xoxo li a{
    font-family:Bookman Old Style;
    font-style:italic;
    font-weight:normal;
    font-size:14px;
    padding:5px 0 5px 6px;
}

.textwidget a {
	font-weight:normal;

}
.textwidget a:hover {
		 color: #54A9DF;
}
.textwidget img,
.textwidget a img {
       border:3px solid #EEEEEE;
       margin-bottom:3px;
      /* width:190px;      */
}

.textwidget img,
.textwidget a:hover img {
       border:3px solid #AAAAAA;
       margin-bottom:3px;
       /*width:190px;     */
}


/*.widgetContainer .textwidget {
        margin: 0px;
        line-height: 1.5em;
}*/
.wp-caption {
/*border: 1px solid #B1A79B; */
position:relative;
text-align: left;
padding-top:0px;
margin-bottom: 0px;
/*
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-image: url(../../../images/captionbg.jpg);
background-repeat: no-repeat;
background-position: center bottom; */
margin-left:-5px;
}
.wp-caption img {
/*margin: 0;*/
padding: 0;
border: 0 none;
margin-top:9px;
margin-left:2px;
padding-left:3px;
}
.wp-caption p.wp-caption-text {
font-size: .8em;
line-height: 17px;
font-weight: normal;
padding: 8px;
margin-top: -5px;
margin-bottom:-10px;
margin-left: -3px;
}
