/*
	Theme Name: mononelo
	Them URI: http://mononelo.es
	Description: A minimal, grid based, elastic theme. Wordpress 2.9.2 ready.
	Version: 5
	Media: Screen
	Version: Thr 25, Feb 2010
	Author: mononelo
	Author URI: http://mononelo.es
	Tags: black, white, three-columns, fixed-width, custom-header, custom-colors, theme-options, right-sidebar
*/

/* ----------------------------------------------- [ * ] */

@import url(css/grid-900.css);

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 70%;
	background:  #051B28 url(http://mononelo.es/images/Varios/bodybgblog.png) no-repeat fixed center top;
	color: #111;
}

hr {
	display: none;
}

img {
	vertical-align: middle;
	border: 0;
}

h1, h2, h3, h4 {
	padding-left: 8px;
	padding-right: 8px;
	color: #000;
}

h1 {
	margin-bottom: 1.5em;
	font-size: 5em;
	line-height: .95em;
}

h2 {
	margin-bottom: .2em;
	margin-top: 6em;
	font-size: 1.8em;
	line-height: 1.3;
	text-align: justify;
}

h3 {
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	width: 28em;
}

#content .col h3{
	/*margin: 1em 1.8em !important;*/
}

.menu, .current_page_item{
	width: 146px;
}

.menu ul{
	width: 500px;
}

h4 {
	margin-bottom: .6em;
	font-size: 1.3em;
	line-height: 1.6;
}

h5 {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.6;

}

p {
	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
	line-height: 1.6;
}

h3 a, h3 a:visited{
	background: black;
	color: #FFF;
	padding: 4px;
	text-decoration: none;	
	-moz-border-radius:.3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}

h3 a:hover{
	background: #31AFE4;
	text-decoration: none;	
	-moz-border-radius:.3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	padding: 3px;	-moz-border-radius:.3em;
	-webkit-border-radius: .3em;border-radius: .3em;
	outline: none;
}

a:visited{
	color: #000;
	padding: 3px;	
	-moz-border-radius:.3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}

a:hover {
	color: #fff;
	text-decoration: none;
	background: #000;	
	-moz-border-radius:.3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}

#header h2 a, #header h2 a:visited {
	color: #FFF!important;	
	-moz-border-radius:.3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}

#header h2 a:hover {
	color: #fff!important;	
	-moz-border-radius:.3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}

acronym {
	border-bottom: 1px dotted #eee;
}

kbd {
	font-family: "Monaco", "Courier New", fixed;
	font-size: 1em;
	text-transform: uppercase;
}

/* ----------------------------------------- [ Wrapper ] */

#wrapper {
	width: 100.3em;
	margin: 0 auto;
	margin-top: 0em;
	margin-bottom: 0em;
	overflow: hidden;
	padding: 0 20px;
	background: transparent url(http://mononelo.es/images/bg.png) repeat-y scroll 0 0;
}

/* ---------------------------------------- [ Main Nav ] */

#main-nav {
	padding: 1em;
	overflow: hidden;
	background: #BDD9EC url(http://mononelo.es/images/bgnavblue2.png) repeat-x scroll 0 0;
	width: 104.8em !important;
	border: 1px solid #2c92d8;
	margin: 375px -39px;
	position: absolute;
}

#main-nav ul {
	list-style-type: none;
}

#main-nav li.page_item {
	margin: 0 10px 0 0;
	float: left;
	list-style: none;
	padding-top: 6px;
}

#main-nav li a:hover, #main-nav li a:visited{
	background: none;
	border: none;
	text-decoration: none!important;
}

#main-nav li{
	background: transparent url(http://mononelo.es/images/Botones/btn_008_normal.png) no-repeat scroll 0 0;
	min-width: 149px;
	min-height: 25px;
	margin: 5px 5px 0 5px;
	text-align: center;
}

#main-nav li a{
	color: #666!important;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.6;
	padding: 0;
	display: inline-block;
	width: 146px;
	height: 26px;
}

#main-nav li:hover, #main-nav li.current_page_item{
	color: #fff!important;
	border: none;
	background: transparent url(http://mononelo.es/images/Botones/btn_008_over.png) no-repeat scroll 0 0 !important;
	padding-top: 6px;
}

#main-nav li.current_page_item a, #main-nav li.current_page_item a:hover{
	color: #fff!important;
}

#main-nav li a:hover{
	color: #000!important;
}

#main-nav li a:visited, .rss a:visited {
	border: none;
	background: none;
}

/* ------------------------------------------ [ Header ] */

#header {
	overflow: hidden;
	background: #FFF url(http://mononelo.es/images/fondo27.png) no-repeat scroll 0 0;
	padding-right: 0;
}

#header h1 {
	margin: .45em 0 2em 3.3em;
}

#header h1 a, #header h1 a:hover, #header h1 a:visited, #header h1 a:link, #artist a, #artist a:hover, #artist a:visited, #artist a:link{
	text-decoration: none;
	background: none;
	border: none;
	padding: 0;
}

#header h1 a, #header h1 a:hover, #header h1 a:visited, #header h1 a:link{
	color:#FFF;
}

#header h1, #header h2 {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

/* ------------------------------------------ [ Content ] */

#content {
	padding-top: 1em;
	overflow: hidden;
	background: #FFF;
	min-height: 1975px !important;
	margin-top: 100px;
}

ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

.post ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
	font-size: 0.9em;
	text-align: right;
	/*background: #FFFFFF url(http://mononelo.es/images/fondo27.png) no-repeat scroll 0 -200px;*/
}

.nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.2em;
	line-height: 1.6;
}

.nav li.last {
	border-bottom: 0;
}

ul.navlinks {
	position: absolute;
	top: 36.4em;
	list-style-type: none;
	overflow: hidden;
}

.navlinks li {
	font-size: 1.2em;
	line-height: 1.6;
}

.navlinks li a {
	display: block;
	padding: .4em 8px .5em 8px;
}

.navlinks li a:hover {
	background: #000;
	color: #fff;
}

/* -------------------------------------------- [ Post ] */

.post {
	padding: 2em 0;
	border-top: 1px dotted #ccc;
	overflow: hidden;
	clear: both;
}

.post-content p, .post-content h5, .post-content code {
	width: 35.7em;
}

.post-content h3 {
	margin-top: 4px;
}

.post-content h5 {
	margin-top: 2.5em;
	margin-bottom: .5em;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
}

.post-content blockquote {
	margin: 0 3.2em 0 3.2em;
}

.post-content blockquote p {
	width: 30em;
	padding: 0;
}

.post-content blockquote ul {
	width: 30em;
}

.post-content dl {
	margin: 0 0 1em 0;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
}

.post-content dt {
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-size: 1em;
}

.post-content dd {
	width: 30em;
	margin: 0 0 1em 2em;
	line-height: 1.6;
}

.post-content ul, .post-content ol {
	width: 52em;
	margin-left: -12px;
	padding-right: 0px;
	list-style-type: none;
}

.post-content li {
	margin: 0 0 0 32px;
	font-size: 1.2em;
	list-style: disc;
	line-height: 1.6;
}

.post-content ol {
	margin-left: 8px !important;
}

.post-content ol li {
	padding-left: 0;
	list-style-type: decimal;
	background: none;
}

.post-content code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.post-content pre {
	margin: 2em 0 2em 0;
	padding: 2em;
	font-size: 1.2em;
	background: #eee;
	overflow: auto;
}

.post-content pre code {
	color: #222;
}

.post-content .quote-author {
	float: right;
}

/* -------------------------------------- [ Commentary ] */

#commentary {
	border-top: 1px solid #111;
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
}

.comment {
	margin: 0 0 3em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #ccc;
	clear: both;
	overflow: hidden;
}

.comment dt {
	margin: 0 0 .5em 0;
	font-size: 1.2em;
	line-height: 1.6;
}

#leave-comment {
	border-top: 1px solid #111;
	padding: 1.2em 0 0 0;
	overflow: hidden;
	clear: both;	
}

#leave-comment code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.comment-field {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px dotted #ccc;
	clear: both;
	overflow: hidden;	
}

label {
	display: block;
	padding-top: 7px;
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: bold;
}

input, textarea {
	width: 94%;
	padding: 8px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	border: 1px solid #ccc;
}

textarea {
	height: 10em;
}

/* ----------------------------------------- [ Sidebar ] */

#sidebar {
	margin: 0;
	padding: 1em 0 0 0;
	overflow: hidden;
	background: #FFF;
	width: 31.5em !important;
	margin-top: 100px;
}

#sidebar h4 {
	padding-bottom: .6em;
	line-height: 1.6;
	border-bottom: 1px dotted #ccc;
}

#sidebar p {
	font-size: 1.1em;
	color: #111;
}

#sidebar .section input {
	width: 21.8em;
	margin: 0 0 1em 0;
	padding: 6px 6px 6px 23px;
	border: 1px solid #ccc;
	background: transparent url(images/bg-search.gif) no-repeat 7px center;
	font-size: 1.1em;
	float: left;
}

#sidebar ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

#sidebar .nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.6;
}

#sidebar .nav li.last {
	border-bottom: 0;
}

.section {
	margin: 0 0 1em 0;
	clear: both;
	overflow: hidden;
}

.section .col {
	overflow: hidden;
}

#content .section {
	margin: 0 0 2em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #bbb;
}

#content .first {
	border: 0;
}

.submit {
	width: auto;
	padding: 0;
	border: 0;
}

.navigation {
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
	list-style-type: none;
	overflow: hidden;
	clear: both;
}

.navigation li {
	font-size: 1.2em;
}

/* --------------------------------------- [ Footnotes ] */

#footnotes {
	border-top: 1px solid #333;
	padding: 2em 0;
	overflow: hidden;
	clear: both;
	background: transparent url(http://mononelo.es/images/fondo27.png) repeat scroll 0 -200px;
	text-align: center;
}

#footnotes p {
	margin-bottom: .2em;
	font-size: 1.1em;
	color: #FFF;
}

#footnotes .rss {
	margin-left: 8px;
	padding-left: 16px;
}

#footnotes a{
	color:#FFF;
}

/* ------------------------------------------ [ Flickr ] */

#flickr_badge_wrapper {
	margin-left: -1.2em;
	overflow: hidden;
}

.flickr_badge_image {
	margin: 0 0 1.2em 1.2em;
	float: left;
}

.flickr_badge_image img { 
	width: 64px;
	height: 64px;
}

.flickr_badge_image a {
	display: block;
}

/* --------------------------------- [ General Classes ] */

.small {
	font-size: 1em;
	line-height: 1.6;
}

/* If you want a text in ALL CAPS */

.ver {
	text-transform: uppercase;
	color: #000;
}

/* For by-lines */

.low {
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #666;
}

/* A nice ampersand */

.amp {
	font-family: Baskerville, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #666;
}

/* For image captions */

.tooltip {
	display: block;
	padding-top: 8px;
	font-size: .9em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align-right {
	display: block;
	text-align: right;
}

.align-center {
	display: block;
	text-align: center;
}

.both {
	clear: both;
}

.image {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 7px;
}

.nudged {
	margin-right: 8px;
}

.nudged-left {
	padding-left: 8px;
}

.nudge-bottom {
	margin-bottom: 1.5em;
}

.last-field, .first-post {
	border: 0;
}

.title-not {
	width: 33px;
	height: 25px;
	margin: 0 6px 0 0;
	display: block;
	text-indent: -1000em;
	background: transparent url(images/not.gif) no-repeat top left;
	float: left;
}

.search-field {
	padding: 0;
}

/* Use for full width images (596px) */

.full-image {
	margin-left: -15.2em;
}

/* Centering for older posts */ 

.centered {
	display: block;
	margin: 0 auto;
}

.button {
	display: block;
	padding: 8px;
	background: #222;
	color: #fff;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.button:hover {
	background: #000;
}

/* ---------------------- [ Wordpress required classes ] */

ul.widgetized-sidebar {
	list-style-type: none;
}

ul.widgetized-sidebar li {
	margin: 0 0 2em 0;
	clear: both;
	overflow: hidden;
}

ul.widgetized-sidebar li h2 {
	margin-bottom: 0.6em;
	padding-bottom: .6em;
	font-size: 1em;
	line-height: 1.6;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	color: #000;
}

ul.widgetized-sidebar li ul li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
	font-size: 1.1em;
}

.aligncenter,
div.aligncenter {
   /*display: block;*/
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
	margin: 1em;
	padding: .8em;
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: .5em 0 .5em 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.6;	
}

.categories { }
.cat-item { }
.current-cat { }
.current-cat-parent { }
.pagenav { }
.page_item { }
.current_page_item { }
.current_page_parent { }
.widget { }
.widget_text { }
.blogroll { }
.linkcat{ }

#wp-calendar {
	border-collapse: collapse;
	font-size: 1.1em;
	margin: 0 auto;
}

#wp-calendar caption {
	margin-bottom: .8em;
	font-size: 1.1em;
	font-weight: bold;
}

#wp-calendar thead tr th {
	padding: 1em;
}

#wp-calendar td {
	padding: 1em;
}

#wp-calendar tr {
	padding: 1em;
}

.col last span-8 ul{
	list-style: square inside;
	margin-left: 1em;
}

.cv ul{
	margin-left: 2em;
	margin-bottom: 2em;
}

.cv ul li{
	font-size: 1.1em;
	line-height: 20px;
}

.this-page{
	background: #000;
	color: #FFF;
	font-weight: bold;
	padding: 10px 4px;	-moz-border-radius:.3em;
	-webkit-border-radius: .3em;}
.pagebar a, .pagebar a:link, .pagebar a:visited{
	padding: 4px!important;
}

.pagebar a:hover{
	background: #000;
	color: #FFF;
	border: none;
	/*font-weight: bold;*/
	padding: 8px 2px;
}

.pagebar a, .pagebar span{
	
}
.pagebar {
	margin: 0 0 0 11px;
	width: 1124px;
}

.nolink, .nolink:hover, .nolink:visited, .nolink:link{
	text-decoration: none;
	border: none;
	background: none;
	font-weight: normal;
	color:#000;
	padding: 0;
	margin: 0;
}


.vice{
	width: 160px!important;
	min-height: 73px!important;
	background: url(http://mononelo.es/images/VBVbutton.jpg)!important;
}

.vice a{
	width: 160px;
	height: 73px;
}

.vice:hover{
	background: url(http://mononelo.es/images/VBVbuttonover.jpg)!important;
}

.mononelo{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-variant:normal;
	text-transform: lowercase;
}

.logo{
	position: absolute;
}

.desc{
	margin-left: 86px;	
}

.escondido{
	visibility: hidden;
}

div.sociable{
	margin: 25px!important;
}

.cv{
	margin-left: 40px;
}

#header h2{
	padding: 12px !important;
}

#artist{
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	display: inline-block;
	float: right;
}	

#artist a img{
	padding-bottom: 5px;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

#artist a{
	margin-left: 8px;
	padding-bottom: 8px!important;
}

#artist a:hover{
	border-bottom: #2c92d8 5px solid;
}

#searchform{
	width: 170px;
	height: 30px;
	display: inline-block;
}

#searchform input, #searchform textarea{
	font-size: 1em;
	width: auto;
	background: url(../../../../../images/Botones/lupa2.png) #fff no-repeat 2px 3px;
	padding-left: 35px;
}

.searchbar p{
	margin: 0;
}

.sexy-bookmarks{
	width: 50em!important;
}

#muescas{
	position: absolute;
	margin: 431px auto 0 -39px;
	width: 107.2em;
	
}

#bgnbi, #bgnbd{
	position: relative;
	width: 40px;
	height: 30px;
}

#bgnbi{
	background: transparent url(http://mononelo.es/images/bgnavblue2izq.png) no-repeat scroll 0 0;
	float: left;
}

#bgnbd{
	background: transparent url(http://mononelo.es/images/bgnavblue2der.png) no-repeat scroll 0 0;
	float: right;
}

.pagetit{
	margin-left: 37px;
}

div.sexy-bookmarks{
}

#backtit{
	width: 100%;
	height: 335px;
	background: url(http://mononelo.es/images/fondoback4.png) repeat-x #456D91;
	position: absolute;
	top: 0;
	z-index: -1;
	margin-top: 10px;
}

#wrapper{
	z-index: 0!important;	
	margin-bottom: -16px;
}

#badge{
}

.com{
	background: transparent url(http://mononelo.es/images/commentshort.png) no-repeat scroll 115px top;
	height: 45px;
	padding: 5px 18px 0 0!important;
}

.com a, .com a:hover{
	color:#FFF!important;
	background: none!important;
}
#fb{
	margin-left:13px;
}

.codigo{
	font-family:"Courier New", Courier, monospace;
	display:block;
	font-size:18px;
}