/*
Theme Name: Shwilly B
Theme URI: http://vizzie.com/
Description: simple theme for the New Digital Life
Author: ed guild
Author URI: http://vizzie.com/
Tags: shwilly

	Shwilly B v001

*/



body {
	font-family: Helvetica, Arial, sans-serif;
	color: #aaa;
	font-size:12px;
	background-color: #000000;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background: #d5d6d7 url('images/background.jpg');
}
#sidebar {
	position: absolute;
	width: 200px;
	top: 100px;
	left: 20px;
}

#header {
	position: absolute;
	width: 900px;
	left: 20px;
	top: 20px;
	background: #000;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 12px;
}

#content {
	position: absolute;
	width: 650px;
	left: 250px;
	top: 100px;
	background: #000;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}

#footer {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.post {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}


#content a {
	color: #fff;
}

#content a:hover {
	color: #0af;
}

#sidebar li {
	padding: 4px;
	font-size: 18px;
	font-weight:bold;
	list-style-type: none;
	line-height: 18px;
}
#sidebar li a {
	color: #ddd;
	padding: 4px;
	margin: 4px;
	background: #000;
}
#sidebar li a:hover {
	background-color: #ddd;
	color: #000;
	padding: 4px;
	background: #fff;
}

#header h1 {
	font-family: Helvetica, Arial, sans-serif;
	color: #aaa;
	font-size:24px;
}

.post h3 {
	font-family: Helvetica, Arial, sans-serif;
	color: #aaa;
	font-size:16px;
}

.post a {
	color: #fff;
	text-decoration: none;
}

.post a:hover {
	color: #0af;
}