/*
Theme Name: SYWRD
Description:bla
Version: 1.0
Author: Max Tillich
Author URI: http://maxtillich.de
*/

*. html {
	margin: 0;
	padding: 0;
}

body {
	background: #0c051d url(images/bg_body.png) no-repeat top center;
	background-attachment: fixed;
	text-align: center;
	font: normal normal 12px Helvetica, Arial, sans-serif;
	color: #fff;
}

h1 {
	font: normal normal 20px Helvetica, Arial, sans-serif;
	margin: 0;
}

a {
	text-decoration: none;
	color: #aaa;
}

p {
	margin: 0;
}

ul, li {
	margin: 0;
	display: inline;
}

div.clear {
	clear: both;
}

div#superwrapper {
	text-align: left;
	margin: 0 auto;
	width: 950px;
	margin-top: 30px;
}

	div#posts {
		float: left;
		width: 660px;
		margin-right: 30px;
	}
	
		div.featured {
			position: relative;
		}
		
			div.featured a.featured_link {
				position: absolute;
				top: 33px;
				right: 10px;
				display: block;
				width: 82px;
				height: 24px;
				background: url(images/link_featured.png) no-repeat;
				text-indent: -9999px;
			}
		
		div.single {
			margin-bottom: 40px;
		}
		
			div.single div.single_head {
				width: 640px;
				padding: 13px 10px 10px 10px;
				height: 24px;
				background: url(images/bg_post_header.png) no-repeat top left;
			}
			
				div.single div.single_head div.single_head_title {
					float: left;
				}	
					
					div.single div.single_head div.single_head_title h1 a {
						color: #fff;
					}
					
				div.single div.single_head div.single_head_rating {
					float: right;
				}
				
			div.single div.single_body {
				width: 640px;
				padding: 10px;
				background: url(images/bg_post_body.png) repeat-y top left;
			}
			
				div.single div.single_body img {
					margin-bottom: 10px;
					border: 0;
				}
				
				div.single div.single_body a {
					text-decoration: underline;
				}
		
		div#pagination {
			width: 660px;
			margin-top: -20px;
			margin-bottom: 20px;
		}
		
			div#pagination div#pagi_prev {
				float: left;
			}
			
				div#pagination div#pagi_prev a {
					display: block;
					padding: 8px;
					background: url(images/bg_tag.png) repeat-x top left;
				}
			
			div#pagination div#pagi_next {
				float: right;
			}
			
				div#pagination div#pagi_next a {
					display: block;
					padding: 8px;
					background: url(images/bg_tag.png) repeat-x top left;
				}
		
	div#sidebar {
		float: left;
		width: 260px;
	}
	
		div#sidebar div#logo h1 a {
			display: block;
			width: 254px;
			height: 199px;
			text-indent: -9999px;
			background: url(images/logo.png) no-repeat top left;
			margin-bottom: 40px;
		}
		
		div#sidebar div#tags {
			width: 260px;
			margin-bottom: 30px;
		}
		
			div#sidebar div#tags ul {
				list-style: none;
			}
			
				div#sidebar div#tags ul li {
					float: left;
					margin-right: 10px;
					margin-bottom: 10px;
				}
				
					div#sidebar div#tags ul li a {
						display: block;
						padding: 8px;
						background: url(images/bg_tag.png) repeat-x top left;
					}
					
		div#sidebar div#shit {
			width: 260px;
			margin-bottom: 40px;
		}
		
			div#sidebar div#shit a#archives {
				display: block;
				text-indent: -9999px;
				width: 260px;
				height: 48px;
				background: url(images/button_archives.png) repeat-x top left;
				margin-bottom: 10px;
			}
			
			div#sidebar div#shit a#subscribe {
				display: block;
				text-indent: -9999px;
				width: 260px;
				height: 48px;
				background: url(images/button_rss.png) repeat-x top left;
			}
			
	div#footer {
		text-align: center;
		color: #363145;
		margin-bottom: 20px;
	}
	
		div#footer:hover {
			color: #aaa;
			
		}
		
	div#footer a {color: #363145; text-decoration: underline;}
			
		div#footer:hover a {color: #aaa;}
		
		