/* 
* Amazium V1.3
* Copyright 2012, Mike Ballan
* www.amazium.co.uk
*/

/***** Screen 960px *****/


.top			 								{ margin:0 auto; margin-top:30px; }	
.base											{ margin:0 auto; margin-bottom:40px; }	
span.example									{ margin-bottom:5px; padding:5px 0 5px 0; background-color:#eee; text-align:center; width:100%; display:block; }

.gradiente										{
												background: rgb(57,181,74); /* Old browsers */
												background: -moz-linear-gradient(left,  rgba(57,181,74,1) 0%, rgba(27,117,188,1) 100%); /* FF3.6+ */
												background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(57,181,74,1)), color-stop(100%,rgba(27,117,188,1))); /* Chrome,Safari4+ */
												background: -webkit-linear-gradient(left,  rgba(57,181,74,1) 0%,rgba(27,117,188,1) 100%); /* Chrome10+,Safari5.1+ */
												background: -o-linear-gradient(left,  rgba(57,181,74,1) 0%,rgba(27,117,188,1) 100%); /* Opera 11.10+ */
												background: -ms-linear-gradient(left,  rgba(57,181,74,1) 0%,rgba(27,117,188,1) 100%); /* IE10+ */
												background: linear-gradient(to right,  rgba(57,181,74,1) 0%,rgba(27,117,188,1) 100%); /* W3C */
												filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b54a', endColorstr='#1b75bc',GradientType=1 ); /* IE6-9 */
}

.barra											{ padding-top: 4px; }
.menu											{ text-align: right; }
.menu_item										{ margin-left: 20px; display: inline; }
.menu_item a									{ font-size: 24px; color: #FFF; font-weight: 700; text-decoration:none; transition-property:color .1s linear 0s; -moz-transition:color .1s linear 0s; -webkit-transition:color .1s linear 0s; -o-transition:color .1s linear 0s; }
.menu_item a:hover								{ font-size: 24px; color: #CCC; font-weight: 700; text-decoration:none; }

.rodape											{ padding-top: 16px; }

.campo {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 14px;
	color: #073C53;
	background-color: #DDD;
	text-align: left;
	border: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right:0px;
	padding-left:0px;
}
input {
	text-indent: 12px;
}
select {
	text-indent: 8px;
}
::-webkit-input-placeholder {
   color: #073C53;
}
select[disabled] { background-color: #DDD; }

strong {
	cursor: pointer;
}

/***** Screen Bigger than 960px *****/
@media only screen and (min-width:1200px) {

.example										{ margin:0; padding:0; }

}



/***** Tablet (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.example										{ margin:0; padding:0; }

}



/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 767px) {

.example										{ margin:0; padding:0; }
.gradiente										{ padding: 8px; }

.menu_item										{ margin: 0px; text-align:center; display: block; }
.menu_item a									{ font-size: 24px; line-height: 48px; }

}


	
/***** Phone (landscape 420px) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
.example										{ margin:0; padding:0; }
.gradiente										{ padding: 8px; }

.menu_item										{ margin: 0px; text-align:center; display: block; }
.menu_item a									{ font-size: 24px; line-height: 48px; }

}



/***** Retina *****/
@media only screen and (-webkit-min-device-pixel-ratio:1.5) {

.example										{ margin:0; padding:0; }

}

