/*
THEME NAME: Infused Films
THEME URI: http://www.infusedfilms.com
DESCRIPTION: A custom Wordpress theme designed for Infused Films by Eyeon Design.
AUTHOR: Brett Yanoski
*/

@charset "utf-8";

/*
////////// CSS RESETS ////////////
*/

html, body, div, span, iframe, big, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, font, img, small, 
strong, b, u, i, center, 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;
}

ol, ul {
	list-style: none;
}

img.alignright {
	float: right;
	margin:5px 0 5px 10px;
	border:solid 1px #bfbfbf;
}
img.alignleft {
	float: left;
	margin:5px 10px 5px 0;
	border:solid 1px #bfbfbf;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

.clear {
	clear: both;
}


/*
////////// MAIN STYLES ////////////
*/

body {
	background:#000000 url(images/site/background.jpg) no-repeat fixed top center;
	font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	height:100%;
	letter-spacing:0.01em;
}

.container {
	width:1020px;
	margin:0 auto;
        margin-top:35px;
}

/*
////////// HEADING STYLES ////////////
*/

.login_search {
	float:right;
	margin:10px 40px 0 0;
        height:27px;
}

.login_search ul {
        list-style:none;
        float:left;
        margin-top:3px;
}

.login_search ul li {
        display:inline;
        padding-right:5px;
        margin-bottom:5px;
        padding-left:5px; padding-right:5px;
	font-size:8pt;
	color:#7f7f7f;
}

.login_search a {
        font-size:8pt;
        color:#7f7f7f;
        text-decoration:none;
}

.login_search a:hover {
        color:#fff;
}

#form_left {
        float:left;
        margin-left:7px;
}

#searchform .button {
        background-color:#b05300;
        border:1px solid #df6a02;
        padding:2px 5px;
        text-transform:uppercase;
        font-size:11pt;
        color:#fff;
        letter-spacing:-0.02em;
}

#s {
        padding:2px 5px;    
        margin-top:-4px;  
}

/*
////////// LINK STYLES ////////////
*/

a {
    color:#ff7901;
    text-decoration:none;
    font-weight:bold;
}

a:hover {
    color:#ccc;
}

/*
////////// SLIDESHOW STYLES ////////////
*/

.slideshow {
        background:url(images/site/infused_04.png) no-repeat;
        width:660px;
        height:289px;
        padding:16px 19px 0 39px;
}

/*
////////// CONTENT STYLES ////////////
*/

.main {
	float:left;
	width:660px;
}

.content {
	margin-left:39px;
        margin-top:10px;
}

.content_text {
	padding:15px 40px 15px 25px;
	background:url(images/site/content_02.png) repeat-y scroll;
	line-height:18px;
}

big {
	background-color:#ff7901;
	font-size:20pt;
	letter-spacing:-0.03em;
	padding:5px 10px;
	font-weight:normal;
        margin:0 0 30px -30px;
}

.content_text h2 {
	font-size:18pt;
	margin:25px 0 5px 0;
	letter-spacing:-0.05em;
	font-weight:100;
}

.content_text h2 a {
        color:#fff;
        text-decoration:none;
        font-weight:normal;
}

.content_text h2 a:hover {
        color:#b6b6b6;
}

.content_text h3 {
	font-size:10pt;
	background-color:#474747;
	padding:2px 5px;
	margin-top:10px;
}

.content_text h3 a {
       color:#fff;
       text-decoration:none;
}

.content_text h3 a:hover {
       color:#b6b6b6;
}

.content_text small {
	font-size:9pt;
	color:#666;
	font-style:italic;
	float:right;
}

.content_text h4 {
	font-size:10pt;
	color:#ff7901;
	font-weight:bold;
        margin-top:15px;
}

.content_text p {
	margin:15px 0;
        line-height:20px;
}

.content_text ul {
	list-style:disc;
	margin:10px 40px;
}

.content_text ul li {
	margin-bottom:3px;
}

hr {
	border-bottom:solid 1px #ff7901;
}

td ul li {
        margin-left:-20px;
}

#space {
        margin-top:30px;
}

blockquote {
         margin-left:20px;margin-right:15px;
         border-left:#ff7901 solid 1px;
         padding-left:15px;
         font-size:9pt;
         color:#fff;
}

.short {
background:#141414;
padding:1px 15px 10px 15px;
margin:20px 0;
}

#emergence {
margin-left:38px;
margin-top:15px;
}

/*
////////// SIDEBAR STYLES ////////////
*/

.sidebar_wrap {
	float:right;
	width:312px;
	margin-right:30px;
}

.sidebar_text strong {
	background-color:#ff7901;
	font-size:14pt;
	letter-spacing:-0.03em;
	padding:3px 7px;
	font-weight:normal;
	margin-left:-20px;
}

.subscribe {
	width:312px;
	margin-top:20px;
}

.subscribe p {
	font-size:10pt;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	letter-spacing:-0.03em;
}

.sidebar_text {
	padding:15px 35px 15px 15px;
	background: url(images/site/sidebar_02.png) repeat-y scroll;
	line-height:16px;
}

.sidebar_text p {
	margin:15px 0;
}

.twit_update {
	font-size:9pt;
	line-height:16px;
}

.twit_update small {
	font-size:8pt;
	font-style:italic;
	color:#666666;
}

/*
////////// COMMENTS STYLES ////////////
*/

.comments h3 {
        font-size:16pt;
        color:#ccc;
        margin-bottom:15px;
}

#respond h3 {
        font-size:16pt;
        color:#ccc;
        margin-bottom:15px;
}

.comment_box {
        background:#0f0f0f;
        padding:10px;
        margin:5px 0 15px 0;
        border:1px solid #666;
}

.text {
        background:#ccc;
        border:1px solid #fff;
        margin:5px 0 15px 0;
}

#submit {
        background-color:#b05300;
        border:1px solid #df6a02;
        padding:2px 5px;
        text-transform:uppercase;
        font-size:11pt;
        color:#fff;
        letter-spacing:-0.02em;
}

/*
////////// FOOTER STYLES ////////////
*/

.footer {
	border-top:solid 1px #474747;
	color:#999;
	font-size:9pt;
}

.footer #left {
	float:left;
}

.footer #right {
	float:right;
}

.footer p {
	margin:10px 0;
}

/*
////////// TWITTER UPDATE WIDGET /////////////
*/

p.twitter-message {
        font-size:9pt;
}

.twitter-timestamp {
        float:right;
        margin-top:3px;margin-bottom:10px;
        color:#b7b7b7;
}

/*
//////////////CONTACT FORM ///////////////////////
*/

.wpcf7 input, .wpcf7 textarea {
	padding:7px 10px;
	border:1px solid #000;
	background:#bebebe;
	color:#fff;
        width:220px;

}

.wpcf7 textarea {
	width:95%;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
	background:#e9e9e9;
	color:#3e3e3e;

}

.wpcf7 input.wpcf7-submit {
	background:#f37301;
	border:1px solid #b25400;
	padding:4px;
	color:#fff;
	font-size:12pt;
	width:85px;
	margin:0 5px;

}

.wpcf7 input.wpcf7-submit:hover {
	background:#b25400;
}

/* NETWORK BAR STYLES */

#network {
	position:fixed;
	width:100%;
	height:30px;
	background:url(images/network_bg.jpg) repeat-x;
	top:0;
}

#network p {
	margin:0;
	padding-top:5px;
	padding-right:15px;
	float:right;
        
}

#network img {
	float:left;
	padding-left:5px;
}

#network a {
	color:#ff7901;
	text-decoration:none;
	font-size:10pt;
	padding:1px 5px;
        font-weight:normal;
}

#network a:hover {
	border-bottom:2px solid #ff7901;
	color:#fff;
}

/* END NETWORK BAR STYLES */
