/***** 'Tea Garden' Theme made by Nicola @ s2.zetaboards.com/ifskinzone *****/
html,body {
	background: #fff;
	color: #3e2f26;
	font-family: "Tahoma","Arial","Bitstream Vera Sans","Verdana",sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a { color: #358C36; text-decoration: none; }
a:hover { color: #1F6620; text-decoration: none; }

hr {
	border: 0;
	border-top: 1px solid #bdb29c;
	border-bottom: 1px solid #ebe9e4;
	height: 1px;
}

table {
	border-collapse: separate;
	border-spacing: 1px;
	clear: both;
	empty-cells: show;
	width: 100%;
	background: #f4f3ef;
/*outline: 1px solid #f5f4f1; */
}

.forums,.cat_head {
	border: 0;
	padding: 0;
	outline: 0;
}

.category {
	border: 1px solid #358C36;
	padding-top: 1px;
	margin: 10px 0 0;
}

.cat_head td {
	padding: 0 1px;
	border: 0;
	background: none;
}

.cat_head {
	border-collapse: collapse;
}

th,td {
	border: 1px solid #c5c5c5;
}

th {
	background: linear-gradient(to bottom, #358C36 0%,#1F6620 100%);
	color: #e5e5e5;
	font-weight: 400;
	padding: 3px 5px;
	text-align: left;
	font-size: 11px !important;
	border-color: #271d18;
}

#stats th {
	background: linear-gradient(to bottom, #358C36 0%,#1F6620 100%);
	font-size: 10px;
	padding: 0 10px 1px;
	border-color: rgba(255, 255, 255, 0.25);
	color: #fff;
}

#stats th a {
	color: #ebe9e4;
}

td {
	color: #323232;
	padding: 5px;
	font-size: 12px;
}

th a,th a:hover {
	color: #ebe9e4;
	font-weight: 400;
}

h1 {
	font-size: 200%;
}

h2,h3 {
	font-size: 100%;
}

.category h2,.topic h2,#portal h2,#portal_foot h2,thead th {
	background: linear-gradient(to bottom, #610080 0%,#410056 100%);
	color: #fff;
	font-size: 110%;
	font-weight: 400;
	padding: 6px 10px 7px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-bottom: 0;
}

h2 a {
	color: #f1f0c4;
}

h2 a:hover {
	color: #f8f7e2;
}

thead th {
	padding: 6px;
	text-align: center;
	font-size: 14px !important;
}

input,select,textarea,button,a.btn_fake {
	background: #EAEAEA;
	border: 1px solid #9c9c9c;
	color: #1A1A1A;
	padding: 3px 5px;
	vertical-align: middle !important;
}

textarea {
	font-family: "tahoma",sans-serif;
	font-size: 100%;
	margin: auto;
	width: 98%;
}

input:focus,input.focus,textarea:focus,textarea.focus { border-color: #358C36; }

input.row1 {
	border: 1px solid #c3b9a4 !important;
	margin-top: 2px;
}

#c_bbcode button {
	margin-bottom: 3px;
}

button,a.btn_fake {
	background: linear-gradient(to bottom, #EAEAEA 0%,#D2D2D2 100%);
	color: #1A1A1A;
	cursor: default;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	overflow: visible;
	width: auto;
	border-color: #ebe9e4;
	outline: 1px solid #9c9c9c;
}

button:hover,a.btn_fake:hover {
	outline: 1px solid #358C36 ;
	border-color: #F4F3EF;
	background: linear-gradient(to bottom, #358C36 0%,#1F6620 100%);
	cursor: pointer;
	color: #f1f0c4;
}

button.btn_text {
	background: none;
	border: 0;
	cursor: pointer;
	font-family: Arial,"Bitstream Vera Sans",Verdana,sans-serif;
	font-size: 100%;
}

.notice {
	background: #fff;
	border: 2px solid #e7e7e7;
	margin: 10px auto;
	width: 70%;
	font-size: 11px;
}

.notice dt {
	color: #8CB5E7;
	font-weight: 700;
}

.notice dd { }

dl.info { background: #ece9e4; border-color: #1F6620; }

.info dt {
	background: linear-gradient(to bottom, #358C36 0%,#1F6620 100%);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

dl.error {
	background: #eceae5;
	border-color: #801414;
}

.error dt {
	background: linear-gradient(to bottom, #B31B1B 0%,#801414 100%);
	color: #fff;
}

#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 { display: none; }

#top {
	display: table;
	width: 92%;
	font-size: 12px;
	padding: 4px 0px;
	margin: 0 auto;
}

#top_info {
	color: #E5E5E5;
	display: inline-block;
	padding: 8px 10px;
}

#top_info strong a, #top_info a { color: #fff; }
#top_info strong a:hover, #top_info a:hover { color: #E5E5E5; }

#top_menu { float: right; margin-top: 2px; }

.drop_menu li {
	float: left;
	margin-right: 1px;
	text-align: center;
}

.drop_menu a {
	color: #fff;
	display: block;
	padding: 7px 10px;
	position: relative;
}

.drop_menu a:hover { color: #e5e5e5; }

.drop_menu ul {
	color: #fff;
	left: -999em;
	margin: 0;
	position: absolute;
	width: 9.4em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.drop_menu ul li {
	font-size: 85%;
	margin: 0;
	padding: 0;
	width: 100%;
}

.drop_menu ul li a {
	background: #358C36;
	display: block;
	padding: 4px 5%;
	width: 90%;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.drop_menu li ul li a:hover { background: #1F6620; }

#logo {
	background-color: #EAEAEA;
	text-align: center;
	clear: both;
	padding: 30px 20px;
}

#header_back { background: url(http://z3.ifrm.com/11/88/0/p202882/logo_bg.png) repeat-x bottom #312219; }
#top_bg { background: linear-gradient(to bottom, #358C36 0%,#1F6620 100%); }
#light { background: url(http://z3.ifrm.com/11/88/0/p202881/light.png) no-repeat top center; }

#submenu_bar {
	display: none;
	background: linear-gradient(to bottom, #610080 0%,#410056 100%);
	height: 19px;
}

#submenu {
	background: linear-gradient(to bottom, #610080 0%,#410056 100%);
	color: #fff;
	font-size: 11px;
	padding: 10px 0;
	text-align: right;
}

#wrap {
	background: url(http://z3.ifrm.com/11/88/0/p203112/main_back.png) repeat-x top #EBE9E4;
	padding: 20px 60px;
}

#nav {
	color: #fff;
	height: 1%;
	padding: 8px 5px;
	background: linear-gradient(to bottom, #358C36 0%,#1F6620 100%);
	font-size: 12px;
	margin: 1px !important;
}

#nav a { color: #fff; }

.meta_box {
	background: url(http://z3.ifrm.com/11/88/0/p202885/submenu.png) repeat-x bottom #e7e4dc;
	border: 2px solid #ece9e5;
	outline: 2px solid #b6a68d;
	font-size: 85%;
	line-height: 150%;
	padding: 10px 15px;
}

.meta_box h3 {
	color: #4b6f00;
	font-weight: 400;
	font-size: 16px !important;
}

.meta_menu {
	background: #EAEAEA;
	border: 1px solid #b5aa94;
	outline: 1px solid #f3f2ee;
	padding: 0;
	width: 49%;
	min-height: 90px;
}

.meta_menu h3 {
	background: linear-gradient(to bottom, #358C36 0%,#1F6620 100%);
	border: 1px solid #1F6620 ;
	clear: both;
	color: #fff;
	font-size: 100%;
	font-weight: 400;
	margin: -1px;
	text-align: center;
}

/*
.meta_menu a,.meta_menu a:hover { color: #4d6f02; }
.meta_menu a:hover { color: #5c4b42; }
*/

ul.cat-pages {
	float: left;
	font-size: 90%;
	margin: 15px 0;
	padding: 5px 1px;
	width: 49%;
}

.cat-pages a, .cat-pagesjump i, .cat-topicpages a {
	cursor: pointer;
	padding: 2px 5px;
	background: #410056;
	color: #fff;
	border-radius: 3px;
}

.cat-pages a:hover,.cat-topicpages a:hover {
	background: #610080;
	border-color: #fff;
	color: #fff;
}

.cat-pages span {
	background: #610080;
	border: 0px none;
	color: #fff;
	cursor: default;
	padding: 2px 5px;
	border-radius: 3px;
}

.cat-pages input {
	background: #EAEAEA;
	color: #1A1A1A;
	padding: 3px 5px;
	vertical-align: baseline;
}

ul.cat-topicpages {
	float: right;
	font-size: 80%;
	padding: 1px 0;
}

ul.cat-topicpages li a {
	background: #410056;
	color: #fff;
	font-size: 11px;
	padding: 1px 5px;
	border-radius: 3px;
	border: 0px none;
}

tr.generic td,div.generic {
	font-size: 120%;
	font-weight: 700;
	padding: 20px;
	text-align: center;
}

/**** feeeet! Because I can never find this part for some lame reason :( ****/
.category td.c_foot {
	background: linear-gradient(to bottom, #358C36 0%,#1F6620 100%);
	height: 0 !important;
	border: 0 none;
}

td.c_head, td.c_foot, td.c_sort {
	background: linear-gradient(to bottom, #610080 0%,#410056 100%);
	color: #fff;
	font-size: 10px;
	padding: 5px;
}

td.c_head a, td.c_foot a, td.c_sort a { color: #fff; }
td.c_head a:hover, td.c_foot a:hover, td.c_sort a:hover { color: #BDBDBD; }

#stats td.c_foot {
	background: linear-gradient(to bottom, #358C36 0%,#1F6620 100%);
	color: #fff;
	padding: 7px 5px;
	font-size: 11px;
}

#stats td.c_foot a { color: #fff; margin: 0 5px; }

td.c_desc {
	background: #EAEAEA;
	font-weight: 700;
	text-align: right;
	vertical-align: middle;
	width: 200px;
}

td.c_desc small {
	display: block;
	font-weight: 400;
}

tr.pm_new td {
	background: #bfb5a3;
	font-weight: 700;
	border-color: #a59880;
}

tr.hidden td.c_post {
	background: #c5b9a5;
}

.bday {
	background: url(http://z3.ifrm.com/static/1/s_minibday.png) no-repeat;
	color: #425384;
	font-size: 90%;
	font-weight: 700;
	height: 16px;
	padding: 2px 2px 2px 18px;
	width: 20px;
}

.c_mark {
	text-align: center;
	width: 1%;
}

.c_forum {
	color: #323232;
	font-size: 11px;
	width: 60%;
}

.c_forum strong a, .c_last strong a { color: #1F6620; }
.c_forum strong a:hover, .c_last strong a:hover { color: #358C36; }

.c_forum strong a {
	font-size: 12px;
	font-weight: 400;
}

td.c_last {
/*
	background: #d7d0c2;
	border-color: #c3baa8;
	font-size: 11px;
*/
}

.c_last-title {
	background: url(http://z3.ifrm.com/0/14/0/p203964/last_post.png) no-repeat 0 5px;
	display: block;
	line-height: 16px;
	padding-left: 10px;
}

td.c_info-v,td.c_info-t,td.c_info-r {
	font-size: 10px;
	padding: 3px;
	text-align: center;
}

td.c_subforum {
	background: #d7d0c2;
	border-color: #c3baa8;
	color: #4d6f02;
	font-size: 10px;
	font-style: italic;
}

.row2 td {
	background: #EAEAEA;
	border-color: #c3baa8;
}

.description {
	color: #5e4a40;
	font-size: 10px;
}

a.member:hover {
	color: #5e4a40;
}

td#stats_events a,td#stats_events span {
	background: url(http://z3.ifrm.com/0/14/0/p203966/mini_cal.png) no-repeat 2px;
	padding: 4px 0 4px 20px;
}

td.c_username {
	background: linear-gradient(to bottom, #EAEAEA 0%,#D2D2D2 100%);
	border-width: 0px;
	padding: 2px 0 5px;
	text-align: center;
}

td.c_username a {
	font-size: 140%;
	font-weight: 700;
}

td.c_user {
	font-size: 80%;
}

td.c_user dl {
	background: #EAEAEA;
	border: 1px solid #9C9C9C;
	border-radius: 3px;
	margin: 10px 0;
	padding: 5px 7px;
	width: 160px;
	font-size: 10px;
}

dl.user_profile {
	overflow: hidden;
	word-wrap: break-word;
}

dl.user_profile dd {
	font-style: italic;
	margin-left: 8px;
}

dl.user_info dd {
	font-weight: 700;
	margin-bottom: 1px;
}

#profile_menu ul {
	-moz-opacity: 1;
	border-top: 0;
	opacity: 1;
}

#profile_menu a {
	background: #358C36;
	padding: 1px 5px;
	color: #fff;
	width: 110px;
	font-size: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

#profile_menu li li a { border-top: 0; padding: 3px 5px; }
#profile_menu li ul li a:hover { background: #1F6620; }

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: linear-gradient(to bottom, #610080 0%,#410056 100%);
	float: left;
	height: 12px;
}

td.c_poll-bar span {
	background: linear-gradient(to bottom, #610080 0%,#410056 100%);
	display: block;
	float: left;
	height: 12px;
	width: 3px;
}

.editby,.queued {
	outline: 1px solid #9C9C9C;
	background: #EAEAEA;
	color: #1A1A1A;
	font-size: 10px;
	margin-top: 1em;
	padding: 3px 5px;
}

.queued {
	background-color: #e1dacf;
	border-color: #708a1a;
}

blockquote,#blog blockquote blockquote {
	margin: 10px auto;
	width: 98%;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background: #ebe9e4;
	padding: 1px;
}

blockquote dl {
	color: #f1f0c4;
	padding: 2px;
	background: linear-gradient(to bottom, #358C36 0%,#1F6620 100%);
}

blockquote dl dt {
	color: #f1f0c4;
	float: left;
	font-weight: 400;
	font-size: 12px;
	margin-top: -1px;
}

blockquote div {
	background: #ebe9e4;
}

code {
	background: #ebe9e4;
	display: block;
	font-family: Monaco,Consolas,"Courier New",Courier,monospace;
	white-space: pre;
	max-height: 400px;
	overflow: auto;
}

div.spoiler {
	border: 1px solid #358C36 ;
	border-top: 0;
	background: #EAEAEA;
	padding: 5px 7px;
}

div.spoiler_toggle {
	background: linear-gradient(to bottom, #358C36 0%,#1F6620 100%);
	color: #f1f0c4;
	cursor: pointer;
	font-weight: 400;
	font-size: 13px;
	padding: 4px 6px;
}

td.c_postinfo {
	background: linear-gradient(to bottom, #EAEAEA 0%,#D2D2D2 100%);
	border-width: 0px;
	color: #1A1A1A;
	font-size: 10px;
	vertical-align: middle;
}

td.c_postinfo a { color: #1A1A1A; }

td.c_sig { color: #5c4b42; font-size: 10px; }
td.c_sig blockquote {
	background: none transparent;
	border: 0;
	border-left: 3px solid #728e23;
	padding-left: 5px;
}

td.c_sig blockquote dl {
	background: none transparent;
	border: 0;
	color: #5c4b42;
}

td.c_sig blockquote dl dt,td.c_sig blockquote dl dd {
	color: #456400;
	padding: 0;
}

td.c_sig blockquote div {
	background: transparent;
	margin-left: 5px;
	padding: 0;
}

th.post_sep {
	padding: 5px;
	font-size: 0 !important;
	background: linear-gradient(to bottom, #610080 0%,#410056 100%);
	border-width: 0px;
}

td.c_post { font-size: 12px; }

tr.c_postfoot td,td.c_postfoot {
	background: url(http://z3.ifrm.com/11/88/0/p202897/post_foot.png) repeat-x top #d2c9b8;
	clear: both;
}

.topic .c_postfoot td { padding: 10px 5px 8px; background: none !important; }
.topic .c_postfoot a {
	color: #fff;
	background-color: #610080;
	padding: 3px 6px 5px;
	border-radius: 2px;
	font-size: 12px;
}

.topic .c_postfoot a:hover { background-color: #410056; }

td.c_topicfoot {
	background: url(http://z3.ifrm.com/11/88/0/p202878/c_foot.png) repeat-x top #e9e6e1;
	padding: 0 5px 10px;
	font-size: 11px;
}

/*td.c_username { width: 195px; }*/

.c_next a {
	display: block;
	font-size: 125%;
	font-weight: 700;
	text-align: center;
}

td.c_view {
	color: #644a48;
	font-size: 10px;
}

div.c_view-list {
	color: #1A1A1A;
	background: #EAEAEA;
	font-size: 11px;
	padding: 5px;
	margin-top: 2px;
	border: 1px solid #9C9C9C;
}

dl#fast-reply dt {
	background: linear-gradient(to bottom, #610080 0%,#410056 100%);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 6px;
	text-align: center;
}

dl#fast-reply dd {
	background: #D2D2D2;
	border: 1px solid #1F6620;
	padding: 15px 0;
	text-align: center;
}

#c_post-preview {
	background: #eceae5;
	border: 2px solid #dcc04b;
	outline: 1px solid #eceae5;
	margin: 0 auto 10px;
	padding: 5px;
	text-align: left;
	width: 98%;
}

#c_post-resize span {
	color: #358C36;
	cursor: pointer;
	font-size: 225%;
	padding: 20px 5px 0;
}

#emot_wrap {
	background: linear-gradient(to bottom, #EAEAEA 0%,#D2D2D2 100%);
	border: 1px solid #9C9C9C;
	outline: 1px solid #ebe9e4;
}

#emot_wrap h3 {
	background: linear-gradient(to bottom, #EAEAEA 0%,#D2D2D2 100%);
	border-bottom: 1px solid #9C9C9C;
	color: #358C36;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
}

#emot_list { border: 1px solid #ebe9e4; }

#emot_end {
	background: linear-gradient(to bottom, #EAEAEA 0%,#D2D2D2 100%);
	border-top: 1px solid #9C9C9C;
	display: block;
	font-weight: 400;
	padding: 4px 0;
	text-align: center;
}

th#pm_folders,th#pm_subject,th#pm_with,th#pm_replies,th#pm_datesent,th#pm_select {
	background: linear-gradient(to bottom, #358C36 0%,#1F6620 100%);
	border-color: #1F6620;
	color: #fff;
}

.pm th a { color: #fff; }
#pm_viewer .c_username { height: 25px; }

#pm_folders {
	padding-top: 23px;
	vertical-align: top;
	width: 150px;
}

#pm_folderlist {
	position: relative;
	margin-left: 0;
	margin-top: 0;
}

#pm_folderlist li {
	background: url(http://z3.ifrm.com/0/14/0/p203957/attachment.png) no-repeat 6px 4px;
	display: list-item;
	margin-bottom: 4px;
	padding-left: 20px;
}

#ucp_gallery a {
	color: #358C36;
	background: #EAEAEA;
	padding: 15px 15px 15px 10px;
	font-weight: 700;
	border: 1px solid #9C9C9C;
	border-radius: 3px;
}

#ucp_gallery a:hover {
	color: #1F6620;
	background: #f5f4f0;
}

#ucp_gallery button:hover { background: #D2D2D2; }

.calendar td div {
	background: linear-gradient(to bottom, #610080 0%,#410056 100%);
	color: #fff;
	border-bottom: 1px solid #c3baa8;
	font-weight: 700;
	padding: 5px 7px;
}

.calendar td.cal_inactive {
	background: #dfd9ce;
}

.calendar td.cal_inactive div {
	color: #918179;
	font-weight: 400;
}

/* .calendar td { background: #d7d0c2; } */

.calendar div a {
	background: url(http://z3.ifrm.com/static/1/s_minibday.png) no-repeat 5px;
	float: right;
	font-size: 80%;
	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: 3px;
}

.calendar td#cal_current { background: #ebe9e4; border: 2px solid #358C36; }

div.portal_content {
	background: #dfd9ce;
	border: 1px solid #c3baa8;
	outline: 1px solid #ebe9e4;
	font-size: 88.3%;
	margin: 0;
	padding: 5px 7px;
}

#portal_news .portal_content { margin-bottom: 5px; }
#portal_foot { border: 0; }
#portal h2 { font-size: 88.3%; }
#portal h4 {
	background: url(http://z3.ifrm.com/11/88/0/p202897/post_foot.png) repeat-x top #d2c9b8;
	color: #5c4b42;
	border: 1px solid #c3b9a4 !important;
	font-size: 11px;
	font-weight: 400;
	margin: 1px 0;
	padding: 3px 7px;
}

#portal h4 a {
	font-weight: 400;
	color: #5c4b42;
}

.portal_box {
	padding: 0;
	margin: 0 !important;
}

#faq dt a {
	color: #1F6620;
	font-size: 120%;
	font-weight: 700;
}

#faq dd.faq_more a,#faq dl.faq_more a:hover {
	/* color: #5c4b42; */
	font-style: italic;
}

.search_results {
	background: #F4F3EF;
	outline: 1px solid #9C9C9C;
	margin-bottom: 1em;
	padding: 5px 7px;
}

.search_results div { font-size: 11px; }
.search_results h3 { display: inline; font-size: 125%; }
.search_results cite,.search_results p {
	color: #6e6045;
	font-size: 85%;
	margin: 0;
}

#findposts .c_mark {
	color: #496d00;
	font-size: 200%;
	font-weight: 700;
	vertical-align: top;
}

#pmtoast {
	background: #d9d1c3;
	border: 1px solid #eceae5;
	outline: 1px solid #9c8e75;
	bottom: 10px;
	color: #3e2f26;
	display: none;
	font-size: 90%;
	position: fixed;
	right: 10px;
	text-align: right;
	text-decoration: none;
	width: 200px;
	z-index: 1;
}

#pmtoast:hover {
	border-color: #496d00;
}

#pmlink {
	background: url(http://z3.ifrm.com/0/14/0/p203702/pm_envelopes.png) no-repeat 5px;
	color: #5e4a40;
	display: block;
	padding: 10px 10px 10px 55px;
	text-decoration: none;
	border-bottom: 1px solid #9c8e75;
}

#pmlink big {
	color: #496d00;
	display: block;
	font-weight: 700;
	padding-bottom: 5px;
}

#pmlink strong {
	color: #496d00;
}

#pmclose {
	border-top: 1px solid #ece9e4;
	color: #496d00;
	display: block;
	font-size: 80%;
	padding: 1px 10px;
}

#pmclose:hover {
	color: #496d00;
}

#foot_wrap {
	margin: 20px 0;
}

#foot td {
	background: #EAEAEA;
	color: #3e2f26;
	font-size: 10px;
}

#foot a,#foot a:hover {
}

#foot #foot_datetime {
	width: 1%;
	white-space: nowrap;
}

#copyright {
	color: #e1dacf;
	font-size: 10px;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	background: #358C36;
}

#copyright a { color: #fff; font-weight: bold; }
#copyright a:hover { text-decoration: underline; }

#c_tos h3 {
	color: #496d00;
	font-size: 16px;
}

#c_tos {
	background: #d9d1c3;
	color: #5e4a40;
}

#c_tos a {
	color: #496d00;
}

#c_tos div h3 {
	font-size: 14px;
}

td.username_ok {
	background: #afbb76;
	color: #496d00;
}

input.username_ok {
	outline: 2px solid #6f8a1a;
}

td.username_no {
	background: #bb7676;
	color: #4b0000;
}

input.username_no {
	outline: 2px solid #7f0000;
}

#acplogin {
	background: url(http://z3.ifrm.com/0/14/0/p203944/acp_back.png) no-repeat top;
	left: 50%;
	margin: -137.5px 0 0 -250px;
	padding-top: 130px;
	padding-bottom: 50px;
	position: absolute;
	top: 50%;
	width: 510px;
}

#acplogin h1 {
	display: none;
}

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: 0;
	vertical-align: bottom;
}

option {
	margin: 2px 0;
}

button.btn_img {
	border: 0;
	cursor: pointer;
	padding: 0;
}

.notice dt,.notice dd {
	padding: 5px 7px;
}

.drop_menu a img {
	vertical-align: bottom;
}

.drop_menu li:hover ul,.drop_menu li.hover ul {
	left: auto;
}

#submenu a {
	color: #fff;
	padding: 4px 8px;
	margin: 0 5px;
}

#submenu a:hover { background-color: #720096; border-radius: 2px; }
#main { height: 1%; }
#nav li img { margin-top: -1px; }
.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: 90%;
	margin: 5px 5%;
}

.meta_menu img,.meta_menu span {
	float: right;
	margin: 10px 20px;
}

.cat-topicpages a {
	padding: 0 2px;
}

.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: 1px;
}

td.c_desc img,td.c_desc input {
	float: left;
	vertical-align: middle;
}

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 {
	line-height: 1.2;
}

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 {
	float: left;
	margin: 0;
	min-width: 4em;
}

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; }
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 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 {
	font-size: 1px;
	height: 1px;
}

td.c_sig,td.c_nosig {
	height: 1%;
	vertical-align: top;
}

blockquote dl dt,blockquote dl dd {
	padding: 2px 4px;
}

blockquote div,blockquote code {
	margin: 0;
	padding: 5px;
}

dl#fast-reply {
	clear: both;
	margin: auto;
	width: 80%;
}

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;
	padding: 2px;
	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 {
	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 {
	color: #1A1A1A;
	background: #EAEAEA;
	cursor: pointer;
	text-align: center;
}

.ucp button.btn_text {
	padding: 5px 0;
	text-align: center;
	width: 100%;
}

.calendar td {
	height: 125px;
	padding: 0;
	vertical-align: top;
	width: 14.3%;
}

.calendar li {
	display: list-item;
	font-size: 80%;
	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_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;
}

.portal_box table {
	clear: none;
}

#portal h2,#portal_foot h2 {
	clear: none;
	margin: 0;
	padding: 3px 5px;
}

#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_results div {
	display: block;
	margin: 5px 0;
}

#acplogin #loginform {
	display: block;
	padding: 0 50px;
}

input,select,td,th {
	font-size: 90%;
}

button.btn_default,#nav li span,.c_post-attachment dt,#c_tos dt {
	font-weight: 700;
}

.meta_box h3,td.c_topicfoot strong,#meta_welcome strong {
	font-size: 120%;
}

/*
a.member,.calendar td a,.calendar a:hover,#faq dd a,#faq dd a:hover { color: #5e4a40; }
*/

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;
}

#c_tos dd,#username_response {
	margin-left: 10px;
}

#vlx {
	z-index: 1;
}

#blog {
	background: #d7d0c2;
	border: 1px solid #c4baa6;
	color: #5c4b42;
	margin: 10px 0;
}

#blog blockquote {
	background: none;
	border: none;
	font-size: 85%;
	padding: 0 10px;
}

#blog blockquote blockquote {
	padding: 0;
	font-size: 100%;
	outline: 1px solid #f6f5f2;
	background: #dfd9ce;
}

#blog blockquote blockquote div,#blog blockquote blockquote code {
	background: #dfd9ce;
}

#blog blockquote blockquote code {
	width: 98.5% !important;
}

#blog blockquote blockquote dl {
	margin: -1px -1px 0;
}

#blog h1 {
	float: right;
	padding-top: 30px;
}

#blog h1 a {
	color: #f1f0c4;
	font-weight: 400;
	font-size: 28px;
}

#blog h2 {
	background: none;
	clear: none;
	font-size: 130%;
	padding: 10px 0 5px;
	width: 80%;
	border-bottom: 1px dotted #517303;
}

#blog h2,#blog h2 a,#blog h2 a:hover {
	color: #4d6f01;
	font-weight: 400;
	font-size: 20px;
}

#blog_foot {
	clear: both;
	margin-bottom: 20px;
}

#blog_head {
	background: #8aa138;
	border: 8px solid #507202;
	padding: 10px 14px;
	height: 100px;
}

#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,div.blog_options {
	background: #d7d0c2;
	margin: 15px 0;
	padding: 5px 7px;
}

#blog_sidebar h3,#blog_sidebar dt {
	color: #4d6f01;
	font-weight: 400;
	font-size: 14px;
}

#blog .blog_options {
	border: 1px solid #c3baa8;
	outline: 1px solid #f6f5f2;
}

#blog_sub {
	background: url(http://z3.ifrm.com/11/88/0/p202897/post_foot.png) repeat-x top #d2c9b8;
	clear: both;
	border-bottom: 1px solid #bcb29e;
	position: relative;
	padding: 5px 7px;
	text-align: right;
}

#blog_sub span {
	padding-top: 4px;
}

#blog_sidebar {
	background: #ebe9e4;
	float: right;
	font-size: 93.3%;
	margin: 20px 10px 0 0;
	padding: 0 10px;
	width: 160px;
	border: 1px solid #c3baa8;
	outline: 1px solid #ebe9e4;
}

#blog_sidebar dd {
	margin-left: 10px;
}

#blog_user {
	font-size: 175%;
}

#blog table {
	clear: none;
}

div.blog_options {
	font-size: 90%;
	text-align: right;
}

div.blog_date {
	background: url(http://z3.ifrm.com/11/88/0/p202998/blog_date.png) no-repeat top;
	color: #f1f0c4;
	float: right;
	font-weight: 700;
	margin: 0 15px;
	text-align: center;
	text-transform: uppercase;
	width: 45px;
	height: 50px;
	padding-top: 2px;
	padding-right: 3px;
}

div.blog_date span {
	color: #507202;
	display: block;
	font-size: 130%;
	font-weight: 700;
	padding: 4px;
}

div.blog_entry {
	background: #ebe9e4;
	margin: 10px 0;
	padding: 5px 15px;
	border: 1px solid #c3baa8;
	outline: 1px solid #ebe9e4;
}

#blog_comments li {
	padding: 5px 7px;
}

#blog_comments li.odd {
	background: #dfd9ce;
}

#shoutwrap {
	background: #fafafa;
	border: 1px solid #e7e7e7;
	font-size: 88.3%;
}

#shoutwrap td {
	padding: 0;
}

#shoutbox {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#shoutbox li {
	padding: 5px 7px;
}

#shoutbox li.odd {
	background: #f6f6f6;
}

#shoutbox dl,#shoutbox dt,#shoutbox dd {
	margin: 0;
	padding: 0;
}

#shoutbox dt {
	color: #777;
	font-size: 80%;
}

#shoutopts,#shoutpost {
	clear: both;
	text-align: center;
}

/****** Extra Bits ***********/
#stats h2 {
	margin-bottom: -1px;
}

.posts td {
	font-size: 10px;
}

.posts td.c_cat-title {
	font-size: 11px;
}

.posting td,.profile td {
	font-size: 11px;
}

div.topic {
	margin-top: 10px;
	font-size: 12px;
}

div.topic h2.special {
	font-size: 12px;
	border: 1px solid #517303;
}

#c_postbtn td { background: linear-gradient(to bottom, #610080 0%,#410056 100%); }
.profile { margin-top: 10px; }
table.calendar>table { margin-top: 5px; }
.profile td.c_user dl { width: 185px; }
.ucp { margin-bottom: 10px; }

td.c_sort button,td.c_foot button,td.c_head button {
	font-size: 9px;
	padding: 0 4px;
	margin-top: 1px;
}

#c_notes button { margin-top: 5px; }

dl.c_post-attachment {
	border: 1px solid #b2a690;
	outline: 1px solid #eceae4;
	background: #e8e3db;
	width: 200px;
	padding: 0;
}

dl.c_post-attachment dt {
	background: url(http://z3.ifrm.com/11/88/0/p202897/post_foot.png) repeat-x top #d2c9b8;
	padding: 3px 5px;
	border-bottom: 1px solid #b2a690;
}

dl.c_post-attachment dd {
	padding: 2px 5px;
	margin: 0;
}

.poll { margin-bottom: 10px; }

/*
td.c_poll-total { background: url(http://z3.ifrm.com/11/88/0/p202897/post_foot.png) repeat-x top #d2c9b8; }
*/

.search_results code { width: 98.5% !important; }

#topic_viewer th span.right { padding: 4px 0; }
#topic_viewer th span.left iframe { display: inline-block; vertical-align: top; margin-top: 1px; margin-right: 5px; }
#topic_viewer th span.left { line-height: 22px; }

.toggle_icon {
	color: #fff;
	background-color: #358C36;
	text-align: center;
	border-radius: 50%;
	width: 16px;
	padding: 0px 0px 1px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -1px;
	cursor: pointer;
	transition: all 0.15s ease-in-out;
}

.toggle_icon:hover { background-color: #1F6620; }

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