/*   
Theme Name: Enfado
Theme URI: http://enfado.org
Author: Guilherme Cartaxo
Author URI: http://enfado.org
Version: 2.0
*/

/* ------------CSS RESET */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
:focus {	outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}

table {border-collapse: collapse;
	border-spacing: 0;}

/* ------------MAIN DIVS */

body {
	background: #f5f5f0 url("/wp-content/themes/enfado/images/fundo.php") no-repeat fixed top right;
	font: 100%/1.125em Verdana,sans-serif;
	text-align: center;
}

#rap {
	color: black;
	margin: 30px auto 20px;
	text-align: left;
	width: 700px;
}

#content {
	float: right;
    width: 520px;
}

#sidebar{
	background: #fffdf4 url("/wp-content/themes/enfado/images/enfado1.jpg") no-repeat top left;
	color: #000;
	text-align: right;
    float: left;
    width: 150px;
	padding: 0 10px 10px;
}

/* ------------SIDEBAR */

#titulo {margin-bottom: 10px;}

#descricao, #menu , #autor {margin-bottom: 40px;}

#titulo a {
    text-align: left;
	display: block;
	text-indent: -9999px;
	height: 300px;
}

#descricao {
	font-size: 0.6875em;
	line-height: 1.25em;
	font-style: italic;
	}

#menu  li {
	font-size: 1em;
	line-height: 1.75em;
	font-family: "Helvetica Lt Std",Helvetica,sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
#autor {
	font-size: 0.625em;
	line-height: 1.2em;}

/* ------------CONTENT */

.post  {
	background: #FFFFFF;
	margin: 0 0 10px;
	padding: 30px 30px 40px;
	text-align: justify;
	width: 440px;
}

.oops {padding-bottom: 600px;}

#comments, #postcomment {
	background: #FFFFFF;
	margin: 0 0 10px;
	padding: 30px;
	text-align: left;
	width: 440px;
}

/* ------------CONTENT TYPOGRAPHY */

a{
	color: #bc4040;
	text-decoration: none;
}

a:visited {
	color: #625446;
}

a:hover {
    color: #ED0103;
    }

.post a, #comments a {
        border-bottom: 1px solid #bc4040;
        padding-bottom: 1px;
}

.post a:visited, #comments a:visited {
        border-color: #625446;
}

.post a:hover, #comments a:hover {
        border: 0;
}

.post a img {border: 1px solid transparent;}

.post a img:hover {border: 1px solid #bc4040;}


h2 {
	font: normal 1.4em "Helvetica Lt Std",Helvetica,sans-serif;
	margin: 0 0 30px 0;
}

.post h2 a {border-bottom: 0;}

h3 {
	font: normal 1em Verdana,sans-serif;
	margin: 30px 0 0;
}

.post p, .post li {
	margin-top: 0.6em;
	font-size: 0.75em;
	}

.post table {margin-top: 1.5em; font-size: 0.75em;}

.post p+ul {
        margin-bottom: 10px;
        list-style-type: disc;
        list-style-position: inside;
}

.post p+ol {
        margin-bottom: 10px;
        list-style-type: decimal;
        list-style-position: inside;
}

p.time {
	margin-top: 30px;
    margin-bottom: 20px;
	font-size: 0.6em;
	text-align: left;
}

p.citacao {margin-bottom: 2em; font-size: 0.85em; font-family: Georgia, Times, Times New Roman, serif;}

p.nota {margin-top: 2em; font-size: 0.7em;}

p.relac {font-size: 0.6em; text-align: right;}

.post img {margin-bottom: 1em;}
.post a>img {margin-bottom: -0.4em;}

td {border: 1px solid #BBBBBB; padding: 5px;}
	
pre {
    font-size: 0.775em;
	line-height: 1em;
	padding: 2em 0;
}

input, textarea {
	background: #F8F8FF;
	border: #CCCCCC 1px solid;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#comments li {
	padding: 0.75em 0;
	font-size: 0.75em;
	line-height: 1.4em;
	}
	
#comments p {margin-bottom: 0.5em;}

#comments span.time {font-size: 0.75em;}

#postcomment p {
	margin-top:15px;
	font-size: 0.6875em;}
	

/* ------------PAGENAVI */

.wp-pagenavi {
	text-align: center;
	background: #FFFFFF;
	margin: 0 0 10px;
	padding: 15px 30px 15px;
	width: 440px;
	font-size:0.75em !important;
	}

.wp-pagenavi a, .wp-pagenavi a:link {
	text-decoration: underline !important;
	border: 0 !important;
	color: #BC4040 !important;
}
.wp-pagenavi a:visited {
	text-decoration: underline !important;
	border: 0 !important;
	color: #625446 !important;
}
.wp-pagenavi a:hover {
	text-decoration: none !important;
	border: 0 !important;
	color: #ED0103 !important;
}
.wp-pagenavi a:active {
	border: 0 !important;
	color: #ED0103 !important;
}
.wp-pagenavi span.pages {
	border: 0 !important;
}
.wp-pagenavi span.current {
	border: 0 !important;

}
.wp-pagenavi span.extend {
	border: 0 !important;
}
