/*



Theme Name:		WP Framework



Theme URI: 		http://wpframework.com/



Version: 		0.2.4.10



Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.



Author: 		Ptah Dunbar



Author URI:		http://ptahdunbar.com



Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats







Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.



WP Framework is licensed under the terms of the GNU General Public License version 2.







/**



 * Basic 2 column (aside)(content) fixed layout



 * 



 * @package WPFramework



 * @subpackage Layouts



 * @beta



 */



/* Menu Top */

.menutop{ height: 37px;}

.menutop a {

color:#FFF;

}

.menutop a:hover{

color:#FFF;



}

.menutop td:hover{

	background-color:#000;

	color:#333;

}







.contenedor { width: 100%; position:absolute; top: -20px; }



.container { width: 960px; margin: 20px auto; }
.twitter {float:right;}


.hfeed { width: 720px; float: right; margin-right: 20px }



.aside { width: 180px; float:left; margin-left: 5px }



.footer { clear:both}







a { TEXT-DECORATION: none;}

/* Anucios entre post */
.anuncio {width: 720px;}

.anuncioleft{ width: 350px; float:left; margin-left: 10px;}
.anuncioright{ width: 350px; float:right; margin-right: 0px;}
.anuncioright li{ margin-top: 2px;}

/*Destacadas*/

#featured_posts{

width:650px;

height:140px;

padding-top: 10px;

padding-left: 0px;

line-height:100%;

font-family: Helvetica, sans-serif;

font-size: 10px;

}

.long {

line-height:100%;

font-family: Helvetica, sans-serif;

font-size: 10px;

}



.destacadas{

	height:120px;}





#featured_posts h3{

font-size:10px;

width:70px;

}



#featured_posts ul{

 list-style:none;

 

     



}



#featured_posts ul li{

float:left;

margin:0 4px 0;

}





#featured_posts ul li h3 a {

color:#090;

}

#featured_posts ul li h3 a:hover{

color:#333;

}



.imagencita {

	border:#999 1px solid;}





	 







/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */



.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}







/**



Hechos por andres



Cabecera



 */



.cabecera { height:180px}



body { background:url(library/media/images/header_andromeno1.png) repeat-x 0 0px; height:180px}



.footer { background:url(library/media/images/image_footer.png) repeat-x 0 0px; height:150px}



.buscar {  background:url(logo_andromeno.png) no-repeat 0 04px; width:960px; height:80px;overflow: hidden; }



/*.logo { background:url(g2.png) no-repeat; height:110px;float: left; width:400px }*/



.logo {  height:110px;float: left; width:400px }



.caja_buscar {  width:400px; float:right; height:80px; padding-top: 0px;}







.social{ margin-top: 26px;}







.widget {
}




.derecha { margin-left: 30px; width: 500px; float:left;}



.izquierda { width: 130px; height: 130px; float:left;}



.topright { float: right;}

.topleft{float:left;}

.menutop{margin-right: 5px;}

/*estilo de recomendados*/
.contenido_recomendado{
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	width: 920px;
    border:solid 3px  #D5EA5B;
	background: #EEFDD0
	
}
.contenido_recomendado th{
	
	border-bottom:  dashed 2px #333;
}
.contenido_recomendado h2{
	color: #990;}
.contenido_recomendado a:link{
	color:#000;
	text-decoration:underline}
.contenido_recomendado a:visited{
	color:#000;
	text-decoration:underline
}
.contenido_recomendado a:hover{
	color:#000;
	text-decoration:none;
}
.contenido_recomendado p{
	line-height: 3px}




/* estilo de search box*/



.search



{



height:16px;



width:250px;



padding: 3px;



}	



/* Eric Meyer Reset Reloaded */



html, body, div, span, object, iframe,



h1, h2, h3, h4, h5, h6, p, blockquote, pre,



a, abbr, acronym, address, code,



del, dfn, em, img, q, dl, dt, dd, ol, ul, li,



fieldset, form, label, legend,



table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }







/* Removes dotted line when focus */



:focus { outline: none; }







/* Tables still need 'cellspacing="0"' in the markup. */














/* Remove possible quote marks (") from <q>, <blockquote>. */



blockquote:before, blockquote:after, q:before, q:after { content: ""; }



blockquote, q { quotes: "" ""; }







/* Remove annoying border on linked images. */



a img { border: none; }







/* Clearing floats without extra markup



   Based on How To Clear Floats Without Structural Markup by PiE



   [http://www.positioniseverything.net/easyclearing.html] */



.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



.clearfix { display: block; }







/* Regular clearing, just in case! */



.clear { clear: both; }







/**



 * Base - Sets vertical rhythm and basic overall typographic face-lift



 * 



 * @package WPFramework



 * @subpackage Media



 * @beta



 */







/* Document Body */



body, input, textarea { font: 13px/1.5 Georgia, "Times New Roman", Times, serif; }







/* Font Styles */



.serif { font-family: Georgia, "Times New Roman", Times, serif; }



.sans-serif { font-family: "lucida sans", Verdana, Arial, Helvetica, sans-serif; }







/* Vertical Rhythm  */



.entry-meta { margin-bottom: 10px; }



p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { margin-bottom: 20px; }



.hentry, .widget, .comment, .navigation-links { margin-bottom: 40px; }











/* Logo */



#logo, #logo a { font-size: 28px; line-height: 30px; color: #000; font-weight: bold; }



#logo a:hover { color: #2361a1; text-decoration: none; }



#tagline { color: #333; }







.nav { float: left;  width: 100%; height: 30px; }

.nav, .nav * { list-style: none; margin-left: 0; }

.nav li { float: left; padding: 0; position: relative; }

.nav ul li { width: 100%; }



.nav a { display: block; position: relative; padding: 8px 10px; }



/* Hides items under top menu */

.nav ul { position: absolute; top: -9999em; width: 20em; /* left offset of submenus need to match (see below) */ }



/* Shows submenus */

.nav li:hover ul,

.nav li.nav-hover ul { left: -1px; top: 29px; /* match top ul list item height */ z-index: 99; }



/* Hides all sub items (4 levels deep) */

.nav li:hover li ul,

.nav li.nav-hover li ul,

.nav li li:hover li ul,

.nav li li.nav-hover li ul,

.nav li li li:hover li ul,

.nav li li li.nav-hover li ul { top: -999em; }



/* On :hover, displays all sub items (4 levels deep) */

.nav li li:hover ul,

.nav li li.nav-hover ul,

.nav li li li:hover ul,

.nav li li li.nav-hover ul,

.nav li li li li:hover ul,

.nav li li li li.nav-hover ul { left: 20em; /* match .nav ul width */ top: -1px; }

.nav ul li a { border-bottom: 1px solid #ddd; }

.nav ul { border: 1px solid #ddd; border-bottom: none; }

.nav { border: 1px solid; border-color: #aaa #ddd #ddd #aaa; }

/* Default Skin */ /* Skin del menu de paginas

*/





.nav li:hover ul,

.nav li.nav-hover ul { background: #fff; }



.nav a { color: #666; border-right: 1px solid #ccc; }

.nav a:hover { text-decoration: none; background: #fafafa; }

.nav ul a { border-right: none; }

.nav li:hover, .nav li.nav-hover,

.nav a:focus { background: #fafafa; } 



/* Menu bugfix */

.ie7 .nav:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }







/*footer*/



.footer { 



font-family: Helvetica, sans-serif;



color: #999999; 



font-size: 14px;}



.footer a {



  	text-decoration: none;



  	color: #666666;



}



.titulofoot { 



font-family: Helvetica, sans-serif;



color: #999999; 



font-size: 15px;}







}



















/* Links */



.nav a { color: #84d0f0; text-decoration: none; font-size:16px; }



a:hover { text-decoration: underline; }



.entry-content a:link, .entry-content a:active, .entry-content a:visited { color: ##090; text-decoration: underline; }



.entry-content a:hover { text-decoration: none; }







/* Headings */



h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; }



h1 { font-size: 24px; line-height: 28px; padding: 5px 0px; }



h2 { font-size: 20px; line-height: 22px; padding: 5px 0px; }



h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; }



h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }



h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }



h6 { font-size: 10px; line-height: 16px; }







/* Content */



.page-title { font-size: 14px; font-weight: bold; }



.page-title span { font-style: italic; font-weight: normal; }



.entry-content{ 



line-height:200%;



margin-top: 17px;



font-family: Helvetica, sans-serif;



color: #666; 



font-size: 14px;}



.entry-content a {



  	text-decoration: none;



  	color: #090;



}
.entry-content a:link {



  	text-decoration: none;



  	color: #090;



}







.entry-content a:hover {text-decoration: none; color:#090;}







.entry-content a img {



  border: none;/*remove border for linked images*/



}







/*separador*/



hr.separador {



	border: 0.7px solid #CCC;



	



	}



	/* categoria*/
.categorias a:link{



-ms-border-radius: 3px; 



-moz-border-radius:3px; 



-webkit-border-radius: 3px; 



background:#090;



font-family:"courier new",courier;



color: #FFF;



padding: 3px;}



	.categorias a{



-ms-border-radius: 3px; 



-moz-border-radius:3px; 



-webkit-border-radius: 3px; 



background:#FF5F00;



font-family:"courier new",courier;



color: #FFF;



padding: 3px;}

.categorias a:hover{



-ms-border-radius: 3px; 



-moz-border-radius:3px; 



-webkit-border-radius: 3px; 



background: #090;



font-family:"courier new",courier;



color: #FFF;



padding: 3px;}


 



.categorias a { color: #FFF; text-decoration: none; }



.categorias a:hover { text-decoration: none; }







/*informacion de quien hace el post*/



 .info {



	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;



	font-size: 11px;



	color: #999;



}







.info a { color: #333; text-decoration: none; }



.info a:hover { text-decoration: underline; }



.entry-content a:link, .entry-content a:active, .entry-content a:visited { color: #090; text-decoration: underline; }



.entry-content a:hover { text-decoration: none; }







/*titulo de la entrada*/







.entry-title, .entry-title a, .entry-title a:link, .entry-title a:active, .entry-title a:visited { 



font-family: Helvetica, sans-serif;



color: #000; 



font-size: 26px;



font-weight: bold;



text-decoration: none;



; }



.entry-title a:hover { color: #090; text-decoration: none; }







.widget-title { 



font-family: Helvetica, sans-serif;



color: #000; 



font-size: 22px;



font-weight: bold;



text-decoration: none;



text-align:center;



border-bottom:1px solid #999;
border-style: dotted; 
border-top-width: 0px; 
border-right-width: 0px; 
border-left-width: 0px;}



/* Text Elements */



address { font-style: italic; }



abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }







/* Post populares*/



.widget  ul {list-style-type: none;}



.widget_popular_posts li {list-style-type: none; margin:0px; list-style-position: outside;}



#popularposts { padding: 0px;}







.widget_popular_posts ul li {



list-style-type: none;



margin: 0;



padding: 0;



margin-bottom:35px;



}



ul li {



margin: 0;



padding: 0;



margin-bottom:25px;



}



ul {



  padding:0;



  margin:0;



  }



  







.wpp-post-title a:link, a:visited, a:hover, a:active {text-decoration:none;}



.wpp-post-title{color: #000;}



.post-stats{ color: #999;}















.wpp-post-title{vertical-align:middle;}







blockquote { color: #666; font-style: italic; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 10px; }







strong { font-weight: bold; }



em, dfn, cite { font-style: italic; }



dfn { font-weight: bold; }







sup { bottom: 1ex; }



sub { top: .5ex; }



small { font-size: 12px; }







del { text-decoration: line-through; }



ins { text-decoration: underline; }







code, pre {  line-height: 15px; }



var, kbd, samp, code, pre { font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #fafafa; }



kbd { font-weight: bold; }



samp, var { font-style: italic; }



pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }



code { padding: 0px 3px; }







/* Lists: (ul, ol, dl) */



ul, ol, dl { margin-left: 15px; }



.nav { margin-left: 0px; }



.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }







li ul, li ol { margin-bottom: 0; }



ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }







ol { list-style-type: decimal; }







ul { list-style-type: disc; }



ul ul { list-style-type: circle; }



ul ul ul { list-style-type: square; }







dt { font-weight: bold; }







.fat li { margin-bottom: 10px; }







/* Tables 



table { border: 1px solid #ccc; border-width: 1px; line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; }



table .even { background: #ddd; }



caption { text-align: left; }



tr { border-bottom: 1px solid #ccc; }



th, td { padding: 5px 3px; }*/







/* Forms */



input, textarea, button { background: #fafafa; border-color: #aaa #ddd #ddd #aaa; border-style: solid; border-width: 1px; color: #444; font-size: 14px; }



input, textarea, button { font-family: Cambria, Georgia, "Times New Roman", Times, serif; padding: 3px; }



button { font: 12px; padding: 2px 10px; cursor: pointer; }



input:focus, textarea:focus, button:hover { background: #fff; border-color: #777 #ccc #ccc #777; }







/* bugfix */



.safari input { padding: 0px 3px; }



.chrome input { padding: 1px 3px; }







/* Comments */



.comment-list, .comment-list .children { list-style: none; }



.comment-list { margin-left: 10px; }



.comment { margin-bottom: 40px; }



.comment-list .children { margin-top: 40px; }



.comment-meta { margin-bottom: 10px; }



.commenter { font-size: 16px; }



.avatar { float: right; margin: 0px 0px 10px 20px; border: 1px #ddd solid; padding: 1px; }







/* Comment Reply */



#comment-form .form-section input { margin-right: 10px; }



.form-section { margin-bottom: 10px; }



.form-section label { cursor: pointer; }



#commenter-details input { margin-right: 10px; }



#allowed-tags { font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 5px 10px; background: #fff; border: 1px #ddd dotted; border-top: none; width: 573px; }







/* Images */











.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */







/* [gallery] */



.gallery { margin: auto; }



.gallery-image { border: 2px solid #cfcfcf; margin-left: 0; }



.gallery-caption { margin-left: 0; }



.gallery-item { float: left; text-align: center; margin-left: 0; }







.gallery-columns-2 { width: 50%; }



.gallery-columns-3 { width: 33%; }



.gallery-columns-4 { width: 25%; }



.gallery-columns-5 { width: 20%; }



.gallery-columns-6 { width: 16%; }



.gallery-columns-7 { width: 14%; }



.gallery-columns-8 { width: 12%; }



.gallery-columns-9 { width: 11%; }







/* Navigation */



.page-navigation .nav-next { float: left; }



.page-navigation .nav-previous { float: right; }



.single-page-navigation .nav-next { float: right; }



.single-page-navigation .nav-previous { float: left; }







/* [gallery] + navigation clearfix */



.gallery-row:after, .navigation-links:after, .container:after, .menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



.gallery-row, .navigation-links, .container, .menu { display: block; }







/* Basic Alignments */



.alignleft { float: left; }



.alignright { float: right; }



.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }