/*  
Theme Name: Bom Dia
Theme URI: http://bomdia.uselessrobot.com/
Description: This is Clare's special theme. Based on the Kubrick Wordpress theme.
Version: 1.0
Author: Antonio M. G. Martins
Author URI: http://uselessrobot.com/
*/



/* Begin Typography & Colors */
body {
	font-size: 100%; /* Resets 1em to 10px */
	font-family: Tahoma, 'Lucida Grande';
	font-weight: normal;
	background-color: #F0DC96;
	color: #78641E;
	text-align: center;
	}

#page {
	background-color: #F0DC96;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background-color: #fffff;
	}

#content {
	font-size: 11pt;
	line-height: 20px;
	}

.widecolumn .entry p {
	font-size: 11px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 20px;
	}

.widecolumn {
	line-height: 20px;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #F8EECB;
	border: 0px solid #FFFFFF;
	}

#footer {
	background-color: #FFFFFF;
	font-size: 8pt;
	line-height: 12px;
	}

small {
	font-family: Tahoma, 'Lucida Grande';
	font-size: 11pt;
	line-height: 18px;
	}

h1, h2, h3 {
	font-family: Tahoma, 'Lucida Grande';
	font-weight: normal;
	}

h1 {
	font-size: 14pt;
	text-align: left;
	}

.description {
	font-size: 14pt;
	text-align: left;
	}

h2 {
	font-size: 14pt;
	}

h2.pagetitle {
	font-size: 14pt;
	}

#sidebar h2 {
	font-family: Tahoma, 'Lucida Grande';
	font-size: 12pt;
	}

h3 {
	font-size: 14pt;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #963232;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #963232;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #AF1919;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 10pt Tahoma, 'Lucida Grande';
	}

#commentform input, #commentform textarea {
	background-color: #FFFFFF;
	border-width: 0px;
	border-style: solid;
	border-color: #78641E;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	}

.commentlist p {
	font-weight: normal;
	line-height: 12pt;
	text-transform: none;
	}

#commentform p {
	font-family: Tahoma, 'Lucida Grande';
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 9pt Tahoma, 'Lucida Grande';
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #AA9650;
	font-size: 9pt;
	}
	
code {
	font: 10pt 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 10pt;
	letter-spacing: 1pt;
	}

a, h2 a:hover, h3 a:hover {
	color: #C83232;
	text-decoration: none;
	}

a:hover {
	color: #640000;
	text-decoration: none;
	}

#wp-calendar {
	font-size: 8pt;
	}
	
#wp-calendar #prev a {
	font-size: 8pt;
	}

#wp-calendar a {
	font-size: 8pt;
	text-decoration: none;
	}

#wp-calendar caption {
	font: 8pt Tahoma, 'Lucida Grande';
	font-weight: bold;
	text-align: left;
	}

#wp-calendar th {
	font-size: 8pt;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-align: right;
	}

.comment-page-numbers {
	font-size: 10pt;
	font-weight: normal;
}

div.comment-number {
	float: right;
	width: 40px;
	color: #AA9650;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0; 
	}

#page {
	background-color: #F0DC96;
	margin: 0px auto;
	padding: 0;
	width: 600px;
	border: 0px solid #F0DC96;
	}
	
#header {
	padding: 0 0 0 0;
	margin: 0 auto;
	height: 190px;
	width: 600px;
	background-color: #000000;
	}

#headerimg {
	margin: 0;
	height: 190px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 10px 20px 0px 20px;
	margin: 0;
	width: 380px;
	border-right: 1px solid #FFFFFF;
	}

.widecolumn {
	padding: 10px 0px 20px 10px;
	margin: 10px 20px 0 20px;
	width: 540px;
	}
	
.post {
	margin: 0 0 50px 0px;
	text-align: left;
	border-bottom: 3px solid #FFFFFF;
	}

.widecolumn .post {
	margin: 50px 10px 0 0px;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 10px 0;
	}
	
#footer {
	padding: 0px 0 0 0;
	margin: 0px 0 0 0;
	width: 600px;
	height: 40px;
	clear: both;
	}

#footer p {
	margin: 0px 0 0 0;
	padding: 20px 0 0 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 0px 0 0 0;
	}

h2.pagetitle {
	margin-top: 20px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 40px 0 0 0px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 0px;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	margin: 0 5px 0 0;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	} 

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 10px 0 0 0; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 110px;
	height: 16px;
	padding: 0px;
	color: #78641E;

	background-color: #FFFFFF;
	border-width: 0px;
	border-style: solid;
	border-color: #78641E;
	}

#sidebar #searchsubmit {
	padding: 0px 0 1px 2px;
 	vertical-align: bottom;
	width: 19px;
	height: 13px;
	background-color: #F0DC96;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 120px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	width: 103px;
	padding: 0px;
	margin: 1px;
	float: right;
	background-color: #F0DC96;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	margin: 0 10px 0 10px;
	padding: 0 0 0 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 5px 0 0px 15px;
	margin-left: 420px;
	width: 150px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 5px 0 0 0;
	width: 130px;
	border: 1px solid #AA9650;
	}

#wp-calendar #next a {
	text-align: right;
	}

#wp-calendar #prev a {
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: left;
	width: 130px;
	}

#wp-calendar td {
	padding: 2px 2px 0 2px;
	text-align: right;
	}



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #FFFFFF;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #F0DC96;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 50px;
	font-size: 9pt;
	}
/* End Various Tags & Classes*/