/*
Theme Name: Viki Gomez 2011
Author: Sandra Tenorio
*/

/***************************************************************************/
/* HTML Tags */
/***************************************************************************/

body {
	background-image:  url('images/bg_15.jpg');
	background-repeat: repeat;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	}
	
/*******.picturex {
	background-image:  url('images/bg_6.jpg') !important;
	} *********/
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	color: #57b4b9;
	}
	
	div#pagination div.margined span a, div#pagination div.margined span.current  { padding: 5px; background-color: #ffffff; font-weight: bold; }
	
.wp-paginate {padding:0; margin:0;}

.wp-paginate li {display:inline; list-style:none;}

.wp-paginate a {padding: 5px; background-color: #ffffff; font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 100;
	color: #858585; margin-left: 2px; }

.wp-paginate a:hover, .wp-paginate a:active {background: #e3e3e3; color: #57b4b9;}

.wp-paginate .title {color:#555; margin-right:2px;}

.wp-paginate .gap {color:#999; margin-right:2px;}

.wp-paginate .current {	padding: 5px; background-color: #ffffff; font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 100;
	color: #57b4b9; margin-left: 2px; }

div.margined.info { text-align: right; margin-bottom: 20px; }


h1 {
	font-size: 1.4em;
	}
	
h2 {
	font-size: 1.2em;
	}
h3, h4, h5, h6 {
	font-size: 1.0em;
	}

blockquote {
	background: url(images/blockquote.gif) no-repeat left top;
	color: #999;
	margin:10px;
	padding: 0 40px 0 40px;
	}

code {
	background: #f4f4f4;
	color: #6a6a6a;
	margin:0;
	}

img {
	border:0
	}

a:link, 
a:visited {
	color: #57b4b9;
	text-decoration:none;
	}

a:hover {
	color: #57b4b9;
	text-decoration:none;
	}

/***************************************************************************/
/* This is the container for the whole page */
/***************************************************************************/

.page {
	width:980px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	}
	
.contenido {
	padding-bottom: 0.6em;
	margin-right: 20px;
	display: block;
	float: right;
	left: auto;
	right: auto;
	width: 515px;
	margin-left: 20px;
	}
.galeria {
	width:980px;
	margin-left: auto;
	margin-right: auto;
	}
	 
/***************************************************************************/
/* Header */
/***************************************************************************/

.negrez{
	background-image: url('images/negrez.png');
	height: 100px;
	top:0px;
	}

.negrez-content {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	}
.logo  {
	margin-left: 10px;
	float: left;
	padding-top: 0px;
	}

.redes {
	float: right;
	position: relative;
	padding-top: 55px;
	margin-left: 50px;
	}
	
.slider {
	width:980px;
	position:relative;
	margin-top: -15px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	z-index: -1;
	opacity:0.94;
	filter:alpha(opacity=94); /* For IE8 and earlier */

	}

	
.lang {
    margin: auto;
    width: 180px;
}
.lang li {
    display: block;
    float: left;
}
.lang li span {
    display: none;
}
.lang li a.langES {
    background: url("images/header_btn-es.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 16px;
    margin: 8px 2px 0 0;
    width: 22px;
}
.lang li a.langEN {
    background: url("images/header_btn-en.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 16px;
    width: 22px;
    
    margin: 8px 2px 0 0;
    
}



/***************************************************************************/
/* Menu Bar */
/***************************************************************************/

.menu-bar {
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 100;
	width: 1000px;
	background-image: url('images/menu-bg.jpg');
	color: #858585;
	height: 42px;
	margin-bottom: 15px;
	margin-left: -10px;
	}

#menux {
	float: left; 
	margin-left: -5px;
	}

ul.menu {
	float: left;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;	
	margin-left: -10px;
	}
	
ul.menu li {
	float: left;
	}
	
ul.menu li a {
	padding-left: 0px;
	padding-bottom: 0;
	padding-right: 10px;
	padding-top: 0px;
	float: left;
	display: block;
	height: 20px;
	}
	
ul.menu li a:link,
ul.menu li a:visited {
	color: #858585;
	}
	 
ul.menu li a:hover,
ul.menu li a:active {
		color:#57b4b9;
	text-decoration: none;
/*	 background-color:#f1f9ff;
	border:1px solid #a5d6f8;
	padding: 3px 14px 0 14px;*/
	}

ul.menu li.current_page_item a:link,
ul.menu li.current_page_item a:visited {
	color: #57b4b9;
	text-decoration: none;
	}
		
ul.menu li.current_page_item a:hover {
	color: #57b4b9;
	text-decoration: none;
/*	 background-color:#f1f9ff;
	 border:1px solid #a5d6f8;*/
	} 
	 
/***************************************************************************/
/* Post */
/***************************************************************************/

.post-content-page {
	color:#444;
	width:485px;
	overflow:hidden;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	padding-left: 15px;
	}
	
.post-content-page a:link, .post-content-page a:visited {
	color:#57b4b9
	}

.post-content-page a:hover {
	color:#57b4b9;
	}

.post-content-page img, .post-content-page img:hover {

	border:0;
	width: 515px;
	height: auto;
	
	}

.post-content-page ul li {
	list-style:none;
	padding:0 0 0 15px;
	margin:6px 0 0 -10px;
	}

.post-content-page ol li {
	padding:0;
	margin:6px 0 0 0px;
	}
	
/***************************************************************************/
/* Bike */
/***************************************************************************/

.post-content-page-bike {
	color:#444;
	width:485px;
	overflow:hidden;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	padding-left: 15px;
	}
	
.post-content-page-bike a:link, .post-content-page-bike a:visited {
	color:#57b4b9
	}

.post-content-page-bike a:hover {
	color:#57b4b9;
	}

.post-content-page-bike img, .post-content-page-bike img:hover {
	border:0;
	}

.post-content-page-bike ul li {
	list-style:none;
	padding:0 0 0 15px;
	margin:6px 0 0 -10px;
	}

.post-content-page-bike ol li {
	padding:0;
	margin:6px 0 0 0px;
	}
	
	
/***************************************************************************/
/* pictures */
/***************************************************************************/

.contenido-pictures {
	padding-bottom: 0.6em;
	display: block;
	float: left;
	width: 980px;
	}
	
.content-pictures {
	background-repeat: repeat-x;
	background-image: url(/wp-content/themes/VikiGomez/images/menu-bg.jpg);
	margin-top: -19px;
	background-color: #fff;
	width: 980px;
	padding-bottom: 0.6em;
	padding-top: 0.1em;
	color:#555;
	font-size:10pt;
	float: left;
	}

.post-content-page-pictures {

	color:#444;
	width:930px;
	overflow:hidden;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	padding-left: 15px;
	}
	
.post-content-page-pictures a:link, .post-content-page-pictures a:visited {
	color:#57b4b9
	}

.post-content-page-pictures a:hover {
	color:#57b4b9;
	}

.post-content-page-pictures ul li {
	list-style:none;
	padding:0 0 0 15px;
	margin:6px 0 0 -10px;
	}

.post-content-page-pictures ol li {
	padding:0;
	margin:6px 0 0 0px;
	}
	
/***************************************************************************/
/* Post */
/***************************************************************************/

h2.post-title a:link, h2.post-title a:visited {

	padding-top: 15px;
	color:#57b4b9;
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 100;
	color: #666;
	}
	
	h2.post-title-index a:link, h2.post-title-index a:visited {
	padding-left: 15px;
	padding-top: 15px;
	color:#57b4b9;
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 100;
	color: #666;
	}
	

h2.post-title a:hover {
	color:#57b4b9;
	}

.post-content {
	color:#444;
	width:485px;
	overflow:hidden;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px
	}
	
.post-content a:link, .post-content a:visited {
	color:#57b4b9
	}

.post-content a:hover {
	color:#57b4b9;
	}

.post-content img, .post-content img:hover {
	border:0;
	width: 485px;
	height: auto;
	}

.post-content ul li {
	list-style:none;
	padding:0px 0 0 15px;
	margin:6px 0 0 -10px;
	}

.post-content ol li {
	padding:0;
	margin:6px 0 0 0px;
	}

.hr1 {
	margin-left: 15px;
	width: 485px;
	height: 13px;
	background-image: url('images/hr.png');
	}
	
.hr1 hr {
	display: none;
	}

.postmeta {
	margin: 8px 2px;
	font-size:8pt;
	}
	.postmeta-index {
	margin: 8px 2px;
	font-size:8pt;
	padding-left: 15px;
	}

.post-date {
	padding: 0 0 0 15px;
	}

.post-comment {
	padding: 0 0 0 0px;
	}

.post-comment a:link, .post-comment a:visited, .post-comment a:hover {
	color:#008000
	}

.post-filed {
	padding: 0 0 0 0px;
	}

.more-link{
	margin:0
	}

/***************************************************************************/
/* 105bars */
/***************************************************************************/

.left-sidebar, .right-sidebar {
	margin: 0px 0 0 0;
	margin:0;
	overflow:hidden	
	height: 100%;
	padding-top: 20px;
	}

.left-sidebar {
	width:290px;
	left:0px;
	right: auto;
	float: left;
	background-color: white;
	margin-top: -19px;
	}


.right-sidebar {
	width:135px;
	right:0px;
	float: right;
	background-image: url('images/bg_16.jpg');
	margin-top: -19px;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */


	}

.right-sidebar img{
	padding-left: 20px;
	
	}

/***************************************************************************/
/* WordPress Sidebar Widgets */
/***************************************************************************/

.wp-widget-title {

	position: relative; 
	top: -24px;
	color:#FFFFFF;
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 100;
	color: #666;
	padding:6px 0 6px 15px;
	margin:0;
	}

.wp-widget-title a:link, .wp-widget-title a:visited, .wp-widget-title a:hover{
	color:#FFFFFF;
	}

.wp-widget {
	margin-left: 0;
	margin-bottom: 25px;
	margin-right: 0;
	margin-top: 15px;

	color:#555;
	padding:0;
	font-size:8pt;
	}

.wp-widget ul {
	list-style:none;
	position: relative; 
	top: -15px;
	margin:5px 10px 5px 15px;
	padding:0;
	 }

.wp-widget ul li {
	background: url('images/bullet.gif') no-repeat 0px 0px;
	margin:0 0 10px 0;
	padding:0 0 0 14px;
	line-height:15px;
	font-size:8pt;
	}

.textwidget {
	position: relative; 
	top: -15px;
	margin:0px 0px 0px 5px;
	padding:0px 5px;
	}

.textwidget ul {
	list-style:none;
	position: relative; 
	top: 0px;
	margin:0 0 0 5px;
	padding:0;
	}

.textwidget ul li {
	background: url('images/bullet.gif') no-repeat 0 0;
	margin:5px 0 10px 0;
	padding:0 0 0 14px;
	line-height:15px;
	}

#calendar_wrap {
	position: relative; 
	top: -10px;
	margin:0 40px;
	}

#akismetwrap {
	position: relative; 
	top: -15px;
	margin:0 45px;
	}

#cat, select {
	position: relative; 
	top: -10px;
	margin:0 45px;;
	}
	 
.widget_categories ul li ul.children{
	position: relative; 
	top: 0px;
	left:-10px;
	}

.widget_pages ul li.page_item li{
	position: relative; 
	top: 20px;
	left:-10px;
	}
	 
/***************************************************************************/
/* Old Style Tigopedia Widgets */
/***************************************************************************/

.widget-title {
	color:#fff;
	font-size: 10pt;
	font-weight: bold;
	padding:6px 0px 6px 15px;
	}

.widget-title a:link, .widget-title a:visited, .widget-title a:hover {
	color:#fff;
	}

.widget {
	 color:#555;
	 padding:10px;
	 margin:0 0 10px 0;
     font-size:8pt;
	 }

.widget ul {
	list-style:none;
	margin:5px 5px 0px 5px;
	padding:0px;
	}

.widget ul li {
	background: url('images/bullet.gif') no-repeat 0px 0px;
	margin-bottom:10px;
	padding-left:14px;
	line-height:15px;
	font-size:8pt;
	}
	
 .content {
	margin-top: -19px;
	background-color: #fff;
	width: 515px;
	padding-bottom: 0.6em;
	padding-top: 0.1em;
	color:#555;
	font-size:10pt;
	float: left;
	}

.center-widget-title {
	background-repeat: repeat-x;
	background-image: url(/wp-content/themes/VikiGomez/images/menu-bg.jpg);
     padding-top: 10px;
     background-color: #fff;
	 color:#57b4b9;
	 font-size:16px;
	 font-weight: bold;
	 }
	 	 
.center-widget {
	background-color: #fff;
	padding-bottom: 0.6em;
	padding-top: 0.1em;
	color:#555;
	font-size:10pt;
	}
	 
.center-widget a:link, .center-widget a:visited {
	color:#57b4b9
	}

.center-widget a:hover {
	color:#57b4b9;
	}

.center-widget ul li {
	background: url('images/bullet.gif') no-repeat 0 0;
	list-style:none;
	padding:0 0 0 15px;
	margin:6px 0 0 -10px;
	}

.center-widget ol li {
	padding:0;
	margin:6px 0 0 0px;
	}
			 
		
/*************
	comments
*************/

			 
 .center-widget-title-comments {
	background-repeat: repeat-x;
	background-image: url(/wp-content/themes/VikiGomez/images/menu-bg.jpg);
     padding-top: 10px;
     background-color: #fff;
	 color:#57b4b9;
	 font-size:16px;
	 font-weight: bold;
	 padding-left: 20px;
	 padding-top: 10px;
	 }

.center-widget-comments {
	background-color: #fff;
	padding-bottom: 0.6em;
	padding-top: 0.1em;
	color:#555;
	font-size:10pt;
	 padding-left: 20px;
	 padding-top: 5px;
	}
			 
/*************
***Vikipedia**
*************/
	
.content-vikipedia {
	margin-top: -19px;
	margin-bottom: 30px;
	width: 515px;
	padding-bottom: 0.6em;
	padding-top: 0.1em;
	color:#555;
	font-size:10pt;
	float: left;
	}
	
	.post-content-vikipedia {
	color:#444;
	width:485px;
	overflow:hidden;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	}
	
	
.content-vikipedia .center-widget-title-vikipedia {
	padding-top: 10px;
	background-color: #fff;
	color:#57b4b9;
	font-size:16px;
	font-weight: bold;
	}
	
.center-widget-title-vikipedia {
	background-repeat: repeat-x;
	background-image: url(/wp-content/themes/VikiGomez/images/menu-bg.jpg); 
	}
	
.content-vikipedia .center-widget-vikipedia {
	padding-left: 15px;
	background-color: #fff;
	padding-bottom: 0.6em;
	padding-top: 0.1em;
	color:#555;
	font-size:10pt;
	}
	
 .content-vikipedia .center-widget-vikipedia a:link, .center-widget-vikipedia a:visited {
	color:#57b4b9
	}
	
 .content-vikipedia .center-widget-vikipedia a:hover {
	color:#57b4b9;
	}
	
.content-vikipedia .center-widget-vikipedia ul li {
	background: url('images/bullet.gif') no-repeat 0 0;
	list-style:none;
	margin:6px 0 0 -10px;
	}
	
.content-vikipedia .center-widget-vikipedia ol li {
	padding:0;
	margin:6px 0 0 0px;
	}
	
h2.post-title-vikipedia a:link, h2.post-title-vikipedia a:visited {
     padding-top: 15px;
     color:#57b4b9;
     font-family: 'Abel', sans-serif;
     text-transform: uppercase;
     font-size: 22px;
     font-weight: 100;
     color: #666;
	 }

/*****************************/

.bottom-page-nav {
	text-align:center;
	color: #57b4b9;
	}

.bottom-page-nav a:link, .bottom-page-nav a:visited, .bottom-page-nav a:hover {
	color:#57b4b9;
	}

.footer {
	color:#555;
	font-size:10pt;
	font-weight:normal;
	text-align:center;
	padding:0px 0px;
	margin:0;
	}
	 
.footer a:link, .footer a:visited, .footer a:hover {
	color:#57b4b9;
	}
	
.center-widget-footer {
	background-color: #000000;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	padding-bottom: 0.6em;
	padding-top: 0.1em;
	color:#555;
	font-size:10pt;
	clear: both;
	}

/* Comments Styles */

.comment-list {
	 padding:0;
	 margin:0 15px 20px 15px;
	 }

.comment-meta {
	position:relative;
	top:-20px;
	color: #555555;
	font-size:10pt;
	margin:50px 0 0 0;
	}

.odd-comment .comment-meta a:link, .odd-comment .comment-meta a:visited, .odd-comment .comment-meta a:hover {
	color: #57b4b9;
	font-weight:bold;
	}

.even-comment .comment-meta a:link, .even-comment .comment-meta a:visited, .even-comment .comment-meta a:hover {
	color: #008000;
	font-weight:bold;
	}

.odd-comment .comment-meta .comment-author {
	color: #57b4b9;
	font-weight:bold;
	}

.even-comment .comment-meta .comment-author {
	color: #008000;
	font-weight:bold;
	}

.odd-comment .comment-text {
	position:relative;
	top:-10px;
	background:url('images/comment-bg-gradient.gif') top left repeat-y; 
	color: #555;
	border:1px solid #b6cefe;
	padding:0px 10px !important;
	padding:10px 10px;
	width:440px;
	overflow:hidden;
	}

.even-comment .comment-text {
	position:relative;
	top:-10px;
	background:url('images/comment-bg-gradient-green.gif') top left repeat-y; 
	color: #555;
	border:1px solid #add3ad;
	padding:0px 10px !important;
	padding:10px 10px;
	width:440px;
	overflow:hidden;
	}

.odd-comment .comment-text a:link, .odd-comment .comment-text a:visited, .odd-comment .comment-text a:hover{
	color:#57b4b9;
	text-decoration:none;
	}
	 
.even-comment .comment-text a:link, .even-comment .comment-text a:visited, .even-comment .comment-text a:hover{
	color:#008000;
	text-decoration:none;
	}

#commentform a:link, #commentform a:hover, #commentform a:visited {
	color:#57b4b9;
	}

/* input */
	
input#s {
	 color:#777;
	 width: 90%;
	 height: 18px;
	 margin: 0;
	 padding: 2px;
	 border-left: 1px solid #aaa;
	 border-top:1px solid #aaa;
 	 border-right:1px solid #ddd;
	 border-bottom:1px solid #ddd;
	 }

input {
	 color:#555;
	 }

textarea#comment {
	 width:470px;
	 color:#555;
	 border-left: 1px solid #aaa;
	 border-top:1px solid #aaa;
 	 border-right:1px solid #ddd;
	 border-bottom:1px solid #ddd;
	 font-size:10pt;
	 }

input#author, input#email, input#url {
	 width:200px;
	 color:#555;
	 border-left: 1px solid #aaa;
	 border-top:1px solid #aaa;
 	 border-right:1px solid #ddd;
	 border-bottom:1px solid #ddd;
	 font-size:10pt;
	 }