/*  
Theme Name: Macatl
Theme URI: http://macatl.com
Description: Tema oficial del blog macatl.com
Version: 1.0
Author: georch
Author URI: http://macatl.com

Pa' que reinventamos la piedra? basado en el famoso tema  <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.

*/

body,td,th {
	color: #FFFFFF;
}
body {
	background: #000000 url(images/pattern_107.gif) fixed;
	margin: 0px;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #BFBFBF;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #75868A;
	text-decoration: none;
}
#page {
	width: 860px;
	margin: 10px auto;
	padding: 0px;
	text-align: left;
}
#header {
	background: url(images/header.png) no-repeat bottom center;
	margin: 0; 
	padding: 0; 
	height: 126px;
}
#header h1{
	font-size:2.25em;
	margin: 40px 0.5em 0 280px;
	padding:0 0.5em 0.25em 0;
	border-right:1px solid #FFF;
	float:left;
}
#header h1 a{ text-decoration:none; }

#header p{
	margin:0;
	line-height:1em;
	padding-top: 50px;
}
#content {
	background: url(images/wide.png) repeat-y;
	padding: 0px;
	float:left;
}
#info {
	width: 610px;
	float: left;
	padding: 12px 20px;
}
#info h2{
	/*text-align:right;*/
	font-size: 16px;
	margin: 10px 4px;
}
.post{
	/*padding-top:16px;*/
	padding-bottom:4px;
	border-bottom: dotted 1px #202020;
	margin-bottom: 24px;
}
.post h3{
	font-size:14px;
	border-bottom: dotted 1px #202020;
	margin: 4px;
	padding: 2px;
}
.post h3 a{
	color: #3C84C5;
	text-decoration:none;
}
.post h3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.post a{
	color: #75868A;
	text-decoration: underline;
}
.post a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.author{
	color:#75868A;
	font-size:10px;
}
.postmetadata{
	color:#75868A;
	font-size:10px;
	background-color:#101010;
	padding: 4px 2px;
}
.feedback{
	padding: 10px 0px 6px 0px;
}
.navigation{
	margin-bottom: 10px;
}
#sidebar {
	color: #75868A;
	width: 190px;
	padding:10px;
	float: left;
}
#sidebar h2{
	color: #3C84C5;
	font-size:14px;
	font-weight: normal;
	margin: 2px;
}
#sidebar a{
	color: #75868A;
	text-decoration: underline;
}
#sidebar a:hover{
	color: #FFF;
}
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */
#footer {
	background: url(images/footer.png) no-repeat top;
	height: 60px;
	clear: both;
	padding-top: 0px;
	padding-right: 260px;
	padding-bottom: 0px;
	padding-left: 50px;
	text-align: center;
}


/*A PARTIR DE AQUI ES COPY & PASTE de la plantilla DEFAULT

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}
