/*
Theme Name: Limelight Default
Theme URI: http://limelightnetworks.com/
Description: The default Limelight theme
Version: 1.0
Author: Michael Alexander	 
Author URI: http://llnw.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 {
}



/* -- 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:280px;
    /*background-image:url(http://www.limelightnetworks.com/images/ITLBlog/right_orange_headerbg.jpg);*/
    background: url(http://www.limelightnetworks.com/images/ITLBlog/right_green_headerbg.jpg) 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);*/
    background-image:url(http://www.limelightnetworks.com/images/buttonfull.jpg);
    width: 32px;
    height:34px;
    color: white;
}

/* more styles */

.widget_recent_entries li{
padding:5px 0px;
border-top:1px solid #ccc;
}


/* new styles */

.entry h2, .post h2{
	font-weight:normal;
	font-size:16px;
	font-family: Arial, sans-serif;
}

.entry h3, .post h3{
	font-size:12px;
	font-family: Arial, sans-serif;
	color:#76b900;
	font-weight: bold;
}

.entry h2 a, .post h2 a{
	color:#000;
}
.entry ul, .post ul{
	margin-left: 15px;
}

.fixed-column-item{
	width:210px;
	height:150px;
	margin-right:10px;
	margin-top:20px;
	float:left;
}

.fixed-column-item.leftborder{
	border-left:1px solid #d5e04d
}

.fixed-column-item.leftborder p{
	margin-left:15px;
}

.fixed-column-item.leftborder h2{
	margin-left:15px;
}

/* EDIT */

.edit{
	Position:absolute;
	top:-65px;
	right:-130px;
}
a.post-edit-link{
	color:#fff;
	padding:5px 10px;
	border: 1px solid #f38f1d;
}
a.post-edit-link:hover{
	color:#000;
	border: none;
	background: #f38f1d;
	text-decoration: none;
}



/* Sidebar style */

#right_top_textbox {
    height: auto;
    margin-left: 16px;
    position: relative;
    width: 200px;
}
