/* ---------------------------------------------  

   RESET STYLESHEET
   -- version: 1.0 [originally composed by Eric Mayer // http://meyerweb.com/]
   -- author: Frank Sedivy // franksedivy.com
   -- contact: hello@franksedivy.com
   -- last update: 14/12/2007
   
------------------------------------------------------------------- */

/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; 

font-family: inherit; vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1; color: black;	background: white;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a {text-decoration: none; color: inherit;}

/* @end */

/* @group Global Typographic Styles & Classes */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-stretch: normal;    
    font-size:14px;
    color: #444444;
    background-color: #000000;
    line-height:140%;
}
a {color: #444;}
.hide, .hidden {display:none;}
.hr {}
.hr hr {display:none;}
.btn {margin:0 5px 5px 0; float:right;}
p {line-height: 20px;}
h1, h2, h3, h4, h5, h6 {line-height: 140%;}
strong, b{font-weight:bold;}
/* @group Float fix */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }

/* @end */

/* @group Layout */

#container {
	width: 970px;
	margin: 0 auto;
}

#container-inner {
	margin: 0;
        padding: 0 15px;
}

#header {
	padding-top:5px;
}

#header-inner {}

#pagebody {}

#content-inner{
    background:url("http://blogs.orange-business.com/themes/redesign-2011/img/pagebody-obs-bg.png") repeat-y scroll 619px 0 transparent;
}

#alpha {
	width: 617px;
	float: left;
}

#alpha-inner {
	margin: 0;
	padding: 0;
}

#beta {
	width: 305px;
	float: right;
	padding-top: 0;
}


#beta-inner{
	margin: 0;
	padding: 0;
}


/* @end */

/* @group Header */
#header-inner {
	background: url(http://blogs.orange-business.com/themes/redesign-2011/img/logo-obs-black.png) no-repeat right 50px scroll transparent;
	position:relative;
}

#header-lang{
    display:block;
    overflow:hidden;
    text-align:right;
    font-weight:bold;
    color:#FFFFFF;
    font-size:11px;
}

#header-lang a{
    color:#FF6600;
    text-decoration:none;
}

#header-lang span{
    padding:0 5px;
}

#header-lang a.active{
    color:#FFFFFF;
}

#header-name, #header-subname{
    clear: both;
    display: block;
    overflow: hidden;
    position: relative;
}

#header-name{
    height:60px;
}

#header-subname{
    height:42px;
}
#header-subname{
    margin-bottom: 15px;
    padding-bottom: 10px;    
    border-bottom:1px solid #ffffff;
}
#header-name a, #header-subname a{
    line-height:120%;
}
#header-name a {
        font-family: Arial,Helvetica,sans-serif;
        font-size:48px;
	color: #ffffff;        
	display: block;
        font-weight:300;
	
}

#header-subname a {
	font-family: Arial,Helvetica,sans-serif;
        font-size:35px;
	color: #ff6600;        
	display: block;
        font-weight: 300;
	text-transform: lowercase;	
}
#header-link {
    position:absolute;
    top:25px;
    right:0;
    text-indent:-1000em;
}

#header-link a{
    display:block;
    width:200px;
    height:95px;
}
#top-menu {
        background: rgb(0,0,0); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(16,16,16,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(16,16,16,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(16,16,16,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(16,16,16,1) 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(16,16,16,1) 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#101010',GradientType=0 ); /* IE6-9 */
        background: linear-gradient(top, rgba(0,0,0,1) 0%,rgba(16,16,16,1) 100%); /* W3C */
	margin: 0;
	width: auto;
	font-size:16px;
        font-weight:300;
}

#top-menu #top-navigation {
        background: rgb(128,128,128); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(128,128,128,1) 0%, rgba(8,8,8,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,128,128,1)), color-stop(100%,rgba(8,8,8,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(128,128,128,1) 0%,rgba(8,8,8,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(128,128,128,1) 0%,rgba(8,8,8,1) 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, rgba(128,128,128,1) 0%,rgba(8,8,8,1) 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#080808',GradientType=0 ); /* IE6-9 */
        background: linear-gradient(top, rgba(128,128,128,1) 0%,rgba(8,8,8,1) 100%); /* W3C */ 
}

#top-menu #top-navigation ul li {
	float: left;
        background: rgb(128,128,128); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(128,128,128,1) 0%, rgba(8,8,8,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,128,128,1)), color-stop(100%,rgba(8,8,8,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(128,128,128,1) 0%,rgba(8,8,8,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(128,128,128,1) 0%,rgba(8,8,8,1) 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, rgba(128,128,128,1) 0%,rgba(8,8,8,1) 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#080808',GradientType=0 ); /* IE6-9 */
        background: linear-gradient(top, rgba(128,128,128,1) 0%,rgba(8,8,8,1) 100%); /* W3C */        
}

#top-menu #top-navigation ul li a {
        color:#FFFFFF;
        display:block;
        padding:10px 35px;
        border-right: 1px solid #000000;
}
#top-menu #top-navigation ul li a:hover{
    color:#ff6600;
}

#sub-nav {
        background-color: #b7b7b7;
	margin: 0;
	width: auto;
	font-size:16px;
        font-weight:300;
	display:none;
	position:relative;
	clear:both;
	overflow:hidden;
}

#sub-nav ul{
	display:block;
}

#sub-nav ul li {
	float: left;
}

#sub-nav ul li a {
        color:#000000;
        display:block;
        padding:10px 35px;
        border-right: 1px solid #000000;
}

#sub-nav ul li a:hover{
    color:#ff6600;
}
/* @end */

/* @group Entry Listing */

#breadcrumb{
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    background-color: #000000;
    display:block;
    clear:both;
    overflow:auto;
    position:relative;    
}

#breadcrumb a{
    color:#ffffff;
}

.entry-listing .entry-listing-inner {
padding:0px 0px 15px 0;
}

#search-results h1,
.entry-search-listing,
.archives-bio,
.archive,
.entry-listing .asset-summary {
    background-color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/themes/redesign-2011/PIE.htc);    
    clear: both;
    margin: 0 0 25px;
    padding: 15px 10px;
}

.asset-summary .asset-content {
    float: none;
    line-height: 140%;
}

.asset-summary .asset-header{
    padding-bottom:15px;
}

.asset-summary .asset-illustration {
    border: 0px solid transparent;
    float: left;
    margin-left: 35px;
    overflow: hidden;
    width: 240px;
    text-align:center;
}

.asset-summary .asset-content .entry-title{
    padding-bottom:5px;
    font-size: 30px;
    font-weight: 200;
    line-height: 140%;
    text-align: left;
    color: #FF6600;    
}
.asset-summary .asset-content .entry-title a {
    color: #FF6600;
}

.asset-summary .asset-content .entry-meta {
    color: #444444;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.asset-summary .asset-content .asset-body {
    color: #444444;
    float: left;
    font-size: 14px;
    padding-left: 0;
    width: 310px;
    text-align: left;
    overflow:hidden;
}

.asset-content .read-more{
    text-align:left;
    padding-top:50px;
}

.asset-content .read-more a{
color:#444444;
font-weight: bold;
background: url("http://blogs.orange-business.com/themes/redesign/img/topmenu-arrow.gif") no-repeat scroll 0 2px transparent;
padding-left:20px;
text-transform: lowercase;
}

.page-navigation,.content-nav{
display:block;
text-align:center;
padding:10px 0 20px;
font-size:12px;
line-height: 140%;
}
.page-navigation, .content-nav a, .page-navigation a{
color:#9f9f9f;
}

.page-navigation .separator{
padding:0 5px;
}
.page-navigation .next-page-link{
padding: 0 10px;
}

.page-navigation .prev-page-link{
padding:0 10px;
}

.page-navigation .next-page-link{
    background: url("http://blogs.orange-business.com/themes/redesign/webtv/bg-pagination-link-next.png") no-repeat scroll right 5px transparent;
}

.page-navigation .prev-page-link{
    background: url("http://blogs.orange-business.com/themes/redesign/webtv/bg-pagination-link-prev.png") no-repeat scroll 0 5px transparent;
}

.page-navigation .last-page{
    background: url("http://blogs.orange-business.com/themes/redesign/webtv/bg-pagination-link-last.png") no-repeat scroll right 5px transparent;
    padding: 0 10px;
}

.page-navigation .first-page{
    background: url("http://blogs.orange-business.com/themes/redesign/webtv/bg-pagination-link-first.png") no-repeat scroll left 5px transparent;
    padding: 0 10px;
}


.page-navigation .cur-page-no{
color:#FF6600;
font-weight:bold;
}
/* @end */

/* @group Footer */
#footer{
    overflow: hidden;
    padding: 15px 0;
    font-size:12px;
}

#footer .footer-legal{
    text-align:center;
}
#footer .footer-legal a{
    color: #999999;
}
#footer .footer-legal .separator{
padding:0 5px;
}
/* @end */

/* @group Sidebar */

#beta .widget {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;    
}

#beta .widget-white{
    background-color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/themes/redesign-2011/PIE.htc);    
}
#beta .widget-header{
color:#FF6600;
font-size:17px;
height:20px;
font-weight:bold;
padding:5px 5px 10px 5px;
}


#beta .widget-content{
background-color:#ffffff;
color:#000000;
font-size:14px;
padding:0 10px 10px 10px;
overflow:hidden;
}

#beta .widget-white .widget-content{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    behavior: url(/themes/redesign-2011/PIE.htc);
}

#beta .widget-content li{
background: url("http://blogs.orange-business.com/themes/redesign/img/topmenu-arrow.gif") no-repeat scroll 0 14px transparent;
padding: 10px 10px 10px 20px;
}

#beta .widget-pub .widget-content, 
#beta .widget-pub{
background-color:transparent;
}

#beta .widget-suivez-nous .widget-content li{
    background:none 0 0 no-repeat scroll transparent;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 0 20px;
    text-align: center;
    width: 50px;
}

#beta .widget-suivez-nous .widget-content li a{
    padding-top:60px;
    vertical-align:bottom;
    display:block;
}
#beta .widget-suivez-nous .widget-content li.follow-fb{
    background:url(http://blogs.orange-business.com/themes/redesign-2011/img/follow-obs-sprite-small.png) center 10px no-repeat scroll transparent;
}

#beta .widget-suivez-nous .widget-content li.follow-twitter{
    background:url(http://blogs.orange-business.com/themes/redesign-2011/img/follow-obs-sprite-small.png) center -60px no-repeat scroll transparent;
}

#beta .widget-suivez-nous .widget-content li.follow-linkedin{
    background:url(http://blogs.orange-business.com/themes/redesign-2011/img/follow-obs-sprite-small.png) center -130px no-repeat scroll transparent;
}

#beta .widget-suivez-nous .widget-content li.follow-yt{
    background:url(http://blogs.orange-business.com/themes/redesign-2011/img/follow-obs-sprite-small.png) center -200px no-repeat scroll transparent;
}

#beta .widget-suivez-nous .widget-content li.follow-webtv{
    background:url(http://blogs.orange-business.com/themes/redesign-2011/img/follow-obs-sprite-small.png) center -270px no-repeat scroll transparent;
}

#beta .widget-suivez-nous .widget-content li.follow-ss{
    background:url(http://blogs.orange-business.com/themes/redesign-2011/img/follow-obs-sprite-small.png) center -340px no-repeat scroll transparent;
}

#beta .widget-search{
    padding-bottom:10px;
    border-bottom: 1px solid #FF6600;
}

#beta .widget-search .widget-content{padding:10px 0;}
#beta .widget-search, #beta .widget-search .widget-content{background-color:transparent;}
#beta .widget-search .search-fields{
    border: 1px solid #444444;
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 1px;
    }
#beta .widget-search label{
    background-color: #FF6600;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 11px 0;
    text-align: center;
    text-transform: uppercase;
    width: 105px;
}
#beta .widget-search input[type="text"]{margin:0;border:0px solid transparent;background-color:#000000;color:#FFFFFF;font-size:18px;width:150px;padding:9px 2px;font-weight:300;}
#beta .widget-search input[type="image"]{margin:0;padding:7px 5px;}

.feedburner-champ{
margin:10px 0 5px 0;
border:1px solid #7f9db9;
height:20px;
}

p.deliver{
font-size:9px;
}

p.deliver a{
text-decoration:underline;
}


.widget-featured-posts .widget-content li a{
    color:#333333;
}


#beta .widget li a span.read-more{
text-decoration:underline;
}


.postrank-widget .postrank-minilogo{ display: block; width: 16px; height: 16px; background: url( "http://api.postrank.com/static/widgetSprite.png" ) no-repeat -29px 0; position: absolute; top: 15px; right: 10px; margin: 2px 6px 0 0;}
.postrank-widget small{ display: none; }

.postrank-widget .postrank-search-wrapper {
display:none;
}


.postrank-widget .postrank-posts li a.postrank-value {
display:none;
}

.postrank-widget .powered-by-postrank-wrapper{
padding:2px;
text-align:right;
}

.postrank-widget .powered-by-postrank-wrapper a{
color:#ffffff;
}
/* @end */

/* @group Archives */
.archive-title {
    color: #FFFFFF;
    font-size: 24px;
    padding-bottom: 10px;
}

.archive-title span{
color:#FF6600;
}

.mt-authors-index .archive-title{
color:#FF6600;
}

.mt-archive-index .archive-header {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 20px;
    text-transform: lowercase;
}

.mt-archive-index .archive-title {
    color: #FF6600;
    font-size: 30px;
    text-transform: lowercase;
}
.mt-authors-index .archive-content li{
padding:10px 0;
font-size:12px;
font-weight:bold;	
}

.mt-authors-index .archive-content li img{
border:1px solid #cecece;
vertical-align:middle;
}
.mt-archive-index .archive-content li{
font-size:12px;
line-height:130%;
padding-left:0;
}

.mt-archive-index .archive-date-based{display:block;overflow:hidden;position:relative;}
.mt-archive-index .archive-date-based ul{display:block;}
.mt-archive-index ul li.archive-year {
    color: #FF6600;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    padding: 0 30px 20px 0;
}
.mt-archive-index .archive-date-based ul.archive-content {
    display: block;
    font-weight: normal;
    padding-top: 20px;
    text-transform: lowercase;
}
.mt-archive-index .archive-category .archive-content li,
.mt-archive-index ul li.archive-year li {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
}

.mt-archive-index .archive-category .archive-content li a,
.mt-archive-index ul li.archive-year li a{
    color:#000000;
}

.mt-archive-index .archive-category .archive-header{
    padding-top:20px;
}
.mt-archive-index .archive-category .archive-content{display:block;position:relative;overflow:hidden;padding-bottom:20px;text-transform:lowercase;}
.mt-archive-index .archive-category .archive-content li{float:left;width:180px;padding-right:10px;line-height:150%;}
/* @end */

/* @group Entry */
.entry-asset{
    background-color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/themes/redesign-2011/PIE.htc);
    clear: both;
    margin: 0 0 25px;
    padding: 15px 10px 55px;
    position:relative;
    
}

.mt-page-archive .entry-title,
.mt-entry-archive .entry-title {
    color: #FF6600;
    font-size: 30px;
    font-weight: 300;
    line-height: 140%;
    padding-bottom: 5px;
    text-align: left;
}

.mt-page-archive .entry-content,
.mt-entry-archive .entry-content{
font-size:14px;
line-height:20px;
padding-bottom: 15px;
}

.mt-page-archive .asset-body h1, .mt-entry-archive .asset-body h1,
.mt-page-archive .asset-body h2, .mt-entry-archive .asset-body h2,
.mt-page-archive .asset-body h3, .mt-entry-archive .asset-body h3,
.mt-page-archive .asset-body h4, .mt-entry-archive .asset-body h4,
.mt-page-archive .asset-body h5, .mt-entry-archive .asset-body h5,
.mt-page-archive .asset-body h6, .mt-entry-archive .asset-body h6
{
    color:#ff6600;
    padding: 5px 0;
    font-weight:bold;
    padding-bottom:20px;
}
.mt-page-archive .asset-body h1, .mt-entry-archive .asset-body h1{
    font-size:16px;
}

.mt-page-archive .asset-body h2, .mt-entry-archive .asset-body h2{
    font-size:15px;
}

.mt-page-archive .asset-body h3, .mt-entry-archive .asset-body h3{
    font-size:14px;
}

.mt-page-archive .asset-body h4, .mt-entry-archive .asset-body h4{
    font-size:13px;
}

.mt-page-archive .asset-body h5, .mt-entry-archive .asset-body h5{
    font-size:12px;
}

.mt-page-archive .asset-body h6, .mt-entry-archive .asset-body h6{
    font-size:12px;
}


.mt-page-archive .entry-tags li,
.mt-entry-archive .entry-tags li,.mt-entry-archive .entry-categories li{
float:left;
}
.mt-page-archive .entry-tags .delimiter,
.mt-entry-archive .entry-tags .delimiter,.mt-entry-archive .entry-categories .delimiter{
padding-right: 3px;
}

.asset-share{
display:block;
float:none;
overflow:hidden;
text-align:right;
}

.asset-share span.share-linkedin,.asset-share span.share-twitter,.asset-share span.share-plusone,.asset-share span.share-facebook,.asset-share span.st_sharethis_hcount{float:right;}
.asset-share span.share-twitter{height:20px;width:100px;}

.asset-header .asset-meta{
    clear: both;
    display: block;
    font-size: 13px;
    font-weight: 300;
    overflow: hidden;
    padding-bottom: 15px;
}

.asset-header .asset-meta .byline{
    display:block;
    float:none;
    font-size:14px;
    line-height:20px;
    color:#444444;
    font-weight:bold;
}
.mt-page-archive .asset-body,
.mt-entry-archive .asset-body {
clear: both; overflow: hidden;
}

.mt-page-archive .entry-content p, .mt-entry-archive .entry-content p {
padding-bottom:15px;
}

.mt-page-archive .asset-content ul, .mt-entry-archive .asset-content ul {
list-style:disc outside none;
padding-bottom:15px;
padding-left:70px;
}

.mt-page-archive .asset-content ol, .mt-entry-archive .asset-content ol {
list-style:decimal outside none;
padding-bottom:15px;
padding-left:70px;
}


.mt-page-archive .asset-body a,
.mt-entry-archive .asset-body a{
font-weight:bold;
text-decoration:underline;
}

.asset-footer {
    background-color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/themes/redesign-2011/PIE.htc);    
    display: block;
    margin-top: 15px;
    overflow: hidden;
}

.asset-footer div span{
    color: #FF6600;
}

.asset-footer div a:link{
    color:#000000;
    font-weight: normal;
}

.asset-footer .post-footer1{
display:block;
float:left;
padding:10px;
}

.asset-footer .post-footer2{
    display: block;
    float: left;
    line-height: 140%;
    padding: 10px 10px 10px 0;
    position: relative;
    width: 475px;
}

.mt-page-archive .asset-footer .post-footer2{
    padding: 10px;
}
.post-footer2 .entry-author{
    color: #000000;    
}

.asset-footer .entry-tags,
.asset-footer .entry-comments,
.asset-footer .entry-trackbacks{
    clear: both;
    display: block;
    padding-top: 10px;
}


.trackbacks, .comments{
    margin-top:25px;
    padding:10px;
    background-color:#ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/themes/redesign-2011/PIE.htc);    
}

.trackbacks-header, .comments-header{
    color: #FF6600;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: lowercase;
}

.trackbacks .asset-meta, .comments .asset-meta{
font-weight:bold;
padding-bottom:10px;
font-size:12px;
}

.comment-reply {
    padding-left:20px;
    background-color:#EEEEEE;
}

.comments .asset-meta .separator{
color:#ff6600;
}

.comment-content, .trackback-content{
padding-bottom:10px;
}

.comment, .trackback{
border-bottom:1px solid #9f9f9f;
padding-top:10px;
}

.comment-first{
padding-top:5px;
}

.comment-last{
border-bottom:0px solid transparent;
}

.comments-open{
    background-color:#FFFFFF;
    margin: 25px 0 0;
    overflow: hidden;
    padding-bottom: 15px;
    position:relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/themes/redesign-2011/PIE.htc);
}

.comments-open-header{
color:#ff6600;
font-size:17px;
height:28px;
padding:15px 10px 0 10px;
}

.comments-open-content{
background-color:#FFFFFF;
color:#444444;
font-size:12px;
padding:10px;
overflow:hidden;
}

.comments-open-content .left {
    float: left;
    padding-top: 10px;
    text-align: right;
    text-transform: lowercase;
    width: 100px;
}

.comments-open-content .right {
	float: left;
	width: 445px;
}

.comments-open-content .line {
	margin-top: 10px;
}

.comments-open-content .left label {
	margin-right: 15px;
	color: #ff6600;
}

.comments-open-content .right input,
.comments-open-content .right textarea {
	color: #000000;
	background: transparent;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 440px;
	border: 0;}

.comments-open-content .right .input-line {
	height: 20px;
	background: url("http://blogs.orange-business.com/themes/redesign-2011/img/commentform-content-fieldline.png") 0 0 no-repeat;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.3), 2px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius:10px;
	white-space: 
}

.comments-open-content .right .input-line .input-line-inner {
	padding: 0 10px;
}

.comments-open-content .right input {
	width: 420px;
	height: 20px;
	padding: 0;
	margin: 0 auto;
}

.comments-open-content .right textarea {
	width: 420px;
	height: 180px;
	padding: 0;
	margin: 0 auto;
}

.comments-open-content .right .input-area {
	height: 200px;
	background: #ffffff url("http://blogs.orange-business.com/themes/redesign-2011/img/commentform-content-fieldarea.png") 0 0 no-repeat;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.3), 2px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius:10px;
}


.comments-open-content .right .input-area .input-area-inner {
	padding: 10px 10px;
	background-color: transparent;

}

.comments-open-content input#comment-submit {
	background: url("http://blogs.orange-business.com/themes/redesign/img/comment-validation.gif") 0 0 no-repeat;
	border: 0;
	width: 90px;
	height: 20px;
	float: right;
	font-size: 0.0001px;
	text-indent: -50000px;
}


.comments-open-content input#comment-submit:hover {
	cursor: pointer;
}

#comments-open-text {
	clear: both;
}

#comment-form-remember-me,
#comment-form-reply,
#comments-open-captcha,
#comments-open-footer {
	padding-left: 100px;
	padding-right: 0px;
}

/* @end */
/* Update 26/07/11 */


.trackbacks, .comments {
    clear: both;
}

.share-footer{
    bottom: 30px;
    clear: both;
    display: block;
    float: none;
    height: 24px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 10px;
    width: 600px;
}

.asset-footer .share-footer span{
    color:#000000;
}
.trackbacks, .comments {
    clear: both;
}

.author-bio-link, .author-bio-hide{
cursor: pointer;

}
.author-bio{ padding-top:10px; line-height:20px;}
.author-bio, .author-bio-hide{
display:none;
}

.archives-bio{
overflow:auto;
}
.archives-bio img{
float:left;padding-right:5px;
}

.entry-content table,.entry-content tr,.entry-content td{vertical-align:top;}

/* @end */
/* For the OBS blogs home only */
.obs-blogs-home #content-inner{
    margin-top:20px;
}
.obs-blogs-home .entry-listing .asset-summary {
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    behavior: url(/themes/redesign-2011/PIE.htc);
    padding: 0;    
}
.obs-blogs-home .asset-parent{
    background-color: #939393;
    border-radius: 5px 5px 0 0;
    behavior: url(/themes/redesign-2011/PIE.htc);    
    position:relative;
    display:block;
    overflow:hidden;
}
.obs-blogs-home .asset-parent h4{
    font-weight:bold;
    font-size:17px;
    color:#FFFFFF;
    padding:10px 0 10px 15px;
    display:block;
    width:70%;
    float:left;
}

.obs-blogs-home .asset-parent span {
    display: block;
    float: right;
    text-align: right;
    width: 20%;
    padding:13px 15px 10px 0;
}

.obs-blogs-home .asset-parent span a{
    font-weight:normal;
    font-size:14px;
    color:#000000;
}

.obs-blogs-home .asset-header{
    padding:10px 15px;
}

.obs-blogs-home .asset-summary .asset-content .asset-body {
    padding: 0 0 15px 15px;
}
/* group @end OBS blogs home*/
#beta .widget-pub, #beta .widget-pub .widget-content{
background-color:transparent;
}

