@import url('/includes/css/reset.css');

body
{
    font-size: 62.5%;
    font-family: Arial;
    background: #ffffff;
    color: #7c7c7c;
}

.editable-content ul
{
    margin: 15px 0 15px 3em;
    list-style: disc outside;
}
                
.editable-content ol
{
    margin: 15px 0 15px 3em;
    list-style: decimal outside;
}

/* Container */
#container
{
    margin: auto;
    width: 978px;
    position: relative;
}

/* Header */
#header
{
    float: left;
    width: 958px;
    margin-top: 43px;
}

    #header a.logo
    {
        float: left;
        width: 195px;
        height: 53px;
        text-indent: -5000px;
        background: url('/images/kettle.png') left top no-repeat;
    }
    
    #header div
    {
        position: absolute;
        width: 195px;
        height: 163px;
        top: 98px;
        z-index: 100;
        display: none;
    }
    
    #header div.logo
    {
        left: 0;
    }
    
    #header div.twitter
    {
        right: 20px;
    }
    
    #header div strong
    {
        height: 38px;
        font-size: 4em;
        text-align: center;
        color: #4dc6c0;
    }
    
    #header div.logo strong
    {
        float: left;
        width: 195px;
    }
    
    #header div.twitter strong
    {
        float: right;
        width: 95px;
    }
    
    #header div p
    {
        float: left;
        background: #4dc6c0;
        color: #ffffff;
        font-size: 1.2em;
        line-height: 14px;
        -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
    }
    
        #header div.logo p
        {
            width: 115px;
            padding: 10px 40px;
            text-align: center;
        }
        
        #header div.twitter p
        {
            width: 155px;
            padding: 20px;
            background-image: url('/images/twitter-hover.png');
            background-position: 143px 23px;
            background-repeat: no-repeat;
        }
    
            #header div.twitter p span.header
            {
                float: left;
                width: 155px;
                padding-bottom: 10px;
                margin-bottom: 10px;
                font-size: 22px;
                border-bottom: solid 1px #ffffff;
            }
    
    #header ul
    {
        float: right;
    }
    
        #header ul li
        {
            float: left;
        }
        
            #header ul li a
            {
                float: left;
                font-size: 2.2em;
                color: #7c7c7c;
                border-left: solid 1px #dadada;
                padding: 15px;
                text-decoration: none;
            }
            
            #header ul li a:hover, #header ul li a.on
            {
                color: #4dc6c1;
            }
            
            #header ul li.blog
            {
                margin-right: 100px;
            }
            
                #header ul li.blog a
                {
                    border-right: solid 1px #dadada;
                }
            
            #header ul li.twitter a
            {
                width: 32px;
                height: 33px;
		padding-bottom: 5px;
                text-indent: -5000px;
                background: #ffffff url('/images/twitter.png') 15px 7px no-repeat;
                                cursor: pointer;
            }

	    #header ul li.facebook a
            {
                width: 32px;
                height: 33px;
		padding-bottom: 5px;
                text-indent: -5000px;
                background: #ffffff url('/images/facebook.png') 15px 7px no-repeat;
                border-right: solid 1px #dadada;
                cursor: pointer;
            }
	
/* Homepage Grid */
#homepage-grid 
{
    float: left;
    width: 978px;
    padding: 20px 0 60px 0;
}

    #homepage-grid .box
    {
        float: left;
        width: 306px;
        height: 172px;
        position: relative;
        padding: 10px 20px 10px 0;
    }
    
        #homepage-grid .box a
        {
            text-decoration: none;
        }
        
        #homepage-grid .box .rounded-corners
        {
            padding: 0;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            border-radius: 7px;
        }
    
    /* Filtered Box */    
    #homepage-grid .filter a img
    {
        width: 306px;
        height: 172px;
    }

    #homepage-grid .filter a span
    {
        position: absolute;
        left: 20px;
        bottom: 30px;
        display: none;
        width: 246px;
        height: 42px;
        padding: 8px 10px 0 10px;
        background: #4dc6c0 url('/images/homepage-bullet.gif') 246px 10px no-repeat;
        opacity: 0.9;
        filter:alpha(opacity=90);
        line-height: 16px;
        font-size: 12px;
        color: #ffffff;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
    }
    
        #homepage-grid .filter a span strong
        {
            float: left;
            width: 246px;
            font-size: 18px;
            margin-bottom: 4px;
        }   
    
    /* Blog Box */
    #homepage-grid .blog
    {
        
    }
            
        #homepage-grid .blog a
        {
            display: block;
            width: 306px;
            height: 172px;
            background: #ffffff url('/images/homepage-blog.gif') left 10px no-repeat;
        }
        
            #homepage-grid .blog a strong
            {
                float: left;
                padding: 78px 20px 0 20px;
                width: 266px;
                font-size: 18px;
                color: #ffffff;
            }
        
            #homepage-grid .blog a span
            {
                float: left;
                padding: 20px 20px 20px 20px;
                width: 266px;
                display: block;
                line-height: 16px;
                font-size: 12px;
                color: #ffffff;
            }
        
/* Project */
#project
{
    float: left;
    width: 958px;
    padding: 0 0 200px 0;
    position: relative;
    z-index: 1;
}
    
    #project ul.image-links
    {
        float: left;
        width: 100%;
        padding: 20px 0 0 0;
    }
    
        #project ul.image-links li
        {
            float: left;
            height: 100px;
            margin: 0 10px 10px 0;
            position: relative;
        }
        
            #project ul.image-links li a
            {
            }
            
            #project ul.image-links li a.fancy-video span
            {
                position: absolute;
                left: 40%;
                top: 30px;
                width: 49px;
                height: 49px;
                background: url('/images/video.png') left top no-repeat;
            }
            
                #project ul.image-links li a .rounded-corners
                {
                    padding: 0;
                    -moz-border-radius: 7px;
                    -webkit-border-radius: 7px;
                    border-radius: 7px;
                }
    
    #project .headers
    {
        float: left;
        position: relative;
        width: 100%;
        height: 150px;
    }
            
    #project h1
    {
        position: absolute;
        bottom: 0;
        width: 644px;
        font-size: 7.6em;
        font-weight: bold;
        color: #4dc6c1;
    }
    
    #project h2
    {
        position: absolute;
        bottom: 18px;
        width: 137px;
        font-size: 2.2em;
        color: #4dc6c1;
    }
    
        #project h2 a
        {
            color: #4dc6c1;
            text-decoration: none;
        }
    
    #project h2.projects
    {
        left: 664px;
    }
    
    #project h2.awards
    {
        left: 821px;
    }
    
    #project .col-1,  #project .col-2
    {
        float: left;
        width: 312px;
        margin: 0 20px 0 0;
        padding: 20px 0;
        border-top: solid 1px #dadada;
        border-bottom: solid 1px #dadada;
        font-size: 1.4em;
        line-height: 18px;
    }
        
        #project .col-1 a,  #project .col-2 a, #project .col-3-content a
        {
            color: #4dc6c1;
            text-decoration: none;
        }
        
        #project .col-2 div.credits
        {
            float: left;
            width: 312px;
            font-size: 11px;
            line-height: 14px;
            padding-top: 10px;
            margin-top: 10px;
            border-top: solid 1px #dadada;
        }
        
            #project .col-2 div.credits .credits-col-1
            {
                float: left;
                width: 140px;
            }
            
            #project .col-2 div.credits .credits-col-2
            {
                float: right;
                width: 140px;
            }
        
        #project .col-2 div.date
        {
            float: left;
            width: 65px;
            font-size: 10px;
            padding-top: 10px;
            margin-top: 10px;
            border-top: solid 1px #dadada;
        }
            
    #project .col-3,  #project .col-4
    {
        float: left;
        width: 137px;
        margin: 0 20px 0 0;
        padding: 0 0 0 0;
        border-top: solid 1px #dadada;
        font-size: 1.2em;
        line-height: 16px;
    }
    
    #project .col-4
    {
        margin-right: 0;
    }
    
        #project .col-3 ul,  #project .col-4 ul
        {
            
        }
        
            #project .col-3 ul li,  #project .col-4 ul li
            {
                width: 137px;
                padding: 12px 0;
                border-bottom: solid 1px #dadada;
            }
            
            #project .col-3 ul li a,  #project .col-4 ul li a
            {
                color: #7c7c7c;
                text-decoration: none;
            }
            
    
    #project .col-3-content
    {
        float: left;
        width: 294px;
        padding: 20px 0;
        border-top: solid 1px #dadada;
        border-bottom: solid 1px #dadada;
        font-size: 1.4em;
        line-height: 18px;
    }
    
    #project a.previous
    {
        position: absolute;
        bottom: 97px;
        left: 0;
        height: 44px;
        padding: 14px 0 0 54px;
        font-size: 1.4em;
        line-height: 18px;
        color: #7c7c7c;
        text-decoration: none;
        background: url('/images/previous.gif') left top no-repeat;
    }
    
    #project a.next
    {
        position: absolute;
        bottom: 112px;
        right: 0;
        height: 30px;
        padding: 14px 54px 0 0;
        font-size: 1.4em;
        line-height: 18px;
        color: #7c7c7c;
        text-decoration: none;
        background: url('/images/next.gif') right top no-repeat;
    }

/* Content Navigation */
p.content-navigation
{
    float: left;
    margin-top: 35px;
    width: 479px;
    text-align: right;
    font-size: 2.2em;
}

    p.content-navigation a
    {
        display: inline-block;
        color: #7c7c7c;
        text-decoration: none;
    }
    
    p.content-navigation a.star
    {
        padding-right: 25px;
        background: url('/images/star.gif') right top no-repeat;
    }
    
    p.content-navigation a:hover, p.content-navigation a.on
    {
        color: #4dc6c1;
    }
    
    p.content-navigation a:hover.star, p.content-navigation a.star.on
    {
        background: url('/images/star-over.gif') right top no-repeat;
    }
    
/* About */
#about
{
    float: left;
    width: 958px;
    padding: 160px 0 100px 0;
    position: relative;
}
        
    #about h1
    {
        float: left;
        width: 479px;
        font-size: 7.6em;
        font-weight: bold;
        color: #4dc6c1;
    }
    
    #about h2
    {
        float: left;
        width: 100%;
        font-size: 24px;
        line-height: 28px;
        color: #4dc6c1;
    }
    
    #about .col-1 a, #about .col-2 a, #about .col-3 a, #about .col-4 a
    {
        color: #4dc6c1;
        text-decoration: none;
    }
    
    #about .col-1 a:hover, #about .col-2 a:hover, #about .col-3 a:hover, #about .col-4 a:hover
    {
        text-decoration: none;
    }
    
    #about .col-1
    {
        float: left;
        width: 487px;
        font-size: 1.4em;
        line-height: 18px;
        border-top: solid 1px #dadada;
        border-bottom: solid 1px #dadada;
        padding: 20px 0;
        margin: 0 20px 0 0;
    }
    
        #about .col-1 strong
        {
            font-size: 18px;
            font-weight: bold;
            line-height: 22px;
        }
        
        #about .col-1 ul
        {
            margin-left: 2em;
            list-style: disc outside;
        }
    
    #about .col-2, #about .col-3, #about .col-4
    {
        float: left;
        width: 137px;
        font-size: 1.2em;
        line-height: 16px;
        border-top: solid 1px #dadada;
        padding: 20px 0;
        margin: 0 20px 0 0;
    }
    
    #about .col-4
    {
        margin-right: 0;
    }
    
    #about .col-2 p, #about .col-3 p, #about .col-4 p
    {
        float: left;
        padding: 0 0 10px 0;
        margin: 0 0 20px 0;
        border-bottom: solid 1px #dadada;
    }
    
/* Awards */
#awards
{
    float: left;
    width: 958px;
    padding: 160px 0 100px 0;
    position: relative;
}

    #awards h1
    {
        float: left;
        width: 479px;
        font-size: 7.6em;
        font-weight: bold;
        color: #4dc6c1;
    }
    
    #awards .awards
    {
        float: left;
        width: 958px;
        background: url('/images/awards-border.gif') left top repeat-x;
        position: relative;
        padding-top: 20px;
    }

        #awards .awards a
        {
            cursor: pointer;
        }

        #awards .awards .prev
        {
            position: absolute;
            top: 20px;
            left: 0;
            display: block;
            width: 44px;
            height: 44px;
            background: url('/images/previous.gif') left top no-repeat;
            text-indent: -5000px;
        }
        
        #awards .awards .disabled.prev
        {
            background: url('/images/previous-disabled.gif') left top no-repeat;
        }
        
        #awards .awards .next
        {
            position: absolute;
            top: 20px;
            right: 0;
            display: block;
            width: 44px;
            height: 44px;
            background: url('/images/next.gif') left top no-repeat;
            text-indent: -5000px;
        }
        
        #awards .awards .disabled.next
        {
            background: url('/images/next-disabled.gif') left top no-repeat;
        }
    
        #awards .awards div
        {
            margin-left: 163px;
        }

            #awards .awards div ul li
            {
                width: 143px;
                margin-right: 20px;
                overflow: visible !important;
                padding-bottom: 10px;
                height: auto !important;
            }
            
                #awards .awards div ul span.header
                {
                    
                    font-size: 24px;
                    line-height: 28px;
                    color: #4dc6c1;
                }
            
                #awards .awards div ul li strong
                {
                    float: left;
                    clear: both;
                    font-size: 1.6em;
                    font-weight: bold;
                    margin-top: 20px;
                }
                
                #awards .awards div ul li a.title
                {
                    float: left;
                    clear: both;
                    font-size: 1.6em;
                    font-weight: bold;
                    margin-top: 20px;
                    color: #4dc6c1;
                    text-decoration: none;
                }
                
                #awards .awards div ul li span.content
                {
                    float: left;
                    clear: both;
                    font-size: 1.2em;
                    line-height: 16px;
                    margin-top: 10px;
                }
                
                    #awards .awards div ul li span a
                    {
                        color: #4dc6c1;
                        text-decoration: none;
                    }
                
/* Content */
#blog
{
    float: left;
    width: 958px;
    padding: 160px 0 100px 0;
    position: relative;
}
        
    #blog h1
    {
        float: left;
        width: 479px;
        font-size: 7.6em;
        color: #4dc6c1;
    }
    
        #blog h1 a
        {
            color: #4dc6c1;
            font-weight: bold;
            text-decoration: none;
        }
    
    #blog h2
    {
        font-size: 24px;
        line-height: 28px;
        color: #4dc6c1;
    }
    
        #blog h2 a
        {
            color: #4dc6c1;
        }
    
    #blog .col-1
    {
        float: left;
        width: 632px;
        margin-right: 20px;
        border-top: solid 1px #dadada;
    }
    
        #blog .col-1 div.editable-content, #blog .col-1 p
        {
            font-size: 1.4em;
            line-height: 18px;
            margin-top: 10px;
        }
            
        #blog .col-1 a
        {
            color: #4dc6c1;
            text-decoration: none;
        }
            
        #blog .col-1 strong
        {
            font-weight: bold;
        }
        
        /* Blog Post */
        #blog .col-1 .blog-post
        {
            float: left;
            width: 632px;
            border-bottom: solid 1px #dadada;
            padding: 20px 0;
        }
        
            #blog .col-1 .blog-post .addthis_toolbox
            {
                margin-top: 10px;
            }
            
        /* Blog Detail */
        #blog .col-1 .blog-detail
        {
            float: left;
            width: 632px;
            padding: 20px 0 0 0;
        }
        
            #blog .col-1 .blog-detail .addthis_toolbox
            {
                margin-top: 10px;
            }
        
        #blog .col-1 .blog-comments
        {
            float: left;
            width: 632px;
            border-bottom: solid 1px #dadada;
            border-top: solid 1px #dadada;
            padding: 20px 0;
            margin-top: 20px;
        }
        
            #blog .col-1 .blog-comments h3
            {
                font-size: 18px;
                line-height: 22px;
                color: #4dc6c1;
            }
            
            #blog .col-1 .blog-comments p
            {
                font-size: 1.4em;
                line-height: 18px;
            }
            
            #blog .col-1 .blog-comments .info
            {
                float: left;
                font-size: 1.2em;
                color: Red;
                margin-top: 20px;
            }
            
            #blog .col-1 .blog-comments .comment
            {
                float: left;
                width: 632px;
                border-bottom: solid 1px #dadada;
                padding-bottom: 20px;
            }
            
            #blog .col-1 .blog-comments .leave-comment
            {
                float: left;
                width: 632px;
                padding: 20px 0 0 0;
            }
            
                #blog .col-1 .blog-comments .leave-comment fieldset
                {
                    width: 365px;
                    padding: 20px 0 0 0;
                }
                
                    #blog .col-1 .blog-comments .leave-comment fieldset ol li
                    {
                        padding: 5px 0;
                    }
                    
                        #blog .col-1 .blog-comments .leave-comment fieldset ol li label
                        {
                            float: left;
                            width: 100px;
                            font-size: 1.2em;
                            padding-top: 7px;
                        }
                        
                        #blog .col-1 .blog-comments .leave-comment fieldset ol li.textbox .RadInput_Error_Default
                        {
                            background-image: none;
                            border: solid 1px red;
                            color: Red;
                        }
                        
                        #blog .col-1 .blog-comments .leave-comment fieldset ol li.textbox input
                        {
                            width: 250px;
                        }
                        
                        #blog .col-1 .blog-comments .leave-comment fieldset ol li.textbox textarea
                        {
                            width: 250px;
                            height: 100px;
                        }
                        
                        #blog .col-1 .blog-comments .leave-comment fieldset ol li.submit a
                        {
                            float: right;
                            font-size: 1.6em;
                        }
    
    #blog .col-2
    {
        float: left;
        width: 306px;
        padding: 20px 0;
        border-top: solid 1px #dadada;
        border-bottom: solid 1px #dadada;
        font-size: 1.4em;
        line-height: 18px;
    }
    
        #blog .col-2 a
        {
            color: #4dc6c1;
            text-decoration: none;
        }
        
        #blog .col-2 h2
        {
            border-top: solid 1px #dadada;
            margin-top: 20px;
            margin-bottom: 10px;
            padding-top: 20px;
        }
    
        #blog .col-2 a.rss
        {
            color: #7c7c7c;
            font-size: 1.4em;   
            background: url('/images/rss.gif') left top no-repeat;
            padding: 5px 0 0 35px;
        }
        
        #blog .col-2 .tag-cloud
        {
            float: left;
            width: 306px;
            padding-bottom: 20px;
        }
            
            #blog .col-2 .tag-cloud a
            {
                text-decoration: none;
            }
            
            #blog .col-2 .tag-cloud a.small
            {
                font-size: 1.2em;
            }
            
            #blog .col-2 .tag-cloud a.large
            {
                font-size: 1.6em;
            }
            
/* Contact */
#contact
{
    float: left;
    width: 958px;
    padding: 160px 0 100px 0;
    position: relative;
}
        
    #contact h1
    {
        float: left;
        width: 958px;
        font-size: 7.6em;
        font-weight: bold;
        color: #4dc6c1;
    }
    
    #contact .cols
    {
        float: left;
        width: 958px;
        background: url('/images/bg-contact.gif') left bottom no-repeat;
    }
    
    #contact .col-1, #contact .col-2, #contact .col-3
    {
        float: left;
        width: 306px;
        padding: 20px 0 400px 0;
        margin-right: 20px;
        border-top: solid 1px #dadada;
        font-size: 1.4em;
        line-height: 18px;
    }

    #contact .col-3
    {
        margin-right: 0;
    }
    
    #contact strong
    {
        font-size: 18px;
        font-weight: bold;
        line-height: 22px;
    }
    
    #contact a
    {
        color: #4dc6c1;
        text-decoration: none;
    }
    
    #contact iframe
    {
        position: absolute;
        bottom: 120px;
        left: 0;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
    }
    
    #contact img.location-image
    {
        position: absolute;
        bottom: 120px;
        right: 0;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
    }

/* Footer */
#footer
{
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -489px;
    width: 978px;
    height: 30px;
    padding: 15px 0;
    background: #ffffff;
    opacity: 0.8;
    filter:alpha(opacity=80);
    z-index: 10;
}
    
    #footer ul
    {
        float: left;
    }
    
        #footer ul li
        {
            float: left;
            padding: 0 5px;
        }
        
            #footer ul li span
            {
                float: left;
                font-size: 1.4em;
                font-weight: bold;
                padding: 10px 10px 0 0;
            }
        
            #footer ul li a
            {
                float: left;
                color: #7c7c7c;
                text-decoration: none;
                font-size: 1.2em;
                font-weight: bold;
                padding: 10px 10px;
            }
            
            #footer ul li a:hover, #footer ul li.on a
            {
                background: #4dc6c1;
                color: #ffffff;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
            }
            
    #footer p
    {
        float: right;
        font-size: 1.2em;
        padding: 10px 30px 0 0;
    }
    
        #footer p strong
        {
            font-weight: bold;
            padding-right: 5px;
        }
        
        #footer p a
        {
            color: #7c7c7c;
            text-decoration: none;
        }