/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Diego Negrete
	Author Site	: www.pasele.net
	Style Name	: Elylu
	Style URI	: 
	Version		: 1	
	Comments	: la pura buena vida
	Header Text Color: #FF3366;
    Header Width: 580px;
    Header Height: 200px;
*/

body {

	background: url(http://elylu.com/blog/wp-content/uploads/2010/05/pattern-blog-elylu-new.jpg);	color: #0099cc;
	margin: 0;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: #3490A1 !important;
	}

#page {
    border: none;
	color:#33FFFF;
    /*background: white;*/
    text-align: left;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	border: 1px solid #ddd;
	border-top: none;
	clear: both;
	/* The entire design is contained within the 'page' id */
	}
	
#page, ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: white;
	}
	
#header {
/*	background: url('http://elylu.com/files/headerblog/header.jpg') center center no-repeat;
*/	/*height: 260px;*/
	}
	
#primary {
     border:none;
     background:white;
	 color: #0099CC;
     /*position:absolute;*/
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
}

.entry-content {
	/* The meat and potatoes of every entry */
}

#sidebar-1 {
	/* The first sidebar */
padding-bottom:15px;
	}

.secondary{
         margin-top:35px;
	background:#FFEAC2;
 border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px; 
}

#sidebar-2 {
padding-bottom:15px;
	/* The second sidebar */
	}


/*- Main Menu in Header */

ul.menu li a:hover {
	background: #3490A1;
	color: #FFF;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #FFD200;
	background: white;
	text-decoration: none;
	}
	
/*- END Main Menu in Header */

a:link { color: #00999d; text-decoration: none; }
a:active { color: #fff; text-decoration: none; }
a:visited { text-decoration: none; color: #00999d; }
a:hover {  background: #FFF5DD; color: #3490A1; text-decoration: none; }

#menuUp {
	list-style: none;
	padding: 0px;
	width: 220px;
    margin-left:0px;
	height: 120px;
	position: absolute;
	float: left;
	
}
#menuUp span {
	display: none;
	position: absolute;
}
#menuUp a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menuUp a:hover {
	background-position: left bottom;
}
#menuUp a:hover span{
	display: block;
}
#menuUp .home {
	width: 44px;
	height: 38px;
	background: url(http://elylu.com/neu/files/images-menu/homemini.png) no-repeat;
	left: 0px;
	top: 0px;
}

#menuUp .about {
	width: 44px;
	height: 38px;
	background: url(http://elylu.com/neu/files/images-menu/aboutmini.png) no-repeat;
	left: 40px;
	top: 0px;
}

#menuUp .work {
	width: 44px;
	height: 30px;
	background: url(http://elylu.com/neu/files/images-menu/workmimni.png) no-repeat;
	left: 80px;
	top: 0px;
}

#menuUp .blog {
	width: 44px;
	height: 35px;
	background: url(http://elylu.com/neu/files/images-menu/blogmini.png) no-repeat;
	left: 120px;
	top: 3px;
}

#menuUp .links {
	width: 66px;
	height: 38px;
	background: url(http://elylu.com/neu/files/images-menu/linksmini.png) no-repeat;
	left: 150px;
	top: 0px;
}

