/*
Theme Name: Drifter Entertainment
Theme URI: http://drifterentertainment.com
Description: A Wordpress portfolio theme.
Version: 1.0
Author: Travis Berry
Author URI: http://travisberry.com
*/
/* reset */
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* reset */

/*main*/
body{
	background-color:#363636;
}
p{
	margin-top:10px;
}
h1{
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:5px solid black;
}
a{
	color:#fff;
	 -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}
a:hover{
	color:#E04f23;
}
#containor {
	font-family: 'Garamond', serif;
	color:#fff;
	width:900px;
	margin:auto auto;
	background-color:#333333;
	height:100%;
}
#background{
	height:900px;
	width:900px;
	background-image:url('http://www.drifterentertainment.com/wp-content/themes/drifter/images/backgroundgrad2.jpg');
    background-repeat:no-repeat;
  background-color:#333333;
}
#header{
	font-family: 'Helvetica', sans-serif;
	width:900px;
	float:left;
	font-size:140px;
	padding-top:55px;
	line-height:124px;
	border-bottom: 5px solid black;
	margin-bottom:20px;
}
#header a{
	text-decoration:none;
}
drifter{
	font-size:230px;
	padding-left:22px;
}
entertainment{
	font-size:125px;
	padding-left:30px;
}
#navigation{
	font-family: 'Helvetica', sans-serif;
	width:418px;
	padding-left:32px;
	float:left;
	font-size:100px;
	margin-bottom:10px;
}
#navigation a{
	text-decoration:none;
}
#content{
	color:#faf8f8;
	width:410px;
	float:left;
	padding-top:47px;
	padding-left:10px;
}
#footer{
	font-size:.75em;
	color:#000;
	text-align:right;
	border-top: 5px solid black;
	width:864px;
	float:left;
	padding-top:10px;
	padding-right:36px;
}
#footer a{
	color:#000;
}
#next{
	float:left;
	padding-bottom:10px;
}
#previous{
	float:right;
	padding-bottom:10px;
}
/* contact form */
div.wpcf7 {
	margin: 0;
	padding: 0;
}
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #087f79;
}
div.wpcf7-mail-sent-ng {
	border: 2px solid #087f79;
}
div.wpcf7-spam-blocked {
	border: 2px solid #087f79;
}
div.wpcf7-validation-errors {
	border: 2px solid #087f79;
}
span.wpcf7-form-control-wrap {
	position: relative;
   
}
span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #087f79;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}
span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}
span.wpcf7-list-item {
	margin-left: 0.5em;
    
}
.wpcf7-display-none {
	display: none;
}
img.ajax-loader {
	border: none;
	vertical-align: middle;
}
textarea {
     -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    border:none;
 background-color: #BCBABA;
 color: #000;
 
    font-size:1em;
}
input {
     -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    border:none;
 background-color: #BCBABA;
    color: #000;
    
    font-size:1em;
}
span.wpcf7-not-valid-tip {
	left: auto;
	right: 20%;
	direction: rtl;
}
span.wpcf7-not-valid-tip-no-ajax {
	direction: rtl;
}
span.wpcf7-list-item {
	margin-left: 0;
	margin-right: 0.5em;
}
input:focus{
     -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    background-color:#fff;
    color: #000;
}
textarea:focus{
     -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    background-color:#fff;
    color: #000;
}
/*selectors*/
::-moz-selection{
	background-color:#E04f23;
	color:#000;
}

::selection {
	background-color:#E04f23;
	color:#000;
}

a::-moz-selection {
	background: #E04f23;
    color:#000
}

a::selection {
	background: #E04f23;
    color:#000;
}
/*selectors*/
/*comments*/
#comments{
    width:405px;
    margin-top:10px;
    margin-bottom:10px;
}
.avatar{
    float:left;
    padding:0px 5px 0px 0px;
    vertical-align:text-bottom;
}
.color1 {
	color:#fff;
background-color: #000;
    padding:5px;
}
.color2 {
	color:#000;
background-color: #fff;
    padding:5px;
} 

label{
 font-size:.8em;   
}
/*comments*/