/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	:	Dehumanizer
	Author Site	:	http://www.dehumanizer.com
	Style Name	:	PA
	Style URI	:
	Version		:	0.1
	Comments	:
*/

body {
        font-size: 62.5%; /* Resets 1em to 10px */
        /* font-family: Verdana, Arial, Sans-Serif; */
	font-family: Arial, Verdana, Sans-Serif;
        /* background-color: #D8D4B5; */
	/* background-color: #000000; */
	/* background-color: #D7D7D7; */
	background: #dfc;
        color: #000000;
        text-align: center;
	/* margin: 0px; */
        }



#page {
	/* The entire design is contained within the 'page' id */
        background: white;
        text-align: left;
        margin: 0 auto;
        /* padding: 20px 0 10px; */
        padding: 5px 0 10px;
        position: relative;
        /* border: 1px solid #ddd; */
        /* border: 1px solid #dfc; */
        border-top: none;
	border: none;
        clear: both;
	}


.columns-two #page {
	/* width: 90%; */
	width: 990px;
}


/* html #page { width: 770px% } /* IE hack */


#header {
	padding: 0;
	margin: 0;
	position: relative;
	/* height: 200px; */
	height: 120px;
	/* background: #3371A3; */
	/* background: #7a2; */
	background: #9c3;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
	}
	

/* Nome do blog */
h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	text-decoration: none;
	color: #0000FF;
	margin: 0;
	padding: 0;
	}

/* #header img {
	/* margin-left: 100px;
	margin-top: 10px; */
	position: absolute;
	top: 10px;
	left: 18%;
	align: center;
	padding: 10px 10px 10px 10px;
	}
*/ 

.primary {
	/* Contains the main column */
	/*width: 70%;*/
	}

#primary {
        position: relative;
        float: left;
        /* width: 500px; */
        /* width: 650px; */
        width: 690px;
        padding: 10px;
        padding-right: 30px;
        overflow: hidden;
	}


.hentry {
	/* Each entry is contained within the 'hentry' class */
	color: #000000;
	}


/* Títulos */
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #444;
	}

/* Published by... e data */
.entry-meta { /* Time and category for blog entries */
        /* font-size: 1em;
        line-height: 1.6em; */
        font-size: 1.2em;
        line-height: 1.8em;
        display: block;
        /* margin-top: 1px; */
        margin-top: 4px;
        margin-bottom: 4px;
        color: #bbb;
        }

/* Autor, categoria, # comentários */
.entry-meta a, .comment-meta a {
        color: #777;
        }


/* Texto */
.entry-content {
        font-size: 1.4em;
        /* line-height: 1.8em; */
        line-height: 1.4em;
        text-align: justify;
        color: #444;
        }


.secondary {
	/* Contains the sidebar */
        float: left;
        font-size: 1em;
        line-height: 1.5em;
        color: #666;
        position: relative;
	}

.secondary div {
	/*padding-top: 5px;
	border-top: 1px;
	border-top-color: black;
	border-top-style: solid; */
	/*margin-top: 3em; */
	/* border-bottom-style: solid; */
	/* border-width: 1px; */
	}

ul.menu {
	/* display: none; */
	margin: 0;
	padding: 0 0 8px 0;
	/* background-color: #B5BF85; */
	}

/* Faz não aparecer o título em texto */
/*h1 {
	display: none;
	margin: 0;
	padding: 0;
	}*/

h1 { /* H1 is the title in the header */
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	/* padding: 75px 40px 0; */
	padding: 15px 40px 0;
	}


.entry-head {
	margin-top: 0px;
	}

li.bypostauthor {
	background: #C3C3C3;
	}

li.bypostauthor blockquote {
	color: #333;
	/* background: #D7D7D7 url('images/quote.png') no-repeat 10px 0; */
        background: url('images/quote.png') no-repeat 10px 0;

	}

blockquote {
	/* background: #D7D7D7 url('images/quote.png') no-repeat 10px 0; */
        background: url('images/quote.png') no-repeat 10px 0;
	}

li.byuser {
	background: #E7E7E7;
	}

/* Post anterior, próximo post */
.navigation a {
	color: #27d;
	font-size: 1.2em;
	}

#pinglist {
	background: #D7D7D7;
	}

ul.menu li a {
	/* font-size: 1em; */
	/* font-size: 1.1em; */
	/* color: gray; */
	color: white;
	margin: 0;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	/* background: #B5BF85; */
	/* background: #B7B7B7; */
	background: white;
	text-decoration: none;
	}

#primary .entry-content img {
	margin: 0 5px;
	padding: 4px;
	/* border: 1px solid #ccc; */
	max-width: 100%;
	border: none;
	}

img.wp-smiley {
	border: none !important;
	padding: 0 0 0 0 !important;
	}

 .diggclick {
	float:left;
	padding:3px 5px 5px 5px;
	}


#sidebar-main {
	width: 260px;
}

.columns-two #sidebar-main {
        /* width: 260px; */
        width: 200px;
        padding: 10px 10px 0;
}

.columns-two #sidebar-alt {
        width: 200px;
        padding: 0 10px;
        }


h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
        /* text-align: center; */
        font-size: 1em;
        /* font-weight: bold; */
        /* letter-spacing: -1px; */
        }

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
        /* font-size: 2.4em; */
        font-size: 2.2em;
        /* font-weight: normal; */
        font-weight: bold;
        letter-spacing: -1px;
        }

h3 {
	color: #444;
	}

h3 a, h3 a:visited {
        color: #7a2;
        }



.secondary h4 { /* Secondary H4 is sidebar headlines */
        font-size: 1.5em !important;
        font-weight: normal !important;
        padding: 0 !important;
        display: inline;
        }

.content {
        /* padding: 0 20px; */
        /* padding: 10px 20px; */
        padding: 20px 20px;
        }

#search {
        margin-top: 20px;
        }

#searchform {
        display: block;
        position: relative;
        height: 40px;
        }

a {
        /* color: #27d; */
        color: #66a;
        text-decoration: none;
        }

.entry-content a:visited {
        color: #b41;
        }

h1.blog-title {
        font-weight: bold;
        letter-spacing: -1px;
        padding: 15px 0 0 15px;
        }
