/* Gates of Aedolyn's Stylesheet made by Zeshin */

/* Normal, standard links. */
a:link, a:visited, a:active
{
	color: #013e63;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #B50100;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #494949;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: none;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000000;
	font-size: 9pt;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background: url(http://aedolyn.net/home/images/backgrounds/background_1.png) #fff;
	margin-left: auto;
	margin-right: auto;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button, #footer a, #header a
{
	color: #000000;
	font-family: verdana, sans-serif;
	text-decoration: none;
}
input, button
{
	font-size: 90%;
	background-color: #fff;
	border: 1px solid Silver;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}

.bbc_u
{
	text-decoration: underline;
}

.udtitle {
color:  #000033;
font-family: Georgia, Verdana;
font-size: 120%;

}
.uddate {
color: #000;
font-family: Georgia, Verdana;
font-size: .8em;
}

.msgbg
{
	background: url(http://aedolyn.net/home/images/message_sm.gif) no-repeat;
	color: red; 
	height: 35px; 
	width: 37px; 
	float: left;
	clear: left;
	position: relative;
}

.msgtxt
{
	position:absolute; 
	line-height: 28px; 
    margin: auto;
   /* margin-right: auto;*/
	text-align: center;
	font-size: 90%;
	height: 35px;
	width: 37px;
}

.titlebg
{
	margin:0;
	background-color:#d5d5d5;
	border:1px solid #010101;
	color:#000;
	padding:0.2em 0.4em;
}
.contentbg
{
	width: 100%; 
	background: #f9f9f9;
	font-family: Georgia, Tahoma, arial, helvetica, serif;
	border: 1px solid #aaa;
	padding: 2px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.contentbg2
{
	margin:0;
	border: 1px solid #696969;
	background-color: #efefef;
	color:#000;
	padding:1px 1px;
}
.contentbg3
{
	margin:0;
	background-color:#efefef;
	border:1px solid #aaa;
	color:#000;
	padding:1px 1px;
}
#mainframe
{
	margin-top: -.5em;

}
#frame
{
	background: url(http://aedolyn.net/home/images/template/table-test-mid.png) repeat-y;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	
}

#header
{
	background: url(http://aedolyn.net/home/images/template/table-top.png) no-repeat;
	width: 900px;
	margin: 0px 0px 0px 0px;
}

#footer
{
	background: url(http://aedolyn.net/home/images/template/table-bot.png) no-repeat;
	height: 69px;
	margin: 0px 0px 0px 0px;

}
#menu
{
	margin-left: 4px;
	margin-top: -12.3em;
}
#menu ul
{
	list-style-type: none; 
	margin: -.1em 0px 0px -5px;
	border: 1px solid #aaa;
	border-top: none;
}

#main
{
	width: 701px; 
	margin-top: -1.5em; 
	margin-left: .2em; 
	border: 1px solid; 
	border-right: none;
	background-color: #f6f6f6;
}
#main h2
{
	margin:0px; 
	border:none;
	font-size:120%;
	font-weight:bold;
	text-align:left;
	padding-top: .5em;
	padding-bottom: .17em;
	/*border-bottom: 1px solid #000;*/
}
#main ul
{
	list-style-type: square;
	/*margin: .3em 0 0 1.5em;*/
	border-top: none;
	list-style-image: url(http://aedolyn.net/home/images/bullet.gif);
}

/* Affiliate Tabs */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
height: 40px;
text-align: left;  /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li {
display: inline-table;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;
border: 1px solid #778;
color: #3399cc;
background: url(http://aedolyn.net/home/images/backgrounds/background_1.png) #f9f9f9;
border: 1px solid #010101;
}

.shadetabs li a:visited{
color: #3399cc;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #3399cc;
}

.shadetabs li.selected{
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-color: #f9f9f9;
border-bottom-color: #f9f9f9;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
    font-family: Georgia, Tahoma, arial, helvetica, serif;
}
h1 { font-size: 160%; }
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%;  }


#toc,
.toc,
.mw-warning {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
}
#toc h2,
.toc h2 {
	display: inline;
	border: none;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	text-align: center;
}
#toc ul,
.toc ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}
#toc ul ul,
.toc ul ul {
	margin: 0 0 0 2em;
}
#toc .toctoggle,
.toc .toctoggle {
	font-size: 94%;
}

.mw-warning {
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
}