/* ************************************* */
/* Styles from index.template            */
/* ************************************* */

/* this is the main container surrounding everything, use this to set forum width, font-size  etc. */
#mainframe
{
	font-size: 85%;
	margin: auto;
	width:900px;
}
/* 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;
	color: #000;

}
/* the user name is slightly highlighted */
h2 em
{
	font-weight: bold;
	font-style: normal;
}


h1, h2, h3, h4, h5, h6 {
	color: #000;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
    font-family: verdana, Tahoma, arial, helvetica, serif;
}
h1 { font-size: 188%; }
h2 { font-size: 150%; }
h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }



/* user section with all relevant links */
#user_section
{
	padding: 1px;
	margin: 1px 0 0 0;
	font-size: 90%;
	font-family: verdana, sans-serif;
}
#user_section ul, #user_section form
{
	padding: 0.5em 0.7em 0.5em 0.7em;
	font-size: 95%;
    font-family: verdana, Tahoma, arial, helvetica, serif;
}
/* the greeting */
#greeting_section em
{
	font-style: normal;
	font-weight: bold;
	font-size: 15px; 
	color: 000;
}
#greeting_section li#name
{
	padding-left: 0.5em;
	font-size: 110%;
}
/* the avatar, located to the left */
#user_section #myavatar
{
	padding: 0.7em;
	font-size: 95%;
    font-family: verdana, Tahoma, arial, helvetica, serif;
	margin: 0 0.5em 0 0;
}
/* the news and search areas */
#news_section
{
	clear: both;
	font-size: 100%;
	background: #fff;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#random_news h3
{
	display: inline;
	overflow: auto; 
	height: 30px; 
	text-align:center;
}
#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(http://aedolyn.net/forum/Themes/blackTed/images/nav_l.gif) no-repeat;
	width: 10px;
	padding-left: 10px;
	height: 30px;
}
#main_menu li
{
	margin: 0;
	padding: 0;
	display: inline;
	background: url(http://aedolyn.net/forum/Themes/blackTed/images/nav.gif) repeat-x;
}
#main_menu li a
{
	float: left;
	display: block;
	color: white;
	font-size: 0.8em;
	font-family: tahoma, sans-serif;
	text-transform: uppercase;
}
#main_menu li a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
#main_menu li a span
{
	background: url(http://aedolyn.net/forum/Themes/blackTed/images/nav.gif) repeat-x;
	display: block;
	padding: 0.1em 0.5em 0.5em 0.5em;
}
#main_menu li.last a span
{
	background: url(http://aedolyn.net/forum/Themes/blackTed/images/images/nav_r.gif) no-repeat ;
	padding: 0.1em 1em 0.5em 0.5em;
}
#main_menu li.active a span em
{
	padding: 0.1em 0.5em 0.5em 0.5em;
	display: block;
	font-style: normal;
	background: url(http://aedolyn.net/forum/Themes/blackTed/images/catbg2.gif) repeat-x ;
}
#main_menu li.active a span
{
	background: url(http://aedolyn.net/forum/Themes/blackTed/images/catbg2.gif) no-repeat ;
	padding: 0 0 0 8px;
}
#main_menu li.last.active
{
	float: left;
	background: url(http://aedolyn.net/forum/Themes/blackTed/images/catbg2.gif) no-repeat;
	padding: 0 8px 0 0;
}
#main_menu li.active a
{
	background: url(http://aedolyn.net/forum/Themes/blackTed/images/catbg2.gif) no-repeat;
	padding-right: 8px;
}*/

/* the linktree */
ul#linktree
{
	clear: both;
	list-style: none;
	margin: 1.5em 0.5em 0.5em 0.5em;
	padding: 0;
}
ul#linktree li
{
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 0.8em;
}
ul#linktree li a
{
	color: black;
}
ul#linktree li a:hover
{
	color: #CC3333;
}
ul#linktree li span
{
	font-weight: bold;
}

/* the main content area */
#bodyarea
{
}
/* 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;
}
