/* 
style sheet for the CerebusFangirl site: http://www.cerebusfangirl.com
by MRL
*/

a { 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 14px; 
	color: #1304a8; 
	text-decoration: underline; 
	font-weight: bold;
	}

a:hover { 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 14px; 
	color: #d2c3e8; 
	background-color: #024897;
	}

h1 { font-family: Arial, Verdana, sans-serif; font-size: 36px; color: #1304a8 }
h2 { font-family: Arial, Verdana, sans-serif; font-size: 24px; color: #1304a8 }
h3 { font-family: Arial, Verdana, sans-serif; font-size: 24px; color: #1304a8 }
h4 { font-family: Arial, Verdana, sans-serif; font-size: 18px; color: #1304a8 }
h5 { font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #1304a8 }
h6 { font-family: Arial, Verdana, sans-serif; font-size: 8px; color: #1304a8 }

hr{ 
	color:black; 
	background-color:white; 
	width:90%; 
	height:2px; 
	}

table { 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 14px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px
	}

body  {
	behavior: url("csshover3.htc"); 
	width:100%;
	margin:0px 0px; padding:0px;
	text-align:center; 
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #white;
	background-image:url('http://www.cerebusfangirl.com/4colorb.jpg');
	background-attachment:fixed;
	}	

#menu {
	float:left;
	width: 195px;
	background: dbe1f4;
	z-index:20; /* So it is on top of the links page divs */
	}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index:20; /* So it is on top of the links page divs */
	}

#menu a, #menu h2 {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px; 
	color: #1304a8; 
	display: block;
	border-width:1px;
	border-style:solid;
	border-color:#ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
	z-index:20; /* So it is on top of the links page divs */
	}

#menu h2 {
	color: black;
	background: dbe1f4;
	}

#menu a {
	color: #1304a8;
	background: white;
	text-decoration: underline;
	}

#menu a:hover {
	color: #d2c3e8; 
	background-color: #024897
	}

#menu li {
	position: relative;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: black;
	background: white;
	border-width:1px;
	border-style:solid;
	border-color:#ccc #888 #555 #bbb;
	z-index:20; /* So it is on top of the links page divs */
	}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	z-index:20; /* So it is on top of the links page divs */
	}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

