/*
Theme Name: Mr. Techie (Dalton Filho mod)
Theme URI: http://www.freewpthemes.net/preview/mrtechie
Description: A modified version of mrtechie by Dalton Filho
Version: 2.0
Author: Free WordPress Themes &amp; Dalton Filho
Author URI: http://www.freewpthemes.net/
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	padding: 5px;
	border: 1px solid #626262;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #3B3B3B;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
    margin-bottom: 10px;
}

h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
}

h5 {
	background-color:#F7F7F7;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
}

p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
}

.float-left-img {
	float: left;
	margin-right: 15px;
	margin-top: 8px;
}

.float-right-img {
	float: right;
	margin-left: 15px;
	margin-top: 8px;
}


*.imagearea {
	padding-top: 1em;
	text-align: center;
}

p.imagearea + p {
	margin-top: 1.3em;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	font-weight:bold;
	color: #252525;
}

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

img {
	border: none;
}

/* Super-Header */

#superheader {
	width: 950px;
	height: 235px;
	margin: 0 auto;
	background: url(images/top.png) no-repeat left bottom;
}

/* Header */

#header {
	width: 890px;
	height: 140px;
	margin: 0 auto;
}

#logo h1, #logo p {
	float: left;
	color: #3B3B3B;
}

#logo h1 {
	height: 58px;
	padding: 40px 5px 0 0;
	font-size: 4em;
}

#logo p {
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.8em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #3B3B3B;
	font-weight: bold;
}

/* RSS */

#rss {
	padding: 30px 19px 20px 0;
	text-align: right;
}

#rss a {
	padding: 0 0 3px 25px;
	margin-left: 10px;
	background: url(images/img03.gif) no-repeat;
	text-decoration: none;
	font-weight: bold;
}

#rss a:hover {
	text-decoration: underline;
}

/* Search */

#search {
	float: right;
	width: 200px;
	height: 28px;
	background: #FFFFFF url(images/img02.gif) no-repeat;
}

#search #x {
	display: none;
}

#search #s {
	padding: 6px 5px 5px 35px;
	width: 160px;
	height: auto;
	background: none;
	border: none;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #000;
}

#search br {
	display: none;
}

/* Menu */

#menu {
	width: 895px;
	height: 50px;
	margin: 0 auto;
	text-align:center;		
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	margin-top: 11px;
	margin-left: 55px;
	margin-right: 50px;
	font-size: 1.6em;
	font-weight: bold;
	color:#666666;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFAA00;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	color: #2A2A2A;
}

/* Page */

#page {
	width: 890px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Ads */

#ads {
	float: right;
	width: 160px;
	padding: 0 0 0 20px;
}

/* Content */

#content {
	float: left;
	width: 590px;
}

.post {
	margin-bottom: 50px;
}

.post .title {
}

.post .title h2 {
	font-size: 2.2em;
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #BABABA;
}

.post .title p a {
	color: #BABABA;
}

.post .entry {
	padding-top: 30px;
	text-align: justify;
}

.post .links {
	width: 570px;
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: #F3F3F3 url(images/img08.gif) no-repeat;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	background: url(images/img09.gif) no-repeat;
}

.post .links .comments {
	background: url(images/img10.gif) no-repeat;
}

/* Respond */

#respond p {
	margin-bottom: .5em;
}

#respond input {
	border-color:#DADADA;
}

#bottommargin {
	margin-bottom: 20px;
}

/* Comments */

.comment_meta {
	background-image:url(images/comment_top.png);
	background-repeat: no-repeat;
	text-indent: 12px;
	padding: 5px;
	height: 36px;
	width: 562px;
}

.comment_text {
	background-image:url(images/comment_middle.png);
	background-repeat:repeat-y;
	width: 562px;
	margin-top: -10px;
	padding-top: 10px;
}
.comment_text p {
	width: 548px;
}

.comment_bottom {
	background-image:url(images/comment_bottom.png);
	background-repeat:no-repeat;
	width: 562px;
	margin-top: -26px;
}

#commentarea {
	background-image:url(images/comment.png);
	background-repeat:no-repeat;
	margin-left: -5px;
	width: 602px;
	height: 234px;
}

#comment {
	width: 545px;
	height: 180px;
	margin-top: 10px;
	margin-left: 8px;
	border: none;
	background: none;
}

#comment ol, #comments p {
	line-height: normal;
	margin-left: 12px;
}

/* Subtitle */

*.subtitle {
	width: 70%;
	margin: 0 auto;
	font: bold 12px  Arial, Helvetica, sans-serif;
	color: #3B3B3B;
	text-align: center;
}

p.imagearea + p.subtitle {
	margin: -10px auto 20px auto;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	background: #F3F3F3 url(images/img06.gif) no-repeat left bottom;
}

#sidebar li ul {
	padding: 10px 20px;
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat 0 11px;
}

#sidebar h2 {
	width: 210px;
	height: 30px;
	padding: 5px 0 0 30px;
	background: #FFB700 url(images/img05.png);
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #FFFFFF;
}

/* Calendar */

#calendar_wrap {
	padding: 15px 20px;
}

#calendar table {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	text-align: center;
}

#calendar thead {
	background: #DBDBDB;
}

#calendar tbody td {
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #today {
	background: #FFF3A7;
	border: 1px solid #FF7400;
	font-weight: bold;
	color: #FF7400
}

/* Footer */

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/img11.gif) no-repeat;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}


/* Class names */

.monospaced {
	font-family: "Courier New", Courier, mono;
}