/* HTML5 Boilerplate  */
@charset "UTF-8";

*{margin:0;padding:0}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;min-height:100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #F78320; color: #fff; text-shadow: none; }
::selection { background: #F78320; color: #fff; text-shadow: none; }

a { text-decoration:none;color:#000; }
a:visited { color:#000; }
a:hover { color: #ff9832; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { list-style:none; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }


legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* -------------------------- Global --------------------------- */

.cfix {clear:both}
.link-underline {text-decoration:underline !important}
.link-underline:hover {text-decoration:none !important}
.bg-grey {background:#E5E5E5;border:1px solid #CCC;}

/* ------------------------ Global End ------------------------- */



/* ------------------------ Facebook Plugin -------------------- */

#facebook-btn {
	
position:absolute;
opacity:0.5;
padding:10px;
margin:20px 0 0 690px;
-webkit-transition:opacity 0.5s linear;
-moz-transition:opacity 0.5s linear;
-o-transition:opacity 0.5s linear;
-ms-transition:opacity 0.5s linear;
transition:opacity 0.5s linear;
width:54px;
height:22px;
overflow:hidden;
	
}

#facebook-btn:hover {
	
opacity:1;	
	
}

/* but make the span that holds the comment box larger */
span.fb_edge_comment_widget.fb_iframe_widget iframe
{
    display:none !important;
}

/* ------------------------ Facebook Plugin END ---------------- */



/* -------------------------- Body --------------------------- */

body {

background:url(../img/body_bg.jpg) top left repeat;
color:#333333;

}

#wrap {

width:1024px;
margin:0 auto;
-webkit-box-shadow: 0 0 11px 2px #333333 ;
-moz-box-shadow: 0 0 11px 2px #333333 ;
box-shadow: 0 0 30px 2px #333333 ;   
	
}

/* ----------------------- Boddy End ------------------------- */

/* ------------------------- Header -------------------------- */



header {

height:348px;
background:url(../img/bg_header.jpg) top left no-repeat;
	
}

	#logo {
		
	position:absolute;
	margin:60px 0 0 55px;
		
	}

	#main-menu {
	
	margin:150px 0 0 55px;
	position:absolute;
	width:920px;
	height:70px;
		
	}

		#main-menu > * {
		
		position:absolute;
			
		}

			#concurso{margin:26px 0 0 6px;}
			#regulamento{margin:13px 0 0 123px;}
			#cappuccinos{margin:13px 0 0 645px;}
			#faleconosco{margin:28px 0 0 800px;}

/* ------------------------ Header End------------------------ */


/* -------------------------- Main --------------------------- */

#main {

background:url(../img/bg_wrap.jpg) top left;
	
}

	#main-content {
	
	width:860px;
	margin:0 auto;
	background:#FFF;
	padding:15px;
    min-height:490px;
		
	}
	
	#main-content p {
	
	font-size:17px;
	font-family:Calibri;
		
	}
	
	/* -------------------------- index.html --------------------------- */
		
		#especial {
		
		/*outline:1px solid red;*/
		width:425px;
		float:left;
			
		}	
		
			#especial img{
				
			float:left;		
			margin-left:-5px;
				
			}
		
			#especial p {
						
			clear:both;			
			float:left;				
			margin-left:15px;
				
			}	
			
		#premiacao {
		
		width:420px;
		height:400px;
		float:right;
		background:url(../img/main/item02.jpg) bottom right no-repeat;
			
		}

			#premiacao img{
			
			float:left;
			margin-top:3px;
			margin-left:-5px;
				
			}
		
			#premiacao p {
							
			margin-left:10px;
			width:178px;
			float:left;
			clear:left;			
				
			}	
			
		#participe {
		
		float:left;
		width:395px;
		height:170px;
		margin: 10px 0 0 10px;
			
		}
		
			
			#participe #cardapio-img {
			
			position:absolute;
			margin-top:10px;
				
			}

			#participe #participe-img {
			
			float:right;
			margin-top:6px;
			margin-right:80px;
				
			}
		
			#participe p {
							
			margin-left:10px;
			width:230px;
			float:right;
			clear:right;			
				
			}		
			
			#participe a {
							
			text-decoration:underline;			
				
			}
			
			#participe a:hover {
							
			text-decoration:none;			
				
			}

	/* ------------------------ index.html end -------------------------- */
	
	/* ------------------------ cappuccinos.html ------------------------ */

	ul#cappuccinos-list {
	
	margin:20px 0 30px 0;
		
	}

	ul#cappuccinos-list li {
		
	height:226px;	
		
	}
	
	ul#cappuccinos-list li > img{
	
	float:left;
	width:333px;
		
	}
	
	ul#cappuccinos-list li h2 {
	
	margin:25px 55px 2px 0;	
	color:#d8853a;
	font-weight:bold;
	font-size:25px;
		
	}
	
	ul#cappuccinos-list li p{
	
	margin-right:55px;	
			
	}
	
	
	ul#cappuccinos-list li h2,ul#cappuccinos-list li p {
	
	float:right;
	width:452px;	
		
	}
	
	/* ------------------------ cappuccinos.html end -------------------- */
	
	/* ------------------------ envie.html ------------------------ */

	div#envie {
	
	padding-bottom:30px;
		
	}

	div#envie p {
				
	margin-top:20px;
	font-size:13px;
		
	}	
	
	div#envie form {
				
	font-family:Calibri;
	font-size:13px;
	
	}	
	
	div#envie form label {
				
    width:125px;
	height:20px;
	display:block;
	text-align:right;
	float:left;
	margin:0 8px 0 0;
	clear:left;
	padding-top:5px;
		
	}	
	
	div#envie form input {
	
	height:20px;			
	font-size:13px;
	margin-bottom:6px;
		
	}	

	div#envie h2,ul#regulamentos-list h2 {
		
	color:#541100;			
	border-bottom:1px solid #541100;
	font-weight:bold;
	font-size:15px;
	margin:20px 0 15px 0;
	padding-left:4px;
		
	}
	
	.radiobtn {
	
	height:auto !important;
	margin:6px 6px 0 0;
		
	}
	
	.checkbox {
	
	margin:5px 5px 0 130px;	
	vertical-align:middle !important;	
		
	}
	
	#co_submit,#fale_submit {
		
	margin-left:130px;
	border:0 none;
	background: url(../img/main/concurso/enviar_btn.jpg) top left no-repeat;
	width:76px;
	height:25px !important;
		
	}
	
	#mensagem {
		
	margin-left:130px;
	margin-top:15px;
	
		
	}
	
	.mensagem_erro,.mensagem_ok {
	
	font-size:13px;
	background:#FF6666;
	border-radius:5px;
	display:inline;
	line-height:20px;	
	padding:8px;
	font-weight:bold;
	color:#FFF;
		
	}
	
	.mensagem_ok {
	
	background:#36D178;
	
	}
	
	/* ------------------------ envie.html end -------------------- */
	
	/* --------------------- regulamento.html --------------------- */

	#regulamentos-list {
	
	margin:30px 0 40px 0;
		
	}
	
	#regulamentos-list li {
	
	margin-bottom:5px;
		
	}
	
	#regulamentos-list p {
		
	font-size:13px;
		
	}
	
	
	
	
	/* --------------------- regulamento.html end ----------------- */

/* ----------------------- Main End -------------------------- */

/* ------------------------- Footer -------------------------- */

footer {

height:40px;
background:url(../img/bg_footer.jpg) top left;
	
}

	#footer-content {
	
	width:890px;
	margin:0 auto;
	background:#FFF;
	height:25px;
		
	}

		#footer-content p {
		
		margin-top:0;
		text-align:center;
		font-family:Calibri;
		font-size:12px;
		
		}

/* ----------------------- Footer End ------------------------ */

/* ----------------------- Tipografia ------------------------ */

.f-calibri {font-family:Calibri;}
.c-red {color:red;}

/* --------------------- Tipografia End ---------------------- */

@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
