/*  
Theme Name: Skim.se
Theme URI: http://www.skim.se
Description: The Skim.se custom theme.
Version: 2
Author: André Agi
Author URI: http://skim.se/

The CSS, XHTML and design is copywrited to SKIM.SE 2010
*/

/* ---------------
COLORS USED ON THE SITE:

#333 - dark grey (headings and titles)
#555 - light grey (normal text)

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

@import url("http://skim.se/css/calendar.css");
@import url("http://skim.se/css/forum_topic_list.css");
@import url("http://skim.se/css/gallery.css");
@import url("http://skim.se/css/headings.css");
@import url("http://skim.se/css/menu.css");
@import url("http://skim.se/css/news_caption_slideshow.css");
@import url("http://skim.se/css/notice_bar.css");
@import url("http://skim.se/css/pagination.css");
@import url("http://skim.se/css/pm_bar.css");
@import url("http://skim.se/css/profile_friends_list.css");

body {
	background:#a1ceed url(http://skim.se/images/grafik/bg-big.png) center top repeat-x;
	margin:0;
	padding:0;
	font:13px/16px Arial,"Trebuchet MS","Lucida Grande","Lucida Sans Unicode",helvetica,sans-serif;
	color:#555;
	line-height: 1.5em;
	}

fieldset {
	border:0;margin:0;
	}
select.display-options {
	border: 0px solid #bbb;
	background-color:#fff;
	-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
	padding:0px;
	font-size:12px;
	color:#555;
	margin:0;
	}


/*  LINKS  */

a:link,a:visited{color:#27b;text-decoration:none;font-weight:normal;
	-webkit-transition:color .2s ease-in-out;
	-moz-transition:color .2s ease-in-out;
	-o-transition:color .2s ease-in-out;
	transition:color .2s ease-in-out;
	}
a:hover{text-decoration:none;font-weigth:normal;}
a img{border-width:0;}
.head-menu a {padding:0 5px;}

a.quick-menu-messages {background: url('http://skim.se/images/icons/quick_menu/mail.png') no-repeat; padding-left:18px;}
a.quick-menu-friends {background: url('http://skim.se/images/icons/quick_menu/friends.png') no-repeat; padding-left:18px;}
div.quick-menu-blog a {background: url('http://skim.se/images/icons/quick_menu/blog.png') no-repeat; padding-left:18px;}
a.quick-menu-fram {background: url('http://skim.se/images/icons/quick_menu/fram.png') no-repeat; padding-left:18px;}


/*** LINES ***/

hr.smooth {
	width:95%;
	height:1px;
	background-color:#bbb;
	border:0px solid #bbb;
	}
hr.divider {
	height:1px;
	background-color:#fff;
	border:0px solid #fff;
	}


/***  DIVS & COLUMS  
----------------------
Bigboss
Container
Right-menu-container
Right-profile-info
**/

#bigboss {
	width:940px;
	margin:0 auto;
	border:0px solid black;
	}

#container {
	width:780px;
	border:0px solid black;
	margin-top:0px;
	}

#right-menu-container {
	width:130px;
	margin:115px 0px 0px 10px;
	align:left;
	}

div.right-menu {
	width:140px;
	align:left;
	background:#fff url(http://skim.se/images/grafik/right-menu-bg.png);
	margin:0 0 10px 0;
	padding:8px 9px 10px;
	border:1px solid #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0px 0px 5px #717171;
	-webkit-box-shadow: 0px 0px 5px #717171;
	box-shadow: 0px 0px 5px #717171;
	font:11px/16px "Lucida Grande",Arial,Sans-serif;
	color:#356770;
	line-height:1.6;}
	
div.right-menu h2{font:15px "Lucida Grande",Helvetica,Arial,Sans-serif;text-align:center;text-transform:uppercase;font-weight:bold;color:#444;margin:0 0 .5em 0px;line-height:1.2;text-shadow:none;}
div.right-menu a:link, div.right-menu a:visited {font:11px "Lucida Grande",Helvetica,Arial,Sans-serif;font-weight:normal;color:#27b;margin:0 0 .5em 0px;line-height:1.2;}
div.right-menu a:hover {font:11px "Lucida Grande",Helvetica,Arial,Sans-serif;font-weight:normal;color:#7bb521;margin:0 0 .5em 0px;line-height:1.2;text-decoration:none;}

#right-profile-info {
	float:right;
	width:200px;
	height:100%;
	margin:-10px -20px -10px 10px;
	padding:6px 8px;
	background-color:#edf4f7;
	border-left:1px solid #d3d5d5;
	font:0.95em "Trebuchet MS","Lucida Grande","Lucida Sans Unicode",helvetica,arial,sans-serif;
	color:#444;
	line-height:1.6em;
	}
#right-profile-info hr {
	border-top: 1px solid #d3d5d5; border-right: 0px;
border-bottom: 0px; border-left: 0px;
	width:90%;
	}
#right-profile-info h2 {
	font:18px Helvetica,Arial,Sans-serif;
	font-weight:normal;
	color:#333;
	margin:1em 0 .5em 0px;
	line-height:1.3;
	display:block;
	border-bottom:1px solid #d3d5d5;
	}



.blue-notice-box{
	margin:7px 0;
	padding:4px;
	border:1px solid #96e3fc;
	Background: #fff url(http://skim.se/images/grafik/right-menu-bg.png) repeat-x;
	-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
	}
	

.my-images-element {
	overflow:hidden;
	margin:4px 9px 4px 0px;
	border:1px solid #ccc;
	text-align:center;
	float:left;
	width:156px;
	height:95px;
	}
.my-images-element:hover {
	border:1px solid #333;
	}
.my-images-element img {
	width:180px;
	height:auto;
	}

.wrapper{
	background:#fff url(http://skim.se/images/grafik/content-drop-shadow.png) repeat-x;
	padding:10px 20px;
	heigth:100%;
	}
.clear{clear:both;}
.left-corner{background:transparent url("https://s3.amazonaws.com/twitter_production/a/1250809294/images/front-left-trends-corner-ie.png") no-repeat bottom left;padding-left:10px;}
.wrapper-footer-ie .right-corner{background:transparent url("https://s3.amazonaws.com/twitter_production/a/1250809294/images/front-right-trends-corner-ie.png") no-repeat bottom right;padding-right:10px;float:none;}
.wrapper-footer-ie .inner{background:#023;font-size:10px;height:10px;overflow:hidden;}


#search .left-corner{background:transparent url("https://s3.amazonaws.com/twitter_production/a/1250809294/images/front-left-bottom-corner-ie.png") no-repeat bottom left;margin-top:-10px;}#search .wrapper-footer-ie .right-corner{background:transparent url("https://s3.amazonaws.com/twitter_production/a/1250809294/images/front-right-bottom-corner-ie.png") no-repeat bottom right;}#search .wrapper-footer-ie .inner{background:#fff;}

#content{width:520px;min-height:500px;}

p.intro-text {
	margin:-5px 0 0 0;
	font-size:14px;
	}
p.intro-text span {

	}


.transparent{opacity:.0;}
.ie .transparent{filter:alpha(opacity=0);}
.error{color:#801b1b;}
.notice{color:#801b1b;}
.top{vertical-align:top!important;}
.bottom{vertical-align:bottom!important;}
.middle{vertical-align:middle!important;}
.first{margin-top:0;padding-top:0;}
.last{margin-bottom:0;padding-bottom:0;}
.right{float:right;}
.left{float:left;}
.clearfix{zoom:1;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.disabled{color:#bbb;}
.inline{display:inline;}
.clear{clear:both;}
.loading{background-position:50% 50%;background-repeat:no-repeat;}
.hidden{display:none;}
.invisible{visibility:hidden;}
.offscreen{position:absolute;left:-9999px;overflow:hidden;}
.empty-set{padding:30px!important;}
.numeric{font-family:'Georgia','Serif';}
.no-border{border:0!important;}
.round{-moz-border-radius:5px;-webkit-border-radius:5px;}
.round-top-right{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;}
.round-right{-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;}
.round-bottom-right{-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;}
.round-bottom{-moz-border-radius-topright:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-webkit-border-top-right-radius:0;-webkit-border-top-left-radius:0;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;}
.round-bottom-left{-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;}
.round-left{-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;}
.round-top-left{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;}
.round-top{-moz-border-radius-topright:5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-webkit-border-top-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;}

#footer{text-align:center;padding:8px 0;margin-top:.7em;line-height:1;background:#fff;white-space:nowrap;}

#footer li{display:inline;padding:0 4px;}

#footer li.first:before{content:'';padding-right:0;}

.tipsy{opacity:.8;filter:alpha(opacity=80);background-repeat:no-repeat;padding:5px;}
.tipsy-inner{padding:8px 8px;max-width:200px;font:11px 'Lucida Grande',sans-serif;font-weight:bold;-moz-border-radius:4px;-khtml-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background-color:#000;color:white;text-align:left;}
.tipsy-north{background-image:url(https://s3.amazonaws.com/twitter_production/a/1250809294/images/tipsy/tipsy-north.gif);background-position:top center;}
.tipsy-south{background-image:url(https://s3.amazonaws.com/twitter_production/a/1250809294/images/tipsy/tipsy-south.gif);background-position:bottom center;}
.tipsy-east{background-image:url(https://s3.amazonaws.com/twitter_production/a/1250809294/images/tipsy/tipsy-east.gif);background-position:right center;}
.tipsy-west{background-image:url(https://s3.amazonaws.com/twitter_production/a/1250809294/images/tipsy/tipsy-west.gif);background-position:left center;}





#topnav{padding:10px 25px 12px;font-size:11px;line-height:23px;text-align:right;}

#topnav a.signin{background:#88bbd4;padding:4px 6px 6px;text-decoration:none;font-weight:bold;color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
#topnav a.signin:hover{background:#59B;}
a.signin{position:relative;margin-left:3px;}
a.signin span{background-image:url("https://s3.amazonaws.com/twitter_production/a/1250809294/images/toggle_down_light.png");background-repeat:no-repeat;background-position:100% 50%;padding:4px 16px 6px 0;}.ie6 a.signin span{background:#88bbd4 url('https://s3.amazonaws.com/twitter_production/a/1250809294/images/frontpage-toggle-dn-resting.gif') no-repeat center right;}
.ie6 a.signin:hover span{background:#59B url('https://s3.amazonaws.com/twitter_production/a/1250809294/images/frontpage-toggle-dn-hover.gif') no-repeat center right;}

.ie #topnav a.signin{background:transparent url("https://s3.amazonaws.com/twitter_production/a/1250809294/images/signin-nav-bg-ie.png") no-repeat 0 0;padding:4px 12px 6px;}.ie #topnav a.signin:hover{background:transparent url("https://s3.amazonaws.com/twitter_production/a/1250809294/images/signin-nav-bg-hover-ie.png") no-repeat 0 0;padding:4px 12px 6px;}.ie #topnav a.menu-open,.ie #topnav a.menu-open:hover{background-image:none!important;}.ie7 #topnav a.signin,.ie7 #topnav a.signin:hover{background-position:0 3px!important;}.ie6 #topnav a.signin{background-image:none;background-color:#88bbd4;}.ie6 #topnav a.signin:hover{background-image:none!important;background-color:#59B!important;}#topnav a.menu-open{background:#ddeef6!important;color:#666!important;outline:none;}#small_signup{display:none;float:none;line-height:23px;margin:25px 0 0;width:170px;}#search #small_signup{display:inline;}#small_signup span{color:#789;font-size:11px;line-height:16px;margin:0 0 6px;text-align:center;}#small_signup a.signup-button{-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;-x-system-font:none;border-color:#9C2;display:inline;font-family:"Lucida Grande",Arial,Sans-serif;font-size:11px;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:bold;line-height:normal;margin-right:6px;padding:3px 6px 5px;}a.signin.menu-open span{background-image:url("https://s3.amazonaws.com/twitter_production/a/1250809294/images/toggle_up_dark.png");color:#789;}.ie6 #topnav a.menu-open span,{background:#ddeef6 url("https://s3.amazonaws.com/twitter_production/a/1250809294/images/frontpage-toggle-up.gif") no-repeat center right;color:#789;}.ie6 #topnav a.menu-open,.ie6 #topnav a.menu-open:hover{background-color:#ddeef6!important;}#signin_menu{-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;display:none;background-color:#ddeef6;position:absolute;width:210px;z-index:100;border:1px transparent;text-align:left;padding:10px;margin-left:-8px;margin-top:5px;color:#789;font-size:11px;}.ie #signin_menu{margin-left:2px;}.ie7 #signin_menu{margin-left:3px;}.ie6 #signin_menu{border:1px solid #ddeef6;width:190px;}#signin_menu input[type=text],#signin_menu input[type=password]{display:block;-moz-border-radius:4px;-webkit-border-radius:4px;border:1px solid #ACE;font-size:13px;margin:0 0 5px;padding:5px;width:203px;}#signin_menu p{margin:0;}#signin_menu a{color:#6AC;}#signin_menu label{font-weight:normal;}#signin_menu p.remember{padding:10px 0;}#signin_menu p.forgot,#signin_menu p.complete{clear:both;margin:5px 0;}#signin_menu p a{color:#27B!important;}

input.signin_submit{
	-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
	background:#39d url('http://skim.se/images/grafik/buttons/bg-btn-blue.png') repeat-x scroll 0 0;
	border:1px solid #39D;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
	}
input.signin_submit::-moz-focus-inner{padding:0;border:0;}

input.signin_submit:hover,input.signin_submit:focus{background-position:0 -5px;cursor:pointer;}

#header{position:relative;height:170px;background:#59b url(http://skim.se/images/grafik/big-header-bg.png) ;-webkit-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;border-top-left-radius:10px;border-top-right-radius:10px;}.ie #header{background:transparent url("https://s3.amazonaws.com/twitter_production/a/1250809294/images/clouds-ie.gif") no-repeat 0 0!important;}#header2{background-color:transparent;padding:30px 25px;}

.logo{outline:none;cursor:default;float:left;}#search .logo{cursor:pointer;}#logo{display:block;}#bird{position:absolute;top:32px;left:291px;}#tagline{float:right;margin:8px -30px 0 0;width:415px;font-size:1.5em;line-height:1.3;letter-spacing:-.1em;font-weight:normal;font:18px/24px Helvetica,Arial,Sans-serif;color:#333;}.ie6 #tagline{position:absolute;top:30px;right:0;float:none;}#tagline strong{color:#fff;}#home_search{margin:25px 0 0;}#home_search label{display:block;margin:0 0 6px 2px;color:#DDEEF6;}

input.big-search{
	background:#fff;
	margin:0px;padding:4px 6px;
	border:1px solid #eee;
	border-right-width:0;outline-width:0;
	-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;border-top-left-radius:5px;border-bottom-left-radius:5px;
	font:13px Helvetica,Arial,Sans-serif;
	width:120px;}
input.big-search:focus{outline-width:0;border-color:#fff;}

input.big-search-submit {
	background:#bbb url('http://skim.se/images/grafik/buttons/nav_search_submit.png') -2px -1px!important;;
	padding:4px 12px;
	border:1px solid #eee;
	margin-left:-0.7em;
	-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;
	font:13px Helvetica,Arial,Sans-serif;
	font-weight:bold;
	color:#333;
	outline:none;
	text-decoration:none;
	text-shadow:0 1px 0 #fff;
	}
input.big-search-submit::-moz-focus-inner{padding:0;border:0;}.chrome input.big-search-submit{padding:8px 10px 9px;}
.firefox-windows input.big-search-submit{padding:9px 10px 8px;}
.firefox-windows.firefox2 input.big-search-submit{position:relative;top:0px;}
.ie7 input.big-search-submit,.ie6 input.big-search-submit{position:relative;top:-9px;left:-5px;padding:8px 10px 8px 20px;}
input.big-search-submit:hover,input.big-search-submit:focus{background:url('http://skim.se/images/grafik/buttons/nav_search_submit.png') -2px -26px!important;}
input.big-search-submit:active{background:url('http://skim.se/images/grafik/buttons/nav_search_submit.png') -2px -51px!important;}


#big_signup{width:158px;}
.ie6 #big_signup{position:absolute;top:112px;right:20px;float:none;}
#big_signup label{text-align:center;color:#27b;}a.signup-button{background:#9c2 url("http://skim.se/images/grafik/buttons/bg-btn-signup.png") repeat-x 0 0;display:block;padding:8px 10px;border:1px solid #df6;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;text-decoration:none;text-align:center;color:#333;text-shadow:0 1px 0 #df6;font:18px Helvetica,Arial,Sans-serif;font-weight:bold;outline:none;}.safari a.signup-button{padding:8px 0;}a.signup-button:hover,a.signup-button:focus{background-position:0 -5px;color:#111;}a.signup-button:active{background-image:none;}

a.description{}

div.header3{font-size:40px;width:780px;color:#fff;text-shadow:0px 0px 3px #777;}







.ie6 #trend_info{padding-top:8px;line-height:1;}

#trend_info img,#trend_description img{vertical-align:middle;margin:1px 5px 3px;}
.ie8 #trend_info img,.ie8 #trend_description img{margin-top:-1px;}
.ie7 #trend_info img,.ie7 #trend_description img{margin-bottom:-2px;}

#trend_info img{margin-left:0;}

#search #trend_info span{visibility:hidden;}

#search #trend_info img{visibility:hidden!important;}

#trend_description{display:none;background:#023;padding:20px 25px;line-height:18px;}

#trend_description span{color:#DF6;font-size:.825em;}

#trend_description img{vertical-align:middle;}

#trend_description p{margin:4px 0 0;color:#ACE;}

#trend_description p strong{color:#FFF;}

#trends{
	text-align:center;
	position:relative;
	background:#023;
	padding:20px 25px;
	overflow:hidden;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;}

#trends div{overflow:hidden;width:705px;padding-left:25px;height:1.9em;}

.ie6 #trends div li{margin:.5em 0;}
.ie6 #trends div,.ie7 #trends div{background-position:0 .5em;}

#trends a,#trends li span{display:inline-block;padding:0 15px 0 0;color:#adf;outline:none;}

#trends .current{background:transparent url("https://s3.amazonaws.com/twitter_production/a/1250809294/images/icon-clock.gif") no-repeat center left;margin-bottom:7px;}

#trends .current a,#trends .current span{font:18px Helvetica,Arial,Sans-serif;color:#adf;}#trends .daily{background:transparent url('https://s3.amazonaws.com/twitter_production/a/1250809294/images/icon-day.gif') no-repeat center left;margin-bottom:4px;}#trends .daily a,#trends .daily span{font:14px Helvetica,Arial,Sans-serif;color:#8ce;}#trends .weekly{background:transparent url('https://s3.amazonaws.com/twitter_production/a/1250809294/images/icon-week.gif') no-repeat center left;}#trends .weekly a,#trends .weekly span{font:11px "Lucida Grande",Arial,Sans-serif;color:#6ac;}.safari #trends .weekly{height:2.0em;}#search #trends{display:none!important;}

#trends ul,#trends_list ul{margin:0;padding:0;list-style:none;}
#trends_list li{background: url(https://s3.amazonaws.com/twitter_production/a/1250809294/images/spinner.gif) no-repeat left center ;margin:0;padding-left:10px;}

#trends .current ul{line-height:2.1;}
.safari #trends .current ul{line-height:2.2;}
#trends li{background: url(https://s3.amazonaws.com/twitter_production/a/1250809294/images/spinner.gif) no-repeat left center ;margin:0;float:left;display:inline-block;}#trends a:hover{color:#fff;text-decoration:none;}#trends .fade{background:url("https://s3.amazonaws.com/twitter_production/a/1250809294/images/fade-trends.png") repeat-y -60px 0;position:absolute;display:block;top:0;left:auto;right:25px;width:60px;padding:8px 0;height:150px;}.ie6 #trends .fade{display:none;}

#trends_list{width:200px;word-spacing:-0.1em;line-height:1.75;margin:0 0 20px;}
#trends_list li.loading{background-image:none!important;}
#trends_list li.loading a{background:#fff url('https://s3.amazonaws.com/twitter_production/a/1250809294/images/spinner.gif') no-repeat center right;}

.homepage #timeline{padding:0;font-size:1.1em;color:#333;margin-left:0;}

ol .status .status-body{width:415px!important;padding-right:40px;}


	
.timeline-actions{padding-left:5px;}.timeline-actions a{font-size:.9em;padding:.1em 30px .1em 20px;}.rss{background:transparent url('https://s3.amazonaws.com/twitter_production/a/1250809294/images/rss.png') no-repeat center left;}.tweet-results{background:transparent url('https://s3.amazonaws.com/twitter_production/a/1250809294/images/tweet-results.png') no-repeat center left;}

#sidebar{float:right;width:200px;line-height:17px;font-size:11px;padding:5px 0 0 0;}

#sidebar h2{margin:1em 0 .25em 0;}

.no-results{color:#333;padding-top:2em!important;}#results_update{margin-top:10px;}ol.statuses>li{border-bottom:1px dotted #D2DADA!important;}ol.statuses>li:first-child{border-top:1px dotted #D2DADA!important;}.ie6 #timeline li{border-top:1px dotted #D2DADA;padding:8px 0;}
#footer{background-color:transparent!important;font-size:12px;text-align:left;margin-top:0;color:#fff;font-weight:bold;}

.ie #footer{margin-top:-10px;}
#footer ul{padding-left:20px;float:left;}
.tipsy-inner{padding:10px 15px;line-height:1.5em;font-weight:bold;}.ie6 .tipsy{width:250px;}

.search-tip{background:#eee;margin:0 0px 16px;padding:8px 9px 10px;border:1px solid #ddd;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;font:11px/16px "Lucida Grande",Arial,Sans-serif;color:#333;margin:0 0 0 -2px;}.search-tip h3{margin:0 0 4px;font-size:11px;color:#111;}.search-tip h2{
	font:23px Helvetica,Arial,Sans-serif;
	font-weight:bold;
	color:#333;
	margin:0 0 .2em 0px;
	line-height:1.2;
	}
.search-tip em{font-style:normal;font-weight:bold;color:#060;}
.search-tip hr{color: #ccc;background-color: #ccc;height: 1px;border:0px;}

.signup-tip{line-height:18px;margin:30px 0;color:#333;}.signup-tip a{font-weight:bold;}
#notifications{position:fixed;top:0;left:0;width:100%;overflow:visible;}.notification-bar{position:absolute;top:0;left:0;color:#000;border-bottom:2px solid rgba(0,0,0,0.07);width:100%;cursor:pointer;}.notification-bar-bkg{background-color:#fff;opacity:.95;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";filter:alpha(opacity=95);position:static;}.notification-bar,.notification-bar-bkg{padding:1.2em 0;}.ie7 .notification-bar,.ie7 .notification-bar-bkg{border-bottom:2px solid #ccc;}.notification-bar-container{position:relative;display:block;width:100%;overflow:visible;}.notification-bar-contents{width:740px;margin:0 auto;text-align:left;position:relative;font-size:150%;}.notification-bar .message-progress{padding-left:24px;background-image:url(https://s3.amazonaws.com/twitter_production/a/1250809294/images/ajax.gif);background-repeat:no-repeat;background-position:left center;}.notification-bar .message-error{color:red;}


#timeline_heading h1{color:#666;font-size:16px;font-weight:normal;padding:0 0 3px 4px;}

#timeline_heading h1 a,#timeline_heading h1 span.loading{float:right;font-size:.7em;margin-top:4px;padding-left:18px;}
.save-search-link,.subscribe-list-link{background:transparent url('https://s3.amazonaws.com/twitter_production/a/1250809294/images/icon_add.png') no-repeat left bottom;}.delete-search-link,.unsubscribe-list-link{background:transparent url('https://s3.amazonaws.com/twitter_production/a/1250809294/images/icon_remove.png') no-repeat left bottom;}#timeline_heading h1 span.loading{background:transparent url('https://s3.amazonaws.com/twitter_production/a/1250809294/images/spinner.gif') no-repeat left bottom;}

#content div.section #timeline_heading{margin:0;}

body#inbox ol.statuses li:first-child,body#sent ol.statuses li:first-child,body#lists ol.statuses li:first-child,body#direct_messages ol.statuses li:first-child{border-top:1px solid transparent;}#inbox div#timeline_heading,#sent div#timeline_heading,#lists div#timeline_heading,#direct_messages div#timeline_heading{border-bottom:1px solid #cecece;}#dm_tabs{display:none;}body#direct_messages #dm_tabs,body#inbox #dm_tabs,body#sent #dm_tabs{display:block;padding:1px;}ul#dm_tabs li.loading a{background-image:url('https://s3.amazonaws.com/twitter_production/a/1250809294/images/spinner.gif');background-repeat:no-repeat;background-position:center bottom;color:transparent!important;}

#content ul#dm_tabs li a{padding:3px 40px 1px;}#content .tabMenu{text-align:center;margin:25px 0 0;}#content .tabMenu li{display:inline;margin-left:-5px;}#content .tabMenu li a{display:inline;padding:3px 20px 1px 20px;background-color:#e6e6e6;text-decoration:none;color:#4c4c4c;border-top:1px solid #cecece;border-right:1px solid #cecece;border-left:1px solid #cecece;}#content .tabMenu li a:hover{text-decoration:none;color:black;background-color:#999;}#content .tabMenu li.active a{background-color:#fff;color:#000;border-bottom:1px solid #fff;}body#direct_messages #content .tabMenu #inbox_tab a,body#inbox #content .tabMenu #inbox_tab a,body#sent #content .tabMenu #sent_tab a{color:#000;background-color:#fff;border-bottom:1px solid #fff;}#next_steps{display:none;font-size:1.2em;line-height:1.1;}body#home #next_steps{display:block;}#next_steps td.thumb{padding:10px 5px 8px 5px;width:50px;vertical-align:top;}#next_steps td{border-bottom:1px dashed #d2dada;vertical-align:middle;padding:7px 3px;}ol.statuses{list-style:none;font-size:1.2em;}ol.statuses>li{position:relative;padding:.7em 0 .6em 0;border-bottom:1px dashed #D2DADA;line-height:1.1em;}ol.statuses>li:first-child{border-top:1px dashed #D2DADA;}ol.statuses .thumb{display:block;width:50px;height:50px;position:absolute;left:0;margin:0 10px 0 5px;overflow:hidden;}ol.statuses .thumb img{width:48px;height:48px;}.no-results{border-top:1px dashed #D2DADA;padding:.7em 0 .6em 1em;font-size:1.2em;}.no-results ol{padding:5px 0 0 30px;}ol.statuses span.status-body{display:block;min-height:50px;width:420px;overflow:hidden;margin-left:65px;}#users ol.statuses span.status-body{width:365px;}ol.statuses .lock,ol.statuses .screen-name{margin-right:5px;}ol.statuses .embedded_picture{margin:10px 0 0 0;text-align:center;}ol.statuses .embedded_picture img{border:2px solid #DDD;padding:10px;}.search ol.statuses .bio{margin-left:5px;}ol.statuses span.meta,.hentry .meta{display:block;font-size:.764em;margin:3px 0 0 0;color:#999;}ol.statuses span.meta a,.hentry .meta a{color:#999;}ol.statuses span.meta .call-out,.hentry .meta .call-out{color:#000;}ol.statuses .actions{position:absolute;right:5px;top:.5em;line-height:1.25em;border-width:0;}.ie6 ol.statuses .actions{right:25px;}ol.statuses .actions a{display:block;text-decoration:none;padding:3px 8px;background-position:50% 50%;background-repeat:no-repeat;outline:none;cursor:pointer;visibility:hidden;}ol.statuses li{position:relative;}ol.statuses li:hover .actions a,ol.statuses li.hover .actions a{visibility:visible;}.hentry .fav{background-image:url('https://s3.amazonaws.com/twitter_production/a/1250809294/images/icon_star_full.gif');}.hentry .non-fav{background-image:url('https://s3.amazonaws.com/twitter_production/a/1250809294/images/icon_star_empty.gif');}.hentry .fav-throb,.hentry a.del-throb{background-image:url('https://s3.amazonaws.com/twitter_production/a/1250809294/images/icon_throbber.gif');}.hentry .del{background-image:url('https://s3.amazonaws.com/twitter_production/a/1250809294/images/icon_trash.gif');}body#show .reply,.hentry .reply{background-image:url('https://s3.amazonaws.com/twitter_production/a/1250809294/images/icon_reply.gif');}.direct_message a.reply{background-image:url('https://s3.amazonaws.com/twitter_production/a/1250809294/images/icon_direct_reply.gif');}.direct_message .hentry .del{background-image:url('https://s3.amazonaws.com/twitter_production/a/1250809294/images/icon_trash.gif');}ol.statuses li:hover,ol.statuses li.hover{background-color:#f7f7f7;}ol.statuses li:hover .hentry a,ol.statuses li.hover .hentry a{visibility:visible;}ol.statuses .hentry a.fav{visibility:visible;}ol.statuses .hentry a.fav-throb,ol.statuses .hentry a.del-throb{visibility:visible;}.status_activity{margin:4px 0 0 0;padding:10px 0 0 20px;}.status_activity .activity{margin:0 0 5px;}.status_activity .content{vertical-align:top;margin:0 0 0 5px;font-size:.8em;}#flash{padding-top:45px;background-repeat:no-repeat;background-position:24px 0;margin:1.5em 0;}#flash p{background-color:#fff;font-size:2.12em;line-height:1.2em;padding:.5em;font-weight:bold;}.feature-limited{background-color:#f9f6ba;border:2px solid #e9e6aa;-moz-border-radius:5px;-webkit-border-radius:5px;padding:.5em 1em;}.minor-notification{background-color:#ffc;border-width:1px 0;border-color:#eeb;border-style:solid none;padding:.5em 1em;}.bulletin{padding:10px;display:none;}body#home .bulletin{display:block;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}body#settings .bulletin{margin:20px 100px;}.bulletin a.close{padding:6px 6px 7px 7px;float:right;opacity:.7;background:transparent url('https://s3.amazonaws.com/twitter_production/a/1250809294/images/close_small.png') no-repeat;}.ie .bulletin a.close{filter:alpha(opacity=70);}.bulletin a.close:hover{opacity:1.0;}.ie .bulletin a.close:hover{filter:alpha(opacity=100);}.bulletin.warning{background-color:#ff9;border:1px solid #ecec19;}.bulletin.alert{background-color:#ffab9d;border:1px solid #f88;}.bulletin p,.bulletin h2{margin-left:60px!important;}.bulletin.info{padding:5px 10px!important;background-color:#ff9;border:1px solid #ecec19;font-size:.9em;}.ie6 .standard-form .info{background:none;border:0;}.ie6 .bulletin{zoom:1;}.bulletin img{vertical-align:middle;float:left;}.bulletin h2{font-size:1.2em;margin-bottom:.5em;}.yellow-box{background-color:#FEF6A8;margin:1em;padding:1em;border:solid 1px #FFFA00;color:#000;line-height:1.7em;font-size:.9em;text-align:center;}.more{outline:none;display:block;width:100%;padding:6px 0;text-align:center;border:1px solid #ddd;border-bottom:1px solid #aaa;border-right:1px solid #aaa;background-color:#fff;background-repeat:repeat-x;background-position:left top;font-size:14px;text-shadow:1px 1px 1px #fff;font-weight:bold;height:22px;line-height:1.5em;margin-bottom:6px;background-image:url('https://s3.amazonaws.com/twitter_production/a/1250809294/images/more.gif');}.more:hover{border:1px solid #bbb;text-decoration:none;background-position:left -78px;}.more:active{color:#666;background-position:left -38px;}.more.loading{cursor:default!important;background-color:#fff;background-repeat:no-repeat;background-position:50% 50%;border:1px solid #eee;background-image:url('https://s3.amazonaws.com/twitter_production/a/1250809294/images/ajax.gif');}.more::-moz-focus-inner{border:0;}.person .thumb img{height:48px;width:48px;}
.btn{background:#ddd url("https://s3.amazonaws.com/twitter_production/a/1250809294/images/btn_bg-gradient.gif") repeat-x 0 0;font:11px/14px "Lucida Grande",Sans-serif;width:auto;margin:0!important;overflow:visible;padding:4px 10px 5px;border-width:1px;border-style:solid;border-color:#ccc;border-bottom-color:#ccc;-moz-border-radius:4px;-khtml-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;color:#333;text-shadow:1px 1px 0 #fff;cursor:pointer;}.btn::-moz-focus-inner{padding:0;border:0;}
.btn-m{background-position:0 -200px!important;font-size:15px!important;line-height:20px!important;padding:5px 15px 6px!important;-moz-border-radius:5px!important;-khtml-border-radius:5px!important;-webkit-border-radius:5px!important;border-radius:5px!important;}.btn-l{background-position:0 -400px;font-size:20px;line-height:26px;padding:7px 20px 9px;-moz-border-radius:6px;-khtml-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}.btn:hover,.btn:focus{border-color:#999 #999 #888;background-position:0 -6px;color:#000;text-decoration:none;}.btn-m:hover,.btn-m:focus{background-position:0 -206px;}.btn-l:hover,.btn-l:focus{background-position:0 -406px;}.btn:active{background-image:none;text-shadow:none;outline:none;}


/** MULTY JQUERY INDEX BOX **/
#tabMenu {margin:0;padding:0;list-style:none;}
#tabMenu li {float:left;color:#333;padding:0 2px;font-weight:bold;border:0px solid black;cursor:pointer;cursor:hand}


#tabMenu li.comments {
	font:18px Helvetica,Arial,Sans-serif;
	font-weight:bold;
	color:#333;
	margin:0;
	}
#tabMenu li.posts {
	font:18px Helvetica,Arial,Sans-serif;
	font-weight:bold;
	color:#87c80b;
	margin:0;
	}
#tabMenu li.category {
	font:18px Helvetica,Arial,Sans-serif;
	font-weight:bold;
	color:red;
	margin:0;
	}
li.famous {}
li.random {}

li.mouseover {background-position:0 0;}
li.mouseout {background-position:0 -32px;}
li.selected {background-position:0 0;}









/** TAB CONTENT PROFILE **/
.htabs {
	/* remove bullets and list indents */
	list-style-type: none;
	margin: 15px 10px 0 0;
	padding: 0;
	}
.htabs li {
	background:#fff;
	display: inline;
	width:40px;
	margin:0 2px;
	padding: 6px;
	list-style-type: none;
	}
.htabs li a:link, .htabs li a:visited, .htabs li a:hover {
	font: 15px "Century Gothic", Palatino, Times New Roman;
	}
.tabs {
	background:#fff;
	margin:2px 0 0 0;
	padding:8px 9px 10px;
	width:68%;
	font:11px/16px "Lucida Grande",Arial,Sans-serif;
	color:#333;
	}
.tabs h3{margin:0 0 4px;font-size:11px;color:#111;}
.tabs h2{
	font:23px Helvetica,Arial,Sans-serif;
	font-weight:bold;
	color:#333;
	margin:0.3em 0 .2em 0px;
	line-height:1.2;
	}

/** TAB CONTENT GALLERY **/
.gallerytabs {
	/* remove bullets and list indents */
	list-style-type: none;
	margin: 15px 10px 0 0;
	padding: 0;
	}
.gallerytabs li {
	font:14px Helvetica,Arial,Sans-serif;
	font-weight:bold;
	color:#333;
	display: inline;
	width:40px;
	margin:0 2px;
	padding: 6px;
	}
.gtabs {
	margin:2px 0 0 0;
	padding:8px 9px 10px;
	border-radius:5px;
	font:11px/16px "Lucida Grande",Arial,Sans-serif;
	color:#333;
	}
.gtabs h3{margin:0 0 4px;font-size:11px;color:#111;}
.gtabs h2{
	font:23px Helvetica,Arial,Sans-serif;
	font-weight:bold;
	color:#333;
	margin:0 0 .2em 0px;
	line-height:1.2;
	}


/** WALL POST LAYOUT **/	
	
.wall-post-body {
	background:#fff;
	margin:0 8px 0 0;
	padding:8px;
	border:1px solid #ddd;
	width:75%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font:11px/16px "Lucida Grande",Arial,Sans-serif;
	color:#333;
	}
.wall-post-profile {
	background:transparent;
	margin:2px;
	padding:3px;
	align:right;
	border:0px solid #ddd;
	width:100%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font:11px/16px "Lucida Grande",Arial,Sans-serif;
	color:#333;
	}
.wall-post-date {
	color:#ccc;
	}


/** MEMBERLIST TABLE **/
table.memberlist {
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0px;
	}

table.memberlist tr {
	border:1px solid #ccc;
	}

table.memberlist th {
	background-color:#eee;
	border:1px #ccc solid;
	}

table.memberlist td {
	border:1px #ccc solid;
	}


/*-- moneyshots --*/

.moneyshots {

    background: #f2f2f2;
    height: 270px;
    padding: 0;
    margin: 0 0 20px 0;
    overflow: hidden;
    position: relative;
    width: 670px;

}

.moneyshots div {
    
    display: none;
    
}

.ui-tabs div {
    
    display: block;
    
}

.moneyshots div div {
    
    display: block;
    
}

.moneyshots #moneyshot_01 {
    
    display: block;
    
}

.moneyshots img {

    border: 0;
    display: block;

}

.moneyshots .money_video {
    
    display: none;
    
}


.ui-tabs-hide {
    
     display: none !important;
     
}

.moneyshot_tabs {

    list-style: none;
    margin: -30px 0 0 -10px;
    position: absolute;
    text-align: right;
    width: 670px;

}

.moneyshot_tabs li {

    display: inline;

}

.moneyshot_tabs li a {

    background: url(http://purplerockscissors.com/wp-content/themes/purple/images/bg_numbers.png) top left no-repeat;
    color: #FFF !important;
    width: 20px;
    height: 18px;
    display: inline-block;
    padding: 2px 0 0 0;
    text-align: center;

}


.moneyshot_tabs li a:hover,
.ui-state-hover a,
.ui-tabs-selected a {

    background-position: bottom !important;
    text-decoration: none !important;

}

.money_wrap {
    
    background: url(http://purplerockscissors.com/wp-content/themes/purple/images/bg_money_home.png) repeat-y;
    
}

.big_money .moneyshot_tabs {
    
    margin-top: 0px !important;
    top: 285px;
    
}

.big_money {
    
    background: url(http://purplerockscissors.com/wp-content/themes/purple/images/bg_money_home_bottom.png) no-repeat bottom left;
    height: 385px !important;
    margin-bottom: 40px;
    
}

.big_money img { margin-bottom: 10px !important;}

.big_money p {
    
    font-size: 12px;
    letter-spacing: .01em;
    padding: 0px 0 0 10px;
    width: 540px;
    margin: 0 !important;
    
}

.more_money {
    font-size: 14px;
    font-weight: bold;
    background: url(http://purplerockscissors.com/wp-content/themes/purple/images/button_more_money.png) no-repeat;
    float: right;
    display: block;
    padding-top: 12px;
    padding-left: 20px;
    height: 32px;
    width: 87px;
    color: #FFF !important;
    margin-top: 58px;
    position: absolute;
    top: 270px;
    right: 0;
    
}

.more_money:hover { text-decoration: none; }












ul#topnav {
	list-style-type: none;
	display: inline;
}
ul#topnav li {
	background: url(http://skim.se/6.png) repeat-x;
	margin:0 1px;
	padding:-100px;
	float: left;
	display: block;
}
ul#topnav li a {
	padding:0px;
	color:#fff;
	font-size:14px;
	letter-spacing:.05em;
	padding:11px 15px;
}
ul#topnav li:hover a, ul#topnav li a:hover {
	background:url(http://skim.se/7.png) repeat-x;
	color:#fff;
	font-size:14px;
	letter-spacing:.05em;
	padding:11px 15px;
	}


ul#topnav li .sub {
	position: absolute;	
	top: 24px; left: 2;
	background: url(http://skim.se/44.png);
	padding: 20px 20px 20px;
	float: left;
	z-index:7;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
	background:none;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
	float:left;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #f6073f;
}
ul#topnav .sub ul li a {
	float: left; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(http://www.sohtanaka.com/web-design/examples/mega-dropdowns/navlist_arrow.png) no-repeat 5px 12px;
	padding: 2px 5px 2px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {color: #ddd; background-position: 5px 12px ;}





/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background: #ebebeb none 6px 8px no-repeat;
	border: 1px solid #dbdbdb;
	font-size: 0.95em;
	margin: 0.5em 1px 0 25px;
	overflow: hidden;
	padding: 5px;
	background-image: url("{T_THEME_PATH}/images/quote.gif");
}

blockquote blockquote {
	/* Nested quotes */
	background-color: #bababa;
	font-size: 1em;
	margin: 0.5em 1px 0 15px;	
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #e4e4e4;
}

blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: bold;
	margin-left: 20px;
	display: block;
	font-size: 0.9em;
}

blockquote cite cite {
	font-size: 1em;
}

blockquote.uncited {
	padding-top: 25px;
}


.rtl blockquote {
	background-image: url("{T_THEME_PATH}/images/quote_rtl.gif");
}



/** QUOVOLVER **/
code { font-family: "Courier New", Courier, Monaco, monospace; background: #f2f2f2; margin-bottom: 20px; display: block; padding: 20px; }	
blockquot p { margin: 0px; font-style: italic; font-size: 12px; }
blockquot cit { font-style: normal; display: block; text-align: right; text-transform: uppercase; font-size: 10px; font-weight: bold; letter-spacing: 1px; font-family: Arial, Helvetica, sans-serif; }

/*
 |	Setting the width for the blockquotes is required
 |	to accurately adjust it's contianer
*/

blockquot {
	font-family: Georgia, Times, serif;
	width: 200px; /* required */
	margin: 0 auto;
	}

/*
 |	The #quote_wrap div is created
 |	by Quovolver to wrap the quotes
*/

#quote_wrap { 
	margin-bottom: 10px; padding: 0;
	}





div.image-wrapper{
	position:relative; /* important(so we can absolutely position the description div */
	border:0px solid #ccc;
	float:left;
	margin:10px auto;
	padding:0;
}
div.caption-description{
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:0px; /* position will be on bottom */
	left:0px;
	display:none; /* hide it */
	/* styling bellow */
	background-color:#000;
	color:#fff;
	width:100%;
	padding:0;
	margin:0 0 5px 0;
}
div.description_content{
	padding:10px;
	font-style:italic;
}
div.description_content h4{
	color:#fff;
	font: bold 19px "Century Gothic", Palatino, Times New Roman;
}
div.description_content_right{
	padding:0;
	float:right;
}
.value-block {
	float:left;
	font: bold 25px "Century Gothic", Palatino, Times New Roman;
	color:#fff;
	text-align:center;
	padding:0;margin:7px;
	line-height:0.5em;
	}
.value-block property {
	font: normal 11px "Century Gothic", Palatino, Times New Roman;
	}

.on_img{
	background-image:url(http://skim.se/images/grafik/icons/heart-on.png);
	background-repeat:no-repeat;
	padding-left:35px;
	cursor:pointer;
	width:60px;
	}       

.over_img{
	background-image:url(http://skim.se/images/grafik/icons/heart-over.png);
	background-repeat:no-repeat;
	padding-left:35px;
	cursor:pointer;
	width:60px;
	}

/** VIEW PROFILE **/
div.user-options {
	margin:15px 0;
	width:70%;
	}
div.user-options img {margin:5px;}

div#avatar {
	position:relative;
	}
div#avatar img {width:200px;height:auto;}
span#avatar-change {
	border:1px solid #bbb;
	background:#fff url(http://skim.se/images/icons/memberlist/edit.png) 1% 50% no-repeat;
	padding:7px 5px 4px 28px;
	position:absolute;
	top:0;left:0;
	z-index:500;
	-moz-box-shadow: 0px 0px 2px #aaa;
	-webkit-box-shadow: 0px 0px 2px #aaa;
	box-shadow: 0px 0px 2px #aaa;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}
span#avatar-change:hover {
	border:1px solid #777;
	}

table.info-page-options {
	width:100%;
	}
table.info-page-options tr td {
	width:25%;
	padding:10px;
	}
table.info-page-options tr td.info-option {
	width:25%;
	border-right:1px solid #ddd;
	padding:10px;
	}
table.info-page-options tr td h4 {
	font: bold 18px "Century Gothic", Palatino, Times New Roman;
	color:#222;
	margin:4px 0;
	}



/*
* Bottom bar
*/

#site-body-container {}

#site-body-content {
	padding: 0px 0px 15px 0px ;
}

#site-bottom-bar {   
  bottom: 0px ;
	left:20px;
	right:20px;
	height: 26px;
	position: fixed;   
	background: #F0F0F0 url('{T_THEME_PATH}/images/chat_toolbarbg.gif');
	border: 1px solid #999999 ;
	border-bottom: 0;
	font-family: verdana, arial ;
	font-size: 11px ;
	z-index: 1000 ;  
}

#site-bottom-bar-frame {
	height: 26px ;    
	position: relative ;
}

#site-bottom-bar-frame h3 {
  border-bottom:1px solid #CCCCCC;
  color:#115098;
  font-family:Arial,Helvetica,sans-serif;
  font-size:1em;
  font-weight:bold;
  margin-top: 0;
  margin-bottom:3px;
  padding-bottom:2px;
  text-transform:uppercase;
}

#site-bottom-bar-frame ul {
  list-style: none;
  padding: 0 5px;
}

#site-bottom-bar-frame ul li {
  padding-bottom: 4px;
}    

/*
* Online list
*/

#online_list-root {
  background: #F0F0F0 url('{T_THEME_PATH}/images/chat_toolbarbg.gif');
	border-left: 1px solid #999999;
	color: #333333;
	display: block;
	float: right;
	height: 26px ;
	line-height: 26px ;
	text-align: left;
	text-decoration: none ;
	width: 180px ;
	padding-left: 10px;
	padding-top: 1px;
}

#online_list-root:hover {
  background: #FFFFFF;
}

#online_list-root span {
  line-height: 28px;
}

#online_list {
	background-color: #ffffff;
	border: 1px solid #999999;
	border-bottom: 0;
	bottom: 26px ;
	display: none;
	right: -1px;
	padding: 0;
	position: absolute;
	width: 190px;
	max-height: 500px;
	overflow-x: hidden;
	overflow-y: auto;   
}

#online_list span{
  vertical-align: top;
  line-height: 20px;
}

#online_list a {
	background-color: #ffffff;
	display: block ;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	font-weight: normal;
}

#online_list a:hover {
	background-color: #3B5998;
	color: #ffffff;
}    

.chat_status {
  float: right;
  padding-top: 9px;
}     

/*
* Login box
*/

#login-root {
  background: #F0F0F0 url('{T_THEME_PATH}/images/chat_toolbarbg.gif');
	border-right: 1px solid #999999;
	color: #333333;
	display: block;
	float: left;
	height: 26px ;
	line-height: 26px ;
	text-decoration: none ;
	width: 60px ;
	text-align: center;
}

#login-root a, a:hover {
	color: #333333;
	text-decoration: none ;
}

#login-root:hover {
  background: #FFFFFF;
}

#login-root span {
  line-height: 28px;
}

#logout-root {
  background: #F0F0F0 url('{T_THEME_PATH}/images/chat_toolbarbg.gif');
	border-right: 1px solid #999999;
	color: #333333;
	display: block;
	float: left;
	height: 26px ;
	line-height: 26px ;
	text-decoration: none ;
	width: 100px;
	text-align: center;
}

#logout-root a, a:hover {
	color: #333333;
	text-decoration: none ;
}

#logout-root:hover {
  background: #FFFFFF;
}

#logout-root span {
  line-height: 28px;
}

#loginbox {
	background-color: #ffffff;
	border: 1px solid #999999;
	bottom: 26px ;
	display: none;
	left: -1px;
	padding: 7px;
	position: absolute;
	width: 200px;
	font-size: 12px;
}

.loginbox_input {
  width: 90%;
  margin-bottom: 5px;
}

/*
* Google search
*/

#search-root {
  background: #F0F0F0 url('{T_THEME_PATH}/images/chat_toolbarbg.gif');
	border-right: 1px solid #999999;
	color: #333333;
	display: block;
	float: left;
	height: 26px ;
	line-height: 26px ;
	text-decoration: none ;
	width: 100px;
	text-align: center;
}

#search-root a, a:hover {
	color: #333333;
	text-decoration: none ;
}

#search-root:hover {
  background: #FFFFFF;
}

#search-root span {
  line-height: 28px;
}

#searchbox {
	background-color: #ffffff;
	border: 1px solid #999999;
	bottom: 26px ;
	display: none;
	left: 100px;
	padding: 7px;
	position: absolute;
	width: 250px;
	font-size: 12px;
}

.searchbox_input {
  margin-bottom: 5px;
}

/*
* New posts
*/

#new-root {
  background: #F0F0F0 url('{T_THEME_PATH}/images/chat_toolbarbg.gif');
	border-right: 1px solid #999999;
	color: #333333;
	display: block;
	float: left;
	height: 26px ;
	line-height: 26px ;
	text-decoration: none ;
	width: 130px ;
	text-align: center;
}

#new-root a, a:hover {
	color: #333333;
	text-decoration: none ;
}

#new-root:hover {
  background: #FFFFFF;
}

#new-root span {
  line-height: 28px;
}

#newbox {
	background-color: #ffffff;
	border: 1px solid #999999;
	bottom: 26px ;
	display: none;
	left: 201px;
	padding: 7px;
	position: absolute;
	max-width: 400px;
	font-size: 12px;
}

/*
* Private messages
*/

#pm-root {
  background: #F0F0F0 url('{T_THEME_PATH}/images/chat_toolbarbg.gif');
	border-right: 1px solid #999999;
	color: #333333;
	display: block;
	float: left;
	height: 26px ;
	line-height: 26px ;
	text-decoration: none ;
  width: 130px;
	text-align: center;
}

#pm-root a, a:hover {
	color: #333333;
	text-decoration: none ;
}

#pm-root:hover {
  background: #FFFFFF;
}

#pm-root span {
  line-height: 28px;
}

#pmbox {
	background-color: #ffffff;
	border: 1px solid #999999;
	bottom: 26px ;
	display: none;
	left: 332px;
	padding: 7px;
	position: absolute;
	max-width: 200px;
	font-size: 12px;
}

/*
* Chat boxes
*/

.chatbox {
	position: fixed;
	width: 216px;
	display:none;
	bottom: 26px;
}

.chatboxhead {
	background-color: #526EA6;
	padding:5px;
	color: #ffffff;
	border:1px solid #333333;
}

.chatboxtitle {
	float: left;
	font-weight:bold;
	font-size: 12px;
}

.chatboxoptions {
	float: right;
}

.chatboxoptions a {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}

.chatboxblink {
	background-color: #C80000;
	border:1px solid #333333;
}

.chatboxcontent {
	font-size: 13px;
	color: #000000;
	height:200px;
	width:200px;
	overflow-y:auto;
	overflow-x:auto;
	padding:7px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #eeeeee;
	background-color: #ffffff;
	line-height: 1.3em;
}

.chatboxinput {
  background: #ffffff url('{T_THEME_PATH}/images/chat_text.gif') no-repeat 3px 7px;
  border:1px solid #93A2C1;
	border-bottom:0;
	padding:4px 0 4px 20px;
}

.chatboxtextarea {
  font-size: 11px;
	width: 185px;
	height:16px;
	overflow:hidden;  
	border: 0;
  background: #ffffff;
}

.chatboxtextareaselected {
}

.chatboxmessage {
	margin-left:1em;
}

.chatboxinfo {
	margin-left:-1em;
	color:#666666;
}

.chatboxmessagefrom {
	margin-left:-1em;
	font-weight: bold;
}

.chatboxmessagecontent {
}

/* -------------------------------------------------- */
/* -- IE 6 FIXED POSITION HACK ---------------------- */
/* -------------------------------------------------- */

html,
body,
#site-body-container {
	_height: 100% ;
	_overflow: hidden ;
	_width: 100% ;
}

#site-body-container {
	_overflow-y: scroll ;
	_overflow-x: hidden ;
	_position: relative ;
}

/* To make up for scroll-bar. */
#site-bottom-bar {
	_bottom: -1px ;
	_position: absolute ;
	_right: 16px ;
}

/* To make up for overflow left. */
#site-bottom-bar-frame {
	_margin-left: 26px ;
}

/* To fix IE6 display bugs. */
#menu a {
	_display: inline-block ;
	_width: 99% ;
}


/** VIEW TOPIC **/

div.post {
	-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
	padding:10px;
	}
p.author {margin:0 0 10px 0;padding:0;}
div.bg1 {background-color:#edf4f6;}
div.bg2 {background-color:#f4f9fb;}

div.search-box, div.buttons {
	float:left;margin:0;
	}
input.inputbox {
	border: 1px solid #bbb;
	background-color:#fff;
	-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
	padding:5px;
	font-size:12px;
	color:#555;
	margin:0;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	box-shadow: 0 0 5px rgba(81, 203, 238, 0);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
	}
input.inputbox:hover {
	-moz-box-shadow: 0px 0px 2px #aaa;
	-webkit-box-shadow: 0px 0px 2px #aaa;
	box-shadow: 0px 0px 2px #aaa;
	}
input.inputbox:focus {
	outline:none;
	border:#35a5e5 1px solid;
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	}
input.login-inputbox {
	border: 1px solid #bbb;
	background-color:#fff;
	-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
	padding:3px;
	font-size:11px;
	color:#555;
	margin:0 0 4px 0;
	}

h2.topic-heading, h2.topic-heading a:link, h2.topic-heading a:visited {
	font-weight: bold;
    color: #4A4A4A;
    font: normal normal 29px Georgia, Palatino, Times New Roman;
    line-height:1.2;
    padding:0;margin:10px 0 9px 0;
	}
h2.topic-heading a:hover {color:#27b;}


/* Post signature */
.signature a, .signature a:visited, .signature a:active, .signature a:hover {
	background-color: transparent;
}
.signature {
	margin-top: 1.5em;
	padding-top: 0.2em;
	font-size: 11px;
	border-top: 1px solid #CCCCCC;
	clear: left;
	line-height: 140%;
	overflow: hidden;
	width: 100%;
	color:#777;
}

dd .signature {
	margin: 0;
	padding: 0;
	clear: none;
	border: none;
}

.signature li {
	list-style-type: inherit;
}

.signature ul, .signature ol {
	margin-bottom: 1em;
	margin-left: 3em;
}


/* Back to top of page */
.back2top {
	width:100%;
	clear: both;
	text-align: right;
}

/* Poster profile icons
----------------------------------------*/
ul.edit-icons {
	padding: 0 0 0 0;margin:0;
	list-style-type: none;
	float:right;
}

/* Rollover state */
ul.edit-icons li {
	float: left;
	background:#ddd url("http://skim.se/images/grafik/buttons/bg-btn.gif") repeat-x 0 0;font:bold 10px/14px "Lucida Grande",sans-serif;width:auto;margin:0 2px;overflow:visible;padding:2px 4px 2px;border-width:1px;border-style:solid;border-color:#ddd;border-bottom-color:#ccc;-moz-border-radius:4px;-khtml-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;color:#333;text-shadow:1px 1px 0 #fff;cursor:pointer;
}


/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
ul.edit-icons li span {}
ul.edit-icons li a:hover { background: none; }



/* Poster profile icons
----------------------------------------*/
ul.profile-icons {
	padding: 10px 0 0 0;
	list-style: none;
}

/* Rollover state */
ul.profile-icons li {
	float: left;
	margin: 0 6px 3px 0;
	background-position: 0 100%;
}

/* Rolloff state */
ul.profile-icons li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
ul.profile-icons li span {display:none;}
ul.profile-icons li a:hover { background: none; }

/* Positioning of moderator icons */
.postbody ul.profile-icons {
	float: right;
	width: auto;
	padding: 0;
}

.postbody ul.profile-icons li {
	margin: 0 3px;
}

/* Profile & navigation icons */
.email-icon, .email-icon a		{ background: url(http://skim.se/images/icons/topic/mail.png) top left no-repeat; }
.aim-icon, .aim-icon a			{ background: url(http://skim.se/images/icons/topic/aim.png) top left no-repeat; }
.yahoo-icon, .yahoo-icon a		{ background: url(http://skim.se/images/icons/topic/yahoo.png) top left no-repeat; }
.web-icon, .web-icon a			{ background: url(http://skim.se/images/icons/topic/web.png) top left no-repeat; }
.msnm-icon, .msnm-icon a		{ background: url(http://skim.se/images/icons/topic/msn.png) top left no-repeat; }
.icq-icon, .icq-icon a			{ background: url(http://skim.se/images/icons/topic/icq.png) top left no-repeat; }
.jabber-icon, .jabber-icon a	{ background: url(http://skim.se/images/icons/topic/jabber.png) top left no-repeat; }
.pm-icon, .pm-icon a			{ background: url(http://skim.se/images/icons/topic/pm.png) top left no-repeat; }
.quote-icon, .quote-icon a		{ background: url(http://skim.se/images/icons/topic/msn.png) top left no-repeat; }
.gallery-icon, .gallery-icon a	{ background: url(http://skim.se/images/icons/topic/gallery.png) top left no-repeat; }


/* Moderator icons */
.report-icon, .report-icon a		{ background: none top left no-repeat; }
.warn-icon, .warn-icon a			{ background: none top left no-repeat; }
.edit-icon, .edit-icon a			{ background: none top left no-repeat; }
.delete-icon, .delete-icon a		{ background: none top left no-repeat; }
.info-icon, .info-icon a			{ background: none top left no-repeat; }

/* Set profile icon dimensions */
ul.profile-icons li.email-icon	{ width: 24px; height: 24px; }
ul.profile-icons li.aim-icon	{ width: 24px; height: 24px; }
ul.profile-icons li.yahoo-icon	{ width: 24px; height: 24px; }
ul.profile-icons li.web-icon	{ width: 24px; height: 24px; }
ul.profile-icons li.msnm-icon	{ width: 24px; height: 24px; }
ul.profile-icons li.icq-icon	{ width: 24px; height: 24px; }
ul.profile-icons li.jabber-icon	{ width: 24px; height: 24px; }
ul.profile-icons li.pm-icon		{ width: 24px; height: 24px; }
ul.profile-icons li.gallery-icon	{ width: 24px; height: 24px; }


/* Fix profile icon default margins */
ul.profile-icons li.edit-icon	{ margin: 0 0 0 3px; }
ul.profile-icons li.quote-icon	{ margin: 0 0 0 10px; }
ul.profile-icons li.info-icon, ul.profile-icons li.report-icon	{ margin: 0 3px 0 0; }

/* Poster profile block
----------------------------------------*/
.rtl .postprofile {
	border-left: none;
	border-right-width: 1px;
	border-right-style: solid;
	float: left;
/*	text-align: right; */
}

.rtl .pm .postprofile {
	border-right-width: 1px;
	border-right-style: solid;
	border-left: none;
}

.rtl .postprofile dd, .rtl .postprofile dt {
	margin-left: 0;
	margin-right: 8px;
}

.rtl .online {
	background-position: 0 0;
}

.rtl dl.pmlist dd {
	margin-right: 61% !important;
	margin-left: 0 !important;
}

/* Poster profile icons
----------------------------------------*/
/* Rollover state */
.rtl .postprofile ul.profile-icons li {
	float: right;
	margin: 0 0 3px 6px;
}

/* Positioning of moderator icons */
.rtl .postbody ul.profile-icons {
	float: left;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	/* Also see tweaks.css */
	margin: 5px 0 10px 0;
	min-height: 80px;
	color: #666666;
	border-left: 1px solid #FFFFFF;
	width: 22%;
	float: right;
	display: inline;
	font-size:12px;
}
.pm .postprofile {
	border-left: 1px solid #DDDDDD;
}

.postprofile dd, .postprofile dt {
	line-height: 1.2em;
	margin-left: 8px;
}

.postprofile strong {
	font-weight: normal;
	color: #000000;
}

.avatar {
	border: none;
	margin-bottom: 3px;
}

.online {
	background-image: none;
	background-position: 100% 0;
	background-repeat: no-repeat;
}

/* Poster profile used by search*/
.search .postprofile {
	width: 30%;
}


/* Post body styles
----------------------------------------*/
.postbody {
	padding: 0;
	width: 76%;
	float: left;
	color:#444;
}

.postbody .ignore {
	font-size: 1.1em;
}

.postbody h3.first {
	/* The first post on the page uses this */
	font-size: 1.2em;
}

.postbody h3, .postbody h3 a:link, .postbody h3 a:visited {
	/* Postbody requires a different h3 format - so change it here */
	font-size: 1.1em;
	padding: 2px 0 0 0;
	margin: 0 0 0.3em 0 !important;
	text-transform: none;
	border: none;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	line-height: 105%;
	color:#444;
}

.postbody h3 img {
	/* Also see tweaks.css */
	vertical-align: bottom;
}

.postbody .content {;
}

.search .postbody {
	width: 68%
}





username {
	font-size:19px;
	color:#333;
	font-weight:bold;
	}
time, p time, div time {
	font:10px "Lucida Grande","Lucida Sans Unicode",helvetica,sans-serif;
	color:#777;
}
member-status {
	font-size:14px;
	}
av-thumb img {
	height:24px;width:24px;
	}

div.post-mini {
	padding:6px 0;margin:0;
	border-bottom:1px solid #eee;
	width:95%;
	color:#444;
	}
div.post-mini time {
	color:#777;
	font-size:10px;
	}
div.post-mini avatar {
	float:left;
	padding:0;
	width:55px;height:55px;
	border: 0px solid #555;
	overflow: hidden;
	margin:0 10px 0 0;
	position: relative;
	}
div.post-mini avatar img {margin: 0% 0%; width:55px;height:auto;}

textarea.inputbox {
	border: 1px solid #bbb;
	background-color:#fff;
	-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
	padding:10px;
	font-size:12px;
	color:#555;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	box-shadow: 0 0 5px rgba(81, 203, 238, 0);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
	}
textarea.inputbox:hover {
	-moz-box-shadow: 0px 0px 2px #aaa;
	-webkit-box-shadow: 0px 0px 2px #aaa;
	box-shadow: 0px 0px 2px #aaa;
	}
textarea.inputbox:focus {
	outline:none;
	border:#35a5e5 1px solid;
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	}
input.submit-button, input.button2 {
	border: 1px solid #bbb;
	background-color:#eee;
	color:#555;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:4px 6px;
	font-size:12px;
	}
input.submit-button:hover, input.button2:hover {
	border: 1px solid #777;
	color:#333;
	}
input.button3 {
	border: 1px solid #bbb;
	background-color:#eee;
	color:#555;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:2px 3px;
	font-size:11px;
	}
input.button3:hover {
	border: 1px solid #777;
	color:#333;
	}

input.reset-button {
	border: 1px solid #bbb;
	background-color:#eee;
	color:#B02B2C;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:4px 6px;
	font-size:12px;
	}
input.reset-button:hover {
	border: 1px solid #B02B2C;
	}

/** INFO **/

ul.info-slideshow {
	list-style:none;
	width:720px;
	height:278px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	padding:0;
}	

ul.info-slideshow li {
	position:absolute;
	left:0;
	right:0;
}


#info-slideshow-caption {
	width:160px;
	height:230px;
	position:absolute;
	top:5px;
	left:5px;	
	color:#fff;
	background:#000;
	z-index:5;
}

#info-slideshow-caption h3 {
	font:24px Arial,Sans-serif;
	font-weight:normal;
	color:#8ad9fe;
	margin:0 0 -6px 0;
	padding:0;
}
#info-slideshow-caption gress {
	margin:5px 0 0 0;
	padding:0;
	font-size:18px;
}
#info-slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
	font-size:13px;
}


/** TUBE **/

div.tube-category {
	margin:15px;
	float:left;
	}
.tube-category-img{
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0;
	}
.tube-category-img:hover {
	-moz-box-shadow: 0px 0px 3px #aaa;
	-webkit-box-shadow: 0px 0px 3px #aaa;
	box-shadow: 0px 0px 3px #aaa;
	}

.tube-list {
	width: 100%;text-align: left;
	}
.tube-list a img {
	float:left;
	margin-right:8px;
	}
.tube-list div h4 {
	padding:0;margin:0;
	line-height:1em;
	}
.tube-list p {
	text-align:left;
	padding:4px 0;margin:4px 0;
	}
	
.tube-thumb {
	width: 135px;text-align: center;
	float:left;
	padding:0;margin: 5px 13px;
	}
.tube-thumb a img, .tube-thumb a img {
	display:block;
	}
.tube-thumb div h4, .tube-thumb div h4 a {
	display:block;
	width:100%;
	font:bold 14px "Helvetica Neue",Helvetica,arial,sans-serif!important;
	padding:4px 0 0 0!important;
	color:#333;
	margin:0!important;
	-webkit-text-stroke:.8px transparent;
	}
div.tube-thumb p {
	display:none;
	}
	
	
ul.tube-slideshow {
	list-style-type:none;
	width:510px;
	height:240px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	padding:0;
	-moz-box-shadow: 0px 0px 3px #aaa;
	-webkit-box-shadow: 0px 0px 3px #aaa;
	box-shadow: 0px 0px 3px #aaa;
}	

ul.tube-slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.tube-slideshow li.show {
	z-index:5;	
}


#tube-slideshow-caption {
	width:160px;
	height:230px;
	position:absolute;
	top:5px;
	left:5px;	
	color:#fff;
	background:#000;
	z-index:5;
}

ul.tube-slideshow li div.slideshow-caption-container {
	padding:10px;		
	z-index:10;
}

#tube-slideshow-caption h3 {
	font:24px Arial,Sans-serif;
	font-weight:normal;
	color:#8ad9fe;
	margin:0 0 -6px 0;
	padding:0;
}
#tube-slideshow-caption gress {
	margin:5px 0 0 0;
	padding:0;
	font-size:18px;
}
#tube-slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
	font-size:13px;
}


/** NEWS ON INDEX **/
div.latest-news {
	padding:0 0 5px 0;margin:30px 0;
	border-bottom:1px solid #ccc;
	}
div.latest-news img {
	float:left;
	width:150px;height:auto;
	padding:3px;margin:0 5px 2px 0;
	border:1px solid #ccc;
	}
div.latest-news span {
	font-size:11px;
	color:#888;
	text-transform:uppercase;
	}
div.latest-news span time {
	background: url("http://skim.se/images/grafik/icons/icon-clock.png") no-repeat 0 50%;
	padding: 0.25em 0 0.25em 20px;
}
h2.latest-news-title {
	font:29px Georgia,Arial,Sans-serif;
	font-weight:normal;
	color:#444;
	margin:0 0 .1em 0px;
	line-height:1em;
	letter-spacing:-1px;
	}

/** TOPIC POSTS **/

div.topic-post-container {
	width:100%;
	align:left;
	background:#e2f9fe url(http://skim.se/images/grafik/topic-post-bg.png) repeat-x;
	margin:0;
	padding:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0px 0px 6px #aaa;
	-webkit-box-shadow: 0px 0px 6px #aaa;
	box-shadow: 0px 0px 6px #aaa;
	color:#444;
	}

table.topic-post-table{}
table.topic-post-table tr td.topic-post-profile{
	border-left:2px solid #fff;
	}
table.topic-post-table tr td.topic-post-message{
	padding:14px;
	font:12px/19px "Trebuchet MS","Lucida Grande",Arial,Sans-serif;
	}

span.blurb {
	color: #999;
	line-height: 1.2em;
	text-align: right;
	font-weight: normal;
	font-size: 20px;
	padding: 0 6px 10px 20px;
}
/* red */
span.blurb a.link1 {
	color: #ef4136;
}

/* orange */
span.blurb a.link2 {
	color: #f6891f;
}

/* light blue */
span.blurb a.link3 {
	color: #5bcbf5;
}

/* green */
span.blurb a.link4 {
	color: #8dc63f;
}

/* yellow */
span.blurb a.link5 {
	color: #e6cf00;
}

/* dark blue */
span.blurb a.link6 {
	color: #055593;
}


a.button, a:visited.button{
	background:url(http://skim.se/images/grafik/buttons/button-bg.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
}
a:hover.button{
	color:#0066CC;
}
	.add{
		background:url(http://skim.se/images/grafik/buttons/add.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}

div.image-crop {
	height:120px;
	width:215px;
	color:#fff;
	border: 1px solid #333;
	background: #333;
	overflow: hidden;
	margin:8px 0;
	position: relative;
	}
div.image-crop img {}
div.image-crop h3, div.image-crop h3 a:link, div.image-crop h3 a:visited, div.image-crop h3 a:hover{
	font: bold 15px "Century Gothic", Palatino, Times New Roman;
	font-weight:normal;
	color:#fff;
	margin:0;
	line-height:1.8em;
	text-align:left;
	}

.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #222; 
	height: 100px; 
	width: 100%; 
	top: 120px;
	padding:5px;
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 	}
.caption .boxcaption {top: 120;left: 0;}

/** BLOGS **/

.deleted {
	background-color: #A19CA6;
}

.foe {
	background-color: #FF6600;
}

.num_replies {
	float: right;
}

.no_blogs {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

#replies {
	text-align: center;
	margin-top: 15px;
}

/**
* Left menu
*/
#left_menu {
	width: 240px;
	vertical-align: top;
}

/** UCP **/

#tabs {
	margin: 0px -20px;
	padding:5px;
	background:#eaf3f9 url() no-repeat 100% 0;
	}

#tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#tabs li {
	list-style: none;
	margin: 0;
	padding: 6px 4px;
	display: block;
	float:left;
	-moz-border-radius:5px;-webkit-border-radius:15px;border-radius:15px;
}

#tabs a {
	background:#eaf3f9 url() no-repeat 100% 0;
	padding: 5px 0;
	text-decoration: none;
	-moz-border-radius:5px;-webkit-border-radius:15px;border-radius:15px;
	-webkit-text-stroke:.5px transparent;
}

#tabs a span {
	background:#eaf3f9 url() no-repeat;
	padding: 5px 1em;
	-moz-border-radius:5px;-webkit-border-radius:15px;border-radius:15px;
}

#tabs a:hover span {
	background:#9ac0e0 url() no-repeat 100% 0;
	color:#fff;
}

#tabs .activetab a {
	color:fff;
}

#tabs .activetab a span {
	color: #fff;
	background:#27b url() no-repeat 100% 0;
}

#tabs .activetab a:hover span {
	color: #fff;
	background:#27b url() no-repeat 100% 0;
}

/* Main CP box
----------------------------------------*/
#cp-menu {
	float:left;
	width: 19%;
	margin: 4px 15px 0 0;
}

/* UCP navigation menu
----------------------------------------*/

/* Link styles for the sub-section links */
#navigation a {
	background-color: #8cbfe4;
	background-image: url("{T_THEME_PATH}/images/bg_menu.gif");
	display: block;
	padding: 5px;
	margin: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#fff;
}


#navigation a:hover {
	background-color: #aabac6;
	color: #BC2A4D;
	text-decoration: none;
}

#navigation #active-subsection a {
	color: #fff;
	background-color: #27b;
	background-image: none;
	display: block;
}

#navigation #active-subsection a:hover {
	color: #D31141;
}

/* UCP navigation menu
----------------------------------------*/
/* Container for sub-navigation list */
#navigation {
	width: 100%;
}

#navigation ul {
	list-style:none;
	margin:0;padding:0;
}

/* Default list state */
#navigation li {
	margin: 1px 0;
	padding: 0;
	font-weight: bold;
	display: inline;
}

/* Preferences pane layout
----------------------------------------*/
#cp-main {
	padding-left:170px;
	}

#cp-main h2 {
	color: #333333;
}

#cp-main .panel {
	background-color: #F9F9F9;
}

#cp-main .pm {
	background-color: #FFFFFF;
}

#cp-main span.corners-top, #cp-menu span.corners-top {
	background-image: url("{T_THEME_PATH}/images/corners_left2.gif");
}

#cp-main span.corners-top span, #cp-menu span.corners-top span {
	background-image: url("{T_THEME_PATH}/images/corners_right2.gif");
}

#cp-main span.corners-bottom, #cp-menu span.corners-bottom {
	background-image: url("{T_THEME_PATH}/images/corners_left2.gif");
}

#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {
	background-image: url("{T_THEME_PATH}/images/corners_right2.gif");
}

/* Topicreview */
#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {
	background-image: url("{T_THEME_PATH}/images/corners_left.gif");
}

#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {
	background-image: url("{T_THEME_PATH}/images/corners_right.gif");
}

#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {
	background-image: url("{T_THEME_PATH}/images/corners_left.gif");
}

#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {
	background-image: url("{T_THEME_PATH}/images/corners_right.gif");
}
/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
	color: #000000 !important;
}

/* PM panel adjustments */
.pm-panel-header,
#cp-main .pm-message-nav {
	border-bottom-color: #A4B3BF;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #BC2A4D;
	border-right-color: #BC2A4D;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	border-color: #FF6600;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border-color: #A9B8C2;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border-color: #5D8FBD;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	border-color: #000000;
}

/* Avatar gallery */
#gallery label {
	background-color: #FFFFFF;
	border-color: #CCC;
}

#gallery label:hover {
	background-color: #EEE;
}

/* Main CP box
----------------------------------------*/
.rtl #cp-menu {
	float: right;
}

.rtl #cp-main {
	float: right;
}

.rtl #cp-main .panel ol {
	margin-right: 2em;
	margin-left: 0;
}

.rtl #cp-main .pagination {
	float: left;
}

.rtl #cp-main .buttons {
	margin-right: 0;
	margin-left: 0;
}

/* Misc layout styles
---------------------------------------- */
dl {
	/*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
	font-size: 1em;
}

dl dt {
	float: left;
	clear: left;
	width: 30%;
	text-align: left;
	color: #444;
	display: block;
}

dl dd {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 20px;
	color: #777;
	float: left;
	width: 65%;
	font-size:11px;
}

dl.details {
	/*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
	font-size: 1em;
}

dl.details dt {
	float: left;
	clear: left;
	width: 30%;
	text-align: right;
	color: #000000;
	display: block;
}

dl.details dd {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #777;
	float: left;
	width: 65%;
}

dl.postprofile {
	/*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
	font-size: 1em;
}

dl.postprofile dt {
	float: left;
	clear: left;
	text-align: left;
	color:#444;
	display: block;
	width:90%;
}

dl.postprofile dd {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 3px;
	color: #777;
	float: left;
	width:95%;
}

dl.ucp-register {
	/*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
	font-size: 17px;
}

dl.ucp-register dt {
	float: left;
	clear: left;
	width: 30%;
	text-align: left;
	color: #666;
	display: block;
}

dl.ucp-register dd {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 20px;
	color: #777;
	float: left;
	width: 65%;
	font-size:11px;
}


.online {
	background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
	background-position: 100% 0;
	background-repeat: no-repeat;
}
.rtl .online {
	background-position: 0 0;
}

.help-topics{width:700px;display:block;padding:25px 0 8px 25px;}

.help-topics a.kb-title,.help-topics span.empty{
	padding:15px;
	background:#eee;
	display:block;
	float:left;
	border:1px solid #E9F3F9;
	background-color:#F0F8FB;
	width:178px;
	height:33px;
	margin:0 20px 20px 0;
	-moz-border-radius:5px;-webkit-border-radius:5px;
	font:normal 15px Helvetica Neue,Helvetica,Arial,sans-serif;
	-webkit-box-shadow:0 1px #F0F8FB;
	text-shadow:0 1px #fff;}

.help-topics a.kb-title:hover{text-decoration:none;background:#fff;border:1px solid #E3F1F7;}
.help-topics a.kb-title:active{background-image:none;background-color:#E3F1F7;}
.help-topics a.kb-title span{font:normal 11px Lucida Grande,Tahoma,sans-serif;display:block;clear:both;color:#777;padding-top:2px;overflow:hidden;height:14px;}

.help-topics h3,.help-side h3{
	clear:both;
	display:block;
	width:100%;
	font:normal 16px "Helvetica Neue",Helvetica,arial,sans-serif!important;
	padding:0 0 15px 0!important;
	margin:0!important;
	color:#666;
	-webkit-text-stroke:.5px transparent;
	}


/** KNOWLEDGE BASE **/

div.author-box {
	background:#eee;
	margin:0 0px 16px;padding:8px 9px 10px;
	border:1px solid #ddd;
	-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;

	
	font:normal 12px/16px "Helvetica Neue",Helvetica,arial,sans-serif!important;
	color:#222;
	-webkit-text-stroke:.1px transparent;
	}
div.author-box avatar {
	float:left;
	padding:0;
	width:50px;height:55px;
	border: 0px solid #555;
	overflow: hidden;
	margin:0 10px 0 0;
	position: relative;
	}
div.author-box avatar img {margin: -20% -10%;}


.side-section{width:190px;margin:0 0 20px 0;line-height:15px;font-size:11px;padding:5px 0 0 0;}
.side-section div,div.explanation{
	line-height:15px!important;
	margin-bottom:10px!important;
	color:#555;
	}
div.explanation{
	border-bottom:1px solid #E9F3F9;
	padding:0 0 15px 0;
	margin-bottom:15px!important;
	}

ul.articlelist {
	list-style-type:none;
	margin:7px 0;padding:0;
	}
li.icon-subscribe {background:#fff url(http://skim.se/images/icons/kb/rss.png) no-repeat; padding-left:18px;}
li.icon-unsubscribe {background:#fff url(http://skim.se/images/icons/kb/rss.png) no-repeat; padding-left:18px;}
li.icon-bookmark {background:#fff url(http://skim.se/images/icons/kb/bookmark.png) no-repeat; padding-left:18px;}

/** SPOTS **/
.toggle_container {
	padding:2px 0 20px 22px;
	font-size:11px;
	}

/* Emoticons panel */
#smiley-box {
	width: 18%;
	float: right;
	font-size:10px;
	line-height:1.4em;
}

#smiley-box img {
	margin: 2px;
}

.new-posting-buttons {
	padding:0px;
	text-align:center;
	-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
	}

/* Ajax User-Info Popups */
#popup {
	z-index: 60;
	position: absolute;
	display: none;
	font-size: 10px;
	width:280px;
}

#ajax_avatar {
	width:70px;
	float: left;
	overflow: hidden;
	height: 70px;
	text-align: center;
	margin-right:8px;
}
#ajax_avatar img {
	width:70px;
	height:auto;
}
#ajax_username, #ajax_username a {font:bold 15px / 18px "Helvetica Neue",Arial,Sans-serif;color:#333;}
#ajax_website {margin-top:1px;font-size:10px;color:#999;}
.popup-user-info {
	background:#fff;
	margin:0;
	padding:10px;
	border:5px solid #ccc;
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.3);-moz-box-shadow:0 3px 3px rgba(0,0,0,0.3);box-shadow:0 3px 3px rgba(0,0,0,0.3);
	font:12px / 16px "Lucida Grande",Arial,Sans-serif;
	line-height:16px;
	color:#333;
	}
.popup-user-info-pointer{background:url("http://skim.se/images/grafik/pointer.png") no-repeat 0 0;position:absolute;bottom:-20px;left:20px;width:27px;height:20px;cursor:pointer;}
.ie .popup-user-info-pointer{background-image:url("http://skim.se/images/grafik/pointer-ie.gif");}
	
/** FAQ **/

dl.faq {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: 2em;
	line-height: 1.4em;
}

dl.faq dt {
	font-weight: bold;
	color: #333333;
	width:100%;
}
dl.faq dd {
	margin:7px 0;
	font-size:11px;
	width:80%;
}

.content dl.faq {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

/* column[1-2] styles are containers for two column layouts 
   Also see tweaks.css */
.column1 {
	float: left;
	clear: left;
	width: 49%;
}

.column2 {
	float: right;
	clear: right;
	width: 49%;
}
/* Misc layout styles */
* html .column1, * html .column2 { width: 45%; }


#rightCal { width: 190px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 110%; margin:2px 0 14px 0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
#rightCal ul { list-style: none; float: left; margin: 0px; padding: 0px; }
#rightCal ul li { display: block; list-style: none; float: left; margin: 0px; padding: 0px; -moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
#rightCal ul li a { width: 190px; padding: 5px; background: #eee; color: #444; margin-top: 1px; display: block; text-decoration: none; -moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
#rightCal ul li a:visited { width: 190px; padding: 5px; background: #eee; color: #444; margin-top: 1px; display: block; text-decoration: none; -moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
#rightCal ul li a:hover { background: #444; color: #EEE; -moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}



.header-info{width:320px;height:210px;background:#ddeef6 url();margin:0px 0px 0px -20px;padding:15px 20px;position:relative;}
.header-info h2{margin-top:-4px!important;}
.header-info p{font:13px/19px Helvetica Neue,Helvetica,Arial,sans-serif!important;color:#555;padding:2px 0 15px 0;margin:0;}
.header-info img{position: absolute;top: 0px; left: 360px;}
.header-info a.btn{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-box-shadow:0 1px #fff;}

h2.header-title{font-size:32px!important;letter-spacing:-1px!important;line-height:32px;margin-top:0;padding-top:0;}

.header-image{margin:0px -20px 0px 0px;width:420px;height:240px;float:right;}

.article-page img {
	padding:4px;
	border:1px solid #ccc;
	margin-right:5px;
	}

div.rightmenu {
	background:#ddeef6;
	padding:0 10px 5px;margin:10px 0px;
	border:1px solid #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0px 0px 5px #717171;
	-webkit-box-shadow: 0px 0px 5px #717171;
	box-shadow: 0px 0px 5px #717171;
	width:138px;
	align:left;
	font:11px/16px "Lucida Grande",Arial,Sans-serif;
	color:#356770;
	line-height:1.6;
	}
div.rightmenu h2{font:15px "Lucida Grande",Helvetica,Arial,Sans-serif;text-align:center;text-transform:uppercase;font-weight:bold;color:#444;margin:.5em 0px;line-height:1.2;text-shadow:none;}
div.rightmenu p{margin:0 0 8px;}
.rightmenu a{font:11px "Lucida Grande",Helvetica,Arial,Sans-serif;font-weight:normal;color:#27b;margin:0 0 .5em 0px;line-height:1.2;}
.rightmenu a:hover {font:11px "Lucida Grande",Helvetica,Arial,Sans-serif;font-weight:normal;color:#7bb521;margin:0 0 .5em 0px;line-height:1.2;text-decoration:none;}
.rightmenu strong{color:#356770;}

@-webkit-keyframes glowBabyGlow {
  from { -webkit-box-shadow: 0 0 15px rgba(255,96,0,.01); }
  50% { -webkit-box-shadow: 0 0 15px rgba(255,96,0,1); }
  to { -webkit-box-shadow: 0 0 15px rgba(255,96,0,.01); }
}

div.newuser{
	background:#ddeef6;
	padding:0 10px 5px;margin:10px 0px;
	border:1px solid #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0px 0px 5px #717171;
	-webkit-box-shadow: 0px 0px 5px #717171;
	box-shadow: 0px 0px 5px #717171;
	color:#456;
	width:138px;
	}
.newuser h2{background:url("http://skim.se/images/icons/newuser-right.png") no-repeat 100% 50%;margin:0;padding:12px 10px 10px 0px;font:bold 18px "Helvetica Neue",Arial,Sans-serif;color:#333;}
.newuser p{margin:0 0 8px;}
.newuser a{font-weight:bold;}
.newuser strong{color:#234;}
.newuser #signup-btn{margin:15px 0;padding:0;}
.newuser #signup-btn{margin:15px 0;padding:0;}

#signup-btn a{background:#fa2 url("http://skim.se/images/grafik/buttons/bg-btn-signup2.png") repeat-x 0 0;display:block;padding:8px 10px;border:1px solid #fa2;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;text-decoration:none;text-align:center;color:#333;text-shadow:0 1px 0 #fe6;font:bold 18px Arial,Sans-serif;
	
  -webkit-animation-name: glowBabyGlow;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;}
#signup-btn a:hover,#signup-btn a:focus{background-position:0 -5px;color:#111;}
#signup-btn a:active{background-image:none;}

.btn {background:#ddd url("http://skim.se/images/grafik/buttons/bg-btn.gif") repeat-x 0 0;font:11px/14px "Lucida Grande",sans-serif;width:auto;margin:0;overflow:visible;padding:4px 8px 5px;border-width:1px;border-style:solid;border-color:#ddd;border-bottom-color:#ccc;-moz-border-radius:4px;-khtml-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;color:#333;text-shadow:1px 1px 0 #fff;cursor:pointer;}

input.register-inputbox {
	border: 1px solid #bbb;
	background-color:#fff;
	-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
	padding:5px;
	font-size:18px;
	color:#555;
	margin:0;
	}
input.register-inputbox:hover, input.register-inputbox:active {
	border: 1px solid #333;
	-moz-box-shadow: 0px 0px 2px #aaa;
	-webkit-box-shadow: 0px 0px 2px #aaa;
	box-shadow: 0px 0px 2px #aaa;
	}

#big-logo:hover{-webkit-transform:scale(1.00);}







th.name-header{text-align:left!important;padding-left:30px;}
th.settings-header, th.actions-header{text-align:right;}
tr.following:hover{background-color:#f2f2f2;color:#333;width:100%;}
td.thumb{height:80px;width:70px;}
dt.thumb img{width:48px;height:48px;}
.user-detail{font:11px 'Lucida Grande',Arial,sans-serif;line-height:16px;width:225px;}
td.user-detail{padding-right:0;}
td.thumb{width:10%;padding:5px;}
.verified-icon{vertical-align:top;padding:2px;}
.user .user-detail address{position:relative;}
.user .screenname{font:15px 'Helvetica';font-weight:bold;}
.user .user-body{display:block;overflow:hidden;width:265px;}
.screenname{padding-right:12px;}
.screenname{font:15px 'Helvetica';font-weight:bold;width:100%;}
.fullname{padding-left:.25em;}
.user-body{width:400px;display:block;overflow:hidden;width:265px;}
.user-body em{font-style:normal;}
.currently em{white-space:nowrap;}






/* Form & timeline styles */

#twitter-container{
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;

	border:6px solid #f5f5f5;

	padding:10px;
	width:600px;

	font-size:11px;
	font-family:'Lucida Grande',sans-serif;
	color:#333333;
}

label.comment{
	font-size:18px;
	display:block;
}

.counter{
	color:#CCCCCC;
	float:right;
	font-family:Georgia,serif;
	font-size:25px;
	font-weight:bold;
	height:40px;
	overflow:hidden;
}

.clear{
	clear:both;
}

.submitButton{
	color:#666666;
	font-size:14px;
	height:32px;
	width:115px;

	-moz-border-radius:6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;

	border:1px solid #cccccc;
	background:url(img/button_bg.gif) repeat-x #f5f5f5;

	cursor:pointer;
	float:right;
}

.submitButton:hover{
	background-position:bottom;
	border-color:#dddddd;
	color:#333333;
}

.inact,.inact:hover{
	background:#f5f5f5;
	border:1px solid #eeeeee;
	color:#aaaaaa;
	cursor:auto;
}

.latest{
	color: #666666;
}

ul.statuses{
	margin:10px 0;
}

ul.statuses li {
	position:relative;
	border-bottom:1px dashed #D2DADA;
	padding:15px 15px 15px 10px;
	list-style:none;
	font-size:14px;
}

ul.statuses li:first-child{
	border-top:1px dashed #D2DADA;
}

ul.statuses li:hover {
	background-color:#F7F7F7;
}

h3.timeline{
	margin-top:20px;
	color:#999999;
	font-size:20px;
	font-weight:normal;
}

div.tweetTxt{
	float:left;
	width:498px;
	overflow:hidden;
}

ul.statuses a img.avatar{
	float:left;
	margin-right:10px;
	border:1px solid #446600;
}
div.date{
	line-height:18px;
	font-size:12px;
	color:#999999;
}

li a, li a:visited {
	color:#007bc4;
	text-decoration:none;
	outline:none;
}

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



/* Floating Yellow Info Bar */

#topbar {
      align: center;
      visibility: hidden;
      z-index: 100;
      position: absolute;
      color: #000;
      width:100%;
      background: #FFFFE1 ;
      border-top: 1px outset;
      border-bottom: 1px outset;
      text-decoration: none;
      cursor: default;
      text-align: center;
      font-family: "Tahoma", Verdana, Helvetica, sans-serif;
      font-size: 11px;
}

#topbar a:hover {
	color: #FFF;
	text-decoration: none;
}

.rtl td.off {
        background: #FFFFE1 url('./images/warning.gif') no-repeat scroll 98% 50%;
}

.rtl td.on {
        background: #3169B6  url('./images/warning2.gif') no-repeat scroll 98% 50%;
} 

td.off {
        background: #FFFFE1 url('./images/warning.gif') no-repeat scroll 2% 50%;
}

td.on {
        background: #3169B6  url('./images/warning2.gif') no-repeat scroll 2% 50%;
} 

#topbar p{
	margin:0px;
	padding: .45em 22px .45em 22px;
	font-size:11px;
        text-align: center;
        white-space: nowrap;
}




div.avatar-change {
	text-align:center;
	}
div.avatar-change img {
	width:200px;
	height:auto;
	}