/*
------------------------------------------------------------------------
Theme Name: 	WP Remix 2.0
Author URI:		http://www.premiumthemes.net/
Description:   	The WordPress Master Theme. One Theme, Many Possiblities
Version:       	2.0
Author:        	R.Bhavesh
Author URI:    	http://cssace.com/
------------------------------------------------------------------------

Support:       WP Remix, http://wpremix.com/support
Updated:       July 15, 2008
Copyright:     (c) 2008 WP Remix, an endeavour by R.Bhavesh

All rights reserved.
*/

@import url("css/misc.css");		/* css reset - do not edit this */
@import url("css/dropmenu.css");	/* styling dropdown menu */
@import url("css/homepages.css");	/* styling homepage templates */
@import url("css/innerpages.css");	/* styling innerpage templates */
@import url("css/blog-common.css");		/* styling blog */
@import url("css/header.css");		/* header option styling blog */
@import url("css/sidebars.css");		/* styling blog */
@import url("css/footer.css");		/* footer option */
@import url("css/blog.css");		/* styling blog */
@import url("css/color-default.css");		/* styling color schemes css  */

body {
padding-top:5px;
text-align:center;
font: 12px Arial, Helvetica, sans-serif;
}
/* Links -----------------------------------------------------------------------*/
a {
outline:none;
}
ul {
list-style:none;
}
#imagem_home {
	float:left;
	width:100%;
	height:220px;
	background:#eee;
	}
.clear {
clear:both;
}
.bold {
font-weight:bold;
}
p.aright {
text-align:right;
}
.italic {
font-style:italic;
}
/* section alignment --------- */

.alignleft {
margin-left:10px;
float:left;
}
.alignright {
float:right;
}
/* image alignment left, right & center --------- */

.imgleft {
float:left;
margin:0 12px 12px 0;
padding:3px;
}
.imgright {
float:right;
margin:0 0 12px 12px;
padding:3px;
}
.imgleft_n {
float:left;
margin:0 40px 12px 0;
padding:3px;
}
.img_center {
margin:10px 0;
padding:5px;
}
code {
font-size:12px;
}
/* blog & content css common ---------------------------------------------------- */

h1 {
font-size:28px;
font-weight:400;
margin:0 0 12px;
padding:0 0 5px;
}
h2 {
font-size:22px;
font-weight:400;
margin:0 0 8px;
padding:0;
}
h2 a {
text-decoration:none;
}
h2 a:hover {
text-decoration:none;
}
h3 {
font-size:18px;
font-weight:400;
margin:0 0 10px;
padding:0;
}
h4 {
font-size:16px;
font-weight:700;
margin:15px 0 5px;
padding:0 0 5px;
}
h5 {
font-size:14px;
font-weight:700;
margin:0 0 10px;
padding:0;
}
h6 {
font-size:12px;
font-weight:700;
margin:5px 0;
padding:0 0 5px;
}
p {
font-size:12px;
line-height:18px;
margin:0 0 12px;
}
p a {
text-decoration:none;
}

ul {
font:12px Arial, Helvetica, sans-serif;
margin:0 0 15px 6px;
padding:0;
}
ul li ul {
margin:8px 0 5px;
padding:0;
}
ol {
line-height:18px;
font-size:12px;
background:none;
margin:0 0 0 5px;
padding:0 0 10px 20px;
}
ol li {
background:none;
list-style-type:decimal;
margin:0 0 5px;
padding:0;
}
ol li ol {
margin:8px 0 5px 24px;
padding:0;
}
input,textarea,select{
	border:1px solid #ccc;
	background-color:#f8f8f8;
	color:#555;
	padding:2px;
	margin-bottom:10px;
}
 label {color:#555;}
 
blockquote {
	background:url(images/quote2.png) no-repeat;
	background-position:5px 8px;
	margin-bottom:10px;
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	padding:5px 0px 5px 30px;
	margin-bottom:10px;
}
blockquote p { font:bold 12px Arial, Helvetica, sans-serif;  }
.clientname {
	font-size:11px; font-weight:normal; color:#666;
	margin-bottom:12px;
}

li,ul li ul li {
line-height:18px;
margin:0 0 5px;
padding:0 0 0 12px;
}
/* instruction elements -------------------------------------- */
address {
font-style:italic;
}
p.alert,p.download,p.info,p.note {
margin:10px 0 0 0;
padding:10px 10px 10px 36px;
}
p.alert {
padding:10px 10px 10px 36px;
}

/* STRUCTURE ----------------------------------*/
#menucima {
	padding: 10px 30px 0 0;
	float:right;
	}
#menucima img {
	margin-left: 10px;
	}
/* Header Section  ----------------------------------*/
#header {
	margin:0 auto;
	padding:5px 0 0 0;
}

#header span.telefone{ 
	display:block;
	clear:right;
	width:150px;
	margin:10px 0;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#header a.logo {
	float:left;
	width:104px;
	height:115px;
	margin:10px 0 0 10px;
}
#header .h_left {
	float:left;
	width:320px;
}
#header .description {
	font:12px Arial, Helvetica, sans-serif;
	clear:both;
	margin-top:-5px;
}

#wrapper {
text-align:left;
width:840px;
margin:0 auto;
padding:0 10px;
}
#main {
overflow:hidden;
clear:both;
}
#main .subcolumns {
width:400px;
}
#content,
#content2 {
	float:left;
	width:580px;
	padding:0 0 10px 0;
}
#content span {
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
}

/* SIDEBAR */
#sidebar {
	float:right;
	width:240px;
	margin:0px 0 0px 0;
}
#sidebar2 {
	float:right;
	width:260px;
	margin-bottom:15px;
}
#sidebar span {
	font-size:12px;
}
.bemvindo {
	background-color:#EEEEEE;
	padding:10px;
}
.bemvindo p {
	text-align:justify;
	font-size:11px;
	color:#333333;
}

#content .subcolumns,#sidebar .subcolumns {
width:270px;
}


/* ------------------------------  footer ---------------------------------------  */
#footer {
	margin:auto;
	width:840px;
}
#footer p {
	float:left;
	margin:5px 0;
	padding:0;
	font:13px Arial, Helvetica, sans-serif;
	line-height:20px;
}
#footer span a {
	text-decoration:none;
}
#footer span a:hover {
	text-decoration:none;
}
#flinks {
list-style:none;
float:right;
}
#flinks li {
display:inline;
line-height:26px;
text-align:right;
padding:0 5px;
}
#flinks li a {
font-size:11px;
text-decoration:none;
}
#flinks li a:hover {
display:inline;
}
/* TOP SEARCH FORM -----------------------------------------------------------------------*/
#search {
float:right;
margin-top:20px;
width:205px;
height:21px;
padding:2px 0 0 15px;
}
* html #search {
width:208px;
overflow:hidden;
}
#search .s {
font:12px Arial, Helvetica, sans-serif;
width:170px;
float:left;
margin-right:5px;
padding:2px;
}
#searchform .sgo {
width:26px;
height:23px;
margin:-2px 0 0;
}
/* Root = Horizontal, Secondary = Vertical ------------------------------------------------ */

#nav {
	margin:10px auto 5px;
	width:840px;
	height:28px;
	border-bottom: 2px solid #B12A2E;
}
#nav .rss {
font:bold 12px Arial, Helvetica, sans-serif;
padding-left:18px;
position:absolute;
top:7px;
right:8px;
}

/* breadcrumb start -----------------------------------------------------------------------*/
#content-wrap {
	float:left;
}
 
#content-wrap .breadcrumb{
	font:10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:left;
	clear:both;
	line-height:25px;
	padding-left:5px;
	margin-bottom:10px;
}
a.button {
margin-bottom:8px;
font-weight:700;
font-size:12px;
padding:3px 15px 3px 10px;
}

.submit {
margin-bottom:8px;
font-weight:700;
font-size:12px;
cursor:pointer;
padding:3px 15px 3px 10px;
}
.postads {
text-align:center;
overflow:hidden;
height:100%;
margin-bottom:25px;
}
.small { font-size:11px; color:#666; }
.small a { color:#666; }
.small a:hover { color:#000; }


/* HOME */
div.seja-bem-vindo {
	float:left;
	width:560px;
	margin:0 0 10px 0;
	padding:10px;
	background:#efefef;
}

div.parceiros {
	float:left;
	width:246px;
	height:310px;
	padding:0 0 0 10px;
	border-left:2px solid #efefef;
}
div.parceiros h3 {
	float:left;
	width:236px;
	height:24px;
	margin:0;
	padding:0 0 0 5px;
	border-bottom:1px solid #ccc;
}

div.treinamentos ,
div.palestras-eventos {
	float:left;
	width:270px;
	margin:0 10px 0 0;
}
div.treinamentos h3,
div.palestras-eventos h3 {
	float:left;
	width:255px;
	height:24px;
}
div.treinamentos ul,
div.palestras-eventos ul {
	float:left;
	width:100%;
}
div.treinamentos ul li,
div.palestras-eventos ul li {
	color:#333;
	background:url(images/bullet2.png) 0 7px no-repeat;
}
div.palestras-eventos p {
	float:left;
	width:265px;
	padding:0 15px 0 0;
	text-align:right;
}
div.treinamentos ul li a {
	color:#333;
}
div.treinamentos ul li a:hover {
	color:#B12A2E;
}



