/********************************************
   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: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #A9BAC3 url(bg.gif) repeat-x;
	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; 
}

/***********************
	  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 {
	position: relative;
	height: 85px;	
	background: #000 url(headerbg.jpg) repeat-x 0% 100%;	
}
#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 10px;
	left: 0;
	border: 0;
    background: #fff;
}

#logo img {
  border: 0;
}

#nome-do-sistema {
    color: black;
	margin-top: -3px;
	font-weight: bold;
}
	
#breadcrumb {
	background: #E9E9E9 url(bg_breadcrumb.gif) repeat-x 0% 100%;	
	margin-top: -10px; 
	height: 29px;
}

/* 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;
	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%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(tableft.gif) no-repeat left top;
   background-position:0% -42px;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}

#header #logo a {
  background: 0;
  margin: 0;
  padding: 0;
}	

.periodo {
  
}
	
#header a span {
   float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   background-position:100% -42px;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
	color: #DDFFE6;
	color: #E7791A;
	background-color: inherit;
}
#header #current a {
   background-position:0% -42px;
   background-position:top left;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
   background-position:top right;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* 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:24px; 
	clear:both;
}

#main div.subsection_content {
	
  margin: 5px 0 0 15px;
}

#main ul.subsection_tabs li {
	float:left;
	margin-right:7px;
	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 a span {
   color: #FFF;
}

#main ul.subsection_tabs li a:hover {
    color: #E7791A;
	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;
}
