/*
Theme Name: PSOLSC
Theme URI: http://www.psolsc.org.br
Description: Tema para o site do PSOL/SC
Author: Fabricio C. Boppre
Author URI: http://www.fabricioboppre.net
Version: 3.0
All rights reserved.
*/


/* RESET */


div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
        outline: 0;
}
ol, ul {
        list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: separate;
        border-spacing: 0;
}
caption, th, td {
        text-align: left;
        font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: "";
}
blockquote, q {
        quotes: "" "";
}


/* TIPOGRAFIA */


body {
	font-size: 75%; /* Resets 1em to 10px */
	font-family: Georgia,"Times New Roman",Times,serif;
	color: gray;
	}	

#menu a, #services a {
	color: #D32D12;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bolder;
	}

#box-header {
	font-size: 1.7em;
	color: #D32D12;
	text-decoration: none;
	padding-bottom: 3px;
	}

#section-title {
	font-size: 2.5em;
	color: #D32D12;
	text-decoration: none;
	}

#box-header a, #section-title a {
	color: #D32D12;
	text-decoration: none;
	}

.box-date {
	color: gray;
	}

.newsletter {
	font-size: 0.7em;
	text-align: center;
	padding: 0 20px;
	}

#content {
	font-size: 1em;
	}
	
#content a, #footer a {
	text-decoration: none;
	color: #D32D12;
	}
	
#content h1 {
	font-size: 1.5em;
	font-weight: 100;	
	}

#content p {
	padding-bottom: 15px;
	}

#footer {
	font-size: 0.9em;
	}
	
	
/* ESTRUTURA PRINCIPAL */


body {
	margin: 0;
	background-color: white;
	}

#page {
 	margin: 0 auto;
	width: 1000px;
	background: url(images/bg-top.png);
	}

#sidebar {
	text-align: center;
	width: 180px; /* 220 - padding */
	float: left;
	background: url(images/bg-sidebar.png) no-repeat;
	padding: 140px 10px 0 30px;
	min-height: 800px;
	}

#content {
 	width: 560px; /* 560 - padding */
	padding-top: 140px;
	float: left;		
	background: url(images/bg-content.png) no-repeat;
	}

#servicebar {
	text-align: center;
	width: 170px; /* 220 - padding */
	float: left;
 	background: url(images/bg-servicebar.png) no-repeat;
	padding: 140px 40px 0 10px;
	min-height: 800px;
	}
	
#footer {
	height: 55px;
	padding: 35px 0 0 35px;
	clear: both;
	background: url(images/bg-footer.png);
	text-align: left;
	}


/* ESTRUTURA ACESSîRIA */


#sidebar ul li, #servicebar ul li {
	padding-bottom: 10px;
	}

#fotos, #banners {
	padding: 20px 10px 0 15px; 
	}

#content hr {
	background-color: #D32D12;
  	border: 0;
	height: 2px;
	color: #D32D12;
	margin: 30px 0;
	}

#section-title {
	width: 540px;
	margin: 0 10px 0 10px;
	clear: both;
	padding-bottom: 20px;
	}

#text {
	width: 540px;
	margin: 0 10px 0 10px;
	clear: both;
	padding-bottom: 15px;
	}
	
#box-grande {
	width: 540px;
	border-top: 1px solid #D32D12;
	margin: 0 10px 0 10px;
	clear: both;
	padding-bottom: 15px;
	}

#box-pequeno-externo {
	clear: both;
	padding-bottom: 15px;
	}

#box-pequeno {
	border-top: 1px solid #D32D12;
	margin: 0 10px 0 10px;
	padding-top: 5px;
	width: 260px;
	float: left;
	}


/* IMAGENS (Wordpress) */


p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px 0 4px 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px 4px 4px 0;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
