/*
// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************
*/


/* Clase menú horizontal
======================================================*/

ul.menu {
	list-style: none;
}
ul.menu li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
ul.menu li a {
	float: left;
	text-decoration: none;
}
.secondary {
	float: right;
	background: none;
	margin: 9px 12px 0 0;
}
/* Menú principal */
#mainmenu ul.menu li a {
	margin-top: 15px;
	padding: 2px 5px;
}
#mainmenu ul.menu li a:hover, #mainmenu ul.menu li.current_page_item a, #mainmenu ul.menu li a.active {
	background-color: #f4a11c;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
/* Registro */
#login ul.menu li {
	margin: 0;
}
#login ul.menu li span {
	margin: 0 5px;
	padding: 0;
}
/* Categorías */
#all-categories ul.menu {
	margin: 0 12px 0 20px;
}
#all-categories ul.menu li {
	margin: 0;
	background: transparent url('../img/categories_bg.png') center left no-repeat;
}
#all-categories ul.menu li:first-child {
	background-image: none;
}
#all-categories ul.menu li:first-child a {
	margin-left: 0;
}
#all-categories ul.menu li a {
	margin: 0 7px 0 14px;
}
#all-categories ul.menu li#portada {
	background: none;
}
#all-categories ul.menu li#portada a {
	margin-left: 0;
}
/* Entry */
#entry ul.menu {
	margin: 10px 0 0 0;
}
#entry ul.menu li, #meta #more-comments ul.menu li {
	margin: 0 25px 0 0;
}
#meta #more-comments ul.menu li {
	margin: 0 15px 0 0;
}
#entry ul.menu li#more, #meta #more-comments ul.menu li#more {
	background: transparent url('../img/last-icon.png') center left no-repeat;
}
#entry ul.menu li#more a, #meta #more-comments ul.menu li#more a {
	margin: 0 0 0 20px;
}
#entry ul.menu li#entry-comment, #meta #more-comments ul.menu li#entry-comment {
	background: transparent url('../img/comment-icon.png') center left no-repeat;
}
#entry ul.menu li#entry-comment a, #meta #more-comments ul.menu li#entry-comment a {
	margin: 0 0 0 22px;
}
/* Reubicar
============================== */

.excerpt .comments-link a, .excerpt .comments-link a:visited, .excerpt .comments-link span {
	background: transparent url('../img/comment-icon.png') center left no-repeat;
	padding: 1px 0 0 22px;
}
.excerpt .date, .excerpt .comments-link a, .excerpt .comments-link a:visited, .excerpt .comments-link span {
	width: 120px;
}

.pagination-single {
	
}
.previous a {
	top: 14px;
	position: absolute;
	z-index: 2;
	left: 16px;
	opacity: .30;
}
.next a {
	position: absolute;
	z-index: 2;
	top: 14px;
	left: auto;
	right: 16px;
	opacity: .30;
}
.previous a:hover, .next a:hover {
	opacity: .99;
	
}



