/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body.custom {
    background: #A5DBE7;
}

#page {
padding: 0px;
    background: #A5DBE7 url('http://jornalist.as/img/bg.jpg') repeat-x;
}

#container {
}

 #content { background: #ffffff; }

#sidebar {
font-size:15px;

}

#column_wrap .sidebar ul.sidebar_list { padding-top: 0.2em; }
.sidebar ul.sidebar_list { padding-top: 0.2em; }


#sidebars { width: 32.2em;  float: right; }
#sidebar_1 { width: 13.2em;  float: left; }

#column_wrap { width: 67.5em; background: url('images/dot-ddd.gif') 13.2em 0 repeat-y; }

.post_box { padding-top: 0; background: #ffffff; }


#header {
margin: 5px 0px 10px 10px;
padding: 5px 0 5px 20px;
border: 0;
}


p {text-align:justify; }

#orelha {
background: #ffffff;
margin: 5px 0px 0px 0px;
width:184px;
height:90px;
float:left;
position:relative;
}

#logotipo {
margin: 5px 5px 5px 5px;
width:560px;
_width:558px;
height:100px;
float:left;
position:relative;
text-align:center;
background: #ffffdd;
}


#logo { margin: 0 0 0 100px;  }
#tagline { margin: 0 0 0 100px;  }

#menu {
background: #A5DBE7;
 margin: 0 0 0 0px; 
 }

.autor {
font-family: "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
margin: 30px 20px 10px 10px;
padding: 5px;
border: 1px dashed #c0c0c0;
font-size:13px;
background: #EEEEEE;
}
.autor a, .autor a:hover, .autor a:visited {
color:#5E9193;
}

.autor h3 {
margin: 0 0 5px 70px;
text-transform: uppercase;
font-size:15px;
border: 0px;
}

.autor h5 {
text-align:center;
margin: 0px 0 0 0;
font-size:10px;
border: 0px;
}

.avatar-54 { 
	float: left;
	border: 1px solid #eee;
	padding: 3px;
	background: #fff;
margin: 0 10px 10px 0;
	}

.avatar-48 {
        float: left;
        padding: 0px;
margin: 0 10px 15px 0;
width:50px;
height:50px;
        }


.post_tags {
width:50%;
}

.post_buttons {
align:right;
width:50%;
border: 1px dashed #c0c0c0;
}

#main, #main2 {
font-size:12px;
float: right; 
width:530px;
/* border: 1px groove #c0c0c0; */
margin: 10px 0px 10px 0px;
}

#main h2, #main2 h2 {
        margin:10px 10px 20px 20px;
font-size:1.8em;
}


#main h3 {
        margin:10px 10px 10px 40px;
font-size:1.4em;
}


#main p, .sep {
line-height:140%;
text-align:left;
        padding:0 10px 0 0px;
font-size:1.25em;
}

h1 { line-height:120%; }
#main ul {
padding-right: 5px;
padding-left: 5px;
list-style-image: url(li_bullet.gif);
font-size: 1.20em;
}

#main li {
line-height:140%;

}



.sep {
margin: 0px 0px 10px 0px;
min-height:70px;
border-top: 1px dashed #DDDDDD;
padding : 5px;
background: #ffffff;
}

.sep img { margin: 5px 10px 0 0 ; }

#main img { border:0px; }

.when, abbr {
font-style:italic;
font-size:0.9em;
color:#7D7672;
border-bottom: 5px;
letter-spacing: 0px;
}

abbr { text-transform: lowercase; }

.reply {
float: right;
font-size:90%;
font-color:green;
}

#tabs { list-style: none; border: 1px solid #ddd; border-width: 5px 0px 0px 0px; }
        #tabs li { margin-bottom: -0.1em; background: #A5DBE7; border: 1px solid #F0BC00; border-left: 0; float: left; }
        #tabs .current_page_item, #tabs .current-cat { padding-bottom: 0.1em; background: #D6EFF4; border: 0; border-left: 1px; }
                #tabs a { display: block; line-height: 1em; color: #000; text-transform: uppercase; letter-spacing: 2px; }
                #tabs a:hover { color: #F0BC00; text-decoration: underline; }


lista { margin: 0; padding: 0 }

.sesq  {
font-size:130%;
padding: 0px;
line-height:120%;
margin: 0 0 0 10px;
}

.sesq h3 {
font-size:120%;
margin: 5px 0 5px 5px;
}


.sdir {
font-size:130%;
padding: 0px;
line-height:120%;
margin: 0 10px 0 10px;
}

.sdir h3 {
font-size:120%;
margin: 5px 15px 5px 0px;
}


