/* CC theme
------------------------------------------------------- */

::-moz-selection { color: white;  background: #1c87ad; }
::selection      { color: white;  background: #1c87ad; }


@font-face {
    font-family: CenturyGothic;
    src: url('/CenturyGothic.eot'); /* IE.... probably should fix in the future, lawlz */
    src: local(CenturyGothic), url('/CenturyGothic.ttf') format('opentype'); /* non-IE */
}

.resp-container {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}

.sound-container {
	position: relative;
	overflow: hidden;
	padding-top: 0%;
}

.resp-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Normal, standard links. */
a:link, a:visited
{
	color: #ff2f24;
	text-decoration: none;
}
a:hover
{
	color: #fd9604;
	cursor: pointer;
}

/* Links that open in a new window. */
a.new_win:link, a.new_win:visited
{
	color: ff2f24;
	text-decoration: none;
}
a.new_win:hover
{
	text-decoration: none;
	color: #fd9604;
	}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* Set a fontsize that will look the same in all browsers. */
body
{
        background: url("../images/theme/smooth.png") repeat-x scroll 0 0 #1d1d1d;
	font: 78%/130% 'CenturyGothic', "Century Gothic", "Apple Gothic", sans-serif, Arial, "Trebuchet MS", verdana;
	margin: 0 auto;
	padding: 5px 0 0 0px;
}

/* Help popups require a different styling of the body element. */
body#help_popup
{
	padding: 1em;
}

/* use dark grey for the text, leaving #000 for headers etc */
body, td, th, tr
{
	color: #fff;
}

/* This division wraps the entire forum when a forum width is set. */
div#wrapper
{
	margin: 0px auto;
	padding-left: 15px;
	padding-right: 15px;
	min-width: 980px;
	max-width: 1280px;
	position: relative;
}

/* lets give all forms zero padding/margins */
form
{
	padding: 0;
	margin: 0;
}

/* We can style the different types of input buttons to be uniform throughout different browsers and their color themes.
	.button_submit - covers input[type=submit], input[type=button], button[type=submit] and button[type=button] in all browsers
	.button_reset  - covers input[type=reset] and button[type=reset] throughout all browsers
	.input_check   - covers input[type=checkbox] throughout all browsers
	.input_radio   - covers input[type=radio] throughout all browsers
	.input_text    - covers input[type=text] throughout all browsers
	.input_file    - covers input[type=file] throughout all browsers
*/

input, button, select, textarea
{
	font: 95%/115% verdana, Helvetica, sans-serif;
	color: #fff;
	background: url("../images/quoteshine.png") repeat-x scroll -17px top #222222;
	border: 2px solid #363636;
	border-width: 2px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}

#message_index_jump_to input {
    background: none repeat scroll 0 0 #f2f2f2;
    color: #000000;
    border: none !important;
    padding: 5px;
}
#message_index_jump_to input:hover {
	color: #fff;
	background:#af001c;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow:0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}

.regwindow .smalltext input.input_text {
	font-size: 1.2em !important;
}

.regwindow input
{
	font-size: 1em;
	font-family: verdana, Helvetica, sans-serif !important;
	color: #fff;
	background: url("../images/quoteshine.png") repeat-x scroll -17px top #242424;
	border: 2px solid #363636;
	border-width: 2px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
}

.registerbg {
	background: url("../images/quoteshine.png") repeat-x scroll -17px top ;
	background-color: transparent !important;
	}

/* Select elements look horrible with the extra padding, so leave them unpadded. */
select
{
	padding: 0;
}

/* Add some padding to the options instead. */
select option
{
	padding: 1px;
}

/* The font size of textareas should be just a little bit larger. */
textarea
{
	font: 100%/130% verdana, Helvetica, sans-serif;
	background: url("../images/quoteshine.png") repeat-x scroll -17px top #222222;
}

/* Buttons should be styled a bit differently, in order to make them look more button'ish. */
.button_submit, .button_reset
{
	background: url("../images/buttons/bg-btn-general.png") repeat scroll 0 0 #2a2b2f;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	font-weight: normal;
	color: #fff;
	border: none !important;
	font: 1em CenturyGothic,'Century Gothic','Apple Gothic',sans-serif,Arial,Trebuchet MS,verdana !important;
	padding: 5px !important;
}


.button_submit:hover, .button_reset:hover
{
	border: none;
	background: url("../images/buttons/bg-btn-general-hover.png") repeat scroll 0 0 #3f131d !important;
	color: #000 !important;
}


input:hover, textarea:hover, button:hover, select:hover
{
	border: 1px solid #454545;
}input:focus, textarea:focus, button:focus, select:focus
{
	border: 1px solid #3d3d3d;
}

/* All input elements that are checkboxes or radio buttons shouldn't have a border around them. */
input.input_check, input.input_radio
{
	border: none;
	background: none;
}
h3.catbg input.input_check
{
	margin: 9px 7px 0 7px;
}

/* Give disabled text input elements a different background color. */
dt input[disabled].input_text
{
    background: url("../images/quoteshine.png") repeat-x scroll -17px top #222222;
    border-color: #363636;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 2px !important;
    color: #FFFFFF;
    font: 95%/115% verdana,Helvetica,sans-serif;
    padding: 2px;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 0px;
	border: 0;
	color: #ccc;
	background-color: none;
}

/* By default set the color on these tags as #000. */
h1, h2, h3, h4, h5, h6
{
	color: #fff;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

/* Fieldsets are used to group elements. */
fieldset
{
	border: 1px solid #c4c4c4;
	padding: 1em;
	margin: 0 0 0.5em 0;
}
fieldset legend
{
	font-weight: bold;
	color: #444;
}
/* No image should have a border when linked. */
a img
{
	border: 0;
}

/* Define strong as bold, and em as italics */
strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}
/* Alternative for u tag */
.underline
{
	text-decoration: underline;
}

/* Common classes to easy styling.
------------------------------------------------------- */

.floatright
{
	float: right;
}
.floatleft
{
	float: left;
}

.flow_auto
{
	overflow: auto;
}
.flow_hidden
{
	overflow: hidden;
}
.flow_hidden .windowbg, .flow_hidden .windowbg2
{
	margin-top: 6px;
}
.clear
{
	clear: both;
}
.clear_left
{
	clear: left;
}
.clear_right
{
	clear: right;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext, tr.smalltext th
{
	font-size: 0.85em;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 0.9em;
	line-height: 1em;
	font-family: verdana, sans-serif;
}
.normaltext
{
	font-size: 1em;
	line-height: 1.2em;
}
.largetext
{
	font-size: 1.4em;
}
.centertext
{
	margin: 0 auto;
	text-align: center;
}
.righttext
{
	margin-left: auto;
	margin-right: 0;
	text-align: right;
}
.lefttext
{
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}
.double_height
{
	line-height: 2em;
}
/* some common padding styles */
.padding
{
	padding: 0.7em;
}
.main_section, .lower_padding
{
	padding-bottom: 0.5em;
}
/* a quick reset list class. */
ul.reset, ul.reset li
{
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Some BBC related styles.
------------------------------------------------------- */

/* A quote, perhaps from another post. */
blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote
{
	font-size: x-small;
	color: #fff;
	line-height: 1.4em;
	background: url(../images/theme/quote.png) 0.1em 0.1em no-repeat;
	padding: 30px ;
	margin: 0.1em 0 0.3em 0;
	overflow: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Alterate blockquote stylings */
blockquote.bbc_standard_quote
{
	background: url(../images/quoteshine.png) repeat-x scroll -17px top #222;
	border-left: solid 5px #313131;
}
blockquote.bbc_alternate_quote
{
	background: url(../images/quoteshine.png) repeat-x scroll -17px top #222;
	border-left: solid 5px #313131;
}

/* A code block - maybe PHP ;). */
code.bbc_code
{
	display: block;
	font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
	font-size: x-small;
	background: url(../images/quoteshine.png) repeat-x scroll -17px top #222;
	border-left: solid 5px #313131;
	line-height: 1.5em;
	padding: 2em;
	overflow: auto;
	white-space: nowrap;
	/* Show a scrollbar after about 24 lines. */
	max-height: 24em;
	color: #78f253;
}

/* The "Quote:" and "Code:" header parts... */
.codeheader, .quoteheader
{
	color: #666;
	font-size: x-small;
	font-weight: bold;
	padding: 0 0.3em;
}

/* For links to change the code stuff... */
.codeoperation
{
	font-weight: normal;
}

/* Styling for BBC tags */
.bbc_link:link, .bbc_link:visited
{
	border-bottom: none;
}
.bbc_link:hover
{
	text-decoration: none;
	border-bottom: none;
}
.bbc_size
{
	line-height: 1.4em;
}
.bbc_color a
{
	color: inherit;
}
.bbc_img
{
	border: 0;
	max-width: 800px;
}
.bbc_table
{
	font: inherit;
	color: inherit;
}
.bbc_table td
{
	font: inherit;
	color: inherit;
	vertical-align: top;
}
.bbc_u
{
	text-decoration: underline;
}
.bbc_list
{
	text-align: left;
}
.bbc_tt
{
	font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* Highlighted text - such as search results. */
.highlight
{
	font-weight: bold;
	color: #ff7200 !important;
	font-size: 1.1em;
}

/* A more discreet highlight color, for selected membergroups etc. */
.highlight2
{
	background-color: #D1E1EF;
	color: #000 !important;
}

/* Generic, mostly color-related, classes.
------------------------------------------------------- */

.titlebg, .titlebg2, tr.titlebg th, tr.titlebg td, tr.titlebg2 td
{
	color: #222;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	background: none;
}
.catbg, .catbg2, tr.catbg td, tr.catbg2 td, tr.catbg th, tr.catbg2 th
{
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	background: none;
}

/* adjust the table versions of headers */
tr.titlebg th, tr.titlebg2 th, td.titlebg, td.titlebg2, tr.catbg th, tr.catbg2 th, td.catbg, td.catbg2
{
	padding: 0 6px;
}
tr.titlebg th a:link, tr.titlebg th a:visited, tr.titlebg2 td a:link, tr.titlebg2 td a:visited
{
	color: #222;
}
tr.catbg th a:link, tr.catbg th a:visited, tr.catbg2 td a:link, tr.catbg2 td a:visited
{
	color: #fff;
}
.catbg select
{
	height: 1.5em;
	font-size: 0.85em;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
	color: #fff;
	background-color: #242424;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.windowbg2
{
	color: #fff;
	background-color: #242424;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.windowbg3
{
	color: #000;
	background-color: #cacdd3;
}

/* the page navigation area */
.pagesection
{
	font-size: 0.9em;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
        overflow: hidden;
	margin-bottom: 9px;
}
div.pagesection div.floatright input
{
	margin-top: 3px;
}

.pagelinks
{
	padding: 0.6em 0 0.4em 0;
}

/* Colors for background of posts requiring approval */
.approvebg
{
	color: #000;
	background-color: #ffeaea;
}
.approvebg2
{
	color: #000;
	background-color: #fff2f2;
}

/* Color for background of *topics* requiring approval */
.approvetbg
{
	color: #000;
	background-color: #e4a17c;
}
.approvetbg2
{
	color: #000;
	background-color: #f3bd9f;
}

/* Sticky topics get a different background */
.stickybg
{
	background: #242424;
}
.stickybg2
{
	background: #242424;
}

.pollbg {
	background #242424;
}

.pollbg2 {
	background: #242424;
}

/* Locked posts get a different shade, too! */
.lockedbg
{
	background: #242424;
	font-style: italic;
}
.lockedbg2
{
	background: #242424;
	font-style: italic;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	overflow: auto;
	line-height: 1.4em;
	padding: 0.1em 0;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature, .attachments
{
	width: 98%;
	overflow: auto;
	clear: right;
	padding: 1em 0 3px 0;
	border-top: 1px solid #aaa;
	line-height: 1.4em;
	font-size: 0.85em;
}
.custom_fields_above_signature
{
	width: 98%;
	clear: right;
	padding: 1em 0 3px 0;
	border-top: 1px solid #aaa;
	line-height: 1.4em;
	font-size: 0.85em;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}

/* Messages that somehow need to attract the attention. */
.alert
{
	color: red;
}

/* Calendar colors for birthdays, events and holidays */
.birthday
{
	color: #920ac4;
}

.event
{
	color: #078907;
}

.holiday
{
	color: #000080;
}

/* Colors for warnings */
.warn_mute
{
	color: red;
}

.warn_moderate
{
	color: #ffa500;
}

.warn_watch, .success
{
	color: green;
}

a.moderation_link, a.moderation_link:visited
{
	color: red;
	font-weight: bold;
}

.openid_login
{
	background: white url(../images/openid.gif) no-repeat;
	padding-left: 18px;
}

/* a descriptive style */
.description, .description_board, .plainbox
{
	padding: 0.5em 1em;
	font-size: 0.9em;
	line-height: 1.4em;
	background: #202020;
	margin: 0px;
}
.description_board
{
	margin: 1em 1px 0 1px;
}

/* an informative style */
.information
{
	padding: 2em;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0.2em 1px 1em 1px;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url("../images/quoteshine.png") repeat-x scroll -17px top transparent;

}
.information p
{
	padding: 1em;
	margin: 0;
}
p.para2
{
	padding: 1em 0 3.5em 0;
	margin: 0;
}
/* AJAX notification bar
------------------------------------------------------- */
#ajax_in_progress
{
	background: #303030;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(73, 73, 73, 1);
	-moz-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(73, 73, 73, 1);
	-webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(73, 73, 73, 1);
	-o-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(73, 73, 73, 1);
	color: #ffffff;
	text-align: center;
	font-size: 16pt;
	padding: 8px;
	width: 100%;
	height: 29px;
	line-height: 25px;
	position: fixed;
	top: 0;
	left: 0;
}

#ajax_in_progress a
{
	color: white;
	text-decoration: underline;
	font-size: smaller;
	float: right;
	margin-right: 20px;
}

/* Lists with settings use these a lot.
------------------------------------------------------- */
dl.settings
{
	clear: right;
	overflow: auto;
	margin: 0 0 10px 0;
	padding: 0;
}
dl.settings dt
{
	width: 40%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
}
dl.settings dt.settings_title
{
	width: 100%;
	float: none;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	font-weight: bold;
	clear: both;
}
dl.settings dt.windowbg
{
	width: 98%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0 0 5px 0;
	clear: both;
}
dl.settings dd
{
	width: 56%;
	float: right;
	overflow: auto;
	margin: 0 0 3px 0;
	padding: 0;
}
dl.settings img
{
	margin: 0 10px 0 0;
}
/* help icons */
dl.settings dt a img
{
	position: relative;
	top: 2px;
}

/* Styles for rounded headers.
------------------------------------------------------- */
h3.catbg, h3.catbg2, h3.titlebg, h4.titlebg, h4.catbg
{
	overflow: hidden;
	height: 31px;
	line-height: 31px;
	font-size: 1.2em;
	font-weight: bold;
}
h3.catbg a:link, h3.catbg a:visited, h4.catbg a:link, h4.catbg a:visited, h3.catbg, .table_list tbody.header td, .table_list tbody.header td a
{
	color: #fff;
}
h3.catbg2 a, h3.catbg2
{
	color: #feb;
}
h3.catbg a:hover, h4.catbg a:hover, .table_list tbody.header td a:hover
{
	color: #fd9604;
	text-decoration: none;
}
h3.catbg2 a:hover
{
	color: #fff;
	text-decoration: none;
}
h3.titlebg a, h3.titlebg, h4.titlebg, h4.titlebg a
{
	color: #fff;
}
h3.titlebg a:hover, h4.titlebg a:hover
{
	color: #fd9604;
	text-decoration: none;
}
h3.catbg img.icon, h4.titlebg img.icon
{
	vertical-align: middle;
	margin: -2px 5px 0 0;
}
h4.catbg a.toggle img
{
	vertical-align: middle;
	margin: -2px 5px 0 5px;
}
h4.catbg, h4.catbg2 , h3.catbg , h3.catbg2 , .table_list tbody.header td.catbg
{
	background: none;
	padding-right: 0px;
}
h4.titlebg, h3.titlebg
{
	color: #fff;
	background: none !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
h4.titlebg img.icon
{
	float: left;
	margin: 5px 8px 0 0;
}
div.cat_bar
{
	background: none;
	height: 31px;
	overflow: hidden;
	margin-bottom: 0px;
}
div.title_bar
{
	background: none;
	padding-left: 0px;
	height: 31px;
	overflow: hidden;
	margin-bottom: 0px;
}


a.unread-all {
    float:right;
    background: none repeat scroll 0 0 #242424;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 0.8em;
    margin: 5px 0 0 12px !important;
    padding: 0 8px;
    text-transform: uppercase;
}

a.unread-all:hover {
	color: #000 !important;
	background: #fff;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow:0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}


a.unread-all span {
    display: block;
    height: 21px;
    line-height: 19px;
    padding: 1px 2px 0 4px;
}
/* rounded bars needs a different background here */

div.roundframe div.cat_bar
{
	background: none;
	margin-bottom: 0;
}
div.roundframe div.cat_bar h3.catbg
{
	background: none;
}
div.title_barIC
{
	background: none;
	padding-left: 9px;
	height: 31px;
	overflow: hidden;
	margin-bottom: 1px;
}
div.title_barIC h4.titlebg
{
	background: none;
}
#upshrinkHeaderIC p.pminfo
{
	margin: 0;
	padding: 0.5em;
}
img#upshrink_ic, img#newsupshrink
{
	float: right;
	margin: 10px 5px 0 1em;
}
table.table_list a.unreadlink, table.table_list a.collapse
{
	float: right;
}
table.table_list a.collapse
{
	margin: 10px 5px 0 1em;
}

/* The half-round header bars for some tables. */
.table_grid tr.catbg, .table_grid tr.titlebg
{
	font-size: 0.95em;
	border-bottom: 1px solid #fff;
}
.table_grid tr.catbg th, .table_grid tr.titlebg th
{
	height: 28px;
	line-height: 28px;
}
tr.catbg th.first_th
{
	background: none;
}
tr.catbg th.last_th
{
	background: none;
}
tr.titlebg th.first_th
{
	color: #fff;
	background: #202020;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

tr.titlebg th
{
	color: #fff;
	background: #202020;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

tr.titlebg th.last_th
{
	color: #fff;
	background: #202020;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
.table_grid th.last_th input
{
	margin: 0 2px;
}
.table_grid th.lefttext
{
	padding: 0 0.7em;
}

/* a general table class */
table.table_grid
{
	margin-top: 0.1em;
}
table.table_grid td
{
	padding: 9px;
}

/* GenericList */
.additional_row
{
	padding: 0.5em 0 0.5em 0;
}
table.table_grid thead tr.catbg th
{
	white-space: nowrap;
}

/* table_grid styles for Profile > Show Permissions. */
#permissions table.table_grid  td
{
	padding: 0.4em 0.8em;
	cursor: default;
}

/* Common styles used to add corners to divisions.
------------------------------------------------------- */
.windowbg span.topslice
{
	display: block;
	padding-left: 20px;
	background: none;
}
.windowbg span.topslice span
{
	display: block;
	background: none;
	height: 0px;
}
.windowbg span.botslice
{
	display: block;
	padding-left: 20px;
	background: none;
	font-size: 5px;
	line-height: 0px;
	margin-bottom: 0em;
}
.windowbg span.botslice span
{
	display: block;
	background: none;
	height: 0px;
}

.windowbg2 span.topslice
{
	display: block;
	padding-left: 20px;
	background: none;
}
.windowbg2 span.topslice span
{
	display: block;
	background: none;
	height: 0px;
}
.windowbg2 span.botslice
{
	display: block;
	padding-left: 20px;
	background: none;
	font-size: 5px;
	line-height: 0px;
	margin-bottom: 0em;
}
.windowbg2 span.botslice span
{
	display: block;
	background: none;
	height: 0px;
}
.approvebg span.topslice
{
	display: block;
	padding-left: 20px;
	background: none;
}
.approvebg span.topslice span
{
	display: block;
	background: none;
	height: 0px;
}
.approvebg span.botslice
{
	display: block;
	padding-left: 20px;
	background: none;
	margin-bottom: 0em;
}
.approvebg span.botslice span
{
	display: block;
	background: none;
	height: 0px;
}
.postbg
{
	border-left: 1px solid #7f7f7f;
	border-right: 1px solid #7f7f7f;
}

/* Used for sections that need somewhat larger corners.
----------------------------------------------------------- */
.roundframe
{
	padding: 2px 0px;
	background: none;

}
.roundframe dl, .roundframe dt, .roundframe p
{
	margin: 0;
}
.roundframe p
{
	padding: 0.5em;
}
span.upperframe
{
	padding: 0;
	display: block;
	background: none;
	padding-left: 20px;
}
span.upperframe span
{
	padding: 0;
	height: 0px;
	display: block;
	background: none;
}
span.lowerframe
{
	padding: 0;
	display: block;
	background: none;
	padding-left: 20px;
}
span.lowerframe span
{
	padding: 0;
	height: 12px;
	display: block;
	background: none;
}

/* The main content area.
------------------------------------------------------- */
.content
{
	padding: 1.2em 1.2em;
	margin: 0;
	border: none;
}
.content p
{
	margin: 0 0 0.5em 0;
}

/* Styles used by the auto suggest control.
------------------------------------------------------- */
.auto_suggest_div
{
	border: 1px solid #363636 ;
	position: absolute;
	visibility: hidden;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	}
.auto_suggest_item
{
	background: url("../images/quoteshine.png") repeat-x scroll -17px top #222222;
	color:#ffffff;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;

}
.auto_suggest_item_hover
{
	background: none repeat scroll 0 0 #EEA800;
	cursor: pointer;
	color: #000;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;

}

/* Styles for the standard dropdown menus.
------------------------------------------------------- */
#main_menu
{
	padding: 0px;
	float: right;
	margin-top: -7.2em;
	margin-right: 232px;
	text-align: right;
}

#main_menu ul li {
	text-align: left !important;
}

.dropmenu, .dropmenu ul
{
	list-style: none;
	line-height: 1em;
	padding: 0;
	margin: 0;
}
.dropmenu
{
	padding: 0 0em;
}
.dropmenu a
{
	display: block;
	color: #ffffff;
	text-decoration: none;
}
.dropmenu a span
{
	display: block;
	padding: 0 0 0 5px;
	font-size: 0.9em;
}
/* the background's first level only */
.dropmenu li a.firstlevel
{
	margin-right: 8px;
	background: rgb(36, 36, 36); /* for stupid IE */
	background: rgba(60, 60, 60, 0.1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left:5px;
	text-transform: lowercase;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);


}
.dropmenu li a.firstlevel span.firstlevel
{
	display: block;
	position: relative;
	left: -5px;
	padding-left: 5px;
	height: 22px;
	line-height: 19px;
	white-space: pre;
}
.dropmenu li
{
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}
.dropmenu li ul
{
	z-index: 90;
	display: none;
	position: absolute;
	width: 19em;
	font-weight: normal;
	border-bottom: 0;
	/* background: url(../images/theme/menu_gfx.png) 0 -130px no-repeat; */
	background: #2c2d31;
	padding: 7px 0 0 0;
	border-radius: 0x 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	margin-top: -3px;
}
.dropmenu li li
{
	width: 19em;
	margin: 0;

}
.dropmenu li li a span
{
	display: block;
	padding: 8px;
}
.dropmenu li ul ul
{
	margin: -1.8em 0 0 13em;
	border-radius: 0x 5px 5px 5px;
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
}

/* the active button */
.dropmenu li a.active
{
	background: url("../images/buttons/bg-btn-general.png") repeat scroll 0 0 #2a2b2f;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
}
.dropmenu li a.active span.firstlevel
{
/*	background: url("../images/buttons/bg-btn-general.png") repeat scroll 0 0 #2a2b2f; */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.dropmenu li a.active:hover {
	background: url("../images/buttons/bg-btn-general-hover.png") repeat scroll 0 0 #3f131d !important;
	color: #000 !important;
}

.dropmenu li a.active:hover span.firstlevel {
/*	background: url("../images/buttons/bg-btn-general-hover.png") repeat scroll 0 0 #3f131d !important; */
}
/* the hover effects */
.dropmenu li a.firstlevel:hover, .dropmenu li:hover a.firstlevel
{
	background: url("../images/buttons/bg-btn-general.png") repeat scroll 0 0 #2a2b2f;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	border: none 0px !important;
	font-weight: normal !important;
}
.dropmenu li a.firstlevel:hover span.firstlevel, .dropmenu li:hover a.firstlevel span.firstlevel
{
/*	background: url("../images/buttons/bg-btn-general.png") repeat scroll 0 0 #2a2b2f; */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	}
/* the hover effects on level2 and 3 */
.dropmenu li li a:hover, .dropmenu li li:hover>a
{
    background: #f2f2f2;color: #000 !important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
    -webkit-box-shadow:0px 3px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
    -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}

.dropmenu li:hover ul ul, .dropmenu li:hover ul ul ul
{
	top: -999em;
}
.dropmenu li li:hover ul
{
	top: auto;
}
.dropmenu li:hover ul
{
	display: block;
}
.dropmenu li li.additional_items
{
	background: #2c2d31;
	border-radius: 0x 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}

/* The dropdown menu toggle image */
#menu_toggle
{
	float: right;
	margin-right: 10px;
	padding-top: 3px;
}
#menu_toggle span
{
	position: relative;
	right: 5000px;
}

/* Styles for the standard button lists.
------------------------------------------------------- */

.buttonlist ul
{
	z-index: 100;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 0em 5px 0;
}
.buttonlist ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.buttonlist ul li a
{
	display: block;
	font-size: 0.8em;
	color: #fff;
	background: #242424;
	padding: 0 0 0 9px;
	margin-left: 12px;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: normal !important;
	border: none !important;
}
.buttonlist ul li a:hover
{
	color: #000;
	background:#fff;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow:0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	text-decoration: none;
}
.buttonlist ul li a span
{
	background: none;
	display: block;
	height: 21px;
	line-height: 19px;
	padding: 1px 8px 0 0;
}
.buttonlist ul li a:hover span
{
	background: none;
}
/* the active one */
.buttonlist ul li a.active
{
/*	background: #6f001c;  */
	background: #242424;
	color: #fff;
/*	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow:0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);	*/
}
.buttonlist ul li a.active span
{
	background: none;
}

.buttonlist ul li a.active:hover
{
	color: #000;
	background:#fff;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow:0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
/*	background:#af001c;    */
/*	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow:0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05); */
}


.buttonlist ul li a.button_strip_backtotopics
{
/*	background: #FD9604;    */
	background: #242424;
	color: #fff;
/*	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow:0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);	*/
}
.buttonlist ul li a.button_strip_backtotopics span
{
	background: none;
}

.buttonlist ul li a.button_strip_backtotopics:hover
{
	color: #000;
	background:#fff;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow:0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}


.align_top ul li a, .align_bottom ul li a
{
	margin: 0 12px 0 0;
}

/* the navigation list */
ul#navigation
{
	margin: 0;
	font-size: 0.9em;
	padding: 1em 0.4em;
}
ul#navigation li
{
	float: none;
	font-size: 0.95em;
	display: inline;
}

#adm_submenus
{
	padding-left: 2em;
	overflow: hidden;
}

/* Styles for the general looks for the Curve theme.
------------------------------------------------------- */

/* the framing graphics */
#header
{
	background: none;
	padding-left: 0px;
}
#header div.frame
{
	background: none;
	display: block;
	padding: 0px 0px 0em 0;
}
/* the content section */
#content_section
{
	background: none;
	padding-left: 0px;
	margin-top:-30px;
}
#content_section div.frame
{
	background: none;
	display: block;
	padding: 0 0px 0 0;
}
#main_content_section
{
	width: 100%;
	min-height: 200px;
}

/* the main title, always stay at 45 pixels in height! */
h1.forumtitle
{
	line-height: 45px;
	font-size: 1.8em;
	font-family: Geneva, verdana, sans-serif;
	margin: 0;
	padding: 0;
	float: left;
}
/* float these items to the right */
#siteslogan, img#smflogo
{
	margin: 0;
	padding: 0;
	float: right;
	line-height: 3em;
}
h3, h4
{
	padding-bottom: 3px;
}
/* the upshrink image needs some tweaking */
img#upshrink
{
	float: right;
	margin: 1em;
}
/* ..so does the SMF logo */
img#smflogo
{
	margin-left: 1em;
	margin-top: 0.6em;
}
/* the upper_section, float the two each way */
#upper_section
{
	padding: 5px;
	margin-bottom: 1.5em;
}
#upper_section ul li.greeting
{
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
}
#upper_section div.news
{
	width: 50%;
	float: right;
	text-align: right;
}
#guest_form
{
	overflow: hidden;
}
#guest_form .info
{
	padding: 4px 0 ;
	line-height: 1.3em;
}
div#upper_section div.user
{
	width: 50%;
	float: left;
	overflow: auto;
}
div#upper_section div.user p
{
	float: left;
	margin: 0 1em 1em 0;
	padding: 0;
}
div#upper_section div.user ul
{
	margin: 0;
	padding-left: 10px;
}
div#upper_section div.user ul li
{
	margin-bottom: 2px;
}
div#upper_section div.news p
{
	display: inline;
}
div#upper_section div.news form
{
	padding-bottom: 10px;
}
/* clearing the floats */
#top_section
{
	min-height: 0px;
	overflow: hidden;
	margin-bottom: 0px;
}
#upper_section
{
	overflow: hidden;
}

/* The navigation list (i.e. linktree) */
.navigate_section
{
	padding: 0.5em 0em 0.5em 0px;
	margin: 0 0 0 0;
}


.navigate_section ul
{
	display: block;
	margin: 0;
	font-size: 0.9em;
	padding: 1em 0 0.5em 0;
	border-top: none;
	overflow: hidden;
	list-style: none;
	clear: both;
	width: 100%;
}


.navigate_section ul li
{
	float: left;
	padding: 0 0.5em 0 0;
	font-size: 0.95em;
	visibility: hidden;

}
.navigate_section ul li a
{
	white-space: pre;
	color: #828282;
}

.navigate_section ul li a:hover
{
	white-space: pre;
	color: #fd9604;
	text-decoration: none;
	}

/* The footer wih copyright links etc. */
#footer_section
{
	text-align: center;
	background: none;
	padding-left: 0px;
	color: ##DADADA;
	clear: both;


}
#footer_section span.smalltext
{
	font-size: 100%;
}
#footer_section div.frame
{
	background: none;
	display: block;
	padding: 0px 0 0 0;
}
#footer_section ul li, #footer_section p
{
	font-size: 0.8em;
}
#footer_section ul li
{
	display: inline;
	padding-right: 5px;
}
#footer_section ul li.copyright
{
	display: block;
	color: #272727;
	visibility: hidden;
}
select.qaction, input.qaction
{
	font-size: 0.85em;
	padding: 0;
}
#mlist table tbody td.windowbg2
{
	text-align: center;
}

/* Styles for a typical table.
------------------------------------------------------- */
table.table_list
{
	width: 100%;
}
table.table_list p
{
	padding: 0;
	margin: 0;
}
table.table_list td, table.table_list th
{
	padding: 5px;
}
table.table_list tbody.header td
{
	padding: 0;
	border-radius:5px;
}
table.table_list tbody.content td.stats
{
	font-size: 90%;
	width: 15%;
	text-align: center;
}
table.table_list tbody.content td.lastpost
{
	line-height: 1.3em;
	font-size: 85%;
	width: 50%;
	overflow: hidden !important;
}
table.table_list tbody.content td.icon
{
	text-align: center;
	width: 6%;
}

/* Styles for the board index.
------------------------------------------------- */

/* the board title! */
.table_list tbody.content td.info a.subject
{
	font-weight: normal;
	font-size: 110%;
	color: #ffffff;
}


.table_list tbody.content td.info a.subject:hover
{
	font-weight: normal;
	font-size: 110%;
	color: #fff;
}


.table_list tbody.content td.children
{
	color: #555;
	font-size: 85%;
}
p.moderators
{
	font-size: 0.8em;
	font-family: verdana, sans-serif;
	display: none !important;
}
/* hide the table header/footer parts - but its here for those needing to style it */
#boardindex_table .table_list thead, #boardindex_table .table_list tfoot
{
	display: none;
}

/* the posting icons */
#posting_icons
{
	padding: 0 0em 0.5em 0em;
	margin: 0 0 1em 0;
	line-height: 1em;
}
#posting_icons ul
{
	font-size: 0.8em;
}
#posting_icons img
{
	vertical-align: middle;
	margin: 0 0 0 1px;
}
#postbuttons_upper ul li a span
{
	line-height: 19px;
	padding: 0 0 0 6px;
}
.nextlinks
{
	text-align: right;
	margin-top: -1px;
}
.nextlinks_bottom
{
	clear: right;
	text-align: right;
}
.mark_read
{
	padding: 0 0.5em;
}

.mark_read ul {
	padding-left: 0px;
}

/* the newsfader */
#newsfader
{
	margin: 0 2px;
}
#smfFadeScroller
{
	text-align: center;
	padding: 0 2em;
	overflow: auto;
	margin: 1em 0;
	color: #575757; /* shouldn't be shorthand style due to a JS bug in IE! */
}

/* Styles for the info center on the board index.
---------------------------------------------------- */

#upshrinkHeaderIC
{
	margin-top: 4px;
	padding: 10px;
	background: #242424;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
dl#ic_recentposts
{
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	line-height: 1.3em;
}
dl#ic_recentposts dt
{
	float: left;
}
dl#ic_recentposts dd
{
	text-align: right;
}
#upshrinkHeaderIC p
{
	margin: 0 0 0.5em 0;
	padding: 0.5em;
}
#upshrinkHeaderIC p.last
{
	margin: 0;
	padding: 0.5em;
}
#upshrinkHeaderIC p.inline
{
	border: none;
	margin: 0;
	padding: 0.2em 0.5em 0.2em 0.5em;
}
#upshrinkHeaderIC p.stats
{
	font-size: 1.1em;
	padding-top: 8px;
}

p.stats a {
	color: #fff;
}

p.stats a:hover {
	color: #FF2F24;
}
form#ic_login
{
	padding: 0.5em;
	height: 2em;
}
form#ic_login ul li
{
	margin: 0;
	padding: 0;
	float: left;
	width: 20%;
	text-align: center;
}
form#ic_login ul li label
{
	display: block;
}

/* the small stats */
#index_common_stats
{
	display: block;
	margin: 0 0 0.5em 0;
	text-align: right;
	font-size: 0.9em;
	position: relative;
	top: -20px;
	line-height: 1px;
}

img.new_posts
{
	padding: 0 0.1em;
}
/* Styles for the message (topic) index.
---------------------------------------------------- */
div.table_frame .table_list
{
	margin: 2px 0;
}
.table_frame .table_list td.icon, .table_frame .table_list td.info, .table_frame .table_list td.stats
{
	border-right: none;
}
#messageindex
{
	clear: both;
}
/* the page navigation area */
.childboards
{
	margin-bottom: 0.2em;
}
#childboards h3
{
	padding-bottom: 0;
}
#childboards .table_list thead
{
	display: none;
}
#childboards .table_list
{
	margin-bottom: 1em;
}
.lastpost img
{
	float: right;
	padding: 4px;
}

/* Styles for the display template (topic view).
---------------------------------------------------- */

#postbuttons div.buttons
{
	padding: 0.5em;
	width: 40%;
	float: right;
}
#postbuttons div.middletext
{
	width: 60%;
}
#postbuttons span
{
	display: block;
	text-align: right;
}
#postbuttons span.lower
{
	clear: right;
}
#postbuttons .buttonlist
{
	float: right;
}
#postbuttons #pagelinks
{
	padding-top: 1em;
}
#moderationbuttons
{
	overflow: hidden;
	margin: 10px 0px 10px 0px;
}
/* Events */
.linked_events
{
	padding: 1em 0;
}
.edit_event
{
	margin: 0 1em;
	vertical-align: middle;
}
/* Poll question */
#poll .windowbg {
	margin-bottom: 5px;
	background: none !important;
}

#poll
{
	overflow: hidden;
}
#poll .content
{
	padding: 1em;
}
h4#pollquestion
{
	padding: 0.2em 0 0.5em 2em;
}

/* Poll vote options */
#poll_options ul.options
{
	padding: 1em 2.5em 0 2em;
	margin: 0 0 1em 0;
}
#poll_options div.submitbutton
{
	clear: both;
	padding: 0 0 1em 2em;
	margin: 0 0 1em 0;
}

/* Poll results */
#poll_options dl.options
{
	padding: 1em 2em 1em 2em;
	margin: 0 1em 1em 1em;
	line-height: 1.1em !important;
}

#poll_options dl.options dt
{
	padding: 0.3em 0;
	width: 30%;
	float: left;
	margin: 0;
	clear: left;
	line-height: 20px;
}

#poll_options dl.options .voted
{
	font-weight: bold;
}

#poll_options dl.options dd
{
	margin: 0 0 0 2em;
	padding: 0.5em 0 0em 0em;
	width: 68%;
	float: left;
	line-height: 20px;

}

#poll_options dl.options .percentage
{
	display: block;
	float: right;
	padding: 0.2em 0 0.3em 0;
}

/* Poll notices */
#poll_options p
{
	margin: 0 1.5em 0.2em 1.5em;
	padding: 0 0.5em 0.5em 0.5em;
}

div#pollmoderation
{
	margin-left: -52px;
	padding: 0;
	overflow: auto;
}

/* onto the posts */
#forumposts
{
	clear: both;
}
#forumposts .cat_bar
{
	margin: 0 0 2px 0;
}
/* author and topic information */
#forumposts h3 span#author
{
	margin: 0 7.7em 0 0;
}
#forumposts h3 img
{
	float: left;
	margin: 4px 0.5em 0 0;
}
#forumposts h3.catbg
{
	margin-bottom: 3px;
}
p#whoisviewing
{
	margin: 0;
	padding: 0.5em;
}
/* poster and postarea + moderation area underneath */
.post_wrapper
{
	float:left;
	width:100%;
}
.poster
{
	float: left;
	width: 126px;
	overflow: hidden;
	position: relative;
	display: inline;
}
.postarea
{
	margin: 0 0 0 145px;
}
.postarea div.flow_hidden
{
	width: 100%;
}

.moderatorbar
{
	clear: right;
	clear:left;
	margin-top:8px;
	position: absolute;
	bottom:0;
	right:0;
	margin: 0 20px 12px 11em;
	display: block;
}
/* poster details and list of items */
.poster h4, .poster ul
{
	padding: 0;
	margin: 0 1em 0 1.5em;
}
.poster h4
{
	margin: 0.2em 0 0.4em 0px;
	font-size: 120%;
}
.poster h4, .poster h4 a
{
	color: #fff;
}

poster ul {
	margin-top: 0.8em;
}
.poster ul ul
{
	margin: 0.0em 1em 0 0;
	padding: 0;
}
.poster ul ul li
{
	display: inline;
}

.poster li.stars {
	display: none;
}

.poster li.stars, .poster li.avatar, .poster li.blurb, li.postcount, li.im_icons ul
{
	margin-top: 0.5em;
}
.poster li.avatar
{
	overflow:  visible;
	margin-bottom:5px;
	margin-top:0em !important;
}

.poster li.avatar .kid {
	opacity: 0.7;
}

.avatar {
	border-radius:5px !important;
	-moz-border-radius:5px !important;
	-webkit-border-radius: 5px !important;
	}

.poster li a {
	display: inline;
}

.poster li.warning
{
	line-height: 1.2em;
	padding-top: 1em;
}
.poster li.warning a img
{
	vertical-align: bottom;
	padding: 0 0.2em;
}
.messageicon
{
	float: left;
	margin: 0 0.5em 0 0;
}
.messageicon img
{
	padding: 6px 3px;
}
.keyinfo
{
	float: left;
	width: 50%;
}
.modifybutton
{
	clear: right;
	float: right;
	margin: -3px 0px 0px 0px;
	text-align: right;
	font: bold 0.85em arial, sans-serif;
	color: #334466;
}

/* The quick buttons */
div.quickbuttons_wrap
{
	padding: 0.2em 0;
	width: 100%;
	float: left;
}

ul.quickbuttons
{
	margin: 0em 11px 0 0;
	clear: right;
	float: right;
	text-align: right;
	font: bold 0.85em arial, sans-serif;
}
ul.quickbuttons li
{
	float: left;
	display: inline;
	margin: 0 0 0 11px;
}
ul.quickbuttons li a
{
	padding: 0 0 0 0px;
	display: block;
	height: 20px;
	line-height: 18px;
	float: left;
	margin-left:5px;
}
ul.quickbuttons a:hover
{
	color: #fd9604;
}
ul.quickbuttons li.quote_button a:hover
{
	background: transparent ;
	border: none;
/*	background: url(../images/theme/quickbuttons.png) no-repeat 0 0; */
}
ul.quickbuttons li.remove_button
{
/*	background: url(../images/theme/quickbuttons.png) no-repeat 0 -30px; */
}
ul.quickbuttons li.modify_button
{
/*	background: url(../images/theme/quickbuttons.png) no-repeat 0 -60px; */
}
ul.quickbuttons li.approve_button
{
/*	background: url(../images/theme/quickbuttons.png) no-repeat 0 -90px; */
}
ul.quickbuttons li.restore_button
{
/*	background: url(../images/theme/quickbuttons.png) no-repeat 0 -120px; */
}
ul.quickbuttons li.split_button
{
/*	background: url(../images/theme/quickbuttons.png) no-repeat 0 -150px; */
}
ul.quickbuttons li.reply_button
{
/*	background: url(../images/theme/quickbuttons.png) no-repeat 0 -180px; */
}
ul.quickbuttons li.reply_all_button
{
/*	background: url(../images/theme/quickbuttons.png) no-repeat 0 -180px; */
}
ul.quickbuttons li.notify_button
{
/*	background: url(../images/theme/quickbuttons.png) no-repeat 0 -210px; */
}
ul.quickbuttons li.inline_mod_check
{
	margin: 0 0 0 5px;
}

.post
{
	margin-top: 0.5em;
	clear: right;
}
.inner
{
	padding: 1em 1em 2px 0;
	margin: 0 1em 1.5em 0;
}
img.smiley
{
	vertical-align: bottom;
}
#forumposts .modified
{
	float: left;
	margin-right:10px;
}
#forumposts .reportlinks
{
	margin-right: 0em;
	text-align: right;
	clear: right;
	display: inline;
}
#forumposts .signature, .post .signature
{
	margin: 1em 0 0 0;
}
#forumposts span.botslice
{
	clear: both;
}
.attachments hr
{
	clear: both;
	margin: 1em 0 1em 0;
}
.attachments
{
	padding: 1em 0 2em 0;
}
.attachments div
{
	padding: 0 0.5em;
}

/* Styles for the quick reply area.
---------------------------------------------------- */

#quickreplybox
{
	padding-bottom: 1px;
}
#quickReplyOptions .roundframe
{
	padding: 0 9px 10px 0;
}
#quickReplyOptions form textarea
{

	height: 100px;
	width: 635px;
	max-width: 100%;
	min-width: 100%;
	margin: 0.25em 0 1em 0;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}

#quickReplyOptions .roundframe .quickbutton {
	margin-right: -6px;
	font-family: 'CenturyGothic','Century Gothic','Apple Gothic',sans-serif,Arial,Trebuchet MS,verdana !important;

}
#quickReplyOptions .roundframe .quickbutton input {
	font-weight: normal;
	font-family: 'CenturyGothic','Century Gothic','Apple Gothic',sans-serif,Arial,Trebuchet MS,verdana !important;

}


.ui-widget
     {
	 border: solid 5px #313131 !important;
	 border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	box-shadow: 0px 6x 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 6px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 6px 5px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 6px 5px rgba(0,0,0,0.4);
     }

 .ui-dialog-titlebar   {
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
 }

.ui-corner-all {
	border-radius: 0px ;
	-moz-border-radius: 0px ;
	-webkit-border-radius: 0px ;
	}


/* The jump to box */
#display_jump_to
{
	clear: both;
	padding: 0px;
	margin-top: 0px;
	text-align: right;
}

#message_index_jump_to {
	clear: both;
	padding: 0px;
	margin-top: 0px;
	text-align: right;
}

/* Separator of posts. More useful in the print stylesheet. */
#forumposts .post_separator
{
/*	display: none; */
        height:5px;
}

/* Styles for edit post section
---------------------------------------------------- */
form#postmodify .roundframe
{
	padding: 2% 12%;
	background: #242424;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#post_header, .postbox
{
	padding: 0.5em;
	overflow: hidden;
}
#post_header dt, .postbox dt
{
	float: left;
	padding: 0;
	width: 15%;
	margin: .5em 0 0 0;
	font-weight: bold;
}
#post_header dd, .postbox dd
{
	float: left;
	padding: 0;
	width: 83%;
	margin: .3em 0;
}
#post_header img
{
	vertical-align: middle;
}
ul.post_options
{
	margin: 0 0 0 1em;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
ul.post_options li
{
	margin: 0.2em 0;
	width: 49%;
	float: left;
}
#postAdditionalOptionsHeader
{
	margin-top: 1em;
}
#postMoreOptions
{
	border-bottom: 1px solid #cacdd3;
	padding: 0.5em;
}
#postAttachment, #postAttachment2
{
	overflow: hidden;
	margin: .5em 0;
	padding: 0;
	border-bottom: 1px solid #cacdd3;
	padding: 0.5em;
}
#postAttachment dd, #postAttachment2 dd
{
	margin: .3em 0 .3em 1em;
}
#postAttachment dt, #postAttachment2 dt
{
	font-weight: bold;
}
#postAttachment3
{
	margin-left: 1em;
}
#post_confirm_strip, #shortcuts
{
	padding: 1em 0 0 0;
}
.post_verification
{
	margin-top: .5em;
}
.post_verification #verification_control
{
	margin: .3em 0 .3em 1em;
}
/* The BBC buttons */
#bbcBox_message
{
	margin: 0.75em 0.5em;
}
#bbcBox_message div
{
	margin: 0.2em 0;
	vertical-align: top;
}
#bbcBox_message div img
{
	margin: 0 1px 0 0;
	vertical-align: top;
}
#bbcBox_message select
{
	margin: 0 2px;
}
/* The smiley strip */
#smileyBox_message
{
	margin: 0.5em;
}

/* Styles for edit event section
---------------------------------------------------- */
#post_event .roundframe
{
	padding: 0 12%;
}
#post_event fieldset
{
	padding: 0.5em;
	clear: both;
}
#post_event #event_main input
{
	margin: 0 0 1em 0;
	float: left;
}
#post_event #event_main div.smalltext
{
	width: 33em;
	float: right;
}
#post_event div.event_options
{
	float: right;
}
#post_event ul.event_main, ul.event_options
{
	padding: 0;
	overflow: hidden;
}
#post_event ul.event_main li
{
	list-style-type: none;
	margin: 0.2em 0;
	width: 49%;
	float: left;
}
#post_event ul.event_options
{
	margin: 0;
	padding: 0 0 .7em .7em;
}
#post_event ul.event_options li
{
	list-style-type: none;
	margin: 0;
	float: left;
}
#post_event #event_main select, #post_event ul.event_options li select, #post_event ul.event_options li .input_check
{
	margin: 0 1em 0 0;
}

/* Styles for edit poll section.
---------------------------------------------------- */

#edit_poll
{
	overflow: hidden;
}
#edit_poll fieldset
{
	padding: 0.5em;
	clear: both;
	overflow: hidden;
}
#edit_poll fieldset input
{
	margin-left: 8.1em;
}
#edit_poll ul.poll_main li
{
	padding-left: 1em;
}
#edit_poll ul.poll_main input
{
	margin-left: 1em;
}
#edit_poll ul.poll_main, dl.poll_options
{
	overflow: hidden;
	padding: 0 0 .7em .7em;
	list-style: none;
}
#edit_poll ul.poll_main li
{
	margin: 0.2em 0;
}
#edit_poll dl.poll_options dt
{
	width: 33%;
	padding: 0 0 0 1em;
}
#edit_poll dl.poll_options dd
{
	width: 65%;
}
#edit_poll dl.poll_options dd input
{
	margin-left: 0;
}

/* Styles for the recent messages section.
---------------------------------------------------- */

#readbuttons_top .pagelinks, #readbuttons .pagelinks
{
	padding-bottom: 1em;
	width: 60%;
}
#readbuttons .pagelinks
{
	padding-top: 1em;
}
#recent
{
	clear: both;
}

/* Styles for the move topic section.
---------------------------------------------------- */

#move_topic dl
{
	margin-bottom: 0;
}
#move_topic dl.settings dt
{
	width: 40%;
}
#move_topic dl.settings dd
{
	width: 59%;
}
.move_topic
{
	width: 710px;
	margin: auto;
	text-align: left;
}
div.move_topic fieldset
{
	padding: 0.5em;
}

/* Styles for the send topic section.
---------------------------------------------------- */

fieldset.send_topic
{
	border: none;
	padding: 0.5em;
}
dl.send_topic
{
	margin-bottom: 0;
}
dl.send_mail dt
{
	width: 35%;
}
dl.send_mail dd
{
	width: 64%;
}

/* Styles for the report topic section.
---------------------------------------------------- */

#report_topic dl
{
	margin-bottom: 0;
}
#report_topic dl.settings dt
{
	width: 20%;
}
#report_topic dl.settings dd
{
	width: 79%;
}

/* Styles for the split topic section.
---------------------------------------------------- */

div#selected, div#not_selected
{
	width: 49%;
}
ul.split_messages li.windowbg, ul.split_messages li.windowbg2
{
	margin: 1px;
}
ul.split_messages li a.split_icon
{
	padding: 0 0.5em;
}
ul.split_messages div.post
{
	padding: 1em 0 0 0;
	border-top: 1px solid #fff;
}

/* Styles for the merge topic section.
---------------------------------------------------- */
ul.merge_topics li
{
	list-style-type: none;
}
dl.merge_topic dt
{
	width: 25%;
}
dl.merge_topic dd
{
	width: 74%;
}
fieldset.merge_options
{
	clear: both;
}
.custom_subject
{
	margin: 0.5em 0;
}

/* Styles for the login areas.
------------------------------------------------------- */
.login
{
	width: 100%;
	margin: 0 auto;
}
.login dl
{
	overflow: auto;
	clear: right;
}
.login dt, .login dd
{
	margin: 0 0 0.4em 0;
	width: 44%;
	padding: 0.1em;
}
.login dt
{
	float: left;
	clear: both;
	text-align: right;
	font-weight: bold;
}
.login dd
{
	width: 54%;
	float: right;
	text-align: left;
}
.login p
{
	text-align: center;
}

/* Styles for the registration section.
------------------------------------------------------- */
.register_error
{
	border: 1px dashed red;
	padding: 5px;
	margin: 0 1ex 1ex 1ex;
}
.register_error span
{
	text-decoration: underline;
}

/* Additional profile fields */

.regwindow {
	padding: 2em;
}

dl.register_form
{	width:90%;
	margin: 0 auto;
	clear: right;
	overflow: hidden;
}

dl.register_form dt
{
	font-weight: normal;
	float: left;
	clear: both;
	width: 38%;
	margin: 0.5em 1.3em 0 0;
	text-align: right;
}

dl.register_form dt strong
{
	font-weight: bold;
}

dl.register_form dt span
{
	display: block;
}

dl.register_form dd
{
	float: left;
	width: 47%;
	margin: 0.5em 0 0 0;
}



#confirm_buttons
{
	text-align: center;
	padding: 1em 0;
}

.coppa_contact
{
	padding: 4px;
	width: 32ex;
	background-color: #fff;
	color: #000;
	margin-left: 5ex;
	border: 1px solid #000;
}

.valid_input
{
	font: 95%/115% verdana, Helvetica, sans-serif;
	color: #fff;
	background: url("../images/quoteshine.png") repeat-x scroll -17px top #222222;
	border: 2px solid #363636;
	border-width: 2px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
	}
.invalid_input
{
	font: 95%/115% verdana, Helvetica, sans-serif;
	color: #fff;
	background: url("../images/quoteshine.png") repeat-x scroll -17px top #222222;
	border: 2px solid #363636;
	border-width: 2px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
	}

/* Styles for maintenance mode.
------------------------------------------------------- */
#maintenance_mode
{
	width: 75%;
	min-width: 520px;
	text-align: left;
}
#maintenance_mode img.floatleft
{
	margin-right: 1em;
}

/* common for all admin sections */
h3.titlebg img
{
	vertical-align: middle;
	margin-right: 0.5em;
	margin-top: -1px;
}
tr.titlebg td
{
	padding-left: 0.7em;
}
#admin_menu
{
	min-height: 2em;
	padding-left: 0;
}
#admin_content
{
	clear: left;
	padding-top: 0.5em;
}
/* Custom profile fields like to play with us some times. */
#admin_content .custom_field
{
	margin-bottom: 15px;
}
#admin_login .centertext
{
	padding: 10em;
}
#admin_login .centertext .error
{
	padding: 0 0 1em 0;
}

/* Styles for sidebar menus.
------------------------------------------------------- */
.left_admmenu, .left_admmenu ul, .left_admmenu li
{
	padding: 0;
	margin: 0;
	list-style: none;
}
#left_admsection
{
	width: 160px;
	float: left;
	padding-right: 10px;
}
.adm_section h4.titlebg
{
	font-size: 95%;
	margin-bottom: 5px;
}
#main_container
{
	position: relative;
}
.left_admmenu li
{
	padding: 0 0 0 0.5em;
}
.left_admmenu
{
	margin-bottom: 0.5em;
}
#main_admsection
{
	position: relative;
	left: 0;
	right: 0;
	overflow: hidden;
}

tr.windowbg td, tr.windowbg2 td, tr.approvebg td, tr.highlight2 td
{
	padding: 15px;
}
#credits p
{
	padding: 0;
	font-style: italic;
	margin: 0;
}

/* Styles for generic tables.
------------------------------------------------------- */
.topic_table table
{
	width: 100%;
}
.topic_table .icon1, .topic_table .icon2, .topic_table .stats
{
	text-align: center;
}
#topic_icons
{
	margin: 1em 0 0 0;
}
#topic_icons .description
{
	margin: 0;
}
.topic_table table thead
{
	border-bottom: 1px solid #fff;
}
/* the subject column */
.topic_table td
{
	font-size: 1em;
}
.topic_table td.subject p, .topic_table td.stats
{
	font-size: 0.85em;
	padding: 0;
	margin: 0;
}
.topic_table td.lastpost
{
	font-size: 0.85em;
	line-height: 1.3em;
	padding: 9px;
}

.topic_table td.locked_sticky_poll2 {
	background-image: url(../images/icons/quick_sticky_lock_poll.gif);
	background-repeat: no-repeat;
	background-position: 98% 4px;
}

.topic_table td.locked_poll2 {
	background-image: url(../images/icons/poll_lock.gif);
	background-repeat: no-repeat;
	background-position: 98% 4px;
}

.topic_table td.sticky_poll2 {
	background-image: url(../images/icons/sticky_poll.gif);
	background-repeat: no-repeat;
	background-position: 98% 4px;

}

.topic_table td.stickybg2
{
	background-image: url(../images/icons/quick_sticky.gif);
	background-repeat: no-repeat;
	background-position: 98% 4px;
}
.topic_table td.lockedbg2
{
	background-image: url(../images/icons/quick_lock.gif);
	background-repeat: no-repeat;
	background-position: 98% 4px;
}
.topic_table td.locked_sticky2
{
	background-image: url(../images/icons/quick_sticky_lock.gif);
	background-repeat: no-repeat;
	background-position: 98% 4px;
}

.topic_table td.pollbg2
{
	background-image: url(../images/icons/message_poll.gif);
	background-repeat: no-repeat;
	background-position: 98% 4px;
}

.topic_table td.lastpost
{
	background-image: none;
}

/* Styles for (fatal) errors.
------------------------------------------------- */

#fatal_error
{
	width: 80%;
	margin: auto;
}

.errorbox
{
	padding: 1em;
	border: 1px solid #cc3344;
	color: #000;
	background-color: #ffe4e9;
	margin-bottom: 1em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.errorbox h3
{
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	text-decoration: underline;
}
.errorbox p
{
	margin: 1em 0 0 0;
}
.errorbox p.alert
{
	padding: 0;
	margin: 0;
	float: left;
	width: 1em;
	font-size: 1.5em;
}

/* Styles for the profile section.
-------------------------------------------------

dl
{
	overflow: auto;
	margin: 0;
	padding: 0;
}

/* The basic user info on the left */
#basicinfo
{
	width: 100%;
	float: left;
}
#basicinfo .windowbg .content
{
	padding-left: 20px;
}
#detailedinfo
{
	width: 85.5%;
	float: right;
}
#basicinfo h4
{
	font-size: 135%;
	font-weight: 100;
	line-height: 105%;
	white-space: pre-wrap;
	overflow: hidden;
	text-align: center;

}
#basicinfo h4 span.position
{
	font-size: 80%;
	font-weight: 100;
	display: block;
}
#basicinfo img.avatar
{
	display: block;
	margin-top: 10px;
	width: 98px;
	margin-right: auto;
	margin-left: auto;
}
#basicinfo ul
{
	list-style-type: none;
	margin: 10px 0 0 0;
}
#basicinfo ul li
{
	display: block;
	float: left;
	margin-right: 5px;
	height: 20px;
}
#basicinfo span#userstatus
{
	display: block;
	clear: both;
}
#basicinfo span#userstatus img
{
	vertical-align: middle;
}
#detailedinfo div.content dl, #tracking div.content dl
{
	clear: right;
	overflow: auto;
	margin: 0 0 18px 0;
	padding: 0 0 15px 0;
}
#detailedinfo div.content dt, #tracking div.content dt
{
	width: 35%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
	clear: both;
}
#detailedinfo div.content dd, #tracking div.content dd
{
	width: 65%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
}
#detailedinfo div.content dl.noborder
{
	border-bottom: 0;
}
#detailedinfo div.content dt.clear
{
	width: 100%;
}
.signature, .custom_fields_above_signature
{
	border-top: 1px #ccc solid;
}
.signature h5
{
	font-size: 0.85em;
	margin-bottom: 10px;
}
#personal_picture
{
	display: block;
	margin-bottom: 0.3em;
}
#avatar_server_stored div
{
	float: left;
}
#avatar_upload
{
	overflow: auto;
}
#main_admsection #basicinfo {
	width: 100%;
}
#main_admsection #detailedinfo
{
	width: 85.5%;
}
#main_admsection #basicinfo h4
{

	font-size: 135%;
	font-weight: 100;
	line-height: 105%;
	white-space: pre-wrap;
	overflow: hidden;
	text-align: center;
}
#main_admsection #basicinfo img.avatar
{
	vertical-align: top;
	display: block;
	margin-top: 10px;
	width: 98px;
	margin-right: auto;
	margin-left: auto;
}
#main_admsection #basicinfo ul
{
	clear: left;
}
#main_admsection #basicinfo span#userstatus
{
	clear: left;
}
#main_admsection #basicinfo p#infolinks
{
	clear: both;
}
#main_admsection #basicinfo .botslice
{
	clear: both;
}

/* Simple feedback messages */
div#profile_error, div#profile_success
{
	margin: 0 0 1em 0;
	padding: 1em 2em;
	border: 1px solid;
}
div#profile_error
{
	border-color: red;
	color: red;
	background: #fee !important;
}

div#profile_error span
{
	text-decoration: underline;
}

div#profile_success
{
	border-color: green ;
	color: green;
	background: #efe !important;
}

/* Profile statistics */
#generalstats div.content dt
{
	width: 50%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
	clear: both;
}
#generalstats div.content dd
{
	width: 50%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
}

/* Activity by time */
#activitytime
{
	margin: 6px 0;
}
.activity_stats
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.activity_stats li
{
	margin: 0;
	padding: 0;
	width: 4.16%;
	float: left;
}
.activity_stats li span
{
	display: block;
	border: solid #000;
	border-width: 1px 1px 0 0;
	text-align: center;
}
.activity_stats li.last span
{
	border-right: none;
}
.activity_stats li div.bar
{
	margin: 0 auto;
	width: 15px;
}
.activity_stats li div.bar div
{
	background: #6294CE;
}
.activity_stats li div.bar span
{
	position: absolute;
	top: -1000em;
	left: -1000em;
}

/* Most popular boards by posts and activity */
#popularposts
{
	width: 49.5%;
	float: left;
}
#popularactivity
{
	width: 49.5%;
	float: right;
}

#popularposts div.content dt, #popularactivity div.content dt
{
	width: 65%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
	clear: both;
}
#popularposts div.content dd, #popularactivity div.content dd
{
	width: 35%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
}

.profile_pie
{
	background-image: url(../images/stats_pie.png);
	float: left;
	height: 20px;
	width: 20px;
	margin: 0 1em 0 0;
	padding: 0;
	text-indent: -1000em;
}

/* View posts */
.topic .time
{
	float: right;
}

.counter
{
	margin: 0 0 0 0;
	padding: 0.2em 0.5em 0.1em 0.2em;
	font-size: 2.2em;
	font-weight: bold;
	color: #3f3f3f;
	float: left;
}
.list_posts
{
	padding-top: 12px;
	margin-top: 6px;
	overflow: auto;
}

.core_posts
{
	margin-bottom: 6px;
}

.topic h4
{
	margin: 3px 0;
}

.topic .post
{
	margin: 0 1em;
	min-height: 80px;
	height: auto !important;
	height: 80px;
}

.topic .mod_icons
{
	text-align: right;
	margin-right: 1em;
}

#tracking div.content dl
{
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

#creator dl
{
	margin: 0;
}
#creator dt
{
	width: 40%;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}
#creator dd
{
	float: right;
	width: 55%;
	margin: 0 0 10px 2px;
	overflow: auto;
}

.ignoreboards
{
	margin: 0 2%;
	padding: 0;
	width: 45%;
}
.ignoreboards a
{
	font-weight: bold;
	padding: 0.1em 0;
}
.ignoreboards a:hover
{
	text-decoration: none;
	border-bottom: 1px solid #334466;
}
.ignoreboards ul
{
	margin: 0;
	padding: 0;
}
.ignoreboards li
{
	list-style: none;
	float: left;
	clear: both;
}
.ignoreboards li.category
{
	margin: 0.7em 0 0 0;
	width: 100%;
}
.ignoreboards li ul
{
	margin: 0.2em 0 0 0;
}
.ignoreboards li.category ul li.board
{
	width: 93%;
}

#theme_settings
{
	overflow: auto;
	margin: 0;
	padding: 0;
}

#theme_settings li
{
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
/* Paid Subscriptions */
#paid_subscription
{
	width: 100%;
}
#paid_subscription dl.settings
{
	margin-bottom: 0;
}
#paid_subscription dl.settings dd, #paid_subscription dl.settings dt
{
	margin-bottom: 4px;
}
/* Pick theme */
#pick_theme
{
	width: 100%;
	float: left;
}
/*Issue a warning*/
#warn_body{
	width: 80%;
	font-size: 0.9em;
}

/* Styles for the statistics center.
------------------------------------------------- */
#statistics
{
	padding: 0.5em 0;
}
#statistics div.title_bar
{
	margin: 4px 0 -2px 0;
}
#statistics h3.catbg
{
	text-align: center;
}
#statistics div.content
{
	min-height: 210px;
}
#statistics div.top_row
{
	min-height: 150px;
}
#stats_left, #top_posters, #top_topics_replies, #top_topics_starter
{
	float: left;
	width: 49.5%;
}
#stats_right, #top_boards, #top_topics_views, #most_online
{
	float: right;
	width: 49.5%;
}
dl.stats
{
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
dl.stats dt
{
	width: 49%;
	float: left;
	margin: 0 0 4px 0;
	line-height: 16px;
	padding: 0;
	clear: both;
	font-size: 1em;
}
dl.stats dd
{
	text-align: right;
	width: 50%;
	font-size: 1em;
	float: right;
	margin: 0 0 4px 0;
	line-height: 16px;
	padding: 0;
}
.statsbar div.bar
{
	float: left;
	background: #1c87ad;
	display: block;
	margin: 0 4px;
	height: 16px;
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;


}
.statsbar div.bar div
{
	position: relative;
	right: -4px;
	padding: 0 4px 0 0;
	background: #1c87ad;
	height: 16px;
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;

px;
}
tr.windowbg2 th.stats_month
{
	width: 25%;
	padding: 0 2em;
	text-align: left;
}
tr.windowbg2 td.stats_day
{
	padding: 0 3.5em;
	text-align: left;
}

/* Styles for the personal messages section.
------------------------------------------------- */

#personal_messages h3 span#author, #personal_messages h3 span#topic_title
{
	float: left;
}
#personal_messages h3 span#author
{
	margin: 0 0 0 0.5em;
}
#personal_messages h3 span#topic_title
{
	margin: 0 0 0 9em;
}
#personal_messages div.labels
{
	padding: 0 1em 0 0;
}
#personal_messages .capacity_bar
{
	background: url("../images/quoteshine.png") repeat-x scroll -17px top #222222;
	border: 2px solid #363636;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0.5em 0 0 1em;
	height: 1em;
	width: 10em;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);

}
#personal_messages .capacity_bar span
{
	display: block;
	height: 1em;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
#personal_messages .capacity_bar span.empty
{
	background: #a6d69d;
}
#personal_messages .capacity_bar span.filled
{
	background: #eea800;
}
#personal_messages .capacity_bar span.full
{
	background: #f10909;
}
#personal_messages .reportlinks
{
	padding: 0.5em 1.3em;
}
#searchLabelsExpand li
{
	padding: 0.3em 0.5em;
}
#manrules div.righttext
{
	padding: 0.3em 0.1em;
}
dl.addrules dt.floatleft
{
	width: 15em;
	color: #333;
	padding: 0 1.25em 0.5em 1.25em;
}
#addrule fieldset
{
	clear: both;
}

/* Styles for the calendar section.
------------------------------------------------- */
.calendar_table
{
	margin-bottom: 0.7em;
}

/* Used to indicate the current day in the grid. */
.calendar_today
{
	background-color: #fff;
}

#month_grid
{
	width: 200px;
	text-align: center;
	float: left;
}
#month_grid div.cat_bar
{
	height: 25px;
}
#month_grid h3.catbg
{
	height: 25px;
	line-height: 27px;
}
#month_grid table
{
	width: 200px;
}
#main_grid table
{
	width: 100%;
	padding-bottom: 4px;
}
#main_grid table h3.catbg
{
	text-align: center;
	height: 29px;
	border-top: 2px solid #fff;
	border-bottom: none;
}
#main_grid table.weeklist td.windowbg
{
	text-align: center;
	height: 49px;
	width: 25px;
	font-size: large;
	padding: 0 7px;
	border-bottom: 2px solid #fff;
}
#main_grid table.weeklist td.weekdays
{
	height: 49px;
	width: 100%;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 2px solid #fff;
}
#main_grid h3.weekly
{
	text-align: center;
	padding-left: 0;
	font-size: large;
	height: 29px;
}
#main_grid h3 span.floatleft, #main_grid h3 span.floatright
{
	display: block;
	font-weight: bold;
}
#main_grid table th.days
{
	width: 14%;
	padding: 4px 0;
}
#main_grid table.weeklist h4.titlebg
{
	margin: 0 0 0 0;
	height: 23px;
	line-height: 27px;
}
#main_grid table td.weeks
{
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: large;
}
#main_grid table td.days
{
	vertical-align: top;
	text-align: center;
}

a.modify_event
{
	color: red;
}

span.hidelink
{
	font-style: italic;
}

#calendar_navigation
{
	text-align: center;
}

/* Styles for the memberlist section.
------------------------------------------------- */
#mlist_search
{
	margin: auto;
	width: 500px;
}

/* Styles for the basic search section.
------------------------------------------------- */
#searchform, #simple_search p
{
	padding: 0.5em;
	margin: 0;
}
#simple_search, #simple_search p, #advanced_search
{
	text-align: center !important;
	margin: 0;
}
#search_error
{
	font-style: italic;
	padding: 0.3em 1em;
}
#search_term_input
{
	font-size: 115%;
	margin: 0 0 1em;
}

/* Styles for the advanced search section.
------------------------------------------------- */
#searchform fieldset
{
	text-align: left;
	padding: 0;
	border: none;
}
#advanced_search dl#search_options
{
	margin: 0 auto;
	width: 600px;
	padding-top: 1em;
	overflow: hidden;
}
#advanced_search dt
{
	clear: both;
	float: left;
	padding: 0.2em;
	text-align: right;
	width: 20%;
}
#advanced_search dd
{
	width: 75%;
	float: left;
	padding: 0.2em;
	margin: 0 0 0 0.5em;
	text-align: left;
}
#searchform p.clear
{
	clear: both;
}

/* Styles for the search results page.
------------------------------------------------- */
.topic_table td blockquote, .topic_table td .quoteheader
{
	margin: 0.5em;
}
.search_results_posts
{
	overflow: hidden;
}
.search_results_posts .buttons
{
	padding: 5px 1em 0 0;
}

/* Styles for the help section.
------------------------------------------------- */

#help_container
{
	margin: 4px 0 0 0;
	padding: 0 0 8px 0;
}
#helpmain
{
	padding: 0 1em;
}
#helpmain p
{
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
}
#helpmain ul
{
	line-height: 1.5em;
}

/* Styles for print media.
------------------------------------------------------- */
@media print
{
	#headerarea
	{
		display: none;
	}

	.tborder
	{
		border: none;
	}
}

/* EDIT AWAY BITCH */

.bold-subject {
    font-weight: bold;
}

#button_home {
	display: none !important;
}

#button_profile a {
	margin-right:0px;
}

#forumposts .cat_bar {
	display: none;
}

tr.windowbg2 {
	background: none !important;
}

td.icon {
	background: #242424;
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
}

td.info {
	background: #242424;
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
}

td.stats {
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	}
td.lastpost {
	background: #242424;
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	color: #999999;
}



td.subject {
	border-radius: 0px !important;
}

td.icon1 {
	border-radius: 5px 0px 0px 5px !important;
	-moz-border-radius: 5px 0px 0px 5px !important;
	-webkit-border-radius: 5px 0px 0px 5px !important;
}

td.icon2 {
	border-radius: 0px !important;
	-moz-border-radius: 0xp !important;
	-webkit-border-radius: 0px !important;
}

td.subject {
	border-radius: 5px 0px 0px 5px !important;
	-moz-border-radius: 5px 0px 0px 5px !important;
	-webkit-border-radius: 5px 0px 0px 5px !important;
}

.membergroup {
	display: none !important;
}

.postcount {
	display: none !important;
}

.quickbuttons {
visibility: hidden;
}

.windowbg:hover .quickbuttons {
	visibility: visible;
}

.windowbg2:hover .quickbuttons {
	visibility: visible;
}

.reportlinks {
visibility: hidden;
}

.windowbg:hover .reportlinks {
	visibility: visible;
}

.windowbg2:hover .reportlinks {
	visibility: visible;
}

li.postgroup {
	display: none !important;
}

div#message_index_jump_to {
        margin-top: -20px !important;
	float:right;

}

#bottom-index-crumb .navigate_section {
		padding: 5px 0px 0px 0px !important;
}

#bottom-index-crumb .navigate_section ul {
		padding: 0px !important;
}

div#display_jump_to {
	margin-top: -20px !important;
	float:right;

}

#display_jump_to input {
    color: #000;
    background:#fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
    -webkit-box-shadow:0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
    -o-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);

    border: none !important;
    padding: 5px;
}
#display_jump_to input:hover {
	color: #fff;
	background:#af001c;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow:0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}

.plainbox2 {

	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0px;
	}

#moderationbuttons .buttonlist ul {
	margin-left: -51px;
}

#top-index-page-section {
	margin-bottom: 0px !important;
	padding-bottom: 0em !important;
}

.unreadbreathe  {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}


a.post-anchor:link, a.anchor:visited
{
	color: #fff !important;
	text-decoration: none;
}
a.post-anchor:hover
{
	color: #fd9604 !important;
	cursor: pointer;

}

ul.quickbuttons a:link, ul.quickbuttons a:visited {
	color: #fff !important;
	text-decoration: none;
}

ul.quickbuttons a:hover {
	color: #fd9604 !important;
	cursor: pointer;

}

.topslice_quote a:link, topslice_quote a:visited{
	color: #fff !important;
	text-decoration: none;
}

.topslice_quote a:hover {
	color: #fd9604 !important;
	cursor: pointer;
}

/* pm editing */

#personal_messages .content {
	background: #242424;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px;
}

#personal_messages tr.windowbg {
	background: none !important;

}

#personal_messages td {
    background: #242424 ;
    color: #FFFFFF;
}

#personal_messages tr:hover td.pm_status, #personal_messages tr:hover td.pm_delete, #personal_messages tr:hover td.pm_time, #personal_messages tr:hover td.pm_from, #personal_messages tr:hover td.pm_subject {
/*	background: #6f001c;    */
	background: #f2f2f2;
	color: #000 !important;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow:0px 3px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}

#personal_messages tr:hover td.pm_status a, #personal_messages tr:hover td.pm_delete a, #personal_messages tr:hover td.pm_time a, #personal_messages tr:hover td.pm_from a, #personal_messages tr:hover td.pm_subject a
{
 color: #000000 !important;
}

#personal_messages td a {
}


#personal_messages td.pm_subject {
	overflow: hidden !important;
}

#personal_messages td.pm_subject span {
position: relative;
}

#personal_messages td.pm_subject span.clue {

}

#personal_messages td.pm_subject span.clue a {
	margin-top: -1.4em !important;
}


#personal_messages td.pm_subject span.current_pm a {
    height: 3.1em;
    margin-left: -20px;
    margin-top: -2em;
    padding-left: 20px;
    padding-top: 1.3em;
    position: absolute;
    width: 700px;
}



#personal_messages td.pm_subject a {
    color: #FFFFFF;
    height: 3.1em;
    margin-left: -20px;
    margin-top: -2em;
    padding-left: 20px;
    padding-top: 1.3em;
    position: absolute;
    width: 700px;

}

#personal_messages td.pm_subject a:hover {
    color: #000;
}

#personal_messages td.pm_from {
	overflow: hidden !important;
}

#personal_messages td.pm_from span {
position: relative;
}


#personal_messages td.pm_from a {
    color: #FFFFFF;
    height: 3.1em;
    margin-left: -20px;
    margin-top: -2em;
    padding-left: 20px;
    padding-top: 1.3em;
    position: absolute;
    width: 700px;
}

#personal_messages td.pm_from a:hover {
    color: #000;
}



#personal_messages td.pm_status {

	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;

}

#personal_messages td.pm_delete{

	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;

}

#personal_messages  .windowbg {
	background-color: transparent;
}

#personal_messages  .windowbg2 {
	background-color: transparent;
}

/* end pme editing */

h3.catbg {
    font-size: 1em !important;
    font-weight: bold;
    height: 31px;
    line-height: 31px;
    overflow: hidden;
}

h3.unreadlink a:hover {

}

#button_logout a {
	margin-right: 0px !important
}

.editor, .rich_editor_frame  {
     border: solid #313131 ;
     border-top-width: 3px !important;
     border-right-width:3px !important;
     border-left-width: 3px !important;
     border-bottom-width: 0px !important;
     border-radius: 5px 5px 0px 0px;
     -moz-border-radius: 5px 5px 0px 0px;
     -webkit-border-radius: 5px 5px 0px 0px;
}



.login .roundframe {
	background: url("../images/quoteshine.png") repeat-x scroll -17px top ;
	background-color: transparent !important;
	border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
	padding: 2em 0px 2em 0px;


}

#searchform {
	background: #242424;
	border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
	padding: 15px;
}

#frmLogin {
	border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;

}

.dropmenu li#button_register a.firstlevel {
	margin-right: 0px !important;
}



/* message buttons */

li.profile ul li {
	display: inline;
}


.message-buttons {
	width: 25px;
	text-align: center;
	color: #fff !important;
	border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}


.email {
	background: #242424;
	display: block !important;
	width: 100%;
	margin-bottom:4px;
}

.email:hover {
	background: #6f001c;
/*	background: #af001c; */
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow:0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}


.pm {
	background: #242424;
	display: block !important;
	width: 100%;
	margin-bottom:4px;
}

.pm:hover {
	background: #6f001c;
/*	background: #af001c; */
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow:0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}

.twtr {
	background: #0088b2;
}

.twtr:hover {
	background: #44ccf6;
}

.fb {
	background: #3b5998;
}

.fb:hover {
	background: #193776;
}

.tmblr {
	background:#425F7C;
}

.tmblr:hover {
	background: #314f6b;
}

li.im_icons {
	margin-top: -4px !important;
}

/* bring da amber lamps!! making links bigger for hovering purposes */

/* tr:hover td.info, tr:hover td.lastpost, tr:hover td.icon {
	background: #6f001c;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow:0px 3px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
} */


.topic_table td.lastpost span a:hover {
	color: #ff2f24 !important;
}

.table_list tbody.content td.lastpost {
    overflow: hidden;
}

.table_list tbody.content td.lastpost div  {

	position: relative;

}

.table_list tbody.content td.lastpost div p a {

	position: relative;
	z-index: 1;
        visibility: visible;
        white-space: nowrap;
}



.table_list tbody.content tr:hover td.lastpost div p a {
/*	color: #999;	*/

}

.table_list tbody.content tr:hover td.lastpost div p a:hover {
	color: #fff;


}


.table_list tbody.content td.lastpost span.the-link a.fuck {
    color: #FFFFFF;
    height: 5.6em;
    margin-left: -39px;
    margin-top: -4.2em;
    padding-left: 45px;
    padding-top: 4.1em;
    position: absolute;
    width: 700px;
}


.table_list tbody.content td.lastpost span.the-link a.fuck:hover {
	color: #ff2f24;
}

.table_list tbody.content td.lastpost span.the-link .user-link-pro a {

}


.table_list tbody.content td.info  {
    overflow: hidden;
}

.table_list tbody.content td.info div span {
	position: relative;
}

.table_list tbody.content td.info a.subject {
    color: #FFFFFF;
    height: 4em;
    margin-left: -30px;
    margin-top: -2.6em;
    padding-left: 30px;
    padding-top: 2.1em;
    position: absolute;
    width: 700px;
}


.table_list tbody.content tr:hover td.info a.subject {
    color: #ff2f24;
}


.topic_table td.subject span a {
    color: #FFFFFF;
    height: 3.1em;
    margin-left: -10px;
    margin-top: -0.7em;
    padding-left: 10px;
    padding-top: 0.8em;
    position: absolute;
    width: 700px;
}




/* tr:hover td.subject, tr:hover td.lastpost {
	background: #6f001c;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow:0px 3px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);


} */

tr:hover td.locked_sticky_poll2 {
	background-image: url(../images/icons/quick_sticky_lock_poll.gif);
	background-repeat: no-repeat;
	background-position: 98% 4px;
}

tr:hover td.locked_poll2 {
	background-image: url(../images/icons/poll_lock.gif);
	background-repeat: no-repeat;
	background-position: 98% 4px;
}

tr:hover td.sticky_poll2 {
	background-image: url(../images/icons/sticky_poll.gif);
	background-repeat: no-repeat;
	background-position: 98% 4px;

}

tr:hover td.stickybg2 {
	background-image: url(../images/icons/quick_sticky.gif);
	background-repeat: no-repeat;
	background-position: 98% 4px;

}

tr:hover td.pollbg2 {
	background-image: url(../images/icons/message_poll.gif);
	background-repeat: no-repeat;
	background-position: 98% 4px;
}

tr:hover td.lockedbg2 {
	background-image: url(../images/icons/quick_lock.gif);
	background-repeat: no-repeat;
	background-position: 98% 4px;
}

tr:hover td.locked_sticky2 {
	background-image: url(../images/icons/quick_sticky_lock.gif);
	background-repeat: no-repeat;
	background-position: 98% 4px;
}

/* tr td.locked_sticky2 {
    	background-color: #411f27;

} */

tr:hover td.subject a, tr:hover td.post a{
    color:#ff2f24 !important;
}




tr:hover td.lastpost {
	background-image: none;

}


.topic_table td.subject {
	overflow:hidden;
}
.topic_table td.subject span {
	position:relative;
}

.topic_table td.subject p {
    color: #999999;
    padding-top: 1.4em !important;
}

.topic_table td.subject p a {
	color: #999999;
	position: relative;
        visibility: visible;
        white-space: nowrap;
}

.topic_table td.subject p a:hover {
	color:#fff;
}


.topic_table td.subject p small.navP a {

    white-space: nowrap;
    position: relative;
    visibility: visible;
    padding: 2px 6px 1px 6px;
    color: #ff2f24;

}

.navP a:hover {
	background: #fd9604;
	color: #000000 !important;
	border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;

}

tr:hover td.subject p small.navP a {
	color:#fff;
}

.topic_table td.subject p small a.navPages {
    white-space: nowrap;
    position: relative;
    visibility: visible;
    padding: 2px 6px 1px 6px;
    color: #999999;
}

a.navPages:hover {
	background: #fff;
	color: #000000 !important;
	border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow:0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}

.pagesection a.navPages {
    padding: 1px 6px 1px 6px;
}

.pagelinks a.navPages {
    padding: 1px 6px 1px 6px;
}

tr:hover td.subject p small a.navPages {
	color: #fff;
}

.topic_table td.lastpost p
{
	padding: 0;
	margin: 0;
	padding-top: 1.4em !important;
}

.topic_table td.lastpost p a {
	color: #999999;
	position: relative;
        visibility: visible;
        white-space: nowrap;
}
.topic_table td.lastpost p a:hover {
	color:#fff;
}

span.whitedate {
	color: #ffffff;
	position: relative;
}

.topic_table td.lastpost span a {
    color: #FFFFFF;
    height: 4em;
    margin-left: -10px;
    margin-top: -0.7em;
    padding-left: 10px;
    padding-top: 0.8em;
    position: absolute;
    text-transform: uppercase;
    width: 700px;
}

.topic_table td.lastpost span a:hover {
	color: #fff;
}

.topic_table td.lastpost {
    overflow: hidden;
        width: 50%;
}

/* pm notify bubble thingy */

span.cunt {

	background: url(../images/theme/bubble_notif.png) no-repeat transparent;
	padding: 0px 8px 0px 0.8em !important;
	height:28px;
	position: absolute !important;
	top: -21px !important;
	right: -13px;
	border-radius: 6px 4px 0px 0px;
	text-alight: left;
	font-weight: bolder !important;
	font-family: verdana, Helvetica, sans-serif;
}



/* customizing even more the post area with speech bubbles :3 */

.postarea {
	background: #242424;
	border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
	padding: 15px;
	min-height: 120px;
	position: relative;
	border-bottom: 2px solid #282828;
}

div#forumposts .windowbg {
	color: #fff;
	background: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#forumposts .windowbg2 {
	color: #fff;
	background: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.talk-to-me {
    position: relative;
}

.bb-awwyeah {
	background: url("../images/theme/bubble-tip.png") no-repeat scroll 0 20px  transparent;
	height: 51px;
        left: -30px;
        position: absolute;
        top: 0;
        width: 30px;
        z-index: 0;
}

.keyinfo div.smalltext {
	display: inline;
}


.keyinfo a {
	color: #ffffff;
}

/* login labels */


.custom-login label {
    background: url("../images/buttons/bg-btn-submit.png") repeat scroll 0 0 #605f5f;
    border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    line-height: 1.7em;
    margin: -3px 0px 0px 0px;
    padding: 0.4em 1em;
    position: absolute;
    width: 10px;
}

.custom-login #user {
	margin: 0px 0px 0px 1em;
	padding: 0px 0px 0px 1em;
	height: 17px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);

}

.custom-login #passwrd {
	margin: 0px 0px 0px 1em;
	padding: 0px 0px 0px 1em;
	height: 17px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);

}


.ssi_table {
	width:150px;
	height: 95px;
	margin: auto;
	padding: 6px 0px 0px 0px;
}

.custom-login .loginbutton-custom {
	background: url("../images/buttons/bg-btn-general.png") repeat scroll 0 0 #2a2b2f;
	float: right;
	font-weight: normal;
	display: block;
	line-height: 19px;
	height: 25px;
	font-size: 0.9em !important;
	font-family:'CenturyGothic','Century Gothic','Apple Gothic',sans-serif,Arial,Trebuchet MS,verdana !important;
	padding: 3px 5px 5px 5px !important;
	color: #fff;
}


.custom-login .loginbutton-custom:hover {
	background: url("../images/buttons/bg-btn-general-hover.png") repeat scroll 0 0 #3f131d;

}

.custom-search .searchbutton-custom {
	background: url("../images/buttons/bg-btn-general.png") repeat scroll 0 0 #2a2b2f;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	font-size: 0.9em !important;
	font-family:'CenturyGothic','Century Gothic','Apple Gothic',sans-serif,Arial,Trebuchet MS,verdana !important;
	padding: 3px 5px 5px 5px;
	color:#fff;
}

.custom-search .searchbutton-custom:hover {
	background: url("../images/buttons/bg-btn-general-hover.png") repeat scroll 0 0 #3f131d;
}

/* social buttons */


a.user_website {
    background: url("../images/buttons/www.png") no-repeat scroll 0 0 transparent;
    border: none !important;
    color: #FFFFFF;
    display: block;
    float:left;
    height: 16px;
    width: 16px;
    margin-right: 4px;
    border-radius: 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    opacity: 0.04;
}

a.user_website:hover {
	background-position: right top !important;
	opacity: 1;
}

a.plus {
    background: url("../images/buttons/plus.png") no-repeat scroll 0 0 transparent !important;
    border: none !important;
    color: #FFFFFF;
    display: block;
    float:left;
    height: 16px;
    width: 16px;
    margin-right: 4px;
    opacity: 0.06;
}

a.plus:hover {
	background-position: right top !important;
	opacity: 1;
	}



a.fb {
    background: url("../images/buttons/fb.png") no-repeat scroll 0 0 transparent !important;
    border: none !important;
    color: #FFFFFF;
    display: block;
    float:left;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    opacity: 0.04;
}

a.fb:hover {
	background-position: right top !important;
	opacity: 1;
	}

a.tmblr {
    background: url("../images/buttons/tmblr.png") no-repeat scroll 0 0 transparent !important;
    border: none !important;
    color: #FFFFFF;
    display: block;
    float:left;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    opacity: 0.04;
}

a.tmblr:hover {
	background-position: right top !important;
	opacity: 1;

}

a.twtr {
    background: url("../images/buttons/twtr.png") no-repeat scroll 0 0 transparent !important;
    border: none !important;
    color: #FFFFFF;
    display: block;
    float:left;
    height: 16px;
    width: 16px;
    margin-right: 0px;
    opacity: 0.04;
}

a.twtr:hover {
	background-position: right top !important;
	opacity: 1;

}

/* report and modify */

a.rprt {
    background: url("../images/report.png") no-repeat scroll 0 0 transparent !important;
    border: none !important;
    color: #FFFFFF;
    display: block;
    float:left;
    height: 16px;
    width: 16px;
    margin-right: 0px;
    opacity: 0.4;
}

a.rprt:hover {
	background-position: right top !important;
	opacity: 1;

}


div.modfy {
    background: url("../images/modify.png") no-repeat scroll 0 0 transparent !important;
    border: none !important;
    color: #FFFFFF;
    display: block;
    float:left;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    margin-top:0px;
    opacity: 0.4;
}

div.modfy:hover {
	background-position: right top !important;
	opacity: 1;

}

/* scroll up to top and quick reply button */


#back-top {
	position: fixed;
	top: 20px;
	right: 20px;
	display: none;
	z-index:100;
}


#back-top a {
	display: block;
        background: url("../images/theme/up.png") no-repeat scroll 0 0 transparent;
        cursor: pointer;
        height: 50px;
        opacity: 0.8;
        width: 50px;
	display: block;

}
#back-top a:hover {
	background: url("../images/theme/up.png") no-repeat scroll top right transparent;
	cursor: pointer;
	height: 50px;
	opacity: 1;
	width: 50px;
	display:block;
	border: none !important;
}



#quick-reply-float-button {
	position: fixed;
	top: 65px;
	right: 20px;
	display: none;
}

#quick-reply-float-button  a {

        background: url("../images/theme/qwik.png") no-repeat scroll 0 0 transparent;
        cursor: pointer;
        height: 50px;
        opacity: 0.8;
        width: 50px;
	display: block;
}

#quick-reply-float-button  a:hover {

	background: url("../images/theme/qwik.png") no-repeat scroll top right transparent;
	cursor: pointer;
	height: 50px;
	opacity: 1;
	width: 50px;
	display:block;
	border: none !important;
}


/* custom php pages including but not limited to the NEWS section :p */

.mainsite {

}

h3.news_stores {
	font-weight: normal !important;
}

.stores-in {
	background: url(../images/theme/newsshine.png) repeat-x scroll -17px top ;
	-moz-border-radius: 5px;
       -webkit-border-radius: 5px;
       border-radius: 5px;
       padding: 1.4ex 8px 2ex 8px !important;
	margin-top:5px;
}

.stores {
	padding-left:5px;
	color: #DADADA;

}

.stores a {
	color: #999;
}

.stores a:hover {
	color: #ff2f24;
}

.latest_release {
	float: left;
	margin-right: 0px ;
	width: 42%;
	height:540px;
	overflow:hidden;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	opacity: 1;
	margin-top:0px;

}

.latest_release_3column {
	float: left;
	width: 49%;
/*	height:540px; */
	overflow:hidden;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	opacity: 1;
	margin-top:15px;
	margin-right: 0px ;
}

.latest_release_3column iframe {
  border-radius: 5px;
}


.innerframe-release {
	margin: auto;
	height: 100%;
	/* background: url("http://crystalcastles.com/images/ccIII.jpg"); */
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
	background-size: cover;
	background-origin: border-box;
	background-repeat: no-repeat;
	opacity:1;

}

.latest_release iframe {
 /*	margin:auto; */
}

/*

.latest_release {
	float: left;
	margin-right: 0px ;
	width: 52%;
}

.innerframe-release {
	margin: auto;
	width: 504px;
}

*/

.news_header {
  text-align: left !important;
}

.news_header a {
 /*	color: #ff2f24; */
  color: #fff;
	font-weight: normal !important;
	font-size: 13px;
	text-transform: lowercase;

}

.news_header a:hover {
	color: #fff;
}


a.readmore {
	color: #999;
}

a.readmore:hover {
	color: #ff2f24;
}

div#front_tour {
  float: left;
  width: 29%;
  margin-top:0px;
  text-align: left;
}

div#front_tour #bit-widget-0 {

  margin-bottom: 20px;
  margin-top:0px;
}

.myMusic{
  text-align: left !important;
  height: 31px;
  padding-left:8px;
  font-size: 138%;
}

.myNews {
  text-align: left !important;
  height: 31px;
  padding-left:8px;
  font-size: 138%;
}

.news_item span {
  overflow: hidden;
  width: 100%;

}

.news_item a {
  height: 3.1em;
  margin-left: -10px;
  margin-top: -0.7em;
  padding-left: 10px;
  padding-top: 0.8em;
/*  position: absolute; */
  width: 47%;
}

.news_item p {
  color: #999999;
  padding-top: .5em !important;
  font-size: 0.85em;
  padding: 0;
  margin: 0;
  font-weight: normal !important;
}

.news_item {

  background: #242424;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  padding: 1.5ex 15px 1ex 15px !important;
  margin-top: -2px;
  /*
  color: #DADADA;
	background: url(../images/theme/newsshine.png) repeat-x scroll -17px top ;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 1.4ex 8px 2ex 8px !important;
	margin-top:5px;
  text-align:  left !important; */
}

.news_body {
	color: #DADADA;
/*	background: url(../images/theme/newsshine.png) repeat-x scroll -17px top ;
	-moz-border-radius: 5px;
       -webkit-border-radius: 5px;
       border-radius: 5px; */
       padding: 1.4ex 8px 2ex 8px !important;
	margin-top:5px;
  text-align:  left !important;
  margin-bottom: 5px;


}



.latest_news {
	float: left;
	margin-bottom: 20px;
	width: 50%;
	margin-top:15px;
  margin-right: 0px;
  margin-left: 8px
}

div.news_body img {
  width: 100%;
}

.innerframe-news {
	padding-left:5px;

}

.news_timestamp {
	color: #999;
	font-size: 0.7em;
	font-weight: normal !important;

	}

iframe {
    border: medium none !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radisu: 5px;
    }

.innerframe-chat {
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
	border-radius: 5px;
	background: #242424;
	padding:20px;
	margin-top: 35px;
}

.innerframe-chat a:link, .innerframe-chat a:visited {
	color: #fd9604 !important;
	text-decoration: none;
	}


.innerframe-chat a:hover
{
	color: #f2f244 !important;
	cursor: pointer;
}

/* unread / dialog stuff */


a.unreadlink {
    background: none repeat scroll 0 0 #242424;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 0.8em;
    margin: 5px 0 0 12px !important;
    padding: 0 8px;
    text-transform: uppercase;
}


.unreadlink:hover {
	color: #000 !important;
	background: #fff;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow:0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}

a.unreadlink span {
    display: block;
    height: 21px;
    line-height: 19px;
    padding: 1px 2px 0 3px;
}

.ui-dialog {
	outline-color: none !important;
	outline-style: none !important;
	outline-width: 0px !important;
}

#dialog {
	display: none;
}

.ui-dialog #dialog {
	float: none;
	padding: 10px;
	display: block;
}

#dialogsearch {
	display: none;
}

.ui-dialog #dialogsearch {
	float: none;
	display: block;

}

div.ui-dialog div#dialogsearch div.search-width {
	width: 335px !important;
	height: 50px;
	margin: auto;
	margin-top: 20px !important;
	padding: 15px 0px 0px 0px;
}

div.ui-dialog div#dialogsearch div.search-width input.input_text {
	width:250px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
   -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
   -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
   -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}

#dialog {
	float:left;
}


#dialogsearch  {
	float: right;
	margin-right: 0px;
	margin-top:0px;
	height: 80px;
}


#dialogsearch .search-width {
	height: 50px;
        margin: 10px auto auto;
        padding: 0px 0 0;
	width: 100%;
}

.ui-widget-content {
	background: #242424 !important;
}

/* moar main menu editing */
.fb_m {


    }


/* lol #NEW */
.textnew {
    color: #000;
    background:#fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
    -webkit-box-shadow:0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
    -o-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);

    border: 1px solid #fff;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline;
    font-size: 67%;
    font-weight: bold;
    line-height: 1em;
    margin-right: 1px;
    padding: 0 3px;
    text-decoration: none;
    font-family: 'verdana', arial,sans-serif;
    margin-top:-10px;
    top: -3px;
    left: 0px;

}

/* main site menu stuff */

	#index-retry {
	   margin-top:7px;
	   padding-bottom: 0px;
	   font-style:normal !important;
	   width:600px;
	   float:left;
	}



	#index-retry ul {
	   padding-left:0px;
	}

	#index-retry a {
	 font-size:12px ;

	}

	#index-retry a:link, #index-retry a:visited {
	   color:#fff;
	   text-decoration:none;
	   text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.85);

	}

	#index-retry a:hover {
	   color:#FF2F24;
/*	   border-bottom: 2px #FF2F24 solid;
	   box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.40);
	   -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.40);
	   -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.40);
	   -o-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.40); */
	   padding-bottom:10px;
	   -webkit-transition: 0.3s ease-in;
	   -moz-transition: 0.3s ease-in;
	   -o-transition: 0.3s ease-in;
	   transition: 0.3s ease-in;

	}

	#menu-site ul li, #menu-site ul li a {
	    display: inline;
	    text-transform: lowercase;
	}

	#menu-site ul li {
	    margin-right: 14px;
	}

	#currentpage a {
	   color:#FF2F24 !important;
/*	   border-bottom: 2px #FF2F24 solid;
	   box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.40);
	   -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.40);
	   -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.40);
	   -o-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.40);
	   padding-bottom:10px; */

	}

/*   slide out player  */

.padding-button {
	padding:0px 0px 0px 0px;
}

.listen {
	background: url(http://crystalcastles.com/transparent.png) repeat scroll -17px top;
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	text-align: center;
	padding: 3px 0px 0px 8px;
	display: block;
	width:210px;
	height: 540px;
}



/* social dropdown */

	li.hover {
		font-size: 13px;
	}

	li.hover:hover {
		color: #FF2F24;
		border-bottom: 0px #FF2F24 solid;
		padding-bottom:10px;
		-webkit-transition: 0.3s ease-in;
		-moz-transition: 0.3s ease-in;
		-o-transition: 0.3s ease-in;
		transition: 0.3s ease-in;
	}

	li.hover:hover a.cock {
		color:#FF2F24 !important;
	        border-bottom: 2px #FF2F24 solid;
		box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.40);
		-moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.40);
		-webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.40);
		-o-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.40);
	        padding-bottom:10px;
	       -webkit-transition: 0.3s ease-in;
	       -moz-transition: 0.3s ease-in;
	       -o-transition: 0.3s ease-in;
	       transition: 0.3s ease-in;

	}

	.overlay {
		display: none;
		position: absolute;
		left:395px;
		z-index: 1;
		margin-top:16px;
		padding-top:3px;
		width:240px;
		height:572px;
	}

	.pussy {
		margin: 0px 0px 40px 0px;
		display:block;
		width:180px;
		height:465px;
		background: #2a2a2a;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		padding: 20px;
		box-shadow: 0px 6x 5px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 6px 5px rgba(0,0,0,0.4);
		-webkit-box-shadow: 0px 6px 5px rgba(0,0,0,0.4);
		-o-box-shadow: 0px 6px 5px rgba(0,0,0,0.4);
	}

	#menu-site ul li div.overlay span.pussy ul li {
		display: list-item;
		list-style-type: none;
		margin: 0px 0px 5px 0px;

	}

	#menu-site ul li div.overlay span.pussy ul li a {
		text-decoration: none;
		height: 40px;
		line-height: 40px;
		display: block;
		border-bottom: none;
		color: #fff;


	}

	#menu-site ul li div.overlay span.pussy ul li a:hover {
		padding-bottom: 0px;
		color: #FF2F24;
		box-shadow: none !important;
		}

	#menu-site ul li div.overlay span.pussy ul li a  img {
		float: left;
		line-height: 30px;
		margin-right: 10px;
	}

	#menu-site ul li div.overlay span.pussy ul li a  span {
		color: #767674;
		font-size: 12px;
	}

	.close {
		float:right;
		margin-top:5px;
		margin-right: 10px;
		display: block;
		width:20px;
		cursor: pointer;
		color: #fff;
		text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.85);

	}

	.close:hover {
		color: #FF2F24;
		-webkit-transition: 0.3s ease-in;
		-moz-transition: 0.3s ease-in;
		-o-transition: 0.3s ease-in;
		transition: 0.3s ease-in;

	}

	.tip {
		background: url(../images/theme/tip.png) no-repeat scroll 80px 0px transparent;
		display: block;
		font-size: 12px;
		height: 318px;
		width: 280px;
		margin-top: -20px;
	}

	.order {
		padding-top:20px;
	}

/* new tour page */



/* tour */


#bit-events a.bit-track-artist-header {
    border-top: 0px !important;
    border-bottom: 0px !important;
    display: none !important;
}



 body.dark {
    background-color: transparent !important;
    color: #000000 !important;
    text-shadow: 0 1px black;
}

#bit-events td.bit-comment {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

#bit-events td.bit-tickets, #bit-events th.bit-tickets {
    padding-right: 0px !important;
    padding-left: 16px !important;
}

#bit-events td.bit-tickets a.bit-buy-tix {
	background: rgb(36, 36, 36); /* for stupid IE */
	background: none repeat scroll 0 0 rgba(63, 67, 75, 0.5) !important;
	border-color: transparent;
	border-radius: 5px 5px 5px 5px;
	border-style: hidden !important;
	border-width: 0 !important;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.20) !important;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.20) !important;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.20) !important;
	-o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.20) !important;
	color: #FFFFFF !important;
	margin-right: 8px;
	padding-left: 5px;
	text-transform: lowercase;


	cursor: pointer;
	display: inline-block;
	font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif !important;
	font-size: 11px;
	font-weight: bold;
	height: 15px;
	line-height: normal !important;
	padding: 2px 6px 1px;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}

#bit-events td a.bit-buy-tix:hover {
	background: rgba(0, 0, 0, 0.5) !important;

}

#bit-events td.bit-comment a.bit-comment {
	background: url(/../../../tour/images/bitfbcomments.gif) no-repeat scroll 0 -16px  transparent !important;
	display: inline-block;
	float: right;
	height: 16px;
	margin-top: 2px;
	width: 15px;
}

#bit-events td.bit-comment a:hover, #bit-events td.bit-comment a.bit-comment-open {
    background-position: 0 -0px !important;
}


div#front_tour #bit-events td a.bit-rsvp {
/*	color: #fff !important;
	text-transform: lowercase; */
  display: none !important;
  padding: none !important;

}

div#front_tour #bit-events td.bit-rsvp {
  width: 0 !important;
  padding: none !important;
}

div#front_tour #bit-events td.bit-rsvp {
  padding-right: 0px !important;
}

div#front_tour .bit-events th, #front_tour .bit-events td.bit-location, #front_tour .bit-events td.bit-venue, #front_tour .bit-events td.bit-date {
  padding-right: 8px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 8px !important;
}

#front_tour .bit-events td.bit-tickets {
  padding-right: 0px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 8px !important;
}

th.bit-tickets td {
  text-align: right !important;
}

div#front_tour #bit-events td .bit-uiButton {
  display: none !important;
	margin-right: 0px !important;
	background: rgb(36, 36, 36); /* for stupid IE */
	background: none  !important;
	border-color: transparent;
	border-style: hidden !important;
	border-width: 0px !important;
	color: #fff !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left:5px;
	text-transform: lowercase;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.20) !important;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.20) !important;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.20) !important;
	-o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.20) !important;
}




#bit-events td .bit-uiButton {
	margin-right: 0px !important;
	background: rgb(36, 36, 36);  /* for stupid IE */
	background: rgba(63, 67, 75, .5)  !important;
	border-color: transparent;
	border-style: hidden !important;
	border-width: 0px !important;
	color: #fff !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left:5px;
	text-transform: lowercase;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.20) !important;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.20) !important;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.20) !important;
	-o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.20) !important;
}

#bit-events td .bit-uiButton:hover {
	background: rgba(0, 0, 0, 0.5) !important;

}

#bit-events td .bit-uiButtonDefault a {
  color: #fff !important;
}

.bit-events, .bit-events-narrow {
	font: 78%/130% 'CenturyGothic', "Century Gothic", "Apple Gothic", sans-serif, Arial, "Trebuchet MS", verdana !important;
	text-transform: lowercase;

}


#feedControl {
  margin-top:35px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  width:300px !important;
 }
.gfc-resultsHeader {
border-bottom: none !important;
margin-bottom:10px !important;
}

.gfc-title {
 color: #fff !important;
 text-transform: capitalize  !important;
 font-size:13px !important;
}


.gf-title a {
 color: #fff;
 text-decoration:none !important;
}

.gf-title a:hover {
 color: #FF2F24 !important;
 -webkit-transition: 0.3s ease-in;
 -moz-transition: 0.3s ease-in;
 -o-transition: 0.3s ease-in;
 transition: 0.3s ease-in;
}


#rss-bottom {
 position: absolute;
 display: block;
 margin-left:130px;
 margin-top: 12px;
}

#bit-events a {
 color: #fff;
 text-decoration:none !important;
 }
#bit-events a:hover{
 color: #FF2F24;
 text-decoration:none !important;
 -webkit-transition: 0.3s ease-in;
 -moz-transition: 0.3s ease-in;
 -o-transition: 0.3s ease-in;
 transition: 0.3s ease-in;
}

#bit-events table {
    border-bottom: none !important;
}

.bit-events td {
     border-top: none !important;

}



.bit-events, .bit-events-narrow {
display:table;
font-family: 'CenturyGothic', "Century Gothic", 'Apple Gothic', sans-serif, Arial, Trebuchet MS, verdana;
font-size:11px !important;
overflow:hidden;
width:100% !important;
margin-right:auto;
margin-left:auto;
}

#bit-events {
 margin-top:0px;
}

.bit-bottom {
 display:none !important;
}

div.tour {
 color: #fff !important;
 text-transform: lowercase  !important;
 font-size: 13px !important;
 margin-left:1px;
 margin-top:0px;
 position: relative;
 width:250px;
 }


 #bit-events tr.bit-local td {
 background: transparent !important;
 }

.bit-events th, .bit-events td {

 padding-top: 0px !important;
 padding-bottom: 0px !important;
 height: 26px !important;

}

tr.bit-header th, tr.bit-header-narrow
 {

 padding-top:0px !important;
 padding-bottom: 8px !important;
 padding-left: 0px !important;
}

.bit-events tr:hover {
/*    background: #6f001c;
    color: #ffffff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow:0px 3px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
*/
}

.bit-events {
    font-size: 13px !important;
    font-weight: none !important;
}


#bit-events td.bit-location {
    font-weight: normal !important;
}

#bit-events a:hover {
    color: #ffff00;
}

.bit-description-links {

    display: none !important;
}



td.bit-date {
    width:105px !important;
}

.bit-share-text {
    padding-right: 30px;
}


/* contact */

.contact {
   margin-bottom:100px;
}



#staff .person a {
    color: #fff;
    padding-left: 27px;
    text-decoration:none !important;
}

#staff .person a:hover {
 color: #FF2F24;
 border-bottom: 2px #FF2F24 solid;
 padding-bottom:10px;
 text-decoration:none !important;
 -webkit-transition: 0.3s ease-in;
 -moz-transition: 0.3s ease-in;
 -o-transition: 0.3s ease-in;
 transition: 0.3s ease-in;
 }

#staff {
	font-size: 12px;
	line-height: 26px;
        font-family: 'CenturyGothic', "Century Gothic", 'Apple Gothic', sans-serif, Arial, Trebuchet MS, verdana;

}



#staff .person {
	float: left;
	width: 300px;
}


#staff {
	margin-top: 20px;
}

#staff .address {
    margin-bottom: 48px
    }

#staff .type {
    font-style: italic
    }

#staff .person {
    margin-bottom: 48px
    }

#staff .person p {
    font-weight: normal !important;
    }

#staff .person p a, #staff .person .position {
    font-weight: normal
    }
#staff.person .position { font-style: italic
}

#staff .person a {
	background: url(/../../../images/mail.png) 0 1px no-repeat;
}

#staff .person a img {
    margin-bottom: -1px;
}

/* merch */

.merch {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 20px;
    margin-top: 150px;
    margin-bottom:280px;
    color:#ffffff;

}

.merch a:link, .merch a:visited {
    color:#ffffff ;
    font-style: normal !important;
    text-decoration:none !important;
}

.merch a:hover {
   color:#FF2F24;
   border-bottom: 2px #FF2F24 solid;
   padding-bottom:10px;
   -webkit-transition: 0.3s ease-in;
   -moz-transition: 0.3s ease-in;
   -o-transition: 0.3s ease-in;
   transition: 0.3s ease-in;
   }

#paypal input {
 background: transparent !important;
 border: none !important;
 }


/* video */

a.button-yt{
 color:#ffffff;
 border: none !important;
 display:block;
 width:73px;
 height:20px;
 background:url(/../../../images/subscribe.png) no-repeat;
 position: absolute;
 margin-left:46%;
 margin-top:15px;
}




a.button-yt:hover {
 color:#808080;
 border: none !important;
 background-position:right top !important;
 position: absolute;
 margin-left:46%;
 margin-top:15px;
}


.leave {
	margin-bottom: 100px;
}

.videos {
	height: 379px;
	width: 726px;
	overflow: hidden;
	margin-top: 49px;
	margin-left: auto;
	margin-right: auto;
}

/* lyrics */

#float-albums {
   background: none;
   position: fixed!important;
   margin: 0 auto;
   width: 100%;
   position:relative;
}

#albums {
    font-family: 'CenturyGothic',"Century Gothic",'Apple Gothic',sans-serif,Arial,Trebuchet MS,verdana;
    line-height: 26px;
    margin-top: 49px;
    width: 100%;
    min-height: 400px;
}

#discocenter {
	margin-left: auto;
	margin-right: auto;
	width:86%;
}


#albums #artwork {
    float: left;
    width: 250px;
    margin-bottom: 3px;
    padding: 0px 7px 0px 7px;
}

#albums #artwork a#lyrics-III {
	height: 250px;
	width: 250px;
	background: url('../images/grey-ccIII.jpg') no-repeat center top;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/* stupid fucking IE */
	filter:alpha(opacity=80);
        /* CSS3 standard */
	opacity:0.8;
}

/* #albums #artwork a#lyrics-III:hover {
	background-position: center -250px;
	filter:alpha(opacity=100); */
        /* CSS3 standard */
/*	opacity:1;
}
*/


#albums #artwork a#lyrics-II {
	height: 250px;
	width: 250px;
	background: url('../images/grey-ccII.jpg') no-repeat center top;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/* stupid fucking IE */
	filter:alpha(opacity=80);
        /* CSS3 standard */
	opacity:0.8;
}

/* #albums #artwork a#lyrics-II:hover {
	background-position: center -250px;
	filter:alpha(opacity=100); */
        /* CSS3 standard */
/*	opacity:1;
}
*/


#albums #artwork a#lyrics-DD {
	height: 250px;
	width: 250px;
	background: url('../images/grey-doe-deer.jpg') no-repeat;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/* stupid fucking IE */
	filter:alpha(opacity=90);
        /* CSS3 standard */
	opacity:0.9;
}

/* #albums #artwork a#lyrics-DD:hover {
	background-position: center -250px;
	filter:alpha(opacity=100); */
        /* CSS3 standard */
/*	opacity:1;
}
*/

#albums #artwork a#lyrics-CC {
	height: 250px;
	width: 250px;
	background: url('../images/grey-ccI.jpg') no-repeat;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/* stupid fucking IE */
	filter:alpha(opacity=90);
        /* CSS3 standard */
	opacity:0.9;
}

/* bye bye hover #albums #artwork a#lyrics-CC:hover {
	background-position: center -250px;
	filter:alpha(opacity=100); */
        /* CSS3 standard */
/*	opacity:1;
}

*/


#albums #artwork a#lyrics-AP {
	height: 250px;
	width: 250px;
	background: url('../images/grey-alice-practice.jpg') no-repeat;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/* stupid fucking IE */
	filter:alpha(opacity=80);
        /* CSS3 standard */
	opacity:0.8;
}


#albums #artwork a#lyrics-Amnesty-I {
	height: 250px;
	width: 250px;
	background: url('../images/grey-amnestyI.jpg') no-repeat;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/* stupid fucking IE */
	filter:alpha(opacity=80);
        /* CSS3 standard */
	opacity:0.8;
}


/* #albums #artwork a#lyrics-AP:hover {
	filter:alpha(opacity=100); */
        /* CSS3 standard */
/*	opacity:1;
}
*/

.iamrelative {
	position: relative !important;
	width:100%;
}


#player-float {
   position: absolute;
   left: -250px;
   width:220px;
   margin-top:0px;


}

#player-float iframe {
    border: medium none !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radisu: 0px;
    }


#index-lyrics {
   left: 450px;
   position: absolute;
   width:200px;
   margin-top:0px;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
}

#index-lyrics a:link, #index-lyrics a:visited {
   color:#fff;
   text-decoration:none;
}

#index-lyrics a:hover {
   color:#FF2F24;
   -webkit-transition: 0.3s ease-in;
   -moz-transition: 0.3s ease-in;
   -o-transition: 0.3s ease-in;
   transition: 0.3s ease-in;

}

#centered {
   margin-top: 50px;
   margin-left:35%;
   position: relative !important;
}

#centered h2 {
    color: #FF2F24;
    font-family: 'CenturyGothic',"Century Gothic",'Apple Gothic',sans-serif,Arial,Trebuchet MS,verdana;
    font-size: 15px;
    font-style: italic;
    font-weight: 100;
    margin-bottom:10px;
}

/* memberlist css */

.monline {

	border-radius: 5px 0px 0px 5px !important;
	-moz-border-radius: 5px 0px 0px 5px !important;
	-webkit-border-radius: 5px 0px 0px 5px !important
}

.mmember {
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}

.memail {
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}

.mwebsite {
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}


.micq {
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}


.maim {
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}


.myim {
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}


.mmsn {
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}

.mgroup {
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}

.mregistered {
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}

.mposts {
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}

.mstats {
	border-radius: 0px 5px 5px 0px !important;
	-moz-border-radius: 0px 5px 5px 0px !important;
	-webkit-border-radius: 0px 5px 5px 0px !important;
}

/* tr:hover td.monline, tr:hover td.mmember, tr:hover td.memail, tr:hover td.mwebsite, tr:hover td.micq, tr:hover td.maim, tr:hover td.myim, tr:hover td.mmsn, tr:hover td.mgroup, tr:hover td.mregistered, tr:hover td.mposts, tr:hover td.mstats {
	background: #6f001c;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow:0px 3px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
} */

td.mmember span.mlink {
	position: relative;
}

td.mmember a {
	color: #fff;
	height: 1em;
	margin-left: -30px;
	margin-top: -2.6em;
	padding-left: 30px;
	padding-top: 2.1em;
	padding-bottom:1em;
	position: absolute;
	width: 400px;
}

td.mmember {
	overflow: hidden;
}

/* profiles */


.socialcontacts {
	float:left;
	margin-top: 7px;
	width: 100%;
}

.float_left_pro {
	float: left;
	width: 14%;
}


.socialcontacts ul.reset {
	width:45%;
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;

}


.socialcontacts h4 {
	font-size: 135%;
	font-weight: 100;
	line-height: 105%;
	overflow: hidden;
	white-space: pre-wrap;
}


.recentpostspro {
	float: right;
	margin-top: 7px;
	width: 85.5%;
}

.recentpostspro h4 {
	font-size: 135%;
	font-weight: 100;
	line-height: 105%;
	overflow: hidden;
	white-space: pre-wrap;
}


.socialcontacts a {
	margin-bottom: 10px;
}

.socialcontacts .user_website {
	background: url("../images/social/web.png") no-repeat scroll top right transparent !important;
	border: none !important;
	color: #FFFFFF;
	display: block;
	float: none;
	height: 40px;
	width: 40px;
	margin-right: 5px;
	opacity: 1 !important;

}

.socialcontacts .fb {
	background: url("../images/social/fb.png") no-repeat scroll top right transparent !important;
	border: none !important;
	color: #FFFFFF;
	display: block;
	float: none;
	height: 40px;
	width: 40px;
	margin-right: 5px;
	opacity: 1 !important;

}

.socialcontacts .twtr {
	background: url("../images/social/twtr.png") no-repeat scroll top right transparent !important;
	border: none !important;
	color: #FFFFFF;
	display: block;
	float: none;
	height: 40px;
	width: 40px;
	margin-right: 5px;
	opacity: 1 !important;

}

.socialcontacts .tmblr {
	background: url("../images/social/tumblr.png") no-repeat scroll top right transparent !important;
	border: none !important;
	color: #FFFFFF;
	display: block;
	float: none;
	height: 40px;
	width: 40px;
	margin-right: 5px;
	opacity: 1 !important;

}

.socialcontacts .plus {
	background: url("../images/social/plus.png") no-repeat scroll top right transparent !important;
	border: none !important;
	color: #FFFFFF;
	display: block;
	float: none;
	height: 40px;
	width: 40px;
	margin-right: 5px;
	opacity: 1 !important;

}

.socialcontacts .sc {
	background: url("../images/social/sc.png") no-repeat scroll top right transparent !important;
	border: none !important;
	color: #FFFFFF;
	display: block;
	float: none;
	height: 40px;
	width: 40px;
	margin-right: 5px;
	opacity: 1 !important;

}

.socialcontacts .fm {
	background: url("../images/social/fm.png") no-repeat scroll top right transparent !important;
	border: none !important;
	color: #FFFFFF;
	display: block;
	float: none;
	height: 40px;
	width: 40px;
	margin-right: 5px;
	opacity: 1 !important;

}

.socialcontacts .flckr {
	background: url("../images/social/flckr.png") no-repeat scroll top right transparent !important;
	border: none !important;
	color: #FFFFFF;
	display: block;
	float: none;
	height: 40px;
	width: 40px;
	margin-right: 5px;
	opacity: 1 !important;

}

.socialcontacts .vm {
	background: url("../images/social/vm.png") no-repeat scroll top right transparent !important;
	border: none !important;
	color: #FFFFFF;
	display: block;
	float: none;
	height: 40px;
	width: 40px;
	margin-right: 5px;
	opacity: 1 !important;

}

.socialcontacts .yt-pro {
	background: url("../images/social/yt.png") no-repeat scroll top right transparent !important;
	border: none !important;
	color: #FFFFFF;
	display: block;
	float: none;
	height: 40px;
	width: 40px;
	margin-right: 5px;
	opacity: 1 !important;

}

.socialcontacts .my {
	background: url("../images/social/ms.png") no-repeat scroll top right transparent !important;
	border: none !important;
	color: #FFFFFF;
	display: block;
	float: none;
	height: 40px;
	width: 40px;
	margin-right: 5px;
	opacity: 1 !important;

}

.socialcontacts .blggr {
	background: url("../images/social/blggr.png") no-repeat scroll top right transparent !important;
	border: none !important;
	color: #FFFFFF;
	display: block;
	float: none;
	height: 40px;
	width: 40px;
	margin-right: 5px;
	opacity: 1 !important;

}

.socialcontacts .bc {
	background: url("../images/social/bc.png") no-repeat scroll top right transparent !important;
	border: none !important;
	color: #FFFFFF;
	display: block;
	float: none;
	height: 40px;
	width: 40px;
	margin-right: 5px;
	opacity: 1 !important;

}

#admin_content #creator .smalltext {
	color: #6d6e71 !important;
}


#basicinfo #infolinks {
	margin-top: 5px;
}


#basicinfo #infolinks a {
	margin-top:5px;
	margin-right: 8px;
	background: rgb(36, 36, 36); /* for stupid IE */
	background: rgba(50, 50, 50, 0.1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left:5px;
	text-transform: lowercase;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	padding: 6px;
	display: block;
	color: #fff;
	text-align: center;
}

#basicinfo #infolinks a:hover {
	background: rgba(111, 0, 28, 1)
}

#basicinfo #infolinks .online-pro {
	margin-top:5px;
	margin-right: 8px;
	background: rgb(31, 85, 77); /* for stupid IE */
	background: rgba(31, 85, 77, 1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left:5px;
	text-transform: lowercase;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	padding: 6px;
	display: block;
	color: #fff;
	text-align: center;
}

#basicinfo #infolinks .offline-pro {
	margin-top:5px;
	margin-right: 8px;
	background: rgb(121, 25, 43); /* for stupid IE */
	background: rgba(121, 25, 43, 1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left:5px;
	text-transform: lowercase;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	-o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
	padding: 6px;
	display: block;
	color: #fff;
	text-align: center;
}

.mainuserava {

}

.profilememberinfo {
	float: right;
}

#board_2_children {
  display: none !important;
}

#soundkick-tour {
  background: #242424;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px;
  min-height: 120px;
  position: relative;
  border-bottom: 2px solid #282828;
}
