@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 
a, abbr, acronym, img, ol, ul, li,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*EndBrowserReset*/

body {

	background-color: #eeeeee;
	color: #330033;
	font-family: 'Marcellus', Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	font-family: 'killigraphyregular', Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	text-shadow: 0 0 0.1em #F2F2F2, 0 0 0.1em #F2F2F2, 0 0 0.1em #F2F2F2;
	padding-top: 40px;
}

#header a {
	color: #8A0868;
	text-decoration:none;
}

#header a:hover {
	color: #663366;
	
}

a:link {color:#CC0066;} 
a:visited {color:#8A0868;}
a:hover {color:#663366;} 
a:active {color:#777750;}


hr {
	color:rgba(255,255,255,.9);
	background-color:rgba(255,255,255,.9);
	height:1px;
	border:none;
	-moz-box-shadow: 3px 3px 20px rgba(255,255,255,.9), -3px -3px 20px rgba(255,255,255,.9);
	-webkit-box-shadow: 3px 3px 20px rgba(255,255,255,.9), -3px -3px 20px rgba(255,255,255,.9);
	box-shadow: 3px 3px 20px rgba(255,255,255,.9), -3px -3px 20px rgba(255,255,255,.9);
	margin:15px;
}

#content {
	width: 560px;
	display:block;
	background-color: rgba(255,255,255,.7);
	-moz-box-shadow: 3px 3px 20px rgba(255,255,255,.8), -3px -3px 20px rgba(255,255,255,.8);
	-webkit-box-shadow: 3px 3px 20px rgba(255,255,255,.8), -3px -3px 20px rgba(255,255,255,.8);
	box-shadow: 3px 3px 20px rgba(255,255,255,.8), -3px -3px 20px rgba(255,255,255,.8);
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	padding: 10px;
	margin: 30px;
	margin-bottom:10px;
}

#nav {
	height:42px;
	font-family: 'Marcellus SC', Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-shadow: 1 1 0.1em #886666, 0 0 0.2em #eedddd, 0 0 0.2em #eedddd;
	padding: 10px;
}

#nav ul {
	list-style: none;
	text-decoration: none;
	margin:0;
}

#nav ul li {
	display: inline;
	padding: 5px;
}

#nav ul li a {
	text-decoration:none;
	color: #886666;
}

#nav ul li a:hover {
	color: #990033;
	text-shadow: 0 0 0.3em #FFCCCC, 0 0 0.3em #FFCCCC;
}

#nav #activepage {
	color: #990033;
	text-shadow: 0 0 0.2em #FFCCCC, 0 0 0.2em #F2F2F2;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

p {
	margin: 15px 10px;
}

.res {
	margin:0;
	font-size:.9em;
}

h1 {
	font-family: 'killigraphyregular', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:2em;
	margin-top: 30px;
	color:#8A0868;
	padding:10px;
	
}

h2 {
	font-family: 'Marcellus SC', Geneva, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color:#663366;
	margin: 10px;
}

h3 {
	font-family: 'Marcellus SC', Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color:#8A0868;
	margin: 10px;
}

h4 {
	font-family: 'Marcellus SC', Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#777750;
	margin: 10px;
}

h5 {
	font-family: 'Marcellus SC', Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#330033;
	margin: 10px;
}

h6 {
	font-family: 'Marcellus', Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#8A0868;
	margin: 10px;
}

.highlight {
	text-align: center;
	color:#8A0868;
	list-style: none;
	padding: 7px;
	margin: 5px 0px;
	border: 1px solid #BEBE9D;
	background: #F2EDEA;
	opacity:.8;
}

.highlightr {
	float:right;
	text-align: right;
	color:#8A0868;
	list-style: none;
	padding: 7px;
	margin: 0 5px;
	border: 1px solid #BEBE9D;
	background: #F2EDEA;
	opacity:.8;
}

.highlightl {
	float:left;
	text-align: left;
	color:#8A0868;
	list-style: none;
	padding: 7px;
	margin: 0 5px;
	border: 1px solid #BEBE9D;
	background: #F2EDEA;
	opacity:.8;
}

blockquote {
	font-family: 'JennaSueRegular', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:2em;
	margin-left:.75em;
	padding:10px;
	color:#8A0868;
}

.rightquote {
	font-size:.85em;
	font-style:italic;
	text-align:right;
	margin-top:30px;
	margin-bottom:5px;
	margin-left:2.5em;
}

.rquotesource {
	font-size:.75em;
	font-weight:600;
	text-align:right;
	margin-top:0;
	margin-left:2.5em;
	color:#8A0868;
}

.leftquote {
	font-size:.85em;
	font-style:italic;
	text-align:left;
	margin-top:30px;
	margin-bottom:5px;
	margin-right:2.5em;
}

.lquotesource {
	font-size:.75em;
	font-weight:600;
	text-align:left;
	margin-top:0;
	margin-right:2.5em;
	color:#8A0868;
}

.featureimage {
	height: 450px;
	margin-left: auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	border: 7px solid;
	padding: 3px;
	display:block;
	clear:both;
}

.lfeatureimage {
	width: 240px;
	float: left;
	margin: 10px 10px 10px 0;
	border: 7px solid;
	padding: 3px;
}

.rfeatureimage {
	width: 240px;
	float: right;
	margin: 10px 0 10px 10px;
	border: 7px solid;
	padding: 3px;
}


th{
	font-family: 'Marcellus SC', Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-indent:20px;
	font-weight: 600;
	background-position: left;
}

tr{
	vertical-align: top;
	font-size:.9em;

}
td{
	padding: 3px 3px 3px 23px;
	text-indent: -20px;
}

ol {
    counter-reset:li; 
    margin-left:0; 
    padding-left:0;
}
ol li {
    position:relative; 
    margin:0 0 4px 2em; 
    padding:4px 0; 

}
ol li:before {
    content:counter(li); 
    counter-increment:li;
    position:absolute;
    top:-1px;
    left:-2em;
    width:2em;
    margin-right:8px;
    padding:4px;
	color:#8A0868;
    font-family:'JennaSueRegular', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.5em;
    text-align:center;
}

ul {
	list-style-image:url(../images/bullet.png);
	margin:0 0 4px 2em; 
}

#footer {
	text-align:center;
	font-size:.8em;
	color:#333;
	text-shadow: 0 0 0.2em #F2EDEA, 0 0 0.1em #F2EDEA;
	position:relative;
	bottom:0;
}

.audio {
	height:16px;
	width:130px;
}

.social a{
	display:inline;
	float:left;
	margin:0 14px 24px 14px;
	
}

.imdb a {
	background-image:url(../images/imdb.png);
	background-position:top;
	display:block;
	width:155px;
	height:75px;
}

.imdb a:hover {
	background-position:bottom;
}

.twitter a {
	background-image:url(../images/twitter2.png);
	background-position:top;
	display:block;
	width:155px;
	height:75px;
}

.twitter a:hover {
	background-position:bottom;
}

.facebook a {
	background-image:url(../images/fb2.png);
	background-position:top;
	display:block;
	width:155px;
	height:75px;
}

.facebook a:hover {
	background-position:bottom;
}

/*--contactForm--*/
#contact {
	margin: 10px auto; 
	padding: 0 30px;

}

fieldset {
	margin:5px;
}
label {
	float: left; 
	clear: left; 
	margin: 12px 16px 0 0; 
	width: 85px;
	text-align: right; 
	color: #cc0066; 
	font-family: 'Marcellus SC', Geneva, Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 0px #ccaa99;
}

input {
	width: 310px; 
	height: 35px; 
	padding: 5px 20px 0px 20px; 
	margin: 0 0 20px 0; 
	background: #F1F1E9;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	color: #663366;
	font-size:1em;
	font-family: 'Marcellus SC', Geneva, Arial, Helvetica, sans-serif;
	text-shadow: 0px -1px 0px #334f71; 
}
	input::-webkit-input-placeholder  {
    	color: #cc0066; text-shadow: 0px -1px 0px #ccaa99;  
	}
	input:-moz-placeholder {
	    color: #cc0066; text-shadow: 0px -1px 0px #ccaa99; 
	}

textarea {
	width: 310px;
	height: 170px; 
	padding: 12px 20px 0px 20px; 
	margin: 0 0 20px 0; 
	background: #F1F1E9;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-size: 1.7em; color: #663366; text-shadow: 0px -1px 0px #ccaa99; 
	font-family: 'JennaSueRegular', "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
	textarea::-webkit-input-placeholder  {
    	color: #cc0066; text-shadow: 0px -1px 0px #38506b;  
	}
	textarea:-moz-placeholder {
	    color: #cc0066; text-shadow: 0px -1px 0px #38506b; 
	}
	
input:focus, textarea:focus {
	background: #f2edea;
}

input[type=submit]{
	width: 185px; height: 52px; float: right; padding: 10px 15px; margin: 15px 15px 0 0;
	-moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
	border: 1px solid #BEBE9D;
	background: -moz-linear-gradient(top, #663366 0%, #8a0868 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#663366), color-stop(100%,#8a0868)); /* webkit */
	cursor: pointer;
	color:#BEBE9D;
}
input[type=submit]:hover  {
	background: -moz-linear-gradient(top, #8a0868 0%, #663366 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8a0868), color-stop(100%,#663366)); /* webkit */
	cursor: pointer;
	text-shadow: 0px 1px 0px #eedddd;
}

.required_star {
color:#cc0066;
}

.antispammessage {
padding:14px 0 0 0;
border-top:1px solid #BEBE9D;
border-bottom:1px solid #BEBE9D;
font-weight:bold 
}
.antispamquestion {
font-weight:normal;
}

#notification {
	background-image:url(../images/bg3.jpg);
	font-size:1.7em;

}

#center_content {
	width: 560px;
	text-align:center;
	background-color: rgba(255,255,255,.8);
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	padding: 10px;
	margin: 100px;
	margin-left:auto;
	margin-right:auto;
}
