body {
    color: #333; /* #FFF;*/
    font-family: 'Arial', sans-serif;
    min-width: 1000px;
    padding: 0;
    margin: 0;
    background: #f3f5f8 url('/media/css/images/infoBck.png') repeat-x scroll left top;
    z-index: 10;
    overflow-y: scroll;
}

body { font-size: 11px; }
 
html>body { 
    font-size: 11px; 
    font-family: 'Verdana', sans-serif;}

img {
    border: 0;
}

p { line-height: 1.5em; }

ul { list-style: none inside none; }

li.regular{ 
    float: none; 
    padding: 5px 0; 
}

li.regular span{
    
}

li.highlight{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    position: relative;
    left: -20px;
    width: 270px;
    background-color: #fff;
    padding-left: 40px;
}
li.fancyList{
    font-weight: lighter;
    background-color: #ccc;
    margin: 2px 0;
    padding-left: 40px;
    color: #fff;
    z-index: 5;
}
ul#secondTier{
    display: none;
}
li.second{
    font-weight: lighter;
    background-color: #fff;
    margin: 2px 0;
    z-index: 5;

}

.home ul, .home li {
    list-style: disc;
}

h1{
    font-weight: normal;
    font-size: 24px;
    margin: 0 0 10px;
}
h2{
    font-weight: normal;
    font-size: 20px;
    margin: 1em 0 10px;
}

h3{
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 10px;
}
h5{
    font-weight: normal;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 10px;
}

.uppercase{
    text-transform: uppercase;
}
#content .inner{
    margin: 0 auto;
    width: 980px;
}
.inner{
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

label[for='username'], label[for='password'], label[for='placeholder']{
    width: 75px;
}
input#username, input#password{
    width: 200px;
}
/** removing float from ckeditor labels 
.cke_dialog label{
    float: none;
}
**/

/*
select {
    background-color: #515151;
    color: #cccccc;
    font-size: 14px;
}*/

.error-msg {
    padding-left: 30px !important;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	margin-bottom: 5px !important;
    font-size: 14px;
    background: #ffeeee url('images/errorIcon.png') .5em no-repeat;
    color: #323232;
}

a.flag {
    float: none;
    padding: 0 0 0 6em;
}
a {
    color: #3399cc;
    text-decoration: none;
}

.inline{
    display: inline;
}
.submit input{
    background-color: #515151;
    color: #cccccc;
    font-size: 14px;
}

.pointer {
    cursor: pointer; /* I thought this was a default behavior? did reset.css remove pointers!?! */
}

.info{
    font-size: 10px;
    color: #aaa;
}
.buttonText{
    padding: 0 10px;
}
.floatLeft{
    float: left;
}
.floatRight{
    float: right;
}
.marginLeft10{
    margin-left: 10px;
}
.marginLeft20{
    margin-left: 20px;
}
.marginRight10{
    margin-right: 10px;
}
.marginRight20{
    margin-right: 20px;
}
.none{
    display: none;
}

/* ------ */

#toolbar {
    height: 24px;
    overflow: hidden;
    color: #FFF;
    background-color: #000;
    padding: 0 0 0 40px;
    font-family: Arial, sans-serif;
}
.toolbar-button{
    color: #fff !important;
    background: transparent url('/media/css/images/ie.green_button_bg.gif') repeat-x;
    padding: 3px 10px 4px;
    border: 1px solid #111;
}
    .invite-a-friend {
        background: transparent url('/media/css/images/ie.blue_button_bg.gif') repeat-x;    
    }
#toolbar-inner {
    height: 22px;
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
}

#toolbar .welcome-message, #login-controls, #registration-controls {
    float: left;
    padding-top: 5px;
}

#toolbar .welcome-message {
    color: #FFF;
}

#login-controls {
    padding-left: 1em;
    padding-right: 15em;
    border-right: 1px solid #555;
    height: 18px;
}

#registration-controls {
    padding-left: .75em;
    height: 24px;
}
    #toolbar-inner a img {
        padding-top: 1px;
        padding-left: .25em;
    }

#toolbar a {
    color: #3399cc;
    text-decoration: none;
}

.button{
    display: block;
    
    background-color: #666;
/*    
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#098214), to(#41bf4c));
    background: -moz-linear-gradient(top,  #098214,  #41bf4c);
*/    
    text-transform: uppercase;
    
    padding: 0 8px 4px;
	color: #f0f8f0;
	text-decoration: none;
    text-shadow: 0 -1px 1px #1a9c24;
	border: none;
	position: relative;
	cursor: pointer;
}
    .button:hover {
        color: #EFEFEF;
        background-color: #b9b9b9;
    }
    
.writePost {
    float: right;
    padding-top: 5px;
}
#header {
positon:relative;
z-index:1000;
}
#topMidBar{
    height: 70px;
    clear: left;
/*    overflow: hidden;*/
/*    position: relative;*/
    padding: 20px 0 0 40px;
/*    width: 98%;*/
}
#homeLogo{
    height: 92px;
}
#topMidBar select { margin-left: 5px; }
#searchTopicsSelector, #bannerLogoInfoBOOM { float: left; }
#bannerLogoInfoBOOM { }
#searchTopicsSelector { padding: 5.5em 0 0 .5em; margin-top: -1px; position:relative;}
    #searchTopicsSelector form { float: left; }
#bannerLogoIBM { float: right; padding-top: 34px; clear: right; /*position: relative; top:33px; right: 120px;*/ }

#languageSelector {
    float: right;
}
    #languageSelector select {
        border: 1px solid #84959f;
        background-color: #84959f;
        color: #cdd6dc;
        padding: 2px;
    }        
        #languageSelector select option {
            color: #cdd6dc;
            background-color: #84959f;
        }
        
        #langaugeSelector select option:hover {
            background-color: #000;
        }

.topLists{
    float:left;
    margin: 0;
    padding: 0;
}

#global-search {
    position: relative;
    top: 33px;
    left: 40px;
}

#banner-search-input, #banner-search-selector, #banner-search-button {
    float: left;
}

#banner-search-input {
    background-color: #fff;
    color: #666;
    border: none;
    height: 22px;
    padding: 1px 5px;
    font-size: 11px;
    width: 230px;
}

#banner-search-button {
    height: 25px;
    overflow: hidden;
}

#banner-search-selector {
    width: 11px;
    padding: 0 5px;
    height: 23px;
    text-align: center;
    margin-right: 2px;
    border: 1px solid #999;
    border-left: 1px solid #7ad1f6;
    background: #666;
}


/* Navigation */
 
#selectorHolder{
border-bottom:2px solid #000000;
border-right:1px solid #000000;
float:left;
margin:-3px 30px 0 0;
padding:1px 14px 5px 0;
position:relative;
}

#banner-nav {
border-bottom:1px solid #B2B6B9;
height:18px;
padding-top:16px;
position:relative;
width:1000px;
}

.custom_select {
float:left;
margin:0 23px 0 14px;
}


#bannerNavBottom{
    margin: 0 4%;
    color: #eee;
    border-bottom: 1px solid #999;
}

    
.subMenu {
    background-color: #FFF;
    border: 1px solid #b9b9b9;
    padding: .25em .75em;
}
    .subMenu p {
        border-bottom: #EFEFEF;
        padding: 0;
        margin: 0;
    }

#subMenu-topicsSelector {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 1000;
}


ul#navlist{
    padding: 0;
    margin: .5em 0 1em 2.5em;
}
#banner-nav select{
    margin-left: 10px;
}

/* New Footer Styles at the bottom - mike.boardley@comfychairconsulting.com
#footer{
    border: #ccc;
    color: #3399CC;
    margin-top: 4em;
}
#footer a{
    color: #3399CC;
}
#footer-nav{
    margin: 0;
    padding: 0;
}
#footer-nav li.smart{
    width: 175px;
    line-height: 4em;
    
    padding-left: 55px !important;
    background: url(/media/css/images/smarter_planet.png) 15px no-repeat;
}

#footer-nav li {
    float: left;
    width: 110px;
    height: 36px;
    line-height: 3em;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    padding: 0px 20px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #DEDEDE;
}

#footer-nav li img{
    text-decoration: none;
}
#footer-nav li.selected{
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: none;
}
#footer-nav li.first{
    border-left: none;
    width: 25px;
    border-bottom: none;
}
#footer a{
    text-decoration: none;
}


#footer-content{
    padding-bottom: 50px;
/*    margin: 0px 30px;*/
}
#smart, #about, #solutions, #contributors, #partners, #feedback{
    margin: 0 10px 5px;
    border-bottom: thin solid #888;
}
#terms-nav{
    margin: 0 10px;
}

*/

.active_selector {
    background-color: #b9b9b9;
}



#section { 
    height: 60px;   
    background-color: transparent;
    overflow: hidden;
}
    
#section-detail {
    margin: 20px 0 0 40px;
}
#section-type {
    font-size: 13px;
    padding: 6px 5px 0 10px;
    text-align: right;
    color: #333;
    letter-spacing: 1px;
    float: left;
    text-transform: uppercase;
}

#section-detail h2 {
    float: left;
    color: #414141;
    margin: 0;
}

#stage-filter {
    margin: 0px 0 0 50px;
    background: transparent url('images/ie.blue_button_bg.gif') repeat-x scroll;
    padding: 5px 10px 0;
    height: 18px;
    color: #fff;
    font-size: 10px;
    -moz-box-shadow: 2px 2px 5px #777;
}

#content-outer {
    margin: 0 auto;
    position:relative;
    width: 960px;
}



/*** Profile Form ***/
.profileForm #rightCol{
    float:left;
    width: 450px;
    margin-left: 10px;
    background-color: #FFF;
}
.profileForm #leftCol{
    float: left;
    width: 500px;
}
.profile_form th label{
    display:block;
    text-align:left;
    width: 140px;
}
#profileSave{
    margin-left: 435px;
}
ul.service, ul.link{
    margin: 10px 0 10px 20px;
    padding: 0px;
}

ul.service li{
    margin: 2px 0;
    font-size: 10px;
    width: 400px
}
ul.service li label{
    font-size: 12px;
    width: 75px;
}
ul.service li input{
    width: 300px;
}
ul.service li input[type='checkbox']{
    width: 20px;
    margin: 0px;
}
ul.link li{
    margin: 2px 0 5px;
    font-size: 10px;
    width: 400px
}
ul.link li label{
    font-size: 12px;
    width: 75px;
}
ul.link li input{
    width: 300px;
}
ul.link li input[type='checkbox']{
    width: 20px;
    margin: 0px;
}

/*** end Profile Form ***/
.topics{
    margin-top: 40px;
    width: 750px;
}
.detail #section-type{
    font-size: 11px;
    padding: 0px 5px 0 10px;
}
.detail #section-detail{
    margin-top: 45px;
}
.detail #section-detail h2{
    font-size: 11px;
    margin-bottom: 0px;
}
.detail #leftCol{
    float: left;
    width: 600px;
    background-color: #fff;
    border: 1px solid #eee;
}
#articleHead, #articleBody{
    padding: 10px;
}
#articleViewHeader{
    margin-bottom: 10px;
}
#leftCol div.metaCount{
    color: #fff;
    float: left;
}
#leftCol div.metaCount span{
    font-size: 14px;
    position: relative;
    left: -32px;
    top: 5px;
    z-index: 10;
}
#leftCol div.metaCount img{
    float: left;
    z-index: 1;
}
#articleMeta div.metaText{
    color: #aaa;
    font-size: 90%;
    width: 500px;
    background-color: #eee;
    border: 1px solid #ddd;    
    padding: 4px 2px;
    float: left;
}

.metaText {
    padding-top: .25em;}

.metaText span img{
    vertical-align: text-bottom;
}
.metaText img{
    vertical-align: middle;
}
#articleMeta p select{
    float: right;
    font-size: 11px;
    background-color: transparent;
    color: #515151;
}
#addFavorite{
    padding: 0 10px 0 45px;
}
#articleBody ul{
    list-style-type: disc;
    padding-bottom: .75em;
}
.articleAttach{
    background-color: #eaf6ea;
    border: 1px solid #eee;
    padding: 10px;
}
.articleAttach a{
    margin-left: 10px;
    line-height: 3em;
}
.articleAttach img{
    float: left;
}
#articleComments{
    background-color: #f5f5f5;
}
#articleComments label{
    text-transform: uppercase;
    font-size: 13px;
    text-align: left;
    margin: 20px 0 10px;
}
#id_comment{
    width: 525px;
    border: 1px solid #ccc;
}
#comment-submit{
    background: transparent url('/media/css/images/ie.green_button_bg.gif') repeat-x;
    border: none;
    height: 23px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 40px;
    -moz-box-shadow: 1px 1px #989898;
    -webkit-box-shadow: 1px 1px #989898;
    font-size: 10px;
    padding: 0 10px;
	cursor: pointer;
}
#commentList {
    margin-bottom: 0px;
}
#commentList li{
    border-top: 1px solid #ddd;
    padding: 10px 10px 15px 0;
    margin-right: 30px;
    color: #515151;
}
    .commentBody {
        padding-left: 60px;
    }
.flag-comment{
    float: right;
} 

.detail {
    margin: 0 auto;
    width: 960px;
}

.detail #rightCol{
    float:left;
    width: 325px;
    margin-left: 10px;
    background-color: #fff;
    border: 1px solid #eee;
    padding:10px;
}
    .detail #rightcol h3 {
        clear: both;
    }
    
    .detail #rightCol .article-panel {
        float: left;
        width: 100%;
    }
    
#authorDetails{
    border: 1px solid #eee;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 10px;
}
#authorName{
    background-color: #eee;
    float: left;
    height: 45px;
    margin: 0px;
    line-height: 4em;
    padding-left: 5px;
    width: 255px;
}
#authorDetails hr{
    border: 1px dashed #ccc;
}
#rightCol div.metaCount{
    color: #fff;
    float: left;
}
#rightCol div.metaCount span{
    font-size: 14px;
    position: relative;
    left: -32px;
    top: 5px;
    z-index: 10;
}
#rightCol div.metaCount img{
    float: left;
    z-index: 1;
}
#relatedPosts{
    padding-left: 0px;
}
#relatedPosts li{
    color: #333;
}
#headerRight{
    background: url('/media/css/images/ib_article_headline_bg.png') top right no-repeat;
    height: 220px;
    width: 250px;
    padding-right: 1em;
    float: right;
}
#headerRight h3{
    font-size: 20px;
    color: #fff;
    margin: 60px 0 0 20px;
}
#rightCol {
    background-color: #EFEFEF;
}

#innerBorder{
    padding: 10px;
    margin: 0;
    min-height: 600px;
}
.email #leftCol{
    float: left;
    width: 420px;
}

/* COMMENTS FORM */

.input-comment {
    float: none;
}

#comment-submit {
    float: left;
}

/* SEARCH RESULTS */

/*
I, Marc of Boston Web Studio, am commenting out the next three selectors. I believe they affect only
the search page(s) markup, but since I'm rewriting it, I figure these existing selectors aren't needed.
The new selectors--my selectors--are beneath these three selectors. HIGH FIVE.

.search-block {
    border-top: 2px solid #b9b9b9;
    padding: 2em;
    margin-top: 2em;
    width: 680px;
}

.search-results {
    padding:1em;
}

#blockallow {
    float: none;
    padding: 0 0 0 2em;
}
*/
.search-results {
	margin-top: 32px;
}
.search-results h4 {;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 4px 12px;
}
#sr-header {
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-bottom: none;
	font-family: Arial, sans-serif;
	padding: 12px;
}
#search-input-large {
	background-color: #ddd;
	border: 1px solid #c8c8c8;
	color: #989898;
	font-size: 18px;
	padding: 4px;
	width: 500px;
}
#search-input-large:focus {
	background-color: #eee;
	border: 1px solid #aaa;
}
#search-submit-large {
	background: #17780b url(images/grad-green.gif) repeat-x left top;
	border: none;
	color: #fff;
	padding: 7px 15px;
	position: relative;
	text-transform: uppercase;
	top: -2px;
	-moz-box-shadow: 1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
}
#search-submit-large:hover,
#search-submit-large:focus {
	background-color: #17780b;
	background-image: none;
    cursor: pointer;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* A Safari-only selector to adjust its
   weird rendering of the above selector */
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		#search-submit-large {
			padding-bottom: 9px;
			padding-top: 9px;
			top: -2px;
		}
}
/* ======================================== */
#search-sort-list {
overflow:hidden;
	padding-left: 0;
}
#search-sort-list li {
	border-left: 1px solid #ccc;
	font-size: 12px;
	padding: 0 6px;
	float: left;
}
#sr-header h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 1em 0 0 0;
}
#search-sort-list li:first-child {
	border-left: none;
	padding-left: 0;
}
#sr-body {
	background-color: #f5f5f5;
	border: 1px solid #ebebeb;
	font-family: Arial, sans-serif;
	margin:10px 0px 32px 0px;
	padding: 12px;
}
#sr-body-inner {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 12px;
}
.sr-body-title {
	background-color: #000;
	color: #fff;
	padding: 10px 14px;
}
.sr-body-title h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}
.sr-body-title p {
	float: right;
	font-size: 12px;
	margin-right: 40px;
	position: relative;
	top: -10px;
}
.sr-body-title p:first-child {
	margin-right: 0;
}
.sr-body-title p > span {
	position: relative;
}
.sr-body-title p > span > a,
.sr-body-title p > span > a:visited {
	background: #027eac url(images/grad-blue.gif) repeat-x left top;
	color: #fff;
	font-size: 10px;
	margin-left: 5px;
	padding: 6px 0 6px 10px;
	text-transform: uppercase;
}
.sr-body-title p > span > a:focus {
	outline: none;
}
.sr-body-title p > span > a img,
.sr-body-title p > span > a:visited img {
	margin-left: 20px;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
.sr-body-title p > span > span {
	background-color: #027eac;
	display: none;
	left: 5px;
	min-width: 100px;
	padding: 6px 10px;
	position: absolute;
	top: 19px;
	-moz-box-shadow: 1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
}
.sr-body-title p > span > span a,
.sr-body-title p > span > span a:visited {
	background: transparent url(images/sort-filter-box.png) no-repeat left center;
	color: #fff;
	display: block;
	font-size: 10px;
	padding: 4px 0 3px 16px;
	text-transform: uppercase;
}
#sr-body-inner ul {
	margin-bottom: 50px;
	padding-left: 0;
}
#sr-body-inner ul li {
	float: none;
	font-size: 12px;
	margin: 25px;
	clear: left;
}
.sr-item-left {
	float: left;
	width: 75px;
}
.sr-item-left-wide {
	float: left;
	left: -15px;
	position: relative;
	width: 100px;
}
.sr-date {
	background: #010101 url(images/grad-black.gif) repeat-x left top;
	color: #fff;
	display: block;
	font-size: 11px;
	padding: 8px 2px;
	text-align: center;
}
.sr-item-left a:hover .sr-date,
.sr-item-left-wide a:hover .sr-date,
.sr-item-left a:focus .sr-date,
.sr-item-left-wide a:focus .sr-date {
	background-color: #010101;
	background-image: none;
}
.sr-date span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
}
.sr-time {
	border: 1px solid #999;
	color: #444;
	display: block;
	font-weight: bold;
	margin-top: 1px;
	padding: 3px 1px;
	text-align: center;
}
.sr-comment-qty {
	background: #2db7dc url(images/bubble-blue.png) no-repeat right bottom;
	color: #fff;
	display: block;
	font-size: 36px;
	font-weight: bold;
	margin: 0 5px 0 0;
	padding: 10px 4px 23px;
	text-align: center;
}
a:hover .sr-comment-qty,
a:focus .sr-comment-qty,
.sr-item-left a:hover img,
.sr-item-left a:focus img,
.sr-item-left-wide a:hover img,
.sr-item-left-wide a:focus img {
	opacity: .75;
	filter: alpha(opacity = 75);
}
.sr-item-right {
	margin: 0 0 0 100px;
}
.sr-meta {
	color: #999;
}
.sr-meta em {
	display: block;
}
.sr-view-more {
	font-size: 12px;
	margin-left: 10px;
	position: relative;
	top: -25px;
}
#pagination {
	font-size: 11px;
	margin-right: 25px;
	text-align: right;
}
#pagination a,
#pagination a:visited {
	margin: 0 2px;
}
#pn-prev {
	background: transparent url(images/icon-prev.gif) no-repeat left center;
	padding-left: 10px;
}
#pn-next {
	background: transparent url(images/icon-next.gif) no-repeat right center;
	padding-right: 10px;
}
#pagination span a,
#pagination span a:visited {
	border: 1px solid #39c;
	padding: 2px 4px;
}
#pagination span a#pg-current,
#pagination span a:hover,
#pagination span a:focus {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Profile Page and Left Column Details - Added 6/4/10 */
abbr {border-bottom:none;}
.profile-page {
	font-family: Arial, sans-serif;
	margin-bottom: 32px;
	margin-top: 32px;
padding-top:20px;
}
.profile-page h4 {;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 4px 12px;
}
#profile-wrap {
	background-color: #f5f5f5;
	border: 1px solid #ebebeb;
	border-top: none;

}
#profile-panel-wrap {
	background-color: #f5f5f5;
	border-top: 1px solid #ebebeb;
	float: right;
	padding: 0; /* 12px */
	width: 619px;
}
#profile-panel-body {
	background-color: #fff;
	border: 1px solid #ccc;
}
#profile-card {
	background: transparent url(images/profile-card-borders.gif) no-repeat right top;
	background-color: #fff;
	float: left;
	padding: 12px 29px 12px 12px;
	width: 298px;
}
    #rightCol #profile-card {
        background: none;
        border: 0;
    }
    
#profile-photo {
	border-right: 3px solid #fff;
	float: left;
	margin: 0 10px 0 0;
}
#profile-card h3 {
	background-color: #f5f5f5;
	font-size: 16px;
	margin: 0;
	padding: 18px 0 10px;
}
#profile-job {
	font-size: 12px;
	margin: 5px 0 0;
}
#profile-rep-logo {
	clear: left;
	margin: 0;
	padding: 0;
}
    #profile-rep-logo p {
        margin: 0 !important;
    }
    
#profile-logo {
	float: right;
	height:80px;
	margin: 0;
	width:80px;
}
#profile-rep-data {
	font-size: 11px;
	line-height: 1.2;
	margin: 0;
}
#profile-rep-data span {
	color: #86bfbf;
	display: block;
	float: left;
	font-size: 30px;
	line-height: .9;
	margin-right: 8px;
}
#profile-rep-data a,
#profile-rep-data a:visited {
	display: block;
}
#profile-social-networks {
/*  border-top: 1px dotted #aaa; */ /* removed in favor of <hr/> */
}
#profile-sn-links {
	float: right;
	margin: 8px 0 0;
}
#profile-sn-links a,
#profile-sn-links a:visited {
	margin-left: 3px;
}
#profile-sn-links a:hover img,
#profile-sn-links a:focus img {
	opacity: .75;
	filter: alpha(opacity = 75);
}
#profile-followers-count {
	font-size: 11px;
	margin: 8px 0 0;
}
#profile-percent-complete {
	clear: right;
	padding-top: 16px;
}
#profile-percent-complete p {
	margin: 0;
	font-size: 12px;
}
#profile-percent-complete #profile-next-steps {
	float: right;
	font-size: 11px;
	margin-top: 1px;
}
#profile-percent-bar {
	background-color: #b3dfdf;
	margin: 4px 0 12px;
}
#profile-percent-bar span {
	background: transparent url(images/profile-percent-complete.gif) repeat-x left top;
	display: block;
	height: 25px;
}
#profile-panel-nav {
	background-color: #f5f5f5;
	border-top: 1px solid #ebebeb;
	clear: left;
	float: left;
	padding: 12px 0 12px 12px;
	width: 327px;
}
#profile-panel-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#profile-panel-nav ul li {
	background: url(images/profile-nav-underline.gif) no-repeat 12px bottom;
	float:left;
	font-size: 14px;
	margin: 0;
	padding: 0;
	width: 328px;
}
#profile-panel-nav ul li a,
#profile-panel-nav ul li a:visited {
	border: 1px solid transparent;
	border-right: none;
	display: block;
	padding: 10px 10px 10px 55px;
}
#profile-panel-nav ul li a#profile-panel-nav-current {
	background-color: #fff;
	border: 1px #ccc;
	border-style:solid none solid solid;
}

#profile-panel-nav ul#profile-subnav{
    padding: 0 35px;
}
#profile-panel-nav li ul li.subnav{
    width: 260px;
}
#profile-addNew, #profile-myPosts{
    display: none;
}
#profile-settings a,
#profile-settings a:visited {
	background: transparent url(images/profile-icon-settings.png) no-repeat 24px center;
}
#profile-activity a,
#profile-activity a:visited {
	background: transparent url(images/profile-icon-activity.png) no-repeat 20px center;
}
#profile-posts a,
#profile-posts a:visited {
	background: transparent url(images/profile-icon-posts.png) no-repeat 20px center;
}
#profile-comments a,
#profile-comments a:visited {
	background: transparent url(images/profile-icon-comments.png) no-repeat 20px center;
}
#profile-qa a,
#profile-qa a:visited {
	background: transparent url(images/profile-icon-qa.png) no-repeat 20px center;
}
#profile-events a,
#profile-events a:visited {
	background: transparent url(images/profile-icon-events.png) no-repeat 22px center;
}
#profile-follows a,
#profile-follows a:visited {
	background: transparent url(images/profile-icon-follow.png) no-repeat 20px center;
}
#profile-favorites a,
#profile-favorites a:visited {
	background: transparent url(images/profile-icon-favorites.png) no-repeat 22px center;
}
#profile-shared a,
#profile-shared a:visited {
	background: transparent url(images/profile-icon-shared.png) no-repeat 20px center;
}
#profile-reputation a,
#profile-reputation a:visited {
	background: transparent url(images/profile-icon-reputation.png) no-repeat 22px center;
}
/*
Everything beneath this comment was written by another developer. I'm unsure if
any of it should remain, so I'm just going to leave it there and hope for the best.
*/

/* Profile Details */

.profile{
    margin: 0 auto;
    width: 960px;
}
.profile #leftCol{
    float: left;
    width: 300px;
    background-color: #fff;
}
.profile #rightCol{
    float:left;
    background-color: #fff;    border: 10px solid #ddd;
    padding: 0;
    margin: 0;
    z-index: 1;
}
.profile #rightCol ul li{
    color: #515151;
}
ul.followList li{
    float: none;
}
#recentPosts, #recentComments{
    padding: 10px;
}
.recentActivity{
    padding-left: 20px;
}

/* --- Create Post --- */


#articleHeader{
    background-color:#000000;
    color:#FFFFFF;
    font-size:16px;
    height:20px;
    margin:0;
    padding:5px 10px;
}
#article_form ul.error_list{
    clear: left;
}
#article_form label {
    text-align: left !important;
    width: 100px !important;
    text-transform: capitalize;
    margin-bottom: 5px;
}

#article_form label {
cursor:pointer;
}

#article_form input[type="text"] {
    border: 1px solid #ccc;
    background-color: #eee;
    margin-bottom: 5px;
    width: 445px;
    padding: 5px 0;
}
#article_form textarea {
    border: 1px solid #ccc;
    background-color: #eee;
    margin-bottom: 5px;
}
#article_form input#article-submit, #article_form input#draft-article {
    background:url("images/ie.green_button_bg.gif") repeat-x scroll 0 0 transparent;
    color:#FFFFFF;
    padding:2px 5px;
    text-transform:uppercase;
    width:auto;
    height: 24px;
    cursor: pointer;
}

#article_form input#draft-article {
*width:240px;
}

#article-submit {
    margin-left: 100px;
}

#draft-article {
    margin-left: 10px;
}

.help-text {
    display: block;
    font-size: 90%;
    color: #b9b9b9;
    
    margin-top: -3px;
    
    width:300px;
}

.fieldWrapper {

    float: left;
    clear: left;
    padding-top: 1em;
}

    .fieldWrapper select {
        margin-bottom: 7px;
    }
    
    .fieldWrapper label, .fieldWrapper input, #article_form p, .fieldWrapper span, .fieldWrapper select {
        float: left;
    }
    
    #article_form p {
        clear: both;
    }
    
	/*
    #cke_id_tease, #cke_id_body {
        padding-left: 0 !important;
    }
	*/
    
/* --- Site Admin page--- */
#adminContent{
    margin: 20px;
}
/* ------ */
/* ------ */
/* ------ */
/* ------ */
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
* html .clearfix{height:1%}


/* -------------- Added By Mike B. ---------- */

.number-bubble {
background:url(/media/css/images/icon_comment_bubble_small.png) no-repeat;
color:#fff;
font-size:18px;
font-weight:normal;
height:35px;
left:0px;
margin:0px;
padding-top:3px;
position:absolute;
text-align:center;
top:0px;
width:43px;
}

.publish-info {
color:#bbb;
font-size:12px;
}

#article-header {
background:url(/media/css/images/background_article_heading.png) no-repeat top right;
height:150px;
padding:46px 14px 14px 294px;
position:relative;
}

#article-image {
left:0px;
position:absolute;
top:0px;
}

#article-header h3 {
color:#fff;
font-size:24px;
font-weight:normal;
line-height:1.2em;
text-transform:uppercase;
}

#article-meta-info {
height:36px;
padding:13px 0px 0px 46px;
position:relative;
}

#article-meta-info .number-bubble {
top:13px;
}

#article-options {
background:#f5f5f5;
border:1px solid #e8e8e8;
padding:6px 6px;
position:relative;
}

#article-options br {
display:none;
}

#article-options p {
margin:0px;
}

.favorite_link {
float:left;
padding-right:3px;
}

.share-options {
position:absolute;
right:2px;
top:2px;
}

.share-options select,
.share-options .flag_link {
float:left;
}

.share-options select {
margin:0px 4px 0px 0px;
}

#article {
padding:14px 13px;
}

#article p {
margin-bottom:20px;
}

.publish-info {
color:#bbb;
font-size:12px;
margin:0px 0px 10px 0px;
}

.sign-in-link {
padding:10px;
text-align:right;
}

#comments-list {
clear:both;
padding-top:20px;
}

#comments-list .user-comment {
border-top:1px solid #e6e6e6;
overflow:hidden;
padding:20px 0px;
}

#comments-list .user-comment div,
#comments-list .user-comment img {
float:left;
}

#comments-list .user-comment div {
width:480px;
}

#comments-list .user-comment img {
margin-right:10px;
}

.post-info {
margin-top:16px;
position:relative;
}

.comment-flag {
position:absolute;
right:0px;
top:-7px;
}

#profile-summary {
overflow:hidden;
padding-bottom:20px;
}

#profile-photo-link {
float:left;
height:80px;
width:80px;
}

#author-summary {
overflow:hidden;
padding:0px 0px 10px 10px;
}

#author-summary h4 {
margin:0px 0px 3px 0px;
}

#author-summary .regular {
margin-bottom:5px;
padding:0px;
}

#author-bio {
clear:both;
}

#author-grid {
padding-bottom:30px;
}

#rightCol h3.panel-heading {
border-bottom: 1px solid;
margin-bottom:20px;
padding-bottom:4px;
}

#author-summary p {
margin:0px;
padding:0px;
}


#related-articles {
list-style:none;
margin:0px;
padding:0px;
}

#related-articles li {
margin-bottom:20px;
padding-left:56px;
position:relative;
zoom:1;
}

#related-articles li h5 {
font-size:15px;
font-weight:normal;
margin-bottom:6px;
}
#related-articles li p {
margin:0px 0px 12px 0px;
}

#related-articles .post-info {
margin-top:6px;
}

#email-form {
padding-bottom:30px;
}

#email-form .fieldWrapper,
#email-form .fieldWrapper label {
float:none;
text-align:left;
}

#email-form .fieldWrapper label {
    display:block;
    margin-bottom:4px;
}

#email-form .errorlist {
color:red;
margin:0px;
padding:6px 0px 6px 0px;    
}

#article_form .help-text,
#article_form input,
#article_form label,
#article_form p,
#article_form select,
#article_form textarea {
clear:none;
float:none;
margin:0px 0px 0px 0px;
padding:0px;
vertical-align:middle;
}

#article_form input,
#article_form textarea {
padding:2px 3px;
}

#article_form .help-text {
display:block;
padding-top:4px;
}


#article_form {
padding-top:30px;
}

#article_form p,
#article_form div.ck_field {
margin-bottom:20px;
padding-left:140px;
position:relative;
width:440px;
}

#article_form p.inst_field,
#article_form div.ck_field {
}

#article_form label {
left:12px;
position:absolute;
top:2px;
}

#article_form .image_loading {
position:absolute;
right:160px;
top:-7px;
}

#article_form p.button_set input {
margin-right:7px;
}

/* Article Navigation */

#article-navigation {
border-bottom:1px solid #B2B6B9;
position:relative;
width:980px;
z-index:1000;
}

#article-filters {
border-bottom:2px solid #000;
border-right:1px solid #000;
float:left;
margin:-7px 20px 0px 0px;
padding:1px 14px 5px 0px;
position:relative;
}

#article-filters a {
    color: #333;
}

#article-filters .filter {
float:left;
padding:0px 23px 0px 14px;
position:relative;
zoom:1;
}

#article-filters .filter span {
background:url(images/icon_arrow_active.png) right 7px no-repeat;
display:block;
font-size:14px;
padding-right:14px;
position:relative;
}

#article-filters .filter-people span {
    background: none !important;
    padding-right: 7p;
}

#article-filters .filter ul {
display:none;
}

#article-trends {
height:18px;
/*overflow: hidden;*/
}


#article-trends h5 {
float:left;
font-weight:normal;
padding-right:4px;
}

#trends_content {
  float: left;
  position:relative;
}

#trend-list {
height: 25px;
left:0px;
margin: 0px;
overflow: hidden;
padding: 0px;
position:absolute;
top:0px;
width:660px;
}

#trend-list a {
color:#39c;
text-decoration:none;
}

#trend-list li {
float:left;
padding:0px 0px 8px 16px;
}

#topicsList {
cursor:pointer;
}

#topicsList-SubNav {
background:#fff;
border:1px solid #B9B9B9;
display:inline;
left:0px;
list-style:none;
padding:12px 12px 12px 12px;
position:absolute;
top:22px;
z-index:1000;
}

#topicsList-SubNav li {
float:left;
margin-bottom:6px;
padding:0px 0px 0px 0px;
padding-right: 10px;
position:relative;
text-align:left;
white-space:nowrap;
clear: left; /* - pk */
}

#topicsList-SubNav li a {
font-size:12px;
}

/* End Article Navigation */


/* Footer */

#footer {
color: #3399CC;
margin:0px auto;
width:932px;

}

#footer a {
    color: #3399CC;
}

#footer-nav {
margin:0px;
overflow:hidden;
padding:0px;
position:relative;
width:932px;
}

#footer-nav li {
border-bottom: 1px solid #ddd;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
cursor:pointer;
float:left;
font-size: 12px;
height:28px;
line-height:16px;
padding: 10px 20px 8px 20px;
position:relative;
text-align:center;
width:110px;
}

#footer-nav li#smart-planet {
background: url(/media/css/images/smarter_planet.png) no-repeat 6px 0px;
padding-left:40px;
}

#footer-nav li.selected {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #fff;
cursor:pointer;
}


#footer .footer-content {
border-bottom: 1px solid #ddd;
display:none;
}

#footer .selected {
display:block;    
}

#copyright {
padding:4px 0px 20px 100px;
position:relative;
}

#copyright span {
left:10px;
position:absolute;
top:4px;
}

/* End Footer */


/* Registration Form */

#registration_form form *,
#registration_form form input {
float:none;
margin:0px;
padding:0px;
text-align:left;
width:auto;
}

#registration_form ul.errorlist {
color:#f00;
}

#registration_form {
background:#fff;
border:1px solid #ebebeb;
padding:20px;
position:relative;
zoom:1;
}

#registration_form form {
border-right:1px solid #dadada;
margin-right:30px;
padding-right:30px;
width:420px;
}

#registration_form #form_heading {
background:#000;
color:#fff;
overflow:hidden;
margin:-10px 0px 30px -10px;
padding:10px;
position:relative;
width:100%;
}

#registration_form #form_heading h1 {
float:left;
margin:0px;
}

#registration_form #form_heading p {
margin:0px;
padding-top:12px;
text-align:right;
}

#registration_form form input,
#registration_form form select,
#registration_form form option {
background:#f8f8f8;
}

#registration_form form input,
#registration_form form select {
border:1px #dedede solid;
padding:2px;
vertical-align:middle;
}

#registration_form form input {
width:200px;
}

#registration_form form select {
width:210px;
}

#registration_form form option + option {
padding:0px 2px 2px 2px;
}

#registration_form form  label {
cursor:pointer;
float:left;
font-size: 10px;
font-weight: bold;
margin-right: 5px;
padding-top: 3px;
text-transform: capitalize;
width: 140px;
}

#registration_form .fieldWrapper {
padding-bottom:12px;
overflow:hidden;
}

#registration_form form .fieldWrapper p input {
width:18px;
}

#registration_form form .fieldWrapper p label {
float:none;
width:auto;
}

#reg_option {
background:#fff;
color:#444;
height:21px;
left:462px;
padding-top:3px;
position:absolute;
text-transform:uppercase;
top:172px;
width:15px;
}

#registration_form form .submit { 
}

#registration_form form .submit input {
color:#fff;
}

#registration_form #invite_friend {
padding:20px 0px;
}

#registration_form #invite_friend input {
    margin-right:6px;
}

#registration_form form .submit input.pointer,
#registration_form form #previous,
#registration_form form #register,
#registration_form form #cancel,
#registration_form form #invite,
#registration_form #join_group a,
.action_button,
input[type="submit"],
button[type="submit"] {
background:#16780B url(/media/css/images/button_green_tile.png) repeat-x;
border:0px;
box-shadow: 1px 1px 2px rgba(0,0,0,.5);
color:#FFF;
cursor:pointer;
padding:3px 10px 4px 10px;
text-align:center;
width:auto;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
}

#registration_form #join_group {
margin:20px 0px 30px 0px;
}

#registration_form form #previous,
#registration_form form #cancel,
#registration_form #join_group a {
background:#03689C url(/media/css/images/button_blue_tile.png) repeat-x;
}

#registration_form form .fieldWrapper p.agreement {
background:#EAF5F9;
overflow:hidden;
padding:5px;
}

#registration_form form .fieldWrapper p.agreement label {
padding:0px 0px 0px 10px;
width:370px;
}

#registration_form form .fieldWrapper p.agreement input,
#registration_form form .fieldWrapper p.agreement label {
    float:left;
}

.tooltip {
color:#444;
cursor:pointer;
float:left;
margin-bottom:10px;
padding:9px 0px 0px 0px;
position:relative;
}

.tooltip p {
display:none;
}

.tooltip:hover p {
display:block;
}

.tooltip .box_arrow {
background:url(/media/css/images/tooltip_arrow.png) no-repeat;
height:16px;
bottom:-15px;
position:absolute;
right:36px;
width:30px;
}

.tooltip p {
background:#fff;
border:1px solid #eaeaea;
bottom:24px;
padding:5px;
position:absolute;
right:-14px;
width:200px;
/* Not needed
box-shadow: 1px 1px 2px rgba(0,0,0,.5);
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
*/
}

/* IE7 Fix */
.tooltip p {
*bottom:32px;
}
/* End IE7 Fix */

.tooltip h4 {
color:#6AB467;
font-size:11px;
font-weight:bold;
margin:0px;
width:auto;
zoom:1;
}

.tooltip .box {
background:#EAF5F9;
float:left;
color:#777;
padding:10px;
width:180px;
zoom:1;
}

.linkedin_login_button {
color:#fff;
font-weight:bold;
padding-bottom:2px;
overflow:hidden;
zoom:1;
}

.linkedin_login_button a {
color:#fff;
}

.linkedin_login_button a {
color:rgba(255,255,255,.94);
}

.linkedin_login_button span {
background:#16780B url(/media/css/images/button_green_tile.png) repeat-x;
box-shadow: 1px 1px 2px rgba(0,0,0,.5);
cursor:pointer;
float:left;
padding:3px 10px 4px 10px;
text-transform:uppercase;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
}

.linkedin_login_button span.in {
background:#03689C url(/media/css/images/button_blue_tile.png) repeat-x;
border-right:1px solid #0D72A6;
text-transform:lowercase;
}

#login-form {
margin:0px auto;
padding:0px 0px 30px 0px;
width:350px;
}


#linkedin_login {
left:520px;
position:absolute;
top:89px;
width:467px;
}

#linkedin_header {
position:relative;
zoom:1;
width:467px;
}

#linkedin_header h2 {
float:left;
margin:0px;
padding-right:10px;
}

#linkedin_header p {
clear:both;
}


#email-form .fieldWrapper  {
overflow:hidden;
}

#email-form p.submit input {
float:none;
}

#registration_form  #step_two .fieldWrapper input {
margin-right:4px;
}

#registration_form #step_two .fieldWrapper p {
padding-bottom:10px;
}

#registration_form  #step_two  p#register_button_set input {
    cursor:pointer;
}


#registration_form  #step_two  p#register_button_set input#previous {
margin-right:40px;
}
 
#registration_form  #step_two .fieldWrapper label  {
display:inline;
float:none;
width:auto;
}

#reset_profile_password ul {
    margin:0px;
    padding:0px;
}

#reset_profile_password li {
    list-style:none;
    margin:0px 0px 4px 0px;
    overflow:hidden;
    position:relative;
    text-align:left;
}

#reset_profile_password li input {
    margin-top:4px;
}


#reset_profile_password li li {
    margin:0px;
}

#reset_profile_password li label {
float:left;
height:32px;
line-height:16px;
padding-top:8px;
}

#password_buttons {
    padding-left:190px;
}

#reset_profile_password .button {
    display:inline;
}


#login-form p label {
float:left;
padding-right:10px;
text-align:right;
width:120px;
}

#footer ul {
    list-style-position:outside;
}

#success_message {
padding-bottom:100px;
}

#success_message h4 {
    font-size:16px;
}

#success_message h4 span {
    font-weight:normal;
}

#success_message p a {
    font-size:12px;
}


#user_comments_list {
margin:0px;
padding:0px;
}

#user_comments_list li  {
	
	margin-bottom:12px;
	padding-top:12px;
	overflow:hidden;
}

#user_comments_list li + li {
	border-top:1px solid #ccc;
}

#user_comments_list li img {
	float:left;
}

#user_comments_list li .user_comment {
margin:0px 4px 0px 60px;
}

/* -------------- End Added By mike.boardley@comfychairconsulting.com 6/13/2010 ---------- */

label[for='id_allow_email'], label[for='id_other_communications'] {
    width: 80% !important;
}

#article_fields .errorlist {
    color: red;
    margin: 0;
    padding: 0 0 0 140px;
}

#post_comment .errorlist {
	color: red;
	margin: 0px;
    padding: 0px;
}

#post_comment li {
	list-style: none;
	margin: 0px;
    padding: 0px;
}

#ui-timepicker-div dl{ text-align: left; }
#ui-timepicker-div dl dt{ height: 25px; }
#ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }

h3.profile_heading {
color:#777;
font-size:12px;
font-weight:normal;
text-transform:uppercase;
}

.profile_heading span {
color:#3399CB;
cursor:pointer;
text-transform:capitalize;
}

.profile_heading span:hover {
text-decoration:underline;
}

.profile_heading span.active {
color:#777;
cursor:default;
font-size:22px;
}

.profile_heading span.active:hover {
text-decoration:none;
}

.profile_list {
margin:0px;
padding:0px;
padding-left: 60px;
overflow:hidden;
text-align:center;
}

.profile_list p {
margin:0px 0px 2px 0px;
}

.profile_list .author_photo {
float:left;
margin:0px 10px 10px 0px;
}

.author_bio {
clear:both;
}

.author_bio a,
.profile_link {
color:#003365;
text-transform:capitalize;
}

.author_bio a:hover,
.profile_link:hover {
text-decoration:underline;
}

.profile_list h5 {
color:#3399CB;
font-size:16px;
font-weight:normal;
margin-bottom:6px;
}

.profile_list li {
background:url(/media/css/images/background_profile.png) no-repeat;
display:inline-block;
height:80px;
margin:10px 0px;
overflow:hidden;
padding:7px 10px 11px 8px;
position:relative;
text-align:left;
vertical-align:top;
width:264px;
}

/* Fix for IE7 */
.profile_list li {
*display:inline;
}
/* End Fix for IE7 */


.profile_list li a:hover {
text-decoration:underline;
}

.profile_list li:hover {
background:url(/media/css/images/background_profile_active.png) no-repeat;
}

.profile_list .author_stats,
.profile_list .author_stats {
color:#333;
}

.profile_list li.middle_card {
margin:10px 20px;
}

.featured h5 {
color:#fff;
}

.featured li {
background:url(/media/css/images/background_profile_featured.png) no-repeat;
height:217px;
margin:10px 0px 10px 0px;
padding:17px 20px 16px 18px;
width:244px;
float: left;
}

.featured li:hover {
background:url(/media/css/images/background_profile_featured.png) no-repeat;
}

.featured li + li {
margin-left:18px;
}

.author_company {
bottom:21px;
position:absolute;
right:20px;
}

.featured .author_stats,
.featured .author_stats a {
color:#fff;
}

.profile_rule {
border:1px #e9e9e9 solid;
margin:20px 0px 30px 0px;
}

.profile_paging {
font-size:11px;
margin:20px 0px 30px 0px;
text-align:right;
}

.profile_paging a {
background:#fff;
border:1px solid #3399CB;
color:#3399cb;
display:inline-block;
height:18px;
margin-right:3px;
padding:0px 6px;
text-align:center;
}

.profile_paging a:hover,
.profile_paging a.current_page {
background:#444;
border:1px solid #444;
color:#fff;
}

.profile_paging img {
margin-top:-2px;
position:relative;
vertical-align:middle;
}

/* Fix for IE7 */
.profile_paging img {
*margin-top:1px;
}
/* End Fix for IE7 */

.profile_paging a.back_forward {
border:0px;
}

.profile_paging a.back_forward:hover {
background:#fff;
border:0px;
color:#3399cb;
}

.social-networks {
border-top:1px dotted #aaa;
clear:both;
padding-top:10px;
text-align:right;
width:100%;
}

.social-networks a {
margin-left:5px;
}

.social-networks img {
vertical-align:middle;
}

#footer .social-networks {
border:1px  #ddd;
border-style:none none solid none;
color:#999;
padding:0px 0px 18px 0px;
position:absolute;
right:1px;
top:-1px;
width:200px;
z-index:1000;
}

/* IE Fix */
#footer .social-networks {
*padding:0px 0px 19px 0px;
*top:10px;
}

*html #footer .social-networks {
*top:11px;
}
/* End IE Fix */


#footer {
position:relative;
}

.rss_link {
position:absolute;
right:1px;
top:20px;
}

.rss_link img {
    margin-top:-3px;
    position:relative;
    vertical-align:middle;
}



#footer,
#start_menu  {
position:relative;
}

#start_menu {
display:inline;
z-index:5000;
}

#start_menu_content {
background:#fff;
color:#444;
display:none;
left:0px;
padding:20px 20px 0px 20px;
position:absolute;
top:19px;
width:800px;
z-index:5000;
-moz-box-shadow: 1px 5px 5px rgba(0,0,0,.4);
-webkit-box-shadow: 1px 3px 3px rgba(0,0,0,.5);
}

#start_menu_content .close_box {
color:#ccc;
font-size:34px;
font-weight:normal;
position:absolute;
right:10px;
top:2px;
}

#start_menu_content .column {
float:left;
padding:70px 0px 0px 0px;
width:200px;
}

/* IE7 Fix */
#start_menu_content .column {
*padding:100px 0px 20px 0px;
zoom:1;    
}
/* End IE7 Fix */

#start_menu_content h3 {
font-size:26px;
float:left;
margin-right:10px;
}

#start_menu_content #tagline {
float:left;
font-size:13px;
margin:0px;
padding-top:10px;
}

#start_menu_header {
overflow:hidden;
padding-bottom:30px;
zoom:1;
}

#start_menu_content .column h4 {
border-bottom:1px solid #e5e5e5;
font-size:20px;
font-weight:normal;
padding-bottom:6px;
}

#start_menu_content #col_1 {
background:url(/media/css/images/icon_discussion.jpg) 54px 6px no-repeat;
}

#start_menu_content #col_2 {
background:url(/media/css/images/icon_how_works.jpg) 110px 0px no-repeat;
margin:0px 40px;
width:320px;
}

#start_menu_content #col_3 {
background:url(/media/css/images/icon_connected.jpg) 52px 0px no-repeat;
}

#toolbar,
#toolbar-inner {
overflow:visible;
}

#start_menu_footer {
background:#ececec;
border-top:1px solid #dbdbdb;
clear:both;
height:22px;
margin-left:-20px;
padding:14px;
position:relative;
text-align:right;
width:812px;
}

#start_menu_footer .linkedin_login_button,
#start_menu_footer .action_button,
#start_menu_footer .tooltip {
display:inline-block;
float:none;
margin:0px;
vertical-align:middle;
}

/* IE7 Fix */
#start_menu_footer .linkedin_login_button,
#start_menu_footer .action_button,
#start_menu_footer .tooltip  {
*display:inline;
}

#start_menu_content {
*top:26px;
}


/* End IE7 Fix */

#start_menu_footer .linkedin_login_button {
margin:0px 10px;
}

#start_menu_footer .action_button {
margin-right:10px;
}

#start_menu_footer .linkedin_login_button span,
#start_menu_footer .action_button {
color:#fff;
}

a[name="overlay_link"],
a[name="sign_in_link"] {
padding:6px;
}

#start_menu:hover a[name="overlay_link"] {
background:#fff;
}


#start_menu:hover #start_menu_content {
display:block;
}

#info_menu {
border-left: 1px solid #C2C2C2;
border-right: 1px solid #C2C2C2;
height:19px;
padding-left: 10px;
padding-right:10px;
padding-top:5px;
position:relative;
margin-right:250px;
float:right;
display:inline;
z-index:5000;
}

#info_menu_content {
background:#fff;
color:#444;
display:none;
left:-358px;
padding:20px 20px 0px 20px;
position:absolute;
top:24px;
width:800px;
z-index:5000;
-moz-box-shadow: 1px 5px 5px rgba(0,0,0,.4);
-webkit-box-shadow: 1px 3px 3px rgba(0,0,0,.5);
}

#info_menu_content .column {
float:left;
padding:70px 0px 0px 0px;
width:200px;
}

/* IE7 Fix */
#info_menu_content .column {
*padding:100px 0px 20px 0px;
zoom:1;    
}
/* End IE7 Fix */

#info_menu_content h3 {
font-size:26px;
float:left;
margin-right:10px;
}

#info_menu_content #tagline {
float:left;
font-size:13px;
margin:0px;
padding-top:10px;
}

#info_menu_header {
overflow:hidden;
padding-bottom:30px;
zoom:1;
}

#info_menu_content .column h4 {
border-bottom:1px solid #e5e5e5;
font-size:20px;
font-weight:normal;
padding-bottom:6px;
}

#info_menu_content #col_1 {
background:url(/media/css/images/icon_discussion.jpg) 54px 6px no-repeat;
}

#info_menu_content #col_2 {
background:url(/media/css/images/icon_how_works.jpg) 110px 0px no-repeat;
margin:0px 40px;
width:320px;
}

#info_menu_content #col_3 {
background:url(/media/css/images/icon_connected.jpg) 52px 0px no-repeat;
}

#info_menu:hover {
background:#fff;
}

#info_menu:hover #info_menu_content {
display:block;
}

h2.post_heading {
color:#444;
font-size:14px;
}

h2.post_heading span {
color:#39c;
}

#article-header #corner {
height:35px;
position:absolute;
right:0px;
top:0px;
width:33px;
}

#article-header {
background:url(/media/css/images/post_background_blue.png) repeat-x;
}

#article-header span {
background:url(/media/css/images/post_corner_blue.png) repeat-x;
}

#article-header.event {
background:url(/media/css/images/post_background_purple.png) repeat-x;
}

#article-header.event #corner {
background:url(/media/css/images/post_corner_purple.png) repeat-x;
}

#article-header.solution {
background:url(/media/css/images/post_background_orange.png) repeat-x;
}

#article-header.solution #corner {
background:url(/media/css/images/post_corner_orange.png) repeat-x;
}

#article-header.video {
background:url(/media/css/images/post_background_video.png) repeat-x;
}

#article-header.video #corner {
background:url(/media/css/images/post_corner_video.png) repeat-x;
}


#article-header.video {
height:auto;
padding:12px 10px 4px 10px;
position:relative;
}

#article-header.video h3 {
font-size:16px;
}

#articleBody #post_video {
    margin-left:-10px;
    position:relative;
	margin-bottom: 20px;
}

#article_fields p {
    text-align:left;
}

h2 span {
    
}

.main_title {
    font-size:23px;
}
.main_title span {
font-size:14px;
text-transform:uppercase;
}

#start_menu_footer .tooltip p {
text-align:left;
}

#event_schedule p {
    font-size:12px;
    margin:0px;
}

#event_schedule p + p {
    margin-top:6px;
}

#event_schedule span {
    font-weight:bold;
}

.profile_form th {
    text-align:left;
}

.profile_form th:first-letter,
.profile_form label:first-letter {
text-transform:capitalize;
}

.profile_form #id_email_updates,
.profile_form #id_email_updates,
.profile_form #id_ok_to_email {
float:left;
}

.profile_form label[for="id_email_updates"],
.profile_form label[for="id_ok_to_email"] {
    display:block;
    margin:0px 0px 8px 24px;
}

/* IE 7 Fix */
.profile_form #id_email_updates,
.profile_form #id_email_updates,
.profile_form #id_ok_to_email {
*margin-top:-3px;
*margin-right:4px;
*position:relative;
}



/* Wooooooo like 200 lines of css to do one box! I don't even care anymore... */

#overlay_menu_content {
background:#fff;
color:#444;
padding:20px 20px 0px 20px;
width:800px;
}

#overlay_menu_content .close_box {
color:#ccc;
font-size:34px;
font-weight:normal;
position:absolute;
right:10px;
top:2px;
}

#overlay_menu_content .column {
float:left;
padding:70px 0px 0px 0px;
width:200px;
}

/* IE7 Fix */
#overlay_menu_content .column {
*padding:100px 0px 20px 0px;
zoom:1;    
}
/* End IE7 Fix */

#overlay_menu_content h3 {
font-size:26px;
float:left;
margin-right:10px;
}

#overlay_menu_content #tagline {
float:left;
font-size:13px;
margin:0px;
padding-top:10px;
}

#overlay_menu_header {
overflow:hidden;
padding-bottom:30px;
zoom:1;
}

#overlay_menu_content .column h4 {
border-bottom:1px solid #e5e5e5;
font-size:20px;
font-weight:normal;
padding-bottom:6px;
}

#overlay_menu_content #col_1 {
background:url(/media/css/images/icon_discussion.jpg) 54px 6px no-repeat;
}

#overlay_menu_content #col_2 {
background:url(/media/css/images/icon_how_works.jpg) 110px 0px no-repeat;
margin:0px 40px;
width:320px;
}

#overlay_menu_content #col_3 {
background:url(/media/css/images/icon_connected.jpg) 52px 0px no-repeat;
}

#overlay_menu_footer {
background:#ececec;
border-top:1px solid #dbdbdb;
clear:both;
height:22px;
margin-left:-20px;
padding:14px;
position:relative;
text-align:right;
width:812px;
}

#overlay_menu_footer .linkedin_login_button,
#overlay_menu_footer .action_button,
#overlay_menu_footer .tooltip {
display:inline-block;
float:none;
margin:0px;
vertical-align:middle;
}

/* IE7 Fix */
#overlay_menu_footer .linkedin_login_button,
#overlay_menu_footer .action_button,
#overlay_menu_footer .tooltip  {
*display:inline;
}

#overlay_menu_content {
*top:26px;
}

/* End IE7 Fix */
#overlay_menu_footer .linkedin_login_button {
margin:0px 10px;
}

#overlay_menu_footer .action_button {
margin-right:10px;
}

#overlay_menu_footer .linkedin_login_button span,
#start_menu_footer .action_button {
color:#fff;
}

#search-submit-large {
*padding-top:5px;
*top:0px;    
}

#settings_warning {
	float:left;
}

#cookies_warning{
	font-weight: bold;
	color:red;
	font-size:12px;
	background-color:#FFF;
	padding: 5px;
	margin:0px;
	border: 2px solid #000;
	float:left;
}

#js_warning{
	font-weight: bold;
	color:red;
	font-size:12px;
	background-color:#FFF;
	padding: 5px;
	margin:0px;
	border: 2px solid #000;
	float:left;
}

/* IE Fix */

#article_form input#article-submit[value="Publiceren"] {
*width:100px;    
}

/* End IE Fix */


td ul.errorlist {
    color:red;
    margin:12px 0px 6px 0px;
    padding:0px;
}

.submit-link {
    background: transparent url('/media/css/images/ie.green_button_bg.gif') repeat-x;
    border: none;
	display:inline-block;
    color: #fff;
    text-transform: uppercase;
    -moz-box-shadow: 1px 1px #989898;
    -webkit-box-shadow: 1px 1px #989898;
    font-size: 10px;
    padding: 6px 10px 4px 10px;
	cursor: pointer;
	margin:10px 0px;
}

.submit-link {
*display:inline;
}

.captcha {
	display:block;
	border: 2px dashed gray;
	margin-bottom: 5px !important;
}
