/* Coranto.org Box Model CSS */

/*

------------------------------------------------------
Copyright John Drury, http://www.jackanapesink.com/
some rights reserved
http://creativecommons.org/licenses/by-sa/2.5/
------------------------------------------------------

*/
html {
font-family: "trebuchet ms",verdana,arial,helvetica,sans-serif;
font-size: 76%;
color: #e1d9c3;
background-color: #76380f;
background-image: url("../images/bg1.png");
background-repeat: repeat;
}

body {
position: relative;
width: 910px;
height: 100%;
padding: 0px;
margin: 0px auto;
text-align: center;
}

#wrapper {
position: relative;
width: 910px;
height: auto;
background: transparent;
text-align: center;
margin: 0px auto;
}

#nav {
position: relative;
top: 10px;
margin-left: -20px;
width: 950px;
}

#nav ul {
list-style: none;
padding: 0px;
margin: 0px;
line-height: 100px;
}

#nav li {
display: inline;
}

#nav li a {
text-decoration: none;
font-weight: bold;
float: left;
width: 475px;
}

#nav li a:hover {
color: #000;
}

#nav i {
visibility: hidden;
}


.homelink {
background-image: url("../images/home.png");
background-repeat: no-repeat;
}

.homelink:hover {
background-image: url("../images/homeover.png");
background-repeat: no-repeat;
}

.forumlink {
background-image: url("../images/forum.png");
background-repeat: no-repeat;
}

.forumlink:hover {
background-image: url("../images/forumover.png");
background-repeat: no-repeat;
}

.downlink {
background-image: url("../images/down.png");
background-repeat: no-repeat;
}

.downlink:hover {
background-image: url("../images/downover.png");
background-repeat: no-repeat;
}

.addonslink {
background-image: url("../images/addons.png");
background-repeat: no-repeat;
}

.addonslink:hover {
background-image: url("../images/addonsover.png");
background-repeat: no-repeat;
}

.supportlink {
background-image: url("../images/support.png");
background-repeat: no-repeat;
}

.supportlink:hover {
background-image: url("../images/supportover.png");
background-repeat: no-repeat;
}

.wikilink {
background-image: url("../images/wiki.png");
background-repeat: no-repeat;
}

.wikilink:hover {
background-image: url("../images/wikiover.png");
background-repeat: no-repeat;
}

/* Small menu */

#nav2 {
position: relative;
margin-left: -91px;
width: 1112px;
}

#nav2 ul {
list-style: none;
padding: 0px;
margin: 0px;
line-height: 50px;
}

#nav2 li {
display: inline;
}

#nav2 li a {
text-decoration: none;
font-weight: bold;
float: left;
}

#nav2 li a:hover {
color: #000;
}

#nav2 i {
visibility: hidden;
}

.homelink2 {
background-image: url("../images/home_top.png");
background-repeat: no-repeat;
width: 190px;
}

.homelink2:hover {
background-image: url("../images/homeover_top.png");
background-repeat: no-repeat;
width: 190px;
}

.forumlink2 {
background-image: url("../images/forum_top.png");
background-repeat: no-repeat;
width: 154px;

}

.forumlink2:hover {
background-image: url("../images/forumover_top.png");
background-repeat: no-repeat;
width: 154px;

}

.downlink2 {
background-image: url("../images/down_top.png");
background-repeat: no-repeat;
width: 245px;

}

.downlink2:hover {
background-image: url("../images/downover_top.png");
background-repeat: no-repeat;
width: 245px;

}

.addonslink2 {
background-image: url("../images/addons_top.png");
background-repeat: no-repeat;
width: 190px;

}

.addonslink2:hover {
background-image: url("../images/addonsover_top.png");
background-repeat: no-repeat;
width: 190px;

}

.supportlink2 {
background-image: url("../images/support_top.png");
background-repeat: no-repeat;
width: 190px;

}

.supportlink2:hover {
background-image: url("../images/supportover_top.png");
background-repeat: no-repeat;
width: 190px;

}

.wikilink2 {
background-image: url("../images/wiki_top.png");
background-repeat: no-repeat;
width: 143px;

}

.wikilink2:hover {
background-image: url("../images/wikiover_top.png");
background-repeat: no-repeat;
width: 143px;

}

#siteinfo {
position: relative;
right: 30px;
width: 100%;
margin: 30px 0px 10px 0px !important;
margin: 10px 0px 10px 0px;
font-size: 0.70em;
clear: both;
}

#copyrights {
position: absolute;
right: 0;
}

#standards {
position: absolute;
right: 0;
top: -1.2em;
}

.content {
position: relative;
background: #FFFFEA;
width: 900px;
text-align: left;
clear: both;
background-image: url("../images/itembg.png");
background-repeat: repeat;
color: #663333;
}

.top {
position: relative;
height: 50px;
background-image: url("../images/itemtop.png");
}

.bottom {
position: relative;
height: 50px;
background-image: url("../images/itembottom.png");
}

.content p {
padding: 0px 50px 0px 50px;
}

.links {
list-style: none;
width: 450px;
margin: 0px auto;
line-height: 50px;
font-weight: bold;
font-size: 125%;
}

.links dl {
background-image: url("../images/link.png");
background-repeat: no-repeat;
height: 50px;
}

.links dl:hover  {
background-image: url("../images/linkover.png");
background-repeat: no-repeat;
height: 50px;
}

.links dl a{
display: block;
text-decoration: none;
width: 75%;
height: 100%;
line-height: 25px;
padding-left: 50px;
margin: 10px;
}

.links dd {
line-height: 15px;
font-size: 75%;
font-style: italic;
margin-top: -20px;
margin-left: 100px;
}


h1,h2,h3,h4,h5 {
height:auto !important;
height:20px;
margin-top:0;
margin-bottom: 5px;
font-style: italic;
font-weight: 100;
padding-left: 100px;
}

h1 {
font-size: 2em;
color:#959386;
}

h2,h3,h4,h5 {
font-size:1.5em;
color:#959386;
}

h6 {
height:auto !important;
height:30px;
margin-top: 0px;
margin-bottom: 15px;
font-style: normal;
font-size:1.2em;
font-weight: bolder;
}

a {
color: #910000;
text-decoration: none;
font-weight: bold;
outline: none;
}

a:hover {
color: #C0C0C0;
text-decoration: underline;
font-weight: bold;
}

a:visited {
color: #6b6b6b;
text-decoration: none;
}

a:visited:hover {
color: #C0C0C0;
text-decoration: none;
font-weight: bold;
}

.addonlist a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;
	outline: none;
}

.addonlist a:hover {
color: #C0C0C0;
text-decoration: underline;
font-weight: bold;
}

.addonlist b {
	font-weight: bolder;
	color: black;
}

.addonlist img {
	vertical-align: baseline;
	border: none;
}

.addonpage li {
	list-style: none;
	padding-left: 5em;
	padding-bottom: 5px;
	margin-right: 5em;
}

.addonpage img {
	border: none;
	vertical-align: baseline;
}

.addonpage b {
	font-weight: bolder;
	color: black;
}

.addonpage dl {
	list-style: disc;
	padding-left: 5em;
}
