/*
Theme Name: People vs. George Lucas
Theme URI: http://www.peoplevsgeorge.com
Description: Shut up
Version: 0.1
Author: Brian Chirls, design by Kat Neville
Author URI: http://chirls.com
Tags: black, clean, custom
*/

/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address {
	display: block;
}


body {
	/* line-height: 1; */
	margin: 0;
	padding: 0;
	font-family: Arial,Tahoma,sans-serif;
	background-color: black;
	color: white;
	overflow-x: hidden;
	min-width: 960px;
}

img {
	border: none;
}

hr {
	border-top: #ffa800 solid 2px;
	margin: 0 0 3px 0;
	clear: both;
	display: none;
}

a, a:visited {
	color: #ffa800;
	text-decoration: none;
	/*
	text-decoration: underline;
	font-weight: bold;
	*/
}

a:hover {
	color: #ffca61;
}

/* Header, footer */

header, nav, article {
	padding: 0;
	margin: 0 0 1px 0;
	display: block;
	vertical-align: baseline;
}

header {
	height: 179px;
	/* border-bottom: #ffc000 solid 1px; */
	/* background-color: #000000; */

	width: 960px;
	margin: 0 auto;
	position: relative;
}

/*
header .bg_image {
	background: url("images/header_bg_big1.jpg") no-repeat scroll 0px 0px transparent;
	
	width: 1509px;
	height: 179px;
	margin-left: 523px;
	position: absolute;
	left: 0;
}
*/

.header_bg_image {
	background: url("images/header_bg_wide.jpg") no-repeat scroll center 0px transparent;
	
	height: 179px;
	top: 0;
	width: 100%;
	position: absolute;
	left: 0px;
	min-width: 960px;
}



header h1 {
	float: left;
	margin: 0 0px 0 0;
	padding: 0;
}

header h1 a {
	background: url("images/pvglogo1.jpg") no-repeat scroll 0px 0px transparent;
	height: 161px;
	margin: 21px 0px 0px 0px;
	text-indent: -999px;
	font-size: 1px;
	width: 510px;
	display: block;
}

header h1 a:hover {
	background-position: 0px -161px;
}

header nav {
	color: #fff;
	position: relative;
	height: 100%;
	float: right;
	width: 440px;
}

header ul {
	list-style: none outside none;
	overflow: hidden;
	padding: 0;
	margin: 0;

	position: absolute;
	bottom: 24px;
	right: 0;
}

header nav ul li {
	display: block;
	float: left;

	font-size: 15px;
	text-transform: uppercase;

	padding-left: 20px;
}

header nav ul li:first-child {
	padding-left: 0px;
}

header nav ul li a,
header nav ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}

header nav ul li.current_page_item a,
header nav ul li.current_page_item a:visited {
	color: #ffa800;
}

header nav ul li a:hover,
header nav ul li.current_page_item a:hover {
	color: #ffca61;
}

footer {
	display: block;
	border-top: #292929 solid 3px;
	height: 110px;
	position: relative;
}

footer > div {
	width: 960px;
	margin: 0 auto;
	height: 110px;
	position: relative;
}

/*
footer .bg_image {
	background: url("images/footer_bg_big.jpg") no-repeat scroll 0px 0px transparent;
	width: 1549px;
	height: 110px;
	left: 0;
	margin: 0 0 0 387px;
	padding: 0;
	position: absolute;
	display: block;
}

*/

.footer_bg_image {
	background: url("images/footer_bg_wide.jpg") no-repeat scroll center 0px transparent;
	
	height: 110px;
	bottom: 0;
	width: 100%;
	position: absolute;
	left: 0px;
	min-width: 960px;
}

footer>div >div{
	width: 960px;
	margin: 0px auto;
	line-height: 100%;
	font-size: 12px;
}

footer>div>*,
footer>div>a>img{
	vertical-align: middle;
/*	float: left; */
	padding: 8px 10px 8px 0;
}

footer div.twitter_bubble {
	position: absolute;
	top: 8px;
	right: 48px;
	width: 204px;
	height: 56px;
	background: url('images/twitter_bg.png') no-repeat right top;
	padding: 18px;
	margin: 0px;
	font-size: 12px;
	overflow: hidden;
}

footer div.social-networking {
	position: absolute;
	top: 6px;
	right: 8px;
	width: 30px;
	margin: 0px;
	padding: 0;
}

footer div.social-networking img {
	padding: 0 0 6px 0;
}

.tagline {
	font-size: 18px;
	margin: 20px 0;
	color: #ffa800
}

/* general sidebar */

aside {
	position: absolute;
	width: 306px;
	right: 0px;
	height: 100%;
	background-color: #292929;
	margin-bottom: 90000px;
	padding-bottom: -90000px;
	font-size: 12px;
}

aside ul {
	list-style-type: none;
	padding-left: 20px;
	font-size: 16px;
}

aside li {
	display: block;
	margin: 8px;
}

aside .textwidget {
	padding: 0 10px;
}

.wpcf7-submit {
	background-color: #ffa200;
	color: black;
	font-family: arial black;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border: medium none;
	padding: 2px 4px;
	margin-right: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-opera-border-radius: 4px;
}

aside .textwidget input[type=text],
aside .textwidget select,
aside .textwidget textarea {
	width: 90%;
	border: #a0a0a0 solid 1px;
	color: #a0a0a0;
	background-color: transparent;
	margin: 4px 0;
	font-size: 14px;
	line-height: 20px;
}

/* Main content - articles */

.main {
	position: relative;
	margin: 20px auto 0px;
	width: 960px;
	overflow: hidden;
	min-height: 1200px;
}

.content {
	width: 632px;
	margin-bottom: 40px;
}

article {
	width: 632px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #222222 1px solid;
}

article .entry, article .postmetadata {
	line-height: 1.6em;
	font-size: 12px;
}

article img.thumbnail {
	border: none;
	float: left;
	margin: 0 6px 20px 0;
}

article .read-more {
	clear: left;
}

h3, h2 {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
	color: #ffa200;
}

h3 a, h2 a {
	color: #ffa200;
}

.archive .content > h2 {
	padding-bottom: 28px;
	margin-bottom: 28px;
	border-bottom: #222222 1px solid;
}

.archive article > h3 {
	font-size: 20px;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
}

tr.article article {
	width: 300px;
	border: none;
	margin-top: 20px;
}

tr.article article h3 {
	width: 300px;
	border: none;
	font-size: 20px;
}

tr.article td {
	border-bottom: #222222 solid 1px;
}

tr.article td:first-child article {
	padding-right: 20px;
	width: 280px;
}

tr.article>td + td {
	padding-left: 31px;
	border-left: #222222 solid 1px;
}

article time {
	margin-right: 20px;
}

tr.article article time,
tr.article article .role {
	font-size: 10px;
	color: #777777;
}

article p {
	/* margin: 0 0 1em 0; */
}

article .topmeta {
	font-size: 14px;
}

.bigbar {
	background-color: #ffa200;
	background: url("images/orange_gradient.png") repeat-x scroll 0px 0px;

	color: black;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	
	padding: 6px;
	margin-bottom: 0.83em;
}

article .bigbar {
	margin: 30px 0;
	line-height: 1.2em;
}

a.button, input.button {
	background-color: #ffa200;
	color: black;
	font-family: arial black;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border: medium none;
	padding: 2px 4px;
	margin-right: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-opera-border-radius: 4px;
}

/* Specific to Front Page */
.frontpage-trailer-widget .textwidget {
	display: inline-block;
}

.frontpage-trailer-widget .textwidget object {
	border: #ffc000 solid 2px;
}

.frontpage-trailer-widget .textwidget object,
.frontpage-trailer-widget .textwidget embed {
	display: block;
}

.frontpage .aside_header {

	height: 59px;
	width: 266px;
	margin: 0px;
	padding: 15px 20px 0 20px;
	border-color: #ffc000;
	
	background: url("images/orange_gradient.png") repeat-x scroll 0px 0px;
	border: none;

	font-weight: bold;
	font-size: 18px;
	letter-spacing: -0.05em;
	line-height: 1.2em;
	color: black;
}

.frontpage .aside_header strong {
	text-transform: uppercase;
	font-size: 30px;
}

.frontpage aside {
	margin-top: 74px;
}

/* Crowd Controls */

aside #tel_request_container,
aside #tel_request {
	width: 306px;
	border: none;
	background-color: #292929;
	color: white;
	font-size: 12px;
}

#tel_request #tel_request_container #tel_form_container {
	background-color: #292929;
	font-size: 11px;
}

#tel_request #tel_request_container #tel_map_element {
	height: 283px;
}

#tel_request #tel_request_container table input[type="text"] {
	width: 100%;
	border: black solid 1px;
}

#tel_request #tel_request_container table select {
	width: 100%;
}

#tel_request #tel_request_container table th,
#tel_request #tel_request_container table td {
	font-size: 1.0em;
}

#tel_request #tel_request_container table td:first-child {
	text-align: right;
}

#tel_request #tel_request_container table label {
	font-weight: bold;
}

#tel_request #tel_request_container table tbody tr td:first-child {
	width: 80px;
}

#tel_request #tel_request_container table #tel_privacy_row label {
	font-weight: normal;
}

#tel_request #tel_request_container #tel_request_status_bar {
	background-color: #7a7a7a;
	border-bottom: #5e5e5e 1px solid;
	color: black;
	padding: 4px 6px;
}

#tel_request #tel_request_container a,
#tel_request #tel_request_container #tel_tos_link {
	font-weight: bold;
	text-decoration: underline;
}

#tel_request #tel_request_container #tel_request_status {
	padding: 10px 6px;
	border: none;
}

#tel_request #tel_request_container #tel_request_status_bar a {
	color: black;
}

#tel_request #tel_request_container #tel_form_container input[type="button"] {
	background-color: #ffa200;
	color: black;
	font-family: arial black;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	border: medium none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 4px;
	-opera-border-radius: 4px;
}

#tel_request #tel_request_container #tel_remove_button {
	font-size: 0.8em;
	margin-top: 8px;
}

.frontpage #tel_request #tel_request_container #tel_success {
	background-color: black;
	color: white;
}

.frontpage #tel_map_element {
	color: black;
}

/* Rotating Image Widget */
.frontpage-topright-widget {
	float: right;
	width: 308px;
	text-align: right;
}

.pvg-ngg-widget {
	position: relative;
	height: 340px;
}

.pvg-ngg-widget img {
    position:absolute;
	text-align:center;
    top:0;
    left:0;
    z-index:8;
	opacity:0;
	filter:alpha(opacity=0);
}

.frontpage-topright-widget .pvg-ngg-widget img {
/*	right: 0; */
	left: auto;
}

.pvg-ngg-widget img.active {
    z-index:10;
	opacity:1;
	filter:alpha(opacity=100);
}

.pvg-ngg-widget img.last-active {
	z-index: 9;
}

/* Galleries */

.entry .ngg-gallery-thumbnail img {
	background-color: transparent;
	padding: 0;
	border: none;
	margin: 4px 5px 4px 0;
}

.entry .fwvvw_vthumb {
	background-color: transparent;
	padding: 0;
	border: none;
	margin: 4px 5px 4px 0;
}

/* comments */

#commentform label {
	color: #e0e1e0;
	font-size: 14px;
	font-weight: normal;
}

#commentform th, #commentform td {
	padding: 6px 0;
}

#commentform th {
	white-space: nowrap;
	text-align: left;
	font-weight: normal;
	padding-right: 4px;
	vertical-align: top;
}

#commentform textarea,
#commentform input[type=text] {
	border: #a0a0a0 solid 1px;
	font-size: 14px;
	color: #e0e1e0;
	font-family: Arial,Tahoma,sans-serif;
}

#commentform textarea {
	width: 100%;
	background-color: transparent;
}

#commentform input[type=text] {
	background-color: #292929;
	height: 26px;
}

ul.commentlist {
	list-style: none outside none;
	padding: 0;
	margin: 0;
}

.commentlist img.avatar {
	float: left;
	margin: 0 6px 6px 0;
	border: none;
}

.comment-meta {
	line-height: 1.2em;
	font-size: 12px;
}

.comment-meta cite {
	font-style: normal;
}

.comment-body {
	clear: both;
	font-size: 13px;
}

/* screenings page */

.screenings {
	position: relative;
}

h2.hidden {
	display: none;
}

.screenings #request_header {
	height: 59px;
	margin: 0px;
	padding: 15px 20px 0 20px;
	border-color: #ffc000;
	
	background: url("images/orange_gradient.png") repeat-x scroll 0px 0px;
	border: none;

	font-weight: bold;
	font-size: 18px;
	letter-spacing: -0.05em;
	line-height: 1.2em;
	color: black;
}

.screenings #request_header span {
	float: right;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	width: 250px;
	margin: 8px 20px 0 20px;
}

.screenings #request_header strong {
	text-transform: uppercase;
	font-size: 30px;
}

.screenings #request_header span a,
.screenings #request_header span a:visited {
	color: black;
	text-decoration: underline
}

.screenings aside {
	position: absolute;
	top: 502px;
}

.screenings #tel_request_container {
	width: 100%;
}

.screenings #tel_request #tel_request_container #tel_map_element {
	height: 380px;
}

.screenings #tel_request #tel_request_container #tel_form_container {
	background-color: black;
	color: white;
	font-size: 12px;
}

.screenings #tel_request #tel_request_container #tel_pc_form_container {
	width: 300px;
	margin: 0 166px;
}

.screenings #tel_request #tel_request_container #tel_request_status_bar {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

.screenings #tel_request #tel_request_container #tel_form_instructions {
	bottom: 25px;
	right: -165px;
}

.screenings #tel_request #tel_request_container #tel_success {
	background-color: black;
	color: white;
}

.screenings .content {
	margin-top: 40px;
}

