@charset "utf-8";
/* CSS Document */
body {
	font-size: 72.5%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #664813;
	}
	
h1 {
	font-size: 1.9em;
	text-transform: uppercase;
	font-weight: bold;
	color: #913A16;
	margin-bottom: 1em;
	}	

h2 {
	font-size: 1.9em;
	text-transform: uppercase;
	font-weight: bold;
	color: #913A16;
	margin-bottom: 1em;
	}	

h3 {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #829D71;
	margin-bottom: 1em;
	font-weight: bold;
	}	

.general-idea h3 {
	color: #fff;
	}

h4 {}	

h5 {}	

h6 {}

p, li, dt, dd, blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	}

p, blockquote {
	font-size: 1em;
	margin-bottom: 1.5em;
	}

.related {
	line-height: 1.6em;
	}

ol {
	list-style: inside;
	list-style-type: decimal;
	margin-left: 25px;
	margin-bottom: 1em;
	}
	

ul {	
	list-style: inside;
	list-style-type: disc;
	margin-bottom: 1em;
	}
	
.general-idea p {
	font-weight: bold;
	margin-bottom: 0;
	}
	
a:link, a:visited, a:hover, a:active {
	color: #1EA11D;
	font-weight: bold;
	text-decoration: underline;
	}	

a:hover {
	background-color: #ffc;
	}
	
.movie-image p {
	background-color: #664813;
	padding: 2px 4px;
	font-size: .9em;
	color: #fff;
	}	

.reviews ul {
	list-style: outside;
	list-style-type: none;
	}

.reviews li a {	
	display: block;
	}

#related p, #related h2, #footer p, #related ul, 
#related a:link, 
#related a:visited, 
#related a:hover, 
#related a:active {
	color: #fff;
	}

#related a:hover {
	color: #1EA11D;
	}

#related p {
	line-height: 1.6em;
	}
	
#related h2 {
	margin-bottom: .8em;
	border-top: 1px solid #A0D092;
	padding-top: .5em;
	}
	
#footer {
	color: #fff;
	font-size: .9em;
	}	