/*
Theme Name:		De Punta
Theme URI: 		http://www.dpunta.com/
Description: 	De Punta Theme.
Author:			Wikichaves
Author URI: 	http://wikichaves.com/
Version: 		1.2
Tags: 			depunta
*/



/* colors 

background:	#1A1B1F
text:		#
links: 		#
widget bg:	#
widget br:	#
widget tx:	#

*/

/* RESET */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Main STYLES */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#1A1B1F;
	color:#000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	}

h2 {
	font-size:30px;
	}

h3 {
	font-size:28px;
	}

h4 {
	font-size:22px;
	}

h5 {
	font-size:18px;
	}

p {
	font-size:15px;
	line-height:24px;
	}
	
a {
	color:#000;
	text-decoration:underline;
	}

a:hover {
	}



#container {
	width:960px;
	margin:auto;
	background:#FFF;
	padding:20px;
	/* box shadow */
	-moz-box-shadow: 0 0 8px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,1);
	}

/*- HEADER -*/

#header {
	}
	
	

#ads {
	margin-bottom:20px;
	}

#ads .leaderboard {
	float:left;
	margin-right:16px;
	padding:1px;
	border:1px solid #CCC;
	width:728px;
	height:90px;
	overflow:hidden;
	}
	
#ads .212x90 {
	float:left;
	}
	
#logo {
	float:left;
	width:280px;
	height:85px;
	background:url(images/depunta-logo.png) no-repeat;
	text-indent:-99999px;
	}

#logo a {
	width:280px;
	height:85px;
	display:block;
	}




#nav  {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:2px 0;
	margin:20px 0;
	}
	
#nav ul {
	list-style: none;
	}
	
#nav li {
	float: left;
	position: relative;
	font-size:15px;
	margin-right:2px;
	}

#nav li a {
	text-decoration:none;
	padding:6px;
	display: block;
	}

#nav li a:hover {
	text-decoration:none;
	background:#000;
	color:#fff;
	}
	
/* Submenu */

#nav ul ul {
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 9999999;
}
#nav ul ul li {
	min-width: 180px;
}
#nav ul ul ul {
	left: 100%;
	top: 0;
}
#nav ul ul a {
	background: #333;
	color:#fff;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#nav li:hover > a,
#nav ul ul :hover > a {
	background: #000;
	color: #fff;
}
#nav ul li:hover > ul {
	display: block;
}
#nav ul li.current_page_item > a,
#nav ul li.current-menu-ancestor > a,
#nav ul li.current-menu-item > a,
#nav ul li.current-menu-parent > a {
	
}
* html #nav ul li.current_page_item a,
* html #nav ul li.current-menu-ancestor a,
* html #nav ul li.current-menu-item a,
* html #nav ul li.current-menu-parent a,
* html #nav ul li a:hover {
	color: #fff;
}



/*- SLIDER -*/


#featured {	
	width:640px;	
	height:400px;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
	}

#gallery {
	margin: auto;
	overflow:hidden;
	}

#gallery li {
	width:640px;
	height:400px;
	background:#1a1b1f;
	}


/*- CONTROLS -*/

#prevBtn a { 
	background: url('images/btn-prev.png') no-repeat left top; 
	cursor: pointer; 
	display: block; 
	height: 65px; 
	left: 2px; 
	margin:-260px 0 0 0; 
	position: absolute; 
	text-indent: -9999em; 
	width: 28px; 
	z-index: 1000; 
	}

#nextBtn a { 
	background: url('images/btn-next.png') no-repeat left top; 
	cursor: pointer; 
	display: block; 
	height: 65px; 
	margin:-260px 0 0 0; 
	position: absolute; 
	right: 2px; 
	text-indent: -9999em; 
	width: 28px; 
	z-index: 1000;
	}

#controls { 
	position:absolute; 
	margin:-440px 10px 0 0; 
	right:10px; }

#controls li { 
	display:block; 
	float:left; 
	}

#controls li a { 
	background:url('images/bullet.png'); 
	display:block;
	margin:0 2px; 
	height:12px; 
	text-indent:-9999em; 
	width:12px;
	}

#controls li.current a { 
	background-position:left bottom; }
			
			

	
#content {
	float:left;
	min-height:500px;
	width:640px;
	margin-right:20px;
	}

#content.widepage {
	width:960px;
	margin-right:0;
	}


.thumbnail.recent {
	float:left;
	background:#1A1B1F;
	width:290px;
	padding:10px;
	margin:0 20px 20px 0;
	}	

.thumbnail.last {
	margin-right:0;
	}
	
.thumbnail a {	
	color:#FFF;
	text-shadow:#000 1px 1px 0;
	text-decoration:none;
	}

.thumbnail.featured img {
	width:640px;
	height:360px;
	}

.thumbnail.featured h2 a {
	font-size:22px;
	padding:10px;
	}

.thumbnail.recent h2 {
	font-size:14px;	
	margin-top:10px;
	overflow:hidden;
	}
	
#content #breadbumbs {
	color:#FFF;
	font-size:14px;
	background:#000;
	padding:5px 8px;
	text-decoration:none;
	margin-bottom:20px;
	float:left;
}

#content #breadbumbs a {
	color:#FFF;
	text-decoration:none;
}
	
.post {
	margin-bottom:30px;
	}

.post h2.title {
	margin-bottom:5px;
	}

.post h2.title a {
	text-decoration:none;
	}

.post h2.title a:hover {
	text-decoration: underline;
	}



.post .meta {
	font-size:16px;
	margin-bottom:20px;
	}
	

.post .entry {
	font-family:Arial, Helvetica, sans-serif;
	}

.post .entry p {
	margin-bottom:16px;
	}

.post .entry a.more-link {
	padding:2px 5px;
	}
	
.post .entry a.more-link:hover {
	color:#fff;
	background:#000;
	text-decoration:none;
	}

.entry h3, .entry h4, .entry h5, .entry h6 {
	clear:both;
	}
	
.post .entry h3 {
	margin-bottom:10px;
	}

.post .entry h4 {
	margin-bottom:10px;
	}

.post .entry h5 {
	margin-bottom:10px;
	}

.post .entry ul {
	list-style: inside square;
	line-height:24px;
	margin-bottom:14px;
	margin-left:22px;
	}

.post .entry ol {
	list-style: inside decimal;
	line-height:24px;
	margin-bottom:14px;
	margin-left:22px;
	}

.post .entry li {
	}

.post .entry blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	line-height:20px;
	margin:0 10px 14px 22px;
	border-left:  #e8e8e8 6px solid;
	padding-left:10px;
	}

.post .entry img {
	border: 1px solid #000;
	padding:2px;
	margin: 0 0 24px 0;
	max-width: 640px;
	}

.post .entry .alignleft,
.post .entry img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.post .entry .alignright,
.post .entry img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.post .entry .aligncenter,
.post .entry img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.post .entry img.alignleft, .post .entry img.alignright, .post .entry img.aligncenter {
	margin-bottom: 10px;
}

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

#prev-next  {
	margin-top:20px;
}

#prev-next .prev {
	float:left;
}

#prev-next .next {
	float:right;
}


#comments li {
	list-style:none;
	}


ol.commentlist {
	list-style:none;
	margin:0;
	}

.comment-body {
	padding:20px;
	background: #f6f6f6;
	margin-bottom:20px;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	-moz-box-shadow: 0 1px 1px #ccc;
	-webkit-box-shadow: 0 1px 1px #ccc;
}

	

#sidebar {
	float:left;
	width:300px;
	}


#sidebar .widget {
	list-style:none;
	margin-bottom:20px;
	}


#sidebar .widget h4.widgettitle {
	margin-bottom:10px;
	}

#sidebar .widget.widget_execphp h4.widgettitle {
	display:none;
	}


#sidebar .widget p {
	font-size:14px;
	line-height:20px;	
	}

#sidebar .widget a {
	color:#606265;
	}

#sidebar .widget a:hover {
	color:#008C83;
	}
	
#sidebar .widget ol {
	font-size:14px;
	list-style:inside decimal;
	}

#sidebar .widget ul {
	font-size:14px;
	list-style:square inside ;
	list-style-image:url(images/list-style.png);
	}



#sidebar .widget li {
	margin-bottom:8px;
	line-height:17px;
	}



.widget_youtube_channel_widget {
	background:#1a1b1f;
	padding:10px;
	}

.widget_youtube_channel_widget h4 { color:#FFFFFF; font-size:12px; font-family:Arial, Helvetica, sans-serif;}

.widget_youtube_channel_widget p a {
	color:#ccc!important; 
	text-decoration:none;
	background:url(images/youtube_16.png) no-repeat 0 10px;
	padding-left:22px;
	line-height:16px;
	padding-top:10px;
	}

.widget_youtube_channel_widget p a:hover { color:#fff !important;}


	
	
#footer {
	width:1000px;
	margin:auto;
	padding:20px 0;	
	}	
	
#footer p.sitemap  {
	float:left;
	font-size:14px;
	line-height:14px;
	color:#CCC;
	}

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

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


#footer p.design { float: right; margin-top:-2px; }

#footer p.design a {
  float: left;
  text-decoration: none;
  line-height: 12px;
}

#footer p.design a span {
  float: left;
  color: #999;
  text-shadow: 1px 1px 0px #252123;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:19px;
}

#footer p.design a span.logo {
  float: right;
  width: 80px;
  height: 15px;
  text-indent: -9999px;
  background: url(images/wikichaves-logo.png) right top no-repeat;
  padding-left: 5px;
}

#footer p.design a:hover span {
  color: #ccc;
  background-position:right bottom;
}





	
.clearer, .clear {
	clear:both;
	}



.revistadepunta-header a {
	color:#000 !important ;
	}
table.gadget tbody tr td a img, span.powered {
	display:none !important;
	
	}
	
	




/*WP Newsletter */

#newsletter {
	height:65px;
	padding:10px 0;
	}


#newsletter li { list-style:none;}

#newsletter h4 {font-size:17px; margin-bottom:8px;}

#newsletter #emailInput { height:19px; width:186px!important; padding:2px 3px;}

#newsletter #resultado.advertise { font-size:12px; height:6px; padding:1px; margin-top:2px; text-align:left!important;}



#wordpress_themes {display:none;}

.widget_meenews {
	margin-top:20px;
	
	}

.advertise {
	text-align:right;
	font-size:12px;
	}

#etiqueta {
	display:none !important;}

