/* ----------------------------------------------------

   AUTHOR           :  	Shesmen Pats
   Email            :   shesmen@hotmail.com
   WEB SITE         : 	Amazonas Peças
   VERSION          :   1.0

------------------------------------------------------- */
 
/* ----------------------------------------------------
   HTML ELEMENTS
------------------------------------------------------- */

/* top elements */
* { padding: 0; margin: 0; outline: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal 73%/1.6em 'Trebuchet MS', Tahoma, sans-serif;
	text-align: center;		
}
.bg-top {
	background:url(../image/bg-top.png);
	background-repeat:repeat-x;
	
	
}

.bg-menu {
	background:url(../image/bg-menu.png);
	background-repeat:repeat-x;
	
	
}
.bg-menu-top {
	background:url(../image/bg-menu-top.png);
	background-repeat:repeat-x;

}
.bg-rodape {
	background:url(../image/bg-rodape.png);
	background-repeat:repeat-x;
	
	
}
.bg-menu-rodape {
	background:url(../image/bg-menu-rodape.png);
	background-repeat:repeat-x;

}


a:link, a:visited { background: inherit; color: #72A545; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* links */
a:link, a:visited { background: inherit; color: #72A545; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #65944A; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}
/* images */
img {
	border: 1px solid #DADADA;
	padding: 3px;
	background: #FAFAFA;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #72A545;  
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #666666;	
}

/* Table menu */
table.menu{
	font-family: "Trebuchet MS", sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 0.0em;
    font-style: normal;
    border-collapse:separate;
	position:relative;
	left:5px;
	top: 12px;
}
table.menu a{
	text-decoration:none;
	color:#FFF;
}

.menu thead th{
	cursor:pointer;
    border-bottom:3px solid #335199;
	border-right:1px solid #FFF;
    font-size: 13px;
    padding:15px;
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
	-webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;

}
.menu thead th:hover{
    border-bottom:3px solid #900;
	background-color:#9DD929;
    text-shadow:1px 1px 1px #568F23;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(123,192,67)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(158,217,41))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(123,192,67) 2%,
        rgb(139,198,66) 51%,
        rgb(158,217,41) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
/* Table menu rodape*/
table.menu-rodape{
	font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 0.0em;
    font-style: normal;
    border-collapse:separate;
}
table.menu-rodape a{
	text-decoration:none;
	color:#65944A;

}

.menu-rodape thead th{
	cursor:pointer;
    border-bottom:1px;
	border-right:1px solid #060;
    padding:15px;
	color:#65944A;
}
.menu-rodape thead th:hover{
	color:#FFF;
	background-color:#9DD929;
}
	
/* outras imagens */
.nada {
	border:hidden;
	padding: 0px;
	background:none;

}
/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #669f41;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #669f41;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url("../image/gradientbg.jpg") repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #669f41;	
	
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: 1px solid #DADADA;
	padding: 3px 5px;	
	vertical-align: top;
}


/* ----------------------------
	  LAYOUT
------------------------------- */

#header-content, #content, #footer-content {
	width: 1007px;
}

/* header */
#header {
	height: 115px;
	text-align: left;	
}
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
}
#header-content h1#logo {
	position: absolute;
	font: bold 35px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 36px;
	left: 99px;
}
#header-content h1#logo a {
	text-decoration: none;
	color: #FFF;
}

#logoSite {
	position: absolute;
	font: bold 35px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: -7px;
	left: -16px;
	height: 165px;
	width: 790px;
	background: url("../image/logo.png") repeat-x;
}


/* header menu */
#header-content ul {
	position: absolute;
	right: -12px;
	top: 81px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 4px 16px;	
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #93CE37;
	font-size: 12px;
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
    border:1px solid #93CE37;
    border-bottom:3px solid #669f41;
    background-color:#669f41;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(123,192,67)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(158,217,41))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(123,192,67) 2%,
        rgb(139,198,66) 51%,
        rgb(158,217,41) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
	
}
#header-content li a:hover {
	background:#93CE37;
    border-bottom:3px solid #900;

	color: #FFF;
}
#header-content li a#current  {
	background: #65944A;
	color: #FFF;
}

/* header photo */
.headerphoto {
	margin: 0 auto;
	width: 770px;
	height: 200px;
	padding: 0px 0px 0px 0px; 
	background: #FFF;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}

/* sidebar */
#sidebar {
	float: right;
	width: 25%;
	margin: 10px 0 10px 0; padding: 0;	
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
}
.sidebox {
	background: #333;
	border: 1px solid #333;
	margin-bottom: 10px;
	border-top-left-radius:5px;
    border-top-right-radius:5px;
	border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;


}
.sidebox p {
	color:#FFF;
 
}

.sidebox2 {
	background:#FFF;
	border: 1px solid #FFF;
	margin-bottom: 10px;
	border-top-left-radius:5px;
    border-top-right-radius:5px;
	border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
	background: #F2F2F2;			
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #65944A;
	color: #65944A;		
}

/* main */
#main {
	float: left;
	width: 72%;	
	margin: 10px 0 10px 0; padding: 0;	
}
#main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #999; 	
	font: normal 1.8em 'Trebuchet MS', Tahoma, Sans-serif;
}

#main ul li {
	list-style-image:url(../image/bullet.png);
}

.post {
	margin: 0; padding: 0;

}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #999;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
.post .post-footer .date {
	background: url("../image/clock.gif") no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url("../image/comment.gif") no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url("../image/page.gif") no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	font: normal .95em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;
}

#footer h1, #footer p {	margin-left: 0; }

#footer-content {	
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	padding-left: 15px;
}
#footer-content a {
	text-decoration: none;
}
#footer-content a:hover {
	color: #333;

}

/* footer list */
#footer-content ul.flist {
	list-style: none;
	margin: 0; padding: 0;
    border-top: 1px solid #f2f2f2;
}
#footer-content ul.flist li {
    border-bottom: 1px solid #f2f2f2;
	
}
#footer-content ul.flist li a:link,

#footer-content ul.flist li a:visited {
	
    color: #555;
	  padding:5px;
    display: block;
	font-weight: normal;
	padding: 5px 0 ;
	width: 98%;
}
#footer-content ul.flist li a:hover {
  text-decoration: none;
  padding:5px;
  color: #900;
  background-color:#B8F3A7;

}


#footer-content .col {
	width: 240px;
	padding: 0 5px 30px 0;	
}
#footer-content .col2 {
	width: 230px;
	padding: 0 0 30px 0;	
}
#footer-content .space-sep {
	margin-right: 20px;
}

/* 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; }
.gray  { color: #BFBFBF; }

.dataTables_length {
	position: relative;
	float: left;
	width: 400px;
}

.dataTables_filter input {
	width: 218px;
}

#example_paginate span {
	position: relative;
	float: left;
	margin: 2px;
}

.paginate_active {
	font-weight: bold;
	font-size: 16px;
}

span.paginate_button {
	background: inherit; 
	color: #72A545; 
	text-decoration: none;
	cursor: pointer;
}

span.paginate_button:hover {
	background: inherit; 
	color: #006699; 
	text-decoration: underline;
	cursor: pointer; 
}

tr.odd {
	background: #F8F8F8;
}
tr.even {
	background: #EFEFEF;
}

span.first, span.previous, span.next, span.last {
	background: inherit; 
	color: #72A545; 
	text-decoration: none;
	cursor: pointer;
}

span.first:hover, span.previous:hover, span.next:hover, span.last:hover { 
	background: inherit; 
	color: #006699; 
	text-decoration: underline;
	cursor: pointer; 
}
