@charset "utf-8";
/*
Theme Name: Jotahacker Wordpress Theme
Theme URI: http://jotahacker.es/
Description: Theme for the Jotahacker web page.
Version: 1.0
Author: Jaime Gil de Sagredo
Author URI: http://jotahacker.es/
Tags: orange, grey, fixed width, two columns, widgets
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
        /*background: url('images/dibujo-a-lapiz-125px.png') bottom right no-repeat fixed;*/
        background-color: #FFFFFF;
}
a {
	color: #f0650e;
	text-decoration: none;

}
a:hover {
	color: #ff8c00;
	text-decoration: underline;

}
img {
	border: none;
}
img a {
	border: none;
}
li {
	list-style: none;
}
ul {
	list-style: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #191919;
	font-size: 22px;
}

#wrapper {
        background-color: #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	
}
#header {
	background-color: #333333;
	background-image: url(images/header_bg.png.png);
	background-repeat: no-repeat;
	height: 250px;
	width: 100%;
}
#navigation {
	padding: 5px;
	background-color: #191919;
	height: 15px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#navigation ul,#navigation li  {
	display: inline;
}
#navigation a, #navigation a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#body-left {
	padding: 10px 5px 10px 5px;
	position: relative;
	float: left;
	width: 630px;
}
#body-right {
	padding: 10px 5px 10px 5px;
	position: relative;
	float: right;
	width: 310px;
}
#footer {
        border-top: 2px solid #f0650e;
	padding: 10px;
	height: auto;
	width: auto;
	background-color: #ffac0a;
	clear: both;
	text-align: center;
}
#footer .twitter {
	border-bottom: 1px dashed #f0650e;
	text-align: left;
	width: auto;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.postmeta {
	text-align: right;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f0650e;
}
.commentmeta {
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f0650e;
}
.post {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #191919;
}
.post blockquote {
        min-height: 50px;
        font-size: 18px;
        color: #333333;
	background-image: url(images/quote.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.post img {
	border: none;
}
.post img a {
	border: none;
}
.post li, .post ul {
	list-style: outside;
}
.post h2 {
	padding: 0 5px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #f0650e;
	font-size: 22px;
	text-decoration: none;
	border-bottom: 1px dashed #f0650e;

}
.post h2 a {
	color: #f0650e;
	text-decoration: none;

}
.post h2 a:hover {
	color: #ff8c00;
	text-decoration: none;

}
.post a {
	color: #f0650e;
	text-decoration: none;

}
.post a:hover {
	color: #ff8c00;
	text-decoration: none;

}
.action-form {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 1px #ff8c00 solid;
}
.textarea {
	width: 100%;
}
#searchform #s,#searchform #searchsubmit {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 1px #ff8c00 solid;
}
#searchform #s {
	background-image: url(images/icons/find.png);
	background-position: left;
	padding-left: 15px;
}
img.alignright {
	margin: 5px;
}
img.alignleft {
	margin: 5px;
}
img.aligncenter {
       text-align: center;
}
.aligncenter {
       text-align: center;
}
.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.commentlist .alt {
	border-top: 1px #ff8c00 dotted;
	border-bottom: 1px #ff8c00 dotted;
}
.commentlist .standard,.commentlist .alt {
	list-style-image: url(images/icons/comment.png);
}
.msg-info {
	background-color: #FFFF99;
	border: 1px solid #CCCC99;
	padding: 5px 5px 5px 18px;
	background-image: url(images/icons/error.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.widget_recent_comments li {
	list-style-image: url(images/icons/comment.png);

}
.widget_archive li,.widget_categories li{
	list-style-image: url(images/icons/folder.png);
}
.widget_links li {
	list-style-image: url(images/icons/world_link.png);
}
.widget_recent_entries li {
	list-style-image: url(images/icons/page_white_text.png);
}
.widget_meta li {
	list-style-image: url(images/icons/lock.png);
}
.widget_rss li {
	list-style-image: url(images/icons/cup.png);
}
.widget_rss h2 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #191919;
	font-size: 22px;
}
.gravatar {
	float: left;
	margin: 5px;
}
.exponsor_ads {
       	font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
}
