/* Be Magical CSS Document */

html, body {
	background: #000 url(images/star-background.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
}

H1 {
	font-size: inherit;
	margin: 0px;
}

p {
margin: 0 0 19px 0;
}

form {
	margin: 0px;
	padding: 0px;
}

.clearall {
	clear: both;
}

a {
	color: inherit;
}

a:hover {
	text-decoration: none;
}

#mainwrap {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#goldenborder {
	position: relative;
	left: 40px;
	top: 0px;
	background-color: #000;
	border: 2px solid #fac50d;
	width: 800px;
	margin-bottom: 20px;
}

#curtains {
	position: absolute;
	top: -2px;
	left: -40px;
	z-index: 20;
	width: 900px;
	height: 626px;
	background: url(images/curtains.gif) no-repeat;
}

#logo {
	position: absolute;
	top: 5px;
	left: 0px;
	z-index: 30;
}


#maincontent {
	padding-top: 150px;
	padding-bottom: 25px;
	margin-left: 125px;
	width: 550px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
}

#maincontent h2 {
	font-size: 18px;
}

#maincontent h3 {
	font-size: 15px;
}

#maintitle {
	position: absolute;
	top: 90px;
	left: 150px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffcc00;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #ffcc00;
}

#maintitle H1 {
	font-size: 18px;
}

/* Navigation */

#categorypos {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 179px;
	font-family: Verdana, Geneva, sans-serif;
	color: #00a8ff;
	font-size: 14px;
}

.catshadow {
	position: relative;
	height: 21px;
	background: url(images/cat-shadow.png) no-repeat center;
}


#navigation {
	width: 175px;
	background-color: #000;
	border: 2px solid #fac50d;
}

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-right: 3px;
	margin-left: 3px;
}

#navigation ul li {
	
}

#navigation ul li a {
	display: block;
	height: 100%;
	padding: 5px 0px 5px 20px;
	color: #ffcc00;
	font-size: 80%;
	background: url("images/star-gold.gif") no-repeat 4% center;
	text-decoration: none;
	border-top: 1px dashed #ffcc00;
	margin: 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	
}

#navigation ul ul li a {
	padding: 3px 0px 3px 28px;
	background: url("images/nav-arrow2.gif") no-repeat 8% center;
	background-color: #d32028;
	border: none;
	font-size: 11px;
}

/* catNav Hover items */

#navigation ul li a:hover {
	color: #fff;
	background-image: url("images/star-white.gif");
}

#navigation ul ul li a:hover {
	background-color: #da4148;
	color: #ffdf00;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
