/*******************/
/*    Unrated.be   */
/*    Stylesheet   */
/*******************/

/* Overal */

*{
	margin: 0;
	padding: 0;
}

body{
	background-image: url(../images/bg.gif);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #2f2f2f;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

/* Header */

#header{
	margin: 0 auto;
	height: 86px;
	width: 797px;
	background-image: url(../images/header.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#header h1 a{
	background: url("../images/logo.gif") no-repeat;
	width: 259px;
	height: 86px;
	display: block;
	text-indent: -5000px;
	border: 0;
	float: left;
}

form#search{
	float:right;
}

form#search input{
	height: 12px;
	width: 220px;
	margin-top: 3px;
	margin-right: 40px;
	font-size: 11px;
}

/* Package */

#package{
	background-image: url(../images/wrapper.gif);
	background-repeat: repeat-y;
	width: 797px;
	margin: 0 auto;
}

#package p{
	padding-top: 11px;
	padding-left: 18px;
	line-height: 200%;
}

/* navigation */

#nav{
	height: 16px;
	background-image: url(../images/nav_bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#nav ul{
	margin-left: 15px;
	padding-top: 10px;
}

#nav li{
	float: left;
	list-style-type: none;
	margin-right: 12px;
	font-size: 13px;
}

#nav li.right{
	float: right;
	margin: 0 0 0 12px;
}

#nav a{
	color: #546118;
	text-decoration: none;
	border:0;
}

#nav a:hover{
	color: black;
}

/* content */

#content{
	margin: 5px 0 0 0;
	width: 585px;
	float: left;
}

#content .article-header{
	height: 51px;
	margin-left: 15px;
}

#content .article-header p.date{
	background: url(../images/date_bg.gif) no-repeat;
	height: 51px;
	width: 45px;
	font-size: 14px;
	line-height: normal;
	color: white;
	font-weight: bold;
	text-align:center;
	padding: 0;
	padding-top: 7px;
	margin: 0;
	float:left;
}

#content .article-header p.date span{
	font-weight: normal;
}

#content .article-header h3{
	margin-top: 5px;
	margin-bottom: 5px;
}

#sidebar{
	float: right;
	width: 196px;	
	margin: 10px 7px 0 0;
	font-size: 10px;
}

#sidebar .box{
	margin: 0 0 10px 0;
}

#sidebar h4, #sidebar ul, #sidebar p{
	margin: 0 0 5px 0;
	padding: 0;
}

#sidebar h4{
	padding: 8px 0 0 0;
	font-size: 12px;
}

#sidebar ul{
	overflow: hidden;
	list-style: none;
}

#sidebar ul#tags li{
	float: left;	
}
	
.article-header p.filed-under{
	font-size: 10px;
	color: gray;
	display: inline;
	padding-left: 11px;
}

.article-header-full p{
	font-size: 10px;
	color: gray;
	display: inline;
	margin-left: 20px;
}

.article-header h3 a{
	text-decoration: none;
	color: #546118;
	font-size: 14px;
	margin-left: 11px;
	border: 0;
}

.article-header h3 a:hover{
	color: #93c332;
}

h2{
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 5px 0 0 0;
	color: #546118;
	font-size: 17px;
	border: 0;
}

h3{
	font-size: 13px;
	border-left: 2px solid black;
	padding: 3px 3px 0px 3px;
	margin-left: 17px;
	margin-top: 10px;
}

h3 a{
	border: 0;
}

h4{
	margin: 15px 0 0 20px;
}

ul, ol {
	margin: 3px 30px 5px 40px;
}

li{
	padding: 3px;
}

.right{
	float: right;
}

.left{
	float: left;
}

blockquote {
	color: #aaa;
	padding: 0 30px;
	margin: 10px 30px 10px 20px;
   	font-size:12px;
   	background: url("../images/bg_blockquote.gif") no-repeat top left;
}

blockquote p {
	font-style: italic;
}

cite {
	display: block;
	font-style: normal;
	text-align: right;
}

/*******Code********/
pre {
	background-color: #eee;
	border: 2px solid #e0e0e0;
	overflow: auto; 
	margin-left: 17px; 
	margin-right: 17px;
	margin-bottom: 20px;
	margin-top: 20px;
}
code {
	color: #395662; 
	font-family: monospace;
	font-size: 11px;
}

/******Images******/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:0;
	clear:both;
}

img.right {
	float: right;
	padding: 5px;
	padding-left: 10px;
	border:0;
}

img.left {
	float: left;
	padding: 5px;
	padding-right: 10px;
	border:0;
}

img {
	border: 1px dotted #ccc;
	padding: 3px;
	margin: 0 10px 10px 0;
}

/* read more */

#package p.read-more {
	clear: both;
	display: block;
	margin: 10px 18px 20px 0px;
	padding: 0px 2px 2px;
	text-align: right;
	font-size: 11px;
}

p.read-more a{
	text-decoration: none;
	color: #6B8E23;
	border-bottom: 1px dotted #6B8E23;
}

p.read-more a:hover{
	color: #93c332;
}

a{
	text-decoration: none;
	color: #6B8E23;
	border-bottom: 1px dotted #6B8E23;
}

a:hover{
	color: #93c332;
}

/* footer */

p#footer{
	text-align: center;
	font-size: 10px;
	color: gray;
	padding: 2px;
	display: block;
	clear:both;
}

#footer a{
	color:gray;
	text-decoration: none;
	border-bottom: 1px dotted gray;
}

#footer a:hover{
	color: #a4c622;
	border-bottom: 1px dotted gray;
}

#footer a.rss{
	background: url(../images/rss-logo.gif) left center no-repeat;
	padding-left: 29px;
}

#footer a.sym{
	background: url(../images/symphony-logo.gif) left center no-repeat;
	padding-left: 23px;
}

/******* Comments *******/

#comments{
	margin: 5px 0 0 0;	
}

dl.comment {
	border-top: 1px dotted #333;
	padding-top: 10px;
	margin-bottom: 0px;
	margin-left: 17px;
	margin-right: 17px;
}

dl.comment dt {
	float: left;
	width: 150px;
	text-align: right;
	padding-bottom: 5px;
}

#package dl.comment dd p{
	padding-top: 5px;
}

dl.comment dt small {
	display: block;
	color: #bbb;
	font: 85% Helvetia, Sans-serif;
	padding: 3px 0 0 0;
}

dl.comment dd {
	padding-left: 15px;
	margin: 0 0 10px 160px;
}

dl.comment dt em {
	color: #bbb;
	font-size: 10px;
}

/******* Listing *******/

dl.listing {
	border-top: 1px dotted #333;
	padding-top: 10px;
	margin-bottom: 20px;
}

dl.listing dt {
	float: left;
	color: #666;
	font-style: italic;
}

dl.listing dd {
	background: url("../img/tumble-log.gif") left 0.5em no-repeat;
	padding-left: 15px;
	margin: 0 0 10px 110px;
}


/******* Archive *******/

#archive a small {
	color: #aaa;
	font-style: italic;
	font-size: 85%;
}

#archive a {
	display: block;
	padding: 0 10px;
}

#archive a:hover {
	color: #fff;
	background-color: #ccc;	
}

#archive a.active {
	color: #fff;
	background-color: #ccc;
}

#archive ul li {
	font-size: 90%;
	margin: 0 0 5px;
}

ul#year {
	float: left;
	list-style: none;
	margin: 0;
}
ul#month li{
	padding: 2px;
}

ul#month {
	float: left;
	list-style: none;
	border-left: 1px dotted #333;
	padding: 0px 20px 0px 0px;
	margin-left: 25px;
}

ul#past-entries {
	list-style: none;
	border-left: 1px dotted #333;
	padding-left: 20px;
	margin-left: 225px;
}

/******* Forms *******/

#contact-form {
	margin-top: 20px;
}

#guideline {
	float: right;
	color: #333;
	width: 241px;
	margin-right: 17px;
	font: 80%/1.5em Verdana, Sans-serif;
}

#guideline h4 {
	border-bottom: 1px dotted #333;
	text-transform: uppercase;
	font: 110% Helvetica, Sans-serif;
	padding-bottom: 6px;
}

#guideline ul {
	list-style-type: square;
	margin: 6px 0px 30px 15px;
}

#guideline li {
	margin-bottom: 12px;
}

form#form{
	background-color: #e2e4db;
	width: 550px;
	font-size: 90%;
	padding: 9px 9px 25px;
	margin: 10px 0 10px 17px;
}

fieldset {
	border: none;
}

form#form label {
	display: block;
	color: #333;
	font: 100% Helvetica, Sans-serif;
	text-transform: uppercase;
	line-height: 150%;
	margin-bottom: 15px;
}

form#form label small {
	display: block;
	color: #888;
	font-size: 80%;
	text-transform: none;
	text-align: right;
	margin-left: 40%;
	margin-top: -1.55em;
}

form#form label small a:hover {
	color: #666;
	border-color: #888; 
}

form#form input{
	display: block;
	width: 300px;
}

form#form textarea {
	display: block;
	width: 100%;
}

form#form textarea {
	height: 100px;
}

form#form input#submit {
	float: right;
	display: block;
	width: 120px;
}

form#form p.success {
	color: #6cc33c;
	background: #e2e4db url("../images/icons/icon-tick.gif") left center no-repeat;
	font-size: 99%;
	margin: 0 0 9px;
	padding-left: 24px;
}

form#form p.error {
	color: #ff4242;
	background: #e2e4db url("../images/icons/icon-cross.gif") left center no-repeat;
	font-size: 99%;
	padding: 0 0 0 24px;
	margin: 0 0 5px 0;
}

/******* Archive *******/

ul.list {
	overflow: hidden;
	color: #575449;
	list-style: none;
	border-bottom: 1px dotted #ccc;
	padding: 0.5em 5px;
	margin: 0 10px 0 20px;
}

ul.list li {
	display: inline;
}

ul.list li sup {
	line-height: 0;
}

ul.list li.date {
	float: left;
}

ul.list li.title {
	margin-left: 25px;
	float: left;
}

ul.list li.comments {
	float: right;
}
