/*
Title:		Pusha styles for screen media
Copyright:  2008 Pusha
Updated: 	10 November 2008
*/

/* ---[ global ]---------- */

body {
  width: 95%;
  max-width: 1086px; /* thin = 1086 wide = 1125 */
  min-width: 970px; 
  margin: 0 auto;
  padding: 0;
  font: 76%/1.5 Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  text-align: left;
  background: #fff url("../i/body-bg-long.png") repeat-x;
}
* html body {width:expression(document.documentElement.clientWidth > 1000? "1000px" : "auto")}

/* ---[ main ]---------- */

#content {
  float: left;
  width: 100%;
  min-height: 400px;
  margin: 0 -395px 0 0;
  background: #fff url("../i/corner_wg_tl.gif") no-repeat top left;
}
#content2 {
  padding: 20px 0 20px 20px;
  height: 100%;
  background: url("../i/corner_wg_tr.gif") no-repeat top right;
}
.adf {
  background: #fff url("../i/corner_wg_tl.gif") no-repeat top left;
  margin-bottom: 1em;
}
.adf2 {
  background: url("../i/corner_wg_tr.gif") no-repeat top right;
}
.adf3 {
  background: url("../i/corner_wg_bl.gif") no-repeat bottom left;
}
.adf4 {
  background: url("../i/corner_wg_br.gif") no-repeat bottom right;
  text-align: center;
}

a.advertise {
	background: url("../i/information.png") no-repeat top left;
	width: 25px;
	height: 25px;
	margin-top: 70px;
	margin-right: 10px;
	display: block;
	float:right;
	text-indent: -9999px;
	overflow: hidden;	
}

#topbanner.adf4 {
	text-align: left;
	height: 90px;
	overflow: hidden;
}
#topimage {
	float: left;
	width: 728px;
	height: 90px;
	margin-right: 7px;
}

#shebang {
	display: block;
	width: 1100px;
	height: 90px;
}

#soldlinks {
	position: relative;
	top: 0;
	left: 0px;
	height: 90px;
	float: left;
}
#soldlinks ul {
	margin-top: 3px;
	list-style-type: none;
	padding: 0;
}

#soldlinks ul li {
	margin-bottom: 3px;
}

#solidlinks ul li a {
}

.clearfloat {
	float: none;
	clear: both;
}

.marginkiller {
	margin-bottom: -1em;
}

#main {margin-right: 396px} /* thin = 396 wide = 435 */
#secondary {
  float: right;
  width: 336px; /* thin = 336 wide = 375 */
  margin: 0 20px 0 0;
  padding: 20px 0;
}

/* ---[ links ]---------- */

a:link, a:visited {
  color: #0f71b4;
  text-decoration: none;
}
a:hover {color: #d51260}
a.outlink:visited {color: #6a9ed9}

/* ---[ headings ]---------- */

h1, h2, h3, h4, h5 {
  margin: 0;
  color: #d51260;
  font-weight: normal;
  line-height: 0.8;
}
h1 {
  margin: 0 0 0.5em;
  font-size: 2.1em;
 }
h2 {
  margin: 1.2em 0 0;
  font-size: 1.5em;
}
h3 {font-size: 1.1em}
h4 {font-size: 1.6em}
h5 {
  margin: 0 0 0.5em;
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h1 em {color: #333}
#headline {
  margin: 0 0 1.5em;
  font-size: 1.8em;
}
.entry h1, .entry h3 {
  margin: 0 0 0.15em;
  font-size: 1.6em !important;
}

/* ---[ lists ]---------- */

ol,
ul {
  margin: 1em 0 1.5em;
  padding: 0 0 0 2em;
}
ul {list-style: square}
li {margin: 0 0 0.2em}

#autocomp .selected a {color: #d51260}

/* ---[ misc ]---------- */

#development_label {
  display: block;
  left: 0px;
  height: 1.7em;
  top: 0px;
  z-index: 3000;
  padding: 0;
  padding-top: 0.1em;
  color: #fff;
  font-size: 1.7em;
  margin: 0;
  font-weight: bold;
  text-align: center;
}
#corner1 {background: #0F71B4 url("../i/corner_bg_bl.gif") no-repeat bottom left;}
#corner2 {background: url("../i/corner_bg_br.gif") no-repeat bottom right;}

code {
  display: block;
  padding: 1em;
  margin: 0 0 1em;
  font-size: 1.3em;
  border: 1px dashed #aaa;
  background: #eee;
}
kbd {font-family: Monaco, "Courier New", Tahoma}
a img {border: none}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
.clearfix {display: inline-block}
.clearfix {display: block}
.box {
  clear: both;
  margin: 0 0 20px 0;
  background: #efefef url("../i/corner_gw_tl.gif") no-repeat top left;	
}
.box2 {background: url("../i/corner_gw_tr.gif") no-repeat top right}
.box3 {background: url("../i/corner_gw_br.gif") no-repeat bottom right}
.box4 {
  padding: 1em;
  background: url("../i/corner_gw_bl.gif") no-repeat bottom left;
}
.box p {
  margin: 0.3em 0;
  line-height: 1.5;	
}
.box span {padding: 0 0 0 25px}
.more {
  margin: 0 0 25px;
  text-align: right;
  padding: 0 25px 0 0;
  background: url("../i/icons.png") no-repeat 100% -337px;
}
.border, .imgwrap {
  margin: 0;
  padding: 6px;
  border: 1px solid #ccc;
  border-color: #ddd #c0c0c0 #c0c0c0 #ddd;
}
#rss {
  padding: 0 0 0 3px;
  vertical-align: baseline;
}
#info {
  padding: 0.1em 0 0 2em;
  background: url("../i/information.png") no-repeat 0 50%;
}
#error,.error {color: #600}
#error strong,.error strong {
  padding: 0.1em 0 0 2em;
  color: #600;
  background: url("../i/error.png") no-repeat 0 50%;
}
#msg {
  padding: 0.1em 0 0 2em;
  color: #090;
  font-weight: bold;
  background: url("../i/msg.png") no-repeat 0 50%;
}
#coffee {
  float: left;
  margin: 0 10px 0 0;
}
.break {margin-bottom: 2em}
.lift {margin: -1.5em 0 2em}
.hide {display: none}

/* adverts */

#ads {margin: 10px 0 20px}
.leftad {float: left}
.rightad {
  float: right;
  margin: 12px 3px 0 0;
}
.ad1 {margin: -25px 0 40px} /* 250x250 secondary */
.ad2 {margin: 1.5em 0 2em !important} /* 468x60 entries */
.ad2 {margin-left:-9px!important; margin-top: -1px!important;}
.ad3 {margin: 1em 0 0} /* 300x250 profiles */

/* ---[ shared ]---------- */

.entry em,
.preview,
.preview em a,
#copyright ul, #copy {
  color: #888;
  font-size: 0.94em;
}
#copy {
	float: left;
}
.entry em a,
.preview em a,
#copyright a {
  color: #888;
  text-decoration: underline;
}
#dash li,
#nav ul,
.preview,
.meta,
#subnav ul,
#comments li,
#userlist,
#tags li,
.box ul,
#copyright ul {list-style: none}
.entry em a:hover,
.preview em a:hover,
#copyright a:hover {color: #555}
.entry em,
.pushar span,
.pusha a, .pusha span,
input.txt,
textarea.txt,
input.btn,
h1, h2, h3, h4, h5,
.preview,
legend {font-family: Arial, Helvetica, Geneva, sans-serif}
code, kbd {color: #00f}

/* ---[ header ]---------- */

#header {
  margin: 0;
  padding: 10px 20px;
}
#header img {
  float: left;
  margin: 0;
  font-size: 3.5em;
  text-transform: uppercase;
}
#dash {
  float: right;
  margin: 0 0 8px;
  padding: 20px 0 0;
}
#dash li {
  float: left;
  margin: 0;
  padding: 0;
}
#dash a {
  float: left;
  margin: 0 2px; 
  padding: 0 0 0 20px;
  font-weight: bold;
  text-decoration: none
}
#tweetreqwin,
#fbreqwin,
#loginwin,
#hotkeywin,
#regwin {
  position: fixed;
  left: 50%;
  top: 40%;
  width: 50em;
  margin: -10em 0 0 -25em;
  z-index: 999;
}

#hotkeywin ul {
	list-style-type: none;
}

.wintip {
  float: right; 
  width: 18em; 
  margin-top: 1em;
  margin-right: 0;
}
p.close {
  float: right;
  margin: 20px 0 0 0;
  padding: 0 0 0 20px;
  background: url("../i/report.png") no-repeat 0 50%;
}

.FbBeforeRender {
	color: #eee;
	height: 22px;
	display: block;
}

#RES_ID_fb_login_text .FbBeforeRender {
	color: #fff !important;
}

.fbconnect_login_button {
	padding-left: 1px !important;
}

.FBConnectButton_Text {
	height: 14px;
}

.fb_settings_pic {
	float: left;
	margin-right: 0.5em;	
}

/*#settings {background: url("../i/tools.png") no-repeat 0 50%}*/
#user {
  margin-left: 5px !important;
  padding: 0 !important;
}
#userpic{
  padding: 1px;
  border: 1px solid #999;
}
#userpic img:hover {border: 1px solid #d51260}
img.fbpic {
  width: 15px;
  height: 15px;
  float: left;
  padding: 1px;
  border: 1px solid #999;
}
/* ---[ navigation ]---------- */

#nav,
#sub {
  clear: both;
  margin: 0;
  background: #0f71b4 url(../i/nav-bg1.png) no-repeat top left
}
#nav2 {
  height: 35px;
  background: url(../i/nav-bg2.png) no-repeat top right
}
#nav2 > ul {
  float: left;
}
#nav ul,
#sub ul {
  height: 1.9em;
  margin: 0 0 0 20px;
  padding: 0
}
#nav li,
#sub li {
  display: block;
  height: 1.9em;
  float: left;
  margin: 6px .8em 0 0
}
#nav a,
#sub a {
  display: block;
  float: left;
  margin: 0;
  padding: 0 6px;
  font: bold 1.1em/1.7 "Helvetica Neue",Arial,sans-serif;
  color: #fff;
  height: 100%;
}
#nav li.sel,
#nav li.sel:hover {background: #bedaee url(../i/nav1.png) no-repeat top left}
#nav li:hover {background: #bedaee url(../i/nav1.png) no-repeat top left}
#nav li.sel span,
#nav li.sel:hover span {height: 100%; background: url(../i/nav2.png) no-repeat top right; float: left}
#nav li:hover span {height: 100%; background: url(../i/nav2.png) no-repeat top right; float: left}
#nav li.sel a,
#nav li.sel:hover a:hover {color: #0f71b4;background: url(../i/nav3.png) no-repeat bottom right}
#nav a:hover {color: #d51260;background: url(../i/nav3.png) no-repeat bottom right}
#nav li.sel a:hover {background: #fff url(../i/nav3.png) no-repeat bottom right}
#nav li.sel span span,
#nav li.sel:hover span span {background: url(../i/nav4.png) no-repeat bottom left}
#nav li:hover span span {background: url(../i/nav4.png) no-repeat bottom left}

#sub {
  clear: both;
  margin: 0 0 10px;
  background: #bedaee url(../i/sub-bg1.png) no-repeat bottom left
}
#sub2 {
  height: 35px;
  background: url(../i/sub-bg2.png) no-repeat bottom right
}
#sub a {color: #0f71b4}
#sub li.sel,
#sub li.sel:hover {background: #fff url(../i/sub1.png) no-repeat top left}
#sub li:hover {background: #fff url(../i/sub1.png) no-repeat top left}
#sub li.sel span,
#sub li.sel:hover span {height: 100%; background: url(../i/sub2.png) no-repeat top right; float: left}
#sub li:hover span {height: 100%; background: url(../i/sub2.png) no-repeat top right; float: left}
#sub li.sel a,
#sub li.sel:hover a:hover {color: #555;background: url(../i/sub3.png) no-repeat bottom right}
#sub a:hover {color: #d51260;background: url(../i/sub3.png) no-repeat bottom right}
#sub li.sel a:hover {background: #fff url(../i/sub3.png) no-repeat bottom right}
#sub li.sel span span,
#sub li.sel:hover span span {background: url(../i/sub4.png) no-repeat bottom left}
#sub li:hover span span {background: url(../i/sub4.png) no-repeat bottom left}
#sub li.post {
  float: right;
  margin-right: 15px;
  padding-left: 15px;
  background: url(../i/icons.png) no-repeat 0 -490px
}
#sub li.postline {
  float: right;
  margin: 6px 20px 0 0;
}
#sub li.postline a:hover {background: none}
#sub li.postline:hover {background: none}
#post {
	margin: 0;	
	padding: 0;
}
#post li {
	float: left;
	margin-left: 15px;
	padding-left: 15px;
	margin-top: 0;
	margin-right: 0;
}
#post li.posta {font: bold 1.1em/1.7 "Helvetica Neue",Arial,sans-serif}
#post li.link {background: url(../i/icons.png) no-repeat 0 -592px}
#post li.picture {background: url(../i/icons.png) no-repeat 0 -154px}
#post li.vid {background: url(../i/icons.png) no-repeat 0 -102px}
#post li.article {background: url(../i/icons.png) no-repeat 0 -517px}
#post li.posta:hover {background: none}

#post a.sel {color: #555}


#sub li.post a:hover {background: none}
#sub li.post a.sel,
#dash a.sel {color: #555}

/* ---[ secondary ]---------- */

#secondary .box p {
  padding: 0.5em 0 0;
  font-size: 0.94em;
}

/* preview lists (only spy) */

#preview {margin: 20px 0 0}
.preview {
  clear: both;
  margin: 0;
  padding: 0.6em 0;
  border-top: 1px solid #ddd;
}

.preview dt {
  float: left;
  margin: 0 0.5em 0 0;
  padding: 0;
}
.preview dd {
  margin: 0;
  line-height: 1.15;
}
.preview a {
  font-size: 1.2em;
  font-style: normal;
}
.preview img {
  padding: 1px;
  border: 1px solid #ddd;
}
.preview a:hover img {border: 1px solid #d51260}

/* ---[ posts ]--------- */

.entry {
  position: relative;
  clear: left;
  margin: 0 0 0 70px;
  padding: 0;
}
.entry p {
  margin: 0.8em 0;
  padding: 0;
}
.entry p.date {
  margin: 0;
  line-height: 1.2;
}
.entry p.warning em {
  margin: 0.4em 0 0 0;
  line-height: 1.2;
  font-weight: bold;
  color: #900;
}
.entry p.delnote em {
  margin: 0.4em 0 0 0;
  line-height: 1.2;
  font-weight: bold;
}
.entry em {font-style: normal}
.push {
  float: left;
  position: absolute;
  top: -0.8em;
  left: -70px;
  margin: 0;
  padding: 0;
  width: 56px;
  text-align: center;
  line-height: 1.3;
  background: #0F71B4 url("../i/push.gif") no-repeat;
}
.push a,
.push span {
  display: block;
  margin: 0;
  min-height: 56px;
  color: #fff;
  font-size: 0.94em;
  text-transform: uppercase;
  background: url("../i/push.gif") no-repeat bottom left;
}
.push strong {
  display: block;
  margin: 0;
  font-size: 2.4em;
  font-weight: normal;
}
.push span {
  color: #b2d9f4;
  text-transform: lowercase;
}
.push span strong {color: #b2d9f4}
.push a:hover,
.push a:hover strong {color: #ffafd8}
.meta {
  margin: 0 0 40px;
  padding: 0;
  overflow: hidden;
}
.meta li {
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
}
.meta li a {
  float: left;
  margin: 0 15px 0 0;
  padding: 0 0 0 20px;
}
.meta li a.share {
  margin: 0 15px 0 4px;
}
li.delete,
li.report {
  margin: 0 15px 0 0;
  padding: 0 0 0 20px;
}
a.comments {background: url("../i/icons.png") no-repeat 0 0}
a.report,
li.report {}
a.delete,
li.delete {}
a.trashcan,
li.trashcan {background: url("../i/icons.png") no-repeat 0 -22px}
a.share,
li.share {background: url("../i/icons.png") no-repeat 0 -51px}
a.trash,
li.trash {background: url("../i/icons.png") no-repeat 0 -24px}
a.trash,a.share {
	float: none !important;
	display: block;
}
a.add {background: url(../i/icons.png) no-repeat 0 -490px}
a.edit {background: url("../i/icons.png") no-repeat 0 -78px}
a.vid-on {background: url("../i/icons.png") no-repeat 0 -104px}
a.vid-off {background: url("../i/icons.png") no-repeat 0 -130px}
a.album-on, a.img-on {background: url("../i/icons.png") no-repeat 0 -156px}
a.album-off, a.img-off {background: url("../i/icons.png") no-repeat 0 -182px}
a.poll-on {background: url("../i/icons.png") no-repeat 0 -208px}
a.poll-off {background: url("../i/icons.png") no-repeat 0 -234px}
a.list-on {background: url("../i/text_list_numbers.png") no-repeat 0 1px}
a.list-off {background: url("../i/text_list_numbers.png") no-repeat 0 1px}
.reported {overflow: visible; opacity: 0.5; filter: alpha(opacity=50); zoom: 1;}
.deleted {display: none; height: 0;}
.image,.video {display: none}
.image,.video,
.video-perma {padding: 0 0 15px}
.image-perma {padding: 0 0 15px}

/* perma */

#user-add, #user-follow {background: url("../i/icons.png") no-repeat 0 -256px}
#user-remove, #user-unfollow {background: url("../i/icons.png") no-repeat 0 -282px}
#user-links {background: url("../i/icons.png") no-repeat 0 -308px}
#report {float: none}
#delete {float: none}

li.multishare {padding: 0 0 0 25px; background: url("../i/icons.png") no-repeat 0 -49px}
li.multishare a {
	display: inline !important;
	padding: 0 !important;
}

.subpage {
  clear: both;
  padding: 1.5em 0 0;
}

/* sub navigation */

#subnav {
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 1em;
  padding: 0;
  background: url("../i/tab-line.gif") bottom repeat-x;
}
#subnav ul {
  margin: 0;
  padding: 0 0 0 1em;
  font: bold 1.1em/1.5 "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-family: "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
  letter-spacing: 1px;
}
#subnav li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
  text-align: center;
  border-bottom: 1px solid #bbb;
  background: url("../i/tab.png") 100% -100px;
}
#subnav li.sel {
  border-bottom: 1px solid #fff;
  background: url("../i/tab.png") 100% 0;
}
#subnav li a,
#subnav li a:visited,
#subnav li span {
  display: block;
  float: left;
  padding: 5px 7px 3px 12px;
  min-height: 17px;
  color: #444;
  text-align: center;
  background: url("../i/tab.png") 0 -100px;
  white-space: nowrap;
}
#subnav li.sel a,
#subnav li.sel span {
  color: #888 !important;
  background: url("../i/tab.png") 0 0;
}
#subnav li:hover {background-position: 100% -200px}
#subnav li:hover a {
  color: #000;
  background-position: 0 -200px;
}
#subnav li.sel:hover {background-position: 100% 0}
#subnav li.sel:hover a {background-position: 0 0}

/* comments */

#comments {clear: both}
#firstcomment {padding: 1.5em 0 0}
#comments ol {
  margin: 0;
  padding: 0;
}
li.response {
  margin: 0;
  padding: 1.3em 0 0.7em;
  border-bottom: 1px dotted #ddd;
}
p.pic {
  float: left;
  margin: 0;
  padding: 0;
}
p.pic img {
  float: left;
  margin: 0;
  padding: 1px;
  border: 1px solid #ddd;
}
.pic a:hover img {border: 1px solid #d51260}
.commenthead {
  margin: 0 0 0 53px;
  padding: 0 0 5px;
  color: #777;
  font-weight: bold;
  height: 1.5em;
}
.commenthead .author {
	float: left;	
}
.comment-actions {
	display: none;
	float: right;
}
.response:hover .comment-actions {
	display: inline;	
}
.response:hover .comment-actions a, .response:hover .comment-actions span {
	padding: 0px 0px 0px 22px;
	font-weight: normal;
}
.comment-actions a.reportComment, .comment-actions span.reportComment {
	background: url('../i/icons.png') no-repeat 0 -27px;
}
.editComment {
	background: url('../i/icons.png') no-repeat 0 -80px;
}

p.comment {margin: 0 0 0.7em 53px}
#comments form {margin: 2.5em 0 0}
#commentfield {margin-bottom: 0}
#comments-rss {
  clear: both;
  margin: 0;
  padding: 2.5em 0 0 25px;
  font-weight: bold;
  background: url("../i/rss.png") no-repeat 0 2.5em;
}
#offline {margin: 3em 0 0}
#offline li {list-style: circle}

/* pushers */

#pushers {
  margin: 2em 0 0;
  padding: 2em 0 0;
	}
#userlist {
  width: 100%;
  margin: 1em 0;
  padding: 0;
}
#userlist li {
  display: block;
  float: left;
  width: 8em;
  height: 8em;
  margin: 0 1em 2.3em 0;
  text-align: center;
}
#userlist li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.4em 0 0.8em;
  border: 1px solid #ddd;
}
#userlist li a:hover {border: 1px solid #D51260}
ul#userlist img {
  display: block;
  width: 75px;
  height: 75px;
  margin: 0.4em auto;
}

/* tags */

ol.smalluserlist,ol.topiclist,#tags ol {
  margin: 0;
  padding: 0;
	float: left;
	clear: both;
	margin-bottom: 2em;
}
ol.smalluserlist li,ol.topiclist li,#tags li {display: inline}
ol.smalluserlist li span,ol.smalluserlist a,ol.topiclist li span,ol.topiclist li a,#tags li a {
  float: left;
  margin: 1em 30px 0 0;
  padding: 0 0 0 20px;
}
ol.smalluserlist li img {
	float: left;	
	margin: 1em -15px 0 0;
	padding: 1px;
	border: 1px solid #999;
}
ol.topiclist li a {background: url("../i/icons.png") no-repeat 0 -519px}
#tags li a {background: url("../i/tag.png") no-repeat 0 50%}

#tagsinfo {
  clear: both;
  padding: 1.5em 0 0;
  font-style: italic;
}

/* ---[ profile ]---------- */

#profile {padding: 0 0 3em 0}
#joined {background: url("../i/joined.png") no-repeat 0 50%}
#time {background: url("../i/time.png") no-repeat 0 50%}
#rank {background: url("../i/rank.png") no-repeat 0 50%}
#add {background: url("../i/icons.png") no-repeat 0 -490px}
#edit {background: url("../i/icons.png") no-repeat 0 -75px}
#topic-follow {background: url("../i/newspaper_add.png") no-repeat 0 50%}
#topic-leave {background: url("../i/newspaper_delete.png") no-repeat 0 50%}
#topic-members {background: url("../i/group.png") no-repeat 0 50%}
.imgwrap {
  float: left;
  position: relative;
  width: 200px;
  height: 200px;
  margin: 3px 1em 3em 0;
}
.imgwrap img {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}
.friend {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 83px;
  height: 83px;
  z-index: 999;
  background: url('../i/friends.gif') no-repeat top left;
}
.followingBadge {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 83px;
  height: 83px;
  z-index: 999;
  background: url('../i/following.png') no-repeat top left;
}
#cakes {text-align: center}
#cakes p {margin: 1em 0 3em}
#activities {
  clear: both;
  margin: 0;
  padding: 2em 0 0 25px;
  font-weight: bold;
  background: url("../i/activities.png") no-repeat 0 2em;
}

/* ---[ spy, members ]---------- */

#secondary .box label {
  color: #555;
  font-size: 1.2em;
 }
.tablerow {
  clear: both;
  min-height: 3.7em;
  border-top: 1px solid #ddd;
}
* html .tablerow, .tablehead {height: 3.7em}
.tablerow:hover {background: #eef}
.table_30, .table_70 {
  display: block;
  float: left;
  text-align: left;
}
.table_30 {width: 24%}
.table_70 {width: 74%}
#users {margin: 0 0 3em}
.userlink {border-top: 1px solid #ddd; clear: both; min-height: 3.7em;}
.usershead, .tablehead, .spyhead {clear: both}
* html .userlink, .usershead {height: 3.7em}
.userlink a, .userlink span, .usershead a, .usershead span, .tablehead a, .tablehead span, .tablerow a, .tablerow span, .spylink a, .spylink span, .spyhead span {padding: 1em 0 1em 1%}
.userlink:hover {background: #eef}
.selected {font-weight: bold}
.users_nr {width: 4%; float: left; display: block; text-align: right; margin-right: 2%;}
.users_img {width: 5%; float: left; display: block; padding: 0.4em 0 0.1em 1%!important;}
.users_username {width: 21%; float: left; display: block;}
.users_numbers {width: 15%; float: left; display: block; text-align: center;}
.spylink {border-top: 1px solid #ccc; clear: both; min-height: 3.5em;}
* html .spylink, .spyhead {height: 3.5em}
.spyhead span {font-weight: bold}
.spylink:hover {background: #eef}
.spy_action {float: left; width: 13%; display: block; clear: left;}
.spy_title {float: left; width: 67%; display: block;}
* html .spy_title {width: 65%}
.spy_username {width: 17%; float: left; display: block; clear: right;}
.fade1 {opacity: 0.9; filter: alpha(opacity=90);}
.fade2 {opacity: 0.8; filter: alpha(opacity=80);}
.fade3 {opacity: 0.7; filter: alpha(opacity=70);}
.fade4 {opacity: 0.6; filter: alpha(opacity=60);}
.fade5 {opacity: 0.5; filter: alpha(opacity=50);}
.fade6 {opacity: 0.4; filter: alpha(opacity=40);}
.fade7 {opacity: 0.3; filter: alpha(opacity=30);}
.fade8 {opacity: 0.2; filter: alpha(opacity=20);}
.fade9 {opacity: 0.1; filter: alpha(opacity=10);}

/* ---[ misc pages ]---------- */

/* prylar */

.apps {
  clear: both;
  margin: 0;
  padding: 1em 0 1em;
}	
.apps dt {
  float: left;
  margin: 0 1em 0 0;
  padding: 0;
}
.apps dd {
  margin: 0 0 1em;
  line-height: 1.15;
}
.apps h2 {
  margin: 0.2em 0 0;
  font-size: 1.5em;
}.apps a {font-weight: bold}
.apps img {
  padding: 1px;
  border: 1px solid #ddd;
}
.apps a:hover img {border: 1px solid #d51260}

/* ---[ paging ]---------- */

#paging {
  clear: both;
  display: block;
  padding: 0.5em 0 0;
}
a.page {
  padding: 0.4em 0.5em;
  border: 1px solid #c0c0c0;
  background: #f7f7f7;
}
a.page:hover {border: 1px solid #d51260}
a.currpage {
  color: #fff;
  border: 1px solid #0f71b4 !important;
  background: #0f71b4;
}
span.page {
  color: #aaa;
  font-weight: normal;
}

/* ---[ footer ]---------- */

#footer {
  clear: both;
  padding: 2em 0 0;
}
.box ul {
  margin: 0;
  padding: 0;
}
.box li {
  margin: 0;
  line-height: 2.0;
  border-bottom: 1px solid #deded0;
}
.box li a {
  display: block;
  padding: 0 0 0 25px;
}
#info-links,
#community-links,
#tool-links {
  float: left;
  width: 22%;
}
#community-links,
#tool-links {margin-left: 4%}
#rss-links {
  float: right;
  width: 22%;
}
#info-links a {background: url("../i/icons.png") no-repeat 0 -386px}
#community-links a {background: url("../i/icons.png") no-repeat 0 -412px}
#tool-links a {background: url("../i/icons.png") no-repeat 0 -360px}
#rss-links a {background: url("../i/icons.png") no-repeat 0 -438px}
#rss-links a.more-rss {background: url("../i/icons.png") no-repeat 0 -334px}
#copyright ul {
  margin: -20px 0 0;
  padding: 1em 0;
  text-align: right;
  background: #fff;
}
#copyright li {
  display: inline;
  margin: 0;
  padding: 0;
}
#copyright a {text-decoration: underline}
#copyright a:img {border: none !important}
#copyright li:before {content: "\00B7\00A0"}
#copyright li:first-child:before {content: ""}

/* ---[ forms ]---------- */

fieldset {
  padding: 0 2em;
  margin: 0 0 1.5em;
  border: 1px solid #e0e0e0;
  background: #f9f9f9;
}
fieldset #widget_result {padding: 0 0 1em 1em} /* blog widget */
fieldset ul.meta {margin: 0 0 1em} /* link preview */
legend {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
label {display: block}
legend, input, textarea, select, btn {font-size: 1.4em}
input.txt, textarea.txt, select {
  border: 1px solid #ccc;
  border-color: #aaa #ddd #ddd #aaa;
}
input.txt {
  width: 100%;
  padding: 0.1em 0;
}
textarea.txt {width: 100%}
input.txt:focus,
textarea.txt:focus {background:#ffd}
input.btn {
  margin: 0.5em 0 1em;
  padding: 0.15em 0.25em 0 0.25em;
}
input.iw {width: 250px}
textarea.tw {width: 450px}

/* search */

#searchForm {
  float: right;
  width: 250px;
  height: 1.9em;
  margin: 0.5em 20px 0.5em 0;
  padding: 0;
  background: #fff url("../i/src2.gif") no-repeat bottom left;
}
#searchForm label {
  width: 0px;
  height: 0px;
  float: left;
  position: relative;
  top: 5px;
  left: 10px;
  font-size: 1em;
}
#searchForm input {
  float: right;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-indent: 30px;
  color: #333;
  border: none;
  font-size: 1.3em;
  background: transparent url("../i/src1.gif") no-repeat top left;
}

/* advanced search */

#advancedsearch {display: none}
#searchpage input.txt {
  display: inline;
  width: 88%;
  padding: 2px;
  vertical-align: middle;
}
#searchpage input.btn {
  margin: 0;
  width: 10%;
  vertical-align: middle;
}
#light {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ---[ blog ]---------- */

ul.pusha-list {
  margin: 10px 0;
  padding: 0;
  line-height: 1.5;
  list-style: none;
}
li.pusha-link {
  margin: 0 0 0.3em;
  padding: 0 0 0 16px;
  background: url("../i/bullet.gif") no-repeat 0 4px;
  list-style-type: none;
}
#pagination {
  margin: 0;
  padding: 0;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
  padding: 0.4em 0.5em; 
  margin: 2px;
  border: 1px solid #c0c0c0;
  background: #f7f7f7;	
}
.wp-pagenavi a:hover {	
border: 1px solid #d51260
}
.wp-pagenavi span.pages {
  padding: 0.4em 0.5em; 
  margin: 2px;
  color: #aaa;
  border: 1px solid #c0c0c0;
  background: #f7f7f7;
}
.wp-pagenavi span.current {
  padding: 0.4em 0.5em;
  margin: 2px;
  color: #fff;
  border: 1px solid #0f71b4 !important;
  background: #0f71b4;
}
.wp-pagenavi span.extend {
  padding: 0.4em 0.5em; 
  margin: 2px;
  color: #aaa;
  border: 1px solid #c0c0c0;
  background: #f7f7f7;
}

/* ---[ topics ]---------- */

#topics {
  display: none;
  background: #fff;
  clear: both;
  width: 100%;
  margin: 0;
  overflow: hidden
}
#topics ul {
  float: left;
  margin: 10px 0 7px 25px;
  padding: 0
}
#topics li {
  float: left;
  margin-right: 1.3em;
  list-style: none;
  font-weight: bold;
  color: #555
}
#topics a {
  font-weight: normal;
  text-transform: capitalize
}
#topics .u-topics {
  width: 100%;
  margin-bottom: -8px
}
#topics .add-topics {text-transform: none}
#topics li.pick {
  float: right;
  margin-right: 45px;
  padding-left: 22px;
  font-weight: bold;
  background: url(../i/tools.png) no-repeat 0 50%
}
#topics li.pick a {font-weight: bold}


/* ---[ topics - old stuff ]---------- */

#topics a.drop {
	width: 20px;
	float: right;
	margin: 0.3em 0.5em 0 1em;
}


#topics ul li.sel a {
	color: #888;
}

#topicsug {
	clear: both;
	list-style-type: none;
	padding: 0;
}

#topicsug li {
	float: left;
}

#topicsug li a {;
	margin-left: 1em;
	margin-right: 1em;
}

#topicsug li.last {
	float: none;
	clear: both;
}


#header h2 {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	height: 47px;
	line-height: 47px;
	font-size: 2.5em;
    text-indent: 5px;
	text-transform: capitalize;
}

ul.dropdown {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 24em;
	position: absolute;
	display: none;
	background: #fff;
	margin: 1.9em 0 0 0;
	padding: 0;
	z-index: 999;
}
ul.dropdown li {
	position:relative;
	z-index: 1000;
	float: left;
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 50%;
	text-indent: 0.5em;
}

ul.dropdown li.full {
	width: 100%;
}

ul.dropdown li.lihead {
	width: 100%;
}

ul.dropdown li a {
	position: relative;
	z-index: 1000;
	width: 100%;
	height: 1.9em;
	line-height: 1.9em;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: 24px;
}

ul.dropdown li a:hover {
	background-color: #fee;
}


.share_facebook {background: url("../i/icons.png") no-repeat 4px -542px}
.share_mail {background: url("../i/icons.png") no-repeat 4px -464px}
.mail {background: url("../i/icons.png") no-repeat 0 -463px}
.share_bloggy {background: url("../i/icons.png") no-repeat 4px -568px}
.share_twitter {background: url("../i/share_twitter.png") no-repeat 4px 50%}
.noicon {text-indent: 4px !important; }

ul.topicselector {
	clear: both;
	float: left;
	margin-top: 0;
	width: 100%;
}

ul.topicselector li {
	float: left;
	display: block;
	list-style-type: none;
	width: 30%;
}

ul.topicselector li input.txt {
	font-size: 1em;
	font-family: verdana, helvetica, arial;
	width: 12em;
	color: #555;
}

ul.topiccomplete {
	font-size: 1em;
	font-family: verdana, helvetica, arial;
	position: absolute;
	display: block;
	border: 1px solid #ccc;
	background: #fff;
	margin-top: -12px;
	padding: 0;
	border-top: 0;
	width: 30em;
}

* html ul.topiccomplete {margin-top: -1px;}

ul.topiccomplete li {
	z-index: 1000;
	display: block;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: 0.5em;
}

ul.topiccomplete li a {
	z-index: 1000;
	width: 100%;
	height: 1.7em;
	line-height: 1.9em;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: 5px;
	font-size: 0.9em;
}

ul.topiccomplete li a:hover, ul.topiccomplete li.selected a:hover {
	background-color: #fdd;
}
ul.topiccomplete li.selected a {
	background-color: #fee;
	font-weight: normal;
}
pre {
	font-size: 1.2em;
}



#follow {
  margin: 0;
  padding: 0
}
#follow li {
  float: left;
  margin: 10px 16px 20px 0;
  display: inline;
  list-style: none
}
#follow li.last {margin-right: 0}



#search h1 {
	display: inline;
	width: 10%;	
	height: 34px;
	margin-top: 13px;
	vertical-align: middle;
	margin-right: 10px;
}

#search form {
	margin: 0;
}

#search input {
	width: 85%;
	margin-top: 13px;
	margin-bottom: 13px;
	font-size: 23px;
	padding: 4px;
	vertical-align: middle;
}

#search input.btn{
	width: 10%;	
	font-size: 21px;
	margin-left: 0.5%;
	margin-top: 13px;
	margin-bottom: 13px;
	padding: 4px;
}

table#refine {
	width: 100%;
	border: 0;
	border-spacing: 0;
	margin-top: 1em;
}


table#refine tr td.nr {
	text-align: right;
}

table#refine tbody tr td{
	padding: 4px 9px;
}

table#refine thead tr td {
	color: #999;
	font-size: 1.2em;
}

table#refine tbody tr:hover {
	background: #f1f1f1;
}

#refine input.checkbox {
	position: relative;
	top: 2px;
}

.fblogin {
alignment-baseline: auto;
background-attachment: scroll;
background-clip: border-box;
background-color: #29447E;
background-image: url(http://static.ak.connect.facebook.com/images/connect_sprite.png);
background-origin: padding-box;
background-position: 0% -188px;
background-repeat: no-repeat;
background-size: auto auto;
baseline-shift: baseline;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-style: none;
border-bottom-width: 0px;
border-collapse: separate;
border-left-style: none;
border-left-width: 0px;
border-right-style: none;
border-right-width: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-top-style: none;
border-top-width: 0px;
bottom: auto;
caption-side: top;
clear: none;
clip: auto;
clip-path: none;
clip-rule: nonzero;
color-interpolation: srgb;
color-interpolation-filters: linearrgb;
color-rendering: auto;
cursor: pointer;
direction: ltr;
display: inline-block;
dominant-baseline: auto;
empty-cells: show;
fill: black;
fill-opacity: 1;
fill-rule: nonzero;
filter: none;
float: none;
flood-color: black;
flood-opacity: 1;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
glyph-orientation-horizontal: 0deg;
glyph-orientation-vertical: auto;
height: 22px;
image-rendering: auto;
kerning: ;
left: auto;
letter-spacing: normal;
lighting-color: white;
line-height: 14px;
list-style-image: none;
list-style-position: outside;
list-style-type: disc;
opacity: 1;
orphans: 2;
outline-style: none;
outline-width: 0px;
overflow-x: visible;
overflow-y: visible;
padding-bottom: 0px;
padding-left: 1px;
padding-right: 0px;
padding-top: 0px;
page-break-after: auto;
page-break-before: auto;
page-break-inside: auto;
pointer-events: auto;
position: static;
resize: none;
right: auto;
shape-rendering: auto;
stop-color: black;
stop-opacity: 1;
stroke-linecap: butt;
stroke-linejoin: miter;
stroke-miterlimit: 4;
stroke-opacity: 1;
stroke-width: ;
table-layout: auto;
text-align: left;
text-anchor: start;
text-decoration: none;
text-indent: 0px;
text-overflow: clip;
text-rendering: auto;
text-shadow: none;
text-transform: none;
top: auto;
unicode-bidi: normal;
visibility: visible;
white-space: normal;
widows: 2;
word-break: normal;
word-spacing: 0px;
word-wrap: normal;
writing-mode: lr-tb;
z-index: auto;
zoom: 1;
}

.fblogin span {
background-attachment: scroll;
background-clip: border-box;
background-color: #5F78AB;
background-origin: padding-box;
border-bottom-color: #1A356E;
border-bottom-style: solid;
border-bottom-width: 1px;
border-top-color: #879AC0;
border-top-style: solid;
border-top-width: 1px;
color: #fff!important;
display: block;
font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
font-weight: bold;
height: 14px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 1px;
margin-top: 1px;
padding-bottom: 3px;
padding-left: 6px;
padding-right: 6px;
padding-top: 2px;
text-shadow: none;
}

#fbconn,#twconn {
	margin-bottom: -15px!important;
	margin-top: -3px!important;	
}

.badge {
	padding: 2px 5px;
	margin: -25px 0 0 2px;
	font-size: 0.5em;
	color: #fff;
	border-radius: 3px;
	text-transform:uppercase;
	vertical-align: 50%;
	
	display: inline;
    position: relative;
    cursor: default;
}

.badge:hover:after {
	background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 4px;
    bottom: 26px;
    color: #fff;
    content: attr(data-hover);
    left: 0;
    font-size: 11px;
    line-height: 15px;
    padding: 7px 7px;
    position: absolute;
    z-index: 98;
    width: 165px;
    text-transform:none;
}

.badge:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 10px;
    position: absolute;
    z-index: 99;
}

.badge_friend {
	background: #7ca;
}
.badge_tips {
	background: #79a;
}
.badge_hot {
	background: #f7a;
}
.badge_new {
	color: #222;
}
.badge_you {
	background: #7af;
}
.badge_all {
	background: transparent;
	color: #000 !important;
}

#badgeForm {
	font-size: 2em;
	margin: 0 0 1em 0;
}
#badgeForm label {
	display: inline;
}
#badgeForm label span {
	margin-top: 13px!important;
	margin-bottom: -10px!important;
}
#badgeForm .checkbox {
}

.inlineAd {
	height: 1px;
	background: #ccc;
	margin-top: -1.2em;
	margin-bottom: 1.2em;
	text-align: right;
}

.inlineAd a {
	font-size: 0.9em;
	position: relative;
	top: -8px;
	background: #fff;
	padding: 0 3px;
	color: #999;
	margin-right: 2em;
}
.end {
	margin-top: -2.5em !important;
	margin-bottom: 2.5em !important;
}

.adnote {
	color: #aaa;
	float: right;
}

#newtips {
	padding: 1em 20px 1em 20px;
	text-align: left;
	position: relative;
}

#newtips h1 {
	font-size: 1.5em;
	margin: 0;
}

#newtips a.comments {
	background: none;
	position: relative;
	top: -1px;
	color: #888;
	font-size: 0.8em;	
}

#yesnopush {
	float: right;
	font-weight: bold;
}

.yesnolink {
	display: inline;
	position: relative;
	top: -1px;
	height: 100%;
	border: 1px solid;
	border-radius: 3px;
	padding: 0.3em 1em;
	text-transform: uppercase;
	font-weight: bold;
}

.yeslink {
	background: #efe;
	border-color: #494;
	color: #494 !important;
}

.nolink {
	background: #fee;
	border-color: #944;
	color: #944 !important;
}

.yeslink:hover {
	background: #dfd;
}

.nolink:hover {
	background: #fdd;
}

.scrollcontainer {
	overflow: hidden;
	max-height: 3.2em;
}
#newtips a.embedVideo {
	background: url("../i/icons.png") no-repeat 0 -104px;
	padding-left: 20px;
}
.twitter {
	background: url("../i/twitter_40_2.png") no-repeat;
	line-height: 40px;
	padding-left: 40px;
}

tbody td {
  padding: 5px 0;
  border-bottom: 1px solid #e0e0e0
}
thead th {padding: 10px 0 5px}
.th1 {width: 90%}
.col {
  width: 10%;
  text-align: center
}

.marked_link {
	background: #e0f0ff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top: 5px solid #e0f0ff;
	border-left: 5px solid #e0f0ff;
	margin-left: 65px;
}
.range {
	width: 300px;
	height: 0.5em;
	margin-left: 1em;
}


input.small {
	width: 60px;
}
input.medium {
	width: 100px;
}

.indented {
	margin-left: 70px;
}

span.active {
	color: #2c2;
	font-weight: bold;
}
span.finished,
span.paused {
	color: #c22;
	font-weight: bold;
}

.btns {padding: 6px 0 !important}
li.btns a {text-indent: 4px !important}
li.btns a:hover {background: none !important}
#ad4 {margin: 0 0 25px} /* 336x280 sidebar perma */

#like li {
	float: left;
	display: inline;
	margin: -13px 40px 20px 0;
	list-style: none;
}
li.fb {margin-left: -22px !important}
.mail2 {margin-right: -41px !important}

.shareIframe {
	width: 100%;
	border: 0;
	z-index: 999;
}

#editFrame {
	width: 100%;
	height: 250px;
	border: 1px solid #ccc;
	border-color: #ddd #ddd #ddd #aaa;
}

#toolbar {
	background: #eee;
	height: 25px;
	width: 100%;
	display: block;
	border: 1px solid #ccc;
	border-color: #aaa #ddd #ddd #aaa;
	border-bottom: 0;
}

#toolbar a, #toolbar span {
	display: block;
	float: left;
	text-align: center;
	cursor: pointer;
	height: 18px;
	width: 18px;
	margin-top: 2px;
	margin-left: 2px;
	border: 1px solid #EEE;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-indent: -9999px;
}

#toolbar a.special, #toolbar span.special {
	float: right;
	margin-right: 3px;	
}

#toolbar a:hover {border: 1px solid #aaa}

#toolBold {background: url(../i/text_bold.png) 50% 50% no-repeat}
#toolItalic {background: url(../i/text_italic.png) 50% 50% no-repeat}
#toolH1 {background: url(../i/text_heading_1.png) 50% 50% no-repeat}
#toolH2 {background: url(../i/text_heading_2.png) 50% 50% no-repeat}
#toolH3 {background: url(../i/text_heading_3.png) 50% 50% no-repeat}
#toolUnorderedList {background: url(../i/text_list_bullets.png) 50% 50% no-repeat}
#toolOrderedList {background: url(../i/text_list_numbers.png) 50% 50% no-repeat}
#toolLink {background: url(../i/link.png) 50% 50% no-repeat}
#toolImage {background: url(../i/image.png) 50% 50% no-repeat}
#toolVideo {background: url(../i/film.png) 50% 50% no-repeat}
#toolPreview {background: url(../i/page_white_magnify.png) 50% 50% no-repeat}
.enabled {color: #000}
.disabled {color: #ccc}
.active {border: 1px solid #444 !important}
.separator {
	display: block;
	width: 1px;
	height: 18px;
	background: #aaa;
	float: left;
	margin: 3px 2px 3px 4px;
}



#lightbox {
  display: block;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: #000;
  z-index: 998;
  opacity: 0.8;
  filter: alpha(opacity = 80)
}

.floatingWin {
  opacity: 1;
  z-index: 999;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
}
.floatingWin #url {
	display: none;
}
.floatingWin #disc {
	display: block;
}
.uploadOption {
	background: #fff;
	width: 700px;
	border: 5px solid #fff;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-right-radius: 7px;
	margin-left: -50%;
}
.uploadOption input {
	margin: 20px;
	margin-right: 19px;
	width: 380px;
}
.uploadOption input.btn {
	width: 260px;
	margin-left: 0;
}
.uploadTabs {
	width: 100%;
	height: 40px;
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
	margin-left: -50%;
}
.uploadTabs li {
	float: left;
	margin-right: 5px;
}
.uploadTabs li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background: #ddd;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  font-weight: bold;
  color: #000;
}
.uploadTabs li.selected a {
	background: #fff;
	color: #777;
}

#loading {
	position: fixed;
	top: 50%; 
	left: 50%;
	opacity: 1;
	z-index: 999;
	background: url(../i/loading.gif) no-repeat top left;
	width: 120px;
	height: 15px;
	margin-top: -7px;
	margin-left: -60px;
	border: 5px solid #fff;
	border-radius: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

#guiError {
	position: fixed;
	top: 50%; 
	left: 50%;
	width: 300px;
	margin-left: -150px;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
}

#previewBox {
	position: fixed;
	top: 0; 
	left: 50%;
	width: 500px;
	margin-left: -250px;
	height: 35px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #000;
	color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 9999;
	line-height: 35px;
	text-align: center;
}

#content .article {
	font-size: 1.1em;	
}

#content .article h2, #content .article h3, #content .article h4 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	margin-top: 1em !important;
	margin-bottom: 0.5em !important;
	font-weight: bold;
	color: #333;
}
#content .article h2 {
	font-size: 1.5em !important;
	line-height: 1.5em !important;
}
#content .article h3 {
	font-size: 1.3em !important;
	line-height: 1.3em !important;
}
#content .article h4 {
	font-size: 1.1em !important;
	line-height: 1.1em !important;
}

#content .article img {
	max-width: 100%;
	display: block;
	margin-bottom: 2em;
	margin-top: 1em;
}

#content .article iframe {
	max-width: 100%;
	display: block;
	margin-bottom: 2em !important;
	margin-top: 1em;
}

#content .article iframe {
	display: block;
	margin: 0.5em 0;
}

#content .article p {
	margin: 0.5em 0 1em 0;
	line-height: 1.4em;
}

#content .article a:visited {color: #6a9ed9}


ul#draftlist {
	list-style-type: none;
	padding: 0;
	margin-bottom: 2em;
}

ul#draftlist li {
	width: 100%;
	height: 3em;
	border-bottom: 1px solid #eee;
	margin: 0;
}
ul#draftlist li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow:hidden; 
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 3em;
	text-indent: 1em;
}


ul#draftlist li a:hover {
	background: #f9f9f9;	
}
ul#draftlist li.sel a {
	background: #eee;
	font-weight: bold;	
}

.previewPic {
	max-width: 100%;
	max-height: 300px;
}

.embed-youtube {
	max-width: 100%;
	width: 615px;
	height: 368px;
}
.embed-vimeo {
	max-width: 100%;
	width: 615px;
	height: 335px;
}
.embed-videofy {
	max-width: 100%;
	width: 615px;
	height: 355px;
}

ul#wikiTexts, ul#wikiImages {
	list-style-type: none;
	padding: 0;
	margin: 1em 0 0 0;
}

ul#wikiTexts li, ul#wikiImages li {
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	padding-bottom: 0;
	margin-bottom: 1em;
}

ul#wikiImages {
	margin-left: -13px;
}

ul#wikiImages li {
	width: 212px;
	float: left;
	margin-left: 13px;	
}
ul#wikiTexts li:hover, ul#wikiImages li:hover {
	border: 1px solid #888;
}


ul#wikiTexts li.selected, ul#wikiImages li.selected {
	border: 1px solid #D51260;
	font-weight: normal;	
}
	
#wikiTexts div {
	padding: 15px;
}
#wikiImages div {
	padding: 6px;
}
#wikiImages div img {
	margin: 0;
	padding: 0;
}

#wikiTexts div p.comment, #wikiImages div p.comment {
	margin-left: 0 !important;
}

.wikiTextMeta {
	height: 2em;
	background: #efefef;
	margin-bottom: 0;
	margin-top: 1em;
	line-height: 2em;
	padding: 0 1em !important;
}

#wikiImages .wikiTextMeta {
	margin-top: 0;	
}

.wikiTextMeta span {
	float: right;
	font-weight: bold;
}

#perma_ad_left {
	margin-left: -75px;
	margin-bottom: 2em;
	margin-right: 10px;
	float: left;
}

#perma_ad_right {
	margin-left: -75px;
	margin-right: -10px;
	margin-bottom: 2em;
}

h1 a.headerLink {
	color: #d51260;
}

span.xmas_discount {
	color: #aa3333;
	font-weight: bold;
}

#to_pay_field {
	font-size: 1.7em;
}

#topicDesc h2 {
	margin-top: 0;
}

#topicDesc p {
	margin: 0 !important;
}

#topicDesc {
	border-bottom: 1px solid #deded0;
	padding-bottom: 10px;
}

#topicLimitWarning {
	position: absolute;
	width: 200px;
	border: 4px solid #f44;
	background: #f44;
	display: none;
	height: 55px;
	padding: 5px;
	color: #fff;
	opacity: 0.9;
}
#topicLimitWarning:before
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -4px;
	top: 69px;
	border: 8px solid;
	border-color: #f44 transparent transparent #f44;
}

ul.radioList{
	list-style-type: none;
	height: 20px;
	text-indent: 0;
	padding: 0;
}
ul.radioList li {
	float: left;
	margin-left: 0px;
	margin-right: 40px;
}
ul.radioList input[type="radio"] {
	display: inline;
}
ul.radioList label {
	display: inline;
	margin-left: 6px;
}

label.fixLabelPos {
	display: inline;
	position: relative;
	top: -2px;
}

body.popup {
	background: #fff;
	min-width: auto;
}

body.popup #content {
	margin: 0;
	min-height: 0;
}
body.popup #content2 {
	padding: 0;
}
body.popup #main {
	margin-right: 0;
}

body.popup #logo img {
	display: block;
	float: left;
}
body.popup #logo img {
	margin-bottom: 20px;
}
strong.popuphint {
	font-size: 15px;
	line-height: 38px;
	float: right;
}

fieldset p#preview {
	margin: 20px 0;
}

.smallLink {
	height: 20px;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 5px;
	overflow: hidden;
	border-top: 1px solid #ccc;
}

.smallLink a.title {
	height: 20px;
	line-height: 20px;
	margin-left: 2px;
}

a.notifications {
	display: block;
	width: 16px;
	height: 16px;
	background: url("../i/icons.png") no-repeat 0 -624px;
	text-indent: -9999px;
	padding: 0 !important;
	margin-right: 20px !important;
	margin-bottom: 0 !important;
}

a.notifications.on, a.notifications:hover {
	background-position: 0 -654px;
}

ul.notifications {
	background: #f4f4f4;
	display: none;
	position: relative;
	width: 200px;
	font-size: 11px;
	top: -15px;
	right: 15px;
	margin-bottom: -300px;
	z-index: 9999;
	margin-left: -202px;
	border: 1px solid #ccc;
	padding: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	max-height: 300px;
	overflow-y: auto;
	-moz-box-shadow:    1px 1px 6px -1px #888;
	-webkit-box-shadow: 1px 1px 6px -1px #888;
	box-shadow:         1px 1px 6px -1px #888;
}

ul.notifications li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin: 0 !important;
	padding-bottom: 0 !important;
}
ul.notifications li:last-child {
	border: 0;
}
ul.notifications li.empty {
	height: 40px;
	line-height: 40px;
	text-align: center;
}
ul.notifications li.new {
	background: #fff;
}

ul.notifications li:first-child, ul.notifications li.new:first-child {
	border-radius-top-left: 4px;
	border-radius-top-right: 4px;	
}

ul.notifications li a {
	display: block !important;	
	padding: 0 !important;
	float: none !important;
	margin: 0 !important;
	font-weight: normal !important;
	color: #000 !important;
	margin: 10px !important;
}
ul.notifications li:hover {
	background: #eee;
}
ul.notifications li.new:hover {
	background: #f4f4f4;
}

#suggestedFollowers {
	background: #f3f3f3;
	border-radius: 4px;
	padding: 20px;
	margin-top: 0;
	margin-bottom: 2em;
	margin-top: -1.5em;
}

#suggestedFollowers h2 {
	margin-top: 0;
}

ul.userList {
	list-style-type: none;
	padding: 0;
}

ul.userList li {
	float: left;
	display: block;
	width: 180px;
	height: 75px;
	border: 1px solid #f3f3f3;
	margin-left: 20px;
	border-radius: 5px;
}

ul.userList li img.avatar {
	width: 50px;
	float: left;
	border: 0;
	margin-right: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-radius: 5px;
}

ul.userList li p {
	font-size: 10px;
	margin: 0;
}

a.follow {
	display: block;
	width: 180px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-top: 8px;
	clear: both;
	font-weight: bold;
	margin-bottom: 20px;
	border-radius: 5px;
}
h1 a.follow {
	display: inline-block;
	margin: 0;
	font-size: 12px;
	font-weight: bold !important;
	width: 180px !important;
	height: 25px !important;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
}
a.startFollowing {
	background: #bedaee;	
}
a.startFollowing:hover {
	background: #cdf;
	color: #18c;
}
a.following {
	background: #ccc;	
	color: #888;
}
a.following:hover {
	color: #600;
}

li#home, li#home.sel {
	width: 25px;
	margin-right: 20px;
	background: transparent;
}
li#home:hover, li#home.sel:hover {
	background: transparent;
}
li#home a {
	background: transparent;
	display: block;
	text-indent: -99999px;
	width: 25px;
	height: 20px;
	background: url('../i/home.png') no-repeat 0px 0px;
}
li#home a:hover, li#home.sel a, li#home.sel a:hover {
	background: url('../i/home.png') no-repeat 0px -22px !important;
}

label.radioBadge {
	padding: 2px 5px;
	color: #fff;
	font-size: 11px;
	border-radius: 3px;
	text-transform:uppercase;
	vertical-align: 10%;
	margin-left: 0;
	
	display: inline;
    position: relative;
}

div.note {
	
	padding: 15px;
	margin-bottom: 30px;
	margin-top: -10px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #fbeed5;
	background: #bedaee;
	color: #000;
	border-color: #9db8cc;
}

button.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
	border: 0;
	background: transparent;
}

.responsiveInfo {
	display: none;
	background: #bedaee;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 5px;
}
.responsiveInfo a {
	display: block;
}


@media (max-width: 767px) {
	.responsiveInfo {
		display: block; 
	}	
}

#twitterLoginButton > a, #facebookLoginButton > a {
	float: none;
}

ul#specials {
	list-style-type: none;
	float: left;
	margin-left: 20px;
	padding: 0;
	margin-top: 0;
}

ul#specials li {
	float: left;
	margin-left: 20px;
	display: block;
	height: 32px;
	margin-bottom: -10px;
	width: 85px;
	margin-right: 10px;
	margin-top: 3px;
}

ul#specials li a {
	display: block;
	padding-left: 40px;
	float: left;
	font-size: 11px;
}

ul#specials li.funny-pictures a {
	background: url('../i/icons.png') no-repeat 0 -747px;
}
ul#specials li.funny-videos a {
	background: url('../i/icons.png') no-repeat 0 -674px;
}
ul#specials li.funny-pictures a:hover, ul#specials li.funny-pictures.sel a {
	background-position: 0 -783px;
	color: #d51260;
}
ul#specials li.funny-videos a:hover, ul#specials li.funny-videos.sel a {
	background-position: 0 -711px;
	color: #d51260;
}

#facebookLoginButton a {
	padding: 0 !important;
}

.adPermaPhone {
	text-align: center;	
	/*margin-top: -10px;*/
	margin-bottom: 10px;
}

#related {
	margin-left: 60px;
}

ul#relatedLinks {
	margin-bottom: 20px;
	padding: 0;
}
ul#relatedLinks li {
	width: 40%;
	float: left;
	margin-left: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#related h6{
	font-size: 12px;
	margin-bottom: 0;
}

p.more a {
	padding-right: 16px;
}

#main.fullwidth {
	margin-right: 15px;
}

.span-3 {
	width: 25%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.span-4 {
	width: 33%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
	display: table;
	box-sizing: border-box;
}

.linkCard {
	margin-bottom: 40px;
}

.linkCard h1 {
	color: #222;
	margin-top: 10px;
	font-size: 19px;
	line-height: 25px;
	margin-bottom: 5px;
}

.linkCard h1 a {
	color: #222;
}

.linkCard p.meta {
	font-size: 10px;
	line-height: 20px;
	margin: 0;
}


.linkCard p.meta a {
	color: #888;
	text-decoration: underline;	
}

.linkCard img.storyImg {
	max-width: 100%;
	width: 530px;
	min-height: 10px;
}

img.circle {
	border-radius: 50%;
	vertical-align: bottom;
}

.clearrow {
	display: block;
	clear: both;
	float: none;
}
ul.linkActions {
	list-style-type: none;
	padding: 0;
}

ul.linkActions li {
	float: left;
	font-size: 13px;
}

ul.linkActions li:last-child {
	float: none;
	text-align: right;
}



.pushButton2 {
	font:12px Arial,Helvetica,sans-serif;
	font-weight:bold
}
.count{
	display: block;
	margin-left: 56px;
	height:20px;
	text-align:center;
	line-height:20px
}
.pushed{
	width:56px;
	height:20px;
	background:url('../i/button.png') no-repeat 0 -160px;
	text-indent:-9999px
}
.pushNew{
	display: block;
	float: left;
	width:56px;
	height:20px;
	background:url('../i/button.png') no-repeat 0 -120px;
	text-indent:-9999px
}
.pushNew:hover{
	background-position:0 -140px
}
.pushNew a:link, .pushNew a:visited{
	color:#0f71b4;
	text-decoration:none
}
.pushNew a:hover{
	color:#d51260
}
.counter.fadein{
	opacity:1;
	animation:fadein 1s;
	-moz-animation:fadein 1s;
	-webkit-animation:fadein 1s;
	-o-animation:fadein 1s;
	-ms-animation:fadein 1s
}
.counter.fadeout{
	opacity:0;
	animation:fadeout 1s;
	-moz-animation:fadeout 1s;
	-webkit-animation:fadeout 1s;
	-o-animation:fadeout 1s;
	-ms-animation:fadeout 1s
}
.counter{
	float:left;
	background:transparent url('../i/button.png') no-repeat -12px 0;
	text-align:center
}
i.le{
	display:block;
	width:12px;
	height:20px;
	background:transparent url('../i/button.png') no-repeat 0 0;
	float:left
}
i.ri{
	display:block;
	width:8px;
	height:20px;
	background:transparent url('../i/button.png') no-repeat -38px 0;
	float:left
}
.count:hover i.le,.count:hover i.ri,.count:hover .counter{
	background-position-y:-20px
}
h2.related {
	margin: 2.2em 0 16px;
}
@keyframes fadein{
	from{opacity:0}to{opacity:1}
}
@-moz-keyframes fadein{
	from{opacity:0}to{opacity:1}
}
@-webkit-keyframes fadein{
	from{opacity:0}to{opacity:1}
}
@-o-keyframes fadein{
	from{opacity:0}to{opacity:1}
}
@-ms-keyframes fadein{
	from{opacity:0}to{opacity:1}
}@keyframes fadeout{
	from{opacity:1}to{opacity:0}
}
@-moz-keyframes fadeout{from{opacity:1}to{opacity:0}}@-webkit-keyframes fadeout{from{opacity:1}to{opacity:0}}@-o-keyframes fadeout{from{opacity:1}to{opacity:0}}@-ms-keyframes fadeout{from{opacity:1}to{opacity:0}}
