/*********************
 *** MACROS **********
 *********************/
.l {
text-align:left;
}

.c {
text-align: center;
}

.r {
text-align: right;
}

.left {
float: left;
}

.right {
float: right;
}
/**********************
 *** STYLISTIC CSS ****
 **********************/
/*** General Styles ***/
html,body {
background:#fff;
background-image:url(http://z2.ifrm.com/10700/140/0/f5000442/bluleaves.jpg);
font-family:"Helvetica", "Arial", "Bitstream Vera Sans", "Verdana", sans-serif;
font-size:93.3%;
}

a {
color:#4a6faf;
text-decoration:none;
}
a:hover {
color:#253c88;
text-decoration:none;
}

hr {
color:#4a6faf;
background-color:#4a6faf;
}

table {
background:#fff;
}

th,td {
border:1px solid #fff;
}
th {
background:#c9d8ee;
color: #555;
font-weight:400;
}
td {
background:#ebf0f9;
color:#444;
}
th a, th a:hover {
color:#354c98;
font-weight:700;
}

/*** Headings ***/
h1 {
font-size: 200%;
}
h2,h3 {
font-size:100%;
}

h2,thead th {
background: url(http://z1.ifrm.com/static/3/css/h2.png) repeat-x top #72AAEB;
border:1px solid #fff;
color:#fff;
font-size:110%;
font-weight:700;
}

h2.special {
background: url(http://z1.ifrm.com/static/3/css/h2.png) repeat-x top #72AAEB;
border-color:#fff;
}

h2 a, thead a, h2 a:hover, thead a:hover {
color:#fff;
}
/*** Forms & Inputs ***/
input,select,textarea,button,a.btn_fake {
background:#fcfcfc;
border:1px solid #BFC8E3;
color:#666;
}

textarea {
font-family:"Verdana", sans-serif;
font-size:100%;
}

input:focus,input.focus,textarea:focus,textarea.focus {
border-color:#88a1c9;
color: #333;
}

input, select {
font-size:90%;
}

.submit_error {
border: 1px solid #e77700;
background: #fff8eb;
}

button,a.btn_fake {
background:url(http://z1.ifrm.com/static/3/css/btn.png) repeat-x #f9f9f9;
color:#666;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:90%;
}
button:hover,a.btn_fake:hover {
border-color:#88a1c9;
}
button.btn_default {
font-weight:700;
}
button.btn_text {
background: none;
font-family:Arial, "Bitstream Vera Sans", Verdana, sans-serif;
font-size:100%;
}

/*** Notices ***/
.notice {
background: #fff;
border: 2px solid #e7e7e7;
width: 70%;
color: #333;
}

.notice dt {
font-weight:700;
color: #8CB5E7;
}

.notice dd {
font-style:italic;
}

dl.info {
border-color: #8CB5E7;
}
.info dt {
background: #E8EEF7;
color: #4F8AD3;
border-right: 1px solid #8CB5E7;
}
.info dd {
background: #F7F9FC;
}

dl.error {
border-color: #E78C8C;
}
.error dt {
background: #F7E8E8;
color: #BC3737;
border-right: 1px solid #E78C8C;
}
.error dd {
background: #FCF7F7;
}

dl.warning {
border-color: orange;
}
.warning dt {
background: #FFF5D6;
color: #FFA10D;
border-right: 1px solid orange;
}
.warning dd {
background: #FFFAF0;
}

/*** Top Menu & Header ***/
#top {
background: #DEE7F5 url(http://z1.ifrm.com/static/3/css/topmenu.png);
border: 1px solid #ACC3E3;
}

#top_info {
color:#333;
}
#top_info a, #top_info a:hover {
color: #376dbc;
}

/* Menu, top level */
.drop_menu li {
color:#333;
}
.drop_menu a {
color:#333;
}
.drop_menu a:hover {
color:#376dbc;
}

/* Menu, dropdowns */
.drop_menu ul {
background: #dee7f5;
border-top:1px solid #b5cae8;
color:#333;
}
.drop_menu ul li {
font-size:85%;
background: #dee7f5;
}
.drop_menu ul li a {
border:1px solid #b5cae8;
border-width:0 1px 1px;
}

/* Logo */
#logo { 
background: url(http://z1.ifrm.com/static/3/logobg.png) repeat-x #72AAEB;
border:1px solid #467AC5;
border-bottom:0;
}

#submenu {
background: #D6E1F1;
border: 1px solid #B5CAE8;
color: #444;
}
#submenu a, #submenu a:hover {
color:#444;
}
#submenu a:hover {
text-decoration: underline;
}

/*** Enclosures ***/
#wrap {
background:#fff;
background-image:url(http://z1.ifrm.com/9/43/0/p306/bluleaves.gif);
}

#nav {
color:#5a70b3;
}

#nav li span {
font-weight:700;
}

/*** Generic Menus ***/
.meta_box {
background:url(http://z1.ifrm.com/static/1/css/meta.png) repeat-x top #D8DCEB;
border:1px solid #BFC8E3;
}

.meta_menu {
background: #EBF0F9;
border:1px solid #B5CAE8;
}
.meta_menu h3 {
background: url(http://z1.ifrm.com/static/3/css/h2.png) repeat-x top #72AAEB;
border:1px solid #467AC5;
color:#FFF;
font-size:100%;
font-weight:700;
}

.meta_menu a,.meta_menu a:hover {
color:#333;
}
.meta_menu a:hover {
text-decoration:underline;
}

/*** Pagination and Buttons ***/
.cat-pages,.topic-pages {
color:#536AAD;
font-size:90%;
}
.cat-pages a,.cat-pagesjump i,.cat-topicpages a,.topic-pages a {
background:#EBF0F9;
border:1px solid #C9D8EE;
color: #354CA8;
}
.cat-pages a:hover,.cat-topicpages a:hover,.topic-pages a:hover {
background:#DEE7F5;
border-color: #B5CAE8;
color:#354CA8;
}
.cat-pages span,.topic-pages span {
background: #679EE2;
border:1px solid #376DBC;
color: #FFF;
font-weight:700;
}
.cat-pages input,.topic-pages input {
background:#fff;
color:#5a70b3;
}
.cat-topicpages {
font-size:80%;
}

/*** Generic Tables ***/
.row1 td {
/* Inherit table's color */
}
.row2 td {
/* Inherit table's color */
}

div.category, 
table.topic, 
table.posting,
table.pm,
table.posts, 
table.ucp,
table.profile, 
table.calendar,
table#faq,
table.poll  {
border: 1px solid #376dbc;
}

tr.generic td,div.generic {
font-size:120%;
font-weight:700;
}

td.c_head,td.c_foot,td.c_sort {
background: #B5CAE8;
color: #333;
font-size:80%;
}

.c_foot a {
color: #333;
}

td.c_desc {
background:#dee7f5;
font-weight:700;
}

/* highlights grouped for easy access */
tr.pm_new td, tr.hidden td {
background:#c9d8ee;
font-weight:700;
}

tr.pm_new td a,tr.pm_new td a:hover, tr.hidden td a, tr.hidden td a:hover {
color:#354ca8;
}

/*** Stats ***/
.bday {
background:url(http://z1.ifrm.com/static/1/s_minibday.png) no-repeat;
color:#425384;
font-size:90%;
font-weight:700;
}

/*** Forum Listing ***/
.c_mark {
background:#dee7f5;
}
.c_forum {
font-size:80%;
color: #444;
}
.c_forum strong a, .c_last strong a {
color:#4a6faf;
}
.c_forum strong a:hover, .c_last strong a:hover {
color:#5a70b3;
}
.c_forum strong a {
font-size:135%;
}
td.c_last {
background:#dee7f5;
font-size:85%;
}

span.c_forum-reported {
background:url(http://z1.ifrm.com/static/1/reported.gif) left no-repeat;
color:#425384;
font-weight:700;
cursor:default;
}

.c_forum-desc {
color:#355533;
font-size:85%;
}

.c_last-title {
background:url(http://z1.ifrm.com/static/1/last.gif) no-repeat left;
}

td.c_info-v,td.c_info-t,td.c_info-r {
font-size:80%;
}

td.c_subforum {
background:#dee7f5;
color:#354c98;
font-size:80%;
font-style:italic;
}

/*** Forum View ***/
.description {
color:#666;
font-size:85%;
}

a.member {
color:#333;
}
a.member:hover {
color:#555;
}

td#stats_events a,td#stats_events span {
background:url(http://z1.ifrm.com/static/1/s_minical.png) no-repeat 2px;
}
/*** Topic View ***/
/* user info */
td.c_username {
background:#dee7f5;
}

td.c_username a {
font-size:140%;
font-weight:700;
}

td.c_user {
font-size:80%;
}

td.c_user dl {
background:#dee7f5;
border:1px solid #c9d8ee;
}

dl.user_profile dd {
font-style:italic;
}

dl.user_info dd {
font-weight:700;
}

#profile_menu ul {
opacity:1;
-moz-opacity:1;
border-top:0;
}

#profile_menu a {
background: #659BE0;
border: 1px solid #376dbc;
color: #fff;
}

#profile_menu li li a {
border-top:0;
}

#profile_menu li li a:hover {
background: #72AAEB;
}

/* polls */
td.c_poll-choice label {
font-weight:700;
}
td.c_poll-votes {
font-size:120%;
}
td.c_poll-bar div,td.c_bar div {
background:url(http://z1.ifrm.com/static/1/poll_b.png) no-repeat right;
}
td.c_poll-bar span,td.c_bar span {
background:url(http://z1.ifrm.com/static/1/poll_l.png) no-repeat;
}

/* posts */
/* post styles */
.editby, .queued {
border:1px dotted #BACCE7;
color:#666;
font-size:85%;
font-style:italic;
}
.queued {
background-color:#e9f3fc;
border-color:#5a70b3;
}

blockquote {
background:#e1eaf6;
border:1px solid #85a7d9;
}

blockquote div {
background:#e1eaf6;
}

blockquote dl {
background: #BBCEEA;
border-bottom:1px solid #85A7D9;
color: #4A6FAF;
}

blockquote dl dt {
color:#4a6faf;
font-weight:700;
}

code {
background:#dee7f5;
display:block;
font-family:Consolas, "Courier New", Courier, monospace;
white-space:pre;
}

.spoiler {
background:#4a6faf;
color:#4a6faf;
cursor:pointer;
}

.c_post-attachment dt {
font-weight:700;
}

td.c_postinfo {
background:#dee7f5;
color:#828282;
font-size:80%;
}

td.c_sig {
color:#444;
font-size:80%;
}
td.c_sig blockquote { /* special quote case */
background: none transparent;
border:0;
border-left:3px solid #4a6faf;
}
td.c_sig blockquote dl {
background:none transparent;
border:0;
}
td.c_sig blockquote dl dt, td.c_sig blockquote dl dd {
color:#444;
}
td.c_sig blockquote div {
background:transparent;
}

td.c_postfoot {
background:#dee7f5;
clear: both;
}

.c_next a {
display:block;
font-size:125%;
font-weight:700;
text-align:center;
}

td.c_view {
color:#777;
}

div.c_view-list {
color:#999;
font-size:92.5%;
}

td.c_topicfoot {
background: #B5CAE8;
}

td.c_topicfoot strong {
font-size:120%;
}

/*** Reply / New Topic ***/
/* fast reply */
dl#fast-reply dt {
background: url(http://z1.ifrm.com/static/3/css/h2.png) repeat-x top #72AAEB;
border:1px solid #467AC5;
color:#FFF;
font-size:110%;
font-weight:700;
}

dl#fast-reply dd {
background:#DEE7F5;
border:1px solid #B5CAE8;
border-top: 0;
}

/* post page */
#c_post h3 {
background:url(http://z1.ifrm.com/static/1/sub.png) repeat-x top #FAFAF9;
border-bottom:1px solid #e5e5e5;
color:#828282;
}

#c_post-preview {
border:1px solid #b5cae8;
background:#f4f6fa;
}

#c_post-resize span {
color:#ccc;
cursor:pointer;
font-size:225%;
}

/* bbcode */
#c_bbcode button.btn_enabled {
border-color:#fb8a00;
}


/* emoticon listing */
#emot_wrap {
background: #DEE7F5;
border:1px solid #B5CAE8;
}

#emot_wrap h3 {
background: #C9D8EE;
border-bottom:1px solid #B5CAE8;
color:#828282;
font-size:120%;
}

#emot_end {
background: #C9D8EE;
border-top:1px solid #B5CAE8;
font-weight:700;
}
/*** PM Inbox ***/
#pm_folders {
background: #DEE7F5;
}

#pm_folderlist li {
background:url(http://z1.ifrm.com/static/3/fillder_mini.png) no-repeat 5px;
}

#pm_forwarded {
border:1px dotted #e7e7e7;
color:#999;
font-size:90%;
font-style:italic;
}

.pm .c_head {
background: #DEE7F5;
}

/* conversations */
#conversation .c_post {
padding:2em;
}

/*** Settings / Warnings ***/
/* avatar gallery */
#ucp_gallery a {
color:#425384;
font-weight:700;
}
#ucp_gallery a:hover {
color:#5A70B3;
}

/* warn panel */
#warn_pd {
background:url(http://z1.ifrm.com/static/1/w_disable.png) no-repeat 5px #f6f6f6;
}
#warn_modq {
background:url(http://z1.ifrm.com/static/1/w_modq.png) no-repeat 5px #f6f6f6;
}
#warn_ban {
background:url(http://z1.ifrm.com/static/1/w_ban.png) no-repeat 5px #f6f6f6;
}

/*** Calendar ***/
.calendar td a,.calendar a:hover {
color:#333;
}

.calendar td.cal_inactive {
background: #EBF0F9;
color:#888!important;
}

.calendar td div {
background:#B5CAE8;
border-bottom:1px solid #fff;
font-weight:700;
}

.calendar div a {
background:url(http://z1.ifrm.com/static/1/s_minibday.png) no-repeat 5px;
font-size:80%;
font-weight:400;
}

.calendar li a,.calendar li span {
border-color:transparent;
border-style:solid;
border-width:1px;
}

.calendar td#cal_current {
background: #EBF0F9;
border:2px solid #354CA8;
}
/*** Portal ***/
.portal_box {
background: #fff;
border: 1px solid #354CA8;
font-size:88.3%;
}
.portal_box table {
border: 0;
}

#portal h2 {
font-size:88.3%;
}

#portal h4 {
background: #c9d8ee;
border-left:1px solid #fff;
border-right:1px solid #fff;
color:#444;
font-size:88.3%;
font-weight:400;
}

/*** FAQ ***/
#faq dt a {
font-size:120%;
font-weight:700;
color:#425384;
}
#faq dt a:hover {
color:#5a70b3;
}

#faq dd a, #faq dd a:hover {
color:#333;
}
#faq dd.faq_more a, #faq dl.faq_more a:hover {
color:#999;
font-style:italic;
}

/*** Search ***/
#search_results li {
background: #DEE7F5;
border:1px solid #B5CAE8;
}
#search_results li:hover {
background: #EBF0F9;
border-color: #bec8e3;
}

#search_results h3 {
font-size:125%;
}
#search_results h3 a, #search_results h3 a:hover {
color:#376DBC;
}

#search_results cite, #search_results p {
font-size:85%;
color:#666;
}

#findposts .c_mark {
color:#5a70b3;
font-size:200%;
font-weight:700;
}
/*** PM Toast ***/
#pmtoast {
background:#fff;
border:2px solid #7CA6E4;
color:#333;
font-size:90%;
}
#pmtoast:hover {
border-color:#467AC5;
}

#pmlink {
background:url(http://z1.ifrm.com/static/3/toast.png) no-repeat 5px #EBF0F9;
color:#4A5E9E;
}

#pmlink big {
color:#5a70b3;
font-weight:700;
}

#pmlink strong {
color:#E77700;
}

#pmclose {
background: #DEE7F5;
border-top:1px solid #8B98CB;
color:#4A5E9E;
font-size:80%;
}

#pmclose:hover {
color:#6E80B8;
}

/*** Foot ***/
#foot {
background: #EBF0F9;
border: 1px solid #C9D8EE;
color: #444;
font-size:80%;
}

#foot a,#foot a:hover {
color:#4A6FAF;
}

#foot #foot_datetime {
background:url(http://z1.ifrm.com/static/1/time.png) no-repeat 4px 4px;
border-left:1px solid #e5e5e5;
}

#copyright {
color:#444;
font-size:80%;
}
#copyright a {
color:#5a70b3;
font-weight:700;
}

/*** Registration TOS ***/
#c_tos h3 {
color:#333;
font-size:120%;
}

/*** AdminCP Login ***/
#acplogin {
background: #d6e1f1 url(http://z1.ifrm.com/static/3/acpback.png) repeat-x;
border:2px solid #376dbc;
}

#acplogin h1 {
background:url(http://z1.ifrm.com/static/acp/acplogo.png) no-repeat;
color:#FFF;
font-weight:400;
}

/**********************
 *** STRUCTURAL CSS ***
 **********************/
/*** General Styles ***/
html,body {
margin:0;
padding:0;
}

a img {
border:0;
}

form {
display:inline;
margin:0;
padding:0;
}

hr {
clear:both;
border:0;
height:1px;
}

table {
border-spacing: 0;
border-collapse:separate;
clear:both;
empty-cells:show;
width:100%;
}
td,th {
font-size:90%;
}
td {
padding:5px 10px;
}
th {
padding:3px 5px;
text-align:left;
}

ul,ol,li,dl,dd,dt {
list-style:none;
margin:0;
padding:0;
}
li {
display:inline;
}

/*** Headings ***/
h1,h2,h3 {
clear:both;
margin:0;
}

h2,thead th {
padding:5px;
text-align:left;
}
thead th {
text-align:center;
}

h3 {
padding:3px 0;
text-align:center;
}

/*** Forms & Inputs ***/
input,select,textarea,button,a.btn_fake {
padding:3px 5px;
vertical-align:middle;
}

textarea {
margin:auto;
width:98%;
}

input[type=checkbox] {
border:0;
}

input[type=checkbox],select {
padding:0;
}

option {
margin:2px 0;
}

button,a.btn_fake {
cursor:default;
overflow:visible;
width:auto;
}

button.btn_text {
border:0;
cursor:pointer;
}

button.btn_img {
border:0;
cursor:pointer;
padding:0;
background:transparent;
}

/*** Notices ***/
.notice {
margin:10px auto 0 auto;
}
.notice dt, .notice dd {
padding: 5px 7px;
}

.notice dt {
clear:left;
float:left;
margin-right:0.3em;
}

/*** Top Menu & logo ***/
#top {
height:25px;
margin: 0 2%;
}

#top_info {
float:left;
padding: 5px 2%;
}

#top_menu {
margin:0;
float:right;
}

.drop_menu a {
display:block;
padding:4px .25em;
position: relative;
width:9em;
}

.drop_menu a img {
vertical-align:bottom;
}

.drop_menu li {
float:left;
margin-right:1px;
text-align:center;
}

.drop_menu ul {
left:-999em;
margin:0;
position:absolute;
width:9.4em;
}

.drop_menu li:hover ul,.drop_menu li.hover ul {
left:auto;
}
#top_menu li:hover ul,#top_menu li.hover ul {
left:-999em;
}
#top_menu ul {
display:none;
}

.drop_menu ul li {
margin:0;
padding:0;
width:100%;
}

.drop_menu ul li a {
display:block;
padding:4px 5%;
width:90%;
}

#logo {
clear:both;
height:125px;
margin:5px 2% 0;
}

#submenu {
font-size:85%;
margin: 1% 2%;
padding:4px 2%;
text-align:right;
}

#submenu a {
padding:3px 5px;
}

/*** Enclosures ***/
#wrap {
margin:0 2% 3px;
}

#nav,#boardmeta,#main {
clear:both;
margin:0;
}

#main {
height:1%;
padding:0;
}

#nav {
height:1%;
padding:10px 1%;
}

#nav li img {
vertical-align:top;
}

/*** Generic Menus ***/
.meta_box,.meta_menu {
margin:10px 0;
}

.meta_box {
line-height:200%;
padding:10px 25px;
}

.meta_box input {
width:85px;
}
.meta_box button {
padding:0 3px;
}
.meta_box button img {
vertical-align:middle;
}

.meta_menu {
padding:0;
width:49%;
}
.meta_menu h3 {
clear:both;
margin:-1px;
text-align:center;
}

.meta_menu ul {
font-size:90%;
margin:5px 5%;
}

.meta_menu img, .meta_menu span {
float:right;
margin:10px 20px;
}

.meta_menu li {
display:list-item;
}

#meta_welcome {
clear:both;
}
#meta_welcome strong {
font-size:120%;
}

/*** Pagination and Buttons ***/
.cat-pages,.topic-pages {
float:left;
margin:15px 0;
padding:5px 0;
width:50%;
}

.cat-pages a,.cat-pagesjump i,.topic-pages a,.cat-topicpages a {
padding:2px 5px;
cursor:pointer;
}

.cat-topicpages {
float:right;
}

.cat-topicpages a {
padding:0 2px;
}

.cat-pages span,.topic-pages span {
cursor:default;
padding:2px 5px;
}

.cat-pages input,.topic-pages input {
padding:3px 5px;
vertical-align:baseline;
}

.cat-buttons,.topic-buttons {
float:right;
margin:15px 0;
text-align:right;
width:50%;
}
/*** Generic Tables ***/
tr.generic td,div.generic {
padding:20px;
text-align:center;
}

tr.postbtn td {
padding:5px;
text-align:center;
}

.row1,.row2,.pin_row1,.pin_row2,.ann_row1,.ann_row2 {
line-height:1.4;
}

td.c_head input,td.c_head button,td.c_foot input,td.c_foot button,td.c_sort input,td.c_sort button {
padding:1px;
}

td.c_desc {
text-align:right;
width:200px;
vertical-align: middle;
}
td.c_desc small {
display: block;
}
td.c_desc img,td.c_desc input {
float:left;
vertical-align: middle;
}

/*** Forum Listing ***/
.category {
margin:10px 0 0;
padding: 1px;
}

span.collapse,span.uncollapse {
cursor:pointer;
float:right;
position:relative; /* ie7 */
}

.c_mark {
text-align:center;
width:1%;
}

.c_mark img {
display:block;
margin:auto;
}

.c_forum {
width:60%;
}

span.c_forum-reported {
padding-left:8px;
margin-left:4px;
}

.c_last {
line-height:1.4;
min-width:300px;
width:30%;
}

.c_last-title {
padding-left:10px;
}

td.c_info-v,td.c_info-t,td.c_info-r {
padding:5px;
text-align:center;
}

/*** Stats ***/
#stats_members a.member {
white-space:nowrap;
}

#stats_members {
line-height:1.2;
}

#stats_events {
line-height:2;
}

td#stats_events a,td#stats_events span {
padding:4px 0 4px 20px;
}

.bday {
height:16px;
padding:2px 2px 2px 18px;
width:20px;
}

/*** Forum View ***/
td.c_cat-mark,td.c_cat-icon {
padding:5px 0;
text-align:center;
width:30px;
}
td.c_cat-mark input {
vertical-align:middle;
}

td.c_cat-starter {
width:125px;
}

td.c_cat-lastpost {
width:175px;
}

.c_cat-starter,.c_cat-replies,.c_cat-views {
text-align:center;
}

/*** Topic View ***/
/* user info */
td.c_username {
padding:2px 0;
text-align:center;
}

.c_user {
vertical-align:top;
width:175px;
}

.avatar {
margin:auto;
text-align:center;
display:block;
}

td.c_user .usertitle {
margin:3px 0;
text-align:center;
overflow-x:hidden;
}

.pip {
margin:3px 0;
white-space:nowrap;
}

td.c_user dl{
margin:10px 0;
padding:5px 7px;
width:160px;
}

dl.user_profile {
overflow:hidden;
word-wrap:break-word;
}

dl.user_info dt,dl.user_info dd {
margin:0;
padding:0.1em;
}

dl.user_info dt {
float:left;
clear:both;
min-width:4em;
}
dl.user_info dd {
float:left;
width:10em;
}

dl.user_profile dd {
margin-left:8px;
}

dl.user_info dd.spacer, dl.user_profile dd.spacer {
clear:both;
float:none;
padding:0;
height:1px;
}

/* polls */
td.c_poll-choice {
line-height:1.5;
padding-left:45%;
}

td.c_poll-choice label {
padding-left:1em;
}

td.c_poll-answer {
text-align:right;
width:42.5%;
}

td.c_poll-votes {
text-align:center;
width:15%;
}

td.c_poll-bar {
text-align:left;
vertical-align:middle;
width:42.5%;
}

td.c_poll-bar div,td.c_bar div {
float:left;
height:12px;
padding-right:3px;
}

td.c_poll-bar span,td.c_bar span {
display:block;
float:left;
height:12px;
width:3px;
}

td.c_poll-total,td.c_poll-vote {
text-align: center;
}

/* posts */
td.c_postinfo {
vertical-align:middle;
}

td.c_post {
line-height:1.5;
vertical-align:top;
border-bottom:none;
}

td.c_post ul,td.c_post li {
list-style-type:square;
margin-left:10px;
}
td.c_post li {
display:list-item;
}

.c_post img, #topic_review img {
max-width:90%;
}

.c_post-attachment {
font-size:83.3%;
margin-top:1em;
padding:1em;
}

.c_post-attachment dd {
margin-left:1em;
}

.c_post-attachment img {
vertical-align:middle;
}

.post_sep {
height: 1px;
font-size: 1px;
}

td.c_sig, td.c_nosig {
height:1%;
vertical-align:top;
}
td.c_nosig {
border-top-style:hidden !important;
}

td.c_sig blockquote {
padding-left:5px;
}
td.c_sig blockquote div {
padding:0;
margin-left:5px;
}
td.c_sig blockquote dl dt, td.c_sig blockquote dl dd {
padding:0;
}

td.c_topicfoot {
text-align: center;
}

/* post styles */
.warn {
text-align: center;
}
.warn img {
vertical-align:middle;
}

.editby, .queued {
margin-top:1em;
padding:3px 5px;
}

blockquote {
margin:10px auto;
width:98%;
}
blockquote dl dt {
float:left;
}
blockquote dl dd {
text-align: right;
}
blockquote dl dt,blockquote dl dd {
padding:2px 4px;
}

blockquote div,blockquote code {
clear:both;
margin:0;
padding:5px;
}

/*** Reply / New Topic ***/
/* fast reply */
dl#fast-reply {
clear:both;
width:80%;
margin:auto;
}

dl#fast-reply dt {
margin:0;
padding:5px;
}

dl#fast-reply dd {
padding:15px 0;
text-align:center;
}
dl#fast-reply dd p {
margin:-3px;
padding:0pt 5% 10px;
text-align:left;
}

dl#fast-reply dd textarea {
display:block;
height:100px;
padding:2px;
width:90%;
margin-bottom: 10px;
}

/* post page */
#c_post {
text-align:center;
vertical-align:top;
}

#c_post-preview {
margin:0pt auto 10px;
padding:5px;
text-align:left;
width: 98%;
}

#c_post-text {
height:223px;
}

#c_post-resize {
float:right;
margin-top:-1px;
padding:4px 0 0;
text-align:right;
}

#c_post-resize span {
padding:20px 5px 0;
}

#btn_preview {
float:left;
margin:10px 0 0 1px;
}

#files_upload input {
display:block;
}

/* bbcode */
#c_bbcode {
line-height:2;
}

/* emoticon listing */

#c_emot {
height:225px;
vertical-align:top;
width:210px;
}

#emot_list {
height:275px;
margin:0 auto;
overflow:auto;
padding:4px 0;
text-align:center;
}
div#emot_list {
padding:0;
}

#emot_list li {
display:inline;
padding:4px 10px;
}

#emot_list img {
cursor:pointer;
}

#emot_end {
display:block;
padding:4px 0;
text-align:center;
}


/*** PM Inbox ***/
.pm {
margin-bottom:1em;
}

.pm .row1 a,.pm .row2 a {
display: block;
}

#pm_folders {
padding-top:30px;
vertical-align:top;
width:150px;
}

#pm_datesent {
width:200px;
}

#pm_select {
text-align:center;
width:1px;
}

#pm_folderlist li {
display:list-item;
margin-bottom:4px;
padding-left:28px;
}

#pm_forwarded {
margin-top:1em;
padding:3px 5px;
}

/*** Settings / Warnings ***/
/* menus */
#ucp_settings,#pm_settings {
float:left;
}
#ucp_profile,#pm_messages {
float:right;
}
/* avatar gallery */
#ucp_gallery {
text-align:center;
vertical-align:top;
}
#ucp_gallery li {
float:left;
margin:15px 5px;
}

#ucp_gallery button {
cursor:pointer;
text-align:center;
}
#ucp_gallery button img {
display:block;
}

#ucp_gallery a {
font-weight:700;
}
#ucp_gallery a img {
vertical-align:middle;
}

/* warn panel */
#warn_pd,#warn_modq,#warn_ban {
padding-left:45px;
}

/* the rest */
.ucp th {
text-align:center;
}

.ucp button.btn_text {
padding:5px 0;
text-align:center;
width:100%;
}

#c_notes {
text-align: center;
}

/*** Calendar ***/
.calendar th {
text-align: center;
}

.calendar td {
height:125px;
padding:0;
vertical-align:top;
width:14.3%;
}

.calendar td div {
padding:5px 7px;
}

.calendar div a {
float:right;
padding:0 0 6px 24px;
}

.calendar li {
display:list-item;
font-size:80%;
margin:0;
}

.calendar li.placeholder {
padding:4px;
}

.calendar li a,.calendar li span {
display:block;
padding:3px;
}

.calendar li span {
cursor:default;
}

.calendar td#cal_current div {
padding-top:4px;
}

/*** Portal Structure ***/
#portal_head {
margin-bottom:10px;
}

#portal_foot {
margin-top:10px;
}

#portal_l, #portal_r {
width:150px;
margin:0; padding:0;
font-size:88.3%;
}
#portal_l {
float:left;
}
#portal_r {
float:right;
}

#portal_news {
margin:0 160px;
}

#portal_clear {
clear:both;
height:1px;
font-size:1px;
border:none;
margin:0; padding:0;
background:transparent;
}

/*** Portal Layout ***/
.portal_box {
margin-bottom:5px;
}

.portal_box p {
margin:0;
padding:5px 7px;
}

#portal h2 {
clear:none;
padding: 3px 5px;
margin:0;
}

#portal h4 {
margin:0;
padding:5px 7px;
}

/*** FAQ ***/
#faq {
margin:20px 0;
}

#faq dl {
padding: 1em;
}

#faq dt {
margin-bottom: 5px;
}

#faq dd {
display:list-item;
margin:0 0 3px 15px;
padding-left:3px;
}

/*** Search ***/
#search_results {
clear:both;
}
#search_results li {
display:list-item;
margin-bottom:1em;
padding:5px 7px;
}
#search_results h3 {
display:inline;
}
#search_results cite, #search_results p {
margin:0;
}
#search_results q {
display:block;
margin:5px 0;
quotes:none;
}

#findposts td a {
display:block;
}
#findposts .c_mark {
vertical-align:top;
}

/*** PM Toast ***/
#pmtoast {
bottom:10px;
display:none;
position:fixed;
right:10px;
text-align:right;
text-decoration:none;
width:200px;
z-index:1;
}

#pmlink {
display:block;
padding:10px 10px 10px 55px;
text-decoration:none;
}

#pmlink big {
display:block;
padding-bottom:5px;
}

#pmclose {
display:block;
padding:1px 10px;
}

/*** Foot ***/
#foot {
clear:both;
margin:20px 0;
padding:0 1%;
}

#foot div {
height:20px;
padding:4px 0 0;
}

#foot a {
padding:4px 6px 8px 0;
}

#foot #foot_themechooser {
float: left;
}

#foot #foot_datetime {
display:inline;
padding:4px 6px 8px 24px;
}

#foot #foot_links {
text-align:right;
}

#copyright {
margin:10px 0;
text-align:center;
}

/*** Registration TOS ***/
#c_tos dt {
font-weight:700;
}

#c_tos dd {
margin-left:10px;
}

#c_tos li {
display:list-item;
margin-left:25px;
}

#c_tos ul li {
list-style:disc;
}

#c_tos ol li {
list-style:lower-alpha;
}

/*** AdminCP Login ***/
#acplogin {
height:275px;
left:50%;
margin:-137.5px 0 0 -250px;
padding:0;
position:absolute;
top:50%;
width:500px;
}

#acplogin h1 {
height:50px;
margin-bottom:20px;
padding:50px 20px 00 0;
text-align:right;
}

#acplogin #loginform {
display:block;
padding:0 50px;
}

.l {text-align:left}
.c {text-align:center}
.r {text-align:right}
.left {float:left}
.right {float:right}
#stats_members a.member, .bday_strip {white-space:nowrap}
.calendar li span {cursor:default}
#c_tos li {display:list-item;margin-left:25px}
#c_tos ul li {list-style:disc}
#c_tos ol li {list-style:lower-alpha}
#shoutrefresh {cursor:pointer}