/*
Theme Name: Paskolon
Theme URI: http://www.paskola.com/
Description: Na na na.
Version: 0.1
Author: Axel Valdez
*/

		*{
			margin: 0;
			padding: 0;
		}

		body{
			background: #fff url(img/bg.png) 0 -4px repeat-x;
			font: normal .8em "Lucida Sans Unicode", Verdana, Tahoma, Century, sans-serif;
		}

		p{
			
		}

		a{
			color: #219dd3;
			text-decoration: none;
		}

		#container{
			width: 900px;
			position: relative;
			margin: 0 auto;
			background: #fff;
		}

		h1{
			height: 240px;
			background: url(img/header.png) bottom left no-repeat;
		}

		h1 a{
			height: 190px;
			width: 900px;
			display: block;
			text-indent: -9999px;
		}

		#content{
			float: right;
			width: 530px;
			margin-right: 80px;
			display: inline;
		}

		#sidebar{
			float: left;
			width: 180px;
			margin-left: 80px;
			display: inline;
		}

		#footer{
			margin: 40px auto 0 auto;
			position: relative;
			background: #fff url(img/footer-bg.png) left 30px repeat-x;
			padding: 10px 0;
			clear: both;
			font: .7em verdana, arial, sans-serif;
		}

		#footer .inner{
			width: 670px;
			margin: 0 auto;
			position: relative;
			background: url(img/pixelsbn.gif) no-repeat;
			padding-left: 80px;
		}

		#footer p{
			padding-top: 30px;
		}

		/* POST STYLES */

		.post{
			margin-bottom: 50px;
			color: #444;
		}

		.post h2{
			font-size: 1.6em;
			font-weight: bold;
			color: #219dd3;
			margin-bottom: 0;
		}

		.post p{
			margin: 1em 0;
			line-height: 1.6;
		}

		.post p.tags{
			font-size: .8em;
			margin-top: 0;
			line-height: .8em;
		}

		.post p.meta{
			color: #888;
		}

		.post img{
			display: block;
			position: relative;
			background: #fff;
			padding: 1px;
			margin: .5em 0;
			border: 4px solid #f3f3f3;
		}

		.post ul{
			margin: .5em 2em;
		}

		/* SIDEBAR STYLES */

		#sidebar .block{
			margin-bottom: 10px;
		}
		#sidebar ul{
			list-style: none;
		}



		#sidebar a:hover{
			color: #219dd3;
			text-decoration: none;
		}

		/* COMENTARIOS */

		#commentsblock{
			clear: both;
			margin: 0 0 15px 0;
			padding-top: 15px;
		}

		#commentsblock ul.comments{
			list-style: none;
			margin: 0;
			padding: 0;
		}

		#commentsblock ul.comments li{
			padding: 10px;
			margin: 5px 0;
		}

		#commentsblock ul.comments li cite{
			font-style: normal;
			font-weight: bold;
		}

		#commentsblock ul.comments li p.meta{
			font-size: .8em;
		}

		#commentsblock ul.comments li.alt{
			background: #f5f5f5;
		}

		#commentsblock h3#respond{
			margin: 25px 0 10px 0;
		}
		#author, #email, #url, #comment{
			width: 50%;
			border: 1px solid #ccc;
			border-bottom-color: #ddd;
			border-right-color: #ddd;
			padding: 2px;
			margin-bottom: 5px;
		}

		#comment{
			width: 95%;
		}