/*
Theme Name: Claire
Theme URI: http://zsantana.com/claire-theme/
Author: Zoro Santana
Author URI: http://zsantana.com/
Description: A simple minimalist theme with two menus for ZSantana.com
Version: 1.0
Template: twentyeleven
Tags: custom-menu, light, white, black, gray, two-columns, right-sidebar, fixed-width
*/

@import url("../twentyeleven/style.css");

/* Links */
a {
	color: #566D7E;
	text-decoration: none;
}

/* Comments Bubble in the right side of Post Title*/
.entry-header .comments-link a {
    display: none; /* hidden */
}

/* Page Title */
.page-title {
	text-transform: none; /* disable */
}

/* Singular content styles for Posts and Pages */
.singular .entry-title {
	color: #2B3856; /* Content Page title color*/
	font-size: 26px;
	
	line-height: 38px;
}


/* =Widgets
----------------------------------------------- */

.widget-title {
	text-transform: none; /* disable */
}
.widget ul li {
	color: #fff; /* bullets hidden */
}
.widget a {
	font-weight: normal;
	text-decoration: none;
}

/* =Header
----------------------------------------------- */

#site-title {
	padding: 0em 0 0; /* align the site title with the search */
}
#site-title a {
	color: #646D7E;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #252525;
}

#access-cat div {
	margin: 0 6.2%; /* align the Top Menu with the search */
}


/* Post Title */
.entry-title, .entry-title a {
	color: #2B3856;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #252525;
}


/* =New Menu */
#access-cat {
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access-cat ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access-cat li {
	float: right;
	position: relative;
}
#access-cat a {
	color: #000;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access-cat ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access-cat ul ul ul {
	left: 100%;
	top: 0;
}
#access-cat ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access-cat li:hover > a,
#access-cat ul ul :hover > a,
#access-cat a:focus {
	background: #efefef;
}
#access-cat li:hover > a,
#access-cat a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#fff, #fff);
	color: #373737;
}
#access-cat ul li:hover > ul {
	display: block;
}
#access-cat .current_page_item > a,
#access-cat .current_page_ancestor > a {
	font-weight: bold;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #252525; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

/* For the footer */
#left-float{
    float:left;
}
#right-float{
    float: right;
}