html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
 margin:0;
 padding:0;
}

html{
	background: #131313;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	background: #131313;
	color: #434343;
}

a img{border: none;}

a{
	color: #666666;
	text-decoration: none;
}

h1 a{
	color: #FFFFFF;
}

h2{
	font-size: 16px;
}

#logo{
	width: 281px;
	height: 50px;
	display: block;
	background: url(../img/lb-logo.png) no-repeat;
	text-indent: -999999px;
}

#wrapper{
	width: 550px;
	margin: 0 auto;
}

#header{
	margin-top: 10px;
	padding: 20px 0 10px 0;
}

#header h1{
	font-size: 54px;
}

#header #sub, #header a{
	font-size: 21px;
	color: red;
	margin-bottom: 20px;
	margin-top: 10px;
}

#footer{
	clear: both;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: right;
	border-top: 1px solid #1B1B1B;
	padding-top: 10px;
}

#footer a{
	text-decoration: none;
	color: #ffffff;
	margin-left: 20px;
	margin-top: 5px;
}

#footer a:hover{
	color: #FF3333;
}

#welcome{
	display: block;
	background: #669933;
	color: #FFFFFF;
	margin-bottom: 20px;
	font-size: 18px;
	margin-top: 20px;
}

.rounded{
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	
	-webkit-border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
}

#welcome:hover{
	background: #FF3333;
}

#textarea-holder{
	width: 550px;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #FFFFFF;
	
}

#id_content{
	width: 530px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 10px;
	padding-left: 10px;
	border: none;
	background: transparent;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	height: 140px;
}

#counter{
	position: absolute;
	margin-top: 75px;
	margin-left: 510px;
	color:  #131313;
	font-weight: bold;
	padding-top: 8px;
	text-align: center;
	background: url('../img/counter-bg.png') no-repeat;
	width: 53px;
	height: 32px;
}

.tweet{
	margin-top: 10xp;
	padding-top: 20px;
	clear: both;
	font-size: 13px;
}

div.tweet:hover{
	opacity:  1 !important;
}

.tweet .sched{
	padding: 10px;
	color: #131313;
	background: #FFFFFF;
	margin: 8px 0px;
}

.haserror .sched{
	background-color: #FF3333;
}

#more{
	text-align: right;
	margin-left: 150px;
	width:400px;
}

#more span{
	color: #FF3333;
}

.noborderbutton{
	display: inline-block;
	color: #ffffff;
	background: #333333;
	padding: 5px 10px 5px 10px;
	font-size: 16px;
	margin-left: 10px;
	width: 60px;
	text-align: center;
}

.noborderbutton:hover{
	color: #ffffff;
	background:  #669933;
}

label.rounded{
	display: block;
	background: #FFFFFF;
}

label input{
	border: none;
	display:block;
	padding: 10px;
	color: #333333;	
	margin: 10px;
	font-size:16px;
	width: 90%;
}

#tweetform{
	margin-top:20px;
}

#id_timezone{
	display: block;
	font-size: 16px;
	padding: 2px;
	width:350px;
	margin-bottom: 10px;
}

.tw_account{
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	overflow:hidden;
}

.tw_account:first{
	border-top: 1px solid #ccc;
}

.account-info{
	color: #333;
	float: left;
	width: 200px;
}

.account-info a{
	color: #333;
	font-style: italic;
	font-size: 12px;
}

.tw_account img{
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	width: 48px;
	height: 48px;
	display: block;
}

.tw_account:hover .tw_account_nr{
	display: block;
} 

.tw_account:hover .removebutton{
	display: block;
}

input.removebutton{
	display: none;
	background-color: #FF3333;
}

.settingslabel{
	position: absolute;
	margin-left: -90px;
	margin-top: 10px;
}

.tw_account_nr{
	display: none;
	position: absolute;
	margin-left: -150px;
	margin-top: 5px;
	color: #FF3333;
	font-size: 20px;
}

input.button{
	border: none;
	color: #FFFFFF;
	
	/*background-color: #333333; padding: 1px 15px; border: 2px solid #FF3333; height: 48px; */
	cursor: pointer;
	width: 80px;
	font-size:16px;
	padding: 4px 10px;
	height: 29px;	
	text-align: center;
}

input.button:hover, #btn_add:hover,  input.removebutton:hover{
	color: #ffffff;
	/*border-width: 3px;*/
	background-color: #669933; 
}

.right{
	float: right;
}

.left{
	float: left;
}

#btn_add, input.removebutton{
	font-size: 20px;
	width: 35px;
	margin-right: 10px;
	background-color: #669933;
	height:35px;
	padding-top: 0px;
	padding-right: 11px;
	padding-left: 12px;
	/*padding-left:14px;*/
	text-align: center;
}
#btn_add:hover, input.removebutton:hover{
	padding-right: 11px;
	padding-left: 12px;
	padding-top: 0px;
}

.removebutton{
	position: absolute;
	margin-top: 55px;
	margin-left: -150px;
	background-color: #FF0000
}

.error label{
	height: 35px;
	border: 5px solid #FF3333;
	margin-bottom: 10px;
}

.error label input{
	margin:0;
	padding: 5px;
	height: 20px;
	padding-left: 15px;
}

#btn_add{
	margin-left: 60px;
}

#sched-button{
	font-size: 16px;
	padding: 4px 1px;
	width: 100px;
	text-align: center;
}

.tw-checkbox{
}

.settings h2{
	color: #333333;
}

#fb-accounts{
	float: left;
	width: 275px;
}

#tw-accounts{
	float: right;
	width: 200px;
}
	
#tw-accounts, #fb-accounts{
	list-style: none;
	font-size: 14px;
	color: #95958C;
}

#tw-accounts li{
	clear:both;
	float:left;
	margin-bottom:6px;
}

#accounts{
	padding: 10px;
	margin-top: 70px;
	background-color: #202020;
	clear: both;
	overflow: hidden;
}

.inputtext{
	color: #FFFFFF;
	background-color: #333333;
	border: none;
}

#cal, #clock{
	width: 30px;
	height: 30px;
	display: block;
	border: none;
	float: left;
	margin-right: 0px;
	padding-top: 2px;
}

#cal{
	background: #131313 url(../img/kalender.png) no-repeat center center;
	margin-right: 10px;
}

#clock{
	background: #131313 url(../img/klok.png) no-repeat center center;
}

#id_publish_date, #id_publish_time{
	margin-right: 2px;
	float: left;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	width:120px;
	font-size: 17px;	
	text-align: center;
}

#id_publish_time{
	width: 80px;
}

.red{
	color: #FF3333;
}

.red strong{
	font-weight: normal;
	color: #ffffff;
}

#sooner{
	float: left;
	width: 65px;
}

#later{
	float: right;
}

.pages{
	position: absolute;
	width: 350px;
	padding-top: 5px;
	margin: 0px 100px;
	text-align: center;
}

#pagination{
	margin-top: 20px;
	height: 30px;
	text-align: center;
	margin-bottom: 10px;
}

.current.page, .deltweet{
	background:  #FF3333;
	color: #FFFFFF;
}

.page{
	padding: 4px 5px;
}

.page:hover{
	color: #FF3333;
	background-color: #FFFFFF;
}

fieldset{
	border: none;
}

.when{
	text-transform: capitalize;
}

.deltweet, .edittweet, .tweet-error{
	padding: 5px 8px;
	display: none;
	float: right;
	margin-left: 5px;
	margin-top: 5px;
}

.tweet:hover .deltweet, .tweet:hover .edittweet, .tweet:hover .tweet-error{
	display: block;
}

.white{
	background-color: #FFFFFF;
	color: #000;
}

#header #settings{
	background: url(../img/settings.gif) no-repeat top right;
	padding-right:  40px;
	padding-top:  37px;
	height: 17px;
	display: block;
	float: right;
	font-size: 12px;
	color: #FFFFFF;
}

#header #settings:hover{
	background: url(../img/settings-hover.gif) no-repeat top right;
	color: #FF3333;
}

#tzform{
	margin-top: 10px;
	margin-bottom: 60px;
}

input.save{
	padding:4px 25px;
	font-size: 22px;
	margin-left: 10px;
	background-color: #669933;
	width: auto;
	height: auto;
}

#login-buttons{
	background-color: #1b1b1b;
	padding: 30px;
	overflow: hidden;
	margin-bottom: 25px;
	color: #434343;
}

#login-buttons div{
	width: 235px;
}

#login-buttons a{
	display: block;
	width: 182px;
	height: 58px;
	background-image: url(../img/login-buttons.png);
	text-indent: -99999px;
	margin: 10px 0;
}

#login-twitter{
	float: left;
}

#login-twitter a{
	background-position: 0px 60px;
}

#login-twitter a:hover{
	background-position: top left;
}


#login-facebook{
	float: right;
}

#login-facebook a{
	background-position:181px 60px;
}

#login-facebook a:hover{
	background-position: top right;
}

#tweets-head{
	margin-top:80px;
	border-bottom: 1px solid #1b1b1b;
	padding-bottom: 10px;
}

#tweets-head a{
	margin-left: 10px;
	border-left: 1px solid #1b1b1b;
	padding-bottom: 13px;
	margin-top: 5px;
	padding-left: 10px;
	font-size: 14px;
}

#tweets-head a:hover{
	color:#FFFFFF;
}

#tweets-head p{
	font-size: 20px;
	color: #B0B0B0;
}

#tweets-head a{
	float: right;
}

.hidden{
	display: none;	
}

#followers{
	clear:both;
	margin-bottom:20px;
	overflow:hidden;
	padding-top:20px;
}

#followers a:hover img{
	margin: 3px;
	border: 0px solid #FF3333;
}

#followers a img{
	border: none;
	width: 48px;
	height: 48px;
	margin: 3px;
}

body #followers a.notfollowingyou img{
	border: 3px solid #FF3333;
	margin: 0px;
}

body #followers a.followingyou img{
	border: 3px solid #000;
	margin: 0px;
}





#friendpager{
	clear: both;
	margin-top: 20px;
}

#spinner{
	position: absolute;
	width: 16px;
}

.back {
	background: #666666;
}

#cal, #clock{
	cursor: pointer;
}

#shrinkurls{
	display: none;
	margin-right: 10px;
	width: auto;
}

.static-content{
	margin-top: 30px;
	padding:10px;
	font-size: 13px;
}

.static-content h2{
	font-size: 14px;
	font-weight: normal;
	color: #FF3333;
	margin-bottom: 10px;
	margin-top: 30px;
}

h1.static-header{
	color:  #666666;
	font-size: 18px;
	margin-bottom: 20px;
}

h1.static-header strong{
	color: #FF3333;
}

input:focus, textarea:focus {outline:none;}

.big{
	padding: 16px 15px 15px 15px;
}

.settings{
	color: #000;
	padding: 10px;
	margin-bottom: 10px;
}

.delete{
	background-color: #ff3333;
}

.long{
	width: auto;
}

.green{
	background-color:#669933;
}

#id_reoccurance{
	background-color: #131313;
	color: #fff;
	border: none;
	margin-left: 10px;
}

#id_reoccurance option{
	border: none;
}

.small{
	font-size: 11px;
}

.ie6 p{
	padding-bottom: 10px;
	font-size: 14px;
}

.notification{
	display: none;
	/*
	position: absolute;
	width: 400px;
	font-size: 13px;
	font-style: italic;
	*/
}

.hidden{
	display: none;
}

.err_msg{
	color: #3A3A3A;
	padding: 20px;
}

.err_msg h2{
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.err_msg p{
	margin-bottom: 10px;
	display: block;
	text-align: center;
}

#legend{
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	padding-left: 22px;
}

#legend span{
	height: 12px;
	width: 12px;
	border:3px solid #FF3333;
	display: block;
	position: absolute;
	margin-left:-22px;
}

.icon{
	float: left;
	background-image: url(../img/icons.png);
	text-indent: -99999px;
	margin-right: 8px;
}

.tw.small{
	background-position:111px 0px;
	height:24px;
	width:18px;	
}

.tw.medium{
	background-position:-18px 0;
	height:30px;
	width:23px;
}

.hover.tw.medium{
	background-position:-130px 0;
	height:30px;
	width:23px;
}

.fb.medium{
	background-position:-21px 74px;
	height:30px;
	width:26px;
}

.hover.fb.medium{
	background-position:90px 74px;
	height:30px;
	width:26px;
}


.fb.small{
	background-position:110px 74px;
	height:23px;
	width:20px;
}

#accounts ul input{
	float: left;
	margin-right: 8px;
}

#cancel-button{
	color:#999999;
	float:right;
	font-size:18px;
	margin-right:10px;
	padding: 0px 20px;
	margin-top:8px;
}

.rec{
	text-transform: lowercase;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(../img/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../img/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(../img/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../img/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(../img/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(../img/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../img/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../img/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../img/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../img/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../img/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../img/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../img/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../img/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

#leftads{
	position: absolute;
	margin-left: -156px;
	padding-right: 12px;
	border-right: 1px solid #1B1B1B;
	margin-bottom: 10px;
}

#featured{
	position: absolute;
	margin-left:565px;
	padding-left:15px;
	border-left: 1px solid #1B1B1B;	
}

#featured h2{
	color: #FFFFFF;
}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}

#deleteall{
	width: auto;
	margin-bottom: 10px;
}

.yes{
	float: left;
	padding-left: 100px;
	padding-top:5px;
}

.yes span{
	background-color: #669933;
	margin-left:-90px;
	margin-top:-5px;
	position:absolute;
}

.no{
	clear: left;
	float: left;
	margin-top: 10px;
	padding-left: 100px;
	padding-top:5px;
}

.no span{
	margin-right: 10px;
	background-color: #666666;
	margin-left:-90px;
	margin-top:-5px;
	position:absolute;
}

.no:hover span{
	background-color: #FF3333;
}

#friends-menu{
	margin-top: 10px;
}

#friends-menu a{
	display: block;
	float: left;
	margin-right: 30px;
}

#right-ads{
	background-color:#FFFFFF;
	margin-left:595px;
	padding: 10px 10px 0px 10px;
	position:absolute;
}

#super-wrapper{
	width: 920px;
	margin: 0 auto;
}

#super-wrapper #wrapper{
	margin: 0px;
}

#bsap_1248388{
	margin-top: 131px;
	float: right;
	width: 340px;
}

body .one .bsa_it_ad{
	overflow: hidden;
	padding:15px 15px 0;
}
