* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	vertical-align: baseline; 
}
	
body {
	font: normal 11px "Geneva","Microsoft Sans Serif","sans-serif";
	color: #010101; 
	background: #f2f2f2 url('images/bg.png');
	padding-left: 144px;
}

p {margin-bottom: 15px}

a:link, a:hover, a:active, a:visited {color: #010101}

input, textarea {
	font: normal 10px "Geneva,""Microsoft Sans Serif","sans-serif";
	color: #010101;
	background-color: #FFF;
	border: 1px solid #000
}

.clear {clear: both}

.left {float: left}

.right {float: right}

.center {text-align: center}

/*header*/
#header-graphic {
	position: absolute;
	left: 75px;
	width: 204px;
	height: 118px;
	background: url('images/header-graphic.png') no-repeat top left;
	z-index: 2;
} * html #header-graphic {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/swatblog/images/header-graphic.png',sizingMethod='noscale');
}

#header {
	height: 75px;
	background: #5b5b5b url('images/bg-home.png') no-repeat top left;
	margin-left: 45px
}

#header h1 {
	position: relative;
	top: 8px;
	left: 96px;
	float: left;
}

#header h1, #header h1 a {
	display: block;
	width: 118px;
	height: 59px;
	text-indent: -5000px;
	background: url('images/logo.png') no-repeat top left;
}

.nav {
	position: relative;
	top: 32px;
	left: 298px;
	width: 270px;
	list-style: none
} 

.nav li{
	float: left;
	margin-right: 11px;
}

.nav li, .nav li a:link, .nav li a:hover, .nav li a:active, .nav li a:visited {
	font-size: 18px;
	color: #d3d3d3;
	text-decoration: none
}

#container {
	width: 851px;
}

/*posts*/
#content {
	width: 481px;
	float: left;
	/*overflow: hidden;*/
	*overflow: hidden;
	background: url('images/bottom-content.png') no-repeat bottom left;
	margin-left: 55px;
	padding-bottom: 17px
}

#content-color {
	background: #FFF;
	padding: 30px 50px 30px 38px;
}

.post ul, .post ol {margin-left: 20px}

.date {
	position: relative;
	top: 35px;
	left: -93px;
	width: 55px;
	font: 9px "Verdana","sans-serif";
	color: #FFF;
	text-align: center;
	background-color: #000;
	padding: 4px 0;
}

h2.post-title {
	position: relative;
	left: -38px;
	float: left;
	font-size: 20px;
	color: #ff9a00;
	background: url('images/bg-title.png') repeat top left;
	padding: 12px 26px 10px 38px
}

h2.post-title a:link, h2.post-title a:hover, h2.post-title a:active, h2.post-title a:visited {
	font-size: 20px;
	color: #ff9a00;
	text-decoration: none
}

.entry {
	clear: both;
}* html .entry {
	float: left;
	width: 400px;
}

.entry small {
	display: block;
	margin: 6px 0 16px 0;
	*margin-bottom: 25px
}

.entry small ul {
	border: 1px solid #FFF;
	margin-left: 0;
}

.entry small li {
	float: left;
	list-style: none;
	background: url('images/ico-info.png') no-repeat 0 4px;
	margin-right: 6px;
	padding-left: 9px;
}

.entry small li.author {
	background: none;
	padding-left: 0
}

.entry small, .entry small a:link, .entry small a:hover, .entry small a:active, .entry small a:visited {
	font: 10px "Verdana","sans-serif";
	color: #8da6bf;
	text-decoration: none;
}

.navigation {margin: 20px 0 0 15px}

#container-comments h3{margin-bottom: 10px}

#comment {width: 350px}

/*sidebar*/
#sidebar {
	color: #FFF;
	width: 201px;
	float: left;
	background: url('images/bottom-sidebar.png') no-repeat bottom left;
	margin-left: 4px;
	padding-bottom: 17px
}

#sidebar-color {
	background: url('images/bg-sidebar.png') no-repeat top left #F3AB39;
	padding: 16px;
}

#sidebar a:link, #sidebar a:hover, #sidebar a:visited, #sidebar a:active {
	color: #FFF;
	text-decoration: none
} 

#sidebar ul {
	list-style: none;
	margin-top: 5px
}

input.search-field {
	width: 161px;
	margin-bottom: 3px;
	padding: 3px;
}

input#searchsubmit {float: right}

#sidebar h2 {
	font-size: 14px;
	background: url('images/bg-title-sidebar.png') repeat top left;
	margin: 25px 0 11px;
	padding: 8px 7px;
}

#sidebar ul li ul li {
	background: url('images/ico-links.png') no-repeat 0px 4px;
	padding-left: 9px;
	margin-bottom: 5px
}

#footer {
	text-align: center;
	padding: 5px 0
}