/*  
Theme Name: NerdPortal
Description: Portal nerd.
Version: 1.0
Author: Karlisson M. Bezerra
Author URI: http://nerdson.com/

*/

/* Begin Structure */
* {
    margin: 0;
    padding: 0;
}

a img { border: none; }
hr { clear:both; margin: 10px 0; border: none; }
ul, li { list-style: none; }

code { font: 1.1em 'Courier New', Courier, monospace; }
small { font-size: 11px; }
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	text-decoration: none;
	color: #158;
}

a:hover {
	color: #333;
}



p img { padding: 0; }

body {
    background: #EEE url(images/bg.jpg) top center;
    font: normal 14px Arial, Sans-Serif;
	text-align: center;
	color: #333;
}

button {
    border: 1px solid #DDD;
    padding: 2px;
    font-weight: bold;
    font-size: 11px;
    color: #444;
}  

input[type="text"], textarea {
    border: 1px solid #CCC;
}

h2 { font-size: 20px; }
h3 { font-size: 18px; }

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #FFF;
	}

h2, h2 a, h2 a:visited {
    color: #BBB;
}
h3, h3 a, h3 a:visited {
	color: #BBB;
}

h2 a:hover, h3 a:hover {
    color: #333;
}

#header {
    background: #000;
    border-bottom: 1px solid #999;
    height: 50px;
}

#header-center {
    width: 900px;
    margin: 0 auto;
}

#container {
    border: 1px solid #DDD;
	margin: 10px auto;
    width: 860px;
    padding: 0 20px;
    background: #FFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0px 2px 3px #BBB;
    -webkit-box-shadow: 0px 2px 3px #BBB;
    box-shadow: 0px 2px 3px #BBB;
}

#main {
    float: left;
	width: 600px;
}

#title a {
    background: transparent url(images/title.png) no-repeat top center;
    float: left;
    width: 220px;
    height: 50px;
}

#title span { display:none; }

#menu {
    float: right;
    margin: 15px 0 0;
}

#menu li {	display: inline; }

#menu a {
	margin-left: 20px;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
}

#menu a:hover {
    color: #EEE;
    text-decoration: none;
}

#searchform #s { 
    width: 195px;
    font-size: 14px;
    background: #FFF url(images/busca.png) no-repeat 4px 4px;
    padding: 2px 0 2px 23px;
    color: #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#banner {
	background: url(images/topo.png) no-repeat top left;
	width: 220px;
    height: 120px;
    margin-top: 20px;
}

/*--------Faixa direita do blog----------*/
#content {
    padding: 20px 0 30px;
    text-align: left;
}

.entry { line-height: 1.4em; }
.entry p { margin: 15px 0; } 
.entry a { text-decoration: underline; }

.entry a:visited {
	color: #b85b5a;
	}
.entry-comments {
    margin-top: 5px;
    font-weight: bold;
}

.navigation {
	text-align: center;
	margin: 3px 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
}

p.wp-caption-text {
    color: #444;
    font-size: 12px;
    margin: 5px 0;
    text-align: center;
}

.search-title {
    border-bottom: 1px solid #CCC;
    padding-bottom: 2px;
    margin-bottom: 10px;
}

.post {
	text-align: justify;
	margin-bottom: 45px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}

.post h2, .post h3 {
    font-size: 27px;
    padding-bottom: 2px;
    clear: left;
    text-transform: uppercase;
    text-align: left;
}

.post h3 { font-size: 18px; }

.post h2 a, .post h3 a {
    color: #BBB;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 1;
}

.date {
    color: #777;
    font-size: 10px;
}

.postmetadata {
    font-size: 11px;
    font-weight: bold;
    margin-top: 20px;
}

.tags {
    clear: left;
    font-size: 12px;
    font-weight: bold;
    padding-top: 4px;
}

.tags a { text-decoration: none; }

.pagebar {
	width: 600px;
	float: left;
    margin-bottom: 10px;
}

.pagebar a, .this-page, .break {
	float: left;
	margin: 0 5px 0 0;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
}

.this-page { color: #888; border: 1px solid #CCC; }
.pagebar a:hover {
	text-decoration: none;
	background: #EEE;
}

.archive-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

/*SIDEBAR----------------*/
#sidebar {
    width: 220px;
    float: right;
    text-align: left;
    padding: 15px 0 30px 20px;
    border-left: 1px dashed #DDD;
}

#sidebar ul li {
	padding: 5px 0;
	list-style: none;
	border-bottom: 1px dashed #DDD;
}

.widget {
    margin-bottom: 25px;
    font-weight:bold;
    font-size: 13px;
}

.widget h2 {
    font-size: 18px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC;
    color: #BBB;
}

.widget h3 {
    font-size: 14px;
    padding:0 0 8px 0;
    margin: 0;
    color: #222;
}

#feed {
    background: url(images/feed.png) no-repeat 5px 3px;
    width: 22px;
    height: 20px;
    float: right;
    
}
#feed span { display: none; }

#nfs { width: 220px; margin-top: 10px; }

.halfbanner {
    display: block;
    width: 200px;
}

.halfbanner:hover {
    opacity: 0.8;
}

.halfbanner img { padding: 4px 0; }
.halfbanner span { display: none; }

#twitter {
    background: url(images/twitter.png) no-repeat top left;
    width: 150px;
    height: 85px;
    overflow: hidden;
    font-weight: normal;
    padding: 8px 10px 5px 60px;
    color: #444;
    font-size: 11px;
}

#twitter-link { font-weight: bold; }

/*--- footer ---*/
#footer {
    clear: both;
    text-align: left;
    padding: 10px 0 20px;
    border-top: 1px solid #CCC;
    margin-top: 20px;
}

#footer ul {
	border-top: 1px solid #CCC;
	padding-top: 5px;
	margin: 5px 0 15px;
}

#footer ul li {
    display: inline; 
    font-size: 15px;
    font-weight: bold;
    padding-right: 20px;
}

#footer p {
	margin: 0;
	padding: 10px 0;
}

#footer img {
    float: left;
    margin-right: 10px;
}

.author {
	background-color: #FFA;
	border: 1px solid #FFD33A;
}

.bozo {
	background-color: #ffe6e6;
	border: 1px solid #ff2a2a;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    margin-top: 20px;
	}


h3#comments {
	padding: 0;
	margin: 10px 0;
	text-transform: uppercase;
	color: #BBB;
}
.commentlist li { font-weight: bold; }

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentlist img.avatar {
	float: left;
	margin-right: 10px;
}

.nocomments, .tags, .postmetadata, blockquote { color: #444; clear: both; }

img.centered { display: block; margin: 5px 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; padding-left: 10px;}
.alignleft { float: left }

.entry ul {
    list-style-position: inside;
    margin-left: 30px;
}

.entry ul li { list-style-type: disc; }

.entry ol { padding: 0 0 0 35px; margin: 0; }

.entry ol li {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

#find-error { margin-bottom: 30px; }

.entry form { text-align:center; }

#commentform input {
	width: 200px;
	margin: 5px 5px 1px 0;
	padding: 5px; font-size: 14px;
}

#commentform textarea { width: 588px; padding: 5px; font-size: 13px; margin: 5px 0;}

#respond { margin-top: 20px; text-transform: uppercase; color: #BBB; }
#commentform #submit {
	margin: 10px 0 0;
	font-size: 16px;
	padding: 5px 10px;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata { margin: 0; padding-left: 10px;}
.commentmetadata a { font-weight: normal;}

acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #999; }

blockquote {
	margin: 15px 0;
	padding: 10px 15px;
	background: #f1f4f8;
	font-size: 13px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.aligncenter { text-align: center; }

.more-link {
    display: block;
    text-align: right;
    font-weight: bold;
    padding-top: 10px;
}
