/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

#top-link  { display:none; position:fixed; right:5px; bottom:5px; color:#153C1D; font-weight:bold; text-decoration:none; border:1px black; background:#a5c000; padding:5px; z-index:100;
	
	box-shadow: 5px 5px 20px #000;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
		/* For IE 8 */
		/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";*/
		/* For IE 5.5 - 7 */
		/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');*/
	-ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#000000');
	
	
	
}

div.section {
   overflow: hidden;
}

div.section img {
   height: auto;
   max-width: 100%;
}
#linha1{
	height: 8px;
	background:#153C1D;
	border-left:20px solid #153C1D;
	border-right:20px solid #153C1D;
	margin-left: -20px;
	margin-top: -20px;
}
#linha2{
	height: 8px;
	background:#a5c000;
	border-left:20px solid #a5c000;
	border-right:20px solid #a5c000;
	margin-left: -20px;
	margin-top: -12px;
}

#banner{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


div.container {
  	background:#fff;
	border: 20px solid #fff;
	margin-top: 10px;
	
	box-shadow: 5px 5px 20px #000;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
		/* For IE 8 */
		/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";*/
		/* For IE 5.5 - 7 */
		/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');*/
	-ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#000000');
	
}
body {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93aa00', endColorstr='#a5c000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#93aa00), to(#a5c000)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #93aa00, #a5c000); /* for firefox 3.6+ */
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/