/*  
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: left;
           } 

body {
       font-size: 85%; 
       font-family: arial,helvetica,verdana,sans-serif;
       }

h1 {
     font-size: 2.3em;
     }
     
h2 {
     font-size: 1.4em;
     }
     
h3 {
     font-size: 1.3em;
     }
     
h4 {
     font-size: 1.1em;
     }

a {
     font-weight: normal;
     color: #222;
     }
  
a:hover {
          font-weight: normal;
          color: #777777; 
          text-decoration: none;
          }

#wrapper {
           border-top: 0px solid #EEE;
           margin: 0px auto;
           text-align: left;
           width: 965px;
           } 

/* footer - navigation and categories */

ul.nav {
         list-style: none;
         background: #ffffff; 
         border-bottom: 1px solid #DDD;
         margin: 0 20px 5px 20px;
         }
       
.nav li {
          margin: 0 0 0 5px; 
          border-bottom: 0px solid #DDD;
          float: left;
          display: block;
          width: 100px;
          }
        
.nav li a {
            font-size: 0.85em;
            outline: none;
            color: #333333;
            text-decoration: none;
            display: block;
            padding: 10px 0 7px 5px;
            width: 99px;
            text-transform: uppercase;
            }
          
.nav li a span {
                 font-size: 0.9em;
                 color: #777; 
                 text-transform: lowercase;
                 }
               
.nav li a:hover {
                  background: #333333;
                  color: #FFFFFF!important;
                  width: 95px;
                  }
                
* html .nav li a:hover {
                         background: #222;
                         width: 99px;
                         }
                       
.nav li.skip {
               border-left: 0px solid #DDD;
               float: right;
               display: block; 
               width: 100px;
               }
             
.nav li.skip a {
                 width: 100px;
                 }

li.top {
         border-left: 0px solid #DDD;
         float: right;
         display: block; 
         width: 100px;
         }
       
li.top a {
           width: 100px;
           }

.nav li.skip a:hover, li.top a:hover {
                                       background: #222222;
                                       color: #FFFFFF!important; width: 95px;
                                       }

#headerimg {
             height: 150px;
             width: 925px;
             margin-left: 20px;
             }

#archives {
            margin: -10px 20px 0px 20px; 
            background: #FFFFFF;
            border-bottom: 1px solid #DDD;
            }
          
#archives ul {
               list-style: none;
               padding: 5px 0 3px 0;
               }
             
#archives li {
               float: left;
               display: block;
               width: 101px;
               }
             
#archives li a {
                 font-weight: normal;
                 font-size: 0.8em;
                 color: #333333;
                 width: 99px;
                 display: block;
                 padding: 2px 0 4px 5px;
                 }
               
#archives li a:hover {
                       color:#222222;
                       }


/* main - middle content and columns */

#mainCol {
                 float: left;
                 margin: 26px 0 0 10px;
                 width: 570px;
                 }
               
#singleCol {
             float: left;
             margin: 36px 0 0 177px;
             width: 570px;
             line-height: 1.6em;
             font-size: 1.1em;
             }

/* style individual sidebars */
#midCol a {
            font-weight: normal; 
            text-decoration: underline;
            }
          
#midCol a:hover {
                  color: #777777; 
                  text-decoration: none;
                  }
                
#midCol {
          font-size: 0.9em;
          color: #444;
          float: left;
          margin: 25px 10px 60px 60px;
          width: 300px;
          line-height: 1.3em;
          }
        
#midCol p {
            color: #777;
            margin: 0 0 5px 0;
            }
          

#midCol ul {
             list-style: none;
             margin: 0px 0 0px 5px;
             }
           
#midCol li {
             list-style: none;
             margin: 0 0 5px 0;
             } 

#midCol h2 {
             border-top: 1px solid #BBB;
             font-size: 1.3em; 
             line-height: 1.8em; 
             font-weight: normal; 
             margin: 25px 0 2px 0;
             }

#searchWrap {
              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: 270px;
                 }

.middle_links h3 {
                   font-size: 1.4em;
                   }

.middle_links ul li{
                     color: #7F7F7F;
                     line-height: 1.2em;
                     border-top: 0px solid #BBB;
                     padding: 4px 0 4px 16px;
                    }

#elseWhere { 
             margin: 0 0 20px 0;
             }

#elseWhere h3 {
                margin-bottom: 7px;
                }


/* 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;
            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;
                                                   text-decoration: none;
                                                   }

.post {
        margin: 0 0 15px 20px;
        }

.post h2 {
           line-height: 1.2em;
           margin-bottom: 7px;
           text-decoration: none;
           }
        
.post h2 a {
             width: 100%;
             display: block;
             outline: none;
             text-decoration: none;}

.entry h3 {
            margin: 1em 0;
            text-decoration: none;}

.post .entry {
               line-height: 1.4em;
               overflow: hidden;
               }
             
.post .entry p {
                 margin: 1em 0;
                 }

.post .entry p a {
                   font-weight: normal;
                   }

.entry blockquote {
                    margin: 0 1.3em 0;
                    }

.entry ul {
            margin: 0 1.3em 0;
            list-style: none;
            }
          
.entry li a {
              color: #333;
              font-weight: normal;
              text-decoration: underline;
              }
            
.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 table tr { 
                  padding: 15px 0; 
                  }

.entry table tr.alt { 
                  background: #eee; 
                  }

/* style pagination buttons */
#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; 
                      }

/* style me some comments and inputs */
#comments {
            width: 570px;
            padding: 12px 0 0 0px;
            }
          
#comments h3, h3#respond {
                           font-size: 0.8em;
                           color: #555;
                           margin: 7px 0 0 20px;
                           text-decoration: none;
                           font-weight: normal;
                           line-height: 1.4em;
                           }

ol.commentslist {
                  list-style: none;
                  margin: 5px 0 12px 20px;
                  }
                
.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;
                     }
                   
.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-size: 1.0em;
               font-weight: bold;
               margin: 0 0 0 7px;
               }

p.post_meta {
              font-size: 11px;
              text-align: right;
              margin: 0 7px 0 0;
              text-decoration: none;
              }

.commentslist li.author {
                          background: #333;
                          color: #CCC;
                          }
                        
.commentslist li.author a {
                            color: #DDD;
                            font-weight: normal;
                            text-decoration: none;
                            }
                          
.commentslist li.author a:hover {
                                  color: #FFF;
                                  font-weight: normal;
                                  text-decoration: none;
                                  }

#comments_closed { 
                   background: #333;
                   color: #ccc;
                   padding: 7px 0;
                   margin: 12px 0 0 20px;
                   line-height: 1.5em;
                   }

p.nocomments {
               margin: 0 12px 0 27px;
               }

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 20px;
               }
              
.pingslist li a {
                 font-weight: normal;
                 }

#commentform p {
                 margin: 1em 0 0 20px;
                 font-size: 0.9em;
                 width: 570px;
                 }
               
#commentform p a { 
                   font-size: 1.0em;
                   font-weight: normal;
                   }

#author,

#email,

#url,

#comment {
          font: 1.1em arial,helvetica,verdana,sans-serif;
          border: 1px solid #BBB;
          padding: 2px;
          }
         
#comment {
           width: 540px;
           overflow: auto;
           }
         
#commentform p small {
                       font-size: 10px;
                       color: #7F7F7F;
                       }

.commentslist code {
                    background: transparent;
                    }

.navigation {
              font-size: 0.9em;
              text-decoration: none;
              margin: 20px 0 40px 20px;
              }

/* footer - text string and links */
#footer p {
            padding-top: 7px; 
            margin: 0 20px 0 20px;
            }
           
#footer p a {
              font-weight: normal;
              color: #333;
              }

/* float rules */
.floatleft {
             float: left;
             margin: 3px 7px 0 0;
             }
           
.floatright {
              float: right;
              margin: 3px 0 0 7px;
              }

.floatleftnav {
                float: left;
                margin: 3px 7px 20px 0;
                }
           
.floatrightnav { 
                 float: right;
                 margin: 3px 0 20px 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;
       }
     
.pullquoter {
              float: right;
              width: 200px;
              margin: 10px 5px 10px 5px;
              padding: 5px;
              background: url('images/quote.gif') no-repeat;
              font: 1.3em arial, helvetica, sans-serif;
              color: #333;
              text-align: center;
              }

.pullquotel {
              float: left;
              width: 200px;
              margin: 10px 5px 10px 5px;
              padding: 5px;
              background: url('images/quote.gif') no-repeat;
              font: 1.3em arial, helvetica, sans-serif;
              color: #333;
              text-align: center;
              }