/* acityofghosts.css */

body {
	background-image: url(../images/navigation_bg.png); background-repeat:repeat-x;
	background-color: #1a1a1a;
	font: 14pt 'Vollkorn', 'Times New Roman', Times, serif;
}
h1, h2, h3, h4 {
	color: #fff;
	font: 14pt 'Vollkorn', 'Times New Roman', Times, serif;
	font-weight: bold;
}
p {
	margin-bottom: 1em;
}

#header {
		background-image:url("../images/acityofghosts_header.png");
		height: 592px;
		width: 898px;
}

#header #navigation {
	background-image: url(../images/navigation_bg.png); background-repeat:repeat-x;
	height: 50px;
	font-family: Arial;
	font-weight: bold;
	text-align: right;
	font-size: 95%;
}
#header #navigation ul {
	margin-right: 1em;
}
#header #navigation ul li {
	float: right;
	display:block;
	height: 50px;
	margin-left: 2em;
}
#header #navigation ul li:hover {
	background-image: url(../images/navigation_bg_carat.png);
	background-repeat: no-repeat;;
	background-position: top center;
}
#header #navigation ul li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -0.1em;
	line-height: 2em;
}

#header #teasertext {
	position: relative;
	top: 350px;
	left: 450px;
	width: 450px;
	color: #fff;
	font-size: 130%;
}


#pagemiddle { }

#content {
	color: #b3b3b3;
}
#content div.sectiontitle h2 {
	color: #fff;
	text-align: right;
	font-size: 32pt;
	font-weight: bold;
}
#content div.sectiontitle p {
	font-size: 90%;
	color: #fff;
	text-align: right;
}
#content div.sectiontitle a {
	color: #fff;
	text-decoration: none;
	line-height: 2em;
}
#content div.sectionbody h3 {
	font-size: 130%;
	color: #fff;
}
#content div.sectionbody h4 {
	font-size: 100%;
	color: #fff;
}
#content div.sectionbody a {
	color: #fff;
	text-decoration: none;
}

#content #order {
	height: 300px;
}
#content #order div.sectiontitle img {
	float:right;
}
#content #order div.sectionbody h2 {
	font-size: 140%;
}
#content #order div.sectionbody ul li {
	line-height: 2.5em;
	font-size: 120%;
}
#content #order div.sectionbody ul li a {
	color: #33ccff;
}

#content #presskit {
	height: 750px;
	overflow: hidden;
}
#content #presskit div.sectionbody #images {
	line-height: 2.5em;
	font-size: 120%;
}
#content #presskit div.sectionbody #images p {
	margin-top: 1em;
	margin-bottom: 2em;
}
#content #presskit div.sectionbody #images a {
	color: #33ccff;
}


#content #contact {
	text-align:right;
}
#content #contact label {
	float:left;
	width: 100px;
	height: 40px;
	clear: left;
	padding-right: 10px;
}
#content #contact input[type=text], #content #contact textarea {
	float: left;
	clear: right;
	border: none;
	font-size: 100%;
	width: 375px;
}
#content #contact input[type=submit] {
	background-color: transparent;
	width: 140px;
	text-align: center;
	font-size: 160%;
	font-family: 'Vollkorn', 'Times New Roman', Times, serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -0.1em;
	color: #fff;
	text-decoration:none;
	border: none;
	padding:7px;
	margin-top: 0.5em;
}
#content #contact label.error {
	width: 100%;
	text-align: center;
	color: #f00;
}
#content #contact #contactstatus.success {
	text-align: center; background-color: rgb(238, 238, 238); color: rgb(0, 0, 0); font-size: 110%; padding: 10px; margin-bottom: 1em; font-style: italic;
}
#content #contact #contactstatus.error {
	text-align: center; background-color: rgb(238, 238, 238); color: rgb(255, 0, 0); font-size: 120%; padding: 10px; margin-bottom: 1em; font-style: bold;
}
#content #about {
	height:230px;
}
#content #about div.sectionbody p, #content #presskit div.sectionbody p {
	font-size: 70%;
	line-height: 1.25em;
}

#pagebottom { }

#footer {
	color: #B3B3B3;
	font-size: 70%;
	padding-top: 1em;
	height: 200px;
}
#footer #footercredit {
	text-align: right;
	margin-top: 1em;
	line-height: 1.25em;
}
#footer #footercredit a {
	color: #33ccff;
	text-decoration: none;
}