/*
Theme Name: eniciativa
Theme URI: http://www.eniciativa.com/
Description: O tema eniciativa 2.0 marca a nova era da empresa!
Version: 2.0
Author: Helder Encarnacao
Author URI: http://www.eniciativa.com/

*/

/** Gerais **/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 0.8em "Arial", "Helvetica", sans-serif;
	color: #555555;
	background: url('images/bg.png') repeat-x;
}
a {
	text-decoration: none;
	color: #F47F20;
}
a:hover {
	text-decoration: underline;
	color: #F47F20;
}
img {
	border: 0;
}
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}
#wrapper {
	width: 1000px;
	margin: auto auto;
}
/** Header **/
#header {
	color: #A0A09B;
	height: 175px;
}
#header a {
	color: #F47F20;
}
#header .links {
	float: right;
	font-size: 0.850em;
	padding: 8px 10px 9px;
	text-transform: none;
	margin-right: 20px;
	color: white;
	width: auto;
}
#header .logo {
	margin: 50px 0 0 -5px;
	float: left;
	width: auto;
}
#header h1 {
	font-size: 2.4em;
}
#header h1 a {
	color: white;
}
#header p {
	font-size: 0.9em;
	padding: 8px 10px;
}
#header ul {
	list-style-type: none;
	clear: both;
}
#header ul li {
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	width: auto;
}
#header ul li a {
	display: block;
	color: #333333;
	padding: 10px 8px 9px;
}
#header ul li a:hover {
	color: #7F7F7F;
}
/* Header Menus */
#navigation {
	float: right;
	width: 400px;
	margin: 30px 0px 0 300px;
}
#navigation ul {
	padding: 0px;
	margin: 20px 0 0 0;
	float: left;
	width: 100%;
	list-style: none;
}
#navigation ul li {
	display: inline;
}
#navigation #home a {
	border: 0;
}
#navigation ul li a {
	font-family: Arial, sans-serif;
	text-transform: lowercase;
	padding: 2px 14px;
	float: left;
	font-size: 1.150em;
	color: white;
	text-decoration: none;
	border-left: 1px solid #ccc;
	width: auto;
}
#navigation ul li a:hover {
	color: #F47F20;
}
#navigation li a:active, #navigation li.current_page_item a, #navigation li.current_page_parent a {
	color: #F47F20;
}
/* Header Breadcrumbs */
#breadcrumbs {
	font-size: .850em;
	margin-top: -25px;
}
#breadcrumbs p {
	color: #F47F20;
}
#breadcrumbs a {
	color: #555555;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #F47F20;
}
/** Content **/
#content {
	clear: both;
	width: 700px;
	float: right;
	margin-top: 12px;
	border-left: 1px dotted #cccccc;
}
#content .post {
	padding: 25px 0 25px 10px;
	font-size: 0.9em;
}
#content .post h2 {
	margin-top: -10px;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 1.4em;
	padding-bottom: 3px;
	color: #909090;
}
.read_more_link a {
	width: auto;
	margin-left: 20px;
	padding: 0px 0px 3px 15px;
	background: url('images/more.gif') no-repeat left;
	color: #59AF3D;
}
#content .post h2 {
	font-size: 2.0em;
	padding-bottom: 3px;
	color: #555555;
}
#content .post h3 {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 0.9em;
	padding-bottom: 3px;
	color: #555555;
}
#content .post .info {
	font-size: 1.0em;
	color: #9E9E9E;
	margin-bottom: 25px;
	width: auto;
}
#content .post p {
	margin-bottom: 10px;
	line-height: 1.4em;
}
#content .post ul {
}
#content .post ul {
	margin: 0 0 0 21px;
	list-style-type: none;
}
#content .post ul, #content .post ol {
	padding: 0 0 20px;
}
#content .post ul li, #content .post ol li {
	background: url('images/bullet.gif') no-repeat 16px 9px;
	padding: 3px 0 3px 25px;
}
#content .post ul li a {
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	color: #555555;
}
#content .post ul li a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #454545;
	color: #454545;
}
#content .post ul ul {
	padding: 0;
}
#content .post ol {
	margin-left: 30px;
}
#content .post ol li {
	padding-left: 0;
	background-image: none;
}
#content .post h3 {
	margin-bottom: 5px;
	font-size: 1.4em;
}
#content .post blockquote {
	padding: 0 0 0 60px;
	margin-bottom: 25px;
	background: url('images/blockquote.gif') no-repeat left top;
	color: #9e9e9e;
	font-style: italic;
}
h2.title {
	padding: 20px 10px 0;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
	color: #909090;
}
/** Sidebar **/
#sidebar {
	width: 275px;
	float: left;
	padding: 10px 10px 20px 0;
	margin-top: 10px;
}
#sidebar h2 {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #555555;
	font-size: 1.5em;
	padding: 5px 0;
	margin-top: 5px;
	clear: both;
}
#sidebar p {
	padding: 5px 0 20px;
	margin-bottom: 10px;
}
#sidebar p a {
	color: #333333;
}
#sidebar p a:hover {
	color: #007AAA;
}
#sidebar img {
	float: left;
	margin-bottom: 5px;
}
#sidebar img.f {
	margin-right: 5px;
}
#sidebar ul {
	list-style-type: none;
	padding-bottom: 20px;
}
#sidebar ul li {
	font-size: 0.9em;
	border-bottom: 1px dotted #B4B5B5;
	padding: 5px 0;
}
#sidebar ul li a {
	color: #333333;
}
#sidebar ul li a:hover {
	color: #007AAA;
}
/* Sidebar Testimonials */
#testimonials {
	font-size: 0.850em;
	margin-bottom: 20px;
}
#testimonials #company {
	font-size: 0.9em;
	color: #9E9E9E;
}
#testimonials #testimonial {
	margin-top: -15px;
}
#testimonials p a {
	color: #F47F20;
	padding-left: 30px;
}
#testimonials p a:hover {
	color: #F47F20;
	text-decoration: underline;
}
#testimonials ul li a {
	font-size: 1.1em;
	color: #F47F20;
}
#testimonials ul li a:hover {
	color: #F47F20;
	text-decoration: underline;
}
.client {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}
.company {
	margin: 0;
	padding: 0;
	font-size: 0.750em;
}
.quotes {
	background: url('images/quote-open.gif') no-repeat left 3px;
	padding-left: 30px;
	display: block;
}
.quotes span {
	background: url('images/quote-close.gif') no-repeat right bottom;
	padding-right: 10px;
	display: block;
}
/* Content Homepage */
#samples {
	float: right;
	margin: 0 0 15px 20px;
	padding-right: 20px;
	width: auto;
}
.leaf {
	float: left;
	margin: 0 5px 50px 0;
	width: auto;
}
/* Content Services Page */
#services {
}
#services p {
	padding-left: 75px;
}
#services p img {
	float: left;
	margin-left: -75px;
}
#services h3 {
	padding-left: 75px;
}
#services a {
	text-decoration: none;
	color: #555555;
        cursor: default;
}

/* Content Clients Page */
#clients {
	margin-top: -20px;
}
#clients p {
}
#clients img {
	clear: both;
	float: right;
	margin-top: 10px;
	margin-left: 20px;
	padding: 5px;
	background: #cccccc;
}
#clients a img {
	border: 1px solid #cccccc;
	background-color: #fffff0;
}
#clients a:hover img {
	border: 1px dashed #cccccc;
	background: #fff url() repeat-x;
}
#clients h3 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
}
/** Contet Forms **/
input.text, textarea.text, input.textbox, textarea.textbox {
	padding: 4px 4px;
	background: #fff url('images/input.png') repeat-x top left;
	border: 1px solid #CCCCCC;
	border-top-color: #BDBDBD;
	border-bottom-color: #DDDDDD;
	margin-bottom: 10px;
	width: 200px;
}
#cp_message {
	background: #fff url('images/input.png') repeat-x top left;
	border: 1px solid #CCCCCC;
	border-top-color: #BDBDBD;
	border-bottom-color: #DDDDDD;
}
input.text, textarea.text {
	width: 230px;
	font-size: 100%;
}
textarea.text {
	width: 385px;
	height: 70px;
	padding: 5px;
	margin-bottom: 6px;
}
textarea.text:focus, input.text:focus {
	outline: none;
	border-color: #666;
}
#contactform {
	line-height: 200%;
	margin-bottom: 40px;
}
#contactform #submit {
	cursor: pointer;
	float: right;
	margin-right: 60px;
	padding: 6px;
	color: #454545;
}
#contacts {
	line-height: 150%;
	margin-bottom: 20px;
}
#contacts img {
	margin-right: 5px;
}
#contact-left {
	float: left;
	width: 300px;
	padding: 5px;
}
#contact-right {
	margin-left: 320px;
	padding: 5px;
}
.checkbox {
	cursor: pointer;
}
/** Footer **/
#footer {
	background: #ffffff url('images/footer.png') repeat-x;
	clear: both;
	border-top: 1px solid #cccccc;
	color: #9E9E9E;
	font-size: 0.850em;
	height: 50px;
width: auto;
}
#footer .left {
	float: left;
	width: auto;
}
#footer .right {
	float: right;
	width: auto;
}
#footer a {
	color: #555555;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer li {
	float: left;
	margin: 15px 0 0 -1px;
	padding: 0 1.3ex;
	width: auto;
}
