/*  
Theme Name: juanpg
Theme URI: http://www.juanpg.com
Description: Theme for the juanpg websites
Version: 1.0
Author: Juan Pablo González
Author URI: http://www.juanpg.com/
*/

body {
	-x-system-font:none;
	background-color:white;
	background-image:url(images/bg_white.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	color:#444444;
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:92%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:20px;
	margin:0;
	padding:0;
}
a:link {
	color: #666;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #222;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #666;
}

p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:14px;
}

h2 h3 h4 {
	color:#111;
}

h5 {
	font-size:12px;
	color:#1c627a;
	padding-top: 0;
	margin:0px 0 5px 0;
}

#outer {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 780px;
}

#header {
	top:0px;
	position:relative;
	width:100%;
	height:60px;
}

#logo {
	height:60px;
	position:absolute;
	left:0px;
	z-index:500;
	width: 200px;
}

#logo_sub {
	width:100%;
	position:absolute;
	bottom:0;
	padding-bottom:7px;
	font-size:24px;
	letter-spacing: -.05em;
}

#nav {
	position:absolute;
	height: 60px;
	top:30px;
	right:0px;
	z-index:1000;
	width: 580px;
	text-align:right;
}

#nav_sub {
	padding:0px;
	margin:0px;
	color:#666;
	font-size: 9px;
}

#search_box {
	font-size:10px;
	margin-top:3px;
}

#search_input {
	font-size: 10px;
}

#search_submit {
	font-size: 10px;
}

#nav_sub a {
	padding:2px;
	color:#666;
}

#nav_sub a:hover {
	background-color:#eee;
}

#wrapper {
	position: relative;
}

#container {
	margin:0;
	padding:0;
	position:relative;
	text-align:justify;
	margin-top:40px;
	width: 650px;
}

#sidebar {
	background-color:#EEEEEE;
	border-bottom:1px solid #BBBBBB;
	border-left:1px solid #BBBBBB;
	font-size:9px;
	height:100%;
	padding:5px 8px 5px 5px;
	position:absolute;
	right:-10px;
	text-align:right;
	top:0;
	width:110px;
}

.rss {
	background:transparent url(images/rss.png) no-repeat scroll 100% 50%;
	display:block;
	padding-right:20px;
}

.cat-item a {
	padding:0;
	font-weight: bold;
}

#sidebar h2 {
	font-size: 1.4em;
}

#sidebar ul, #sidebar li {
	list-style: none;	
	padding: 0;
}

.post {
	position:relative;
}

.post_title {
	border-bottom:1px solid #CCCCCC;
	margin:0 0 23px;
	padding:0;
	position:relative;
}

.post_title h2 {
	border-bottom:4px solid #30393D;
	height:auto;
	margin:0;
	padding:10px 0;
	font-size:1.5em;
	width: 490px;
}

.post_author {
	border-bottom:4px solid #c50000;
	bottom:0;
	float:right;
	font-size:9px;
	height:auto;
	line-height:12px;
	margin:0;
	padding:10px 5px 3px;
	position:absolute;
	right:0;
	text-align:right;
	width:150px;
}

.post_comments {
	background-color:#FF1100;
	display:inline;
	left:-10px;
	padding:5px 10px;
	position:relative;
	top:-22px;
}

.post_comments a {
	color: #fff;
}

.postmetadata {
	text-align: right;
}

.post_content {
	padding:3px;
	position:relative;
	top:-25px;
}

#navigation {
	font-weight: bold;
}

#footer {
	position: relative;
	clear: both;
	margin-top: 30px;
	text-align: center;
	font-size:9px;
	color: black;
}

.juanpg {
	color: Red;
	font-weight: bold;
}

/* Comment specific style */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template ol li.alt {
	background-color: #bbbbbb;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}