/*  
Theme Name: La Ladina
Theme URI: http://www.bagaweb.com/
Description: WordPress theme for <a href="http://www.laladina.com/">laladina.com</a>.
Author: baga
Author URI: http://www.bagaweb.com/
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, select, button, p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
}
a {
	outline: none;
	text-decoration: none;
	color: #9bbb59;
}
a:hover {
	color: #999;
}
ul { 
	list-style: none;
}
.clearer {
	clear: both;
	height: 0;
    line-height: 0;
}
body {
	background: #9bbb59;
}
#header {
	margin: 0 auto;
	width: 980px;
	height: 240px;
	background: url(img/logo.png) left bottom no-repeat;
}
#header h1 {
	text-indent: -9999px;
}
#header h2 {
	text-indent: 30px;
	padding: 10px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #ffff00;
}
#nav-wrapper {
	background: #000;
}
#nav {
	margin: 0 auto;
	width: 960px;
	height: 42px;
	padding: 0 10px;
}
#nav li {
	float: left;
}
#nav li a {
	font-size: 1em;
	padding: 9px 20px;
	display: block;
	color: #fff;
	text-transform: uppercase;
}
#nav li.current_page_item a {
	color: #9bbb59;
}
#nav li a:hover {
	color: #ffff00;
}
#nav li.active {
	display: none;
}
#nav #qtrans_language_chooser {
	float: right;
}
#content-wrapper {
	background: #fff;
}
#content-wrapper.home {
	background: #fff;
	background: url(img/bg-content.jpg) center top no-repeat;
	height: 800px;
}
#content {
	width: 920px;
	margin: 0 auto;
	padding: 30px;
}
#content p {
	clear: both;
	padding: 8px 0;
	color: #333;
	font-size: 1.0em;
    line-height: 1.4em;
	text-align: justify;
}
#content p a {
	text-decoration: underline;
}
#content table {
	width: 920px;
	margin: 0 0 20px 0;
}
#content th, #content td {
	color: #333;
	font-size: 1.0em;
	text-align: center;
	border: 1px solid #461f00;
	padding: 4px 0;
}
#content th {
	background: #666;
	color: #fff;
	font-weight: normal
}
#content #google-map {
    float: left;
	width: 920px;
	height: 460px;
	border: 1px solid #ccc;
	margin: 15px 0;
}
#content #google-map p {
	text-align: left;
}
#content .form-left, #content .form-right {
	float: left;
	width: 440px;
}
.wpcf7-form {
	margin: 20px 0 0 0;
}
#content .form-left {
	margin: 0 40px 0 0;
}
#content .form-center {
	text-align: center;
}
#content input, #content textarea {
	border: 1px solid #ccc;
	margin: 10px 0;
	color: #333;
	font-size: 1.0em;
}
#content input {
	width: 438px;
	height: 20px;
}
#content p.send input {
	background: url(img/bg-send.png) no-repeat;
	border: 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
	width: 220px;
	height: 60px;
}
#content textarea {
	width: 918px; 
	height: 80px;
	overflow: hidden;
}
#content label small {
	font-size: 0.7em;
}
#footer-wrapper {
	clear: both;
	background: #9bbb59;
	border-top: 1px solid #000;
}
#footer {
	margin: 0 auto;
	width: 980px;
	height: 44px;
}
#credits {
	clear: both;
	width: 980px;
	margin: 0 auto;
}
#credits p {
	color: #333;
	font-size: 0.7em;
	text-align: center;
	padding: 13px 0 0 0;
}
#credits p a {
	color: #000;
}
#credits p a:hover {
	color: #ffff00;
}
