/* krutchfilm.com Style Sheet
 * 2013.07.17
 */

/* PAGE STYLES */
 
body {
	background-color: #000;	
	width: 100%;
	height: 100%;
}

#wrapper {
	width: 80%;
	margin: auto;
}

#background {
	z-index: 1;
	position: absolute;
	left: 20%;
	width: auto;
	height: 100%;
	min-height: 600px;
	min-width: 400px;
}
 
#content {
	color: #fff;
	z-index: 2;
	position: relative;
	top: 0px;
	left: 0px;
	min-width: 800px;
}

.box {
	clear: both;
	background: rgba(0, 0, 0, .7);
	width: 100%;
}

a {
	color: #fff;
}

a:hover {
	color: #cc99ff;
} 

.sectionheader {
	font-size: 2em;
	padding-left: .5em;
}

/* HEADER STYLES */

#header {
	padding-bottom: 2.5em;
}

#krutch a{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 7em;
	letter-spacing: ;
	float: left;
	text-shadow: #000 1px 2px 2px;
	text-decoration: none;
}

#contactbook {
	float: left;
	margin-top: 1.5em;
	margin-left: 1em;
}

#contact, #booking {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	clear: left;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: .5;
	padding-bottom: 1em;
	text-decoration: none;
	clear: both;
	float: left;
}

#contactbook a:hover {
	color: #cc99ff;
	text-decoration: underline;
}

#nav {
	clear: left;
	font-size: 1.75em;
}

#nav a {
	float: left;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-shadow: #000 1px 2px 2px;
	text-decoration: none;
	padding-left: .5em;
	padding-right: .5em;
}

#nav a:hover {
	text-decoration: underline;
	color: #cc99ff;
}

/* FOOTER STYLES */

#credits {
	color: white;
	text-align: right;
	font-size: .85em;
	margin: .5em;
}

/* CONTENT STYLES - ABOUT */

.bio {
	padding: 1em;
	width: 50%;
}	

.bio h1 {
	font-size: 1.5em;
}

.bio p {
	padding-left: 1.5em;
	text-align: justify;
	line-height: 1.5em;
}
#blogline {
	font-size: 1.5em;
	text-align: justify;
	line-height: 1.5;
}

/* CONTENT STYLES - AWARDS */

.award {
	clear: both;
	padding: 1em;
	width: 50%
}

.award a {
	font-variant: normal;
}

.awardlogo {
	width: 15%;
	float: left;
}

.awardlogo img {
	width: 100%;
	height: auto;
}

.awardtext {
	width: 80%;
	height: 100%;
	float: left;
	font-size: 1.5em;
	padding-left: 5%;
}

.awardname {
	text-transform: uppercase;
}

/* ACCESSIBILITY */

#accessibility {
	width: 60%;
	height: auto;
	margin-top: 3em;
	padding-left: auto;
	padding-right: auto;
}
#photo {
	text-align: center;
}

/* CONTENT STYLES - REVIEWS */

.review {
	clear: both;
	padding: 2em 1em;
	width: 50%;
}

.reviewquote {
	text-align: justify;
	line-height: 1.5em;
}

.reviewbyline {
	float: right;
}

.reviewsource {
	float: right;
	padding-left: 1em;
	font-style: italic;
}

/* CONTENT STYLES - SCREENINGS */

#screeningbox {
	position: relative;
	left: 60%;
	width: 30%;
	background: rgba(0, 0, 0, .7);
}

#screeningbox h1 {
	font-size: 1.25em;
}

#pastscreenings {
	color: #7f7f7f;
	clear: both;
}

#past a {
	color: #7f7f7f;
}

.screening {
	padding: 1em;
	width: 100%;
	clear: both;
}

#past .screening {
	color: #7f7f7f;

}

.festivalName {
	font-variant: small-caps;
}
.festivalVenue {
	padding-left: 1em;
}
.festivalLocation {
	padding-left: 1em;
}
.festivalDate {
	padding-left: 1em;
}

/* CONTENT STYLES - CONTACT/BOOKING */

#contactform {
	clear: both;
	padding: 1em;
	width: 50%;
}

#bookingform {
	clear: both;
	padding: 1em;
	width: 50%;
}

legend {
	font-size: 2em;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
}
legend>p {
	float: left;
}
p>input {
	width: auto;
}

input {
	width: 100%;
	margin: .5em;
	padding: .5em;
}

p input {
	width: 2em;
}

textarea {
	width: 100%;
	margin: .5em;
	padding: .5em;
}

#buttons {
	text-align: center;
}

#interestedin {
	font-size: 1.5em;
}

p input {
	width: auto;
	margin: .25em;
	padding: 0%;
}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
	margin-left: 5em;
}
.accessicons {
	padding-left: 1em;	
	margin-top: .25em;
}
.icon {
	display: inline-block;
	width: 10%;
	float: left;
	margin-bottom: 1.5em;
}
