/*
Theme Name: 2010 Dan Feller
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2 (WP2.6.2)
Author: Dan Feller
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	font-family: georgia, "times new roman", serif;
	font-size: 14px;
	font-color: #484848;
	padding: 0;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	
	
}
#fixed-back {
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	position: fixed;
	z-index: 0;
	width: 886px;
	height:665px;
	margin: 0;
	padding: 0;
	margin-top: -20px;
}
/* \\\\\\\\\\\\\\\\\\\    MAIN HEADER    \\\\\\\\\\\\\\\\\\\\\\\\*/

/*#masthead {

	width: 998px;
	border: 1px solid #fe7f02;
	height: 61px;
	background: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#75685c);
	opacity:0.3;filter:alpha(opacity=30;
	margin: 20px 0;
}*/

#masthead {
	height: 100px;
	width: 998px;
	//border: 1px solid #fe7f02;
	margin: 20px 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#75685c));
	opacity:0.3;filter:alpha(opacity=30);
	
}
h1#site-title {
	font-family: "trebuchet MS";
	color: #f13806;
	font-size: 34px;
	text-transform: uppercase;
	opacity:1;filter:alpha(opacity=100);
	position: absolute;
	margin: 20px 0 0 30px;
	padding: 10px;
	z-index: 99999;
	
}
h1#site-title span {
	color: #000;
	font-family: Georgia;
	text-transform: lowercase;
	font-style: italic;
}

/* \\\\\\\\\\\\\\\\\\\    GLOBAL   \\\\\\\\\\\\\\\\\\\\\\\\*/


#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#content {
	width: 640px;
	float: left;	
	z-index: 100;
}

#sidebar {
	width: 360px;
	float: right;
	color: #878787;
	font-size: 12px;
}
#footer {
	clear: both;
}

a:link,
a:visited,
a:active {
	color:#f13806;
}
a:hover {color: #c3c3c3;}


/* \\\\\\\\\\\\\\\\\\\    BLOG / POSTS   \\\\\\\\\\\\\\\\\\\\\\\\*/

p.timestamp {
	text-align: center;
	padding: 0;
	margin: 0;
}
.p-stamp {
	width: 70px;
	float: left;
	border-right: 1px solid black;
}
.p-title {
	width: 550px;
	float: right;
	padding-left: 15px;
	padding-top: 15px;
}
.p-title a {
	font-size: 24px;
	font-family: "trebuchet MS";
	font-style: none;
	font-weight: bold;
	color: #f13806;
	text-decoration: none;
}
.p-title h1 {
	padding: 0;
	margin: 0;
}
.ts-month {
	font-size: 18px;
	font-family: "trebuchet MS";
	font-style: italic;
	color: #515151;
}
.ts-day {
	font-size: 36px;
	font-family: "trebuchet MS";
	font-style: none;
	font-weight: bold;
	color: #f13806;
}
.main-post {
	margin: 20px 60px 0 0;
	line-height: 20px;
}


blockquote {
	background-color: #e8e8e8;
	padding: 15px;
	font-style: italic;
	color: #808080;
	margin: 0 15px;
}



/* \\\\\\\\\\\\\\\\\\\    SIDEBAR   \\\\\\\\\\\\\\\\\\\\\\\\*/


h2.widgettitle {
	background-color: #e8e8e8;
	border: 1px solid #f9eee3;
	width: 345px;
	font-family: "trebuchet MS";
	color: #f13806;
	padding: 10px 0 10px 10px;
	font-size: 24px;
	margin-right: 10px;
}
li.widget_status_press p.status-status {
	font-size: 12px; 
	color: #878787;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 10px;
	border-top: 1px solid black;
}
li.widget_status_press p.status-status:first-child {
	padding-top: 0;
	border-top: none;
}
li.widget_status_press p.status-time {
	font-size: 12px; 
	color: #f13806;
	font-style: italic;
	padding: 0;
	margin: 0;
}
li.widget_status_press p.status-time:last-child {
	padding-bottom: 10px;
	
}

#sidebar img {
	padding: 10px 0;
}
.widget_archive,
.widget_categories {
	margin-top: 10px;
}
.widget_archive li,
.widget_categories li{
	padding: 5px 0;
}
.widget_archive a,
.widget_categories a {
	font-size: 18px;
}

/* \\\\\\\\\\\\\\\\\\\    FOOTER   \\\\\\\\\\\\\\\\\\\\\\\\*/

#footer {
	padding: 50px 0;
	color: #878787;
}






