/*  
Theme Name: Grid Focus Public
Theme URI: http://5thirtyone.com/
Description: Grid aligned left
Version: 1.0
Author: Derek Punsalan
Author URI: http://is.derekpunsalan.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.
*/


* {
margin : 0;
padding : 0;
}
html, body {
background : #fff;
color : #333;
text-align : center;
}
body {
font : 12px arial, helvetica, verdana, sans-serif;
background-image:url(images/bg_main.gif);
background-repeat:repeat-x;
background-position: top;
}
h1 {
font-size : 22px;
}
h2 {
font-size : 18px;
}
h3 {
font-size : 16px;
}
h4 {
font-size : 14px;
}
a {
color : #333;
text-decoration : none;
}
a:hover {
color : #e87830;
}
#wrapper {
margin : 0 auto;
text-align : left;
width : 965px;
}
#masthead {
padding-bottom:5px;
border-bottom: 1px solid #E6E6E6;
}
#masthead h1 a {
float:left;
margin:0;
}
#masthead h1 a em {
font-style : normal;
color : #555;
}
ul.nav {
list-style : none;
background : #eee;
margin-top: 3px;
}
.nav li {
border-right : 1px solid #ddd;
float : left;
display : block;
width : 120px;
}
.nav li a {
font-size : 11px;
outline : none;
color : #333;
text-decoration : none;
display : block;
padding : 5px 0 12px 5px;
width : 119px;
text-transform : uppercase;
}
.nav li a span {
font-size : 11px;
color : #777;
text-transform : lowercase;
}
.nav li a:hover {
background : #333;
color : #eee !important;
width : 115px;
}
* html .nav li a:hover {
background : #333;
width : 119px;
}
.nav li.skip {
float : right;
display : block;
width : 45px;
}
.nav li.skip a {margin: 6px 0 0 0; padding: 0;}
li.top {
border-left : 1px solid #ddd;
float : right;
display : block;
width : 100px;
}
li.top a {
width : 100px;
}
.nav li.skip a:hover, li.top a:hover {
background : transparent;
color : #333 !important;
}

#mainCol {
float : left;
margin : 26px 0 0 0;
width : 435px;
}
#midCol a {
font-weight : bold;
}
#midCol {
color : #444;
float : left;
margin : 25px 0 0 33px;
width : 250px;
line-height : 1.3em;
}
#midCol p {
color : #5c5c5c;
}
#searchWrap, .middle_links {
margin-bottom : 20px;
}
#searchWrap input {
vertical-align : middle;
}
#searchWrap #s {
font-size : 1.1em;
border : 1px solid #bbb;
padding : 1px 2px;
margin-right : 3px;
width : 220px;
}
.middle_links h3 {
margin-bottom : 7px;
}
#midCol ul, #tertCol ul {
list-style : none;
margin : 8px 0 4px;
}
.middle_links ul li {
background : url(images/li.gif) no-repeat 0 3px;
color : #7f7f7f;
line-height : 1.2em;
border-top : 1px solid #bbb;
padding : 4px 0 4px 16px;
}
#tertCol {
float : left;
width : 214px;
margin : 23px 0 0 33px;
}
#tertCol p {
color : #777;
}
#elseWhere {
margin : 0 0 20px 0;
}
#elseWhere h3 {
margin-bottom : 7px;
}
ul#imgLinks {
list-style : none;
margin : 7px 0;
}
#imgLinks li {
color : #7f7f7f;
line-height : 1.2em;
padding : 0 0 1px;
}
#imgLinks li a img {
border : 3px solid #eee;
width : 208px;
height : 69px;
color : #333;
font-weight : bold;
}
#imgLinks li a:hover img {
border-color : #ddd;
}
.postMeta {
background : url(images/dot.gif) repeat-x left center;
text-transform : uppercase;
font-size : 11px;
text-align : right;
margin-bottom : 5px;
}
.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 {
margin : 0 0 15px 0;
}
.post h2 {
line-height : 1.2em;
margin-bottom : 7px;
}
.post h2 a {
width : 100%;
display : block;
outline : none;
}
.entry h3 {
margin : 1em 0;
}
.post .entry {
line-height : 1.4em;
overflow : hidden;
}
.post .entry p {
margin : 1em 0;
}
.post .entry p a {
background : url(images/dot.gif) repeat-x bottom left;
font-weight : bold;
}
.entry blockquote {
margin : 0 1.3em 0;
}
.entry ul {
margin : 0 1.3em 0;
list-style : none;
}
.entry li a {
color : #333;
font-weight : bold;
background : url(images/dot.gif) repeat-x bottom left;
}
.entry ul li {
background : url(images/li.gif) no-repeat 0 1px;
padding-left : 18px;
margin-bottom : 7px;
}
.entry ol {
margin : 0 1em 0 3em;
}
.entry ol li {
margin : 0 0 7px 0;
}
.entry img, .entry a img {
border : 3px solid #eee;
float: right;
margin-left: 10px;
}

.entry .ngg-galleryoverview img {
float: none;
}
.entry a:hover img {
border-color : #dfdfdf;
}
.entry table tr {
padding : 15px 0;
}
.entry table tr.alt {
background : #eee;
}
#more_reading {
color : #7f7f7f;
font-size : 11px;
text-transform : uppercase;
margin-bottom : 25px;
text-align : right;
}
#more_reading p, #more_reading img {
vertical-align : middle;
}
#more_reading a img {
border : none;
margin : 0 0 3px 2px;
}
#comments {
width : 435px;
padding : 12px 0 0 0;
}
#comments h3, h3#respond {
color : #555;
margin-bottom : 7px;
}
ol.commentslist {
list-style : none;
margin : 5px 0 12px;
}
.commentslist li {
background : #fff url(images/lgrey_diag.gif) repeat top left;
border : 1px solid #bbb;
margin-bottom : 7px;
padding : 7px 0;
}
.commentslist li a {
font-weight : bold;
background : url(images/dot.gif) repeat-x bottom left;
}
.commentslist li.alt {
background : #fff;
}
.commentslist li:hover {
border-color : #888;
}
.commentslist .comment_text {
margin : 0 7px;
line-height : 1.4em;
overflow : hidden;
}
.comment_text p, .comment_text ul, .comment_text ol, .comment_text blockquote {
margin : 1em 0;
}
.comment_text ul, .comment_text ol, .comment_text blockquote {
margin : 0 1em;
}
p.author_meta {
font-weight : bold;
text-transform : uppercase;
margin : 0 0 0 7px;
}
p.post_meta {
font-size : 11px;
text-transform : uppercase;
text-align : right;
margin : 0 7px 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 : 7px 0;
margin-top : 12px;
line-height : 1.5em;
}
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 : 1.5em 2em;
font-size : 12px;
}
.pingslist li {
color : #7f7f7f;
margin : 0 0 7px 0;
}
.pingslist li a {
font-weight : bold;
background : url(images/dot.gif) repeat-x bottom left;
}
#commentform p {
margin : 1em 0;
}
#commentform p a {
font-weight : bold;
background : url(images/dot.gif) repeat-x bottom left;
}
#author, #email, #url, #comment {
font : 1.1em arial, helvetica, verdana, sans-serif;
border : 1px solid #bbb;
padding : 2px;
}
#comment {
width : 429px;
overflow : auto;
}
#commentform p small {
font-size : 10px;
color : #7f7f7f;
}
.commentslist code {
background : transparent;
}

#footer {
margin-bottom: 80px;
}
#footer p {
padding : 10px 0;
font-weight : bold;
}

#footer p.right {
font-weight: normal;
color: #888;
font-size: 10px;
}
#footer p a {
color : #333;
}
.floatleft {
float : left;
margin : 3px 7px 0 0;
}
.floatright {
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;
}
.description p{
margin: 10px 0;
color: #666666;
font-size: 11px;
}
.quote {
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-size: 11px;
color: #666666;
line-height: 20px;
width: 230px;
}
.homeimg {
float: none;
margin: 0 0 10px 0;
text-align: left;
}