/*
Theme Name: Limelight Default
Theme URI: http://limelightnetworks.com/
Description: The default Limelight theme
Version: 1.0
Author: Jason Ayers
Author URI: http://aricosa.com/
Tags: limelight, fixed width, two columns, widgets

	Default them for "In The Limelight" blog
*/

html {
    height: 100%;
    margin-bottom: 1px;
}

#sidebar ul li {
    list-style-type: none;
}

#sidebar ul li ul {
    padding: 0px 10px 0px 10px;
    background: repeat-x top right url(http://www.limelightnetworks.com/images/right_text_box2_body.jpg) #dadadc;
}

#sidebar .widgettitle {
    background-color: red;
    background: top right url(http://www.limelightnetworks.com/images/right_text_box2_body.jpg);
    color: #000;
    font-family: arial;
    font-size: 10pt;
    font-weight: normal;
    margin: 0;
    padding: 0px 10px 5px 10px;
    text-decoration: none;
}

#oosidebar ul li ul li {
    background: none;
    padding: 0px 10px 0px 10px;
}

.widget_search {
}


.sociable 
{
    text-align: center;
}

.entry img, .post img {
    margin:0px 0px 15px 15px;
}

/* -- Additional style from original blog template -- */

.timebadge{
    float:left;
    text-align:center;
    width:60px;
    height:70px;
    background:url(http://www.limelightnetworks.com/images/ITLBlog/timebadge.gif) top no-repeat;
    color:#fff;
    margin-right:10px;
}
.timebadge .day{
    margin-top:7px;
    font-size:24pt;
    height:22px;
    line-height:26px;
}
.timebadge .month{
    margin-top:4px;
    font-size:7pt;
    height:14px
}
.timebadge .year{
    font-size:11pt;
    vertical-align:middle;
}
.underlineme{
    border-bottom:1px solid #666;
    margin-bottom:25px;
}
#blognav {
    z-index: 1;
    position: relative;
    left: -10px;
    top: -42px;
    background:url(http://www.limelightnetworks.com/images/ecosystem/vid-div-bg.jpg) bottom left no-repeat;
    width: 676px;
    height:100px;
    clear:right;
}
#blognav select{
    width:130px;
    border:1px solid #999;
    background:#f0f0f0;
    font-size:7pt;
    color:#666;
}
input.search{
    border:1px solid #999;
    background:#f0f0f0;
    width:300px;
    margin-right:10px;
    margin-left:30px;
    color:#666;
}
input.searchbutt{
    border:0;
    height:19px;
    width:55px;
    background:url(http://www.limelightnetworks.com/images/ITLBlog/search.gif) no-repeat;
}
.alignright{
    float:right;
}

/* -- Styles for single page --*/

.postmetadata{
    margin-top:45px;
}
.postmetadata.alt, .commentlist li.alt {
    padding:10px;
    background:#f0f0f0;
    border-top:1px solid #999;
    border-bottom:1px solid #999;
    margin-bottom:10px;
    list-style-type:none;
}

.commentlist li{
    padding:10px;
    background:#e0e0e0;
    border-top:1px solid #999;
    border-bottom:1px solid #999;
    margin-bottom:10px;
    list-style-type:none;
}

h3#comments, h3#respond{
    margin:45px 0px 15px 0px;
}
#commentform input{
    border:1px solid #999;
    background:#f0f0f0;
    width:200px;
    color:#666;
}

#commentform textarea{
    border:1px solid #999;
    background:#fff;
    width:650px;
    color:#666;
}
input#submit{
    border:0;
    height:19px;
    width:112px;
    background:url(http://www.limelightnetworks.com/images/ITLBlog/submitcomment.gif) no-repeat;
    text-indent: -8787px;
}


/* -- Styles for alternate CTA --*/


input.submitbutt{
    border:0;
    height:19px;
    width:57px;
    background:url(http://www.limelightnetworks.com/images/ITLBlog/submit.jpg) no-repeat;
}

.right_green_header {
    height:104px;
    width:276px;
    background-image:url(http://www.limelightnetworks.com/images/ITLBlog/right_orange_headerbg.jpg);
    background-repeat:no-repeat;
    margin-top:15px;
}   
.button_right {
    z-index: 1;
    position: absolute;
    left: -16px;
    top: 35px;
    background-image:url(http://www.limelightnetworks.com/images/ITLBlog/buttonfull_orange.jpg);
    width: 32px;
    height:34px;
    color: white;
}
input.newsletter{border:1px solid #999;
    background:#f0f0f0;
    width:100px;
    margin-right:10px;
    color:#666;
}
a.rss{
    display:block;
    margin-top:5px;
    height:23px;
    width:50px;
    line-height:25px;
    color:#e76f00;
    text-decoration:none;
    background:url(http://www.limelightnetworks.com/images/ITLBlog/rss_orange.jpg) right no-repeat;
}
a.rss:hover{
    text-decoration:underline;
}


/* more styles */

.widget_recent_entries li{
padding:5px 0px;
border-top:1px solid #ccc;
}