/*  
Theme Name: The Morning After
Theme URI: http://themasterplan.in/tma/
Description: A magazine-style theme for WordPress, available at <a href="http://themasterplan.in/tma/">The Masterplan</a>.
Version: 1.4
Author: Arun Kale
Author URI: http://themasterplan.in/

Please read the license in the README.txt included with the theme.
*/

/* --------------------------------------------------------------   
   This theme makes use of the Blueprint CSS Framework [bjorkoy.com/blueprint]    
-------------------------------------------------------------- */

/* Import stylesheets and hide from IE/Mac \*/
@import "lib/compressed.css";
/* End import/hide */

/* Start The Morning After stylesheet
-------------------------------------------------------------- */
body {
	background-color: #FFF;
	background-image:url(images/bg/bg_top_body.gif);
	background-repeat:repeat-x;
	background-position:top;
}
a { color: #000; text-decoration: none; }
h2 { font-weight: normal; }

/*
adaptação feita por alan
*/
#link_home a{
	color:#FFF; text-decoration:none;
}
/* Header styles
-------------------------------------------------------------- */
#header {
	padding: 0px;
	height: 180px;
}
#header #logo { height: auto; position:absolute; margin-top:29px;}
#header #logo .title { padding: 0.2em 0 0 0; font: 700 3em arial, sans-serif; letter-spacing: -.050em; line-height: 1.2em; color: #000; }
.title img {margin:0;}
#header #logo .title .desc {
	text-align: center;
	text-transform: uppercase;
	color: #750c0b;
	letter-spacing: 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin-top:-5px;
}
#header #logo .title .desc2 {
	text-align: center;
	text-transform: none;
	color: #333;
	letter-spacing: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
.desc2 { margin-left:125px;}
#header #logo .title a {
	text-decoration: none;
	color: #750c0b;
	font-family:"Times New Roman", Times, serif;
	font-size: 60px;
	letter-spacing:normal;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
#header #logo .title a:hover {  }
#header #logo a.sitelogo { display: block; width: 400px; height: 90px; background: url(images/bg/sitelogo.png) no-repeat; }

/* Search and navigation
-------------------------------------------------------------- */

#header #search_menu { height:30px; z-index:2; position:absolute; right:0;}
#header #search_menu #search { padding: 0 0 0 5px; float:right; }
#search-form {margin-left:30px;}
#menu {
	width: 660px;
	float: right;
	list-style: none;
	font-weight: bold;
	font-family: Helvetica, Arial;
	margin-top: 0px;
	margin-right:11px;
}
#menu li {
	float: right;
	line-height: 1.6em;
	font-size: 0.9em;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 3px;	
}
#menu li a {
	float:right;
	margin-top:4px;
	padding-top: 4px;
	text-decoration: none;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	font-size: 12px;
}
#menu li a:hover {
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	color:#a38430;
	background:#FFF;
	border-top: #333 1px solid;
	border-right: #333 1px solid;
	border-left: #333 1px solid;
}
#menu li span { display: block; float: left; padding: 0 0px 0 22px; }
#menu li span.home { background: url(images/bg/home.gif) no-repeat; }
#menu li span.about { background: url(images/bg/info.gif) no-repeat; }
#menu li span.archives { background: url(images/bg/hourglass.gif) no-repeat; }
#menu li span.subscribe { background: url(images/bg/favourite.gif) no-repeat; }
#menu li span.contact { background: url(images/bg/mail.gif) no-repeat; }

/* Top banner with rotating images
-------------------------------------------------------------- */

#topbanner { height: 120px; background: url(images/bg/home_banner.jpg) no-repeat; margin-left:11px; }
#topbanner_arch { height: 120px; background: url(images/bg/archive_banner.jpg) no-repeat; margin-left:11px; }
#topbanner_single { height: 120px; background: url(images/bg/single_banner.jpg) no-repeat; margin-left:11px; }
#topbanner .pagetitle, #topbanner_arch .pagetitle, #topbanner_single .pagetitle {
	float: left;
	background: #fff;
	background-image:url(images/bg/bg_title_page.gif);
	background-position:left top;
	background-repeat:repeat-y;
	color: #333;
	letter-spacing: -0.036em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: 700;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}

/* Home page columns
-------------------------------------------------------------- */

#home_content {
	margin-top: 20px;
	margin-right: 0;
	/*padding-bottom: 20px;*/
	margin-left: 0;
	background-color:#fff;
	background-image:url(images/bg/bg_body.png);
	background-position:top;
	background-repeat:no-repeat;
}

/* latest post */

#latest_post, .latest_post { padding: 0 25px 1.5em 15px; float:left;  *width:95%;}

#latest_post p, .latest_post p{
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	font-size:12px;
	letter-spacing:0.02em;
	margin:6px 10px 6px 30px;
	text-indent:15px;
}
#latest_post_image img { margin: 0 0 0.2em 0; }
.latest_post_meta { font-size: 0.9em; line-height: 1.6em; }
.latest_post_meta a { font-weight: bold; }
.latest_post_meta a:hover { text-decoration: underline; }
.latest_read_on { padding: 0 20px 1px 20px; background: url(images/bg/readon.png) no-repeat top left; }
.latest_comments { padding: 0 20px 1px 20px; background: url(images/bg/comment.png) no-repeat top left; }
.latest_category { padding: 0 20px 1px 20px; background: url(images/bg/category.png) no-repeat top left; }

/* featured post */

#home_featured {
	float: left;
	/*background-color: #f8f6f2;*/
	border: 1px #a38430 solid;
	background-image:none;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}

.feat_content { float: left; padding: 0 0.7em 0.4em 0.7em; }
.feat_thumb img { float: left; padding: 0; margin: 0.2em 1em 1em 0; border: 1px solid #999; }
.feat_title {
	font: 700 12px georgia, serif;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0.3em;
	padding-left: 0;
}
.feat_title a {
	color: #750c0b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.05em;
}
.feat_title a:hover { border-bottom:dotted 1px #750c0b;}
.feat_exc {font-family:Arial, Helvetica, sans-serif; color:#555; font-size:12px; letter-spacing:0.02em; margin-top:6px; margin-bottom:6px; text-indent:15px;}
#home_legislacoes ul li h3, #home_programacao ul li h3 {color:#a38430;}
.feat_exc a, #latest_post p a, #legislacoes p a, .latest_post p a, .archive_number2 li a, #home_legislacoes ul li p a, { font-size:12px; color:#750c0b;}
.feat_exc a:hover, #latest_post p a:hover, #legislacoes p a:hover, .latest_post p a:hover, .archive_number2 li a:hover, #home_legislacoes ul li p a:hover, .programacao-dest li p a:hover { background-color:#DEDECB; color:#750c0b;}
.navbottom a { font-size:12px; color:#750c0b; border-bottom:1px dotted #a38430; border-top:1px dotted #a38430; padding:5px;}
.navbottom a:hover { background-color:#DEDECB;}
.verlegislacoes { text-align:right;font-family:Arial, Helvetica, sans-serif; margin-right:25px; color:#750c0b; border-bottom:1px dotted #750c0b; border-top:1px dotted #750c0b; padding-left:2px;padding-right:2px;}
.verlegislacoes:hover {background-color:#DEDECB; color:#750c0b;}
/* asides */

ul.arrow, ul.cat, ul.reccom, ul.email { list-style: none; list-style-image: url(foo.gif); margin: 0; }
ul.arrow li { padding: 0 0 0.5em 12px; margin: 0 0 0.5em 0; border-bottom: 1px solid #dadada; border-left: 5px solid #dadada; }
ul.arrow li a, ul.reccom li a, ul.email li a { color: #3a6999; }
ul.arrow li a:hover, ul.reccom li a:hover, ul.email li a:hover { color: #000; background: #eee; }

/* about */

#home_about, #home_legislacoes, #home_parceiros, #home_programacao {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	border-top:1px solid #a38430;
}
#home_asides { margin:0px 0 0 0; padding:7px 0 5px 0; }
#home_programacao { padding-top:7px;}
#home_parceiros {padding-bottom:0; padding-top:7px;}
#home_legislacoes h3 a, #home_right h3 a, #home_asides a, #home_programacao h3 a {color:#750c0b;}
#home_legislacoes h3 a:hover, #home_right h3 a:hover, #home_asides a:hover, #home_programacao h3 a:hover { border-bottom:1px dotted #750c0b;}
#home_about{
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	letter-spacing:0.02em;
	color:#555;
	text-indent: 15px;
	margin-bottom: 15px;
	margin-right:0px;
	margin-left:0px;
}
#home_legislacoes p, #home_programacao p {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	letter-spacing:0.02em;
	color:#555;
	text-indent: 15px;
	margin-bottom: 15px;
	margin-right:28px;
	margin-left:30px;
	font-variant: normal;
}
#home_parceiros img {margin-top:10px; margin-left:15px; margin-right:15px; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #fff; border-left:0; border-right:0; border-top:0;}
#home_parceiros img:hover {border-bottom:1px dotted #750c0b;}

/* recent posts */

.home_recent_post {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 30px;
	padding-top: 5px;
}
.home_recent_thumb { padding: 0 10px 0 0; margin: 0 0 0.25em 0; float: left; }
.home_recent_thumb img { float: left; margin: 0; }
.home_recent_thumb a img { background: #999; padding: 2px; margin: 0; border: 0; }
.home_recent_thumb a:hover img { background: #333; padding: 2px; margin: 0; border: 0; }
.home_recent_title a {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #555;
	letter-spacing:0.02em;
}
.home_recent_title a:hover { border-bottom:dotted 1px #555;}
.home_recent_date, .home_recent_auth {
	padding: 0;
	color: #777;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 0.01em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
}
.home_recent_exc p { color: #666; text-align: left; }

/* category list */

#side_categories { margin: 0 0 1em 0; }
ul.cat li { padding: 0 0 0.3em 0; margin: 0; }
ul.cat li a { display: block; text-transform: uppercase; font-size: 0.8em; font-weight: bold; color: #000; border-bottom: 1px solid #dadada; border-left: 3px solid #dadada; padding: 3px 12px 0 7px; margin: 0; background: url(images/bg/arrow.png) no-repeat 177px 3px; height: 19px; }
ul.cat li a:hover { background: #f1f1f1 url(images/bg/arrow2.png) no-repeat 177px 3px; color: #3a6999; }
ul.cat li ul { list-style: none; list-style-image: url(foo.gif); margin: 0; padding: 0.3em 0 0.2em 0.8em; }
ul.cat li ul li { padding: 0; margin: 0; }
ul.cat li ul li a { border: 0; margin: 0; padding: 0 0 0 12px; text-transform: none; font-size: 0.9em; height: 19px; background: url(images/bg/sub.png) no-repeat; }
ul.cat li ul li a:hover { background: #f1f1f1 url(images/bg/sub1.png) no-repeat; }

/* recent comments */

#side_recent_comments, #side_most_emailed, #side_tag_cloud { margin: 0 0 1.4em 0; }
#side_tag_cloud a:hover { color: #fff; background: #000; }

ul.reccom li { padding: 0 0 0.2em 20px; margin: 0 0 0.5em 0; border-bottom: 1px solid #dadada; background: url(images/bg/bubble.png) no-repeat 0 3px; }

/* most emailed */

ul.email li { padding: 0 0 0.2em 20px; margin: 0 0 0.5em 0; border-bottom: 1px solid #dadada; background: url(images/bg/doc.png) no-repeat 0 3px; }

/* ad */

.ad_block { border: 1px solid #dadada; padding: 4px 0; margin: 1em 0 1.2em; text-align: center; }
.ad_block .ad160 { margin: 0 auto; width: 160px; }
.ad_block .ad180 { margin: 0 auto; width: 180px; }
.ad_block .ad250 { margin: 0 auto; width: 250px; }
.ad_block img, .ad_block p img { margin: 0; padding: 0; display: block; }

/** widgets **/

/*.widget { margin: 0 0 1.4em 0; }*/
.widget a { color: #224970; }
.widget a:hover { color: #000; }
.widget ul, .widget ol { list-style: none; padding: 0; margin: 0; }
.widget ul li { padding: 0 0 0.3em 20px; margin: 0 0 0.5em 0; border-bottom: 1px solid #dadada; background: url(images/bg/postbullet.png) no-repeat 0 2px; }
.widget ol li { padding: 0 0 0.3em 10px; margin: 0 0 0.5em 0; border-bottom: 1px solid #dadada;  }

/*recent comments*/
ul#recentcomments li.recentcomments { background: url(images/bg/bubble.png) no-repeat 0 3px; }

/*wp-calendar*/
table#wp-calendar { margin: 0; width: 100%; border: 0; }
table#wp-calendar caption { text-transform: uppercase; font-size: 0.8em; line-height: 1.8em; font-weight: bold; padding: 0 0 0.6em 0; letter-spacing: 0.1em; color: #175595; }
table#wp-calendar th, table#wp-calendar td { height: 1em; padding: 0.2em 0.4em;text-align: right; border-right: 2px solid #fff;  }
table#wp-calendar th, table#wp-calendar td#today { font-weight: bold; background: #dadada; color: #000; border-bottom: 0; }
table#wp-calendar td#today { font-weight: bold; background: #f2f2f2; }
table#wp-calendar td { border-bottom: 1px solid #efefef; }
table#wp-calendar td a { font-weight: bold; }

/*most e-mailed*/
.widget_email_most_emailed ul li { background: url(images/bg/doc.png) no-repeat 0 2px; }

/* Archive styles
-------------------------------------------------------------- */

#arch_content, #post_content, #artigos, #legislacoes{ 
	margin: 1.5em 0; 	
	background-color:#fff;
	background-image:url(images/bg/bg_body.png);
	background-position:top;
	background-repeat:no-repeat; 
	padding-top:0px;
	}
#artigos, #legislacoes { 
	padding-top:30px;
	}
#home_legislacoes ul, #home_programacao ul { margin-left:30px;}
#home_legislacoes ul li, #home_programacao ul li {color:#a38430; font-family:Arial, Helvetica, sans-serif; }
#home_legislacoes ul li p, #home_programacao ul li p{color:#555; margin-left:0px;font-size:12px; line-height:17px; margin-right:10px;}
#home_legislacoes ul li h3, #home_programacao ul li h3{ font-size:12px; font-family:Arial, Helvetica, sans-serif;}
#home_legislacoes ul li h3 a, #home_programacao ul li h3 a{color:#a38430;}
.archive_meta { margin: 1.5em 0; border-top: 1px solid #dadada; }
.archive_meta a { color: #666; }
.archive_meta a:hover { color: #3a6999; }
.archive_feed { padding: 0.5em 1.5em; margin: 0; border-bottom: 1px solid #dadada; background: url(images/bg/feedicon12.png) no-repeat 0 8px; color: #666; }
.archive_number, .archive_number2 {
	padding: 0.5em 1.5em;
	margin: 0;
	border-bottom: 1px solid #dadada;
	color: #666;
	background: url(images/bg/info.png) no-repeat 0 8px;
	font-family:  Arial, sans-serif;
	font-size: 12px;
}
.archive_number2 { background:none; }

.archive_email { padding: 0.5em 1.5em; margin: 0; border-bottom: 1px solid #dadada; color: #666; background: url(images/bg/email_author.png) no-repeat 0 9px;  }
.archive_post_block { padding: 0.1em 0 0 0; border-bottom: 1px dotted #a38430; margin: 0 0 1.2em 0; }
.archive_post_meta {
	color: #666;
	padding: 0 0 0.6em 0;
	font-size: 0.8em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.archive_post_meta a, .post_meta a { color: #3a6999; }
.archive_post_meta a:hover, .post_meta a:hover { color: #000; text-decoration: underline; }

/* Single post styles
-------------------------------------------------------------- */

.post_meta { color: #666; padding: 0.3em 0 0.4em 0; font-size: 0.8em; text-transform: uppercase; }
.post_meta_tag { color: #666; }
.post_meta p img, .post_meta a img { margin: 0; padding: 0; float: none; }
img.WP-PrintIcon, img.WP-EmailIcon { display: none; }
.post_meta p { margin: 0 0 0.4em 0; }
.post_text { margin: 0.9em 0 0 0; }
.post_text p { margin: 0 0 1em 0; padding: 0; line-height: 1.6em; font-family:Arial, Helvetica, sans-serif; }
.post_text a { border-bottom: 1px solid #eee; }
#post_content blockquote { float: right; width: 260px; color: #666; margin: 0 0 0 1.5em; color: #000; font: bold 1.3em georgia, serif; font-style: italic; letter-spacing: -0.048em; }
#post_content blockquote p { text-align: right; line-height: 1.5em; }
#post_content p img { /*margin: 0;padding:0;*/ }
#post_content img.WP-PrintIcon, #post_content img.WP-EmailIcon, #post_content img.posttag { margin: 0 0.3em 0 0;padding: 0.1em 0 0 0; }
#post_content p a, #arch_content p a, .post_meta a {
	color: #750c0b;
	font-family: Arial, Helvetica, sans-serif;
}
#post_content p a:hover, #arch_content p a:hover { text-decoration: none; background-color:#DEDECB; }

/* Comment area styles
-------------------------------------------------------------- */

#comments { margin-top: 3em; }
#commenthead { margin-bottom: 1em; }
ol#commentlist { list-style-type: none; margin: 0; padding: 0 0 12px 0; }
ol#commentlist li { border-right: 3px solid #dadada; border-bottom: 1px solid #dadada; margin: 0 0 1.2em 0; padding: 0 1em 0
0; overflow-x: hidden; }
ol#commentlist li.alternate { border-right: 3px solid #999; border-bottom: 1px solid #dadada; }
ol#commentlist cite { font-style: normal; text-align: left; display: block; color: #818181; text-transform: uppercase; font-size: 0.8em; }
ol#commentlist cite a { color: #3a6999; }
ol#commentlist cite a:hover { color: #000; text-decoration: underline; }
ol#commentlist li blockquote { float: none; width: auto; padding: 0 2em 0 0; margin: 0.5em 0; color: #818181; font: italic 1em arial, sans-serif; letter-spacing: 0; text-align: left; }
ol#commentlist li .commentauthor { font-weight: bold; color: #333; }
ol#commentlist li .commentauthor a, ol#commentlist li .commenttime a { font-weight: bold; color: #3a6999; }
ol#commentlist li .commentauthor a:hover, ol#commentlist li .commenttime a:hover { color: #000; text-decoration: underline; }
ol#commentlist li .commnumber { width: 30px; text-align: left; float: left; font-size: 3em; font-weight: bold; line-height: 1em; }
ol#commentlist li .commentcont p { margin: 0 0 0.9em 0; padding: 0; line-height: 1.6em; }
ol#commentlist li ul.children, ol#commentlist li ul.children li ul { list-style:none; margin: 0 0 0 2em; padding: 0; }
ol#commentlist li ul.children li, ol#commentlist li ul.children li ul li { border-right: 0; border-bottom: 0; border-top:
1px dashed #bbb; padding: 1em 0 0 0; margin: 0; }
.reply { margin: 0.6em 0 2em 0; }
.reply a, a#cancel-comment-reply-link { line-height: 1em; color: #fff; background: #3a6999; font-size: 0.8em;
text-transform: uppercase; padding: 0.2em 0.3em; font-weight: bold; }
.reply a:hover, a#cancel-comment-reply-link:hover { color: #fff; background: #000; }
.cancel-comment-reply { margin: 1em 0 1.6em 0; }

/* comment form */

#comment-form form { margin-top: 1.5em; }
label.com { float: left; width: 100px; }
input.comtext, textarea.comtext { width: 300px; border-top: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #dadada; border-right: 1px solid #dadada; padding: 2px; }
input.comtext:focus, input.comtext:hover, textarea.comtext:focus, textarea.comtext:hover { background: #f7f7f7; border-top: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #dadada; border-right: 1px solid #dadada; }
input.comsubmit { margin-left: 100px; }

/* archives page */

ul.archives, ul.wp-tag-cloud {  margin: 0 0 1.5em 0; list-style: none; list-style-image: url(foo.gif); }
ul.archives li, ul.wp-tag-cloud li { padding: 0 0 0.2em 20px; background: url(images/bg/doc.png) no-repeat 0 2px; }
ul.archives li a, ul.wp-tag-cloud li a { color: #224970; }
ul.archives li a:hover, ul.wp-tag-cloud li a:hover { color: #000; background: #eee; }

/* Footer
-------------------------------------------------------------- */

#footer {
	height:35px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#EDE9E0;
	background-image:url(images/bg/bg_footer.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:100%;
	margin:0 auto;
	margin-top:-3px;
}
#footer p{ text-align:center; padding-top:10px; margin:0;}
#footer a{ color:#750c0b;}
#footer a:hover{ text-decoration:underline;}
/* Form styles
-------------------------------------------------------------- */
/*#sidebar input[type="text"] 
#sidebar input[type="button"]*/

input.search_input {
	width: 292px;
	border: 0;
	background: #fff url(images/bg/input.png) no-repeat;
	padding: 5px;
	color: #333333;
	font-weight: bold;
	margin: 0;
	float: left;
}
.input_ns, .mp-form input[type="text"] {
	width: 292px;
	border: 0;
	background: #fff url(images/bg/input.png) no-repeat;
	padding: 5px;
	color: #333333;
	font-weight: bold;
	margin-bottom:10px;
	float: left;
	}
.mp-form input[type="submit"] { float:right;}
.mp-form input[type="text"] { float:left;}
input.submit_input, .submit_ns, .mp-form input[type="submit"]{
	border: 1px solid #999;
	height: 24px;
	padding: 0;
	width: 75px;
	margin: 0 0 0 5px;
	color: #555;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #f5f5f5;
}
input.submit_input:hover, .submit_ns:hover, .mp-form input[type="submit"]:hover {
	border: 1px solid #750c0b;
	color: #750c0b;
	
}

/* Miscellaneous styles
-------------------------------------------------------------- */

/*  heading styles */

h2.archive_name, h2.post_name {
	letter-spacing: -0.04em;
	line-height: 30px;
}
.archive_name_cate { margin-top:20px; border-top:1px dotted #555; padding-top:20px;}
.wp_list_cate {margin-left:20px; font-family:Arial, Helvetica, sans-serif;}
.wp_list_cate li {margin-bottom:5px; color:#750c0b;}
.wp_list_cate li a {color:#750c0b;}
.wp_list_cate li a:hover {border-bottom:1px dotted #750c0b;}
h2.post_cat { text-transform: uppercase; font-size: 0.8em; line-height: 1.8em; font-weight: bold; padding: 0 0 0.2em 0; margin: 0 0 1em 0; letter-spacing: 0.1em; color: #999; border-bottom: 1px solid #dadada; }
h2.post_comm { text-transform: uppercase; font-size: 0.9em; line-height: 1.8em; font-weight: bold; padding: 0.6em 0 0.4em 0; margin: 0 0 0.2em
0; letter-spacing: 0.1em; color: #000; border-bottom: 1px solid #dadada; border-top: 3px solid #999; background: url(images/bg/stripe.png) repeat; }
h2.post_comm2 { text-transform: uppercase; font-size: 0.8em; line-height: 1.8em; font-weight: bold; padding: 0.3em 0 0.2em 0; margin: 0 0 0.2em 0; letter-spacing: 0.1em; color: #000; border-bottom: 1px solid #dadada; }
#home_right #latest_post h3{border:0;}
h3.latest_post_title {
	line-height: normal;
	letter-spacing: 0.02em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	padding-top: 0 0 0.2em 0;
	margin: 0 25px 0 30px;
	color:#a38430;
}
.archive_post_block h3.latest_post_title {margin-left:15px;}
.archive_post_block .date {margin-left:15px;}
h3.equipe {
	line-height: normal;
	letter-spacing: 0.02em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
}
h3.equipe a {color:#750c0b;}
h3.equipe a:hover {border-bottom:1px dotted #750c0b;}
h3.resultados_post_title {
	line-height: normal;
	letter-spacing: 0.02em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.2em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left:15px;
}
h3.latest_post_title a, h3.resultados_post_title a{color: #a38430;}
h3.latest_post_title a:hover, h3.resultados_post_title a:hover { border-bottom:dotted 1px #a38430; }
h3.home_featured { text-transform: uppercase; font-size: 0.8em; line-height: 1.8em; font-weight: bold; padding: 0.7em 0.7em 0.9em 0.7em; color: #5f9410; letter-spacing: 0.1em; }
h3.mast { text-transform: uppercase; font-size: 0.8em; line-height: 1.8em; font-weight: bold; padding: 0 0 0.6em 0; letter-spacing: 0.1em; color: #a11b1b; }
#newsletter h3.mast {border:0;}
h3.mast2 { text-transform: uppercase; font-size: 0.8em; line-height: 1.8em; font-weight: bold; padding: 0 0 0.2em 0; color: #5f9410; }
#home_left h3.mast3 {padding-left:30px;}
h3.mast3{
	font-size: 34px;
	line-height: 1.4em;
	padding: 0 0 0.2em 0;
	color: #750c0b;
	font-family: Helvetica, Arial, sans-serif;
	text-indent:0;
	letter-spacing: -0.03em;
	font-weight:normal;
	_letter-spacing:-0.05em;
	*letter-spacing:-0.05em;
}
#home_right h3.mast3 {
	font-size: 34px;
	line-height: 1.8em;
	padding: 0 0 0.2em 0;
	color: #750c0b;
	font-family: Helvetica, Arial, sans-serif;
	padding-left:30px;
	text-indent:0;
}


h3.mast4 { text-transform: uppercase; font-size: 0.8em; line-height: 1.8em; font-weight: bold; padding: 0 0 0.6em 0; letter-spacing: 0.1em; }
h3.mast5 { text-transform: uppercase; font-size: 0.8em; line-height: 1.8em; font-weight: bold; padding: 0 0 0.2em 0; letter-spacing: 0.1em; color: #5f9410; }
h3.archive_title { line-height: 1em; padding: 0 0 5px 0; text-indent:15px; }
h3.archive_title a { font: bold 1.0em arial, sans-serif; color: #000; letter-spacing: -0.036em; }
h3.archive_title a:hover { color: #fff; background: #000; }
h4.gall { text-transform: uppercase; font-size: 0.8em; line-height: 1.8em; font-weight: bold; padding: 0 0 0.4em 0; color: #5f9410; letter-spacing: 0.1em; }

#atuacao ul{ color:#555; font-family:Arial, Helvetica, sans-serif; margin-left:30px;}
#atuacao ul li{ margin-bottom:15px; font-size:15px; line-height:23px;}
#atuacao ul li strong {font-size:14px;}

/* miscellaneous */

.none { display: none; }
.border_left { padding-left: 9px; margin-left: 0; border-left: 1px solid #ddd; }
.dot { font-family: "lucida sans unicode", "arial unicode ms", sans-serif; }
.navigation { color: #818181; font-family:Verdana, Geneva, sans-serif; margin:30px;   }
input.Forms, textarea.Forms { border-top: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #dadada; border-right: 1px solid #dadada; padding: 2px; }
input.buttonem { background: #dadada; float: left; }
.filedunder { background: #111; color: #eee; padding: 0.1em 0.4em; line-height: 1em; text-transform: uppercase; font-size: 1em; }
.fright { float: right; margin: 0 0 0.3em 0.7em; }
.fright img { border: 3px solid #777; }
.stripe { background: url(images/bg/stripe.png) repeat top left; }

/* legacy image caption classes */

.captionleft { float: left; margin: 0 1.5em 1em 0; padding: 0.5em; text-align: left; }
.captionright { float: right; margin: 0 0 1em 1.5em; padding: 0.5em; text-align: left; }
.captionfull { margin: 0 0 1em 0; padding: 0; text-align: left; }
.captionleft img, .captionright img, .captionfull img { margin: 0; display: block; }
.captionleft p, .captionright p, .captionfull p { background: #eee; margin: 0; line-height: 1.6em; padding: 0.5em; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; font-size: 0.9em; color: #555; }

/* image styles */

.aligncenter, div.aligncenter { display: block; margin: 14px auto; }
.alignleft { float: left; margin: 0 14px 10px 0; }
.alignright { float: right; margin: 0 0 10px 14px; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; /* optional rounded corners for browsers that support it */ -moz-border-radius: 3px; -khtml-border-radius: 3px;  -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 14px; padding: 5px 4px 5px 5px; margin: 0; }

/*gallery thumbnails */

dt.gallery-icon { background:url(images/bg/stripe.png) repeat top left; }
dt.gallery-icon a { border: 0; }
dt.gallery-icon img { border: 5px solid #bbb; margin: 0; padding: 0; }
.gallery img { border: 0; }
.gallery { margin: 0 0 1em 0; width: 100%; }
dl.gallery-item { margin: 0; }
dd.gallery-caption { font-size: 0.8em; padding: 5px 0 3px 0; text-align: center; margin: 0; text-transform: uppercase; letter-spacing: 0.1em; }

/* gallery individual images */

.bigimage { background: url(images/bg/stripe.png) repeat; text-align: center; padding: 18px 0 0 0; }
.bigimage a { border: 0; }
.bigimage img { border: 3px solid #777; }
.bigcaption { margin: 10px 0 0 0; }
.bigcaption p { line-height: 1.4em; text-transform: uppercase; text-align: center; font-size: 0.8em; letter-spacing: 0.1em; }
.prvimg { float: left; }
.nxtimg { float: right; }
.imgnav { margin: 2em 0; }

#home_left { border-right:1px solid #a38430; margin:0; padding-left:11px; margin-top:11px; }
#home_right { margin:0; margin-top:11px;border-left:1px solid #a38430; margin-left:-1px;}
#page_left { border-right:1px solid #a38430; margin:0; margin-left:15px; padding-left:11px; margin-top:11px; }
#page_right { margin:0; margin-top:11px;border-left:1px solid #a38430; margin-left:-1px;}
.full-border-right {
	border-right:1px solid #a38430; 
	margin:0;
	padding-left:11px;
	margin-left:15px;
	}
.full-right {
	margin:0;
	padding-left:11px;
	margin-left:15px;
	}
.full-border-left {
	border-left:1px solid #a38430; 
	margin:0;
	}	
.full-border-left p, .full-border-left ul {margin-left:30px; }
.full-border-left h3 { padding-left:15px;}
.margin-top-11 {margin-top:11px;}
.margin-top-30 {margin-top:30px;}
.margin-left-15 {margin-left:15px;}
.margin-left-26 {margin-left:26px;}
.padding-left-11 {padding-left:11px;}
.padding-top-30 {padding-top:30px;}
.border-red-top {border-top:1px solid #750c0b;}
.border-gold-top {border-top:1px solid #a38430;}

#home_legislacoes {padding-top:7px;}
#home_asides ul{margin-left:20px;}
#home_asides ul.arrow li{
	background-color:#FBFBF9;
	margin-right:28px;
	color:#555;
	border:0;
	padding-top: 0.5em;
	padding-right: 5px;
	padding-bottom: 0.5em;
	padding-left: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 17px;
	letter-spacing: 0.02em;
	text-indent:15px;
}
#home_asides ul.arrow li:hover{
	background-color:#F5F5EF; color:#333;
}
#home_asides ul.arrow li p{ margin-bottom:0;}
#home_asides ul.arrow li a{color:#750c0b; padding:1px;}
#home_asides ul.arrow li a:hover{
	background-color:#DEDECB;
	border-bottom:none;
}

.mast6 {
	color:#a38430;
	border-bottom:solid #a38430 1px;
	border-top:solid #a38430 1px;
	line-height: normal;
	margin-bottom: 15px;
	letter-spacing: 0.02em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	padding-left:0.4em;
	padding-right:0.4em;
	margin-left: 30px;	
}

.fullwidth {
	width:100%;}
	
.bgdottedbottom {
	border-top:1px solid #a38430;
	padding-bottom:20px;
}
#acad {
	height:60px;
	width:100%;
	padding-top:20px;
}
#acadlogo {
	background-image:url(images/acad_logos.png);
	background-repeat:no-repeat;
	background-position:top;
	width:161px;
	height:53px;
	float:left;
	margin-left:30px;
}
#acadlogo:hover {
	background-position:bottom;
}
#acadtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #555;
	float:left;
	margin-top:10px;
	margin-left:20px;
}
#home_adress {
	float: left;
	background-color: #f8f6f2;
	border: 1px #a38430 solid;
	background-image:none;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:30PX;
}
.home_adress {
	width:415px;
}
#home_adress p{
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	color:#555;
	margin-bottom:0;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.NB {font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; letter-spacing:-0.05em; color:#555;  }

#newsletterbox {margin-left:0px; width:100%; border-top:1px solid #a38430; border-bottom:1px solid #a38430; margin-right:0; padding-bottom:10px;}
#newsletter {margin-left:30px; margin-top:0;}

#livrobox {margin-left:0px; width:100%; border-top:1px solid #a38430; margin-right:0; padding-bottom:10px; float:left;}

#search { border-bottom:1px solid #a38430; margin-bottom:20px; margin-left:0; padding-bottom:20px; width:100%; }
.comon-text-justified { color:#555; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; letter-spacing:0.02em; line-height:19px; text-align:justify; text-indent:15px; }
.p-padding-right-30 { padding-right:30px; }
h3.padding-left-30, .padding-left-30 { padding-left:30px; }
.email, .infos-lingua , .infos-area { background-color:#F8F6F2; border:1px solid #A38430; color:#750C0B; margin-bottom:20px; padding-bottom:8px; padding-left:15px; padding-right:15px; padding-top:8px; text-align:center; text-decoration:none; }
.infos-lingua , .infos-area { margin-left:-15px; padding-bottom:4px; padding-left:15px; padding-right:15px; padding-top:4px; }
#post_content li { text-align:left; text-indent:0; }
.foto { float:right; margin-left:15px; margin-right:15px; margin-top:-50px; }
h3.consultores { border-bottom:1px #a38430 solid; color:#a38430; font-family:Georgia, "Times New Roman", Times, serif; font-size:24px; font-weight:normal; letter-spacing:0.02em; line-height:normal; margin-bottom:15px; margin-left:0px; margin-right:40px; margin-top:25px; text-indent:0; }
.date {color:#fff; background-color:#a38430; margin-left:45px; font-size:10px; font-family:Arial, Helvetica, sans-serif; padding-left:3px; padding-right:3px;}
.date2 {color:#fff; background-color:#a38430; margin-left:15px; font-size:10px; font-family:Arial, Helvetica, sans-serif; padding-left:3px; padding-right:3px;}
ul.links li, ul.links2 li { margin-bottom:8px; margin-left:5px; }
ul.links li a, ul.links2 li a { border:1px #FFF solid; color:#a38430; font-size:14px; padding-bottom:1px; padding-left:3px; padding-right:3px; padding-top:1px; }
ul.links li a:hover { background-color:#F5F5EF; border-bottom:1px dotted #a38430; border-top:1px dotted #a38430; color:#750c0b; margin-left:6px; }
ul.links2 li a:hover { background-color:#F5F5EF; border-bottom:1px dotted #a38430; border-top:1px dotted #a38430; color:#750c0b; }
.contato p{text-indent:0;}
.contato input, textarea{ border:1px dotted #a38430; background-color:#FFF;}
.contato input:hover, .contato textarea:hover{ border:1px solid #a38430; background-color:#F5F5EF;}

.resultados { margin-left:30px; margin-top:30px; }
.resultadosmiddle { margin-top:30px; }
.archive_post_block p { color:#555; font-family:Arial, Helvetica, sans-serif; text-indent:15px; }
.sidecategorias { margin-left:20px; margin-top:30px; }
.latest_post ol, ul { color:#555; font-family:Arial, Helvetica, sans-serif; margin-left:70px; }
.latest_post table { border-right:1px solid #939393; border-top:1px solid #939393; font-family:Arial, Helvetica, sans-serif; margin-bottom:20px; margin-top:20px; }
.latest_post table tr td { border-bottom:1px solid #939393; border-left:1px solid #939393; }

/*  SUCKERFISH  */
#suckerfishnav { width:100%;}
#suckerfishnav, #suckerfishnav ul {float:left; list-style:none; margin:0; padding:0; width:540px;}
#suckerfishnav a { color:#fff; display:block; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; margin-top:4px; padding-bottom:6px; padding-left:6px; padding-right:6px; padding-top:3px; text-decoration:none; }
#suckerfishnav li { float:left; margin-bottom:0; margin-left:0; margin-right:5px; padding-right:0; }
#suckerfishnav ul { border:0; border-top:1px solid #666666; font-weight:normal; height:auto; left:-999em; line-height:1; margin:0; position:absolute; width:220px; }
#suckerfishnav li li { background-color:#fff; border-bottom:1px solid #333; border-left:1px solid #333; border-right:1px solid #333; width:220px; }
#suckerfishnav li li a { background-color:#a38430; border:0; padding:4px 10px; width:210px; }
#suckerfishnav li ul ul { margin:-21px 0 0 150px; }
#suckerfishnav li li:hover { }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a { text-decoration:underline; }
#suckerfishnav li:hover a { background:#FFF; border-left:#333 1px solid; border-right:#333 1px solid; border-top:#333 1px solid; color:#a38430; padding-left:5px; padding-right:5px; text-decoration:none; }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a { border:0; color:#a38430; }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul { border:0; left:-999em; }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul { background-color:#fff; border:0; left:auto; }#suckerfishnav li:hover, #suckerfishnav li.sfhover{}
.mp-container {margin-left:20px; *margin-left:10px;}
.mp-form {width:100%;}
.mp-loading { filter: Alpha(Opacity=0); } 
.apoio {float:left; clear:both; width:100%; margin:0 0 20px 0; border-bottom: 1px dotted #a38430;}
.apoio-name { color:#a38430; font-family:Georgia, "Times New Roman", Times, serif; font-size:24px; font-weight:normal; letter-spacing:0.02em; line-height:normal; margin-right:10px; }
.apoio-logo {float:left; min-width:170px; overflow:hidden; display:block; border:1px solid #Fff;}
.apoio p {float:left}
.latest_post .programacao-alt { font-size:10px; color:#750c0b; margin:5px 0 50px 155px; background-color: #f8f6f2; border: 1px #a38430 solid; float:left; text-indent:0; text-align:center; padding:2px 5px;}

.programacao-alt a {color:#750c0b;}
.programacao-dest li p a{ font-size:10px; color:#750c0b;}

ul.programacao-dest { }
ul.programacao-dest li {background-color: #f8f6f2; border: 1px #a38430 solid; list-style:none; margin:0 0 10px 0;padding:0 0 0 10px;}
h4.programacao { margin:15px 0 15px 40px; text-align:center;}


.livro-img-home { float:left; width:100px; margin:20px 0 0 30px;}
.livro-img-home img {margin:0;}
.livro-texto { float:right; width:300px; margin:20px 0 0 0;}
#latest_post .livro-texto p {margin:0 0px 0 15px;}
.livro-content ul{ float:left; margin:20px 40px; }
.livro-content img {margin:0 30px 20px 0;}

div.clube-nego h3 {margin-bottom:15px;}
li.page-item-531 { position:absolute; top:0px; left:-490px; }
li.page-item-817 { position:absolute; top:0px; left:-370px; }
