/*
Theme Name: SINDÓLEO
Theme URI: http://wordpresstop.com
Description: Tema padrão dos sites dos sindicatos - FIEC
Version: 1.0
Author: Iran Rabelo / Cl&eacute;bio F&eacute;lix
Author URI: http://wordpresstop.com
*/

/* Imports */
@import url("css/header.css");
@import url("css/menu.css");
@import url("css/menutop.css");
@import url("css/featured.story.css");
@import url("css/more.features.css");
@import url("css/latest.css");
@import url("css/more.latest.css");
@import url("css/podcast.css");
@import url("css/searchform.css");
@import url("css/mediaplayer.css");
@import url("css/300x250.css");
@import url("css/subscription.css");
@import url("css/carousel.css");
@import url("css/gallery.css");
@import url("css/sidebar.css");
@import url("css/ajax.tabs.css");
@import url("css/front.categories.css");
@import url("css/footer.css");
@import url("css/single.post.template.css");
@import url("css/archive.css");

/* Reset */
* {
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
ol {margin: 0 0 0 20px}
.clear {
	clear:both;
	margin: 5px 0 5px 0;
	}
a {color: #223a02}
a:hover {color: #CB770A}

/* Page Layout */
body {
	width: 100%;
	background: #c0c8c6;
	text-align: center;
	cursor: default;
	font-size: 1.1em;
}

#pagei {
	width: 770px;
	height: auto;
	padding: 5px 0 7px 0;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size: 0.80em;
	color: #555;
	background: url(images/bg_pagei.jpg) repeat-y;
}

#page {
	height: auto;
	padding: 0 10px 0 10px;
	margin:0;
}

#main {
	width: 750px;
}

#main-left {
	float: left;
	width: 150px;
	padding: 10px 10px 10px 0;
}

#main-center {
	float: left;
	width: 500px;
	padding: 0;
}

#main-right {
	float: left;
	width: 210px;
	display: inline;
	margin-left: 30px;
	padding: 0;
}

#contents {
	width: 750px;
	padding: 10px 0 10px 0;
}
#contents-b {
	width: 750px;
	padding: 0 0 0 0;
}

#content, #content-b {
	float: left;
	width: 500px;
	margin-top:5px;
	margin-right: 10px;
	padding-right: 10px;
}

#sidebar {
	float: left;
	width: 190px;
	display: inline;
	border-bottom: 1px dotted #ddd;
	margin-left: 10px;
}

#banner {
	float: left;
	width: 190px;
	display: inline;
	border-bottom: 1px dotted #ddd;
	margin: 0 0 15px 10px;
	text-align: center;
}

#footeri {
	width: 770px;
	height: auto;
	margin: 0 auto 7px auto;
	text-align: left;
	font-size: 0.7em;
	color: #fff;
	background: #446a0e url(images/bg_footer.jpg);
}

#footer {
	padding: 10px;
	background: #446a0e url(images/bg_footer.jpg);
}

#bottom {
	width: 770px;
	height: 60px;
	margin: 0 auto 30px auto;
	text-align: left;
	font-size: 0.7em;
	color: #888;
	line-height: 1.5em;
	padding: 10px 0 0 0;
	background: #c0c8c6 url(images/bg_footer2.jpg);
}

#bottom-left {
	float: left;
	color:#839180;
	margin: 15px 0 0 10px;
}

#bottom-left a {
	color:#60606c;
}

#bottom-left a:hover {
	color:#ffffff;
}

#bottom-right {
	float: right;
}

/* Global site Headers */
h2.front {
	display: block;
	line-height: 1.2em;
	font-size:0.8em;
	font-weight:normal;
	color: #CB770A;
	padding: 3px 2px 3px 5px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #E3E8D4;
}

h2.front-gal {
	display: block;
	line-height: 1.4em;
	font-weight: bold;
	color: #444;
	padding: 4px 5px 3px 30px;
	margin: 0 0 5px 0;
	background: #f1f6e2 url(images/photo.png) no-repeat;
	background-position: 7px center;
	border-bottom: 1px solid #e3e8d4;
	position: relative;
}

h3.front {
	margin: 10px 0 5px 0;
	border-bottom: 1px dotted #E3E8D4;
	padding: 0 0 7px 0;
	color: #666;
	position: relative;
}

/* Various Links CSS */
a.icomment {
	display: inline;
	font-size: 0.9em;
	color: #8AB515;
	margin: 0 0 0 7px;
}

a.icomment:hover {color:#CB770A}
