/*
Theme Name: listras v3
Theme URI: http://listras.org/blog/wp-content/themes
Description: minimal theme for my wp blog.
Version: beta
Author: marina esmeraldo
*/

/* general information */

body
{
font-family: Arial, Sans-Serif;
background-color:white;
}

a
{
text-decoration: none;
color: #00d9b8;
}

a:hover
{
color: white;
background-color: #00d9b8;
}

p {
font-size: 0.8em;
font-family: Arial, Sans-Serif;
}

p.close {

}

small
{
font-size: 9px;
}

h1
{
font-size: 2em;
text-align: left;
}

h2
{
font-size: 1.2em;
text-align: left;
}

h3
{
font-size: 1em;
text-align: left;
}

.right {text-align: right}
.center {text-align: center}
.justify {text-align: justify}




/* sidebar information */

#sidebar
{
float:left;
width:120px;
}

.menu-title {
font-size: 1em;
font-style: italic;
font-family: "Arial Narrow";
}


#sidebar ul {list-style:none;}

#sidebar li {list-style: none;}

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

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

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



/* post information */

.postmetadata {
font-size: 0.6em;
color: black;
}

.post-title {
font-size: 1.0em;
font-style: italic;
text-transform: uppercase;
font-family: "Arial Narrow";

}

.entry {
text-align: justify;
}


/* footer information */

#footer
{
color: #aaa;
margin-bottom:30px;
}




