/*global reset */


html *{
	padding: 0;
	margin: 0;
}
a img, :link img, :visited img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}

p{
	line-height: 18px;
}
/*  global reset */



/* base html */

body {
  background: #343a3d url(images/bgd.gif);
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;/*this is in place to center in older browsers*/
}
a {
 text-decoration: none;
 color:#05c7c0;
}
a:link {/* unvisited link */
 color:#05c7c0;
}     
 
a:hover { /* mouse over link */
 color:#05c7c0;
 text-decoration: underline;
}  
a:active {/* selected link */
 color:#05c7c0;
}



/* end base html */
/*  layout */
#wrapper{
	width: 900px;
	
	margin: 0 auto;
	text-align: left;
	background: #2d3235;
}
#header{
	width: 856px;
	padding: 20px 22px 25px 22px;
	height: 390px;
	background: #262b2e;
	position: relative;
}
#header .titlelogo {
	position: absolute;
	top:20px;
	left: 22px;
	width: 650px;
	height: 23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#fff;
	font-weight: bold;
}
#header .titlelogo a {
	text-decoration: none;
	color:#fff;
}

#content{
	float: left;
	width: 900px;
	background: #2d3235 url(images/main_bgd.gif) repeat-y top left;
}
#col_left{
	float: left;
	width: 571px;
	padding: 30px 22px;
}
#col_left:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0.1em;
}
#col_right{
	float: right;
	width: 197px;
	padding: 30px 58px 30px 30px;
}
#content:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0.1em;
}
#footer{
	width: 900px;
	margin: 10px auto 20px auto;
	
}
#footer p{
	text-align: center;
}
.contbox {
	padding-bottom: 35px;
	border-bottom: 1px solid #343a3d;
}
.contbox p {
	margin-bottom: 16px;
}

.contbox img {
	max-width: 571px;
	height: auto;
}
.contbox img.left {
	float: left;
	max-width: 270px;
	margin: 0 10px 0 0;
}
.contbox img.right {
	float: right;
	max-width: 270px;
	margin: 0 0 0 10px;
}

/*navigation*/
#navigation{
	
	position: absolute;
	top:25px;
	
	right: 22px;
}
#navigation li{
	
	float: left;
	
}
#navigation a {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration:none;
	padding:10px 15px 35px 15px;;
	background-color:#000;
	border-bottom: 3px solid #fff;
	color:#fff;
	margin-right: 1px;
	font-weight: normal;
}
#navigation a:hover{
	border-bottom: 3px solid #05c7c0;
	color:#05c7c0;
}
#navigation li.selected a{
	border-bottom: 3px solid #05c7c0;
	color:#05c7c0;
}
#imagem{
	position: absolute;
	top:142px;
}
#search{
	position: absolute;
	top: 105px;
	left: 22px;
}

#slogan{
	position: absolute;
	top: 100px;
	right: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:28px;	
	font-weight: normal;
	color: #95ca05;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}
h2{
	padding: 30px 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
h3{
	padding: 30px 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
h4{
	padding: 30px 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
}
h5{
	padding: 30px 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}
.submenu {
	padding: 30px 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
#search input{
	float: left;
	background-color: #141718;
	border: 1px solid #393e41;
	padding: 3px;
	color: #fff;
	width: 152px;
}
#search .btn{
	border: 0;
	margin: 0 0 0 7px;
	padding: 0;
	width: auto;
}

#leftmenu{
	padding-bottom: 10px;
	border-bottom: 1px solid #343a3d; 
}
#leftmenu li{
	margin-bottom: 20px;
	}
#leftmenu li p.date{
	color: #95ca05;
	font-weight: bold;
}
#leftmenu li p.archive{
	padding-left: 25px;
}
#contacts h2{
	margin-top: 20px;
}
.green{
	color: #95ca05; 
}
.clear {
	clear: both;
}










@media screen and (max-width: 680px) {


html *{
	padding: 0;
	margin: 0;
}
a img, :link img, :visited img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}

p{
	line-height: 18px;
}
/*  global reset */



/* base html */

body {
  background-color: #343a3d;
  background-image: none;
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;/*this is in place to center in older browsers*/
}
a {
 text-decoration: none;
 color:#05c7c0;
}
a:link {/* unvisited link */
 color:#05c7c0;
}     
 
a:hover { /* mouse over link */
 color:#05c7c0;
 text-decoration: underline;
}  
a:active {/* selected link */
 color:#05c7c0;
}



/* end base html */
/*  layout */
#wrapper{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background: #2d3235;
}
#header{
	width: calc(100% - 20px);
	padding: 20px 10px 25px 10px;
	height: auto;
	background: #262b2e;
	position: relative;
}
#header .titlelogo {
	position: relative;
	top:0;
	left:0;
	width: 100%;
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#fff;
	font-weight: bold;
}
#header .titlelogo a {
	text-decoration: none;
	color:#fff;
}

#content{
	float: none;
	width: 100%;
	background-color: #2d3235;
	background-image: none;
}
#col_left{
	float: none;
	width: calc(100% - 20px);
	padding: 20px 10px;
}
#col_right{
	float: right;
	width: calc(100% - 50px);
	padding: 30px 25px;
}
#footer{
	width: 100%;
	margin: 10px auto 20px auto;
	
}
#footer p{
	text-align: center;
}
.contbox {
	padding-bottom: 35px;
	border-bottom: 1px solid #343a3d;
}
.contbox p {
	margin-bottom: 16px;
}

.contbox img {
	max-width: 100%;
	height: auto;
}
.contbox img.left {
	float: left;
	max-width: 50%;
	margin: 0 10px 0 0;
}
.contbox img.right {
	float: right;
	max-width: 50%;
	margin: 0 0 0 10px;
}

/*navigation*/
#navigation{
	display: none;
}
#imagem{
	position: relative;
	top:0;
	width: 100%;
}


#slogan{
	position: relative;
	top: 0;
	right: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;	
	font-weight: normal;
	color: #95ca05;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}
h2{
	padding: 30px 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
h3{
	padding: 30px 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
}
h4{
	padding: 30px 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
}
h5{
	padding: 30px 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}
.submenu {
	padding: 30px 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
#search input{
	float: left;
	background-color: #141718;
	border: 1px solid #393e41;
	padding: 3px;
	color: #fff;
	width: 152px;
}
#search .btn{
	border: 0;
	margin: 0 0 0 7px;
	padding: 0;
	width: auto;
}

#leftmenu{
	padding-bottom: 10px;
	border-bottom: 1px solid #343a3d; 
}
#leftmenu li{
	margin-bottom: 20px;
	font-size: 15px;
	}
#leftmenu li a {
	display: block;
}
#leftmenu li p.date{
	color: #95ca05;
	font-weight: bold;
}
#leftmenu li p.archive{
	padding-left: 25px;
}
#contacts h2{
	margin-top: 20px;
}
.green{
	color: #95ca05; 
}
.clear {
	clear: both;
}


}



