/*  
Theme Name: Hemingway adaptado para la ALPMF
Theme URI: http://warpspire.com/hemingway
Description: Hemingway is a simple weblog theme by <a href="http://warpspire.com">Kyle Neath</a> aimed at giving bloggers a great platform on which to customize.  If you'd like to learn more about Hemingway, <a href="http://warpspire.com/hemingway">head on over to Warpspire</a> or ask a question in the <a href="http://discuss.warpspire.com">official support forums.</a> <br /><strong>This theme requires WordPress 2.0+</strong></a>.
Version: 0.19
Author: Kyle Neath y adaptado y diseñado por Seth~ Infodiseño
*/

/*-----------------------------------------------------------------------------------------------
  Estilos generales 
-----------------------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/
body{
	font-size:13px;
	background:url("http://www.alpmf.org/wp-content/uploads/fondo.gif") repeat-x #114a44;
  	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}


/* This class sets the width and position for all rows */
.inside{
	width:900px;
	margin:0 auto;
	background:#fff;
	padding: 10px;
}

.inside-navlist{
	width:900px;
	margin:0 auto;
	padding: 10px;
	_background: #fff;
}

a{
	color:#555;
}

h1{
	color:#207a70;
	font-size:2.2em;
	font-weight:normal;
	margin-bottom: 10px;
}

h2 {
	font-size:1.1em;
	margin-top: 12px;
	.margin-top: 19px;
	font-weight:bold;
	color:#111;
}


h3 {
	font-size:1.2em;
	font-weight:bold;
	font-weight:normal;
	padding-top:13px;
	padding-bottom:10px;
	color: #fff;
}

.inside h3 {
	font-size:1.3em;
	font-weight:bold;
	font-weight:normal;
	padding-top:13px;
	padding-bottom:10px;
	color: #111;
}

h3 a {
	font-size:1.5em;
	color:#aaa416;
	text-decoration:none;
}

h3 a:hover {
	background: #f4f3a9;
	color: #508e87;
}

h4{
	color:#111;
	font-size:1.7em;
	font-weight:bold;
	padding: 4px;
}

p{
	line-height:1.4em;
	color:#333333;
	margin:15px 0px;
}

ul li{
	list-style-type:square;
	margin:0.5em 0 0.5em 2.5em;
	line-height: 20px;
    color:#333333;
}

ol {
	margin:0.5em 0 0.5em 2em;
	line-height: 20px;
	color:#333333;
}

blockquote{
	margin-left:1em;
	padding-left:1em;
	border-left:2px solid #CCC;
	color:#CCC;
}

pre{
	width:100%;
	padding:1em 0;
	overflow:auto;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
}

table{
	width:100%;
	border-spacing:2px;
	margin:1.5em 0;
}
table th, table td{ padding:0.3em 0.75em }
table th{
	background:#CCC;
	color:#000;
	text-align:left;
}
table td{
	background:#333;
	color:#FFF;
}
table caption{
	text-align:left;
	color:#FFF;
	margin-bottom:-1em;
	margin-top:1em;
}

.rule{
	border-top:1px solid #CCC;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:1.5em 0;
}

.bandera {
    padding: 7px 10px 10px 8px;
    float:left;
}
.asistente {
    padding: 12px 15px 0px 0px;
    float:left;
}

.editorial {
margin: -20px 0 0 10px;
}
/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
    padding-top:20px;
	height: 105px;
}

#header h2{
	font-size:2.25em;
	margin:0 0.5em 0 0;
	_margin:-120px 0.5em 0 0;
	padding:0px 0.5em 0.25em 0;
	visibility:hidden;
}
#header h2 a{ text-decoration:none; }

#header p{
	padding:1em 0;
	margin:0px;
	line-height:1em;
	visibility:hidden;
}
#header img{
	margin-top: 10px;
}
#header .inside {
background: url("http://alpmf.org/wp-content/uploads/image-header.jpg") no-repeat;
}
/*-----------------------------------------------------------------------------------------------
  Navcontainer - Menú principal
-----------------------------------------------------------------------------------------------*/

#navcontainer {
    float:right;
    line-height:normal; 
	_margin-top: -12px; /*IE 6*/
	_padding-top: 10px; /*IE 6*/
	margin-bottom: -100px;
	font-size: 1em;
	position: relative;
	z-index:0;
}
#navcontainer ul {
    list-style:none;
}
#navcontainer li {
    display:inline;
    margin:0;
    padding:0;
}
#navcontainer a {
    float:left;
    background:url("http://alpmf.org/wp-content/uploads/tabs/tableft3.gif") no-repeat left top;
    margin-top:-8px;
    padding:0 0 0 4px;
    text-decoration:none;
}
#navcontainer a span {
    float:left;
    display:block;
    background:url("http://alpmf.org/wp-content/uploads/tabs/tabright3.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navcontainer a span {float:none;}
/* End IE5-Mac hack */
#navcontainer a:hover span {
    color:#FFF;
}
#navcontainer a:hover {
    background-position:0% -42px;
}
#navcontainer a:hover span {
    background-position:100% -42px;
}
#navcontainer .current_page_item a {
    background-position:0% -42px;
}
#navcontainer .current_page_item a span {
    background-position:100% -42px;
}
/*-----------------------------------------------------------------------------------------------
  Navcontainer - CONGRESO 
-----------------------------------------------------------------------------------------------*/

#menu-congreso {
    padding: 0 1px 1px;
    margin: 0 -10px 20px 0;
    width: 280px;
	float: right;
	font-size: 15px;
    color: #fff;
}

#menu-congreso li {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

#menu-congreso li a {
    display: block;
    padding: .7em 0.5em .7em 0.75em;
    border-left: 1em solid #666c6b;
    background: #EFEAD1;
    text-decoration: none;
}

#menu-congreso li a:link { color: #555; }
#menu-congreso li a:active { color: #555; }
#menu-congreso li a:visited { color: #555; }

#menu-congreso li a:hover {
    border-color: #D5FFAF;
    color: #FFF;
    background: #555;
}

#menu-congreso ul li.current_page_item a:link,
#menu-congreso ul li.current_page_item a:visited,
#menu-congreso ul li.current_page_item a:hover,
#menu-congreso ul li.current_page_item a:active {
	color: #0c4942;
	background:#fff;
	border-left: 1em solid #8BCF4D;
}

/*-----------------------------------------------------------------------------------------------
 Descripción de home
-----------------------------------------------------------------------------------------------*/

#descripcion{
	background:#3F3F3E;
	padding: 10px;
	height: 120px;
	margin: 1px -10px 0px -10px;
	.margin: -10px -10px 0px -10px;
	_height: 90px; /* IE 6 */
}
#descripcion h3{
	font-size: 1.5em;
	color:#fff;
	margin: 0px 0px 0px 5px;
	line-height: 30px;
}
#descripcion p{
	font-size: 1.1em;
        float: left;
	color:#d3ce4c;
	margin: 15px 15px 13px 5px;
	_margin: 15px 15px 0px 5px; /* IE 6 */
	line-height: 25px;
}

#descripcion a{
    font-size: .9em;
	color:#fff;
	text-decoration: none;
}

#descripcion a:hover{
	color:#fff;
	background: #207a70;
}

/*-----------------------------------------------------------------------------------------------
 Descripción Congreso en el home
-----------------------------------------------------------------------------------------------*/

#congreso-descripcion{
	background: url("http://alpmf.org/wp-content/uploads/back-congreso.jpg") #0b5b54;
	height: 175px;
	margin: 0px -10px 0px -10px;
	_margin: 0px -10px 0px -10px;
	padding: 15px 0 0 10px;
}
#congreso-descripcion h3{
	font-size: 2em;
	.font-size: 2em; /*IE6*/
	width: 620px;
	height:95px;
	color:#fff;
	line-height: 32px;
	margin: -10px 0px 0px 5px;
}

#congreso-descripcion .fecha{
	font-size: .9em;
	.font-size: .9em; /*IE6*/
}

.list-congreso-desc ul {
	
}
.list-congreso-desc li {
    padding-top: 10px;
    font-size: 1.2em;
	width: 900px;
	float:right;
	color: #fff;
	list-style: none;
	line-height: 15px;
}

#congreso-descripcion a{
	text-decoration: none;
	color:#fff;
}

#congreso-descripcion a:hover{
	color:#5F2100;
}

.registrar {
	background: transparent !important;
	height: 50px;
	font-size: 1.7em;
	width: 191px;
	float: right;
	margin: -88px 28px 20px 10px;
	padding: 9px 10px 11px 14px;
}

.contador li {
list-style: none;
padding: 10px;
font-size: 1.2em;
color: #333;
}


/*-----------------------------------------------------------------------------------------------
 Descripción noral
-----------------------------------------------------------------------------------------------*/

#descripcion-normal{
	background:#3B4041;
	padding: 10px;
	margin: 0px -10px 0px -10px;
	.margin: 10px -10px 0px -10px;
}
#descripcion-normal h3{
	font-size: 1.8em;
	color:#fff;
	margin: 0px 0px 0px 5px;
}


/*-----------------------------------------------------------------------------------------------
 Descripción Congreso en CONGRESO
-----------------------------------------------------------------------------------------------*/

#descripcion-congreso{
	background:#8BCF4D url(http://alpmf.org/wp-content/uploads/fondo-verde.jpg) repeat scroll 0 0;
	padding: 10px;
	margin: 0px -10px 0px -10px;
	.margin: -10px -10px 0px -10px;
}
#descripcion-congreso h3{
	font-size: 1.8em;
	color:#fff;
	margin: 0px 0px 0px 5px;
}
#descripcion-congreso p{
	font-size: 15px;
	color:#0c5149;
	margin: -1px 15px 13px 5px;
	_margin: 0px 15px 0px 5px; /* IE 6 */
	line-height: 24px;
}


/*-----------------------------------------------------------------------------------------------
  Primary Items ( SIDEBAR )
-----------------------------------------------------------------------------------------------*/

#primary h2{
	background: #555;
	padding: 4px;
}

#primary h2{ 
    color:#fff; 
	padding-left: 5px;
}

#primary{
	background:#fff;
	color:#808080;
}

.story .details{
	margin:1em 0;
	text-align:right;
	border-top: 3px solid #ccc;
	padding:5px;
	font-size:0.95em;
	color:#666;
}
.story .details .read-on{
	background:url(images/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
	display:block;
}
.story .details a{
	color:#666;
	text-decoration:none;
}

a, .story .details a, .story .details a:hover{
	color:#000;
}
.story .details a:hover{
	text-decoration:underline;
}

blockquote{ color:#333; }

/* Single Post Styles */

#primary .primary{
	float:right;
	width:590px;
	.width:610px;
}
#primary .secondary{
	float:left;
	width:263px;
	padding-top:0.65em;
	display:inline;
}
* html #primary .secondary{ margin-right:3%; }

.secondary .featured p{
	border-bottom:1px solid #ccc;
	border-top: 1px solid #ccc;
	padding:0.5em 0 0.6em 0;
	line-height:1.5em;
	margin:1em 0 0 0;
}
.secondary .featured dl{
	margin:0 0;
	border-bottom:1px solid #ccc;
	padding:0.5em 0 0.6em 0;
}
.secondary dt{
	display:inline;
	margin:0;
	padding:0;
	color:#AAA;
}
.secondary dd{
	display:inline;
	margin:0;
	padding:0;
}
.secondary dd a{ color:#207a70; text-decoration:none; }
.secondary dd a:hover{ color:#111; }

.single-post h1, .single-post h2{ margin-top:0; }

/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/

.comment-head{
	border-bottom:1px solid #1C1C1C;
	padding:0.8em 2em 1.0em 0em;
}
.comment-head h2{
	font-size:1.5em;
	margin:0;
}
.comment-head a{
	text-decoration:none;
	color:#868686;
}
.comment-head .details{
	font-size:0.95em;
}

ol#comments{
	list-style-type:none;
	margin:2em 0;
}
ol#comments li{
	list-style-type:none;
	margin:2em 0;
}

#comments cite{
	float:left;
	width:31%;
	font-style:normal;
	text-align:right;
}
* html #comments cite{ width:30.6%; }
#comments cite span{
	display:block;
}
#comments cite .author{ font-size:1.2em; }
#comments cite .author a{
	text-decoration:none;
}
#comments cite .admin-tools{
	margin:5px 0;
}
#comments cite .admin-tools a{
	float:right;
	margin:0 5px;
	padding:0px 3px 3px;
	background:#666;
	border:1px solid #999;
	text-decoration:none;
}
#primary .secondary .admin-tools{ margin:1em 0; }

#preview{
	margin:1em 0;
	padding:0.5em;
	border:1px solid #333;
}
#preview p{ margin:1em 0 0 0; }
#errors{ color:#FF0000; font-weight:bold; }

#comments .pingback cite .author{
	display:block;
	padding-top:68px;
	background:url(images/trackback_pingback.gif) 100% 0 no-repeat;
}

#comments .content{
	float:left;
	width:60%;
	margin-left:1.9%;
	border-left:1px solid #868686;
	padding: 0 0 0 2%;
}
#comments .content p{
	margin:0 0 1em 0;
}
#comments .content h3{
	margin:0;
	font-size:1em;
}

#comment-form{
	margin:5em 0 5em 35.4%;
	width:36em;
}
input.textfield{
	width: 15em;
	margin:5px 0;
}
textarea.commentbox{
	width:28em;
	height:10em;
	padding:0.25em;
	margin:5px 0;
	font-size:1.25em;
	font-family:Arial, Helvetica, sans-serif;
}
label.text{
	position:relative;
	left:0.5em;
	top:-0.5em;
}
.formactions input.submit{ 
	float:right; 
	margin:-1em 0 0 0;
	padding:0 0.5em;
}
.formactions .spinner{
	float:right;
	margin:-8px -20px 0 0;
}

/*-----------------------------------------------------------------------------------------------
  Blog y Sección pagina CONGRESO
-----------------------------------------------------------------------------------------------*/

#contenido-page-congreso{
	width: 560px;
	_width: 540px; /* IE 7 */
	float: left;
	padding-left: 15px;
	padding-top: 15px;
}

#contenido-page-congreso h2{
	color:#61811D;
	font-size:1.8em;
	font-weight:bold;
	border-top: 2px solid #EDFFC7;
	border-bottom: 2px solid #9AC440;
	border-left: 5px solid #9AC440;
	background: url("http://alpmf.org/wp-content/uploads/titulo-contenidosh2.gif") repeat-x #EDFFC7;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 10px;
}

#contenido-page-congreso h3{
	color:#114A44;
	font-size:1.3em;
	font-weight:bold;
	border-bottom: 2px solid #2F7F76;
	background: #;
	padding: 5px  5px 5px  0;
	margin-top: 30px;
	margin-bottom: 10px;
}

#contenido-page-congreso h4{
	color:#555;
	font-size:1.3em;
	font-weight:bold;
	border-bottom: 4px dotted #ccc;
	padding: 5px 0;
	margin-top: 30px;
	margin-bottom: 10px;
}

#contenido-page-congreso a{
	color:#508e87;
	text-decoration: none;
}

#contenido-page-congreso a:hover{
	color:#277F57;
	text-decoration: none;
	background: #F4F3A9 ;
}

#contenido-page-congreso-wide{
	width: 800px;
	_width: 790px; /* IE 7 */
	float: left;
	padding-left: 15px;
	padding-top: 15px;
}

#contenido-page-congreso-wide h2{
	color:#61811D;
	font-size:1.8em;
	font-weight:bold;
	border-top: 2px solid #EDFFC7;
	border-bottom: 2px solid #9AC440;
	border-left: 5px solid #9AC440;
	background: url("http://alpmf.org/wp-content/uploads/titulo-contenidosh2.gif") repeat-x #EDFFC7;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 10px;
}

#contenido-page-congreso-wide h3{
	color:#114A44;
	font-size:1.3em;
	font-weight:bold;
	border-bottom: 2px solid #2F7F76;
	background: #;
	padding: 5px  5px 5px  0;
	margin-top: 30px;
	margin-bottom: 10px;
}

#contenido-page-congreso-wide h4{
	color:#555;
	font-size:1.3em;
	font-weight:bold;
	border-bottom: 4px dotted #ccc;
	padding: 5px 0;
	margin-top: 30px;
	margin-bottom: 10px;
}

#contenido-page-congreso-wide a{
	color:#508e87;
	text-decoration: none;
}

#contenido-page-congreso-wide a:hover{
	color:#277F57;
	text-decoration: none;
	background: #F4F3A9 ;
}


#blog{
	width: 560px;
	_width: 570px; /* IE 7 */
	margin: 10px;
	.padding-top: 16px;
	padding-top: 20px;
}

#blog a{
	color:#508e87;
	text-decoration: none;
}

#blog a:hover{
	color:#277F57;
	text-decoration: none;
	background: #F4F3A9 ;
}

#blog h4{
	color:#111;
	font-size:1.4em;
	font-weight:bold;
	padding: 3px;
	border-bottom: 5px dotted #DFD5A7;
}

h4 .sub-h{
	color:#AFA578;
}

#tabla-contenidos {
    background: #fff;
}
#tabla-contenidos  h2{
    margin:0;
    border: none;
    border-top: 2px dotted #ccc;
    border-bottom: 2px dotted #ccc;
    color: #9F966D;
    font-size: 1.1em;
    background: #FFFCEF;
}

#contenido-page-congreso ul{
    font-size: 1em;
	list-style-type:none;
	padding: 0;
    margin: 0;
	margin-left: 2em;
}
#contenido-page-congreso li {
	list-style-type:none;
	background: url("http://alpmf.org/wp-content/uploads/box-orange.png") no-repeat;
    background-position: 1em .3em;
    padding-left: 2.3em;
    margin: .5em 0;
}

#contenido-page-congreso li.no  {
	list-style-type:decimal;
	background:none;
	padding-left: 0em;
    margin: 1em;
}

/*-----------------------------------------------------------------------------------------------
  Sidebar Items
-----------------------------------------------------------------------------------------------*/
#sidebar {
	float: right;
	padding-top: 10px;
	_padding: 0px 0px 10px 10px; /* IE 6 */
	margin: 0 -10px 10px 20px;
	width:300px;
	border-bottom: 1px solid #ccc;
	background: url("http://alpmf.org/wp-content/uploads/sidebar-back.jpg") #efead1 repeat-x;
}

.dates ul, .counts ul, .blogroll ul, .pages ul{
    font-size: 1em;
	list-style-type:none;
	padding: 0;
    margin: 0;
	margin-left: 2em;
}
.dates li, .counts li, .blogroll li, .pages li {
	list-style-type:none;
	background: url("http://alpmf.org/wp-content/uploads/box.png") no-repeat;
    background-position: 1em .3em;
    padding-left: 2.3em;
    margin: .5em 0;
}

ul.dates .date{
	color:#858585;
	padding:0 1.5em 0 0;
}

ul.counts .count{
	float:right;
	color:#858585;
}

ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{
	color:#555;
	text-decoration:none;
}
ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count, ul.blogroll a:hover, ul.pages a:hover{ 
	color:#277f57;
	background: #f4f3a9;
}

ul.blogroll{ margin-top:0; }
ul.blogroll li{
	list-style-type:none;
	margin:0;
}

ul.pages ul{
	margin:0;
}
ul.pages ul li{
	border:none;
	margin-left:2em;
	list-style-type:square;
}

/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/

#search{
	float:right;
	width:150px;
	text-align:right;
	font-size: 12px; 
	background: url("http://alpmf.org/wp-content/uploads/campo-busqueda.jpg") no-repeat;
	padding: 0px 5px 13px 20px;
	margin:25px;
}

#search input{ 
	width:133px; 
	font-size: 1em; 
	background: none;
	border: none;
	margin: 6px 20px 2px 7px
}

.search {
color: #555;
margin-right: 40px;
}

#searchform{
	margin:1em 0;
	background: #fff;
}



/* Legacy Typo CSS */

#search-results{
	width:30%;
	background:#333;
	padding:0 0 0 0;
	float:right;
	-moz-opacity:0.9;
	border-top:1em solid #000;
}
#search-results h3{
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0 0 1em 0;
	background:#000;
	
}
#search-results small{
	display:block;
	text-align:left;
	font-size:0.9em;
	padding:0.5em 1em 0.7em 1em;
	border-top:1px solid #666;
	border-bottom:1px solid #555;
}
#search-results small a{
	color:#CCC;
}
#search-results ul li{
	list-style-type:none;
	padding:0 1em 0.5em 1em;
	margin:0.5em 0;
}
#search-results ul li:hover{
	background:#202020;
}
#search-result ul{ margin:0; }
#search-results ul li a{
	text-decoration:none;
	border-bottom:1px dotted #CCC;
}

#search img.archives-icon{
	margin:0 7px 0 0;
	top:1px;
}

/*-----------------------------------------------------------------------------------------------
  Tabla de contacto
-----------------------------------------------------------------------------------------------*/

table th{ 
    color: #111;
	background:#fff; 
}
table td{ 
    color: #111;
	background:#fff; 
}

/*-----------------------------------------------------------------------------------------------
  LINK A DESCARGAR FORMATOS
-----------------------------------------------------------------------------------------------*/

#descargar-formatos {
    background: url(http://alpmf.org/wp-content/uploads/descargar.gif) #e2e2e2 no-repeat;
    border:2px dotted #008080;
    padding:20px 0px 20px 120px;
	font-size: 1.3em;
}

#descargar-formatos a{
    color: #008080;
}

#descargar-formatos a:hover{
    color: #111;
}

/*-----------------------------------------------------------------------------------------------
  PayPal y avisos
-----------------------------------------------------------------------------------------------*/

#paypal {
    background: #E4FFDF;
    border:2px dotted #137F00;
    padding:10px 20px 10px 30px;
	font-size: 1.1em;
	color: #137F00; 
}

#paypal a {
    font-weight: bold;
    color: #137F00; 
	text-decoration: none;
}

#paypal a:hover{
    background: #137F00;
    font-weight: bold;
    color: #fff; 
}

/*-----------------------------------------------------------------------------------------------
  Bloque de noticias en home
-----------------------------------------------------------------------------------------------*/

#noticias a {
font-size: 1.2em;

}
#noticias a:hover {
background: #000;
color: #fff;
}

/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer .inside{
    margin-bottom: 10px;
	color:#fff;
	background-color: #114a44;
	background: url("http://alpmf.org/wp-content/uploads/image-footer.jpg") no-repeat;
}

#footer p{
	color:#64a49d;
	font-size:1em;
	padding: 10px 0px 10px 0px;
	text-align: center;
	margin-bottom: 1px;
}

#footer p a{
	text-decoration:none;
	color:#fff;
	margin: 0 10px 0 10px;
}
#footer p a:hover{
	color:#fff;
	background:#111;
}

#footer img{
    float: right; 
    cursor: pointer;
    margin-top: -55px;
    margin-right: 20px;
}