/*
Theme Name: Cinco Dias v3 (Twenty Ten)
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
Author URI: http://codex.wordpress.org/Child_Themes
Template:	twentyten
Version:	0.0.7
*/

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





/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
//	font-family: "Lucida Sans", "Demibold roman";
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}



#primary.widget-area {
	font-family: Helvetica, sans-serif;
}




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

#header {
	padding: 2px 0 0 0;
}

#extaccess {
	background: #ccc;
	min-height: 44px;
}
#access {
//	background: #333433;
	background: #444;
	width: 916px;
	margin-left: 24px;
}
#access li:hover > a,
#access ul ul :hover > a {
//	background: #333;
//	color: #fff;
	background: #444;
}

#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
//	width: 928px;
}
#access .menu-header,
div.menu {
	font-size: 14px;
}


#headimg {
    border-bottom: none;
    border-top: none;
}
/* This is the custom header image */
#branding img {
//	border-top: 4px solid #000;
//	border-bottom: 1px solid #000;
	border-top: none;
	border-bottom: none;
	padding-top: 30px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-left: 18px;
	float: left;
}

#branding #headertwitter {
	float: right;
	background: red;
	color: white;
	font-family: Helvetica, sans-serif;
	padding: 2px 6px 10px 6px;
	margin-top: 9px;
}
#branding #headertwitter .title {
	font-size: 15px;
}
#branding #headertwitter a {
	color: white;
	text-decoration: none;
}


#branding #headerpesquisa {
//	padding-top: 177px;
	padding-top: 136px;
	font-family: Helvetica, sans-serif;
}
#branding #headerpesquisa label, #branding #headerpesquisa label a {
	background: #666;
	color: #ddd;
	margin-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}


#branding #headerdatadodia {
	clear: both;
	color: red;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 18px;
}





/* =Entry
-------------------------------------------------------------- */

.hentry {
	margin: 0 0 48px 0;
}

.entry-meta {
	color: black; /* #888; */
	font-size: 12px;
}

.entry-utility {
	color: black; /* #888; */
}

.entry-meta a,
.entry-utility a {
	color: black; /* #888; */
	text-decoration: none;
}



/* =primary sidebar
-------------------------------------------------------------- */
#primary.widget-area h3.widget-title {
	color: red;
	margin-bottom: 5px;
}
#primary.widget-area a {
	color: black;
}

#primary ul {
	list-style: none;
	padding-left: 5px;
//	padding-left: 0px;
}

#primary li.recentcomments {
	line-height: 1.2em;
	margin-bottom: 6px;
}





/* =layout details
-------------------------------------------------------------- */
.entry-utility {
	border-bottom: 1px solid #aaa;
	padding-bottom: 20px;
}

#primary {
	border-left: 1px solid #aaa;
	padding-left: 7px;
}

#content h2.entry-title {
	font-size: 23px;
	color: black;
}
#content h2.entry-title a,
#content h2.entry-title a:visited {
	color: black;
}



#content,
#content input,
#content textarea {
	font-size: 15px;
	font: normal 15px/1.5em Georgia, "Bitstream Charter", serif;
//	color: #333;
//	line-height: 24px;
}

#content a {
	color: #666;
}

#content .chicklets.sharethis {
//	background-image: none;
//	color: black; /* #888; */
//	font-size: 12px;
}

#content #entrylinks {
	font-family: Helvetica, sans-serif;
}






