/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Bright Side of Life
   TEMPLATE CODE: 	S-0005
   VERSION:          1.0          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .90em/1.8em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #A9BAC3;
	text-align: center;
}

/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: underline;

}
a:hover {
	color: #E7791A;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #6297BC; } 
h2 { font-size: 1.5em; color: #6297BC; }
h3 { font-size: 1.3em; color: #6297BC;}

p, h1, h2, h3 {
	margin: 10px 15px 2px 0px;
}
ul, ol {
	margin: 2px 30px;
	padding: 0 15px;
/*	color: #4284B0; */
}
ul span, ol span {
	color: #666666; 
}

li {
  margin-top: 5px;
}

input {
    font: 1.0em/2.0em  Verdana, Tahoma, Helvetica, sans-serif;
    height: 1.4em;
    padding: 2px;
}

input[type=radio] {
    height: 0.9em;
}

#header input {
    padding: 3px;
    height: 1.2em;
    font: 0.8em/1.4em  Verdana, Tahoma, Helvetica, sans-serif;
}
input[type=submit] {
    -webkit-appearance: button;
    -webkit-border-radius:6px;
    -webkit-background-clip: padding-box;
    padding: 10px;
    height: 3.0em;
}
/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 96%; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
        padding-top: 5px;
	position: relative;
	background: #FFF;
}


#logo {
  margin: 0 0 0 20px;
  padding: 0;
  background-image: none;
  float: left;
  height: 80px;
  line-height: 80px;

}

#logo img {
  vertical-align: middle;
  margin-bottom:0.25em;
}


#nome-do-sistema {
    color: black;
	margin-top: -3px;
	font-weight: bold;
}
	
#breadcrumb {
	background: #E9E9E9;	
	margin-top: 3px;
        clear: both;
        float: left;
        width: 100%;
/*        border-radius: 4px;*/
        height: 2em;
}

/* main */
#main {
	float: right;
	margin-right: 5px;
	padding: 0;
	width: 75%;		
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 20%;
	margin: 0;	padding: 0; 
	display: block;		
}
#sidebar ul.sidemenu {
	list-style:none;
	margin: 2px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
  margin-top: 0;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	border-bottom:1px solid #CCC;
	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover, #sidebar #current_menu a {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #E7791A;
	border-left:4px solid #E7791A;
	border-bottom:1px solid #E7791A;
}

#sidebar #current_menu a {
	color: #339900;
	border-left:4px solid #9EC630;
	border-bottom:1px solid #9EC630;
}

/*
@media print {
    
  #sidebar {
	  visibility:hidden;
  }

}

@media screen {
    
}
*/
/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 40%;
}
#footer .footer-right{
	float: right;
	width: 40%;
}

#logo a, #logo a.hover {
  background: white;
  background-image: none;
  text-decoration: none;
}

#header #links_primarios a, #links_primarios a.hover {
  background: white;
  text-decoration: underline;
  float: none;
}
/* alignment classes */
.float-left   { float: left; }
.float-right  {	float: right; }
.align-left   {	text-align: left; }
.align-right  {	text-align: right; }
.align-center {	text-align: center; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }

/* Subsection Tabs
--------------------*/
#main ul.subsection_tabs {
	list-style:none;
	margin: 15px 5px 5px 10px;
	padding:0;
	clear:both;
	border-bottom: 5px solid #A3C743;
	height:33px;
	clear:both;
}

#main div.subsection_content {
	
  margin: 1.2em 5px 30px 10px;
}

#main ul.subsection_tabs li {
	float:left;
	margin-right:7px;
  margin-top: 0;
	text-align:center;
}

#main ul.subsection_tabs li a {
	display:block;
/*	height:20px; */
	padding:3px 6px 5px 6px;
	background-color:#83ACCA;
	color:#FFFFFF;
/*	font-weight: bold; */
	text-decoration: none;
/*	width:80px; */
}

#main ul.subsection_tabs li a:hover {
    color: #4284B0;
/*	font-weight: bold; */
	text-decoration: none;
}

#main ul.subsection_tabs li a.active {
	background-color:#A3C743;
	color: #FFFFFF;
/*	font-weight: bold; */
	text-decoration: none;
}

#main ul.register_tabs {
	border-bottom:none;
}

#main ul.register_tabs li a.active {
	background-color:#6d7a81;
	color:#fff;
}
