/*
Theme Name: MyJournal Theme
Theme URI: http://www.etrecos.com/index.php/themes/
Description: A cross-browser, soft, light, clean and minimalist with blue tones, two-columns layout theme to organize your ideas and thoughts.

Version: 1.1
Author: Catarina Yamamoto
Author URI: http://www.etrecos.com/
Tags: white, blue, tan, light, fixed-width, two-columns, left-sidebar

MyJournal v1.1
http://www.etrecos.com/index.php/themes/

All CSS, xHTML, images and designs for these themes are copyright(all rights reserved)
to Catarina Yamamoto (whose website you will find at http://www.etrecos.com )
and are released and distributed under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* Css Reset by meyerweb.com 
========================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* general styles 
========================================================== */
body {
	font-size: 100%; /* Resets 1em to 10px */
	font-family: Times, Arial, Sans-Serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}

body#commentspopup{
	background-color:#fff; background-image: none; text-align: left;
}

#page {
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 900px;
	background-color: #fff;
}

.hide{display: none;}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	font-family: Times, Arial, Helvetica, Sans-Serif;
	/*font-size: 0.9em;*/
	font-size: 14px;
	line-height: 1.5em;
	}
	
small.queryBlog{line-height:1.2em; display:block; margin-bottom:25px;}

h1 {
	font-family: Times, Verdana, Arial, Sans-Serif;
	font-weight:normal;
	font-size: 16px;
	text-align: left;
	margin: 0;
	padding:3px 0 6px 175px;
	text-align:right;
	}
	
.description{
	margin-bottom: 15px;
	font-size: 1.1em;
	font-style: italic;
	color: #7F7F7F;
	margin-left: 175px;
	text-align: right;
}

h2, .single_post h2, .specialtitle, #respond h3{
	font-family: Times, Arial, Verdana, Sans-Serif;
	font-size: 12px;	
	margin-bottom:2px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	}
	
 .loop_results h2 a{
	font-family: Times, Arial, Verdana, Sans-Serif !important;
	font-size: 12px !important;	
}

.specialtitle{color: #000000;}

h3 {
	font-family: Times, Verdana, Sans-Serif;
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
	}

h1, h1 a, h1 a:visited {
	text-decoration: none;
	color: #000 !important;
	}
	
h1 a:hover{
	text-decoration: underline;
	color: #646464 !important;
}
	
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h2.pagetitle {
	color: #646464;
	font-size: 18px;
	font-weight: normal;
	font-family: Times, serif;
	}
	
	
#respond h3{color: #646464;}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

small, .postmetadata {
	color: #646464;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
p{
	margin-bottom: 12px;
}

a{
	color: #242424;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	}

h2 a:hover, h3 a:hover {
	color: #000;
	text-decoration: underline;
	}

.clear {
	clear: both;
}

select {
	width: 130px;
	}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
		
/* end general styles */

/* Header 
========================================================== */
#header {
	margin: 0 3px 30px;
	width: 820px;
	}
	
#commentspopup #header{width:100%; margin:0; background-position: center center !important;}

#header #menu{
	clear: both;
	background-color: #666;
	height: 20px;
	position: relative;
	font-size: 11px;
}

#header #menu a {
	color:#fff;
}

#header #menu li{
	float: left;
	margin-top: 4px;
	margin-left: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
	border-left: solid 1px #999;
}

#header #menu li.first{
	background-color:#666;
	border:0;
	margin:0;
	padding:0;
	padding-bottom: 2px;
	position: absolute;
	top:4px;
	left: 4px;
}

#header #menu li.last{
	float:right;
	margin-right: 6px;
	border: 0;
}

#header #menu li.last a{
	text-indent: -10000px;
	background: url(images/myjournal_rss.gif) no-repeat 0 0;
	display: block;
	height: 12px;
	width: 35px;
}

#header #menu li ul li{
	display: none;
}
/* end header */


/* Content Area
========================================================== */
#content {
	font-size: 1.1em;
	float: left;
	width: 600px;
	margin-left: 20px;
	}
	
.date{
	display: block;
	text-transform: uppercase;
	color: #7f7f7f;
	font-weight: bold;
	font-size:0.9em;
	padding-bottom: 3px;
}
	
.entry{
	font-family: Times, Arial, Sans-Serif;
	font-size:0.9em;
	line-height: 1.4em;
	margin:10px 0 15px;
	text-align: justify;
	}

.post, .page {
	margin: 0 0 25px;
	clear: both;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	font-family: Times, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom:0;
	line-height: 1.2em;
}

.postmetadata span{
	text-transform: uppercase;
	font-size: 10px;
}

.lines{
	margin-top: 3px;
	padding-top: 3px;
	border-top: dashed 1px #e5e5e5;
	text-transform: uppercase;
	font-size: 9px;
}

.lines p{
	margin-bottom: 3px !important;
	}

.postmetadata p{
	margin-bottom: 0;
}

.postmetadata a{
	/*color: #7f7f7f;*/
	}

.post h2 {
	margin: 0;
	position:relative;
	}
	
.entry form { 
	text-align:center;
	}
	
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
	
.single_post .navigation{
	margin:20px 0 0 !important;
}

.navigation {
	text-align: center;
	font-size:0.9em;
	}

.ispage_special .navigation {
	margin: 0;
	clear: both;
}
	
.navigation a{
	color: #982522;
}

.navigation .alignleft, .navigation .alignright {
	margin-bottom: 15px;
	color:#982522;
}

.home .main_post .post{
	width: 100% !important;
	border: 0 !important;
}

.home .post{
	float: left;
	width: 214px;
	clear: none;
	padding: 0 10px 0 9px;
	border-left: dotted 1px #999;
	margin-bottom: 15px;
}

.home .iconic img{
	width: 100%;
	height: auto;
}

.home .post img{
	padding:0 0 4px;
}

.home .post .entry{
	margin-top: 10px !important;
	margin-bottom: 0 !important;
}

.ispage h2{
	border-bottom:1px dashed #E5E5E5;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

/* end content area */

/* Comments
========================================================== */
#commentspopup h1 a{
	padding-top: 35px;
	padding-left:100px;
	margin: 0;
	}
	
#commentspopup h1 a{display: block;}
	
#commentspopup .bodySpace{ padding:0 20px;}

.commentlist li, #commentform input, #commentform textarea,
#commentspopup .commentlist li, #commentspopup #commentform input, #commentspopup #commentform textarea {
	/*font: 0.9em Verdana, Arial, Sans-Serif;*/
	font-family: Times, arial, verdana;
	font-size: 12px;
	}
	
/*
#commentspopup .commentlist li, #commentspopup #commentform input, #commentspopup #commentform textarea {
	font: 1em Verdana, Arial, Sans-Serif;
	}
	*/
	
.comment-body .comment-author{
	padding-bottom: 3px;
}

.comment-body .comment-edit-link{
	color: #982522;
}
	
#commentspopup .commentlist li{border-bottom:1px solid #DDDDDD;}
	
.commentlist li ul li {
	font-size: 1.1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.2em;
	text-transform: none;
	}

#commentform p {
	font-family: Times, Arial, Sans-Serif;
	font-size:0.9em;
	}

.commentmetadata {
	font-weight: normal;
	}
	

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 10px 0;
	}
#commentform textarea {
	width: 400px;
	padding: 2px;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin:0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 8px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: left;
	margin-bottom: 25px;	
	color:#cccccc;
	}
	
.ispage .nocomments{display:none;}

.commentmetadata {
	margin: 0;
	display: block;
	}


/* end comment */


/* Footer 
========================================================== */

#footer {
	width: 800px;
	clear: both;
	padding: 10px 0 10px;
	}
	
#footer p{
	color: #7f7f7f;
	clear:both;
	margin-bottom: 0;
	text-align: right;
}

#footer h2{
	color: #000;
	margin-bottom: 6px;
}
	
#commentspopup #footer{background-image:none;margin:20px 0 10px; width:100%;}

#footer a{
	color: #666;
}
	
#footer ul#footer_items{
	list-style: none;
	clear: both;
}

#footer ul#footer_items li{
	float: left;
	margin-right: 15px;
	color: #666;
	background-color: red;
}

#footer ul#footer_items li ul li{
	float: none;
	margin-right: 0;
	margin-bottom: 2px;
	height: auto;
}

#footer ul#footer_items li ul li ul li{
	padding-left: 10px;
}

/* end footer */

/* Sidebar 
========================================================== */
#sidebar{
	width: 200px;
	float: left;
	background-color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	position: relative;
	border-right: 1px solid #DDD;
}

#sidebar h2{
	color: #333;
	text-align: center;
	margin-bottom: 4px;
	padding-top: 4px;
	font-size: 14px;
	font-family: Times, arial;
	font-weight: bold;
}
	
#sidebar a{
	color: #666;
}
	
#sidebar ul{
	list-style: none;
	clear: both;
}

#sidebar ul li{
	margin-right: 15px;
	color: #666;
	margin: 8px 0 12px;
	color: #000;
}

#sidebar ul li ul
{margin-top: 3px;}

#sidebar ul li ul li{
	margin-right: 0;
	margin-bottom: 4px;
	margin-top: 2px;
}

#sidebar ul li ul li ul li{
	margin-left: 15px;
	padding-left: 0;
	list-style-image:url(images/myjournal_bullet.gif);
}

#sidebar #searchBox{
	clear: both;
	float: right;
}

	
#sidebar #searchform label{
/*
	display: block;
	text-align: left;
	padding-bottom: 2px;
	font-size: 10px;
	color: #666;
*/
	display: none;
}
	
#sidebar #searchform {
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
	height:20px;
	}
	
/*.searchboxbody #searchform{text-align:left; margin-top: 20px;}*/

#searchform #s {
	border:1px solid #ccc;
	font-family:times,arial;
	font-size:10px;
	padding:3px 2px;
	width:90px;
	color: #6a6a6a;
	}

#searchsubmit {
	border:1px solid #999999;
	font-family:times, Arial;
	font-size:10px;
	padding:2px 1px;
	text-transform:uppercase;
	width:55px;
	color: #0076A3;
	background-color: #fff;
	}
	
#sidebar .powered{
	position: absolute;
	bottom:0;
}

/* end sidebar */


/* Calendar
========================================================== */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
	text-decoration: underline;
}

#wp-calendar a {
	text-decoration: none;
	font-weight:bold;
	background-color:#982522; 
	color: #fff;
	}
	
#wp-calendar a:hover{background-color:#0076A3;}


#wp-calendar caption {
	text-align: center;
	width: 100%;
	font-family: times, arial;
	font-size: 11px;
	font-weight: bold;
	border-top: dashed 1px #ccc;
	border-bottom: dashed 1px #ccc;
	padding: 3px 0;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	font-weight: bold;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
	}

#wp-calendar #next a {
	text-align: right;
	color: #0076A3;
	background: none !important;
	}

#wp-calendar #prev a {
	text-align: left;
	color: #0076A3;
	background: none !important;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

/* end calendar */

/* Images
========================================================== */
p img {
	padding: 0;
	max-width: 100%;
	}

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 */


/* Lists
========================================================== */
/* 	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets.  */
html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ul {
	padding: 0 0 0 20px;
	}
.entry ul li{
	list-style-type: disc;
	}
.entry ol li{
	list-style-type: decimal;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: decimal outside;
	}

/* end lists */