/*
================================

* TEAM VIRB 1.0 SKIN

supported modules:
* Tumblelog

================================
*/


/*************************************************
* GLOBAL
*************************************************/

a,
a:visited,
img {
    border: none;
}

a,
a:visited {
    color: #0281ca;
    border: 0;
}
a:hover {
    color: #333333;    
}

p {
    font: normal 11px/140% "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    color: #666666;
    padding: 0 0 20px 0;
}

div#virb_banner {
    background-color: #0281ca;
}

hr.clear {
    display: block;
    height: 0;
    border: none;
    position: realtive;
    clear: both;
}


/*************************************************
* CONTENT
*************************************************/

.core_container {
    background: #bfd8e7 url(/_assets/_graphics/_frontend/bg-front.gif) repeat-x;
}           
    #profile_wrapper {
        margin: 0 auto;
        padding: 0 0 50px 0;
        width: 950px;
    }
        #profile_container {
            padding: 0;
            background: url(/_assets/_graphics/_frontend/bg-content_950px.png) repeat-y;
        }

        #header_front {
            display: block;
            height: 120px;
            padding: 30px 0 0 0;
            background: url(/_assets/_graphics/_frontend/header-950px.gif) no-repeat;
        }
        
            #header_front h2 {
                display: block;
                height: 75px;
                text-indent: -7777px;
                background: url(/_assets/_graphics/_frontend/h2-blog.jpg) no-repeat center top;
            }
        
            #header_front h3 {
                color: #777;
                font-size: 12px;
                font-weight: normal;
                line-height: 100%;
                text-align: center;
            }
        
        #left_side {
            text-align: left;
            width: 675px;
            margin-left: 25px;
            float: left;
        }   
        
        #right_side {
            text-align: left;
            width: 200px;
            float: right;
            margin: 5px 25px 0 0;
        }

        div.content_end_front {
            display: block;
            height: 75px;
            text-align: right;
            background: url(/_assets/_graphics/_frontend/bg-content_end_950px.gif) no-repeat;
        }
    
    
/*************************************************
* MODULES
*************************************************/            

.module {
    border-top: solid 1px #e5e5e5;
    padding: 20px 0 0 0; 
    margin: 0 0 15px 0;
}
#right_side .module {
    border: 0;
    padding: 20px 12px;
    margin: 0 0 20px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #e9e9e9;
    clear: both;
}

    .module h3 {
        font-size: 17px;
        color: #333333;        
        margin: 0 0 15px 0;
    }

    .module h3 span,
    .module h3 a,
    .module h3 a:visited {
        color: #999999;
        font-weight: normal;
        font-size: 13px;
        margin-right: 0;
    }
    .module h3 a:hover {
        color: #333333;
    }
    .module h3 span.left_paren {
        margin-left: 5px;
    }

#right_side .module h3 {
    margin: 0 0 1em 0;
    font: bold 14px Helvetica, Arial, Verdana, sans-serif;
    color: #555;
}

.module p {
    font-size: 12px;
    line-height: 150%;
}
#right_side .module p {
    font-size: 11px;
    color: #999;
    line-height: 150%;
    padding: 0;
    margin: 0 0 1em 0;
}

#right_side .module#about_nav p {
    margin: 0 0 10px 0;
}


#right_side .module#about_nav {
    padding: 15px 12px;
}

#right_side .module#followers {
    padding: 20px 10px 20px 10px;
}

#right_side .module#connect {
    background: #ebf4fb;
}

#about_nav ul,
#connect ul {
    border-top: solid 1px #d9d9d9;
    margin: 0;
}
#connect ul { border-top: solid 1px #d0dae2; }
    #about_nav ul li,
    #connect ul li {
        position: relative;
        border-bottom: solid 1px #d9d9d9;
        display: block;
        margin: 0;
        padding: 0;
        font-size: 11px;
    }
    #connect ul li {
        border-color: #d0dae2;
    }
    #about_nav ul li.odd {
        background: #f0f0f0;
    }

        #about_nav ul li a,
        #about_nav ul li a:visited,
        #connect ul li a,
        #connect ul li a:visited {
            display: block;
            padding: .5em;
            border: 0;
        }
        #connect ul li#addFriend a,
        #connect ul li#addFriend a:visited {
            background: #0281ca;
            color: #fff;
            padding: .8em;
            margin: 7px 0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            font-weight: bold;
            text-align: center;
        }
        #about_nav ul li.odd a,
        #about_nav ul li.odd a:visited {
            color: #999;
        }

		#connect ul li#inviteGroup,
		#connect ul li#sendMessage { display: none; }
        
#virb_six ul li {
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    margin: 0 0 10px 0;
    height: 35px;
    background: #ddd;
}

    #virb_six ul li a,
    #virb_six ul li a:visited {
        display: block;
        float: left;
        width: 35px;
        height: 35px;
        opacity: 0.75;
        -moz-opacity: 0.75;
        filter:alpha(opacity=75);
        border: 0;
    }
    #virb_six ul li a:hover {
        opacity: 1.00;
        -moz-opacity: 1.00;
        filter:alpha(opacity=100);
    }

    #virb_six ul li a img {
        width: 35px;
        height: 35px;
    }

    #virb_six ul li h5 {
        float: left;
        font: bold 12px Helvetica, Arial, Verdana, sans-serif;
        padding: 5px 0 0 7px;
        width: 109px;
    }

    #right_side .module#virb_six ul li p {
        float: left;
        font-size: 10px;
        padding: 0 0 0 7px;
        width: 109px;
    }

        
/*************************************************
* TUMBLELOG
*************************************************/

#tumblelog {
    margin-top: 5px;
}

div.date_group {
    clear: both;
    border-top: solid 1px #e5e5e5;
}

    div.date {
        display: block;
        float: left;
        text-align: center;
        width: 130px;
        padding: 15px 0 20px 0;
        margin: 30px 0;
        background: #f2f2f2;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

.date p {
    text-transform: uppercase;
    font: bold 24px Helvetica, Arial, sans-serif;
    margin: 0 0 -9px 0;
    padding: 5px 0;
    letter-spacing: -1px;
    color: #999999;
}
    .date p em {
        line-height: 100%;
        font-style: normal;
    }
    .day_name {
        display: block;
        text-transform: uppercase;
        font: normal 9px 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
        color: #bbb;
        letter-spacing: 1px;
    }
    .year,
    .month_full,
    .day_name_abbr {
        display: none;
    }
    
    .chrono.module {
        float: right;
        width: 500px;
        padding: 30px 10px 15px 0;
        margin: -1px 0 0 0;
    }

.module p.comments {
    font: normal 11px 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
    color: #999999;
}
       .module p.comments a,
       .module p.comments a:visited {
           color: #64b2df;
       }
       .module p.comments a:hover {
           color: #333333;
       }


    /*** Status *********************************/

    .status.module h4 {
        font-weight: normal;
        font-size: 18px;
        line-height: 125%;
        color: #666666;
        margin-bottom: 10px;
    }

    .status.module p.status_meta {
        font-size: 11px;
        font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        line-height: 125%;
        color: #999999;
    }
        .status.module p a,
        .status.module p a:visited {
            color: #64b2df;
        }
        .status.module p a:hover {
            color: #333333;
        }


    /*** Links **********************************/

    .links.module h4 {
        margin-bottom: .4em;
    }
    .links.module h4 a,
    .links.module h4 a:visited {
        font-weight: normal;
        font-size: 16px;
        color: #0281ca;
        border-bottom: solid 1px #0281ca;
    }
    .links.module h4 a:hover {
        color: #333333;
        border-bottom: none;
    }
        .links.module h4 a.permalink,
        .links.module h4 a.permalink:visited {
            color: #999999;
            border: 0;
        }
        .links.module h4 a.permalink:hover {
            color: #333333;
        }

    .links.module .link_photo,
    .links.module .link_video {
        padding-bottom: 10px;
        position: relative;
    }


    /*** Quotes *********************************/

    .quotes.module h4 {
        font-weight: normal;
        font-size: 24px;
        line-height: 125%;
        color: #666666;
        margin-bottom: 10px;
    }
        .quotes.module h4 em,
        .quotes.module h4 span {
            font-size: 11px;
        }

        .quotes.module h4 span {
            font-size: 50px;
            line-height: 0;
            color: #999999;
            vertical-align: -19px;
            opacity: 0.5;
            -moz-opacity: 0.5;
            filter:alpha(opacity=50);
        }
        .quotes.module h4 span a,
        .quotes.module h4 span a:visited {
            color: #999999;
        }
        .quotes.module h4 span a:hover {
            color: #333333;
        }
        .quotes.module h4 span.quotation {
            padding-right: 2px;
        }
        .quotes.module h4 span.quotation_right {
            padding-left: 2px;
        }
        .quotes.module p.source {
            font-size: 14px;
            color: #999999;
            position: relative;
            z-index: 10;
        }


        /*** Photos/Videos ******************************/

        #left_side #flickr_favorites.module .virb_image_wrap {
            float: left;
            margin: 0 10px 10px 0;
            padding: 3px;
            height: 90px;
            width: 120px;
            border: solid 1px #e5e5e5;
        }
        #right_side #flickr_favorites.module .virb_image_wrap {
            float: left;
            margin: 0 10px 10px 0;
            height: 90px;
            width: 120px;
            border: solid 1px #e5e5e5;
        }
            #flickr_favorites.module .virb_image_wrap a {
                display: block;
                height: 90px;
                width: 120px;
                overflow: hidden;
            }
                #flickr_favorites.module .virb_image {
                    padding: 0;
                    margin: 0;
                    border: none;
                }

        .photos.module img {
            padding: 0;
            margin: 0;
        }

        .module p.description {
            padding-top: 15px;
        }


        /*** Text ***************************************/

        .text.module h4 {
            font: bold 32px/100% Helvetica, Arial, sans-serif;
            letter-spacing: -1px;
            margin: 5px 0 15px 0;
        }
            .text.module h4 a,
            .text.module h4 a:visited {
                color: #0281ca;
                border-bottom: 0;
                text-decoration: underline;
            }
            .text.module h4 a:hover {
                color: #333333;
                text-decoration: none;
            }

            .text.module blockquote {
                font: normal 11px/17px 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
                padding: 1em;
                margin: 0 1em;
                background: #f2f2f2;
            }

            .text.module ul,
            .text.module li {
                font: normal 11px/17px 'Lucida Grande', Arial;
                list-style: disc;
            }
            .text.module ul {
                padding: 0 40px;
            }
        
        .text.module p {
            font-size: 13px;
        }
        .text.module p.comments {
            font-size: 11px;
        }
        
        .text.module img {
            border: 10px solid #e5e5e5;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            max-width: 480px;
        }

p#chrono_paging {
    display: block;
    position: relative;
    clear: both;
    border-top: 1px solid #e5e5e5;
    height: 50px;
    font-size: 12px;
    text-align: center;
}
    #chrono_paging a,
    #chrono_paging a:visited {
        position: absolute;
        top: 25px;
        font-weight: bold;
        background: #f2f2f2;
        padding: 4px 7px;
    }
    #chrono_paging a:hover {
        background: none;
    }
    a#page_older { right: 0; }
    a#page_newer { left: 0; }

    #chrono_paging span { display: none; }
    
    
/*************************************************
* RIGHT SIDE
*************************************************/

.module#followers a img.virb_image {
    float: left;
    width: 35px;
    height: 35px;
    margin: 0 1px 1px 0;
}



/*
================================

* MISCELLANEOUS

================================
*/

/*************************************************
* PRIVACY
*************************************************/

div#private {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
     border: 1px solid #e5e5e5;
     background: #f5f5f5 url(/_assets/_graphics/_frontend/private_lock.png) no-repeat top right;
     padding: 50px 20px 60px 20px;
     margin: 0 0 10px 0;
}

    #private p {
        font-size: 11px;
        color: #666666;
        line-height: 125%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    #private p strong {
        font: bold 24px Helvetica, Arial, Verdana, sans-serif;
        color: #d90063;
        letter-spacing: -1px;
    }
    
    
#footer {
    clear: both;
}