@charset "UTF-8";
/* CSS Document */


/*  
Theme Name: Black n White
Theme URI: http://zacklive.com/new-black-and-white-wordpress-theme/300/
Description: A black and white WordPress Theme, simple and elegant design, widget ready with right sidebar. Fixed the sidebar bug.
Version: 1.0.2
Author: Zack
Author URI: http://zacklive.com/
Tags: fixed width, two columns, widgets, widget ready, black, white, simple, right sidebar, valid XHTML, valid CSS

   This theme, including the CSS, XHTML and design, is released under the
   GPL: http://www.opensource.org/licenses/gpl-license.php

*/
img { -ms-interpolation-mode: bicubic; }

body, h1, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}
h2{     
	font-size: 23px;
	color: #666;
        line-height: 130%;
	margin-bottom: 10;
	padding: 0;
	}

body{
	margin: 0;
        font: 12px/16px 'AlexandriaFLFRegular', Arial, sans-serif;letter-spacing: 0;
	text-align: center;
	vertical-align: top;
	background: #FFF;
	color: #666;
	line-height: 130%;

}

h1{
	
	font-size: 23px;
	color: #666;
        line-height: 130%;
}

h1 a{    
	color: #666;
}

h1 a:hover{
       
	text-decoration: none;
	color: #CCC;
}

a:link, a:visited{
	outline:none;
	text-decoration: none;
	color: #CCC;
}

a:hover{
	text-decoration: line-through;
}

p{
	padding: 10px 0 0 0;
}



#wrapper{
	margin: 0 auto 0 auto;
	width: 990px;
	text-align: left;
}


#header{

	margin: 0 auto;
	width: 980px;
	height: 100px;
	color: #666;
        background: url(images/ivande_fondo.jpg) center center repeat;
}
#megaheader {
	position:fixed; 
        top:0;
        margin:15px 0;
	height: 100px;
	width:100%;
        background: url(images/ivande_fondo.jpg) center center repeat;
}

#htitle{
        padding:15px 0 0 0;
	float: left;
	margin:0;
}

#desc{
	float: left;
	color: #666;
	margin: 25px 10px 0 0;
}
/*Menu de navegacion
-----------------------------------------------------*/
#navmenu{
	float: right;
	margin: 50px 20px 0 0;
}

#navmenu ul{
	list-style-type: none;
	list-style-image: none;
}

#navmenu ul li{
	display: inline;
	
	padding: 2px 10px;
}

#navmenu ul li a {
	text-decoration: none;
	color: #CCC;
}

#navmenu ul li a:hover {
	color: #CCC;
	text-decoration:line-through;
}

/*Menu de navegacion portada
-----------------------------------------------------*/
#navmenu_portada{
	width:953px;
	height:40px;
	margin:0 auto; 
	text-align:left;
	padding:0 0 0 47px;
	}

#navmenu_portada ul{
	list-style-type: none;
	list-style-image: none;
}

#navmenu_portada ul li{
	display: inline;
	
	padding: 2px 10px;
}

#navmenu_portada ul li a {
	text-decoration: none;
	color: #CCC;
}

#navmenu_portada ul li a:hover {
	color: #CCC;
	text-decoration:line-through;
}
/*-----------------------------------------------------*/
#container{
	float: left;
	width: 700px;
	margin: 0;
        padding: 117px 0 0 0;
}

#postcon{
	margin: 0px 0;
	background-color: #FFF;
}


.post_single{


	padding: 25px 20px 20px 20px;
        border: 1px solid white;
       /*  border-bottom: 1px solid #eaeaea; */
}
.post_archive{



	padding: 10px 20px 20px 20px;
        margin: 0 0 10px 0;
        border: 1px solid white;
       /*  border-bottom: 1px solid #eaeaea; */
	   }
.post_archive:hover{

        border: 1px solid #eaeaea;
}
.post{

	padding: 10px 20px 20px 20px;
        border: 1px solid white;
       /*  border-bottom: 1px solid #eaeaea; */
	   }
.post_page{

	padding: 10px 20px 20px 20px;

}
.post:hover{
        border: 1px solid #eaeaea;
}
.post_single a{
	color: #999;
}

.post_single a:hover{
	color: #CCC;
	text-decoration: none;

}

.post_single h2{
	margin:0px;
        padding:0px;
	font-size: 16px;
	color: #666;
        line-height: 130%;

}

.post_single h2 a{
	
	font-size: 16px;
	color: #999;
        line-height: 130%;
	text-decoration: none;
}
.post_single h2 a:hover{
        color:#CCC;
        text-decoration: none;
}
.post_archive h2{
	font-weight: normal;
	margin:0px;
        padding:0px;
	font-size: 16px;
	color: #666;
        line-height: 130%;

}

.post_archive h2 a{

	text-decoration: none;
}
.post_archive h2 a:hover{
        text-decoration: none;
}
.post a{
	color: #999;
}

.post a:hover{
	color: #CCC;
	text-decoration: none;

}

.post h2{
	
	font-size: 23px;
	color: #666;
        line-height: 130%;

}

.post h2 a{
	
	font-size: 23px;
	color: #999;
        line-height: 130%;
	text-decoration: none;
}
.post h2 a:hover{
        color:#CCC;
        text-decoration: none;
}
.entry{
	line-height: 18px;
}

.postmetadata{
	margin-top:0px;
	/*border-top: 1px dotted #CCC;*/
	padding: 2px 0 2px 20px;
	background: url(images/time.png) left center no-repeat;
	margin-bottom:10px;
	/*border-bottom: 1px dotted #CCC;*/
}



.metabox_single{
	float: left;
        width: 634px;
	line-height: 130%;
        margin:16px 0px 16px 0px;

	padding: 10px;
	background: #F8F8F8;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #eaeaea;
}




.metabox{
	float: right;

	line-height: 130%;
	margin: 15px 0;
	padding: 10px;
	background: #F8F8F8;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #eaeaea;
}

.navigation{
	border-bottom:1px solid #eaeaea;
	border-top:1px solid #eaeaea;
	clear: left;
	padding: 10px 10px;
        margin: 0 0 15px 0;
	color: #CCC;
	width: 680px;
	height: 15px;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

table#wp-calendar{
	width: 100%;
}

.commentlink{
	padding: 4px 2px 4px 20px;
	background: url('images/comment.png') left center no-repeat;

        display: block;
}

.editcomment{
	padding: 2px 2px 2px 20px;
	background: url('images/pencil.png') left center no-repeat;

}

.catlink{
	padding: 2px 2px 2px 20px;
	background: url('images/cat.png') left center no-repeat;
        display: block;
}

.taglink{
	display: block;
	padding: 14px 4px 4px 22px;
	background: url('images/tag.png') left top no-repeat;
}
/*Sidebar
-----------------------------------------------------*/
.sidebar{
        text-align:right;
        position:fixed;
        top:100px;
	padding:10px 17px 0 0;
        margin-left:685px;
	width: 269px;
	color: #999;

}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}


.sidebar ul li h2{
	font-size: 11px;
	font-style:normal;
	font-weight:normal;
	padding:0;
/*	border-bottom: 1px solid  #000;
*/}

.sidebar ul ul li{
	margin-right:0px;
        padding:0px;
	line-height: 18px;
}

/*Tags
-----------------------------------------------------*/
.tags,
#tag_cloud {
	margin: 0 0 15px;
}
.tags {
  text-align: center;
}
.tags a,
#tag_cloud a {
	color: #AAA;
	margin: 0 4px;
}

.cle{
	clear: both;
}

/*Footer
-----------------------------------------------------*/
#footer{

	text-align: center;
	width: 100%;
	line-height: 20px;
	margin: 0 0 15px 0;
	padding: 10px 0 ;
	color: White;
        background: url(images/ivande_fondo.jpg) center center repeat;
}


/*Comments
-----------------------------------------------------*/
.alt{
	background: #EEE;
}

.comments-template{
	margin: 10px 0 0 0;
	border-top: 1px solid #ccc;
	
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 12px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/*Avatar
-----------------------------------------------------*/
.commentlist li .avatar {
float: right;
border: 1px solid #EEE;
padding: 2px;
margin: 0 10px;
background: #fff;
}



blockquote {
	margin: 10px 0;
	padding: 5px 0px;
	margin-top:10px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	font-style: italic;
}


