html {
	margin: 0px;
	height: 100%;
	background-color: #181818;
}

body {
	margin: 0px;
	height: 100%;
	font: 1em/140% Verdana, Arial, Helvetica, sans-serif;
	background-color: #181818;
}

img {
	border: none;
}

a {
	color: #ff9933;
	text-decoration: none;
	font-weight: bold;
}

#site {
	position: relative;
	min-height: 100%;
	min-width: 960px;
	background: #181818 url(../images/site2.png) center repeat-y;
}

* html #site {
	height: 100%;
}

#page {
	width: 960px;
	min-height: 100%;
	margin: 0px auto;
	background: #181818 url(../images/site2.png) center repeat-y;
}

#header {
	position: relative;
	margin: 0px auto;
	width: 610px;
	height: 167px;
	background: #917d6a url(../images/header.png) top center no-repeat;
	overflow: hidden;
}

#header h1 {
	display: none;
}

#sidebar_left {
	float: left;
	width: 180px;
	font-size: 0.75em;
}

#menu {
	font-size: 0.8em;
	width: 600px;
	background-color: #4c4c4c;
	margin: 0px auto;
}

#menu h2 {
	display: none;
}

#menu ul {
	list-style-type: none;
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	overflow: visible;
}

#menu li {
	float: left;
	height: 20px;
	line-height: 20px;
	text-align: center;
	white-space: nowrap;
}

#menu a {
	padding: 0px 20px;
	height: 20px;
	line-height: 20px;
}

#menu .current, #menu .section, #menu li:hover {
	background: url(../images/menu_hover.png) right top no-repeat;
}

#menu .current a {
	color: #ff9933;
}

#menu a {
	color: #fff;
}

#menu a:hover {
	
}

#menu .current:hover {
	color: #fff;
}

#company {
	margin: -188px 20px 0px 0px;
	padding-top: 353px;
	background: url(../images/silhouette.png) 16px 51px no-repeat;
	text-align: right;
	color: #666;
	line-height: 130%;
}

#company p {
	margin: 0px;
}

#company a {
	font-weight: normal;
	color: #666;
}

#company a:hover {
	color: #ff9933;
}

#company h2 {
	display: none;
}

#content {
	float: left;
	width: 600px;
}

#highlight {
	background-color: #4c4c4c;
	border-top: 1px solid #181818;
	color: #fff;
	font-size: 1.2em;
}

#highlight .caption {
	padding: 30px;
}

#highlight .caption a {
	color: #ff9933;
}

#highlight .caption a:hover {
	border-color: #fff;
}

#highlight .caption p {
	margin: 0px;
}

#main_content {
	padding: 10px 30px 120px;
	background: #fff url(../images/content.png) top repeat-x;
}

#main_content.news h3 {
	margin: 2em 0px 0px;
}

#main_content.news p {
	margin: 0px;
}

#main_content .more {
	text-align: right;
	margin: 0px;
}

#main_content .share {
	position: relative;
	margin: 30px 0px;
}

#main_content .share a {
	display: block;
	width: 24px;
	height: 16px;
	text-align: center;
	padding-top: 8px;
}

#main_content .share a:hover {
	border: none;
	padding-top: 0px;
	padding-bottom: 8px;
	background: url(../images/icon_shadow.png) top center no-repeat;
}

#main_content .share h2 {
	text-align: right;
	font-size: 1.1em;
	border-bottom: 1px solid #8e8d8c;
	margin: 0px;
}

#main_content .share ul {
	list-style-type: none;
	margin: 0px -4px 0px 0px;
	padding: 0px;
}

#main_content .share li {
	float: right;
	margin: 6px 0px 6px 8px;
}

#main_content .share li.rss {
	position: absolute;
	margin-left: -4px;
	left: 0px;
}

#main_content .share li span {
	display: none;
}

#sidebar_right {
	float: right;
	width: 160px;
	margin-left: 20px;
	font-size: 0.75em;
	color: #fff;
	line-height: 130%;
	background-color: #181818;
}

.widget {
	margin: 20px 0px 40px;
}

.widget .more {
	text-align: right;
	padding-top: 1.3em;
}

.widget a:hover {
	border-bottom: 1px dotted #8c8c8c;
}

.widget h2 {
	position: relative;
	width: 160px;
	left: -20px;
	padding-left: 20px;
	color: #fff;
	font-size: 1em;
	height: 17px;
	line-height: 17px;
	border-bottom: 1px dotted #8c8c8c;
	margin: 0px 0px 1.3em;
}

.widget h3 {
	font-size: 1em;
	margin: 1.3em 0px 0px;
}

.widget ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.widget.rss_widget li {
	padding-bottom: 0.7em;
}

.widget.blog_management li {
	padding-bottom: 0.7em;
}

.widget.subscribe_rss_widget li {
	padding-bottom: 0.7em;
}

.widget.subscribe_rss_widget .subscribeLink {
	background-position: top left;
}

.widget.page_comments_widget li {
	padding-bottom: 1.2em;
}

.widget.page_comments_widget blockquote {
	margin: 0.5em 0px 0px;
	padding: 0px;
	font-style: italic;
	overflow: hidden;
}

.widget.screenings p {
	margin: 0px;
}

.widget.gallery a:hover {
	border: none;
}

.widget.gallery a:hover span {
	border-bottom: 1px dotted #8c8c8c;
}

.widget.gallery img {
	display: block;
}

.widget.image_gallery_widget a {
	border: none;
}

.clear {
	clear: both;
}

#footer {
	position: relative;
	margin: -120px auto 0px;
	height: 120px;
	width: 960px;
	background: url(../images/footer.png) top center no-repeat;
}

#billing_block {
	display: none;
}

#credits {
	width: 960px;
	margin: 0px auto;
	bottom: 0px;
	font-size: 0.5em;
	text-align: center;
	color: #333;
}

#credits p {
	margin: 0px;
}

#credits .copyright {
	position: absolute;
	right: 210px;
	bottom: 0px;
}

#credits .design {
	position: absolute;
	left: 210px;
	bottom: 0px;
}

#credits a {
	color: #333;
}

#credits a:hover {
	color: #ff9933;
}

/* forms */

form {
	width: 540px;
	margin-left: -30px;
	padding: 10px 30px;
	background-color: #bbb6b1;
}

form .message {
	color: #f00;
	font-weight: bold;
}

form fieldset {
	border: none;
	padding: 0px;
}

form label {
	font-size: 1em;	
}

form input.text {
	width: 100%;
	border: none;
	border-bottom: 1px solid #4c4c4c;
}

form input.action {
	width: 100%;
	cursor: pointer;
	margin-top: 1em;
	font-weight: bold;
}

form textarea {
	width: 100%;
	border: none;
	border-bottom: 1px solid #4c4c4c;
}

#comments h3 {
	width: 540px;
	margin-left: -30px;
	padding: 10px 30px;
	background-color: #4c4c4c;
	margin-bottom: 0px;
	color: #fff;
}

/* recaptcha */

#recaptcha_widget_div {
	margin-top: 1em;
}

#recaptcha_area {
	margin: 0px auto !important;
}

/* comments */

#CommentHolder {
	margin: 0px 0px 30px;
	width: 600px;
}

#PageComments {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#PageComments li {
	width: 540px;
	margin-left: -30px;
	padding: 10px 30px;
	overflow: hidden;
}

#PageComments li.odd {
	background-color: #bbb6b1;
}

#PageComments li.even {
	background-color: #dcdad7;
}

#PageComments li li {
	background-color: transparent;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#PageComments .info {
	border-top: 1px dotted #8e8d8c;
}

#PageComments .comment_author {
	font-style: italic;
}

#PageComments .actionLinks {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#PageComments .actionLinks li {
	display: inline;
	margin-right: 1em;
}

#PageComments .actionLinks li a.spamlink {
	background: url(../images/delete.gif) no-repeat left center;
	padding: 3px 0 3px 25px;
}

#PageComments .actionLinks li a.deletelink {
	background: url(../images/delete.gif) no-repeat left center;
	padding: 3px 0 3px 25px;
}

