@charset "utf-8";

/*
Theme Name: 1Q37
Theme URI: http://drazone.com
Description: drazonism
Version: 1
Author: drazone
Date: 2009
*/


/*BASIC*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	text-decoration: underline; 
	color: #000000;
}

a:hover {
	text-decoration: none; 
}

blockquote {
	font-size: 90%;
	margin: 10px 0 10px 20px;
	padding: 10px;
	border: 1px dashed #333333;
}

#container {
	margin: 0 auto;
	width: 720px;
}

/*GENERAL*/


.bold{
	font-weight:bold;
}

.serif{
	font-family:Georgia, 'Times New Roman', Times, serif;
}

/*HEADER*/

#header{
	padding:20px 0 10px;
	border-bottom:1px solid #000;
}

#header h1{
	text-align:center;
	font-size: 400%;
	letter-spacing: -5px;
}

#header h1 a{
	text-decoration: none;
}


/*CONTENTS*/

#content {
	float: left;
	width: 520px;
	margin: 10px 0 30px;
}

.article_title {
	font-size: 180%;
	font-weight: bold;
}

.article_title a{
	text-decoration: none;
}

.article_title span.star{
	padding-left:25px;
    background: url("./images/star.png") no-repeat left center;
}

.meta{
	font-size: 80%;
}

.article_content p{
	padding: 5px 0;
	line-height: 1.7;
}

.article_content {
	padding: 5px 0;
}

.post {
	margin:0 0 30px;
}

#nav {
	text-align: center;
}

/*SIDEBAR*/

#sidebar {
	margin-top: 20px;
	float: right;
	width: 180px;
}

#sidebar h2 {
	font-weight: bold;
	font-size:80%;
	padding-left:2px;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
}

li.widget{
	margin-bottom:20px;
}

li.widget p{
	padding: 4px 0;
	line-height: 1.2;
}
	
li.widget li{
	margin-top: 5px;
}


/*FOOTER*/

#footer {
	clear: both;
	text-align: center;
	border-top:1px solid #000;
}

#footer a{
	font-size:80%;
	text-decoration: none;
}

