/*
Theme Name: WKN
Theme URI: http://roveredesign.com.br/
Description: Site WNK
Author: Rovere Design / Luis Gustavo
Version: 1.0
*/


/* Reset browser CSS
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;	
}

/* -------------------------------------------------------
	Elementos Globais
--------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	background-color: #ddd;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
input[type="text"],
input[type="submit"],
input,
textarea {
	color: #333;
	padding: 5px;
	border: 1px solid #ddd;
}
ul {
	list-style: square;
	margin-left: 1.3em;
}
ol {
	list-style: decimal;
	margin: 0 0 10px 1.5em;
}
strong {
	font-weight: bold;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}

/* -------------------------------------------------------
	Estrutura
--------------------------------------------------------*/
#wrap {
	width: 1000px;
	margin: auto;
}

html, body, #wrap {
	height: 100%;
}
 
body > #wrap {
	height: auto; 
	min-height: 100%;}
 
#main {
	overflow:auto;
	padding-bottom: 10px;}  /* deve ter a mesma altura do rodapé */
 
#footer {
	clear: both;
	position: relative;
	margin-top: -10px; /* valor negativo da altura do rodapé */
	min-height: 80px;
	clear:both;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

/*-------------------------------------------------------
	Fontes
--------------------------------------------------------*/
h1,
h2, 
h3,
h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-weight: normal;
}
h2, 
h3,
h4 {
	margin-top: 20px;
}

h1 {font-size: 36px;}
h2 {font-size: 28px;}
h3 {font-size: 20px;}
h4 {font-size: 15px;}

p {
	line-height: 20px;
	font-size: 14px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(images/bg.jpg) repeat-x;
}


/*---------------------------------------------------------
	Header
----------------------------------------------------------*/
#header {
	height: 90px;
}


/**
	Logo
**/
.logo {
	height: 56px;
	float: left;
	margin-top: 10px;
}
.logo h1 {
	text-align: left;
}

#telefone {
	float: right;
	font-size: 24px;
	color: #999;
	margin: 25px 0 0 0;
	letter-spacing: -1px;
}


/*--------------------------------------------------------------
	Menu
-------------------------------------------------------------- */
#nav {
	display: block;
	height: 40px;
	background: url(images/bg-menu.jpg) repeat-x;
}
#nav ul {
	list-style: none;
	font-size: 12px;
	margin: 0 0 0 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#nav ul li {
	line-height: 40px;
}
#nav ul li a {
	color: white;
	float: left;
	margin-right: 25px;
}


/*--------------------------------------------------------------
	Main
-------------------------------------------------------------- */
#main {
	width: 100%;
	margin-top: 20px;
}

/*--------------------------------------------------------------
	Content
-------------------------------------------------------------- */
#content {
	margin: 5px 0px;
	width: 70%;
	float: left;
}
#content p {
	margin-top: 15px;
}
#content ul {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
}
#content ul li {
	line-height: 17px;
	padding: 2px 0;	
}

/**
	Aviso
**/
.aviso {
	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 10px;
	margin-top: 25px;
}
.aviso h4 {
	margin: 0;
	padding: 0;
	color: #F00;
}
.aviso p {
	color: #666;
}

/*--------------------------------------------------------------
	Sidebar
-------------------------------------------------------------- */
#sidebar {
	width: 28%;
	float: right;
}
#sidebar h3 {
	background: #555;
	color: white;
	padding: 8px;
}

/**
	Content Sidebar
**/
.content-sidebar {
	background: #eee;
	padding: 5px;
}
.content-sidebar .thumb {
	float: left;
	margin: 0 5px 0 0;
}
.content-sidebar span {
	font-size: 15px;
	color: #333;
	display: block;
	margin-bottom: 5px;
}
.content-sidebar ul {
	margin: 0;
	list-style: none;
	font-size: 12px;
}
.content-sidebar ul li {
	line-height: 18px;
	color: #333;
	height: 130px;
	margin-bottom: 15px;
}
.content-sidebar ul li a {
	color: #333;
}
.content-sidebar .thumb-m {
	width: 270px;
	margin-bottom: 15px;
}
.content-sidebar .fone {
	display: block;
	font-size: 18px;
	background: #666;
	color: white;
	padding: 5px;
}

/*--------------------------------------------------------------
	Footer
-------------------------------------------------------------- */
#footer {
	background: #47648e;
	margin-top: 15px;
}

/**
	Content Footer
**/
#content-footer {
	width: 1000px;
	margin: auto;
}
.left {
	float: left;
	width: 580px;
	font-size: 14px;
	color: white;
}
.right {
	float: right;
	width: 400px;
	font-size: 14px;
	color: white;
	text-align: right;
}
.right span {
	font-size: 24px;
	display: block;
	margin: 20px 0 0 0;
}

/*--------------------------------------------------------------
	Contato Formulário 
-------------------------------------------------------------- */
.contato-formulario {
	width: 500px;
	float: left;
	font: 12px arial;
}
		
.contato-formulario fieldset {
	padding: 12px;
	margin-bottom: 25px;
}
	
.contato-formulario legend {
	font-size: 20px;
	color: #2787a6;
	font-weight: bold;
}
		
.contato-formulario label {
	color: #666;
}
		
.contato-formulario input {
	width: 450px;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	padding: 5px;
	margin-bottom: 3px;
}
		
.contato-formulario textarea {
	width: 450px;
	height: 120px;
	border: 1px solid #7F9DB9;
	margin-bottom: 3px;
	padding: 5px;
}

.contato-formulario .botao-form {
	background: #000;
	padding: 5px;
	color: #fff;
	border: 0px;
	display: block;
	cursor: pointer;
	margin: 5px 0 0 0;
}

.contato-formulario .botao-form:hover {
	background: #d9144c;
}

/**
	cssform-hone
**/
.cssform-hone input, cssform-hone input[type="text"] {
	width: 250px;
}
.cssform-hone label, .cssform-hone legend {
	font-size: 12px;
}
.cssform-hone .botao-form {
	border: 0;
	color: white;
	background: black;
	padding: 5px 15px;
	cursor: pointer;
	margin: 10px 0;
}
.cssform-hone .botao-form:hover {
	background: #06F;
}

/*--------------------------------------------------------------
	Mapa 
-------------------------------------------------------------- */
.mapa {
	width: 650px;
	margin: 10px 0 0 0;
}
.mapa iframe {
	border: 1px solid #666;
}
.mapa-mobie {
	display: none;
}


/************************************************************************************
	MEDIA QUERIES
*************************************************************************************/
@media screen and (max-width: 480px) {
	body {
		background: none;
	}
	
	h1 {font-size: 25px;}
	h2 {font-size: 20px;}
	h3 {font-size: 18px;}
	
	#wrap, #main, #header, #footer, #content {
		width: 97%;
	}
	.search {
		margin: 0; padding: 0 0 1% 1%; background: #1b85a4; width: 99%;
	}
	
	/**
		Header
	**/
	#telefone {
		display: none;
	}
	
	/**
		Menu
	**/
	#nav {
		margin-top: 1px; background: none; height: auto;
	}
	ul.menu li {
		margin-top: 1px;
	}
	ul.menu li a {
		color: #ddd; background: #333; float: none; width: 90%; padding: 0 5%; display: inline-block;
	}
	ul.menu li a:hover {
		background: #666; text-decoration: none;
	}
	#nav ul li a { float: none;	}
	#nav ul { margin: 0; }
	
	/**
		Sidebar
	**/
	#sidebar {
		display: none;
	}
	
	
	/**
		Footer
	**/
	.widget-footer h3 {
		font-size: 12px;
	}
	#content-footer {
		width: auto;
		padding: 1px 5px 10px 5px;
	}
	.left {
		float: none;
		width: auto;
		font-size: 13px;
	}
	.right {
		border-top: 1px solid white;
		float: none;
		width: auto;
		font-size: 13px;
		text-align: left;
		margin: 20px 0 0 0;
	}
	
	/*
		Contato Formulário 
	*/
	.contato-formulario { width: auto;	}
	.contato-formulario input {width: auto;}
	.contato-formulario textarea {width: 100%; height: auto;}
	
	/*
		Mapa 
	 */
	.mapa {	display: none; }
	.mapa-mobie {display: inline-block}
	.mapa-mobie iframe {
		margin-top: 10px;
		padding: 2px;
		border: 1px solid #ccc;
	}

}



