/*
Theme Name: Magazeen
Theme URI: http://smashingmagazine.com/
Description: A bold magazine theme from <a href="http://wefunction.com">Function</a> &amp; <a href="http://smashingmagazine.com">Smashing Magazine</a>.
Version: 1.0
Author: Spencer
Author URI: http://wefunction.com/
Tags: magazine, light, link, blue, two column, widgets, jquery

	The CSS, XHTML is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* TABLE OF CONTENTS

00 - Global Elements - Standard Elements
01 - Typography - All Type throughout the site
02 - Main Structure - Columns, clearfix, etc.
03 - Header - Header, Logo, navigation, search.
04 - Dock - jQuery latest articles.
05 - Main Content - Post boxes, post meta, etc.
06 - Sidebar - Custom sidebar widgets.
07 - Footer - Categories, About, Copyright, Sponsors.

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

/* 00 - GLOBAL ELEMENTS
/* ----------------------------------------------*/

body {
	margin:0; padding:0;
	width:auto; height:auto;
	background:#ffffff url(images/background.jpg) no-repeat top center;	
	font:12px Helvetica, Arial, sans-serif; color:#444444;
	line-height:19px;
}

@font-face{
  font-family: nilland;
  src: url(font/nilland_black.ttf) format("truetype");
}

@font-face{
	font-family: quicksand;
	src: url(font/quicksand.ttf) format("truetype");
}

a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}

code {
	margin:0; padding:0
	width:80%; height:auto;
	font:1.17em Georgia, "Times New Roman", Times, serif; color:#0f8eb3;
}

	pre {
		margin:0 auto; padding:5px 20px;
		background:#f4f1ec url(images/code.gif) repeat;
		border:1px solid #bbced7;
		font:0.92em Georgia, "Times New Roman", Times, serif; color:#3e3e3e;
		line-height:200%;
	}

img {
	margin:0; padding:0;
	border:0;
	outline:none;
}

ins {
	color:#009999;
}

del {
	color:#990000;
}

em{
	font-weight:normal;
	font-style:italic;
	font-family:Helvetica-Light;
}

/* 01 - TYPOGRAPHY
/* ----------------------------------------------*/

h1 {
	margin:-10px 0 0 0; padding:0;
	font:bold 3.53em Verdana, Arial, Helvetica, sans-serif; color:#fefefe;
	position:relative; display:block;
}

	.post-content h1, .page-content h1 {
		margin:10px 0; padding:0;
		font:bold 2.50em Arial, Helvetica, sans-serif; color:#53798b;
	}

	h1 a:link, h1 a:active, h1 a:visited {
		color:#fefefe;
		outline:0;
	}
	
	h1 a:hover {
		color:#d7d7d7;
	}

	h1 span {
		margin:10px 0 0 0;
		background:url(images/gradient.png) repeat-x;
		width:100%; height:20px;
		position:absolute; display:block;
	}

h2 {
	margin:0; padding:0;
	font:0.83em Verdana, Helvetica, sans-serif; color:#b9b9b9;
}

	.post-content h2, .page-content h2 {
		margin:10px 0; padding:0;
		font:bold 2.00em Helvetica, sans-serif; color:#53798b;
		border-top:5px solid #CCCCCC;
	}

h3 {
	margin:0;
	padding:0;
	font:bold 32px Nilland, Helvetica, sans-serif;
	color:#30393d;
	line-height:35px;
}

	.post-content h3, .page-content h3 {
		margin:10px 0; padding:0;
		font:bold 1.50em Helvetica, sans-serif; color:#53798b;
	}

	h3 a:link, h3 a:active, h3 a:visited {
		color:#30393d;
	}
	
	h3 a:hover, h3 a:active, h3 a:focus {
		color:#54798b;
		text-shadow: -1px 1px 2px #ffffff;
	}
	
	h3.post-title, .single h3.post-title, h3.post-title-small {
		margin:0;
		padding:10px 0 10px 15px;
		width:420px; height:auto;
		border-bottom:4px solid #30393d;
		font-family:nilland, Helvetica, Arial;
		font-weight:bold;
		text-shadow: -1px 1px 2px #6FC0FF;
	}
	
		.single h3.post-title {
			font-size:2.00em;
			width:275px;
		}
		
		h3.post-title-small {
			font-size:1.50em;
		}

h4 {
	margin:0; padding:0;
	font:bold 1.75em Arial, Helvetica, sans-serif; color:#fefefe;
}

	.post-content h4, .page-content h4 {
		margin:10px 0; padding:0;
		font:bold 1.17em Georgia, "Times New Roman", Times, serif; color:#53798b;
	}

	#footer h4 {
		margin:0 0 20px 0;
	}

h5, #searchform label {
	/* Sidebar Header */
	background:#F5FBFE url(images/sidebar-top.gif) no-repeat scroll center top;
	color:#587682;
	font-family:quicksand,"century gothic",Helvetica,sans-serif;
	font-size:30px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	height:30px;
	line-height:normal;
	margin:0;
	padding:28px 0 20px 20px;
	width:285px;
	font-weight:100;
}

	.post-content h5, .page-content h5 {
		margin:10px 0; padding:0;
		width:auto; height:auto;
		background:none;
		font:bold 1.00em Georgia, "Times New Roman", Times, serif; color:#53798b;
	}

	#tag_cloud h5, #searchform label {
		margin:0; padding:0;
		background:none;
	}


/* Header
/* -------------- */

#navigation ul li a:link, #navigation ul li a:active, #navigation ul li a:visited {
	display:block;
	font-family:"century gothic",Helvetica,Arial,sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin:0;
	padding:8px;
	text-decoration:none;
}

#navigation ul.pages li.current_page_item a:link, #navigation ul.pages li.current_page_item a:active, #navigation ul.pages li.current_page_item a:visited {
	/* Crazy margins to pull up the hover image above the borders.*/
	margin:-3px 0 0 0; padding:15px 15px 14px 15px;
	background:#171615 url(images/navigation-hover.gif) repeat-x bottom center;
	color:#f1f8ff; position:relative
}


/*- TAbMenuNav*/

.tabbed_content {
	background-color: #52585E;
	margin:0;
	width: 960px;
}

.tabs {
	height:30px;
	position:relative;
}

.blog{
	color:#c9ff7d!important;
}
.blog:hover{
	color:#a3ff20!important;
}

.tabs .moving_bg {
	left:0px;
	/*- background:transparent url("images/homepage/header/tab_menu_nav.png") no-repeat scroll center bottom;*/
	position:absolute;
	width:90px;
	z-index:190;
	margin:0;
	padding:0;
	height:41px;
}

.tabs .tab_item {
	color:#445C70;
	cursor:pointer;
	display:block;
	float:left;
	padding:5px 0;
	position:relative;
	text-align:center;
	width:90px;
	z-index:200;
}

.tabs .tab_item a {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

.tabs .tab_item a:hover {
	color: #d8c3ff;
}

.slide_content{
	background:#B4AFBE url("images/homepage/header/tab_menu_nav_sub.gif") top repeat-x;
	width:960px;
	z-index:180;
}

.tabbed_content .slide_content {
	border-bottom:1px solid #999999;
	border-top:1px solid #CEC6DD;
	height:30px;
	overflow:hidden;
	position:relative;
}

.tabslider {
	width:3000px;
	padding-left:5px;
}

.tabslider span {
	display:none;
}

.tabslider ul {
	float:left;
	margin:0;
	padding-left:3px;
	width:960px;
}

.tabslider ul a {
	color: #555555;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: #222222;
	text-decoration: none;
}

.tabslider ul li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:center;
}


/* Main Content
/* -------------- */

.post-info {
	text-align:right;
	font:10px Georgia, "Times New Roman", Times, serif; color:#81888d;
}

	.post-info span {
		font-size:1.18em;
		display:block;
	}

		.post-info span a:link, .post-info span a:active, .post-info span a:visited {
			color:#1e1c1a;
			text-decoration:none;
		}
		
		.post-info span a:hover {
			color:#f23183;
		}
	
.comment-count a:link, .comment-count a:active, .comment-count a:visited {
	margin:0 0 10px;
	font:bold 17px "Century Gothic", Helvetica, sans-serif; color:#FFF;
	display:block;
}

.comment-count a:hover {
	color:#f3adcb;
}

	.single .comment-count a:link, .single .comment-count a:active, .single .comment-count a:visited,
	.page-content .comment-count a:link, .page-content .comment-count a:active, .page-content .comment-count a:visited {
		padding:8px 18px;
		font:bold 14px "Century Gothic", Helvetica, sans-serif;
	}


	.post-intro p{
		color:#444444;
		font-size:14px;
		line-height:19px;
		margin-top:10px;
		text-indent:15px;
	}
	.post-intro a:link, a:active{
		color:#f23183!important;
		text-decoration:none;
		font-weight:bold;
	}	
	.post-intro a:hover {
		color:#ff79b2!important;
	}
	.post-intro a:visited{
		color:#b62b66!important;
		font-weight:bold;
		font-size:17px!important;
	}

.continue-reading a:link, .continue-reading a:active, .continue-reading a:visited,
.cat-posts li.view-more a:link, .cat-posts li.view-more a:active, .cat-posts li.view-more a:visited {
	font:bold italic 1.17em Georgia, "Times New Roman", Times, serif; color:#bd4478;
}

.continue-reading a:hover,
.cat-posts li.view-more a:hover {
	color:#f2307f;
}

/* Drop Down
/* -------------- */

.category a:link, .category a:visited,
.category-inside a:link, .category-inside a:active, .category-inside a:visited {
	margin-bottom:-1px; padding:15px 25px 0 15px;
	display:inline-block;
	height:25px; outline:0;
	font:11px Georgia, "Times New Roman", Times, serif; color:#7f7d7e;
	font-weight:bold;
	text-transform:uppercase;
}

.active div {
	margin:0 0 -1px 0; padding:0 0 0 6px;
	width:auto; height:40px;
	background:url(images/cat-hover-left.gif) no-repeat top left;
	float:right; display:block; position:relative; z-index:10;
}

	.active a:hover{
		color:#BD4478;
	}
	
	.active a:link, .active a:visited {
		margin:0; padding:15px 25px 0 15px;
		width:auto; height:25px; display:inline-block;
		font:11px Georgia, "Times New Roman", Times, serif; color:#5c5659;
		background:url(images/cat-hover-right.gif) no-repeat top right;
		font-weight:bold;
		text-transform:uppercase;
	}
	
.cat-posts li.view-more {
	margin:0; padding-top:15px;
	text-align:right;
}

.cat-posts li a:link, .cat-posts li a:active, .cat-posts li a:visited {
	font:bold 1.17em Arial, Helvetica, sans-serif; color:#30393d;
	display:block;
}
						
.cat-posts li a:hover {
	color:#bd4478;
}
												
	.cat-posts li span {
		font:0.92em Arial, Helvetica, sans-serif; color:#889194;
	}
	
/* Content Navigation
/* -------------- */

.navigation {
	font:normal 0.92em Georgia, "Times New Roman", Times, serif; color:#81888d;
}

	.navigation a:link, .navigation a:visited, .navigation a:active {
		font:bold 0.92em Georgia, "Times New Roman", Times, serif; color:#656c71;
	}
	
	.navigation a:hover {
		color:#35383a;
	}
	
/* Comments
/* -------------- */	

	

.comment-content {
	padding:0;
	background:#f3f8fa;
	border-bottom:0;
}

.commentlist, .commentlist ul {
	margin:15px 0 0 0; padding:0;
	list-style:none;
}

	.commentlist li {
		margin:0; padding:30px;	
		background:url(images/white.gif) repeat-x bottom center;
		border-bottom:1px solid #d9e1e6;
	}
	
	.commentlist li.alt, .thread-alt {
		background:#ffffff;
	}
	
	.commentlist li.no-comments {
		margin:55px 0 0 0; padding:0 30px;
		background:none;
		border:0;
	}
	
	.commentlist .children {
		margin:10px 0 0 44px; padding:0;
		border:1px solid #d9e1e6;
	}
	
		.commentlist .children li {
			margin:0; padding:20px;
			border-bottom:1px solid #FFF;
		}
	
	
		.commentlist li .comment-wrap {
			position:relative;
			text-align:left;
			border-top:1px solid #C2D2D9;
		}
	
			.commentlist li{
				margin:0;
				width:auto; height:auto;
				background:none;
			}
			.comment-text {
				float:right;
				height:auto;
				margin:0;
				padding:0;
				width:400px;
			}
			
			.commentlist li .comment-author {
				margin:0; padding:0;
				width:auto; height:auto;
			}
			
				.gravatar {
					background:transparent url(images/gravatar.png) no-repeat scroll center top;
					float:left;
					height:64px;
					margin:0 10px 0 0;
					width:64px;
				}
				
				.author {
					margin:0; padding:0;
					width:auto; height:auto;
					float:left;
				}
				#commentform{
					height:400px;
					width:500px;
					margin:0px;
				}				
				#commentform p{
					margin-bottom:10px;
				}
				#author{
					color: #888888;
					border: 1px solid #d4d4d4;
					-moz-border-radius: 7px;
					-webkit-border-radius: 7px;
				}
				#author:focus{
					color: #666666;
					border: 1px solid #888888;
				}
				#email{
					color: #888888;
					border: 1px solid #d4d4d4;
					-moz-border-radius: 7px;
					-webkit-border-radius: 7px;
				}
				#email:focus{
					color: #666666;
					border: 1px solid #888888;
				}
				#url{
					color: #888888;
					border: 1px solid #d4d4d4;
					-moz-border-radius: 7px;
					-webkit-border-radius: 7px;				
				}
				#url:focus{
					color: #666666;
					border: 1px solid #888888;
				}
				#comment{
					overflow: auto;
					font-family:Helvetica,"Trebuchet MS","Lucida Sans Unicode";
					color: #888888;
					border: 1px solid #d4d4d4;
					height:150px;
					padding-top:4px;
					width:250px;
					font-size:16px;
					margin-bottom:13px;
					-moz-border-radius: 7px;
					-webkit-border-radius: 7px;
				}
				#comment:focus{
					font-weight:bold;
					color: #666666;
					border: 1px solid #888888;
				}
	
/* Sidebar
/* -------------- */

#sidebar li {
	font:0.92em Arial, Helvetica, sans-serif;
}

	#sidebar li a:link, #sidebar li a:visited, #sidebar li a:active {
		font:bold 11px Arial, Helvetica, sans-serif; color:#5a656a;
	}
	
	#sidebar li a:hover {
		text-decoration:none;
		color:#F23183;
	}
	
#sidebar .rss-date {
	margin:5px 0; padding:0;
	color:#709cb0;	
	display:block;
}

#sidebar .rssSummary {
	margin:5px 0; padding:0;
}

#sidebar li a.sidebar-read-more:link, #sidebar li a.sidebar-read-more:visited, #sidebar li a.sidebar-read-more:active,
#sidebar li a.sidebar-read-more-rss:link, #sidebar li a.sidebar-read-more-rss:visited, #sidebar li a.sidebar-read-more-rss:active {
	margin:18px 0 0 25px; padding:0;
	font:bold 1.17em Arial, Helvetica, sans-serif; color:#a6b5bc;
	position:absolute;
}

	#sidebar li a.sidebar-read-more-rss:link, #sidebar li a.sidebar-read-more-rss:visited, #sidebar li a.sidebar-read-more-rss:active {
		padding:1px 0 0 23px;
		line-height:16px;
		background:url(images/rss.png) no-repeat center left;
	}

#sidebar li a.sidebar-read-more:hover,
#sidebar li a.sidebar-read-more-rss:hover {
	color:#889297; text-decoration:none;
}

#featured-news .sidebar-content a:link, #featured-news .sidebar-content a:active, #featured-news .sidebar-content a:visited,
#recent-news .sidebar-content a:link, #recent-news .sidebar-content a:active, #recent-news .sidebar-content a:visited {
	font:bold 1.35em Arial, Helvetica, sans-serif; color:#5a656a;
}

#featured-news .sidebar-content a:hover, #recent-news .sidebar-content a:hover {
	color:#475054;
}

	#featured-news .sidebar-content span a:link, #featured-news .sidebar-content span a:visited, #featured-news .sidebar-content span a:active,
	#recent-news .sidebar-content span a:link, #recent-news .sidebar-content span a:visited, #recent-news .sidebar-content span a:active {
		margin:5px 0 0 0; padding:0;
		font:normal 1.00em Arial, Helvetica, sans-serif; color:#709cb0;
		display:block;
	}
	
	#featured-news .sidebar-content span a:hover,
	#recent-news .sidebar-content span a:hover {
		color:#5e8293;
	}
	
#sponsored-ad p.sponsored-ad {
	margin:auto auto 8px 5px;
	font:0.92em Arial, Helvetica, sans-serif; color:#9caab1;
}


/* Sidebar Tabs */

.sidebar_tab_ul{
	background:#FFFFFF none repeat scroll 0 0 !important;
	padding:12px 10px 13px !important;
	-moz-box-shadow:0px 8px 15px #aaaaaa;
	-webkit-box-shadow:0px 8px 15px #aaaaaa;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

ul.sidebar_tabs {
	background:#ebf6fb;
	height:24px !important;
	width:280px !important;
	padding: 0;
	list-style: none;
	border-left: 1px solid #cfdee6;
}
ul.sidebar_tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height:24px !important;
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #cfdee6;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
	width:auto!important;
}
ul.sidebar_tabs li a {
	background:#B5C6CE;
	padding:5px;
	float: left;
	font-size: 1.1em;
	text-decoration: none;
	color: #55addc;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	outline: none;
}
ul.sidebar_tabs li a:hover {
	background: #ebf6fb;
}
.active_tab a{
	background: #ebf6fb!important;
	color: #000000!important;
}
li .active_tab{
	border-bottom: 2px solid #ffffff!important; /*--Makes the active tab look like it's connected with its content--*/
}


.sidebar_tab_container {
	background:#EBF6FB;
	border-color:#cfdee6;
	border-style:solid;
	border-width:0 1px 1px;
	height:190px;
	margin:0 auto;
	margin:0 auto;
	padding-top:15px;
	width:279px;
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-left-radius:7px;
	-webkit-border-bottom-right-radius:7px;
}
.sidebar_tab_content {
	font-size: 12px;
}

.sidebar_tab_mas_vistos a{
	background:url('images/footer/footer_mas_vistos.gif') no-repeat left 2px;
	padding-left:15px;
}
.sidebar_tab_featured a{
	background:url('images/footer/footer_featured.gif') no-repeat left 2px;
	padding-left:15px;
}
.sidebar_tab_random_post a{
	background:url('images/footer/random.gif') no-repeat left 2px;
	padding-left:15px;
}
.sidebar_tab_ultimos a{
	background:url('images/footer/ultimos.gif') no-repeat left 2px;
	padding-left:15px;
}

.sidebar_tab_mas_vistos a:hover, a.sidebar_tab_mas_vistos:hover{
	color:#F23183!important;
}
.sidebar_tab_featured a:hover, a.sidebar_tab_featured:hover{
	color:#a5a45d!important;
}
.sidebar_tab_random_post a:hover, a.sidebar_tab_random_post:hover{
	color:#80c26b!important;
}
.sidebar_tab_ultimos a:hover, a.sidebar_tab_ultimos:hover{
	color:#22a9ff!important;
}



/* Footer
/* -------------- */
	
p.about-text {
	margin:0 0 10px 0;
	font:0.92em Arial, Helvetica, sans-serif; color:#b2b2b2;
	line-height:17px;
}

p.copyright {
	margin:10px 0 0 0;
	font:0.92em Arial, Helvetica, sans-serif; color:#404040;
}

/* Misc
/* -------------- */

.arial, .arial a {
	font-family:Arial, Helvetica, sans-serif;
}

/* 02 - MAIN STRUCTURE
/* ----------------------------------------------*/

.container {
	/* The container is a class simply because of the multiple full-span elements.*/
	margin:0 auto; padding:0;
	width:960px; height:auto;
}

/* Various Columns
/* -------------- */

.col-580 {
	width:580px;
	margin-left:2px;
}

.col-340 {
	width:340px;
}

.left, .alignleft {
	float:left;
}

.right, .alignright {
	float:right;
}

.aligncenter {
	margin:0 auto;
}

/* Clearfix
/* -------------- */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* 03 - HEADER
/* ----------------------------------------------*/

#header{
	margin:0 auto;
	width:920px;
	height:160px;
	padding: 35px 20px 0px 20px;
}

#blog_link{
	height:50px;
	margin:20px 0 0 70px;
	position:absolute;
	width:300px;
}
.signo{
	background:url("images/signo.gif") no-repeat 5px 0px;
	height:25px;
	margin:0 0 0 290px;
	position:absolute;
	width:25px;
}


#logo{
	position:relative;
	float:right;
	width:381px;
	height:150px;
	margin: 0px;
	padding: 0px;
}

.logo_dlv{
	background:url("images/homepage/header/background.gif") top no-repeat;
	display:block;
	float:left;
	position:relative;
	overflow:hidden;
	width:381px;
	height:113px;
	z-index:0;
 }
 
 .logo_dlv a{
 	display:block;
	background:url("images/homepage/header/logo.png") top no-repeat;
	width:381px;
	height:113px;
}

.logo_dlv span{
	display:none;
}

.background_slider{
	position:absolute;
	background:url("images/homepage/header/background_slider.png") no-repeat scroll;
	width:381px;
	height:431px;
	float:left;
	border: 0px;
	overflow: hidden;
	z-index:-1;
}

#logo span {
	display:none;
}	
	
	#search_box {
		padding-bottom:20px!important;
		background:none !important;
	}
	
	#searchform-header {
		background:transparent url(images/searchform-back.gif) no-repeat scroll left center;
		height:auto;
		margin:0 auto;
		padding:0;
		width:284px;
	}
	
		#searchform-header #s {
			margin:0 0 0 0; padding:10px 10px 5px 25px;
			width:165px; height:auto;
			border:0;
			background:none;
			float:left;
			font-size:0.92em; color:#aea592;
		}
		#searchform-header input:focus{
			font-size:12px;
			font-weight:bold;
			color: #666666!important;
		}
		
		#searchform-header #go {
			float:right;
			margin:0;
		}
	
#navigation {
	background:transparent url(images/main-content-background.png) repeat-y scroll center top;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	margin:0;
	padding:0;
}

	#navigation ul.pages {
		margin:0 auto; padding:0;
		width:880px; height:auto;
		list-style:none; float:left;
	}
	
		#navigation ul li {
			margin:0 1px 0 0; padding:0;
			float:left; overflow:visible;
		}
		#navigation ul li ul li{
			text-transform:lowercase;
		}
		
	
/* 04 - DOCK
/* ----------------------------------------------*/

#latest-dock {
	margin:0; padding:0;
	height:140px;
	border-bottom:1px solid #fbf9fa;
}

	.dock-back {
		height:140px;
		background:#ffffff url(images/lomasreciente.gif) no-repeat 20px 15px;
	}
	
		#dock {
			margin:0 auto; padding:0;
			height:140px;
			width:960px;
			list-style:none;
			position:relative;
			text-align:center;
		}
		
			#dock li {
				margin:0; padding:0 0 18px 0;
				display:inline;
			}
			
			
				#dock li a:link, #dock li a:active, #dock li a:visited {
					background:#d5e3ea;
					display:inline-block;
					height:85px;
					margin:10px 7px 0;
					padding:5px 0 0;
					width:80px;
				}
					
				#dock li span {
					color:#777777;
					display:none;
					font-family:"century gothic",Helvetica,Arial;
					font-size:14px;
					font-weight:bold;
					height:auto;
					left:0;
					line-height:normal;
					margin-top:110px;
					padding:0;
					position:absolute;
					text-align:center;
					width:980px;
					z-index:2;
				}
#cv {
	height:70px;
	margin:-70px 0 0 802px;
	position:absolute;
	width:70px;
}

#cv .fadethis {
	text-indent:-9999px;
	float: left;
	position:relative;
	display:block;
	height: 70px;
	width: 70px;
	background: url("images/social.png") 0 0;
	cursor:pointer;
}
	
#cv .fadethis* {
	  display: none;
	}
	
#cv .fadethis .hover {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 70px;
	width: 70px;
	background: url("images/social.png") 0 -70px;
}
#twitter {
	height:70px;
	margin:-140px 0 0 872px;
	position:absolute;
	width:70px;
}

#twitter .fadethis {
	text-indent:-9999px;
	float: left;
	position:relative;
	display:block;
	height: 70px;
	width: 70px;
	background: url("images/social.png") 140px 0;
	cursor:pointer;
}
	
#twitter .fadethis* {
	  display: none;
	}
	
#twitter .fadethis .hover {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 70px;
	width: 70px;
	background: url("images/social.png") 140px -70px;
}

#rss {
	height:70px;
	margin:-70px 0 0 872px;
	position:absolute;
	width:70px;

}

#rss .fadethis {
	float: left;
	position:relative;
	display:block;
	height: 70px;
	width: 70px;
	background: url("images/social.png") 70px 0;
	cursor:pointer;
}
	
#rss .fadethis* {
	  display: none;
}
	
#rss .fadethis .hover {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 70px;
	width: 70px;
	background: url("images/social.png") 70px -70px;
}
				
/* 05 - MAIN CONTENT
/* ----------------------------------------------*/

#main-content {
	padding:20px 0;
	border-top:1px solid #c6dee7;
	background:url("images/main-content-background.png") repeat-y top center;
}

.post {
	margin:0 0 25px 0;
}
/* Recent Post Bottom */

#recent_posts{
	background:#9FABB1 url(images/boxcaption_vermas.png) no-repeat scroll right bottom;
	border:1px solid #FFFFFF;
	height:410px;
	margin:0 auto;
	width:538px;
	-moz-box-shadow:0 0 30px #888888;
	-webkit-box-shadow:0 0 30px #888888;
}
#recent_posts h3{
	line-height:32px;
	padding:15px 0 0 15px;
	text-shadow:-1px 1px 10px #DDF5FF;
}

#recent_posts .thumbnails{
	width:880px;
	height:166px;
	margin-left:10px;
	padding:0px;
}

#recent_posts .boxgrid{
	background:#E0EDF3 none repeat scroll 0 0;
	border:3px solid #515B60;
	float:left;
	height:160px;
	margin:10px 0 0 10px;
	overflow:hidden;
	position:relative;
	width:160px;
}
#recent_posts .boxgrid:hover{
	border:3px dashed #cccccc;
}

#recent_posts .boxgrid a{
	color:#111111;
	font-family:nilland,"century gothic","Trebuchet MS","Lucida Sans Unicode";
	font-weight:bold;
	font-size:14px;
	line-height:14px;
}
#recent_posts.boxgrid a:hover{
	color:#333333;
	border:none;
	font-size:14px;
}



#recent_posts .boxgrid img{
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
}

#recent_posts .boxcaption{
	background:url(images/boxcaption.png) repeat;
	float:left;
	height:100px;
	padding:10px;
	position:absolute;
	width:90%;
 	}
	
#recent_posts .captionfull .boxcaption {
 	top: 160px;
 	left: 0px;
 }
#recent_posts .caption .boxcaption {
 	top: 160px;
 	left: 0px;
 }

#recent_posts_ver_mas{
	position:absolute;
	margin:203px 0 0 381px;
	height:150px;
	width:150px;
}
/* Archive Post
/* --------------- */

#post_container {
	list-style-image:none;
	list-style-position:outside;
	margin:0 auto;
	width:885px;
	height:1080px;
}

.post_archive {
	background:#eeeeee none repeat scroll 0 0;
	border:1px solid #ffffff;
	float:left;
	height:400px;
	overflow:hidden;
	position:relative;
	width:275px;
	margin:0 5px 10px;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-topright:20px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-box-shadow:0 0 20px #87ACBD;
	-webkit-box-shadow:0 0 20px #87ACBD;

	
}

.imagearchive{
	border:2px solid #444444;
	height:200px;
	margin:10px auto;
	width:200px;
}

.imagearchive :hover img{
	border: 2px solid #72beff;
	margin: -2px;
	}

#post_excerpt {
	margin:0 auto;
	padding:0 18px;
}
	
#post_excerpt p{
	color:#555555;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	line-height:16px;
}

#archive_pagenavi {
	clear:both;
	letter-spacing:-1px;
	margin:0 auto 20px;
	padding-top:25px;
	text-align:center;
	text-transform:lowercase;
}

.sheadline  {
	border-bottom:1px solid #BBBBBB;
	color:#c947ff;
	font-family:Helvetica,"century gothic",Lucida Sans Unicode;
	font-size:20px;
	letter-spacing:3px;
	line-height:40px;
	margin-left:32px;
	width:880px;
	text-shadow:1px 1px #FFFFFF;
}

.lheadline  {
	color:#777777;
	font-family:"century gothic",Lucida Sans Unicode;
	font-size:41px;
	letter-spacing:-3px;
	line-height:40px;
	margin-left:32px;
	text-shadow:2px 2px 2px #FFFFFF;
}

/* Small (Half) Post
/* --------------- */

.single {
	margin:0 15px 20px 0;
	width:275px; height:auto;
	float:left;
}

	.single .post-content {
		margin:0; padding:22px 17px 11px;
	}
	
	.single .post-image {
		height:115px;
	}
	
	.single .post-footer {
		padding:16px 23px;
	}
	
	.last {
		margin:0;
	}

/* Post Box
/* --------------- */
	
.post-box {
	margin:0; padding:0;
	background:#ffffff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.shadow_light{
	-moz-box-shadow:0px 8px 20px #AAAAAA;
	-webkit-box-shadow:0px 8px 20px #AAAAAA;
}
.shadow_blue{
	-moz-box-shadow:0 5px 20px #9ED3F5;
	-webkit-box-shadow:0 5px 20px #9ED3F5;
}


	.post-meta {
		margin:0 0 23px 0; padding:0;
		border-bottom:1px solid #FFF;
		position:relative;
	}
		
		.post-info {
			margin:0; padding:10px 5px;
			width:140px; height:auto;
			border-bottom:4px solid #889398;
			bottom:0; right:0;
			position:absolute;
		}

	.post-content, .page-content, .comment-content {
		margin:0;
		padding:22px 22px 11px;
		position:relative;
	}
	
		.page-content {
			padding:15px 22px 0;
		}
		.page-content p{
			color:#444444;
			font-size:14px;
			line-height:19px;
			margin-top:10px;
			text-indent:15px;
		}
		.page-content a:link, a:active{
			color:#f23183;
			text-decoration:none;
			font-weight:bold;
		}	
		.page-content a:hover {
			color:#ff79b2;
		}
		.page-content a:visited{
			color:#b62b66;
			font-weight:bold;
			font-size:17px!important;
		}
		.comment-count {
			-moz-border-radius-bottomleft:8px;
			-moz-border-radius-bottomright:8px;
			-moz-border-radius-topright:8px;
			-webkit-border-top-right-radius:8px;
			-webkit-border-bottom-left-radius:8px;
			-webkit-border-bottom-right-radius:8px;
			-moz-box-shadow:-1px -1px #AF1559;
			background:#F23183 none repeat scroll 0 0;
			display:block;
			height:25px;
			left:-10px;
			margin:0;
			overflow:hidden;
			padding:8px;
			position:absolute;
			text-align:center;
			top:-10px;
			vertical-align:middle;
			width:140px;
		}
			.page-content .comment-count {
				margin-top:-15px;
			}
				
		.post-image, .post-image-inner {
			margin:0 auto 10px auto; padding:0;
			width:auto; height:auto;
			display:block;
		}
		
			.post-image-inner {
				margin:0 auto 10px 15px;
				float:right;
			}
		
			.post-image img, .post-image-inner img {
				margin:0 auto; padding:3px;
				border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8;
				border-bottom:1px solid #e7e8e8;
				text-align:center; display:block;
			}

.page-content ul, .page-content ol {
	list-style-image:none;
	list-style-position:outside;
	margin:10px 0 0 50px;
	padding:0;
}
.page-content ol {
	list-style-image:none;
	list-style-position:outside;
	margin:10px 0px 3px 30px;
	padding:0;
}
.page-content ol li {
	margin:10px 0;
	padding:0;
	text-indent: -5px;
}

.page-content ul li {
	list-style-type:square;
	margin:10px 0;
	padding:0;
	text-indent: -5px;
}			

blockquote{
	-moz-border-radius-topright:15px;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-box-shadow:0 0 20px #6CC3FA;
	-webkit-box-shadow:0 0 20px #6CC3FA;
	background:#FFE3FD url(images/quote.png) no-repeat scroll 10px 0;
	border-left:3px solid #bbbbbb;
	font-family:"trebuchet MS",helvetica,arial;
	margin:10px 20px;
	padding:20px 15px 15px;
	text-indent:45px;
}
blockquote p{
	color:#3E8CBD !important;
	font-size:17px !important;
}
blockquote a{
	color:#B62B66 !important;
}
blockquote a:hover{
	color:#d65e91 !important;
}

	/* Post Footer
	/* --------------- */		
			
	.post-footer {
		margin:0; padding:23px;
		background:#fcfdfe;
		border-top:1px solid #FFF;
		position:relative; z-index:100;
	}
	
		.continue-reading {
			margin:0; padding:0;
			width:180px; height:auto;
			float:left;
		}
		
		.category-menu {
			margin:0; padding:0;
			width:350px; height:auto;
			float:right; text-align:right;
			position:absolute; top:10px; right:10px;
		}
		
			.indicator, .indicator-active {
				margin:0; padding:0;
				width:7px; height:5px;
				background:url(images/expand.gif) no-repeat center left;
				display:inline-block; vertical-align:middle;
			}
			
				.indicator-active {
					background:url(images/collapse.gif) no-repeat center left;
				}
		
			.dropdown {
				margin:0; padding:0;
				width:360px; height:auto;
				background:url(images/dropdown.png) no-repeat bottom center;
				text-align:left;
				display:none;
				position:relative;
			}
			
				.cat-posts {
					margin:0 auto; padding:10px 0 19px 0;
					width:322px; height:auto;
					list-style:none;
					border-top:1px solid #ebecec;
				}
				
					.cat-posts li {
						margin:0; padding:10px 15px;
						background:url(images/cat-post-li.gif) no-repeat bottom right;
					}
						.view-more  p{
							font-size:12px;
							color:#444444;
						}
							
							
						.cat-posts li.view-more {
							background:none;
						}

						.pagintacion_post{
							background:none repeat scroll 0 0 #333333;
							color:#FFFFFF !important;
							font-size:15px !important;
							padding:5px;
							margin-bottom:10px;
							-moz-border-radius-topright:10px;
							-moz-border-radius-topleft:10px;
							-moz-border-radius-bottomleft:10px;
							-moz-border-radius-bottomright:10px;
							-webkit-border-top-right-radius:10px;
							-webkit-border-top-left-radius:10px;
							-webkit-border-bottom-left-radius:10px;
							-webkit-border-bottom-right-radius:10px;
						}
						
						
/* Content Navigation
/* --------------- */	
						
.navigation {
	margin:0; padding:8px 10px;
	background:#dce8ee url(images/box-highlight.gif) repeat-x bottom center;
	border:1px solid #ebf2f5;
	border-bottom:1px solid #d4e0e6;
}

/* WP Attachments
/* --------------- */

.wp-caption {
	margin:0 10px; padding:9px 5px 5px;
	background:#FFF;
	border:1px solid #ebf2f5;
	border-bottom:1px solid #CCCCCC;;
	text-align:center;
}

	.wp-caption-text {
		margin:5px auto auto auto; padding:5px 0 0;
		font:0.92em Arial, Helvetica, sans-serif; color:#656c71;
	}
	
/* Inputs
/* --------------- */

.input {
	margin:0; padding:5px;
	background:#fdfefe url(images/post-box-top.gif) repeat-x top center;
	border:1px solid #dce7ed;
	font:0.92em Arial, Helvetica, sans-serif; color:#76716c;
}
	
/* Comments */					


.submit-comment {
	margin:0 0 15px 0; padding:0;
	width:100px; height:30px;
	background:url(images/enviar.png) 0 0;
	display:block;
	outline:0;
	text-indent:-9999px;
	border:0;
}
.submit-comment:hover{
	background-position: 0px -30px;
}
.submit-comment:active{
	background-position: 0px -60px;
}

.author {
	font:1.50em Arial, Helvetica, sans-serif; color:#3c4d54;
}

	.author a:link, .author a:active, .author a:visited {
		color:#3c4d54;
	}
	
	.author strong span, .author strong span a:link, .author strong span a:active, .author strong span a:visited {
		color:#6b8894;
		display:inline;
	}
	
.author span {
	font:0.61em Georgia, "Times New Roman", Times, serif; color:#a3aeb2;
	display:block;
}

.comment-text {
	font:1.00em Arial, Helvetica, sans-serif; color:#74868d;
	line-height:19px;
}

/* 06 - SIDEBAR
/* ----------------------------------------------*/

#sidebar {
	margin:10px 0 0 15px; padding:0px;
	width:305px; height:auto;
	list-style:none;
}

	#sidebar li {
		margin:0 0 20px 0; padding:0 0 56px 0;
		width:auto; height:auto;
		background:#f5fbfe url(images/sidebar-bottom.gif) no-repeat bottom center;
	}
	
		#sidebar #tag_cloud, #sidebar #search {
			padding:0;
			background:none;
		}
		
			#searchform {
				margin:0 auto; padding:0;
			}
			
	#sidebar #sponsored-ad {
		background:none;
	}
	
		#sidebar li ul, #sidebar .textwidget, #calendar_wrap {
			margin:0 auto; padding:0;
			width:245px; height:auto;
			list-style:none;
			background:#ebf6fb;
			overflow:hidden;
		}		
		
			#calendar_wrap {
				margin:0 auto;
				width:190px;		
			}
		
				#wp-calendar {
					margin:15px 0; padding:0;
					width:100%; height:auto;
				}
				
					#wp-calendar caption {
						font:bold 1.17em Arial, Helvetica, sans-serif; color:#5a656a;
					}
					
					#wp-calendar thead tr th {
						font-weight:bold;
					}
					
					#wp-calendar td {
						font:0.92em Arial, Helvetica, sans-serif; color:#709cb0;
						border:1px solid #d2dce0; text-align:center;
					}
					
						#wp-calendar tfoot td {
							border:0;
						}
		
		#sidebar .textwidget {
			margin:0 auto 15px auto;
		}
		
			#sidebar li ul li  {
				margin:0 0 15px 0;
				padding:0;
				background:none;
				width:250px;
				float:left;
			}
			
				.sidebar-preview {
					margin:0; padding:3px 0 0 4px;
					width:114px; height:65px;
					background:#FFF url(images/sidebar-preview-back.gif) no-repeat top center;
					float:left;
				}
				
				.sidebar-content {
					margin:0; padding:0;
					width:115px; height:auto;
					float:right;
				}
						
/* 07 - FOOTER
/* ----------------------------------------------*/

#footer {
	margin:0;
	padding:0;
	width:auto;
	height:600px;
	background:#ffffff;
}
#footer_twitter {
	margin:0 auto;
	padding:0;
	width:960px;
	height:150px;
	background:url('images/footer/footer_twitter.jpg') no-repeat top center;
}
.twitter_icon{
	display:block;
	height:90px;
	margin:50px 0 0 57px;
	position:absolute;
	text-indent:-9999px;
	width:80px
}
#tweets{
	float:right;
	height:85px;
	margin-top:40px;
	width:780px;
}
#tweets p{
	color:#F8C3E7;
	font-size:11px;
	margin-bottom:7px;
	margin-top:0;
}
#tweets a{
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
}
#tweets a:hover{
	color:#8cbefc;
	border-bottom:1px dashed #666666;
}
#footer_columns{
	margin:0 auto;
	padding:0;
	width:960px;
	height:381px;
	background:url('images/footer/footer_columns.jpg') no-repeat;
}
#footer_columns a{
	color:#333333;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-0.08em;
}

#footer_columns .mas_vistos{
	float:left;
	height:311px;
	padding:70px 0 0 20px;
	width:297px;
}
#footer_columns .featured{
	float:left;
	height:311px;
	padding:70px 0 0 20px;
	width:298px;
}
#footer_columns .contacto{
	float:left;
	height:311px;
	padding:70px 0 0 37px;
	width:283px;
}
#footer_columns li{
	line-height:20px;
	margin-left:20px;
	text-indent:-14px;
}
#footer_columns .mas_vistos a{
	background:url('images/footer/footer_mas_vistos.gif') no-repeat left 4px;
	padding-left:15px;
}
#footer_columns .featured a{
	background:url('images/footer/footer_featured.gif') no-repeat left 4px;
	padding-left:15px;
}
#footer_columns .mas_vistos a:hover{
	color:#F23183;
}
#footer_columns .featured a:hover{
	color:#fff961;
}

#contactform  input.name{
	border:1px solid #D4D4D4;
	color:#AAAAAA;
	height:20px;
	margin-bottom:8px;
	padding-left:5px;
	padding-top:4px;
	width:245px;
}

#contactform  input.name:focus{
	color: #666666;
	border: 1px solid #bbbbbb;
}
#contactform  input.mail{
	border:1px solid #D4D4D4;
	color:#AAAAAA;
	height:20px;
	margin-bottom:8px;
	padding-left:5px;
	padding-top:4px;
	width:245px;
}

#contactform  input.mail:focus{
	color: #666666;
	border: 1px solid #bbbbbb;
}
#contactform  input.website{
	border:1px solid #D4D4D4;
	color:#AAAAAA;
	height:20px;
	margin-bottom:8px;
	padding-left:5px;
	padding-top:4px;
	width:245px;
}

#contactform  input.website:focus{
	color: #666666;
	border: 1px solid #bbbbbb;
}
#contactform  textarea.mensaje{
	overflow: auto;
	font-family:Helvetica,"Trebuchet MS","Lucida Sans Unicode";
	color: #aaaaaa;
	border: 1px solid #d4d4d4;
	height:150px;
	padding-top:4px;
	padding-left:5px;
	width:245px;
	margin-bottom:13px;
}

#contactform  textarea.mensaje:focus{
	font-size:16px;
	font-weight:bold;
	color: #666666;
	border: 1px solid #bbbbbb;
}

#contactform  input.enviar{
	background:#FFFFFF url('images/footer/footer_enviar.png') no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	display:block;
	height:27px;
	margin:-10px 0 0 225px;
	padding:0;
	position:relative;
	text-indent:-9999px;
	width:27px;
} 
#contactform  input.enviar:hover{
	background:#FFFFFF url('images/footer/footer_enviar.png') 0 -27px no-repeat;
} 



/* WP-PageNavi
/* ----------------------------------------------*/

div.wp-pagenavi {
	background:#F0F7FA;
	text-align:center;
	padding:10px 0;
	overflow:hidden;
	font-size:15px;
}
div.wp-pagenavi a, div.wp-pagenavi span.pages, div.wp-pagenavi span.current {
	padding:4px 8px;
	display:inline-block;
	border-width:1px;
	border-style:dashed;
}
div.wp-pagenavi a, div.wp-pagenavi a:link, div.wp-pagenavi a:visited, div.wp-pagenavi a:active {
	margin:0px 5px;
	border-color:#cccccc;
	color:#999999;
	background:#CADDE6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.wp-pagenavi a:hover {
	border:1px solid #888888!important;
	background:#eeeeee!important;
	color:#444444;
}
div.wp-pagenavi span.pages, div.wp-pagenavi span.extend {
	display:none;
}
div.wp-pagenavi .page {
	background:none!important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:4px 8px;
}
div.wp-pagenavi span.current {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:4px 8px;
	font-weight: bold;
	background-color:#99A9AF;
	border-color:#ffffff;
	color:#ffffff;
	border-style:solid!important;
	margin:0px 5px;
}









/* Last Update 2.7.09 */