/*
Theme Name: One	
Theme URI: http://www.isotipo.net/themes/one
Description: One simple theme for wordpress
Version: 0.1
Author: Basilio Cáceres
Author URI: http://www.isotipo.net
Tags: simple, one
*/

body{
	font: normal .75em/140% Arial, Serif;
	text-align: center;
	color: #424242;
	background-image: url(img/back/back.png);
	background-repeat: repeat;
	background-position: 0 0;
}
/* Elements */
a{
	text-decoration: none;
	color: #D00;
}
a:hover{
	text-decoration: underline;
}
h2, h3, h4, h5, h6, p, li, dt, dd, pre{
	line-height: 140%;
}
hr{
	display: none;
}
input, select, textarea{
	padding: 6px 4px;
	font-size: 1em;
	color: #424242;
	background: transparent url(img/back/back-inputs.png) repeat 0 0;
	border: 1px solid #D9D9D9;
}
input:hover, input:focus, select:hover, select:focus, textarea:hover, textarea:focus{
	background: #FFF;
}
pre{
	width: 95%;
	margin: 1.5em 0;
	padding: 15px;
	background-color: #FCFCFC;
	overflow: auto;
	overflow-y: hidden;
}
h1{
	font-size: 30px;
	font-weight: bold;
	line-height: 100%;
	color: #C00;
}
h2{
	font-size: 1.8465em;
	line-height: 90%;
}
h2 a:hover, .post h1 a:hover{
	text-decoration: none;
	color: #424242;
}
h3{
	font-size: 1.6em;
}
h4{
	font-size: 1.2em;
}
table{
	margin: 1em 0;
	border: 1px solid #CACACA;
}
table th, table td{
	padding: 4px 6px;
	border: 1px solid #CACACA;
	font-size: .923em;
}
table th, thead td{
	font-weight: bold;
}
/****************************************************************************************** Base */
.center{
	position: relative;
	width: 78em;
	margin: 0 auto;
	padding-left: 1.5em;
	padding-right: 1.5em;
	text-align: left;
	background: #FFF;
}
#header .center{
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	z-index: 1;
}
#main, #footer{
	margin-top: 10px;
}
.content{
	float: left;
	width: 62%;
	padding-top: 2.5em;
	padding-right: 4%;
	background: transparent url(img/back/back.png) repeat-y top right;
}
.wide{
	width: 100%;
	padding: 4em 0;
}
#sidebar{
	display: block;
	float: right;
	width: 32%;
	padding-top: 1em;
}
#footer .center{
	padding-top: 5em;
	padding-bottom: 5em;
	font-family: Georgia;
	font-style: oblique;
	text-align: center;
}
/****************************************************************************************** Header */
#header h1{
	padding-bottom: 13px;
	font-size: 5em;
	font-weight: normal;
	letter-spacing: -2px;
	line-height: 100%;
	text-transform: lowercase;
}
.home #header h1{
	font-size: 9em;
	letter-spacing: -4px;
}
#header h1 a{
	color: #646464;
	text-shadow: #AAA 0px 0px 10px;
}
#header h1 a:hover{
	text-decoration: none;
	color: #535353;
}
#description{
	font-size: 1.2em;
	font-family: georgia;
	font-style: oblique;
}
/*-------------------------------------------------- Navigation */
#navigation{
	position: absolute;
	bottom: 1.4em;
	right: 3.6em;
}
#navigation li{
	display: inline-block;
}
#navigation li a{
	display: inline-block;
	margin-left: 20px;
	padding: 3px 2px;
	font-family: Georgia;
	font-style: oblique;
	font-size: 1.5em;
	border-bottom: 2px solid #FFF;
}
#navigation li a:hover{
	text-decoration: none;
	border-bottom-color: #D00;
}
#navigation li.current_page_item a{
	border-bottom-color: #D00;
}
/****************************************************************************************** Main */
.post{
	padding: 6em 0;
	background: transparent url(img/back/back.png) repeat-x bottom left;
}
.post:first-child, .first-post{
	padding-top: 0;
	border-top: none;
}
.post:last-child{
	border-bottom: none;
}
.entry{
	position: relative;
	margin-top: 1em;
	font-size: 1.0833em;
}
.post-info{
	height: 20px;
	margin: 5px 0 10px 0;
	font-size: .916em;
	color: #646464;
}
.postmetadata{
	margin: 3.5em 0 10px 5em;
	font-family: Georgia;
	font-style: oblique;
	text-align: right;
	color: #646464;
}
.excerpt{
	margin-bottom: 10px;
}
/*-------------------------------------------------- Entry elements */
.entry h2, .entry h3, .entry h4{
	clear: both;
	padding: 5px 0 10px 0;
}
.entry h3{
	font-size: 1.4em;
}
.entry p{
	margin-bottom: 20px;
	line-height: 165%;
}
.entry ul{
	margin-left: 2em;
	margin-bottom: 20px;
}
.entry li{
	margin-bottom: 5px;
	padding-left: 13px;
	line-height: 150%;
}
.entry ol li{
	margin-left: 40px;
	padding-left: 0;
	list-style: decimal;
}
.entry li ol, .entry li ul{
	margin-top: 10px;
}
.entry ul li{
	background: transparent url(img/ico/icons.gif) no-repeat -174px 7px;
}
.entry ul li ul li{
	background-position: -152px -29px;
}
.post img{
	padding: 5px;
	background: transparent url(img/back/back-inputs.png) repeat 0 0;
	border: 1px solid #DADADA;
}
.entry a{
	
}
.entry blockquote p{
	margin-top: -10px;
	padding: 0 0 0 20px;
	font-style: oblique;
}
.postmetadata a{
	color: #111;
}
.postmetadata a:hover{
	text-decoration: underline;
}
.wp-caption-text{
	font-size: .833em;
}
.tweetmeme_button{
	clear: both;
}
/*-------------------------------------------------- Pages Link */
.page-links{
	margin-top: 40px;
	padding: 6px 10px;
	background-color: #EAEAEA;
}
.page-links span{
	display: inline-block;
	padding: 1px 5px;
	color: #FFF;
	background-color: #999;
}
.page-links a span{
	color: #C00;
	background-color: #FFF;
}
/*-------------------------------------------------- Forms */
.form{
	clear: both;
}
.form fieldset{
	width: 90%;
}
.form fieldset div{
	margin-bottom: 1em;
}
.form label{
	display: block;
	margin-bottom: 2px;
	font-family: Georgia;
	font-style: oblique;
	font-size: 1.166em;
}
.form-submit, .form-control .form-submit{
	float: right;
	margin: 0;
	padding: 5px 7px 4px 7px;
	font-size: .916em;
	font-weight: bold;
	line-height: 110%;
	text-transform: uppercase;
	color: #FFF;
	background: #D00;
	border: 1px outset #D00;
	cursor: pointer;
}
.form-submit:hover, .form-control .form-submit:hover{
	background: #C00;
}
.content form samp{
	margin-left: 5px;
	padding-left: 17px;
	font: normal .9166em/120% Arial, Helvetica, Sans-serif;
	background: transparent url(img/ico/icons-form.gif) no-repeat 0 -70px;
}
.content form samp.ok{
	background: transparent url(img/ico/icons-form.gif) no-repeat -46px 0;
}
/*-------------------------------------------------- Pagination */
.wp-pagenavi{
	padding: 1.5em 0;
	font-size: 1.1em;
	color: #424242;
}
.wp-pagenavi .pages{
	margin-right: 5px;
	padding: 5px 10px 5px 0;
	border-right: 1px solid #808080;
}
.wp-pagenavi .current{
	color: #646464;
}
.wp-pagenavi .current, .wp-pagenavi a{
	padding: 5px;
}
/*-------------------------------------------------- Alter pagination */
#nav-above{
	padding: 10px 0;
}
.nav-previous{
	float: left;
}
.nav-next{
	float: right;
}
/*-------------------------------------------------- Archive */
h1.page-title{
	margin: 0 0 2em 0;
	font-family: Georgia;
	font-style: oblique;
}
/* Archive list */
.archive-list li{
	padding: 2em 0;
}
.archive-list li h3{
	line-height: 110%;
}
.archive-list li img{
	float: left;
	margin: 0 10px 10px 0;
}
.archive-list li .date{
	margin-bottom: 5px;
}
.archive-list li .postmetadata{
	margin-top: 0;
}
/*-------------------------------------------------- Portfolio */
.entry .portfolio{
	margin-left: 0;
}
.portfolio .post{
	position: relative;
	margin: 0;
	padding: 1.5em 0 1.2em 0;
	background-image: none;
}
.portfolio .post h4{
	float: left;
	padding-bottom: 0;
	line-height: 100%;
}
.portfolio .post p.right{
 	margin: 6px 0 0 0;
	font-family: georgia;
	font-size: .833em;
	font-style: oblique;
	color: #808080;
}
.portfolio .info{
	padding-top: 3px;
	font-size: .916em;
}
.portfolio .info p, .portfolio .info ul, .portfolio .info li{
	margin-bottom: 3px;
	line-height: 125%;
}
.portfolio .info ul{
	padding-top: 5px;
}
/*-------------------------------------------------- Comments */
#comments, #respond{
	margin-bottom: 1.5em;
}
.commentlist{
	margin-bottom: 3em;
}
.comment, .pingback, .trackback{
	position: relative;
	margin-bottom: 1.5em;
	padding: 0 0 1.5em 70px;
}
.pingback, .trackback{
	padding-left: 0;
}
.comment:last-child{
	margin-bottom: 0;
}
.comment ul{
	margin: 1.25em 0;
}
.comment ul:last-child{
	margin-bottom: 0;
}
.comment-author{
	padding-bottom: 8px;
	font-size: 1.0833em;
}
.comment-author cite{
	font-weight: bold;
}
.comment .comment-meta{
	position: absolute;
	display: inline;
	top: 2px;
	right: 0;
	font: oblique .833em/120% Goergia;
	text-align: right;
}
.pingback .comment-meta, .trackback .comment-meta{
	margin: -3px 0 5px 0;
	font: oblique .833em/120% Goergia;
}
.comment-meta a{
	color: #333;
}
.avatar{
	position: absolute;
	top: 0;
	left: 0;
}
.reply{
	margin-top: 10px;
	font-family: georgia;
}
/*-------------------------------------------------- Sidebar */
.widget{
	padding: 2em 1.5em 2.5em 3%;
	background: transparent url(img/back/back.png) repeat-x bottom left;
}
.widget:first-child{
	padding-top: 1em;
	border-top: none;
}
.widget h3{
	margin-bottom: .5em;
	font-family: georgia;
	font-style: oblique;
}
.widget ul{
	margin-left: 1em;
}
.widget ul li{
	margin-bottom: 4px;
	padding: 3px 0 3px 13px;
	line-height: 130%;
	color: #646464;
	background: transparent url(img/ico/icons.gif) no-repeat -112px -99px;
}
.widget li a{
	color: #111;
}
.widget img{
	padding: 3px;
	background: #FCFCFC;
	border: 1px solid #EAEAEA;
}
/*-------------------------------------------------- Widgets */
/* Categories */
.widget_categories ul li{
	float: left;
	width: 45%;
	margin: 2px 0;
	line-height: 120%;
	color: #646464;
}
/*  Get Recent Comments */
.widget_get_recent_comments ul li{
	position: relative;
	display: inline-block;
	min-height: 43px;
	padding: 5px 0 12px 55px;
	font-family: georgia;
	font-size: .916em;
	font-style: oblique;
	line-height: 140%;
}
.widget_get_recent_comments ul li a{
	font-family: Arial;
	font-size: .916em;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: underline;
}
.widget_get_recent_comments ul li img{
	position: absolute;
	top: 3px;
	left: 0;
}
/* Search */
.widget_search h3{
	display: none;
}
#searchform label{
	display: none;
}
#searchform #s{
	width: 85%;
	color: #808080;
	border-bottom-color: #D0D0D0;
}
#searchform #s:hover, #searchform #s:focus{
	color: #646464;
	border-color: #CDCDCD;
	border-bottom-color: #BABABA;
}
#searchform #searchsubmit{
	width: 25px;
	padding: 3px 4px 3px 6px;
	text-indent: -1000em;
	cursor: pointer;
	background: transparent url(img/ico/icons.gif) no-repeat -76px -152px;
	border: none;
}
/* Flickr */
.widget_av_twitter{
	position: relative;
}
#loading-twitter{
	position: absolute;
	top: 2em;
	right: 0;
	background-image: none;
}
.av_flickr ul{
	width: 100%;
}
.av_flickr ul li{
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
	line-height: 100%;
	background-image: none;
}
/* Twitter */
.widget_av_twitter ul li{
	position: relative;
	display: inline-block;
	min-height: 43px;
	padding: 5px 0 0 0;
	font-family: georgia;
	font-size: .916em;
	font-style: oblique;
	line-height: 140%;
	background-image: none;
}
.widget_av_twitter ul li.image-twitter-true{
	padding-left: 65px;
}
.widget_av_twitter ul li img{
	position: absolute;
	top: 3px;
	left: 0;
}
/* Social Links */
ul li.icon{
	padding-left: 22px !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
}
li.email{ background-image: url(img/ico/email.gif) !important; }
li.feed{ background-image: url(img/ico/rss.png) !important; }
li.twitter{ background-image: url(img/ico/twitter.gif) !important; }
li.gtalk{ background-image: url(img/ico/gtalk.png) !important; }
li.linkedin{ background-image: url(img/ico/linkedin.png) !important; }
li.skype{ background-image: url(img/ico/skype.png) !important; }
/*-------------------------------------------------- 404 */
.wide h1{
	padding-bottom: .5em;
	font-size: 2.8em;
}
.wide p{
	font-size: 1.2em;
}
.wide #searchform{
	margin-top: 30px;
}
.wide #searchform #s{
	width: 50%;
	padding: 7px 8px;
	font-size: 1.2em;
}
/****************************************************************************************** Footer */

/****************************************************************************************** Auxiliar */
.syntaxhighlighter {
	overflow:auto;
}
.syntaxhighlighter, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table,
.syntaxhighlighter table td,.syntaxhighlighter table tr, .syntaxhighlighter table tbody{
	white-space: nowrap;
}
.out{
	padding-right: 14px;
	background: transparent url(img/ico/out.gif) no-repeat 98% 3px;
}
