﻿

/* General tags */
* {margin:0; padding:0;}
body {background:#b8d888; font:76% verdana,tahoma,sans-serif; color:#CC3333;}
a {background-color:inherit; color:#912902; font-weight:bold; text-decoration:none;}
a:hover {text-decoration:underline;}
p {margin:0 0 16px 0;}
ul, ol {margin:0 0 16px 15px; padding-left:5px;}
ul ul, ol ol {margin:3px 0 0 15px;}
img {float:left; margin:0 10px 5px 0;}

/* Headers */
h1 {color:#CC3333; font-size:3.6em; letter-spacing:-3px; margin:0; text-align:right;}
h2 {font-size:1.6em; font-weight:normal; letter-spacing:-1px; margin:5px 0 10px;}
h3 {font-size:1.2em; font-weight:normal; font-style:italic;letter-spacing :-1px; margin:5px 0 10px;}
h4
h5

/* IDs */
#title {margin:20px auto -9px; width:700px;}
#container {background:#fff; border:20px solid #f0b010; color:#663333; margin:0 auto 15px; padding:10px; width:900px; line-height:1.3em;}
#sidebar {float:left; padding-left:175px; width:110px;}
#sidebar p {margin:10px 0 5px 10px; text-align:left; font-size:0.8em;}
#sidebar p a {font-weight:400;}
#main {float:right; width:385px;}
#footer {clear:both; color:#aaa;}

/* Menu */
.menu {border:1px solid #ffffff; color:#CC3333; display:block; font-size:1.1em; font-weight:bold; padding:4px 2px 4px 10px; width:110px;}
.menu:hover {background-color:#CCCC99; border:1px solid #cccccc; color:#333333; text-decoration:none;}

/* Various classes */
.credits {color:#777; font-size:0.9em; margin-bottom:0;}
.credits a {color:#777;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#slantedmenu{
font-weight: bold;
font-size: 90%;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #b8d888;
border: 1px solid #bebebe;
text-align: center; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #494949;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url("images/slantdivider.gif") top right no-repeat;
}

#slantedmenu ul li a:visited{
color: #000000;
} 

#slantedmenu ul li a:hover{
color: f0b010;
}


