@charset "utf-8";
/* CSS Document */

/*
Theme Name: Cartob
Theme URL: http://metabix.com/
Description: Plantilla exclusiva para el blog Metabix.
Author: Carlos Castillo
Author URL: http://metabix.com/
*/

@font-face {
 font-family: 'MetaPro-Normal';
 src: url(font/MetaPro-Normal.otf) format('opentype');
}

@font-face {
 font-family: 'MetaPro-NormalItalic';
 src: url(font/MetaPro-NormalItalic.otf) format('opentype');
}

@font-face {
 font-family: 'MetaPro-Bold';
 src: url(font/MetaPro-Bold.otf) format('opentype');
}

@font-face {
 font-family: 'MetaPro-BoldItalic';
 src: url(font/MetaPro-BoldItalic.otf) format('opentype');
}

body {
	min-width: 1200px;
	margin: 0;
	padding: 0;
	font-family: 'MetaPro-Normal', Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #F2F2F2;
	cursor: default;
}

.clear {
	height: 0 !important;
	clear: both !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

img {
	border: none;
}

img.imgtext {
	position: relative;
	top: 3px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol {
	margin: 0 0 0 20px;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: 'MetaPro-Bold', Arial, Helvetica, sans-serif;
}

h1 {
	letter-spacing: -2px;
}

input {
	font-family: 'MetaPro-Normal';
	background-image: url(images/bg-input.png);
	background-position: 0 1px;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #333;
}

input.submit {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

/*
--------------------------------------------------*/

#w-header {
	background-image: url(images/bg-w-header.png);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-color: #666;
}

#header {
	width: 1200px;
	margin: 0 auto 0 auto;
	padding: 25px 0 25px 0;
}

#header h1,
#header div {
	position: relative;
	top: 5px;
}

#header h1 {
	width: 500px;
	float: left;
}

#header div {
	float: right;
}

#header div li {
	float: left;
}

#header div li a {
	display: block;
	padding: 10px;
	color: #CCC;
	text-decoration: none;
}

#header div li a:hover {
	color: #FFF;
}

#w-navigation {
	background-image: url(images/bg-navigation.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #1C8CDF;
}

#navigation {
	width: 1200px;
	height: 75px;
	margin: 0 auto 0 auto;
	padding: 5px 0 5px 0;
}

#navigation > ul {
	width: 906px;
	float: left;
	margin: -5px -5px -5px 0;
	position: relative;
}

#navigation ul li {
	float: left;
}

#navigation ul li#articles > a {
	background-image: url(images/paper_content_pencil_48.png);
	background-position: 0 5px;
	background-repeat: no-repeat;
}

#navigation ul li#inspiration > a {
	background-image: url(images/lightbulb_48.png);
	background-position: 0 5px;
	background-repeat: no-repeat;
}

#navigation ul li#metafrees > a {
	background-image: url(images/box_download_48.png);
	background-position: 0 5px;
	background-repeat: no-repeat;
}

#navigation ul li#resources > a {
	background-image: url(images/accepted_48.png);
	background-position: 0 5px;
	background-repeat: no-repeat;
}

#navigation ul li#tutorials > a {
	background-image: url(images/app_48.png);
	background-position: 0 5px;
	background-repeat: no-repeat;
}

#navigation ul li#wordpress > a {
	background-image: url(images/heart_48.png);
	background-position: 0 5px;
	background-repeat: no-repeat;
}

#navigation > ul > li > a {
	height: 43px;
	display: block;
	color: #FFF;
	text-decoration: none;
	margin: 0 5px 0 0;
	padding: 7px 7px 7px 53px;
	font-size: 18px;
	font-family: 'MetaPro-Bold';
}

#navigation > ul > li:hover {
	background-image: url(images/li-degrag.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#navigation > ul > li > a span {
	font-size: 13px;
	font-family: 'MetaPro-Normal';
}

#navigation ul ul {
	width: 906px;
	position: absolute;
	top: 57px;
	left: 0;
	display: none;
}

#navigation > ul > li:hover > ul {
	display: block;
}

#navigation ul ul a {
	display: block;
	padding: 6px;
	color: #333;
	text-decoration: none;
}

#navigation ul ul a:hover {
	text-decoration: underline;
}

#navigation div#tools {
	width: 293px;
	float: right;
	position: relative;
	top: 9px;
	z-index: 100;
}

#navigation div#tools > ul {
	float: left;
	margin: 0 5px 0 0;
	position: relative;
}

#navigation div#tools ul ul {
	width: 215px;
	background-color: #E2E2E2;
	position: absolute;
	top: 28px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #666;
}

#navigation div#tools ul ul li {
	padding: 10px;
	float: none !important;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666;
	background-image: url(images/border.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#navigation div#tools ul li a {
	margin: 0;
	padding: 0;
	display: inline;
}

#navigation div#tools ul > li:hover ul {
	display: block;
}

#navigation div#tools form#search {
	width: 188px;
	margin: 0;
	padding: 0;
	float: left;
}

#navigation div#tools form#search input.search {
	width: 140px;
	height: 16px;
	padding: 5px;
	float: left;
	border-width: 1px 0 1px 1px;
}

#navigation div#tools form#search input.button {
	border: none !important;
	float: left;
}

#w-content {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #CCC;
	background-image: url(images/border.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#content {
	width: 1200px;
	margin: 25px auto 45px auto;
}

#left {
	width: 750px;
	float: left;
}

#left a {
	color: #333;
}

#left a:hover {
	text-decoration: none;
}

#left #banner-728-90 {
	margin: 0 0 25px 0;
}

#left #content-left {
	border-width: 1px;
	border-style: solid;
	border-color: #E2E2E2;
	background-color: #FFF;
}

#left div#advertisement {
	padding: 25px 25px 25px 90px !important;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #E2E2E2;
	background-image: url(images/warning_48.png);
	background-position: 20px 20px;
	background-repeat: no-repeat;
	background-color: #FFC;
}

#left div#category-title {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #E2E2E2;
	background-color: #FFF;
}

#left div#category-title h1 {
	margin: 0;
	padding: 0;
	color: #666;
}

#left #content-left > div {
	padding: 25px;
}

#left div.post {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #E2E2E2;
	font-size: 14px;
	color: #000;
	background-image: url(images/bg-degrag.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

#left div.post h1 a {
	color: #000;
	font-size: 36px;
	text-decoration: none;
}

#left div.post h2 {
	margin: 10px 0 0 0;
}

#left div.post h1 a:hover {
	background-color: #F2F2F2;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #E2E2E2;
}

#left div.post div.thumbnail {
	width: 200px;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #E2E2E2;
}

#left div.post div.resume {
	width: 471px;
	margin: 0 0 0 25px;
	float: left;
}

#left div.post div.post-info {
	float: left;
	margin: 0 0 10px 0;
	padding: 5px;
	color: #666;
	background-color: #F2F2F2;
}

#left div.post div.resume div.post-info a {
	text-decoration: none;
}

#left div.post div.resume a.readmore {
	display: block;
	margin: 25px 0 0 0;
	float: right;
}

#left div.post div.post-content img {
	max-width: 600px;
	margin: 0 auto 0 auto;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #E2E2E2;
	background-color: #F5F5F5;
}

#left div.post blockquote {
	display: block;
	margin: 0;
	padding: 10px 10px 10px 54px;
	border-width: 1px;
	border-style: solid;
	border-color: #E2E2E2;
	background-image: url(images/quote.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	background-color: #F5F5F5;
}


#left div.post div#thumbnail {
	width: 85px;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #E2E2E2;
}

#left div.post div#title {
	width: 400px;
	float: left;
	margin: 0 0 0 25px;
}

#left div.post div#title-x {
	width: 586px;
	float: left;
	margin: 0 0 0 25px;
}

#left div#bookmark {
	padding-bottom: 20px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #E2E2E2;
	background-color: #FFC;
}

#left input {
	padding: 5px;
	border-color: #E2E2E2;
}

#left h1#comments-number {
	margin: 0 0 25px 0;
}

#left .w-comment {
	margin: 0 -25px 0 -25px;
	padding: 25px;
	background-color: #FBFBFB;
	border-width: 1px 0 0 0;
	border-color: #CCC;
	border-style: solid;
}

#left .w-comment div.avatar {
	width: 50px;
	padding: 5px;
	float: left;
	border-width: 1px;
	border-color: #CCC;
	border-style: solid;
	background-color: #FFF;
}

#left .w-comment .comment {
	width: 610px;
	float: left;
	margin: 0 0 0 20px;
}

#left .w-comment .comment-info {
	margin: -5px;
	padding: 5px;
}

#left .w-comment .comment-info strong,
#left .w-comment .comment-info strong a {
	font-size: 16px;
}

#left #add-comment {
	margin: 0 -25px 0 -25px;
	padding: 25px;
	border-width: 1px 0 0 0;
	border-color: #CCC;
	border-style: solid;
}

#left #add-comment p {
	margin: 12px 0 12px 0;
	padding: 0;
}

#left #add-comment #author {
	padding: 5px 5px 5px 30px;
	background-image: url(images/user.png);
	background-position: 5px 6px;
	background-repeat: no-repeat;
}

#left #add-comment #email {
	padding: 5px 5px 5px 30px;
	background-image: url(images/email.png);
	background-position: 5px 6px;
	background-repeat: no-repeat;
}

#left #add-comment #url {
	padding: 5px 5px 5px 30px;
	background-image: url(images/url.png);
	background-position: 5px 6px;
	background-repeat: no-repeat;
}

#left #add-comment #cb1 {
	width: 300px;
	float: left;
}

#left #add-comment #cb2 {
	width: 398px;
	float: left;
}

#left #add-comment #cb2 textarea {
	font-family: 'MetaPro-Normal';
	width: 386px;
	height: 156px;
	margin: 0;
	padding: 5px;
	border-width: 1px;
	border-color: #E2E2E2;
	border-style: solid;
}

#left .reply {
	float: right;
	padding: 0 0 0 20px;
	background-image: url(images/reply.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
}

#left div.wp-pagenavi {}

#left div.wp-pagenavi span,
#left div.wp-pagenavi a {
	border-width: 1px;
	border-color: #E2E2E2;
	border-style: solid;
}

#left div.wp-pagenavi span:hover,
#left div.wp-pagenavi a:hover {
	border-color: #CCC;
}

#left div.wp-pagenavi span.pages {
	border: none;
}

#right {
	width: 420px;
	margin: 0 0 0 30px;
	float: left;
}

#right > div {
	margin: 0 0 25px 0;
}

#right .widget {}

#right h2 a {
	color: #000;
	text-decoration: none;
}

#right .widget #banners-125 {
	position: relative;
	top: -7px;
}

#right .widget #banners-125 img {
	float: left;
	margin: 7px;
}

#right .widgetb {
	padding: 15px;
	background-color: #FFF;
	border-width: 1px;
	border-color: #E2E2E2;
	border-style: solid;
	background-image: url(images/bg-degrag.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

#right .widgetb li {
	margin: 0 0 5px 0;
}

#right .widgetc {
	padding: 15px;
	background-color: #FFF;
	border-width: 1px;
	border-color: #E2E2E2;
	border-style: solid;
	background-image: url(images/bg-degrag.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
	text-align: center;
}

#right .latest-posts {}

#right .latest-posts > div {
	margin: 0 0 10px 0;
}

#right .latest-posts div#l-thumbnail {
	float: left;
	margin: 0 15px 0 0;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #E2E2E2;
	background-color: #FFF;
}

#right .latest-posts div#l-info {
	float: left;
	width: 343px;
}

#right .latest-posts a {
	text-decoration: none;
	font-size: 12px;
	color: #333;
}

#right .latest-posts a h3 {
	font-size: 15px;
	margin: 0 0 5px 0;
}

#left div.post ul,
#right ul {}

#left div.post ul li,
#right ul li {
	padding: 0 0 0 25px;
	background-image: url(images/arrow_right.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
}

#right ul li a {
	color: #000;
	text-decoration: none;
}

#w-footer {
	background-color: #CCC;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #999;
	background-image: url(images/border.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#footer {
	width: 1200px;
	min-height: 100px;
	margin: 0 auto 0 auto;
	padding: 40px 0 15px 0;
	color: #666;
	position: relative;
}

#footer img.logo-footer {
	position: absolute;
	top: -23px;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #gotop {
	position: absolute;
	top: 1px;
	right: 0;
	background-color: E2E2E2;
}

#footer #gotop a {
	display: block;
	padding: 5px;
	background-color: #E2E2E2;
	text-decoration: none;
	color: #333;
}

#footer #gotop a:hover {
	color: #000;
	background-color: #CCC;
}

#footer ul {
	margin: 0 0 15px 0;
}

#footer ul li {
	float: left;
}

#footer ul li a {
	display: block;
	padding: 0 5px 0 5px;
	text-decoration: none;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #999;
}

#footer #labels {
	margin: 10px 0 0 0;
}