/**
* This section of the CSS is used to choose whether you want the theme to be fixed
* or fluid. If you want it fixed, change the "width" value to an absolute value, such
* as 960px; otherwise, choose a relative value, such as 90%
*
* FIXED:
* #top, #logo, #submenu, #wrap {
* width: 960px;
* }
* 
* FLUID:
* #top, #logo, #submenu, #wrap {
* width: 90%;
* }
*/

#top, #logo, #submenu, #wrap {
width: 1000px;
}

/**
* This is the rest. Do what you please, just don't pass it off as your own.
*/

@import url("http://fonts.googleapis.com/css?family=Droid+Serif:regular,italic,bold,bolditalic");

html,body {
background: #362b12;
color: #615741;
font: 13px/1.5  "Helvetica", "Arial";
margin:0;
padding:0;
}

#body, body[onload] {
background: #d8d3c1 url( http://z3.ifrm.com/28052/12/0/p405276/body.png );
}

::selection {
background: #993210;
color: #fff;
text-shadow: 0 0 0 transparent;
}

::-moz-selection {
background: #993210;
color: #fff;
text-shadow: 0 0 0 transparent;
}

::-webkit-selection {
background: #993210;
color: #fff;
text-shadow: 0 0 0 transparent;
}

a {
color: #88260c;
text-decoration: none;
}

a:hover {
color:#c5571c;
text-decoration: underline;
}

hr {
background: url( http://z3.ifrm.com/28052/12/0/p405277/category.png ) repeat-x bottom;
border: 0;
border-bottom: 1px solid #d0cdc2;
height: 4px;
}

table {
border-collapse:collapse;
border-spacing:0;
clear:both;
empty-cells:show;
width:100%;
}

th, td {
border:1px solid #c9c6b8;
}

th {
background: #f1ede1 url( http://z3.ifrm.com/28052/12/0/p405268/th.png ) repeat-x top;
color: #615741;
font-weight: normal;
padding: 4px 5px;
text-align: left;
}

td {
background: #f5f3eb;
color: #615741;
padding: 6px 10px;
}

th a, th a:hover {
color: #88260c;
font-weight: bold;
}

h1 {
font-size:200%;
}

h2,h3 {
font-size:100%;
}

.category h2, .topic h2, #portal h2, #portal_foot h2, thead th, dl#fast-reply dt, .search_results h3, .meta_menu h3 {
background: #aa3f14 url( http://z3.ifrm.com/28052/12/0/p405278/h2.png ) repeat-x top;
color: #f5c5b2;
font-size: 13px;
font-weight: bold;
padding: 13px 10px 6px;
text-shadow: 0 1px 2px #862f0f;

/* Border radius */
border-radius: 3px 3px 0 0;
-khtml-border-radius: 3px 3px 0 0;
-o-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;

/* Box shadows */
box-shadow: 0 1px 0 #88260c inset;
-khtml-box-shadow: 0 1px 0 #88260c inset;
-o-box-shadow: 0 1px 0 #88260c inset;
-moz-box-shadow: 0 1px 0 #88260c inset;
-webkit-box-shadow: 0 1px 0 #88260c inset;
}

.category h2 a, .topic h2 a, #portal h2 a, #portal_foot h2 a, thead th a, .search_results h3 a {
color: #f5c5b2;
}

.category h2 a:hover, .topic h2 a:hover, #portal h2 a:hover, #portal_foot h2 a:hover, thead th a:hover, .search_results h3 a:hover {
color: #ffddcf;
}

thead th {
border-width: 0 0 1px;
}

h2.special {
background: #362b12 url( http://z3.ifrm.com/28052/12/0/p405282/h2_special.png ) repeat-x top;
color: #bcb5a4;
text-shadow: 0 1px 2px #2a210e;

/* Box shadow */
box-shadow: 0 1px 0 #201a0b inset;
-khtml-box-shadow: 0 1px 0 #201a0b inset;
-o-box-shadow: 0 1px 0 #201a0b inset;
-moz-box-shadow: 0 1px 0 #201a0b inset;
-webkit-box-shadow: 0 1px 0 #201a0b inset;
}

input, select, textarea, button, a.btn_fake, .custombutton {
background: #f8f7f4;
border: 1px solid #aca99a;
color: #615741;
font: 12px/1.5 "Droid Serif", Georgia, serif;
padding: 4px 5px;
vertical-align:middle;

/* Border radius */
border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-webkit-border-radius: 3px;

/* Box shadows */
box-shadow: 0 1px 3px #d9d8d5 inset, 0 1px 0 #f5f2ea;
-khtml-box-shadow: 0 1px 3px #d9d8d5 inset, 0 1px 0 #f5f2ea;
-o-box-shadow: 0 1px 3px #d9d8d5 inset, 0 1px 0 #f5f2ea;
-moz-box-shadow: 0 1px 3px #d9d8d5 inset, 0 1px 0 #f5f2ea;
-webkit-box-shadow: 0 1px 3px #d9d8d5 inset, 0 1px 0 #f5f2ea;
}

textarea {
font-size: 13px;
margin:auto;
width:98%;
}

input:focus, input.focus, textarea:focus, textarea.focus {
border-color: #88260c;
outline: 0;

/* Box shadows */
box-shadow: 0 1px 3px #d9d8d5 inset, 0 0 3px #c7571b;
-khtml-box-shadow: 0 1px 3px #d9d8d5 inset, 0 0 3px #c7571b;
-o-box-shadow: 0 1px 3px #d9d8d5 inset, 0 0 3px #c7571b;
-moz-box-shadow: 0 1px 3px #d9d8d5 inset, 0 0 3px #c7571b;
-webkit-box-shadow: 0 1px 3px #d9d8d5 inset, 0 0 3px #c7571b;
}

input.row1 {
background: transparent;
border: 0;
box-shadow: none;
}

.submit_error {
background:#fff8eb;
border:1px solid #e77700;
}

button, a.btn_fake, span.custombutton {
background: #af4315 url( http://z3.ifrm.com/28052/12/0/p405284/button.png ) repeat-x top;
border: 1px solid #af4315;
color: #f5c5b2;
cursor: pointer;
overflow: visible;
padding: 3px 5px;
text-shadow: 0 1px 0 #813310;
width: auto;

/* Box shadows */
box-shadow: 0 1px 2px #c1beb4;
-khtml-box-shadow: 0 1px 2px #c1beb4;
-o-box-shadow: 0 1px 2px #c1beb4;
-moz-box-shadow: 0 1px 2px #c1beb4;
-webkit-box-shadow: 0 1px 2px #c1beb4;
}

span.custombutton {
font-size: 11px;
margin: 0 2px;
}

button:active, a.btn_fake:active, span.custombutton:active {
background: #a6300f url( http://z3.ifrm.com/28052/12/0/p405285/button_focus.png ) repeat-x top;
border: 0;
padding: 4px 6px;
text-shadow: 0 1px 2px #80240b;

/* Box shadows */
box-shadow: 0 1px 4px #641a08 inset;
-khtml-box-shadow: 0 1px 4px #641a08 inset;
-o-box-shadow: 0 1px 4px #641a08 inset;
-moz-box-shadow: 0 1px 4px #641a08 inset;
-webkit-box-shadow: 0 1px 4px #641a08 inset;
}

button.btn_text {
background:none;
border:0;
color: #615741;
cursor:pointer;
font-size:100%;
}

.notice {
background: url("http://z3.ifrm.com/28052/12/0/p405277/category.png");
border: 0;
color: #333;
margin: 10px auto;
padding: 3px;
width: 70%;
}

.notice dt {
background: transparent;
color: #877f6c;
float: left;
font-size: 12px;
font-weight: bold;
padding: 10px 5px 7px;
text-align: right;
width: 60px;
}

.notice dd {
background: #e6e3d6 url("http://z3.ifrm.com/28052/12/0/p405272/logo.png") repeat-x;
border: 1px solid #aca99a;
font-style: normal;
margin: 0;
padding: 7px 10px 7px 75px;

/* Border radius */
border-radius: 3px;
-khtml-border-radius: 3px;
-o-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.notice ul {
height: 18px;
list-style: none;
margin: 0;
overflow: hidden;
padding: 0;
}

.notice li {
margin: 0;
padding: 0;
}

dl.error {
}

.error dt {
color: #8a6257;
}

.error dd {
background: #e5cac3 url( http://z3.ifrm.com/28052/12/0/p405493/error.png ) repeat-x top;
color: #70210b;
}

#top ul,#nav,ul.cat-pages,ul.cat-topicpages,table.calendar ul,div.meta_menu ul,#pm_folderlist,#profile_menuwrap ul {
list-style:none;
padding:0;
}

#profile_menuwrap ul,ul.cat-topicpages,blockquote dl,#fast-reply dd, table.calendar ul, .drop_menu {
margin:0;
}

#top li,#nav li,ul.cat-pages li,ul.cat-topicpages li,table.calendar li,#pm_folderlist li,#profile_menuwrap li,#ucp_gallery li {
display:inline;
}

#top_bar {
background: #aa3f14 url( http://z3.ifrm.com/28052/12/0/p405270/top_bar.png ) repeat-x top;
height: 11px;
}

#top_wrap {
background: #993210 url( http://z3.ifrm.com/28052/12/0/p405269/top.png ) repeat-x bottom;
text-align: center;
}

#top {
height: 24px;
margin: 0 auto;
padding: 0 0 5px;
text-align: left;
}

#top_info {
color: #e5a58b;
font-size: 12px;
float:left;
padding: 5px 0 0;
text-shadow: 0 1px 1px #883210;
}

#top_info a, #blog_sub a {
color: #ffd8c8;
}

#top_info a:hover, #blog_sub a:hover {
color: #fff0ea;
}

#top_info strong {
font-size: 13px;
}

#top_menu {
background: url( http://z3.ifrm.com/28052/12/0/p405457/topmenu.png ) no-repeat bottom right;
border-left: 0;
float: right;
margin: 0;
padding: 0 2px 0 0!important;
}

.drop_menu li {
background: transparent;
float: left;
}

.drop_menu a {
background: url( http://z3.ifrm.com/28052/12/0/p405457/topmenu.png ) no-repeat bottom left;
color: #e5a58b;
display: block;
font-size: 12px;
padding: 6px 10px 6px 12px;
position: relative;
width: 110px;
}

.drop_menu strong {
color: #fff0ea;
}

.drop_menu li:hover, .drop_menu li.hover {
background: url( http://z3.ifrm.com/28052/12/0/p405459/top_hover.png ) repeat-x top;
}

.drop_menu a:hover, .drop_menu li:hover a, .drop_menu li.hover a {
background: url( http://z3.ifrm.com/28052/12/0/p405458/topmenu_hover.png ) no-repeat bottom left;
color: #fff0ea;
text-decoration: none;
}

.drop_menu ul {
border-bottom: 1px solid #671e0a;
color:#fff;
left: -999em;
margin:0;
position: absolute;
width: 133px;
}

.drop_menu ul li {
border:0 solid #671e0a;
border-width: 0 1px;
font-size: 11px;
margin: 0;
padding: 0;
}

.drop_menu ul li a {
background: #b74115!important;
border-left: 1px solid #cd601f;
color: #e5a58b;
display:block;
padding:4px 10px;
width: 110px;
}

.drop_menu li ul li a:hover {
padding: 4px 5px 4px 15px;
}

#logo_wrap {
background: #e6e3d6 url( http://z3.ifrm.com/28052/12/0/p405272/logo.png ) repeat-x top;
text-align: center;
}

#logo {
clear: both;
margin: 0 auto;
padding: 25px 0 15px;
text-align: left;
}

#submenu_wrap {
background: #e6e3d6 url( http://z3.ifrm.com/28052/12/0/p405273/submenu.png ) repeat-x top;
text-align: center;
}

#submenu {
font-size: 12px;
margin: 0 auto;
padding: 10px 0;
text-align: left;
text-shadow: 0 1px 0 #f6f5f1;
}

#submenu a {
color: #615741;
font-weight: bold;
padding: 5px 8px;
}

#submenu a:hover {
color: #272011;
}

#wrap_outer {
background: url( http://z3.ifrm.com/28052/12/0/p405275/wrap_outer.png ) repeat-x top;
}

#wrap_inner {
background: url( http://z3.ifrm.com/28052/12/0/p405287/wrap_inner.png ) repeat-x bottom;
padding: 1px 0;
text-align: center;
}

#wrap {
text-align: left;
margin: 0 auto;
}

#nav {
color: #9f9682;
font-size: 12px;
padding: 15px 2%;
text-shadow: 0 1px 0 #edebe2;
}

#nav li span {
color: #625b4d;
font-weight: bold;
}

#nav li a {
color: #272011;
font-weight: bold;
}

#nav li a:hover {
color: #c5571c;
}


.meta_menu {
background: #f5f3eb;
border: 1px solid #c9c6b8;
color: #615741;
padding:0;
width:49%;
}

.meta_menu h3 {
clear:both;
margin:-1px;
text-align:center;
}

.meta_menu a {
background: url( http://z3.ifrm.com/28052/12/0/p405283/c_last_title.png ) no-repeat center left;
display: block;
padding: 3px 3px 3px 12px;
}

ul.cat-pages {
float: left;
font-size: 13px;
margin: 15px 15px 5px;
padding: 5px 1px;
width: 45%;
}

.cat-pages li.cat-pageshead {
font-weight: bold;
padding: 0 5px 0 0;
}

.cat-pages a,.cat-pagesjump i,.cat-topicpages a {
background: #e6e3d6 url("http://z3.ifrm.com/28052/12/0/p405272/logo.png") repeat-x top;
border: 1px solid #ACA99A;
color: #615741;

/* Border radius */
border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-webkit-border-radius: 3px;
}

.cat-pages a:hover,.cat-topicpages a:hover {
background: #f7f5f1;
}

.cat-pages span {
background: #a6300f url( http://z3.ifrm.com/28052/12/0/p405285/button_focus.png ) repeat-x top;
color: #f5c5b2;
border: 0;
padding: 3px 6px;
text-shadow: 0 1px 0 #813310;

/* Border radius */
border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-webkit-border-radius: 3px;

/* Box shadows */
box-shadow: 0 1px 4px #641a08 inset;
-khtml-box-shadow: 0 1px 4px #641a08 inset;
-o-box-shadow: 0 1px 4px #641a08 inset;
-moz-box-shadow: 0 1px 4px #641a08 inset;
-webkit-box-shadow: 0 1px 4px #641a08 inset;
}

.cat-pages input {
background:#fff;
color:#5a70b3;
padding:3px 5px;
vertical-align:baseline;
}

ul.cat-topicpages {
float:right;
font-size: 11px;
padding: 1px 0;
}

tr.generic td,div.generic {
font-size:120%;
font-weight:700;
padding:20px;
text-align:center;
}

td.c_head,td.c_foot,td.c_sort {
background: #f1ede1 url( http://z3.ifrm.com/28052/12/0/p405281/c_last.png ) repeat-x top;
font-size: 12px;
}

td.c_desc {
background: #f1ede1;
font-weight: bold;
text-align: right;
vertical-align: middle;
width: 200px;
}

td.c_desc small {
display: block;
font-weight: normal;
}

tr.pm_new td {
background:#D8DCEB;
font-weight:700;
}

tr.hidden td.c_post {
background: #f9e4df;
color: #8a6257;
}

.bday {
background:url(http://z3.ifrm.com/static/1/s_minibday.png) no-repeat;
font-size:90%;
font-weight:700;
height:16px;
padding:2px 2px 2px 18px;
width:20px;
}

.c_mark {
background: #f1ede1;
text-align:center;
width:1%;
}

.c_forum {
font-size: 12px;
width:60%;
}

.c_forum strong a, .c_last a {
color: #34280e;
font-weight: bold;
}

.c_forum strong a:hover, .c_last a:hover {
color: #b34e23;
}

.c_forum strong a {
font-size: 13px;
}

td.c_last {
background: #f1ede1;
font-size: 12px;
}

.c_forum-desc {
color:#333;
font-size:90%;
}

.c_last-title {
background: url( http://z3.ifrm.com/28052/12/0/p405283/c_last_title.png ) no-repeat center left;
display: block;
padding-left: 10px;
}

td.c_info-v,td.c_info-t,td.c_info-r {
font-size: 12px;
padding: 5px;
text-align: center;
}

td.c_subforum {
background: #f1ede1;
color: #a9a290;
font-size: 12px;
font-style: italic;
}

td.c_subforum strong {
color: #877f6c;
}

td.c_subforum a {
color: #342e1f;
}

td.c_subforum a:hover {
color: #88260c;
}

.cat_head td {
border: 0;
padding:0;
}

.description {
font-size: 11px;
}

td#stats_events a,td#stats_events span {
background:url(http://z3.ifrm.com/static/1/s_minical.png) no-repeat 2px;
padding:4px 0 4px 20px;
}

td.c_username {
background: #f1ede1;
padding: 2px 0;
text-align:center;
}

td.c_username a {
font-family: "Helvetica";
font-size: 21px;
font-weight: bold;
}

td.c_user {
font-family: "Helvetica";
font-size: 12px;
}

td.c_user dl {
background: url( http://z3.ifrm.com/28052/12/0/p405277/category.png ) repeat-x bottom;
border-bottom: 1px solid #d0cdc2;
margin: 10px 0;
padding: 5px 7px 9px;
width: 160px;
}

dl.user_profile {
overflow:hidden;
word-wrap:break-word;
}

dl.user_profile dt {
font-weight: bold;
}

dl.user_profile dd {
color: #877f6c;
font-style:italic;
margin-left:8px;
}

dl.user_info dd {
font-weight: bold;
margin: 0 0 2px 55px;
}

#profile_menuwrap {
padding: 6px 0 0;
text-align: center;
}

#profile_menu {
background: url( http://z3.ifrm.com/28052/12/0/p405457/topmenu.png ) no-repeat bottom right;
height: 31px;
margin: 0 auto!important;
padding: 0 1px 0 0!important;
text-align: left;
width: 133px;
}

#profile_menu a {
font-weight: normal;
padding-top: 8px;
}

#profile_menu li.hover, #profile_menu li:hover {
background: url( http://z3.ifrm.com/28052/12/0/p405460/h2_menu.png ) repeat-x bottom;
}

#profile_menu ul {
}

#profile_menu a {
}

#profile_menu li li a {
border-top:0;
}

#profile_menu li ul li a:hover {

}

td.c_poll-choice label {
font-weight:700;
padding-left:1em;
}

td.c_poll-votes {
font-size:120%;
text-align:center;
width:15%;
}

td.c_poll-bar div {
background:url(http://z3.ifrm.com/28052/12/0/p405515/poll_right.png) no-repeat right;
float:left;
height:12px;
margin-left: 2px;
padding-right:3px;
}

td.c_poll-bar span {
background:url(http://z3.ifrm.com/28052/12/0/p405513/poll_left.png) no-repeat;
display:block;
float:left;
height:12px;
left: -2px;
position: relative;
width:3px;
}

.editby,.queued {
border-top: 1px solid #ceccc2;
color: #877f6c;
font-size: 12px;
font-style:italic;
margin-top: 35px;
padding: 8px 3px 3px;
text-align: right;
}

.queued {
border-color: #c0a69f;
color: #957c75;
}

blockquote, #blog blockquote blockquote {
margin: 10px auto;
padding: 0;
width: 98%;
}

.globalwrap_outer > blockquote {
margin: 0!important;
padding: 0!important;
width: auto!important;
}

blockquote dl {
background: #e6e3d6 url( http://z3.ifrm.com/28052/12/0/p405272/logo.png ) repeat-x top;
border-bottom: 1px solid #c9c6b8;
height: 22px;

/* Border radius */
border-radius: 3px 3px 0 0;
-khtml-border-radius: 3px 3px 0 0;
-o-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
}

blockquote dl dt {
color: #615741;
float: left;
font-size: 12px;
font-weight: bold;
}

blockquote dl dd {
font-size: 11px;
font-style: italic;
}

blockquote div, code {
background: transparent;
border: 0;
clear: both;
color: #615741;

/* Border radius */
border-radius: 0 0 3px 3px;
-khtml-border-radius: 0 0 3px 3px;
-o-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
}

code {
display: block;
font-family: Monaco, Consolas, "Courier New", Courier, monospace;
white-space: pre;
padding: 5px 9px;
max-height: 350px;
overflow: auto;
} 

div.spoiler {
background: #f5f3eb;
border:1px solid #aca99a;
border-top:0;
padding:5px 7px;

border-radius: 0 0 3px 3px;
-khtml-border-radius: 0 0 3px 3px;
-o-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
}

div.spoiler_toggle {
border-bottom: 1px solid #c9c6b8;
cursor:pointer;
color: #615741;
font-size: 12px;
font-weight: bold;
padding: 4px 5px;

border-radius: 3px 3px 0 0;
-khtml-border-radius: 3px 3px 0 0;
-o-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
}

.spoilerwrap div.spoiler_toggle {
margin: 0;
}

td.c_postinfo {
background: #f1ede1;
font-size: 12px;
vertical-align: middle;
}

td.c_sig {
color: #96927e
font-size: 12px;
}

td.c_sig .globalwrap_outer, td.c_sig .spoilerwrap {
background-repeat: repeat-y;
padding: 0 0 0 3px;
}

td.c_sig blockquote {
background:none transparent;
border:0;
border-left: 1px solid #d0cdc2 !important;
border-radius: 0!important;
padding-left: 7px!important;
}

td.c_sig blockquote dl {
background:none transparent;
border:0;
color:#666;
}

td.c_sig blockquote dl dt, td.c_sig blockquote dl dd, td.c_sig .spoiler_toggle {
background: transparent!important;
border: 0;
color: #96927e;
font-size: 12px;
padding: 0 0 0 3px;
}

td.c_sig .spoiler_toggle {
border-left: 1px solid #d0cdc2 !important;
border-radius: 0!important;
height: 15px;
padding: 3px 0 3px 10px;
}

td.c_sig blockquote div, td.c_sig .spoiler {
background:transparent;
border: 0!important;
font-size: 12px;
padding: 2px 0;
}

td.c_sig .spoiler {
border-left: 1px solid #d0cdc2 !important;
border-radius: 0!important;
padding: 4px 0 4px 7px;
}

tr.c_postfoot td, td.c_postfoot {
background: #f1ede1;
clear: both;
}
tr.c_postfoot td a {
text-decoration: none;
}

td.c_username {
width:195px;
}

.c_next a {
display:block;
font-size:125%;
font-weight:700;
text-align:center;
}

td.c_view {
background: #f1ede1;
color:#777;
font-size: 11px;
}

div.c_view-list {
font-size: 12px;
}

dl#fast-reply dt {
margin:0;
}

dl#fast-reply dd {
background: #f5f3eb;
border: 1px solid #c9c6b8;
color: #615741;
padding: 15px 10px;
text-align: center;
}

#c_post-preview {
background: #f1ede1;
border: 1px solid #c9c6b8;
margin: 0 auto 10px;
padding: 6px 10px;
text-align: left;
width: 98%;
}

#c_post-resize span {
color: #c9c6b8;
cursor: pointer;
font-size: 225%;
padding: 20px 5px 0;
}

#c_post-preview code {
width: 600px;
}

#emot_wrap {
}

#emot_wrap h3 {
background: #f1ede1 url( http://z3.ifrm.com/28052/12/0/p405268/th.png ) repeat-x top;
border: 1px solid #c9c6b8;
border-bottom: 0;
color: #615741;
font-weight: normal;
padding: 4px 5px;
text-align:center;
}

#emot_end {
background: #f1ede1 url( http://z3.ifrm.com/28052/12/0/p405281/c_last.png ) repeat-x top;
border: 1px solid #c9c6b8;
border-top: 0;
display:block;
font-size: 12px;
font-weight: bold;
padding: 4px 5px;
text-align:center;
}

#emot_end:active {
background: #f1ede1 url( http://z3.ifrm.com/28052/12/0/p405268/th.png ) repeat-x top;
padding: 5px 4px 3px 6px;
}

#pm_folders {
padding-top:30px;
vertical-align:top;
width:150px;
}

#pm_folderlist {
position: relative;
margin-left:0;
margin-top:0
}

#pm_folderlist li {
background:url(http://z3.ifrm.com/static/1/pmfolder.png) no-repeat 5px;
display:list-item;
margin-bottom:4px;
padding-left:28px;
}

#pm_forwarded {
border:1px dotted #e7e7e7;
color:#999;
font-size:90%;
font-style:italic;
margin-top:1em;
padding:3px 5px;
}

#ucp_gallery a {
font-weight:700;
}

.calendar thead th {
font-size: 12px;
text-align: left;
}

.calendar thead th big {
font-size: 13px;
}

.calendar td.cal_inactive {
background: #f1ede1;
color: #beb7a2!important;
}

.calendar td div {
background: #f1ede1 url( http://z3.ifrm.com/28052/12/0/p405281/c_last.png ) repeat-x top;
border-bottom: 1px solid #c9c6b8;
font-size: 12px;
font-weight: 700;
padding: 5px 7px;
}

.calendar div a {
background:url(http://z3.ifrm.com/static/1/s_minibday.png) no-repeat 5px;
float:right;
font-size: 11px;
font-weight: 400;
padding:0 0 6px 24px;
}

.calendar li a, .calendar li span {
border-color:transparent;
border-style:solid;
border-width:1px;
display:block;
padding: 4px;
}

.calendar td#cal_current {
background: #fefbf2;
border: 2px solid #88260c;
}

div.portal_content {
background: #f5f3eb;
border: 1px solid #c9c6b8;
font-size: 12px;
margin: 0;
padding: 5px 7px;
}

#portal h2 {
font-size: 12px;
}

#portal h4 {
background: #f1ede1 url( http://z3.ifrm.com/28052/12/0/p405268/th.png ) repeat-x top;
border: 1px solid #c9c6b8;
border-width: 0 1px;
color: #615741;
font-size: 12px;
font-weight: normal;
margin: 0;
padding: 4px 5px;
text-align: left;
}

#faq dt a {
font-size: 14px;
font-weight: bold;
}

#faq dd.faq_more a,#faq dl.faq_more a:hover {
color:#999;
font-style:italic;
}

.search_results {
background: #f5f3eb;
border: 1px solid #c9c6b8;
margin-bottom:1em;
padding: 0;
}

.globalwrap .search_results {
margin: 0;
}

.search_results cite {
background: #f1ede1 url( http://z3.ifrm.com/28052/12/0/p405268/th.png ) repeat-x top;
border-bottom: 1px solid #c9c6b8;
color: #615741;
display: block;
font-weight: normal;
margin: -18px 0 0;
padding: 4px 5px;
text-align: left;
}

.search_results p {
background: #f1ede1 url( http://z3.ifrm.com/28052/12/0/p405281/c_last.png ) repeat-x top;
font-size: 12px;
border-top: 1px solid #c9c6b8;
margin: 0;
padding: 5px;
}

#findposts .c_mark {
color: #88260c;
font-size: 17px;
font-weight: bold;
vertical-align:top;
}

#pmtoast {
background: url( http://z3.ifrm.com/28052/12/0/p405510/pmtoast.png ) no-repeat top;
bottom: 10px;
display: none;
font-size: 12px;
height: 120px;
position: fixed;
right: 10px;
text-align: right;
text-decoration: none;
width: 210px;
z-index:1;
}

#pmtoast:hover {
background-position: bottom;
}

#pmlink {
color: #877f6c;
display: block;
padding: 15px 20px 5px 20px;
text-decoration:none;
}

#pmlink big {
color: #88260c;
display:block;
font-size: 14px;
font-weight:700;
padding-bottom:5px;
}

#pmlink strong {
color: #88260c;
}

#pmclose {
color: #c0bdaf;
display: block;
font-size: 11px;
padding: 2px 10px 1px;
}

#pmclose:hover {
color: #e6e3d6;
}

#foot_wrap {
margin:20px 0 0;
}

#foot td {
background: transparent;
border: 0;
font-size: 11px;
height: 18px;
padding: 6px 10px;
}

#foot #foot_themechooser {
padding: 5px 10px 4px;
} 

#foot #foot_datetime {
border-left: 1px solid #aca99a;
width: 1%;
white-space: nowrap;
}

#copyright, #themecopyright {
background: #362b12 url( http://z3.ifrm.com/28052/12/0/p405288/footer.png ) repeat-x;
color: #c9c6b8;
font-size: 12px;
padding: 15px 0;
text-align: center;
text-shadow: 0 1px 2px #251e0c;
}

#copyright a, #themecopyright a {
color: #f4f1eb;
font-weight: bold;
}

#copyright {
background: #362b12;
padding: 5px 0 15px;
}

#themecopyright {
padding: 15px 0 5px;
}

#c_tos h3 {
color:#333;
font-size:120%;
}

td.username_ok {
background: #dceeb6;
}

input.username_ok {
box-shadow: 0 0 3px #0c0;
-khtml-box-shadow: 0 0 3px #0c0;
-moz-box-shadow: 0 0 3px #0c0;
-o-box-shadow: 0 0 3px #0c0;
-webkit-box-shadow: 0 0 3px #0c0;
}

td.username_no {
background: #eed2b6;
}

input.username_no {
box-shadow: 0 0 3px #c7571b;
-khtml-box-shadow: 0 0 3px #c7571b;
-moz-box-shadow: 0 0 3px #c7571b;
-o-box-shadow: 0 0 3px #c7571b;
-webkit-box-shadow: 0 0 3px #c7571b;
}

#acplogin {
background: url( http://z3.ifrm.com/28052/12/0/p405507/admin.png ) no-repeat top left;
border: 0;
height: 285px;
left: 50%;
margin: -142.5px 0 0 -250px;
padding:0;
position:absolute;
top: 50%;
width: 501px;
}

#acplogin h1 {
color: #88260c;
font-size: 24px;
height:50px;
margin-bottom:20px;
padding: 17px 24px 0 0;
text-align:right;
}

#acplogin h1 img {
display: none;
position:absolute;
left:0;
top:0;
}

a img {
border:0;
}

form {
display:inline;
margin:0;
padding:0;
}

h3 {
padding:3px 0;
}

input[type=checkbox] {
background:transparent;
border:0;
padding:0;
vertical-align:bottom;
}

input[type=radio] {
border:0;
}

select {
margin:0 7px;
padding: 1px;
vertical-align: middle;
}

option {
margin:2px 0;
}

button.btn_img {
border:0;
cursor:pointer;
padding:0;
}


.drop_menu a img {
float: right;
margin: 1px 0;
vertical-align:bottom;
}

.drop_menu li:hover ul,.drop_menu li.hover ul {
left:auto;
}

#main {
height:1%;
padding:0 1%;
}

#nav li img {
vertical-align:top;
}

.meta_box,.meta_menu {
margin:10px 0;
}

.meta_box li {
display:list-item;
list-style-position:inside;
list-style-type:square;
margin-left:10px;
}

.meta_menu ul {
font-size: 11px;
margin: 10px;
}

.meta_menu img,.meta_menu span {
float:right;
margin:10px 20px;
}

.cat-pages a,.cat-pagesjump i,.cat-topicpages a {
cursor:pointer;
font-size: 12px;
padding: 3px 6px;
}

.cat-topicpages a {
padding: 1px 3px;
}

.cat-buttons,.topic-buttons {
float:right;
margin:15px 0;
text-align:right;
width:50%;
}

tr.postbtn td {
padding:5px;
text-align:center;
}

.row1,.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: 2px;
}

.c_head button:active, .c_foot button:active, .c_sort button:active {
padding: 3px;
}

td.c_desc img,td.c_desc input {
float:left;
vertical-align:middle;
}

.category, .globalwrap, blockquote, #blog blockquote blockquote, #blog, .blog_entry, .spoiler_toggle, .meta_box {
background: #e6e3d6 url( http://z3.ifrm.com/28052/12/0/p405272/logo.png ) repeat-x top;
border: 1px solid #aca99a;
margin:10px 0 0;
padding: 3px;

/* Border radius */
border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-webkit-border-radius: 3px;
}

blockquote, #blog blockquote blockquote {
background: #f5f3eb;
}

.category_wrap, .globalwrap_outer, .spoilerwrap {
background: url( http://z3.ifrm.com/28052/12/0/p405277/category.png );
border: 0!important;
clear: both;
margin: 10px 0 0;
padding: 3px;
}

.category_wrap .category, .globalwrap {
margin: 0;
}

.globalwrap > *, .globalwrap_outer > * {
margin: 0;
}

.topic > .globalwrap_outer .globalwrap, .topic > .globalwrap_outer {
background: transparent;
border: 0;
padding: 0;
margin: 0;
}

.c_post .globalwrap_outer {
margin: 5px 0;
width: 98%;
}

span.collapse,span.uncollapse {
cursor:pointer;
float:right;
position:relative;
}

.c_mark img {
display:block;
margin:auto;
}

.c_last {
line-height:1.4;
min-width:300px;
width:30%;
}

.category td.c_foot {
height:10px;
}

#stats_members {
font-size: 13px;
}

#stats_legend {
font-size: 12px;
}

td.c_cat-mark,td.c_cat-icon {
padding:5px 0;
text-align:center;
width:30px;
}

td.c_cat-starter {
width:125px;
}

td.c_cat-lastpost {
width:175px;
}

.c_user {
vertical-align:top;
width:175px;
}

img.c_user {
height: 1px;
}

.avatar, img.member {
display:block;
margin:auto;
text-align:center;
}

.av_wrap {
overflow:hidden;
text-align:center;
margin:auto;
}

td.c_user .usertitle {
text-align:center;
margin:3px 0;
}

.pip {
margin:3px 0;
white-space:nowrap;
}

dl.user_info dt,dl.user_info dd {
padding:.1em;
}

dl.user_info dt {
color: #877f6c;
float: left;
margin: 0;
min-width: 50px;
text-align: right;
}

dl.user_info dd.spacer,dl.user_profile dd.spacer {
clear:both;
float:none;
height:1px;
padding:0;
}

td.c_poll-choice {
line-height:1.5;
padding-left:45%;
}

td.c_poll-answer {
text-align:right;
width:42.5%;
}

td.c_poll-bar {
text-align:left;
vertical-align:middle;
width:42.5%;
}

* html td.c_poll-bar span {
margin-top:3px;
}

td.c_post {
line-height:1.7;
vertical-align:top;
}

td.c_post thead th {
padding: 11px 10px 5px;
}

td.c_post ul {
list-style-type:square;
margin-left:10px;
}

.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;
}

.post_sep {
background: transparent;
border-width: 1px 0;
font-size: 1px;
height: 5px;
padding: 0;
}

td.c_sig,td.c_nosig {
height:1%;
vertical-align:top;
}

td.c_nosig {
border-top-style:hidden!important;
}

blockquote dl dt,blockquote dl dd {
padding:2px 4px;
}

blockquote div,blockquote code {
margin:0;
padding:5px;
}

.globalwrap_outer.fast-reply {
margin: 0 auto;
width: 80%;
}

.globalwrap_outer.blog-entry {
clear: none;
}

.blog-entry .blog_entry {
margin: 0;
}

dl#fast-reply {
clear:both;
margin:auto;
width:80%;
}

.globalwrap_outer #fast-reply {
width: auto;
}

dl#fast-reply dd p {
margin:-3px;
padding:0 5% 10px;
text-align:left;
}

dl#fast-reply dd textarea {
display: block;
height: 100px;
margin-bottom: 10px;
width:90%;
}

#c_post-text {
height:223px;
}

#c_post-resize {
float:right;
margin-top:-1px;
padding:4px 0 0;
text-align:right;
}

#btn_preview {
float:left;
margin:10px 0 0 1px;
}

#c_emot {
height:225px;
vertical-align:top;
width:210px;
}

#emot_list {
background: #f1ede1;
border: 1px solid #c9c6b8;
height:275px;
margin:0 auto;
overflow:auto;
padding:5px 0;
text-align:center;
}

div#emot_list {
padding:0;
}

#emot_list li {
display:inline;
padding:4px 10px;
}

#emot_list img {
cursor:pointer;
vertical-align:baseline;
}

.pm {
margin-bottom:1em;
}

#pm_datesent {
width:200px;
}

#pm_select {
text-align:center;
width:1px;
}

#conversation .c_post {
padding:2em;
}

#ucp_profile,#pm_messages {
float:right;
}

#ucp_settings img,#ucp_profile img {
margin:18px 20px;
}

#ucp_gallery li {
float:left;
margin:15px 5px;
}

#ucp_gallery button {
cursor:pointer;
text-align:center;
}

.ucp button.btn_text {
padding:5px 0;
text-align:center;
width:100%;
}

table.posts {
margin: 0 0 3px;
}

#addtables .posts {
margin: 0;
}

.calendar td {
height:125px;
padding:0;
vertical-align:top;
width:14.3%;
}

.calendar li {
display:list-item;
font-size: 12px;
margin:0;
}

.calendar li.placeholder {
padding:4px;
}

.calendar li span {
cursor:default;
}

.calendar td#cal_current div {
padding-top:3px;
}

#portal_head {
margin-bottom:10px;
}

#portal .globalwrap_outer {
clear: none;
}

#portal_foot {
margin-top:10px;
}

#portal_l,#portal_r {
font-size:88.3%;
margin:0;
padding:0;
}

#portal_l {
float:left;
width:200px;
}

#portal_r {
float:right;
width:150px;
}

#portal_news {
margin:0 160px 0 210px;
}

#portal_clear {
background:transparent;
border:none;
clear:both;
font-size:1px;
height:1px;
margin:0;
padding:0;
}

.portal_box {
margin-bottom:5px;
padding:1px;
}

.globalwrap .portal_box, .globalwrap #conversation {
margin: 0!important;
padding: 0!important;
}

.portal_box table {
clear:none;
}

#portal h2,#portal_foot h2 {
clear:none;
margin:0;
}

#faq {
margin:20px 0;
}

.globalwrap #faq {
margin: 0;
}

#faq dl {
padding:1em;
}

#faq dt {
margin-bottom:5px;
}

#faq dd {
display:list-item;
margin:0 0 3px 15px;
padding-left:3px;
}

.search_results > div {
display:block;
padding: 10px;
}

#acplogin #loginform {
display:block;
padding: 14px 7px 0;
box-shadow: 0;
}

#acplogin #loginform thead th {
background: transparent;
border: 0;
padding-bottom: 15px;
box-shadow: none;
}

#acplogin #loginform td {
background: transparent;
border: 0;
}

#acplogin #loginform td.c_mark {
padding: 0;
width: 0;
}

#acplogin #loginform td.c_mark img {
display: none;
}

button.btn_default,.c_post-attachment dt,#c_tos dt {

font-weight:700;
}

.meta_box h3, td.c_topicfoot strong, #meta_welcome strong {
font-size: 120%;
}

.meta_box {
font-size: 12px;
padding: 15px;
margin: 0 0 10px;
}

.globalwrap_outer .meta_box {
margin: 0;
}

.meta_box h3,.meta_box a,.meta_box a:hover,tr.pm_new td a,tr.pm_new td a:hover,tr.hidden td a,tr.hidden td a:hover,.c_forum strong a:hover,.c_last strong a:hover,#faq dt a:hover {
color: #af4315;
}

.row2 td {
background: #f1ede1;
}

img,.meta_box button img,td.c_cat-mark input,.c_post-attachment img,.warn img,#ucp_gallery a img, td.c_postinfo input {
vertical-align:middle;
}

h1,h2,h3,#nav,#boardmeta,#main {
clear:both;
margin:0;
}

#meta_welcome,.search_results {
clear:both;
}

#stats_events {
line-height:2;
}

.c_cat-starter,.c_cat-replies,.c_cat-views,td.c_poll-total,td.c_poll-vote,td.c_topicfoot,.warn,.ucp th,#c_notes,.calendar th {
text-align:center;
}

blockquote dl dd,#foot #foot_links {
text-align:right;
}

#c_post,#ucp_gallery {
text-align:center;
vertical-align:top;
}

#files_upload input,.pm .row1 a,.pm .row2 a,#ucp_gallery button img,#findposts td a {
display:block;
}

#ucp_settings,#pm_settings {
float:left;
}

.globalwrap #ucp_settings, .globalwrap #pm_settings, .globalwrap #ucp_profile, .globalwrap #pm_messages {
float: none;
margin: 0;
width: auto;
}

.globalwrap_outer.meta {
clear: none;
margin: 0 0 10px;
width: 49%;
}

#c_tos dd,#username_response {
margin-left:10px;
}

#vlx {
z-index:1;
}

#blog {
}

.globalwrap_outer #blog { margin: 0; }

#blog .cornercanvas { display: none!important; }

#blog > blockquote {
background: transparent!important;
border: 0;
clear: none;
font-size: 12px;
padding: 0 10px;
}

.blog_entry > .globalwrap_outer > blockquote, #blog_comments .globalwrap_outer {
background: transparent; 
border: 0;
padding: 0;
}

#blog_comments .globalwrap_outer, #blog_comments .globalwrap_outer blockquote{
clear: none;
}

#blog blockquote blockquote {
padding: 0;
font-size: 100%;
}

#blog h1 {
float:right;
margin: 10px 10px 0 0;
}

#blog h2 {
background:none;
clear:none;
font-size:130%;
padding:0;
}

#blog h2 {
color: #88260c;
}

#blog_foot {
clear:both;
margin-bottom:20px;
}

#blog_head {
background: #1f1808 url( http://z3.ifrm.com/28052/12/0/p405414/blog_head.png ) repeat-x top;
padding: 3px;

/* Border radius */
border-radius: 3px 3px 0 0;
-khtml-border-radius: 3px 3px 0 0;
-o-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;

/* Box shadows */
box-shadow: 0 1px 0 #1f1808 inset;
-khtml-box-shadow: 0 1px 0 #1f1808 inset;
-o-box-shadow: 0 1px 0 #1f1808 inset;
-moz-box-shadow: 0 1px 0 #1f1808 inset;
-webkit-box-shadow: 0 1px 0 #1f1808 inset;
}

#blog_head img.avatar {
display:inline;
}

#blog_head:after {
content: "."; 
display: block; 
height: 0;
line-height:0;
clear: both; 
visibility: hidden;
}

#blog_main {
margin:20px 200px 10px 10px;
}

#blog_categories,#blog_readers,#blog_about {
background: #e6e3d6 url( http://z3.ifrm.com/28052/12/0/p405272/logo.png ) repeat-x top;
border: 1px solid #aca99a;
margin: 2px 0;
padding: 10px;
}

.globalwrap #blog_categories, .globalwrap #blog_readers, .globalwrap #blog_about {
background: transparent;
border: 0;
margin: 0;
}

#blog_sidebar h3,#blog_sidebar dt {
font-size: 13px;
}

#blog_sub {
background: #993210 url( http://z3.ifrm.com/28052/12/0/p405415/blog_search.png ) repeat-x top;
clear: both;
color: #e5a58b;
font-size: 12px;
position: relative;
padding:5px 7px;
text-align: right;

/* Border radius */
border-radius: 0 0 3px 3px;
-khtml-border-radius: 0 0 3px 3px;
-o-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
}

#blog_sub span {
padding-top: 8px;
}

#blog_sub input {
border-color: #6f210a;

/* Box shadows */
box-shadow: 0 1px 3px #d9d8d5 inset, 0 1px 0 #c5571c;
-khtml-box-shadow: 0 1px 3px #d9d8d5 inset, 0 1px 0 #c5571c;
-o-box-shadow: 0 1px 3px #d9d8d5 inset, 0 1px 0 #c5571c;
-moz-box-shadow: 0 1px 3px #d9d8d5 inset, 0 1px 0 #c5571c;
-webkit-box-shadow: 0 1px 3px #d9d8d5 inset, 0 1px 0 #c5571c;
}

#blog_sub button {
/* Box shadows */
box-shadow: 0 1px 2px #661e0a;
-khtml-box-shadow: 0 1px 2px #661e0a;
-o-box-shadow: 0 1px 2px #661e0a;
-moz-box-shadow: 0 1px 2px #661e0a;
-webkit-box-shadow: 0 1px 2px #661e0a;
}

#blog_sidebar {
float:right;
font-size: 11px;
margin: 10px 10px 0 0;
width:180px;
}

#blog_sidebar dd {
margin-left:10px;
}

#blog_user {
background: #e6e3d6 url( http://z3.ifrm.com/28052/12/0/p405272/logo.png ) repeat-x top;
border: 1px solid #1f1808;
height: 100px;
padding: 10px;
font-size:175%;

/* Border radius */
border-radius: 3px 3px 0 0;
-khtml-border-radius: 3px 3px 0 0;
-o-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
}

#blog table {
clear:none;
}

div.blog_options {
background: #f1ede1 url( http://z3.ifrm.com/28052/12/0/p405268/th.png ) repeat-x top;
border:1px solid #c9c6b8;
border-width: 1px 0;
color: #615741;
font-size: 12px;
margin: 15px -10px 0;
padding: 5px 10px;
text-align: right;
}

div.blog_date {
background: #1f1808 url( http://z3.ifrm.com/28052/12/0/p405414/blog_head.png ) repeat-x top;
color: #aea696;
float: right;
font-weight: bold;
margin:0 15px;
padding: 3px 2px 2px;
text-align:center;
text-transform:uppercase;
width:40px;

/* Border radius */
border-radius: 3px;
-khtml-border-radius: 3px;
-o-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;

/* Box shadows */
box-shadow: 0 1px 0 #1f1808 inset;
-khtml-box-shadow: 0 1px 0 #1f1808 inset;
-o-box-shadow: 0 1px 0 #1f1808 inset;
-moz-box-shadow: 0 1px 0 #1f1808 inset;
-webkit-box-shadow: 0 1px 0 #1f1808 inset;
}

div.blog_date span {
background: #993210 url( http://z3.ifrm.com/28052/12/0/p405415/blog_search.png ) repeat-x top;
border: 1px solid #34180e;
clear: both;
color: #e5a58b;
display:block;
font-size: 15px;
font-weight: bold;
position: relative;
padding: 4px 5px 1px;
text-align: center;

/* Border radius */
border-radius: 0 0 3px 3px;
-khtml-border-radius: 0 0 3px 3px;
-o-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
}

div.blog_entry {
margin:10px 0;
padding: 10px;
}

.blog_entry blockquote div, .blog_entry code { 
clear: none; 
}

div.blog_entry > div.globalwrap_outer {
background: transparent;
clear: none;
padding: 0;
}

#blog_comments {
background: #f1ede1;
padding: 10px 10px 10px 50px;
margin: 0 -10px -10px;


/* Border radius */
border-radius: 0 0 3px 3px;
-khtml-border-radius: 0 0 3px 3px;
-o-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
}

#blog_comments li {
background: url( http://z3.ifrm.com/28052/12/0/p405277/category.png ) repeat-x bottom;
color: #88260c;
font-size: 17px;
font-weight: bold;
padding: 10px 10px 14px;
}

#blog_comments li:last-child {
background-image: none;
}

#blog_comments li small {
color: #979488;
font-size: 11px;
font-weight: normal;
padding: 0 5px
}

#blog_comments blockquote {
background: transparent;
border: 0;
color: #615741;
font-size: 12px;
font-weight: normal;
padding: 10px 5px;
}

#shoutwrap {
color: #615741;
font-size: 11px;
}

#shoutwrap td {
padding:0;
}

#shoutbox {
list-style-type:none;
margin:0;
padding:0;
}

#shoutbox li {
background: #f5f3eb;
border-bottom: 1px solid #c9c6b8;
color: #615741;
font-size: 12px;
padding: 5px 8px;
}

#shoutbox li.odd {
background: #f1ede1;
}

#shoutbox li:last-child {
border: 0;
}

#shoutbox dl,#shoutbox dt,#shoutbox dd {
margin:0;
padding:0;
}

#shoutbox dt {
color: #857c68;
font-size: 11px;
font-style: italic;
}

#shoutopts,#shoutpost {
clear:both;
text-align:center;
}

/* Big Buttons */

a span.big_button, a span.big_button:hover {
color: #f5c5b2;
font-size: 12px;
padding: 6px 0;
text-decoration: none;

/* Border radius */
border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-webkit-border-radius: 3px;

/* Box shadows */
box-shadow: 0 1px 2px #c1beb4;
-khtml-box-shadow: 0 1px 2px #c1beb4;
-o-box-shadow: 0 1px 2px #c1beb4;
-moz-box-shadow: 0 1px 2px #c1beb4;
-webkit-box-shadow: 0 1px 2px #c1beb4;

}

span.big_text {
background: url( http://z3.ifrm.com/28052/12/0/p410495/big_text.png ) no-repeat top right;
padding: 6px 10px;
}

span.big_icon {
background: url( http://z3.ifrm.com/28052/12/0/p410496/big_icon.png ) no-repeat top left;
padding: 6px 4px 6px 3px;
}

a:active span.big_button span.big_text {
background-position: bottom right;
}

.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}