/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/

body {
max-width: 1280px;
margin: 0 auto;
background-color: black;
color: #eee;
font-family: sans-serif;
}

a:link {
color: orange;
}

a:visited {
color: darkgreen;
}

div#container {
float:left;
margin:0 -200px 0 0;
width: 100%;
}

div#content {
margin: 0 200px 0 0;
}

div.sidebar {
float:right;
overflow:hidden;
width:190px;
background-color: #151515;
}

div#secondary {
clear:right;
}

div#footer {
clear:both;
width:100%;
display: none;
}

/* style */

.entry-meta {
color: #777;
}

.entry-date {
font-size: 0.75em;
}

.entry-title, .entry-title a {
background-color: #333;
padding: 3px 0px 3px 3px;
margin: 0 0 2px;
color: white;
text-decoration: none;
}

.entry-content, .entry-date, .entry-meta {
padding: 0 5px 5px 5px;
}

.hentry {
margin: 0 0 40px 0;
background-color: #151515;
}

.entry-title a:hover {
color: #66f;
}

div.sidebar ul {
	margin: 10px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

div.sidebar ul ul, div.sidebar ul li {
	margin: 0 0 0 0;
}

.wp-pagenavi {
text-align: center;
}

.pages {
padding: 20px;
}

.extend, .current, .wp-pagenavi a {
padding: 2px;
}

#searchform input {
width: 120px; 
}

#searchform .button {
	width: 40px;
}

blockquote {
color: #aaa;
}

#blog-title a {
color: white;
text-decoration: none;
font-size: 2em;
}

#blog-description {
text-align: center;
margin: 20px;
color: #999;
}

#wp-calendar #today {
background: #333;
}
