/* Resetting
---------------------------------------------------- */

* { margin: 0; padding: 0; }
a { text-decoration: none; color: #369; }
a:hover { border-bottom: 1px dotted #369; }
a img, form, fieldset { border: none; }
legend { display: none; }
ul { list-style: none; }
address { font-style: normal; }
abbr, acronym { border: 0; }
.left { float: left; }
.right { float: right; display: inline; margin-left: 10px;}
.clear { clear: both; padding-top: 1em; }
.r { position: relative; overflow: hidden; }
.r  span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
hr { display: none; }
.h, #searchBox label { position: absolute; left: -9999px; }
.hr { height: 1px; width: 100%; margin: 1em 0; background: #c4c4c3; }


/* General styles
---------------------------------------------------- */

body {
    background: #f8f8f8 url(images/bg.gif) repeat-x 0 0;
    text-align: center; 
    font: 62.5%/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    padding: 20px 0 0;
}

#container {
    width: 830px;
    font-size: 1.2em;
    margin: 0 auto;
    text-align: left;
    padding: 0 4px;
}


/* Header
---------------------------------------------------- */

#header {
    position: relative;
    height: 60px;
    margin: 0 0 5px;
}
h1 {
    float: left;
    margin-top: 4px;
    width: 238px;
    height: 52px;
}
    h1 span {
        background: url(images/logo.gif) no-repeat 0 0;
    }

#sponsor {
    float: left;
    height: 60px;
    background: url(images/sponsor_bg.gif) no-repeat 0px 33px;
    padding-left: 84px;
}

#user {
    position: absolute;
    top: 30px;
    right: 0;
    color: #fff;
}
    #user a {
        color: #fff;
    }


/* Top Bar
---------------------------------------------------- */

#top-bar {
    background: #a60e0e url(images/nav.gif) repeat-x 0 0;
    float: left;
    width: 830px;
    height: 55px;
}

    #navigation li {
        float: left;
    }
        #navigation li a {
            float: left;
            font-size: .92em;
            padding: 10px 10px 3px;
            color: #fff;
            text-transform: uppercase;
        }
        #navigation li a:hover {
            border-bottom: none;
            text-decoration: underline;
        }
        #navigation li.active a {
            font-size: 1.08em;
            font-weight: bold;
            padding: 8px 14px 4px;
            background: #fff;
            color: #333;
            text-decoration: none;
        }

    #search-field {
        float: right;
        width: 231px;
        margin: 13px 0 0;
    }
        #search-field input {
            float: left;
        }
        #search-field #search {
            width: 181px;
            font: bold 1em "Helvetica Neue", Helvetica, Arial, sans-serif;
            padding: 7px 7px;
            border: 1px solid #999;
        }


/* Content
---------------------------------------------------- */

#content {
    width: 594px;
    float: left;
    background: #fff url(images/content_bg.gif);
    margin-top: -25px;
    overflow: hidden;
}
    #content .in {
        background: url(images/content_bg_top.gif) no-repeat top right;
        min-height: 750px;
        padding: 20px 15px 20px 17px;
        float: left;
    }
    
    #content h2 {
        color: #1b4d96;
        font-size: 2em;
        margin: 0 0 .1em;
    }
    h3 {
        font-size: 1.18em;
        border-bottom: 1px solid #d9d9d9;
        line-height: 1.4;
        color: #a06711;
        margin: .8em 0 1em;
        clear: both;
    }
    h3 a { 
        color: #a06711;
    }
    h3 a:hover { 
        border-color: #a06711;
    }
    
    #content #profile {
        overflow: hidden;
    }
        #content #profile h2 {
            width: 315px;
            float: left;
            line-height: normal;
        }
        #content #profile p {
            width: 315px;
            float: left;
        }
    
        #content #profile .profile-details {
            float: right;
            width: 220px;
            margin-top: -2em;
        }
            #content #profile .profile-details h3 {
                color: #333;
                margin: 4px 0 7px;
            }
            #content #profile .profile-details li {
                list-style-type: disc;
                margin-left: 1.5em;
            }
                #content #profile .profile-details li a {
                    font-size: .85em;
                }
    

    
    #content ul.menu {
        background: url(images/menu.gif) repeat-x bottom left;
        float: left;
        padding: 10px 0 0 3px;
        margin: 3px 0 5px -7px;
        width: 567px;
    }
        ul.menu li {
            float: left;
            display: inline;
            margin: 0 0 0 5px;
        }
            ul.menu li a {
                float: left;
                padding: 5px 15px;
                font-weight: bold;
                background: #fff;
                color: #666;
                border: 1px solid #ccc;
            }
                ul.menu li.selected a,
                ul.menu li.active a {
                    border-bottom: none;
                    padding-bottom: 6px;
                    text-decoration: none;
                    color: #333;
                }
    
    #content .section {
        float: left;
        width: 560px;
    }
    #content .section.cols {
        background: url(images/dot.gif) repeat-y top center;
        padding-bottom: 6em;
        margin-top: .2em;
    }
        #content .section .col1 {
            width: 265px;
            float: left;
            padding-right: 15px;
        }
        #content .section .col2 {
            width: 265px;
            float: left;
            padding-left: 15px;
        }


    #content .section .icon {
        vertical-align: middle;
        margin: 5px 5px 5px 0;
    }
    
    #content .section h3 {
        margin-bottom: .5em;
    }
    
    #content .section .links {
        font-size: 1.18em;
    }
        #content .section .links strong {
            font-size: 1.18em;
        }
    
    #content .section .people, #content .section .competitors {
        margin: 0 0 2em;
    }
    
        #content .section .people li, #content .section .competitors li {
            clear: left;
        }
            #content .section .people .photo, #content .section .competitors .photo {
                padding: 2px;
                border: 1px solid #e0e0e0;
                margin: .2em 12px .2em 0;
                float: left;
                display: inline;
            }
            #content .section .people p, #content .section .competitors p {
                float: left;
            }
            #content .section .competitors p { 
                line-height: normal;
                width: 100px;    
            }
            #content .section .people strong, #content .section .competitors strong {
                display: block;
                padding: 7px 0 0;
                font-size: 1.12em;
            }

        #content ol.funding {
            list-style-type: upper-alpha;
            margin: 1em 0;
            margin-left: 1.5em;
            line-height: 1.2;
        }
                #content .funding ul {
                    list-style-type: disc;
                    margin-left: 3em;
                }
                #content .funding em {
                    color: #451212;
                }
       #content ul.product {
           line-height: 18px;
           padding: 9px 0 9px 25px;
       }

    #content .notice {
        border: 3px solid #d9d9d9;
        padding: 5px;
        color: #555;
        margin: 1em 0;
        font-size: 1.12em;
        font-weight: bold;
        line-height: 1.1;
        overflow: hidden;
    }
        #content .notice img {
            float: left;
            display: inline;
            padding: 5px 8px 5px 5px;
        }

ul.listing, ol.listing {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    line-height: 18px;
    margin: 9px 0;
    padding: 9px 0 9px 25px;
}
    ul.listing li a, ol.listing li a { 
        font-size: 14px;
        font-weight: bold;
    }
    #paginate { 
        font-size: 11px;
        font-weight: bold;
    }
    #paginate li { 
        float: left;
        margin-right: 5px;
    }

ul#addwidgets li{
    display:inline;
    float:left;
    margin: 0 0 0 5px;}

#photo,
#headshot { 
    border: 1px solid #ddd;
    padding: 4px;
}

div#logo {
    text-align: center;
}

table#scores {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
table#scores th {
    text-align: center;
}
table#scores td { 
    text-align: center;
}

.menu li a em { 
    font-style: normal;
}

#buzz ol { 
    list-style: none;
}
    #links ul.bd li a { 
        font-size: 20px;
        font-weight: bold;
    }
    #links ul.bd li#yahoo { 
        background: url(images/logo_yahoo.png) no-repeat left center;
        padding-left: 30px;
    }
    #links ul.bd li#technoratilinks { 
        background: url(images/logo_technorati.png) no-repeat left center;
        padding-left: 30px;
    }
    #technorati div.bd p a { 
        font-size: 20px;
        font-weight: bold;
    }
    #technorati div.bd a img { 
        border: 1px solid #ddd;
        margin-top: 10px;
        padding: 5px 4px;
    }

/* Google Trends
---------------------------------------------------- */
    #gtrends div.bd ol { 
        padding-left: 20px;    
    }
    #gtrends div.bd ol li { 
        float: left; 
        font-weight: bold;   
        width: 250px;
    }
    #gtrends div.bd a img { 
        border: 1px solid #ddd;
        clear: both;
        margin-top: 10px;
        padding: 5px 0;
    }
    ol.trends li.term0 {list-style-image:url(http://www.google.com/trends/images/dot1.gif);}
    ol.trends li.term0 a {color:#4684ee;}
    ol.trends li.term1 {list-style-image:url(http://www.google.com/trends/images/dot2.gif);}
    ol.trends li.term1 a {color:#dc3912;}
    ol.trends li.term2 {list-style-image:url(http://www.google.com/trends/images/dot3.gif);}
    ol.trends li.term2 a {color:#ff9900;}
    ol.trends li.term3 {list-style-image:url(http://www.google.com/trends/images/dot4.gif);}
    ol.trends li.term3 a {color:#008000;}
    ol.trends li.term4 {list-style-image:url(http://www.google.com/trends/images/dot5.gif);}
    ol.trends li.term4 a {color:#4942cc;}
    
#partner .funding li a { 
    font-weight: bold;
    }


/* Sidebar
---------------------------------------------------- */

#sidebar {
    width: 210px;
    float: left;
    display: inline;
    margin: 11px 0 0 16px;
}
    #sidebar h3 {
        margin: .5em 0;
    }
    #sidebar address {
        line-height: 1.2;
        font-weight: bold;
    }

#blog ol, #ext-searchresults ol {
    list-style: none;
}
    #blog ol li, #ext-searchresults ol li {
        background: url(images/bullet_blue.png) no-repeat left top; 
        overflow: hidden;
        padding-left: 18px;
    }
    
.news li#blog > a:first-child { 
    display: block;
    font-size: 1.18em;
    font-weight: bold;
    border-bottom: 1px solid #d9d9d9;
    line-height: 1.4;
    color: #a06711;
    margin: .8em 0 .6em;
    clear: both;
}
.news li#blog > a + a { 
    display: none;
}

#flickr li {
    display: inline;
}
    #flickr img {
        margin: 0 10px 5px 0;
        padding: 2px;
        border: 3px solid #ccc;
        background: #fff;
    }
    #flickr a:hover { 
        border-bottom: none;
    }
    #flickr a:hover img {
        border-color: #999;
        background: #fff;
    }


/* Footer
---------------------------------------------------- */

#footer { 
    background: #eee url(images/bg.gif) repeat-x 0 -140px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    clear: both;
    font-size: 1.2em;
    padding: 15px 10px 10px;
}
    #inner-footer, #copyright { 
        margin: 0 auto;
        text-align: left;
        width: 830px;   
    }
    #inner-footer { 
        clear: both;
    }
        .foot-col { 
            float: left;
            padding-bottom: 20px;
            width: 275px;
        }
        .foot-col h4 {
            color: #1B4D96;
            padding-bottom: 5px;
        }
        .foot-col ul, .foot-col ol { 
            list-style-type: circle;
            padding-left: 13px;
        }
    #copyright {
        color: #666;
        clear: both;
        font-size: 1.0em;
        font-weight: bold;
        padding: 10px 0;
    }

ol.semantic {
    list-style: none;
    margin-left:0;
    padding-left:0;
}


/* About
---------------------------------------------------- */
body#about #content p, body#home #content p {
	padding-bottom:2em;
}
body#about #sidebar p {
	padding-bottom:1em;
}
body#about #sidebar dd {
	padding-left:2em;
}


/* Tools
---------------------------------------------------- */
body#tools ul.tool li a{font-size:130%;}
body#tools div#content div#in div#info div#chart{text-align:center;width:200px;height:200px}
body#tools div#content div#in div#info div#tablewrap{padding-top:2em}
body#tools div#content div#in div#info div#tablewrap table{width:75%}
body#tools div#content div#in div#info div#tablewrap table th{font-weight:bold;color:green}
body#tools div#content div#in div#info div#tablewrap table td.yui-dt-col-usage,body#tools div#content div#in div#info div#tablewrap table td.yui-dt-col-traffic,body#tools div#content div#in div#info div#tablewrap table td.yui-dt-col-pct, body#tools div#content div#in div#info div#tablewrap table td.num{text-align:right}


/* Clearfix
---------------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* Miscellaneous
---------------------------------------------------- */

table#toptraffic, table#scores, div#rankings table, table#topranked {
    width: 90%;
    margin-right: auto;
}
    td.tnum { 
        text-align: right; 
    }
    td.tnum.pos{ 
        color: green;
        font-weight: bold;
    }
    td.tnum.neg{
        color: red;
        font-weight: bold;
    }

/* YUI
---------------------------------------------------- */

div.yui-dt-headcontainer{text-align:center;}
td.yui-dt-number {text-align:right;}

/* Clean up all the arrows */
div#paginate .yui-dt-firstlink, div#paginate .yui-dt-firstpage, div#paginate .yui-dt-lastlink, div#paginate .yui-dt-pagelink,  div#paginate .yui-dt-lastpage, div#paginate span.yui-dt-nextpage {
	  display:none;
}

div#paginate span#yui-dt-pagselect0 span.yui-dt-prevpage {display:none;}

table.listing, table.yui-dt-table {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    line-height: 18px;
    margin: 9px 0;
    padding: 9px 0 9px 25px;
}
    table.listing td a, table.yui-dt-table td a {
        font-size: 14px;
        font-weight: bold;
    }
    table.listing td.icon {
        text-align:center;
        width:25px;
    }

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
td {
    overflow:hidden;
}

.yui-dt-headcontainer {
    position:relative;
    
}

.yui-dt-headtext {
    position:relative;
    border-right:10px;
}

.yui-dt-headresizer {
    position:absolute;
    margin-right:-6px;
    right:0;
    bottom:0;
    width:6px;
    height:100%;
    cursor:w-resize;
    cursor:col-resize;
}

.yui-dt-firstlink,.yui-dt-prevlink,.yui-dt-nextlink,.yui-dt-lastlink,.yui-dt-pagelink {
    cursor:hand;
    cursor:pointer;
    text-decoration:underline;
}

img#homesplash{border:0}
img.favicon{height:16px;width:16px;}

/*Map data only*/
#map { margin-top: 10px;width:210px;height:160px;}
