/* ************************************* */
/* Styles from index.template            */
/* ************************************* */

/* this is the main container surrounding everything, use this to set forum width, font-size  etc. */
#mainframe
{
	font-size: 85%;
	width: 100%;
	margin: 0;
}
#hertopness
{
	background: url(../images/TCC-V4-HeaderBG.png);
	height: 100px;
	width: 100%;
}
#hislogoness
{
	background: url(../images/TCC-V4-Header.png);
	height: 100px;
	width: 350px;
}
/* the forum name or logo */
h1
{
	padding: 0.6em 0 0.6em 0;
	margin: 0;
	font-family: Verdana, helvetica, sans-serif;
	font-size: 135%;
	color: #fff;
}
/* the greeting section. Note that h1 and h2 are reseved for logo/greeting!  */
#greeting_section
{
	padding: 0.7em 0.4em 0.7em 0.4em;
	clear: both;
}
h2
{
	margin: 0;
	padding: 0 0.3em 0 0.3em;
	font-size: 130%;
	font-weight: normal;
}
/* the user name is slightly highlighted */
h2 em
{
	font-weight: bold;
	font-style: normal;
}
/* user section with all relevant links */
#user_section
{
	padding: 1px;
	margin: 1px 0 0 0;
	font-size: 90%;
}
#user_section ul, #user_section form
{
	padding: 0.5em 0.7em 0.5em 0.7em;
}
/* the greeting */
#greeting_section em
{
	font-style: normal;
	font-weight: bold;
}
#greeting_section li#name
{
	padding-left: 0.5em;
}
/* the avatar, located to the left */
#user_section #myavatar
{
	padding: 0.7em;
	border-right: solid 1px #ADADAD;
	margin: 0 0.5em 0 0;
	float: left;
}
/* the news and search areas */
#news_section
{
	clear: both;
	font-size: 0.8em;
	padding: 0.5em 1em 0.5em 1em;
}
#random_news h3
{
	margin-right: 1em;
	font-size: 0.85em;
	display: inline;
}
#random_news p
{
	margin: 0;
	padding: 0;
	display: inline;
}

/* The main menu. */
#main_menu
{
	padding-left: 1em;
	
}
#main_menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	background: url(../images/maintab_first_prev.png) no-repeat bottom left;
	padding-left: 10px;

}
#main_menu li
{
	margin: 0;
	padding: 0;
	display: inline;
	
}
#main_menu li a
{
	float: left;
	display: block;
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	
}
#main_menu li a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
#main_menu li a span
{
	background: url(../images/maintab_back.png) repeat-x bottom left;
	display: block;
	padding: 8px;
	padding-top: 9px;
	padding-bottom: 11px;
}
#main_menu li.last a span
{
	background: url(../images/maintab_last_prev.png) no-repeat bottom right;
	padding: 8px;
	padding-top: 9px;
	padding-bottom: 11px;
}
#main_menu li.active a span em
{
	padding: 0.1em 0.5em 0.5em 0.5em;
	display: block;
	font-style: normal;
	background: url(../images/maintab_back.png) repeat-x bottom right;
}
#main_menu li.active a span
{
	background: url(../images/maintab_first_prev.png) no-repeat bottom left;
	padding: 0 0 0 8px;
}
#main_menu li.last.active
{
	float: left;
	background: url(../images/maintab_last_prev.png) no-repeat bottom right;
	padding: 0 8px 0 0;
}
#main_menu li.active a
{
	background: url(../images/maintab_last_prev.png) no-repeat bottom right;
	padding-right: 8px;
}

/* the linktree */
ul#linktree
{
	clear: left;
	float: left;
	list-style: none;
	margin: 5px 5px 5px 2px;
	padding: 0;
}
ul#linktree li
{
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 10px;
	vertical-align: middle;
	padding-bottom: 5px;
	margin-top: -5px;
}
ul#linktree li a
{
	color: black;
}
ul#linktree li a:hover
{
	color: #CC3333;
}
ul#linktree li span
{
	font-weight: 900;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

ul#quickbar
{
	float: right;
	list-style: none;
	padding: 0;
	background: url(../images/eagle-darkfade.png) repeat-x;
	height: 26px;
}

ul#quickbar li.qbel
{
	vertical-align: middle;
	background: no-repeat 5px 4px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	border-left: 1px solid gray;
	line-height: 20px;
	padding-top: 4px;
	padding-bottom: 3px;
	float: left;
	padding-right: 5px;
	height: 20px;
}

ul#quickbar li.nobg
{
	padding-left: 5px;
}

ul#quickbar li a
{
	color: #000000;
}

ul#quickbar li.qbel div.qbmenu
{
	display: inline;
	background: url(../images/sort_down.gif) no-repeat 99% 2px;
	padding-left: 45px;
	margin-left: -30px;
	padding-bottom: 3px;
	height: 20px;
}

ul#quickbar li.qbel div.qbmenu ul.qbmn
{
	display: none;
	position: absolute;
	width: 150px;
	margin-left: -126px;
	margin-top: 2px;
	border: 1px solid gray;
	background: #D2E1F6;
}
ul#quickbar li.qbel div.qbmenu ul.qbmnwide
{
	width: 180px;
	margin-left: -171px;
}

ul#quickbar li.qbel div.qbmenu ul.qbmn li
{
	font-size: 12px;
	font-weight: normal;
	background: no-repeat 3px center;
	padding-left: 25px;
}
ul#quickbar li.qbel div.qbmenu ul.qbmn li:hover
{
	background-color: #FFFFFF;
}
ul#quickbar li.qbel div.qbmenu ul.qbmn li a
{
	display: block;
	line-height: 25px;
	margin-left: -25px;
	padding-left: 25px;
}
ul#quickbar li.qbel div.qbmenu ul.qbmn li a:hover
{
	text-decoration: none;
	cursor: pointer;
}

ul#quickbar li.qbel div.qbmenu:hover ul.qbmn
{
	display: block;
}

#linktreeouter
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin-top: 4px;
	margin-bottom: 10px;
	padding-left: 5px;
	
	background: url(../images/eagle-lightfade.png) repeat-x;
}
#maintable
{
	margin-top: 10px;
}

/* the main content area */
#bodyarea
{
	margin-right: 10px;
}
/* the footer area */
#footerarea
{
	padding: 1em 0 2em 0;
	text-align: center;
}
#footerarea ul
{
	margin: 0 auto 0 auto;
}
#footerarea ul li
{
	text-align: center;
	display: inline;
	border-right: solid 1px #888;
	margin: 0;
	padding: 0 4px 0 2px;
}
/* Note: It is against the license to remove, alter or otherwise hide the copyright output from SMF so please do not alter the two sections below. */
#footerarea ul li.copywrite
{
	display: block;
	line-height: 0;
	font-size: small;
	padding: 1em;
}
#footerarea ul li.copywrite, #footerarea ul li.last
{
	border-right: none;
}
/* page created in.. */
#footerarea p
{
	clear: both;
	text-align: left;
	padding-left: 0.5em;
}
p#show_loadtime
{
	display: block;
	text-align: center;
}
/* the upshrink buttons */
#upshrink, #advsearch
{
	margin: 0 1ex;
}


#notifyouter
{
	position: fixed;
	right: 605px;
	top: 0px;
	height: 18px;
	background: url(../images/tcc4_blog_listback.png) repeat-x;
	z-index: 0;
	padding-left: 5px;
	padding-top: 5px;
	color: #FFFFFF;
	border: 1px solid black;
	border-top: 0px;
}
#notifyouter a
{
	color: #FFFFFF;
}

#notifysub
{
	width: 100%;
	height: 100%;
	padding-top: 0px;
	background: url(../images/warning-16.png) no-repeat left top transparent;
	color: #FFFFFF;
	padding-left: 19px;
	padding-right: 4px;
}

#shoutboxouter
{
	position: absolute;
	right: 100px;
	top: 0px;
	z-index: 1;
}
#sb_tgl
{
	border: 1px solid black;
	border-bottom: 0px;
	border-top: 0px;
	background: #1212FF;
}
#shoutboxif
{
	width: 498px;
	padding: 0px;
	height: 265px;
	overflow: hidden;
}
#shoutboxmain
{	
	
	background: url(../images/shoutbox-btm.png) repeat-x;
	width: 495px;
	height: 25px;
	border-top: 0px;
	padding-left: 5px;
	padding-top: 5px;
	
	
}
#shoutboxsub
{
	
	width: 100%;
	height: 100%;
	padding-left: 20px;
	padding-top: 0px;
	background: url(../images/chat.png) no-repeat left top transparent;
	color: #000000;
}	





