/*
Theme Name: De v4.0
Description: Custom design by Jessica Winkler for exclsive use by Direct-Edit.
Version: 4.0
Author: Jessica Winkler
Author URI: http://direct-edit.tv
Tags: custom, two column, white, minimal

	DE v4.0
	 
	This theme was designed and built by Jessica Winkler
	who has a website but hasn't done shit to it yet.

	The CSS, XHTML and design is copyrighted 2009

*/

body {
	background: #fff url(../../../images/bg.gif) left top repeat-y;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #aaa;
	text-align: left;
	
	margin: 20px 0 0 0;
	padding: 0;
}

#page {
	background: transparent;
	
	margin: 0;
	padding: 0;
	width: 800px;
}

.header {
	font-family: Times, serif;
	font-size:48px;
	color: #666;
	text-align: right;
	
	padding: 0 10px 0 0;
	margin:0px;
}

.header a {
	text-decoration:none;
	color: #666;
}

.header .sub {
	font-family: Helvetica, sans-serif;
	font-size: 16.5px;
	color: #000;
	margin:-10px 0 0 0;
}

.column { 
	width: 490px;
	height: 100%;
	margin: 65px 0px 0px 0px;
	padding: 0 0 0 285px;
}
	
#sidebar {
	width: 275px;
	height: 100%;
	position: absolute;
	top: 20px;
	left: 0px;
	padding: 0 20px 0 0;
}

#sidebar ul {
	margin:  30px 10px 0px 0px;
	padding: 0;
	text-align: right;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	
}

#sidebar ul li a {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size:12px;
}

#sidebar ul li a:hover, h1 a:hover, a:hover {
	color: #069;
}

#sidebar ul ul {
	margin: 0px;
}

#sidebar ul ul li a {
	color: #069;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-size:10px;
}

#sidebar ul ul li a:hover {
	color:#ccc;
}

.mid {
	color: #ccc;
}

#breadcrumbs {
	text-transform: uppercase;
	margin-bottom: 10px;
}

#user_login, #user_pass {
	width:100px;
	text-align:right;
	color: #ccc;
}
	
.post-block {
	width: 245px;
	height: 150px;
	text-align:right;
	float:left;
	clear: none;
}	

.side_movie {
	margin: 10px auto -50px auto;
	padding-left:93px;
}
.current-cat a {
    color:#069!important;
    
}
.current-cat:after {
	content: url(../../../images/arrow_069.gif);
}
h1, h1 a {
	color: #777;
	font-weight: bold;
	font-size:18px;
	text-decoration:none;
	margin: 0px 0px 0px 0px;
}

h2, h2 a {
	color: #fff;
	font-weight: normal;
	font-size:10px;
	text-decoration:none;
	margin: -18px 0px 0px 0px;
	padding-right: 10px;
}
h3, h3 a{
	color: #777;
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:0;
}
p {
	color: #777;
	padding: 5px 0 0 0;
	margin: 0;
}

p a {
	color: #069;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}
small, small a {
	font-size:10px;
	color: #069;
	text-decoration: none;
	padding:0;
	margin: 0;

}
.address {
	color: #666;
	font-size: 12px;
	text-align: right;
	margin: 50px 10px 0px 0px;
}

.address a {
	color: #ccc;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
}

.address a:hover {
	color: #069;
}

.rollover {
	background: url(../../../images/twitter.gif);
	display:block;
	margin-left: 230px;
	height: 23px;
	width: 25px;
}
.rollover span {
	display:none;
}
.rollover:hover {
	background: url(../../../images/twitterOver.gif);
}

img, a img {
	border:none;
}
	
.clear {
	clear:both;
	height:".";
}


/*COMMENTS*/
.commentlist {
	list-style:none;
}
.commentlist li, #commentform input, #commentform textarea {
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #aaa;
	text-align: left;
	}
.commentlist li ul li {
	font-size: 10px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li { 
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
	background: #eee;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}
