/*
Theme Name: Maurilio's Blog
Theme URI: http://www.maurilioamorim.com/
Description: A Wordpress theme for the blog of Maurilio Amorim.
Version: 1.0
Author: The A Group (http://www.agroup.com)
*/

@import url("reset.css");
@import url("carousel.css");

/* TYPOGRAPHY & BASIC STYLES */

body {
	font: 15px/1.333em georgia, arial, serif;
	color: #444;
	background: url("images/bg-body.gif") repeat-x center top;
}

a {
	outline: none;
	color: #ff630e;
}

#logo {
	width: 452px;
	clear: both; 
	background: url("images/bg-h1.png") no-repeat left 50px;
}

#logo a {
	display: block;
	height: 160px;
	text-indent: -900em;	
}

#header p#tagline {
	display: none;
}

#header-nav {
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	float: left;
	font-size: 15px;
	text-transform: lowercase;
	height: 40px;
	line-height: 38px;
}

#header-nav li {
	float: left;
	margin-right: 3em;
}

#header-nav li a {
	color: #999;
	text-decoration: none;
	display: block;
	height: 40px;
}


#header-nav li.current-menu-item a {
	color: #eee;
	background: url("images/bg-header-nav-current.png") no-repeat center bottom;
	font-weight: bold;
}

#header-nav li a:hover {
	color: #ff630e;	
}


#header #form-search {
	float: right;
	height: 39px;
	line-height: 38px;
	width: 180px;
	background: url("images/bg-form-search.gif") no-repeat left center;
	vertical-align: middle;
}

#header #form-search h2 {
	display: none;
}

#header #form-search input[type="text"] {
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	font-size: 12px;
	width: 145px;
	padding: 0;
	vertical-align: middle;
	background-color: #fff;
	border: none;
	margin-left: 5px;
	
}

#header #form-search button {
	vertical-align: middle;
	width: 24px;
	height: 24px;
	border: none;
	padding: 0;
	background-color: transparent;
	text-indent: -900em;
	cursor: pointer;
}



h2 {
}

h2 a {
	
}

h3 {
}

h3 a {
	
}

p {
	margin-bottom: 1.333em;
}

small {
	font-size: .85em;
}

.post ul,
.page-body ul {
	list-style: disc;
	margin: 1.333em 0 1.333em 1.5em;
}

.post ol,
.page-body ol {
	list-style: decimal;
	margin: 1.333em 0 1.333em 1.5em;
}

.post ul li,
.page-body ul li,
.post ol li,
.page-body ol li {
	margin-bottom: 1.333em;
}

hr {
	display: none;
}

#container {
	width: 920px;
	margin: 0 auto;
}

#container2 {  

}	

#header {
	/*border-bottom: 1px solid #ddd;*/
}

#content {
	padding-top: .666em;
}

#content-footer {
	clear: both;
}

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

#copy-body {
}

#copy-body > h1 {
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	font-size: 1.333em;
	margin-top: .8em;
	line-height: 1.2em;
	letter-spacing: -1px;
	color: #888;	
}


/* POST STYLES */

#posts {
}

.post {
	background-color: #e6e6e6;
	margin: 0 0 1.333em 0;
	padding: 40px 40px 30px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.post-title {
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	font-size: 1.666em;
	line-height: 1.2em;
	padding-bottom: .8em;
	letter-spacing: -1px;
	color: #000;
}

.post-title a {
	text-decoration: none;
	color: #000;
}

.post-title a:hover {
	color: #ff630e;
}

.post .post-date {	
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	font-size: 11px;
	color: #777;
	margin: 0;
	/*margin-bottom: 1.538em;*/
}

.post .link-comments {
	background: url("images/bg-link-comments.png") no-repeat left top;
	width: 40px;
	height: 50px;
	padding-top: 3px;
	float: right;
	margin: -5px 0 -10px 15px;
}

.post .link-comments a {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-align: center;
	display: block;
	text-decoration: none;	
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #888;
	letter-spacing: -2px;
}

.post .link-comments a:hover {	
	color: #ff630e;
}

.post-body .link-read_more {
	white-space: nowrap;
}

.post-thumb {
	width: 120px;
	height: 120px;
	overflow: hidden;
	float: left;
	margin: 0 20px 1.333em 0;
	background-color: #fff;
}

.post-thumb img {
	max-width: 150%;
	max-height: 150%;
	margin: 0 0 0 0;
}

.post .post-meta {
	clear: both;
	list-style: none;
	margin: 1.333em 0 0;
	/*padding-top: .666em;
	border-top: 1px solid #ccc;*/
	color: #888;
	font-family: "helvetica neue", arial, helvetica, sans-serif;
}

.post .post-meta .addthis_toolbox {
	/*padding-bottom: .333em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.333em;*/
	background-color: #d6d6d6;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 8px 8px 3px;
	margin-bottom: 1.333em;
}

.search .post .post-meta {
	margin-top: 0;
}

.post .post-meta .comments {
	margin-bottom: 1.333em;
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	font-weight: bold;
}

.post-meta .comments a {

}

.post-meta .post-date {
	font-size: 11px;
	color: #888;
	display: inline;
}

.post .post-meta .categories {
	margin-bottom: 0; 	
	font-size: 11px;
	display: inline;
}

.post-meta .tags {
	margin-bottom: 0; 	
	font-size: 11px;
}


.index .post-meta .tags,
.archive .post-meta .tags {
	display: none;
} 

.post-meta .categories a,
.post-meta .tags a {
	color: #888;
}

.post-meta .link-subscribe {
	margin: .666em 0;
	background: url("images/feedburner.png") no-repeat left center;
	padding-left: 21px;
}

.post div.post-meta .link-subscribe a {
	font-size: 11px;
	color: #ff630e;
}

.post-meta .edit {
	display: none;
}

.post div.post-meta {
	margin-top: 1.999em;
}

.post div.post-meta a {
	color: #888;	
}

.post-meta .info,
.post-meta .copyright {
	margin: 0;
	font-size: 11px;
}

.post-meta .copyright {
	margin-top: 1em;	
}

.post-meta .ping_status {
	margin: 0;
	font-size: 11px;
	display: none;
}

.posts-nav {
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	font-weight: bold;
}

.posts-nav ul {
	margin: .8em 0;
	overflow: auto;
}

.posts-nav .link-prev {
	float: left;
	font-size: .8em;
	width: 10em;
	text-align: left;
}

.posts-nav .link-prev a {
	background: url("images/bg-link-prev.gif") no-repeat left top;
	padding-left: 12px;
	display: block;
}

.posts-nav .link-next {
	float: right;
	font-size: .8em;
	width: 10em;
	text-align: right;
}

.posts-nav .link-next a {
	background: url("images/bg-link-next.gif") no-repeat right top;
	padding-right: 12px;
	display: block;
}

.posts-nav a {
	color: #888;
	text-decoration: none;
}

#copy .posts-nav a:hover {
	text-decoration: underline;
}

.posts-nav .link-prev a:hover {
	background-position: left bottom;
	color: #ff630e;
}

.posts-nav .link-next a:hover {
	background-position: right bottom;
	color: #ff630e;
}

img.aligncenter,
img.alignleft,
img.alignright,
img.align.none {
	/* max-width: 450px; */  
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
}

.alignleft {
	float: left;
	margin-right: 1.333em;
	margin-bottom: 1.333em;	
}

.alignright {
	float: right;
	margin-left: 1.333em;
	margin-bottom: 1.333em;
}

.wp-caption-text {
	font-size: .8em;
	line-height: 1.22em;
	margin-top: .66em;
}

.blogger-post-footer {
	display: none;
}


/* PAGE STYLES */

.page-title {
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	font-size: 1.666em;
	line-height: 1.2em;
	margin: 1.2em 0;
	letter-spacing: -1px;
	color: #000;
}


/* COMMENTS */

#comments {
	
}

#comments h3 {
	font-size: 1.333em;
	margin: 1.5em 0 1em;
	line-height: 1em;
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	letter-spacing: -1px;
}

#comments .comment_list {
	border-top: 1px solid #ddd;
}

#comments .comment_list li {	
	border-bottom: 1px solid #ddd;
	padding: 30px 40px 10px;
}

#comments .comment_list li.alt {
}

#comments .comment-author {
	line-height: 32px;
	float: left;
}

#comments .comment-author img {
	vertical-align: middle;	
	margin-right: .33em;
}

#comments .comment-author cite {
	font-style: normal;
	font-weight: bold;
	font-family: "helvetica neue", arial, helvetica, sans-serif;
}

#comments .comment-meta {
	font-size: 11px;
	font-family: "helvetica neue", arial, helvetica, sans-serif;
}

#comments .comment-meta a {
	color: #777;
	text-decoration: none;
}

#comments .comment-meta a:hover {
	text-decoration: underline;	
}

#comments .comment-body {
	clear: both;
	
}

#comments .comment-awaiting_moderation {
	clear: both;
	font-style: italic;
}

/* Add comment form */

#form-comment {
	background-color: #e6e6e6;
	margin: 1.999em 0;
	padding: 40px 40px 20px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-family: "helvetica neue", arial, helvetica, sans-serif;
}

#comments #form-comment h3 {
	margin: 0 0 1em;	
}

#form-comment p.logged_in {
	float: right;
	margin: -47px 0 0;
	background-color: #d6d6d6;
	padding: 8px 15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: .8em;
}

#form-comment p.logged_in a {
	font-weight: bold;
}

#form-comment p {
}

#form-comment label {
	display: block;
	font-size: .8em;	
}

#form-comment .note {
	font-style: italic;
}

#form-comment .required {
	
}

#form-comment .input-text {
	
}

#form-comment input[type="text"],
#form-comment textarea {
	width: 97%;
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	font-size: 15px;
	padding: .45em;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#form-comment input {
	
}

#form-comment textarea {
	
}

#form-comment button {
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	font-size: 15px;
}



/* SIDEBAR */

#sidebar {
	width: 300px;
	float: right;
	font-size: 13px;
	line-height: 1.55em;
	color: #777;
	position: relative;
	overflow: visible;
}

#sidebar h2 {
	margin: 2.4em 0 .8em;
	line-height: 1.6em;
	font-size: 13px;
	text-transform: uppercase;
	color: #777;
	font-family: "helvetica neue", arial, helvetica, sans-serif;
}

#sidebar ul ul {
	overflow: auto;
}

#sidebar ul ul li {
	width: 50%;
	float: left;
}

#sidebar form input {
	
}

#sidebar #social_media ul li {
	 width: 32px;
	 height: 32px;
	 margin-right: 5px;
	 margin-bottom: 5px;
}

#sidebar #social_media ul li a {
	height: 32px;
	display: block;
	text-indent: -900em;	
}

#sidebar #social_media ul li.link-facebook {
	background-image: url("images/facebook.png");	
}

#sidebar #social_media ul li.link-twitter {
	background-image: url("images/twitter.png");	
}

#sidebar #social_media ul li.link-technorati {
	background-image: url("images/technorati.png");	
}

#sidebar #social_media ul li.link-linkedin {
	background-image: url("images/linkedin.png");	
}

#sidebar #social_media ul li.link-rss {
	background-image: url("images/rss.png");	
}

#archive-info {
	display: none;
}


#about_intro #photos {
	background-color: #eee;
	margin-bottom: 1.666em;
}


#subscribe {
	/*padding: 10px 20px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #d0d0d0;
	color: #fff;*/
	overflow: hidden;
}

#subscribe h2 {
	margin-top: 1.6em;
}

#subscribe p {
	margin: 0;
}

#subscribe input[type="text"] {
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	background-color: #fff;
	color: #888;
	border: 1px solid #ddd;
	padding: 6px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	vertical-align: middle;
	width: 95%;
}

#subscribe button {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	background-color: #000;
	color: #fff;
	border: none;
	padding: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-transform: uppercase;
	vertical-align: middle;
	float: right;
	margin-top: 5px;
}

#subscribe button:hover {
	background-color: #ff630e;
}

#subscribe p.link-feedburner {
	float: left;
	margin-top: 7px;
	font-size: .8em;
	color: #999;
	text-align: right;
}

#subscribe p.link-feedburner a {
	color: #999;
}

#subscribe p.link-feedburner a:hover {
	color: #ff630e;
}
	

/* TWITTER FEED */

#twitter_feed {
	position: absolute;
	top: -149px;
	height: 169px;
	width: 268px;
	padding: 11px 16px;
	background: url("images/bg-twitter_feed.png") no-repeat left top;
	color: #fff;
	line-height: 1.333em;
	font-size: 15px;
}

#twitter_feed h2 {
	text-transform: lowercase;
	margin: 0;
	font-size: 15px;
	line-height: 1.333em;
	font-family: arial;
}

#twitter_feed h2 a {
	text-decoration: none;	
}

#twitter_feed h2 a:hover {
	text-decoration: underline;	
}

#twitter_feed #tweet {
	display: inline;
}

#twitter_feed p {
	margin: 0;	
	font-family: "helvetica neue", arial, helvetica, sans-serif;
}

#twitter_feed #tweet-date {
	font-size: 10px;
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	font-style: italic;		
}

#twitter_feed .tweet-follow {
	display: block;
	position: absolute;
	top: 115px;
}

#twitter_feed .tweet-follow iframe {
	width: 61px !important;	
}

#twitter_feed a {
	color: #fff;
}


/* FOOTER */

#footer {
	border-top: 1px solid #ddd;
	font-size: 13px;
	margin-top: 1.55em;
	padding: 1.55em 0;
	line-height: 1.55em;
	color: #777;
	clear: both;
}

#footer a {
	
}


/* ABOUT PAGE */

.page-about {
	border-top: 1px solid #ddd;
}

.page-about #sidebar #about_intro h2,
.page-about #sidebar #about_intro p,
.page-about #sidebar #archives,
.page-about #sidebar .categories,
.page-about #sidebar #menus {
	display: none;
}

.page-about #sidebar #about_intro #photos {
	margin-top: 30px;
	display: none;
}


/* SINGLE */

.single {
	margin-bottom: 300px;
	position: relative;
	min-height: 800px;
}

.single .post {
	z-index: 100;
}

.single .post .nrelate_related {
	/*position: absolute;
	bottom: 0px;
	margin-bottom: -255px; 
	width: 590px;
	margin-left: -40px;	
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;*/
	
	/*position: absolute;
	bottom: 0px;
	margin-bottom: -265px;*/ 
	width: 550px;
	margin-left: -40px;	
	background-color: #e6e6e6;
	padding: 20px 00px 20px 40px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 50;
}

.single .post .nrelate_related h3 {
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	font-size: 17.333px;
	line-height: 1.2em;
	padding-top: .4em;
	letter-spacing: -1px;
	color: #444;
	margin: 0;
}

.single .nr_inner {
	margin-left: -3px;
}

.single .nr_text {
	height: 62px;
	overflow: hidden;
}

.single .sociable {
	border-top: 1px solid #ccc;
	margin: 1.333em 0 -.666em;
	padding-top: .666em;
}

.single .sociable-tagline {
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	display: none;
}

/* NO SIDEBAR PAGE */

.page-no_sidebar #copy {
	float: none;
	width: auto;
	display: block;
	padding-bottom: 1.333em;		
}


/* SLIDER */

#featured {
	position: relative;
}

#featured h2 {
	line-height: 20px;
	margin-bottom: -15px;
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	font-size: .8em;
	color: #888;
	text-transform: uppercase;
}

#feature_top {
	position: absolute;
	left: 0;
	top: 20px;
	height: 8px;
	width: 8px;
	background-image: url("images/bg-featured-tl.png");
	z-index: 2000;
}

#feature_right {
	position: absolute;
	right: 0;
	top: 20px;
	height: 8px;
	width: 8px;
	background-image: url("images/bg-featured-tr.png");
	z-index: 2000;
}

#feature_bottom {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 8px;
	width: 8px;
	background-image: url("images/bg-featured-br.png");
	z-index: 2000;
}

#feature_left {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 8px;
	width: 8px;
	background-image: url("images/bg-featured-bl.png");
	z-index: 2000;
}

#slider {
    width: 590px;
	height: 379px;
	position:relative;
	margin-bottom: 1.133em;
	background-color: #000;
}

#slider img {
	margin:0 !important;
	float:none !important;
	border:none !important;
}

.scroll {
    height: 379px;
    width: 590px;
    overflow: hidden;
    position: relative;
}

.scroll .title {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.666em;
	line-height: 1.2em;
	letter-spacing: -1px;
}

.scroll .title a {
	color:#fff;
	position:absolute;
	z-index:2000;
	left:55px;
	padding-right:55px;
	top:300px;
	text-decoration: none;
}

.scroll .title a:hover {
	color: #ff630e;
}

.scroll h2 a:hover {
	text-decoration:none;
}

.scrollContainer div.panel {
    padding: 0;
    height: 388px;
    width: 590px;
}

div.trans_bg {
	height: 99px;
	width: 590px;
	background-color: #000;
	position: absolute;
	z-index: 1000;
	top: 280px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

ul.navigation {
    list-style: none;
    margin: -15px 0 0 0;
    padding: 0;
	position:absolute;
	z-index:8000;
	left: 64px; 
}

ul.navigation li {
    display: inline;
    margin-left: 5px;
	float:left;
}

ul.navigation a {
    display:block;
	width: 9px;
	height: 9px;
	float:left;
	text-indent:-3000px;
    text-decoration: none;
	background-color: #ccc;
}

ul.navigation a:hover {
    background-color: #ff630e;
}

ul.navigation a.selected {
    background-color: #444;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 280px;
    cursor: pointer;
	z-index:3000;
	color: #fff;
	height: 99px;
	width: 40px;
}

.scrollButtons.left {
	left: 7px;
	background: url("images/bg-featured-previous.png") no-repeat center center;
	text-indent: -900em;
}

.scrollButtons.left:hover {
	background: url("images/bg-featured-previous-hover.png") no-repeat center center;	
}

.scrollButtons.right {
	right: 7px;
	background: url("images/bg-featured-next.png") no-repeat center center;
	text-indent: -900em;
}

.scrollButtons.right:hover {
	background: url("images/bg-featured-next-hover.png") no-repeat center center;
}

/* DISQUS CUSTOM STYLES */

#dsq-content h3 {
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	font-size: 1.22em;
}

#dsq-content .dsq-comment-header {
	background-color: #e6e6e6 !important;
	background-image:none !important;
	border: none !important;
	font-family: "helvetica neue", arial, helvetica, sans-serif;
}

#dsq-content .dsq-commenter-name {
	font-size: 14px;
}

#dsq-content span.dsq-commenter-name {
	color: #000;
}

#dsq-content .dsq-moderator .dsq-comment-header {
	background-color: #ff630e !important;
	background-image:none !important;
	border: none !important;
	color: #fff;
}

#dsq-content .dsq-moderator .dsq-comment-header .dsq-commenter-name {
	color: #fff;	
}

#dsq-content .dsq-comment-footer {
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	color: #666;
}

#dsq-content #dsq-pagination {
	font-family: "helvetica neue", arial, helvetica, sans-serif;
}

