body
{font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;}

h1 {font-size: 1.5em;}
h2 {font-size: 1.333em;}
h3 {font-size: 1.167em;}
h4 {font-size: 1em;}
h5 {font-size: 0.917em;}
h6 {font-size: 0.833em;}

h1, h2, h4 {
	
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal; }
	
h3 {	
	text-transform: uppercase;
        font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;}  /* thread names */

.boxheading h1, .boxheading h2, .boxheading p {
	font-family:  "Trebuchet MS";
    font-size: 2em;
	color:#333;
    text-shadow: rgba(255, 255, 255, 0.3) 0 1px 0;
	text-align: center;
	font-weight: bold; }

.boxbody h1, .boxbody h2, .boxbody h3, .boxbody h4, .boxbody h5 {
	font-variant: normal; }

.post-content h1, .post-content h2, .post-content h3,
.post-content h4, .post-content h5 { 
	font-variant: normal;
	font-weight: bold; }
	
.button { font-family: Verdana, sans-serif; }

.custom_title {
	font-size: 1em;
	font-weight: bold;
	padding-top: 5px; }

.forum-announcement {
	text-align: center;
	font-weight: bold;
	font-size: 1.167em; }

.invite-contribute-links, .advanced-search, .ip, .bbcode-help { font-size: 0.833em; }

.poster-detail, .domain-name, .domain-time, 
.domain-stats, .newest-member, .community-stats, 
.visitors, .users-online, .post-tools, .poster-interact, 
.previous-topic, .next-topic { font-size: 0.917em; }

.date, td.author {font-size: 11px;}

.user-name, .post-subject { font-size: 1em; }

.post-title { text-transform: none; }

.calendar-sidebar .boxheading h2 {font-size: 1.5em;}

.wysiwyg-editor { font-family: Verdana, sans-serif; font-size: 0.917em; }

.myheader h1 {font-size: 28px;}
.myheader h2 {font-size: 26px;}
.myheader h3 {font-size: 24px;}
.myheader h4 {font-size: 22px;}
.myheader h5 {font-size: 20px;}
.myheader h6 {font-size: 18px;}


/* --- LINKS --- */

a {	color: #000;
	text-decoration: none; }
	
a:visited { color: #003366; }

.boxheading a {
	color: #093F81;
	text-decoration: none; }

.post-content a {
	color: #093f81;
        font-size: 1em;
        /*text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
	filter: dropshadow(color=#000000,offx=0 offy=1);*/ }

.post-content a:visited {
	color: #FF0000;
	/*text-shadow: rgba(0, 0, 0, 0.3) 0 1px 0;*/
	text-decoration: none;
        font-style: italic;}
	
.post-content a:hover {
        color: #0000FF;
	/*text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0; */
	text-decoration: none; }
	
.edit-info a, .edit-info a:visited, .edit-info a:hover {
	text-shadow: none;
	font-size: 0.917em;
	color: #000; }

.control-box a:visited { color: #FFF; }

/*td.topic-titles a:hover { font-style: italic;}*/

td.topic-titles a:hover {
	position: relative; 
	top: 1px; }


/* LAYOUT
---------------------------------------- */

/* --- YUKU Menu Bar --- */

.mgr-navigation-sliver { background: url(http://images.yuku.com/image/png/0e2152c49a19acfabe50fa71f3241a936901912.png); }

div.mgr-navigation-sliver-wrapper {border: none; }
 
div.mgr-navigation-sliver {border: none;}



/* change width */
#wrapper
{width: 85%;
margin-left: auto;
margin-right: auto;}


/* Content Area*/

/* actual content */
.mycontent
{background: #fff ;
padding: 20px;}

/* corners */
.left, .right
{height: 15px;
width: 15px;
position: absolute;}

.left {left: 0;}
.right {right: 0;}

	.content-top .left, .content-top .right {top: 0;}
	.content-bottom .left, .content-bottom .right {bottom: 0;}
	
.middle
{background: #fff;
width: 100%;
height: 15px;}

/* top */
.content-top
{margin-top: 20px;
padding-left: 15px;
padding-right: 15px;
height: 15px;
position: relative;}

	.content-top .left
	{background: url(http://static.yuku.com/userskins/bypass/img/yuku-team/tl.png) no-repeat;}
	
	* html .content-top .left
	{background: none;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='http://static.yuku.com/userskins/bypass/img/yuku-team/tl.png');}
	
	.content-top .right
	{background:url(http://static.yuku.com/userskins/bypass/img/yuku-team/tr.png) no-repeat;}
	
	* html .content-top .right
	{background: none;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='http://static.yuku.com/userskins/bypass/img/yuku-team/tr.png');}

/* bottom */
.content-bottom
{padding-left: 15px;
padding-right: 15px;
height: 15px;
position: relative;}

	.content-bottom .left
	{background: url(http://static.yuku.com/userskins/bypass/img/yuku-team/bl.png) no-repeat;}
	
	* html .content-bottom .left
	{background: none;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='http://static.yuku.com/userskins/bypass/img/yuku-team/bl.png');}
	
	.content-bottom .right
	{background:url(http://static.yuku.com/userskins/bypass/img/yuku-team/br.png) no-repeat;}
	
	* html .bottom-top .left
	{background: none;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='http://static.yuku.com/userskins/bypass/img/yuku-team/br.png');}



/* STANDARD CLASSES
---------------------------------------- */

/* BOX ---- */
.box
{background: #fff;}

.boxheading {
	height: 20px;
	padding: 10px 10px 15px; }
	
.collapsed .boxheading { padding-bottom: none; }

.boxbody { padding: 10px; }

.category-box .boxheading a.collapse-button{
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url(http://images.yuku.com/image/png/bc825cbcb496218aaaefdb8a68694832aa96de9.png) top left no-repeat;
	text-indent: -3000px;
	margin: 8px 2px 2px 2px; }

.forum-box .boxheading a.collapse-button  {text-indent: -3000px;}
	
#quick-reply p {padding: 3px;}

.tool-box .boxheading {background: none; }

.legend-box .boxheading, .discussion-box .boxheading, .stats-box .boxheading {display: none; }

.post-box, #quick-reply {
    padding: 20px;
    background: #F7F7F7 none repeat scroll 0 0;  
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);}

.post-body {padding-left: 10px;}


/* --- Breadcrumbs --- */

ul.bread-crumbs { 
	}
	
ul.bread-crumbs li {
	color: #FFF;
	font-size: 0px;
	margin: 0 3px 0 0;
	padding: 0;
	}
	
	
ul.bread-crumbs li a{
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/* font-variant: small-caps; */
	text-transform: lowercase;
	font-weight: bold;
	color: black;
	padding-left: 19px; 
	background: transparent url(http://images.yuku.com/image/png/dd0158cf981caefb7b77db76b1771637952f074.png) top left no-repeat;
	}
	
ul.bread-crumbs li a:hover {
	color: #0071AF;
	}
	
ul.bread-crumbs li.first a {
	padding-left: 0;
	background-image: none;
	}
	
.previous-topic, .next-topic {
    font-size: 0.917em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/* font-variant: small-caps; */
	text-transform: lowercase;
	font-weight: bold;
	color: #222; }

/* BUTTONS ---- */
.button, .edit-tools a, .reply-tools a, 
.poll-controls .button, .forum-controls a:visited, 
a.new-topic-button:visited, a.reply-button:visited,
a.add-event:visited, a.add-repeat:visited {
	background: #E3E3E3 url(http://images.yuku.com/image/png/0e2152c49a19acfabe50fa71f3241a936901912.png) repeat-x;
background: -moz-linear-gradient(top, #E3E3E3 0%, #949494 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E3E3E3), color-stop(100%,#949494));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E3E3E3', endColorstr='#949494',GradientType=0 );
	padding: 2px 4px;
	color: #000;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(255,255,255,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25); }

.button {font-size: 0.917em; }

.button:hover, .forum-controls a:hover, 
a.new-topic-button:hover, a.reply-button:hover,
a.add-event:hover, a.add-repeat:hover	{ 
	color: #0071AF; 
        text-shadow: 0 -1px 1px rgba(255,255,255,0.25); }
	
.post-tools a, .poster-interact .button {	border: 1px solid #222;
	background: transparent url(http://images.yuku.com/image/png/0e2152c49a19acfabe50fa71f3241a936901912.png) repeat-x; 
	color: #000;
    text-shadow: 0 -1px 1px rgba(255,255,255,0.25); }

.post-tools a:hover, .poster-interact .button:hover {
	background-color: #111; 
	color: #FFF;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,1);
	-webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,1);
	box-shadow: inset 0px 1px 3px rgba(0,0,0,1);}

.edit-tools a, .reply-tools a, .poster-interact, .poll-controls .button {font-size: 10px; }	

input.button, .mgr-controls .button {border: 0;}

*html input.button {padding: 0; zoom: 1.0; }

/* --- Input Text Areas --- */

input.text {
	border: 1px solid #BBB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px; }
	
textarea {
	border: 2px solid #AFAFAF;
	padding: 5px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px; }

/* --- Dropdown Menus --- */

.dropdown span {
	background: url(http://static.yuku.com/common/bypass/images/arrows/down-arrow-black.gif) right center no-repeat;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 2px; }

.dropdown span:hover{ background: url(http://static.yuku.com/common/bypass/images/arrows/down-arrow-gray-dk.gif) right center no-repeat;}
	
.dropdown ul {
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	padding: 1px; }
	
		*html .dropdown ul 
		{margin-top: 2px;}

.dropdown ul a:visited {font-weight: normal;}

.dropdown li {
	border: 0px;
	background: none;
	color: #333; }

        .dropdown li a:visited {
	      background: none; 
	      font-weight: normal; 
	      -moz-box-shadow: none; 
	      -webkit-box-shadow: none;
	      box-shadow: none;
	      border: none; 
	      text-shadow: none; 
	      text-transform: none;}

        .dropdown li a:hover {color: #FFF; text-shadow: none; }
	
	.dropdown a, .dropdown a:visited, .dropdown a:hover, .dropdown a:active {
		text-decoration: none;
		color: #333; }
		
	.dropdown li:hover {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		*display: inline-block;
		background: #949287; }

/* --- Pager --- */

.jump-dropdown {
	border: 1px solid #BBB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-border-radius: 5px; }
	
.pager .jump {
    font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/* font-variant: small-caps; */
	text-transform: lowercase;
	font-weight: bold;
	color: #222; 
	padding-right: 11px;
	background: url(http://static.yuku.com/domainskins/bypass/img/mira/classicpink/arrow-down.gif) right center no-repeat; }
	
.pager a, .prev, .next {
    font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/* font-variant: small-caps; */
	text-transform: lowercase;
	font-weight: bold;
	color: #222; }

.pager a:visited {color: #0071AF;font-style: italic;}

.topic-pager a:visited {color:#CF2626;}

.current {
	color: #FF0000;
       font-weight: bold;
    /*-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; 
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.75);*/}


/* SPECIAL BOX & ELEMENT CLASSES
---------------------------------------- */

/* ANNOUNCEMENT-BOX, CONTROL-BOX, JUMP-BOX, LEGEND-BOX ---- 
(remove default box styles from these boxes) */
.announcement-box, .control-box, .jump-box, .legend-box,
.announcement-box .onionskin1, .control-box .onionskin1, .jump-box .onionskin1, .legend-box .onionskin1,
.announcement-box .onionskin2, .control-box .onionskin2, .jump-box .onionskin2, .legend-box .onionskin2,
.announcement-box .onionskin3, .control-box .onionskin3, .jump-box .onionskin3, .legend-box .onionskin3,
.announcement-box .boxbody,
.control-box .boxbody,
.jump-box .boxbody,
.legend-box .boxbody
{border: none;
background: transparent;
padding: 0;}

.legend-box .boxheading {display: none;}

.whosonline-box {text-align: center;}



/* TABLES */
table {
	border: 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);}	

#forum_postreply .discussion-box table,
#forum_topicreply .discussion-box table 
{-moz-box-shadow: none;
-webkit-box-shadow: none;
-box-shadow: none;}


th, td { padding: 3px 5px 3px 8px; }

th {
    border: 0px;
    background: #676767; 
	background: -moz-linear-gradient(top, #676767 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#676767), color-stop(100%,#333333));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676767', endColorstr='#333333',GradientType=0 );
	background: -o-linear-gradient(top, #676767 0%,#333333 100%);
    text-transform: lowercase;
    text-align: center;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 0; }
		
	th  a, th a:visited {
		color: #FFFFFF;
		text-decoration: none; }
		
td {
	border: 0px;
    border-bottom: 1px solid #EAEAEA;
	border-left: transparent;
	border-right: transparent;
	padding-top: 7px;
	padding-bottom: 7px; }
	
.even td {background: #EDEBE4; }
.odd td {background: #FFF;}

.post-tools,
.poster-interact {border-bottom: 2px solid #000; }

/* .discussion-box .poster-detail {
	border-right: 1px dashed #000;} */

tr.last td {border-bottom: none; }

.last td{ border-bottom: 0px; }

td.author, td.latest {max-width: 15px; overflow: hidden;}

		
tr.last td.firstcol { 
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px; }
	
tr.last td.lastcol {
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px; }
	
th.firstcol {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px; }
		
th.lastcol {
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px; }
		
.last td.post-tools {
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;}
.last td.poster-interact{
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;}


/* Table Formatting Within Posts */

.post-content table {
font-size: inherit; 
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;}

.post-content th {
font-size: inherit;
background: inherit; 
color: inherit; 
text-shadow: none;
text-decoration: inherit;
text-transform: inherit;}

.post-content td {
background: none;
border: none; 
padding: 5px; 
text-decoration: inherit;
text-transform: inherit;}

.post-content .odd td, .post-content .even td {background: transparent;}

.post-content td a {
text-decoration: none;
text-shadow: none;
}

.post-content td a:hover {
font-style: italic;
text-shadow: none;}

	
/* takes away normal formatting of subforums on directory page */

#directory_default th {text-indent: -5000px;}

#dir-4 th.forums, th.lastcol, #dir-15 th.forums, th.lastcol {
	-moz-border-radius-topright: 10px; 
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;}

	#dir-4 tr.last td.evencol, #dir-15 tr.last td.evencol {
	-moz-border-radius-bottomright: 15px; 
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;}

#dir-4 .topics, #dir-4 .posts, #dir-4 .kudos, #dir-4 .latest, #dir-15 .topics, #dir-15 .posts, #dir-15 .kudos, #dir-15 .latest { display: none;}
#dir-10 td, #dir-15 td { vertical-align: top; }

.subforums-list li { 
	display: block; 
	width: 33%; 
	float: left;  
	font-size: 1em; 
	font-weight: bold; 
	text-transform: uppercase; 
	padding-bottom: .5em; }

	.subforums-list .first { 
	width: 100%; 
	font-weight: lighter;
    font-style: italic; 
	text-transform: lowercase}
 
.forum100 .whosonline-box, .forum100 .control-box, .forum100 .forum-box { display: none; } 
.forum100 .forum-box.sub { display: block; }

/* DISCUSSION-BOX ---- */
.discussion-box .boxheading {display: none;}

.post-tags
{display: none;}


/* --- Blockquote --- */

/* --- Blockquote --- */

blockquote { 
	margin: 4px 10px;
	border: 1px solid #666;
	padding: 8px 6px 8px 15px;
	display: block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow-x: auto;	}

blockquote blockquote {background: none;}
	
* html blockquote {width: auto;	}
		
blockquote .quote-title {
	font-style: italic; 
    font-size: 0.917em;
	color: #000;
	display: block;	}

hr {
	border: none;
	background: #CCC;
	color: #CCC;
	height: 1px; }


/* IE6 fixes
---------------------------------------- */
* html div.kudos form p
{zoom: 1.0;
height: 21px;}

/* EXTRAS
---------------------------------------- */
.post-tags, .subscription-links, .social-links, .user-name img, .kudos, .tags-box, .moderator-list, 
.forum-name,  .invite-contribute-links { display: none; }

.post-content img {max-width: 800px;}


.custom_title {font-size: 11px; font-weight: bold; padding-top: 5px;}

.post-count, .post-date, .reply-options, .domain-name, .domain-time, 
.domain-stats, .newest-member, .community-stats,
.visitors, .users-online {font-size: 11px;}

.user-name, .post-subject {font-size: 12px; }

.forum-name {display: none;}

.forum-announcement {
text-align: center;
font-weight: bold;
font-size: 14px;}

.invite-contribute-links, .advanced-search, .ip {font-size: 10px; }

.post-tools, .poster-interact, .previous-topic, .next-topic {font-size: 11px;}

.scrolling .left,
.scrolling .right {
position: relative;
} 

div.spoiler-control {color: #5C03AA; font-weight: bold; }

/* Calendar Page */

#calendar_default td {
	border: 1px solid #BBB;
	background: #F9FAFC;}

.calendar-jump, .calendar-jump a:visited {
        font-size: 0.917em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
        text-transform: lowercase;
	font-weight: bold;
	color: #222; }

/* .previous-month, .next-month, .previous-month a:visited, .next-month a:visited{
	font-size: 0.917em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/* font-variant: small-caps; */
	text-transform: lowercase;
	font-weight: bold;
	color: #222; }  */

th.calendar-year-minus, th.sunday{
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;}

th.calendar-year-plus, th.saturday {
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;}

#calendar_event .avatar-block {display: none;}

/* Avatar */

/*.avatar-block p.user-avatar {
	width: 116px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);} */
	
p.user-avatar img { 
	width: 100px;
	max-height: 100px;
    padding: 7px; }

/* .bixblitz .user-name a,
.Meant2Be2005 .user-name a,
.execjen .user-name a,
.AndyBear1980 .user-name a,
.icyi .user-name a,
.SquintgirlKelly .user-name a,
.varlums .user-name a,
.Beelzebub .user-name a,
.LuvYaKell2.kellyclarksonexpress .user-name a,
.forum6 .PiperCordy.kellyclarksonexpress .user-name a,
.forum21 .valeegirl .user-name a {
	color: #090B9F; } 

 .bixblitz .avatar-block p.user-avatar,
.Meant2Be2005 .avatar-block p.user-avatar,
.execjen .avatar-block p.user-avatar,
.AndyBear1980 .avatar-block p.user-avatar,
.icyi .avatar-block p.user-avatar,
.SquintgirlKelly .avatar-block p.user-avatar,
.varlums .avatar-block p.user-avatar,
.Beelzebub .avatar-block p.user-avatar,
.LuvYaKell2.kellyclarksonexpress .avatar-block p.user-avatar,
.forum6 .PiperCordy.kellyclarksonexpress .avatar-block p.user-avatar,
.forum21 .valeegirl .avatar-block p.user-avatar {
	width: 116px;
	-moz-box-shadow: 3px 3px 3px rgba(9,11,159,0.5);
    -webkit-box-shadow: 3px 3px 3px rgba(9,11,159,0.5);
    box-shadow: 3px 3px 3px rgba(9,11,159,0.5); 
	}
*/

/* Adds scrollbars to wide posts */

div.discussion-box table { table-layout: fixed; }

.lead .post-number { direction: rtl; text-indent: -80px;}

.reply .post-url {direction: rtl; text-indent: -80px;}

.reply .post-number { direction: rtl; text-indent: -150px; }

.discussion-box .firstcol {width:160px;}

div.discussion-box h3.post-title { width:460px; overflow:hidden; }
div.discussion-box span.post-title {
	display: block;
	width:460px;
	overflow:hidden;}

#lte7 div.discussion-box td.toggle {direction:rtl; text-indent: 0px;}
#lte7 .lead .post-number { text-indent: 0px; position: relative; overflow: visible;}
#lte7 .reply .post-url {text-indent: 0px; width: 30px;position: relative; overflow: visible;}
#lte7 .reply .post-number { text-indent: 0px; position: relative; overflow: visible;}
#lte7 div.discussion-box h3.post-title { width:440px; position: relative; overflow: visible; z-index: 2; }
#lte7 div.discussion-box span.post-title { width: 320px; position: relative; overflow: visible; z-index: 2;}
#lte7 div.discussion-box div.scrolling table { table-layout: auto; }

#post-form #discussion-box table,
#post-form .preview-box table { table-layout: auto; }

td.post-url, td.toggle, td.post-number {
color:#333;
font-size:11px;
font-weight:normal;
text-align:right;
width:10px;
}

/* END scrollbar stuff */


/* Custom Banner */

.custom-banner img{
max-width: 85%; 
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
box-shadow: 0 3px 9px rgba(0,0,0,0.5);
}

#directory_default .custom-banner img {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;}

#forum_viewtopic .custom-banner, #forum_setpost .custom-banner, 
.post-page .custom-banner, #calendar_default .custom-banner, #domainstats_activemembers .custom-banner,
#directory_featured .custom-banner, #forum_postreply .link-menu, #forum_topicreply .link-menu, #forum_newtopic .link-menu, #forum_post .link-menu, #poll_newpoll .link-menu, #poll_post .link-menu, #poll_post .shullyimg, #forum_post .shullyimg, 
#poll_newpoll .shullyimg, #forum_viewtopic .shullyimg, #forum_setpost .shullyimg, #forum_topicreply .shullyimg, #forum_postreply .shullyimg, #forum_newtopic .shullyimg, #forum_editreply .shullyimg, #forum_postedit .shullyimg {display: none}

.shullyimg {
padding-top: 15px; 
text-align: center;}

.shullyimg img {max-width: 55%; }

/* Header */
/* .myheader img {margin: auto; }
.myheader {text-align: center; padding-top: 10px;}
.myheader, .myheader a {color: #fff; text-decoration: none;} 

#forum_viewtopic .myheader {display: none;}
.post-page .myheader {display: none;}
#forum_setpost .myheader {display: none;} */


/* Lead post formatting */

.lead .post-date {
	font-size: 0.917em;
	font-style: italic;}

.lead .poster-interact, 
.lead .post-tools  {border-bottom: 8px solid #000;}

/* removes share option in reply box */
body .ka-rpx-share { display: none;}

.mgr-navigation-sliver *, .mgr-navigation-sliver a, .mgr-navigation-sliver a:visited { color: #FFF; }

.mgr-footer, .mgr-footer a, .mgr-footer a:visited { color: #FFF; }

#forum_view .mgr-footer { margin: 50px;}


/* --- BODY, sets background color --- */

 body {
background: #222222; } 

/*fade in out news scroller under the shully banner */

div.scroller { margin: 20px auto; }
div.scroller-item {text-align: center;}

div.scroller-item, div.scroller-item a  {
        color: #EEEEEE;
	font: bold 14px Arial, sans-serif;
	text-decoration: none;
	text-shadow: 0 1px 0 #222;}
div.scroller a {text-decoration: underline;}
div.scroller a:hover {font-style: italic;}

/* removes the news scroller from the following pages */
#forum_viewtopic div.scroller, #forum_newtopic div.scroller, #forum_edittopic div.scroller, 
#forum_quotetopic div.scroller, #forum_topicreply div.scroller, #forum_viewreply div.scroller,
#forum_postreply div.scroller, #forum_editreply div.scroller, #forum_quotereply div.scroller, 
#forum_post div.scroller, #forum_setpost div.scroller, #forum_postedit div.scroller, 
#poll_newpoll div.scroller, #poll_post div.scroller
{display: none;}

.mediacolor {background-color: #CFCFCF;}

.twitter-emoji {width: 18px}