   1. /*
   2. Theme Name: Franz Ferdinand Br
   3. Theme URI: http://www.franzferdinandbr.org/
   4. Description: Tema desenvolvido por Rafael Marques para o site <a href="http://www.franzferdinandbr.org/" target="_blank">Franz Ferdinand Br</a>.
   5. Author: Rafael Marques
   6. Author URI: http://www.twitter.com/rmobhz
   7. Version: 1.0
   8. */


@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	background:url(../../../franzbr/images/background.jpg) #e8e3d9;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}

.header {
	margin:0px auto 0px auto;
	width:1017px;
	position:relative;
}

.site {
	margin:0px auto 0px auto;
	width:972px;
}

/* Título de notícias */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#000000;
	padding:0px;
	margin:0px;
}
h1 a {
	color:#000000;
}
h1 a:visited {
	color:#000000;
}
h1 a:hover {
	color:#000000;
}

/* Notícia - data e autor */
h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#999999;
	padding:0px;
	margin:0px;
}

/* Titulos lateral direita */
h3 {
	background:url(../../../franzbr/images/chave_titlehome.png) no-repeat;
	height:26px;
	padding:2px 0px 0px 12px;
	margin:0px 0px 5px 0px;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
}

/* Titulos internas */
.titulointerna {
	background:url(../../../franzbr/images/chave_title.png) no-repeat;
	height:61px;
	padding:1px 0px 0px 25px;
	margin-bottom:5px;
}
h4 {
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:34px;
	font-weight:bold;
	background:url(../../../franzbr/images/title_hashtag.png) no-repeat;
	background-position:right 11px;
	display:inline;
	padding-right:9px;
}

/* Subtitulo */
h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
}

p {
	margin-bottom:13px;
}

/* Links */
a {
	color:#f8941e;
	text-decoration:none;
}
a:visited {
	color:#f8941e;
	text-decoration:none;
}
a:hover {
	color:#f8941e;
	text-decoration:underline;
}
/* Links cinza */
.linkcinza a {
	color:#333333;
	text-decoration:none;
}
.linkcinza a:visited {
	color:#333333;
	text-decoration:none;
}
.linkcinza a:hover {
	color:#333333;
	text-decoration:underline;
}

.menu {
	width:769px;
	position:absolute;
	margin-top:204px;
}

.container {
	position:absolute;
	margin-top:260px;
}

.colleft {
	width:632px;
	float:left;
}

.colleft .top {
	background:url(../../../franzbr/images/col02w_top.png) no-repeat;
	width:100%;
	height:4px;
}
.colleft .content {
	background:url(../../../franzbr/images/col02w_bg.png) repeat-y;
	padding:15px 20px;
}
.colleft .bot {
	background:url(../../../franzbr/images/col02w_bot.png) no-repeat;
	width:100%;
	height:5px;
	margin-bottom:17px;
}

.colfull {
	width:974px;
	float:left;
}

.colfull .top {
	background:url(../../../franzbr/images/colfull_top.png) no-repeat;
	width:100%;
	height:4px;
}
.colfull .content {
	background:url(../../../franzbr/images/colfull_bg.png) repeat-y;
	padding:15px 20px;
}
.colfull .bot {
	background:url(../../../franzbr/images/culfull_bot.png) no-repeat;
	width:100%;
	height:5px;
	margin-bottom:17px;
}

.lateral {
	width:324px;
	float:left;
	margin-left:18px;
}

.lateral .top {
	background:url(../../../franzbr/images/lateral_top.png) no-repeat;
	width:100%;
	height:3px;
}
.lateral .content {
	background:url(../../../franzbr/images/lateral_bg.png) repeat-y;
	padding:6px 10px 8px 10px;
}
.lateral .bot {
	background:url(../../../franzbr/images/lateral_bot.png) no-repeat;
	width:100%;
	height:4px;
	margin-bottom:7px;
}

/* Comentários nas noticias */
.comment {
/*	border-top:1px solid #cccccc;*/
	font-size:12px;
	font-weight:bold;
	margin:5px 0;
}

/* Balao do Twitter */
.twitterbalao {
	background:url(../../../franzbr/images/twitter_balao.png) no-repeat;
	widht:250px;
	height:44px;
	font-size:11px;
}
.twitterbalao .setas {
	widht:14px;
	height:14px;
	position:absolute;
	margin:2px 0px 0px 138px;
}
.twitterbalao .setasgif {
	widht:14px;
	height:14px;
	position:absolute;
	margin:2px 0px 0px 138px;
}
.twitterbalao .texto {
	position:absolute;
	margin:2px 0px 0px 58px;
	color:#ffd099;
}
.twitterbalao .texto a {
	color:#FFFFFF;
	text-decoration:none;
}
.twitterbalao .texto a:active {
	color:#FFFFFF;
	text-decoration:underline;
}
.twitterbalao .texto a:focus {
	color:#FFFFFF;
	text-decoration:underline;
}
.twitterbalao .texto a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.twitterbalao .texto a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}


.imgborda {
	background:#FFF; 
	padding:2px; 
	border:1px solid #cccccc
}

/* Breadcrumb */
.breadcrumb {
	color:#999999;
	font-size:11px;
}
.breadcrumb a {
	color:#999999;
	text-decoration:none;
}
.breadcrumb a:visited {
	color:#999999;
	text-decoration:none;
}
.breadcrumb a:hover {
	color:#999999;
	text-decoration:underline;
}
.breadcrumb .current {
	color:#333333;
	font-size:11px;
}

/* Links 'ver mais'*/
.linksmais {
	text-align:right;
}
.linksmais a {
	color:#f8941e;
	font-weight:bold;
	text-decoration:none;
}
.linksmais a:visited {
	color:#f8941e;
	font-weight:bold;
	text-decoration:none;
}
.linksmais a:hover {
	color:#f8941e;
	font-weight:bold;
	text-decoration:underline;
}

.showmes {
	font-size:14px;
	color:#999;
	font-family:Georgia, "Times New Roman", Times, serif
}

.erro404 {
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:24px;
	color:#333
}
.erro404 a {
	color:#999999;
	text-decoration:none;
}
.erro404 a:hover {
	color:#999999;
	text-decoration:underline;
}


/*JUITTER PLUGIN CSS*/
#juitterContainer{width:302px; font-size:11px;} /*Juitter container*/
#juitterContainer .twittList{margin:0;padding:0;} /* UL that will contain the list of tweets */
/* Bellow the list of tweets "<li>" */
#juitterContainer .twittLI{list-style:none;margin:0;padding:5px 0px;border-bottom:dashed 1px #CCCCCC;clear:both;height:55px;} 
#juitterContainer .twittList A{color:#f8941e;} /*Links inside the tweets list */
/* Bellow the CSS for the avatar image  */
#juitterContainer .juitterAvatar{float:left;border:solid 1px #CCCCCC;background:#FFF;margin-right:5px;padding:2px;width:48px;;height:48px;}
#juitterContainer .jRM{float:right;clear:both} /*read it on twitter link*/
#juitterContainer .extLink{} /*CSS for the external links*/
#juitterContainer .hashLink{} /*CSS for the hash links*/
/*end of Juitter CSS*/



/* ++++++++++++++++++ IMAGES Size & aligment ++++++++++++++++++ */

img.alignleft {
        float: left;
        margin:0 10px 5px 0;

}

img.aligncenter {
        margin-top:10px;

        margin-bottom:10px;
        display: block;

        margin-left: auto;
        margin-right: auto;

}

img.alignright {

        float: right;
        margin:0 0 5px 10px;
        display: block;

}

img.size-thumbnail {
}

img.size-medium{
}

img.size-full {
}


/*++++++ The Post wrap without its heading (storytitle) ++++++ */


.datecomrap {
        float:left;
        width:35px;
        overflow:hidden;
}

.date {
         color:#fff;
         background:#f90;
         width:35px;
         height:60px;
         text-align:center;
         font-size:0.7em;
         padding:3px 0 0 0;

         opacity: 0.8;filter:alpha(opacity=80);zoom:1;

         -webkit-border-top-left-radius:5px;
         -webkit-border-top-right-radius:0px;
         -webkit-border-bottom-left-radius:5px;
         -webkit-border-bottom-right-radius:0px;

         -khtml-border-radius-topleft:5px;
         -khtml-border-radius-topright:0px;
         -khtml-border-radius-bottomleft:5px;
         -khtml-border-radius-bottomright:0px;

         -moz-border-radius-topleft:5px;
         -moz-border-radius-topright:0px;
         -moz-border-radius-bottomleft:5px;
         -moz-border-radius-bottomright:0px;

}

.commy {
         color:#fff;
         background:#f90;
         width:35px;
         height:30px;
         text-align:center;
         font-size:1.1em;
         padding:7px 0 0 0;
         margin-top:10px;

         opacity: 0.4;filter:alpha(opacity=40);zoom:1;

         -webkit-border-top-left-radius:5px;
         -webkit-border-top-right-radius:0px;
         -webkit-border-bottom-left-radius:5px;
         -webkit-border-bottom-right-radius:0px;

         -khtml-border-radius-topleft:5px;
         -khtml-border-radius-topright:0px;
         -khtml-border-radius-bottomleft:5px;
         -khtml-border-radius-bottomright:0px;

         -moz-border-radius-topleft:5px;
         -moz-border-radius-topright:0px;
         -moz-border-radius-bottomleft:5px;
         -moz-border-radius-bottomright:0px;

}

.commy a, .commy a:hover {color:#fff;}

.storywrap {
        padding:10px 20px;
        font-size:13px;
        text-align:justify;
        float:left;
        width:505px;
        margin-bottom:15px;
        background:#fff;
        overflow:hidden;

        opacity: 0.90;filter:alpha(opacity=90);zoom:1;

         -webkit-border-top-left-radius:0px;
         -webkit-border-top-right-radius:10px;
         -webkit-border-bottom-left-radius:10px;
         -webkit-border-bottom-right-radius:10px;

         -khtml-border-radius-topleft:0px;
         -khtml-border-radius-topright:10px;
         -khtml-border-radius-bottomleft:10px;
         -khtml-border-radius-bottomright:10px;

         -moz-border-radius-topleft:0px;
         -moz-border-radius-topright:10px;
         -moz-border-radius-bottomleft:10px;
         -moz-border-radius-bottomright:10px;

}

/*++++++ Noticias Relacionadas  ++++++ */
.RelatedPosts { margin:5px 0; padding: 3px; font-size: 11px; color:#999999; background-color:#f5f5f5 }
.RelatedPosts a { color:#999999; text-decoration: none; }
.RelatedPosts a:visited { color:#cccccc; text-decoration: none; }
.RelatedPosts a:hover { color:#f8941e; text-decoration: none; }
.RelatedPostsTitle {font-size: 11px; font-weight:bold}

.meta {
        font-size: 11px;
        font-family: Arial, Verdana, sans-serif;
        color: #808080;
        margin:30px 0 0 0;
        clear:both;
        padding-top:2px;
        border-top:1px solid #808080;
}

.meta li, ul.post-meta li {
        display: inline;

}

.meta ul {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 0;

}

/*
.meta a, .meta a:visited {
        color: #808080;
        font-weight: bold;
}


.meta a:hover {
        text-decoration:none;
}*/


 textarea {
        width:96%;
}


/* ++++++++++++++++++ WORDPRESS Captions & aligment ++++++++++++++++++ */


.aligncenter,
div.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}



.alignleft {
        float: left;
}

.alignright {
        float: right;
}

.wp-caption {
        border: 1px solid #ddd;
        text-align: center;
        padding-top: 4px;
        margin: 10px;
}

.wp-caption img {
        margin: 0;
        padding: 0;
        border: 0 none;
}

.wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        padding: 0 4px 5px;
        margin: 0;
}
