/*
Theme Name: Monochromatic
Theme URI: http://www.themelab.com/2008/08/30/monochromatic-a-thematic-child-theme/
Description: A very minimal child theme of <a href="http://themeshaper.com/thematic-for-wordpress/">Thematic</a>
Author: Theme Lab
Author URI: http://www.themelab.com/
Template: thematic
Version: 0.1
*/

@import url("../thematic/style.css");

a:link, a:visited {
    color:#000;
    text-decoration:underline;
}

#header {
    background: #fff url(http://teatrodovestido.org/blog/wp-content/themes/monochromatic/header.jpg) no-repeat scroll center top;	margin-top: 1em;
    
    text-align:right;
	padding-bottom: 50px;
	font-size: 15px;
	clear: both;
	
}
#blog-title {
	padding:0;
	
	font: normal small-caps 1.2em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #605f71}
	
}

#blog-title a {
	font: bold 2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}
}
.entry-title {
    padding:0;
	font: normal small-caps 2.2em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #605f71}

.entry-title a {
    
    text-decoration:none;
}.entry-title a:hover {
	color: maroon;
}

#blog-description {
    color:#000;
    padding:8px 0 8px 0;
}

#access {
    background:#fff;
    border:none;
	position: relative;
	top: 4.6em;
}

#menu ul {
    text-align:center;
    clear:none;
}

#menu a {
    float:none;
    display:inline;
    background:#fff;
    color:#000;
    border-top:15px solid #000;
    border-left:1px solid #000;
    border-right:1px solid #000;
    border-bottom:1px solid #000;
}

#menu a:hover {
    background:#ccc;
    color:#000;
    border-color:#000;
}
#menu .current_page_item a {
    background:#ccc;
    color:#000;
    border-color:#000;
}
#menu a:focus {
    background:#c0c0c0;
    color:#000;
    border-color:#000;
}

#main {
    padding:24px 0;
}

.comments-link a {
    color:#000;
}

#comments {
    background:#c0c0c0;
}

#comments li {
    background:#181E24;
    border-top:1px solid #000;
}

#respond {
    background:#181E24;
    border-top:1px solid #000;
}

#comments li.byuser {
    background:#8A8A8A;
    border-color:#303030;

}

#login a {
    color: red;
}

#siteinfo {
    text-align:center;
}

.xoxo li {
	list-style-type: none;
	
}
.xoxo li a {
	text-decoration: none;
}
.xoxo li a:hover {
	color: #ff47ff;
}

.entry-title h2 {
	font-style: italic;
	letter-spacing: 2em;
}