/*
 * Style Sheet for TureckBach.com
 * By: Evan Cortens
 * Written: April 14, 2007
 * Last Modified: July 9, 2007
 */

body {
	text-align: center;
	margin: 0;
	background-color: #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #ffc;
}
a:visited {
	color: #cc9;
}
a:active {
	color: #c9f;
}
a:hover {
	color: #c9f;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
h3.review {
	text-transform: uppercase;
	font-weight: bold;
}
p {
	line-height: 1.4em;
}
p.reviewer {
	text-align: right;
}
p.heading {
	font-weight: bold;
}
.footnote {
	font-size: 0.7em;
	vertical-align: super;
	color: #ffc;
}

div#container {
	width: 750px;
	margin: 0 auto;
}

div#header {
	height: 230px;
	background-image: url("images/header.jpg");
}

div#nav {
	float: left;
	width: 200px;
	text-align: left;
	background-image: url("images/tureck_left.jpg");
	background-repeat: no-repeat;
}
div#nav ul.navmenu {
	margin-top: 115px;
	padding: 0;
	text-align: right;
	margin-right: 20px;
}
div#nav ul.navmenu>li {
	font-family: Garamond, Times, serif;
	font-weight: bold;
	font-size: 16px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 24px;
}
div#nav ul.navmenu a {
	text-decoration: none;
	color: #ffc;
}
div#nav ul.navmenu a:hover {
	color: #c9f;
}

div#nav ul.navmenu>li.submenu {
	font-weight:normal;
	font-size:0.8em;
	padding: 0;
	padding-right: 10px;
	height:auto;
}

div#content {
	position: relative;
	margin-left: 200px;
	padding: 5px;
	font-size: 0.8em;
	text-align: left;
}
div#content h1 {
	color: #c9f;
	font-size: 1.8em;
}
div#content h2 {
	font-size: 1.2em;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
}
div#content p#info {
	margin-top: 10px;
	border-top: 1px solid white;
	padding-top: 5px;
	text-align: center;
}

div#footer{
	font-size: 11px;
	clear: left;
}
div#footer li {
	display: inline;
	padding-right: 4px;
	border-right: 1px solid white;
}
div#footer li.last {
	border-right: 0;
}
div#footer a:hover {
	color: #c9f;
}
div#footer li.submenu {
	display:none;
	border: 0;
}

div.entry {
	/*background-color: #444;*/
	/*border: 1px solid #ccc;*/
	/*margin: 5px;*/
	margin-top: 15px;
	padding: 0 5px 0 5px;
}

div.entry h3 {
	margin: 0;
	padding-bottom: 2px;
	border-bottom: 1px solid white;
}

div.entry h3 a:link {
	text-decoration: none;
}

div.entry p.info {
	font-size: 0.8em;
}

p.director-title {
  margin-bottom: 0px;
}
p.director-name {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px; /* a little indent */
}
