/* 

Theme Name: wif
Theme URI: http://www.wifilms.com/
Description: wifilms site
Version: 1.0
Author: dave krause
Author URI: http://www.floatingfoam.com
*/


/*-----------------------GENERAL LAYOUT & MENU STYLES-------------------------*/
     
body { 
	margin: 0 auto; 
	padding: 0; 
	font-size: 1em;
	color: #999999;
	height:100%;
	background: url("images/background2.jpg") repeat-y center #000000;
	}
	
#center {
	margin: 0 auto;
	width: 800px;
	padding: 0;
	background-color: #333333;
	height: 100%;
	}	

#header {
	background: url("images/header.jpg") top center no-repeat;
	width: 800px;
	height: 251px;
	}
	
#left {
	float: left;
	width: 344px;
	margin: 0;
	padding: 0;
	background-color: #333333;
	font-family: Verdana, Arial, sans-serif;
	}
	
#right {
	float: right;
	width: 450px;
	padding: 0;
	margin: 0;
	background-color: #000000;
	text-align: left;
	color: #CCCCCC;
	border-left: 1px solid #C3C3C3;
	}

/* --------Begin IE Hack------------*/
		
		html>body #right {width: 455px;}
		
/* --------End IE Hack--------------*/ 	
		
#right_text {
	padding: 0 25px 25px 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	
#left_menu {
	text-align: right;
	width: 344px;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	}
	
#left_menu ul {
	list-style-type: none;
	width: 344px;
	margin: 0;
	padding: 0;
	}
	
#left_menu ul li a:link, #left_menu ul li a:visited {
	display: block;
	width: 344px;
	line-height: 37px;
	color: #666666;
	text-decoration: none;
	}
	
#left_menu ul li a:hover {
	display: block;
	width: 344px;
	line-height: 37px;
	color: #FFFFFF;
	background: url("images/menu.jpg") repeat-x center;
	}  
	
#left_menu ul li a:active, #left_menu ul li a.current {
	display: block;
	width: 344px;
	line-height: 37px;
	color: #FFFFFF;
	background: url("images/menured.jpg") repeat-x center;
	}  	
	
#footer {
	clear: both;
	margin: 0 auto;
	width: 800px;
	height: 368px;
	background: url("images/footer.jpg") no-repeat center bottom;
	}
	
#footertext {
	padding-top: 300px;
	padding-left: 100px;
	padding-right: 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #666666;
	vertical-align: top;
	}
	
#footertext img {
	border: 0;
	text-align: right;
	}
	
#footertext a, #footertext a:link, #footertext a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #CC0000;
	color: #CC0000;
	}	
	
#footertext a:hover, #footertext a:active {
	text-decoration: none;
	color: #FF0000;
	border-bottom: 1px dotted #FF0000;
	}
	

/*-------------------------CONTENT, FORM & IMG STYLES---------------------*/

.post {

	background: url("images/postbottom.gif") bottom right no-repeat #000000;
	padding-bottom: 2px;
	}


p, ul.bullinks li a {
	font-size: .8em;
	line-height: 1.3em;
	}
	
p.comments {
	font-size:.7em;
	padding-top: 15px;
	text-align: left;
	}
	
p a, p a:link, p a:visited, ul.bullinks li a, ul.bullinks li a:link, ul.bullinks li a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #CC0000;
	color: #CC0000;
	}	
	
p a:hover, p a:active, ul.bullinks li a:hover, ul.bullinks li a:active {
	text-decoration: none;
	color: #FF0000;
	border-bottom: 1px dotted #FF0000;
	}
	
ul.bullinks {
	list-style-type: square;
	}	
	
h1, h2, h3, h4  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	letter-spacing: normal;
	margin:0;
	font-weight: bold;
	padding:0;
	}

h1 {
	font-size: 1.2em;
	}
	
h2, h2.nodate {
	font-size: 1em;
	letter-spacing: .1em;
	color: #FFFFFF;
	display: block;
	width: 405px;
	padding-top: 5px;
	padding-bottom: 0;
	background-color: #222222;
	border-top: 1px solid #333333;
	}
	
h2.nodate {
	padding-bottom: 5px;
	border-bottom: 1px solid #333333;
	}

	
h3, h4 {
	font-size: .7em;
	letter-spacing: .05em;
	color: #FFFFFF;
	display: block;
	width: 405px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 30px;
	background-color: #222222;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	}
	
h4 {
	font-size: .9em;
	margin-top: 10px;
	border-top: 0;
	}	
	
h4 {
	background-color: #000;
	border-top: none;
	margin-top: 20px;
	}
	
		/* --------Begin IE Hack------------*/
		
		html>body h2, h3 {
			margin-left:-25px;
			padding-left: 25px;
			padding-right: 25px;
			padding-right: 25px;
			}
		
		/* --------End IE Hack--------------*/  	

h1 a:link, 
h2 a:link, 
h3 a:link, 
h4 a:link,
h1 a:visited, 
h2 a:visited, 
h3 a:visited,
h4 a:visited  {
	text-decoration: none;
	color: #FFFFFF;
	}
	
h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover,
h1 a:active, 
h2 a:active, 
h3 a:active,
h4 a:active  {
	color: #CC0000;
	}

img {
	border: 4px double #333333;
	padding: 5px;
	margin: 5px;
	margin-left: 0;
	}


.date {
	color: #CCCCCC;
	font-size: .7em;
	font-weight: normal;
	display: block;
	width: 405px;
	padding: 0;
	padding-bottom: 10px;
	background-color: #222222;
	border-bottom: 1px solid #333333;
	}
	

	
		/* --------Begin IE Hack------------*/
		
		html>body .date {
			margin-left:-25px;
			padding-left: 25px;
			padding-right: 25px;
			}
		
		/* --------End IE Hack--------------*/  

.date a, .date a:link, .date a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #CC0000;
	color: #CC0000;
	}	
	
.date a:hover, .date a:active {
	text-decoration: none;
	color: #FF0000;
	border-bottom: 1px dotted #FF0000;
	}

#commentlist {
	margin: 0;
	padding: 0;
	}	
	
li.alt, li.standard {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	font-size: 3em;
	padding: 15px;
	color: #333333;
	margin-top: 15px;
	margin-left: 0;
	margin-bottom: 15px;
	}
	
li.alt {
	background-color:#222222;
	}
	
li.standard {
	border: 1px solid #222222;
	}	
	
#commentlist li ul, #commentlist li ul li {
	list-style-type:none;
	margin: 0;
	padding:0;
	}
	
#commentlist li ul li ul li, #commentlist li ul li ol li {
	list-style-type: circle;
	margin: 0;
	padding: 5px;
	font-size: .8em;
	}
	
div.commentname {
	padding: 0 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:25%;
	color: #666666;
	}
	
div.commenttext, div.commenttext-admin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:30%;
	color: #CCCCCC;
	}
	
div.commentname a, div.commentname  a:link, div.commentname  a:visited
div.commenttext a, div.commenttexte  a:link, div.commenttext  a:visited
div.commenttext-admin a, div.commenttext-admin  a:link, div.commenttext-admin  a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #CC0000;
	color: #CC0000;
	}	
	
div.commentname a:hover, div.commentname a:active
div.commenttext a:hover, div.commenttext a:active
div.commenttext-admin a:hover, div.commenttext-admin a:active {
	text-decoration: none;
	color: #FF0000;
	border-bottom: 1px dotted #FF0000;
	}
	
input.gray, textarea.gray {
	background-color: #222222;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	border: 0;
	}
	
.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #222222;
	color: #FFFFFF;
	border: 1px solid #333333;
	padding: 5px;
	font-size: .9em;
	text-align: left;
	cursor: pointer;
	}
	
.submit:hover {
	background-color: #CC0000;
	border: 1px solid #000;
	}
	
blockquote {
	border: 1px dotted #222222;
	margin: 20px;
	padding: 0 20px 0 20px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size: 1.3em;
	}
	
.nolink a, .nolink a:link, .nolink a:visited, .nolink a:active, .nolink a:hover {
	border: 0;
	color: #666666;
	font-size: 70%;
	}

