/* CSS Document */

img {
	border:0px;
}
	
html {
  overflow: -moz-scrollbars-vertical;
  overflow-x: auto;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
	margin: 0px auto 0px auto;
	background-color: #13230d;
}

h1 { font-size: 1.5em;margin:0px; padding:0px; float:left; text-indent:-1000em; }
h2 { font-size: 1.5em; font-weight:normal; }
h3 { font-size: 1.1em; font-weight: bold; }

p { margin:0px 0px 14px 0px; line-height: 1.5em; }


.footer { font-size: 0.8em; font-weight: bold; }
.smalltext  {font-size: 0.8em; }
.smallital  {font-size: 0.7em; font-style:italic; text-align:right; color:#c8975f; }
.smallitaldark  {font-size: 0.7em; font-style:italic; }
.ital  {font-style:italic; }
.largetext {font-size: 1.2em; }
.largeboldwhite {font-size: 1.2em; color: #ffffff; font-weight: bold; }
.largeboldwhiteleftpad {font-size: 1.2em; color: #ffffff; font-weight: bold; padding-left: 30px; }


#container {
	text-align: center;
	padding: 0px;
	width: 1100px;
	margin: 0px auto 0px auto;
}
#menusidebar {
	width: 270px;
	float: left;
	text-align:left;
	margin-top:50px;
}
menu {
	width: 250px;
}
#index-head {
	background-image: url(images/header-index.jpg);
	background-repeat:no-repeat;
	width: 1100px;
	height: 563px;
}
#contact-head {
	width: 1100px;
	background-image: url(images/header-contact.jpg);
	background-repeat:no-repeat;
	height: 563px;
}
#deity-head {
	width: 1100px;
	background-image: url(images/header-deity.jpg);
	background-repeat:no-repeat;
	height: 563px;
}
#story-head {
	width: 1100px;
	background-image: url(images/header-story.jpg);
	background-repeat:no-repeat;
	height: 563px;
}
#events-head {
	width: 1100px;
	background-image: url(images/header-events.jpg);
	background-repeat:no-repeat;
	height: 563px;
}
#myth-head {
	width: 1100px;
	background-image: url(images/header-myth-busting.jpg);
	background-repeat:no-repeat;
	height: 563px;
}
#myth-legend-head {
	width: 1100px;
	background-image: url(images/header-myths.jpg);
	background-repeat:no-repeat;
	height: 563px;
}
#name-head {
	width: 1100px;
	background-image: url(images/header-name.jpg);
	background-repeat:no-repeat;
	height: 563px;
}
#priests-head {
	width: 1100px;
	background-image: url(images/header-priests.jpg);
	background-repeat:no-repeat;
	height: 563px;
}
#ritual-head {
	width: 1100px;
	background-image: url(images/header-ritual.jpg);
	background-repeat:no-repeat;
	height: 563px;
}
#wheel-head {
	width: 1100px;
	background-image: url(images/header-wheel.jpg);
	background-repeat:no-repeat;
	height: 563px;
}
#right-content {
	float: right;
	width: 830px;
	text-align:left;
}
#start-head {
	width: 1100px;
	background-image: url(images/start-header.jpg);
	background-repeat:no-repeat;
	height: 293px;
}
#start-right {
	float: left;
	width: 630px;
	text-align:left;
}

.text-icon {
	float: left;
	width: 94px;
	text-align:center;
}
.main-text {
	float: right;
	width: 630px;
	margin: 0px;
	padding: 0px 100px 25px 0px;
}
#footerknot {
    width: 1100px;
	height: 130px;
	background-image:url(images/footer-knot.jpg);
	background-repeat:no-repeat;
}
#footer {
	text-align:center;
	height: 130px;

}


/*  ----LINKS---- */

a {text-decoration: none; }

a.general { 
	color: #b8cd7d;
}
a.general:link {
	color:#b8cd7d;
}
a.general:visited {
	color:#b8cd7d;
}
a.general:hover {
	color:#d8771a;
}

#menu li { 
	list-style:none; 
	text-indent:-80px;	
	padding: 10px 0px 10px 40px;
}

#menu li a {
	background: url(images/menu_icon.jpg) no-repeat;
	padding: 10px 0px 10px 40px;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
}

#menu ul li a:hover
{
	background: url(images/menu_icon_active.jpg) no-repeat;
	color: #ffffff;
	padding: 10px 0px 10px 40px;
}

#menu ul li a#current
{
	background: transparent url(images/list-active.gif) left center no-repeat;
	color: #666;
	height: 50px;

}