/*  
Theme Name: GoGrid v3.0
Theme URI: http://www.gogrid.com
Description: New GoGrid blog theme designed by GoGrid
Version: 3.0 v1
Author: GoGrid
Author URI: http://www.gogrid.com
*/

/*++++++++++++++++++++++++ Override Global Settings ++++++++++++++++++++++++++++++++*/
#main {
    padding:0;
    font-size:1.2em;
}

/**** BLOG NAV BAR ****/

#blog_nav {
    display:block;
    clear:both;
    height:31px;
    margin:0 0 25px;
    overflow:hidden;
}

#blog_nav_inner {
    width:971px;
    margin:0 auto;
    background:url(images/blogNav_bg.png) repeat-x;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    height:30px;
    border:1px solid #666;
    border-top:0px;
    overflow:hidden;
}

#arrow {	
    float:left;
    display:inline;
    padding:8px 52px 0 0;
    background:url(images/blogNav_arrow_bg.png) no-repeat right -1px;
    width:242px;
    height:30px;
    text-align:right;
    text-transform:uppercase;
    color:#333;
    font-weight:bold;
}

#blog_nav ul {
    margin:0;
    padding:0;
    list-style:none;
}

#blog_nav ul li {
    float:left;
    display:inline;
    border-left:1px solid #ccc;
    border-right:1px solid #999;
}

#blog_nav ul li.last {
    border-right:0px;
}


#blog_nav ul li a {
    display:block;
    padding:8px 10px;
    color:#333;
    font-size:14px;
}

#blog_nav ul li a:hover {
    color:#fff;
    text-decoration:none;
}

#blog_nav ul li.blogNav_left {
    border-left:0px;
}

#blog_nav ul li.page-item-11 {
    border-right:0px;
}


/*+++++++++++++++++++++++ Banner ++++++++++++++++++++++++++*/

#top {
    background: url(/wp-content/themes/gogrid/images/banner-trans.png) repeat-x top;
    position: relative;
    z-index:10;
}

#bannerWrapper {
    width: 1005px;
    margin: 0 auto 25px auto;
    text-align: left;
    position: relative;
}

#banner {
    height: 60px;
}

#bannerLogo {
    background: url(/wp-content/themes/gogrid/images/ggBlogLogo-v2.png) no-repeat left top;
    width: 379px;
    height: 60px;
    display: block;
}

.description {
    position: absolute;
    right: 1000em;
}


/*+++++++++++++++++++++++++++++ Top Navigation +++++++++++++++++++++++++++++++*/

#nav {
    position: relative;
    display:block;
    margin:0 auto;
    padding:0 0 15px 552px;
}

#nav ul {
    margin: 0;
    padding: 0;
}

#nav ul li {
    display: block;
    float: left;
    color: #505050;
    font-size: .95em;
    font-weight: bold;
    border-left: 1px solid #323232;
}

#nav ul li.nav-left {
    border: none;
}

#nav ul li.nav-left a,
#nav ul li.nav-left a:link,
#nav ul li.nav-left a:visited {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
}

#nav ul li.page-item-1092 a,
#nav ul li.page-item-1092 a:link,
#nav ul li.page-item-1092 a:visited {
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

#nav ul li a,
#nav ul li a:link,
#nav ul li a:visited {
    display: block;
    background: url(/wp-content/themes/gogrid/images/nav-tabs.gif) no-repeat top left;
    padding: .7em 1em .4em;
    color: #505050;
    text-decoration: none;
}

#nav ul li a:hover {
    background: #fff;
    color: #333;
}


/* +++++++++++++++++ RSS Stuff ++++++++++++++++++*/

.rss { 
    position: absolute;
    right: 0;
    top: 20px;
    padding: 7px 5px 0 0;
    overflow: hidden;
}

.rss img {
    padding: 0 .3em 0 0;
}

.rss a,
.rss a:link,
.rss a:visited {
    font-size: .95em;
    color: #cccccc;
    font-weight: bold;
    margin-left: 1em;
    padding-left: 20px;
    display: block;
    line-height: 1.4em;
    background: url(/wp-content/themes/gogrid/images/rss-grey.gif) no-repeat top left;
    float: right;
    height: 15px;
    overflow: hidden;
}

.rss a:hover {
    color: #abf7a6;
    background: url(/wp-content/themes/gogrid/images/rss-grey.gif) no-repeat 0 -15px;
    text-decoration: none;
    overflow: hidden;
}

/*+++++++++++++++++ Wrapper: Left Sidebar & Right Container +++++++++++++++++++*/

#wrapper{
    clear: both;
    margin: 0 auto;
    width: 1000px;
    text-align: left;
    position: relative;
    z-index: 10;
    background:#fff;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

#sidebars {
    float: left;
    margin: 0 -1px 0 0;
    padding: 0 20px 10px 20px;
    width: 230px;
    border-right:1px solid #ccc;
}

/*++++++++++++++++++++++++++++ Sidebar 1 (top) +++++++++++++++++++++++++++++++++++*/

#sidebars ul{
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

#sidebars ul li{
    padding: 10px 0 0 0;
}

#sidebars ul li h2{
    padding: .4em 8px .2em 8px;
    font-size: 1em;
    text-transform:uppercase;
    background: #FFFFFF url(/wp-content/themes/gogrid/images/sidebar-header-tile.png) left top repeat-x;
    border: 1px solid #c3c3c3;
    border-bottom: none;
    margin: 0;
    color: #000000;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

#sidebars ul li ul {
    padding: 8px;
    border: 1px solid #CCCCCC;
}

#sidebars ul li#tag_cloud {
    border: 1px solid #CCCCCC;
    border-top: none;
    padding: 8px;
    margin-top: 2.5em;
    position: relative;
}

#sidebars ul li#tag_cloud h2 {
    margin: 0 -8px;
    position: absolute;
    top: -1.7em;
    left: 7px;
    width: 174px;
    border-bottom: 1px solid #CCCCCC;
}

#calendar_wrap {
    padding: 8px;
    border: 1px solid #CCCCCC;
}

#ctc div,     /**** Tag Cloud Widget ****/
.textwidget  /**** Chat with the blogger, Alltop, & Cloud Blogwatch ****/

{   
    padding: 8px;
    border: 1px solid #CCCCCC;
}

#sidebars ul li#mybloglog h2 {    /**** My Bloglog Widget ****/
                                  background: none;
                                  padding: 0;
                                  margin: 0;
}

#sidebars ul li#mybloglog div#mbl_widget_frame {    /**** My Bloglog Widget ****/
                                                    margin: 0 auto;
}

#sidebars ul li#lijit-search div#lwp_main {   /**** Ligit Widget ****/
                                              padding: 8px;
                                              border: 1px solid #CCCCCC;
                                              width: auto;
}

#sidebars ul li#lijit-search div#lwp_main input#lwp_sfd {   /**** Ligit Widget ****/
                                                            width: 115px;
}

#sidebars ul li#text-251101561 div#a-w-cloudcomputing {    /**** Cloud Blog Watch ****/
                                                           width: auto !important;
}

#sidebars ul li#text-251101561 div#a-w-265 {    /**** Cloud Blog Watch ****/
                                                margin: 0 auto;
}

#sidebars ul li#archives {     /**** Archives fix for select menu ****/
                               border: 1px solid #CCCCCC;
                               border-top: none;
                               padding: 8px;
                               margin-top: 2.5em;
                               position: relative;
}

#sidebars ul li#archives h2 {      /**** Archives fix for select menu ****/
                                   margin: 0 -8px;
                                   position: absolute;
                                   top: -1.7em;
                                   left: 7px;
                                   width: 174px;
                                   border-bottom: 1px solid #CCCCCC;
}

#sidebars ul li#archives select {     /**** Archives fix for select menu ****/
                                      width: 160px;
                                      margin: 0 auto;
}

#sidebars ul li#categories-1 {     /**** Categories fix for select menu ****/
                                   border: 1px solid #CCCCCC;
                                   border-top: none;
                                   padding: 8px;
                                   margin-top: 2.5em;
                                   position: relative;
}

#sidebars ul li#categories-1 h2 {      /**** Categories fix for select menu ****/
                                       margin: 0 -8px;
                                       position: absolute;
                                       top: -1.7em;
                                       left: 7px;
                                       width: 202px;
                                       border-bottom: 1px solid #CCCCCC;
}

#sidebars ul li#categories-1 select {     /**** Categories fix for select menu ****/
                                          width: 160px;
                                          margin: 0 auto;
}

#_lpChatBtn {
    width: 165px;
    margin: 0 auto;
    display: block;
}


/*+++++++++++++ Right Container: Posts & TopBox +++++++++++++++*/

#right_container{
    float: left;
    width: 729px;
    padding:0;
    overflow: hidden;
    border-left:1px solid #ccc;

}

/*++++++++++++++++++++++++++++++++ Posts +++++++++++++++++++++++++++++++++++++*/
.postTop {
    background:#1d1d1d url(images/postTop_bg.png) repeat-x;
    padding:10px 20px 0 20px;
}

.postTop h2 {
    font-size: 1.45em;
    text-transform: capitalize;
    padding: .7em 20px .2em;
    margin:0;
}

.postTop_lower {	
    background:url(images/postTop_lower_bg.png) repeat-x bottom;
    height:7px;
    display:block;
    overflow:hidden;
}

#right_container .post:first-child .postTop {
    -moz-border-radius-topright:10px;
}

.date {
    float:right;
    display:inline;
    margin:0 0 0 20px;
    background:#fff;
    width:64px;
    -moz-border-radius:5px;
}

.date .month {
    background:#76b74c;
    font-weight:bold;
    color:#fff;
    padding:3px 15px;
    text-transform:uppercase;
    font-size:10px;
    text-align:center;
    -moz-border-radius-topright:5px;
    -moz-border-radius-topleft:5px;
}

.date .day {
    font-family:serif;
    font-size:24px;
    color:#666;
    text-align:center;
    padding:2px 0;
    line-height:1em;
}

.date .year {
    text-align:center;
    color:#666;
    margin:0 5px;
    border-top:1px solid #ccc;
    font-size:10px;
    padding:3px 0;
}


.post{
}



.post h2{

    margin: 0 -20px;


}

.post h2 a:link, .post h2 a:visited {
    text-decoration: none;
    color: #abf7a6;
}

.post h2 a:hover {
    color: #FFFFFF;
}

.postdata {
    padding: 0 20px 16px;
    font-size: .9em;
    color: #FFFFFF;
    margin: 0 -20px;
}

.postdata a,
.postdata a:link,
.postdata a:visited {
    color: #abf7a6;
}

.entry{
    line-height: 18px;
    padding:0 20px;
}

.post li {
    padding: .3em 0;
}

/*+++++++++++++ Comments & Edit link bar +++++++++++++++*/

.metadata_center {
    padding: 5px;
    border-top: 2px solid #e5e5e5;
    line-height: 1em;
    margin-bottom: 1.7em;
}

/*+++++++++++++ /Comments & Edit link bar +++++++++++++++*/

p.postmetadata {
    margin: 10px 0 0 0;
}

.diggfloat{
    float: right;
    padding: 5px;
}




/*+++++++++++++++++++++++++++++++ Error Page +++++++++++++++++++++++++++++++++*/
#error_page {
    padding-left:3px;
    margin-top:4px;
    width:530px;
}

#error_page a:link, #error_page a:visited {
    color:#2c88bc;
    font-weight:700;
}

/*+++++++++++++++++++++++++++++++ Calendar +++++++++++++++++++++++++++++++++++*/

table#wp-calendar {
    width: 90%;
    margin: 0 auto;
}


/*++++++++++++++++++++++++++ PageTitle (archives.php) +++++++++++++++++++++++++*/

.pagetitle {
    margin: 0;
    color: #000000;
    text-transform: uppercase;
    background: #def5bd;
    padding: 15px 20px 10px;
    border: 1px solid #C3C3C3;
    border-bottom: none;
    line-height: 1em;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
}

/*+++++++++++++++++++++ Entry Navigation: Previous & Next +++++++++++++++++++++++++++*/

#entryNavigation{
    padding: 0;
    font-size: 1.1em;
    font-weight: bold;
}

.previous{
    float:left;
}

.more {
    float:right;
}

/*+++++++++++++++++++++++++++ Comment component +++++++++++++++++++++++++++++++*/

#commentsWrapper { 
    padding: 0;
    margin: 0;
}

#commentsHeader {
    margin: 0 -20px;
    padding: 6px 0 6px 30px;
    border-top: 5px solid #E5E5E5;
    background: #f3f3f3;
    font-size: 1.3em;
}

.commentlist {
    margin: 20px 0 0;
    padding: 0 10px;
}

.commentlist li { 
    border: 1px solid #c3c3c3;
    background: #f6f6f6;
    display: block;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 15px;
}

.commentlist li.mycomment { 
    border-bottom: 20px solid #fff;
    display: block;
    list-style: none;
    margin: 7px 0;
    padding: 5px 15px 1px;
    background: #f3fdff;
}

.commentlist li.commenthead { 
    display: block;
    list-style: none;
    margin: 0;
    padding: 5px 15px;
}

#respond  {
    margin: 25px 10px 0;
    padding: 0 0 3px 3px;
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 2px solid #C3C3C3;
}

#commentform { 
    margin: 0;
    padding: 15px 10px;
}

#commentform label { 
    display: block;
    margin: 0;
    padding-left: 2px;
    font-size: .95em;
    color: #666666;
}

#commentform input { 
    margin: 0 5px 10px 0;
    padding: 3px;
}

#commentform #submit { 
    margin: 0 0 15px;
}

#commentform p { 
    margin: 5px 0;
}

input#url, input#author, input#email, textarea { 
    color: #666666;
    width: 40%;
    border: 1px solid #c3c3c3;
    margin-bottom: 0.6em;
    background: #fcfcfc;
}

#commentform textarea { 
    width: 400px;
    margin: 15px 0 10px 0;
    padding: 5px;
}

.commentMod {
    color: #FF0000;
}


/****** FOOTER ********/

#footer {
    width:1000px;
    margin:0 auto;
    padding:40px 0;
    color:#fff;
    font-size:11px;
    text-align:left;
}

#footer .foot_cloudHosting {
    width:180px;
}

#footer .foot_resources {
    width:180px;
}

#footer .foot_about {
    width:150px;
}

#footer .foot_legal {
    width:150px;
}

#footer .foot_contact {
    width:180px;
}

#footer a {
    color:#fff;
    text-decoration:none;
}

#footerTitle {
    background:url(images/footer_sprite.png) no-repeat -10px -10px;
    padding:8px 0 12px;
    position:relative;
    height:21px;
    display:block;
    clear:both;
    width:100%;
}

#footerTitle ul {
    margin:0;
    padding:0;
    list-style:none;
    color:#fff;
    font-weight:bold;
    font-size:1.4em;
    text-transform:uppercase;
}

#footerTitle ul li {
    float:left;
    display:inline;
    padding:0 0 0 15px;
}

#footerLinks div {
    float:left;
    display:inline;
    font-size:1.2em;
}

#footerLinks ul {
    float:left;
    display:inline;
    margin:5px 15px 10px -15px;
    font-size:1em;
    padding:0 0 0 15px;
    list-style:none;
}

#footerLinks ul li a{
    padding:2px 0 2px 15px;
    line-height:1em;
    display:inline-block;
    background:url(images/footer_sprite.png) no-repeat -10px -141px;
}

#footerLinks a:hover {
    text-decoration:underline;
}

#slaSeal {
    position:absolute;
    right:-5px;
    top:-30px;
}

#slaSeal a {
    background:url(images/footer_sprite.png) no-repeat -10px -60px;
    height:85px;
    width:96px;
    display:block;
    text-decoration:none;
    text-indent:-999em;
}

ul#contactLinks {
    margin:10px 0;
    padding:0;
    font-size:14px;
}

ul#contactLinks a {
    padding:0;
    margin:0;
    background:none;
}

ul#contactLinks li a {
    padding:0 0 1px 20px;
    margin:0 0 5px 0;
}

ul#contactLinks li#twitter a {
    background:url(images/footer_sprite.png) no-repeat -10px -190px;
}

ul#contactLinks li#twitter a:hover {
    background:url(images/footer_sprite.png) no-repeat -10px -205px;
}

ul#contactLinks li#facebook a {
    background:url(images/footer_sprite.png) no-repeat -10px -220px;
}

ul#contactLinks li#facebook a:hover {
    background:url(images/footer_sprite.png) no-repeat -10px -235px;
}

ul#contactLinks li#email a {
    background:url(images/footer_sprite.png) no-repeat -10px -250px;
}

ul#contactLinks li#email a:hover {
    background:url(images/footer_sprite.png) no-repeat -10px -265px;
}

ul#contactLinks li#foot_chat a {
    background:url(images/footer_sprite.png) no-repeat -10px -280px;
}

ul#contactLinks li#foot_chat a:hover {
    background:url(images/footer_sprite.png) no-repeat -10px -295px;
}

#footerText {
    border-top:1px dotted #666;
    padding:10px 0;
    text-align:center;
}

#idc-container-parent {
    padding:15px;
}
