/*
Theme Name: Evangelista Theme
Theme URI: http://wordpress.org/
Description: Clean white theme based on the WordPress Kubrick theme.
Version: 0.5
Author: Bruno Evangelista
Author URI: http://brunoevangelista.com.com/
Tags: white, clean, custom header, fixed width, two columns, widgets
*/

/* Moved from the last line to here */
body {
	background-color: #AAAAAA;
	font: 11pt "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

/* Globals */
h1, h2, h3, h4 {
	line-height:1.8em;
	margin:0;
}

a {
	color:#0066CC;
	text-decoration:none;
}

a:hover {
	color:#114477;
	text-decoration:underline;
}

img {
	border-style: none;
}

p {
	margin: 0.5em 0 1.0em;
}

/* main */
#page {
	background-color: white;
	border: 1px solid #777777;
	margin: 5px auto;
	text-align: left;
	width: 900px;
}

#header {
	background-color:#6699CC;
	float:left;
	height: 80px;
	width:100%;
}

#header a {
	color:black;
	padding:0 0 0 5px;
	text-decoration:none;
}

#content {
	clear:both;
}

.leftcolumn {
	float: left;
	padding: 25px 0 20px 10px;
	width: 610px;
}

.wideleftcolumn {
	float: left;
	padding: 0 0 20px 10px;
	width: 670px;
}

/* Top Menu */
/*
#topmenu {
	border-top:2px solid #333333;
	border-bottom:1px solid #333333;
	float:left;
	width:100%;
}
*/

#topmenu {
	border-top:1px solid #777777;
	border-bottom:1px solid #333333;
	float:left;
	padding:0 0 3px 0;
	width:100%;
}

#topmenu ul {
	margin:0;
	padding:1px 0 0 5px;
}

#topmenu li {
  float: left;
  list-style: none;
}
#topmenu li a {
	color: #777;
	font: 11px/18px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	text-align: center;
	padding: 6px;
	text-transform: uppercase;
	letter-spacing: 0;
	height: 25px;
} 	

#topmenu li#current a, #topmenu a:hover, #topmenu li.current_page_item a {
	color: black;
}


/* Title */
.title {
	font:bold 2.6em "Times New Roman", Times, serif;
	line-height: 1.2em;
	padding: 0 0 0 5px;
	text-decoration:none;
}

.description {
	font-size:1.2em;
	font-weight:normal;
	line-height:1.2em;
	padding:0 0 0 30px;
}


/* Posts */
.post {
	font-size: 90%;
	line-height: 130%;
	padding:0 0 30px 0;
}

.post h2 {
	line-height: 1.2em;
	font: 16pt "Helvetica Neue", Helvetica, Verdana, Arial,sans-serif;
	font-weight: bold;
}

.post a {
	color:#0066CC;
	text-decoration:none;
}

.post a:hover {
	color:#114477;
	text-decoration:underline;
}

.post-header {
	border-bottom:2px solid #BBBBBB;
	padding: 0 0 5px 0;
}

.post-edit {
	background: url("images/edit.png") no-repeat 0px 0px;
	float: right;
	padding: 0px 40px 0 10px;
}

.post-edit-link {
	padding: 0 0 0 10px;
}

.date {
	color:#777;
	padding: 0 0 0 0px;
}

.comments-metadata {
	background: url("images/comments.png") no-repeat 0px 0px;
	float:right;
	margin-right:10px;
	padding: 0px 10px 5px 20px;
}

.entry {
	padding: 0 0 0 5px;
}

.navigation {
}

.navigation a {
	margin-right:20px;
}

.alignleft {
	float:left;
}

.alignright {
}


/* Sidebar */
#sidebar {
	float: right;
	padding: 40px 15px 0 0;
	width: 220px;
}

#sidebar a {
	color:#0066CC;
	text-decoration:none;
}

#sidebar a:hover {
	color:#114477;
	text-decoration:underline;
}

#sidebar h2 {
	font-size: 1.1em;
	font-weight:bold;
	line-height:1.2em;
	padding:0 0 2px 5px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	background-color:#F0F0F0;
	border: 1px solid #CCCCCC;
	list-style-image:none;
	list-style-type:none;
	margin-bottom: 20px;
}

#sidebar ul ul {
	background-color: white;
	padding: 5px 0;
	width: 100%;
}

#sidebar ul li ul li {
	border: none;
	background-color: white;
	font-size:90%;
	margin-left: 10px;
	margin-bottom: 0px;
}


#sidebar ul li ul li:before {
	content: "\00BB \0020";
	padding: 0;
}

/*
#sidebar ul ul li, #sidebar ul ol li {
margin:3px 0 0;
padding:0;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color:#777777;
}
*/

/* Footer */
#footer {
	clear:both;
	font-size:80%;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
}


/* Comment list */
.commentlist {
	list-style-image:none;
	list-style-type:none;
	padding:0 0 0 10px;
}

.commentlist em {
	line-height:0.8em;
	padding:0 0 5px;
}

.commentlist li {
	padding: 0 0 10px;
}

.commentlist p {
	font-size:90%;
	line-height:130%;
}

.fn {
	color:#0066CC;
	font-style:normal;
	font-weight:bold;
}

.fn a {
}

.fn a:hover {
}

.says {
}

.commentmetadata {
	border-bottom:1px solid #777777;
	color:#777777;
	font-size: 90%;
	line-height:0.8em;
	padding: 0 0 5px;
}

.commentmetadata a {
	color:#777777;
	text-decoration:none;
}

.comment-approval {
	color:#CC0000;
	font-style:italic;
}


/* Widgets */
.widget_text {
	margin-left:auto;
	margin-right:auto;
/*	width:204px;*/
}

.textwidget {
	background-color: white;
	padding: 2px;
	text-align: center;
}

/* Page */
.post_leftitem {
}

.post_rightitem {
	padding-left: 140px;
}


/* Publications */
.books {
	clear:left;
	padding:20px 0 0 0;
}

.books_header {
	clear:both;
	font-size:90%;
}

.post_books {
	clear:left;
	padding:10px 0 0 0;
	font-size: 80%;
	line-height: 130%;
}

.post_books p {
	margin:7px 0 0 0;
}

.papers {
	clear:left;
	padding:20px 0 0 0;
}

.papers_header {
	clear:both;
	font-size:90%;
}

.post_papers {
	clear:left;
	padding:10px 0 0 0;
	font-size: 80%;
	line-height: 130%;
}

.post_papers p {
	margin:7px 0 0 0;
}

.courses_talks {
	clear:left;
	padding:20px 0 0 0;
}

.courses_talks_header {
	clear:both;
	font-size:90%;
}

.post_courses_talks {
	clear:left;
	padding:10px 0 0 0;
	font-size: 80%;
	line-height: 130%;
}

.post_courses_talks p {
	margin:7px 0 0 0;
}


/* Projects */
.projects {
	clear:left;
	padding:20px 0 0 0;
}

.projects_header {
	clear:both;
	font-size:90%;
}

.post_projects {
	clear:left;
	padding:10px 0 0 0;
	font-size: 80%;
	line-height: 140%;
}


/* Single Page - About */
.single-page {
}


/* */
.twitter {
	font-size: 90%;
}

.twitter-item {
	padding: 3px 0;
}