/*
Theme Name: Garden Hotel
Theme URI: http://www.cmstudio.com.br/
Description: Tema Cafe criado por CMstudio para Garden Hotel.
Version: 1.0
Author: Elton Gomes
Author URI: http://www.cmstudio.com.br/
Tags: garden, tema, cmstudio

	Garden v1.0
	 http://www.cmstudio.com.br
*/



/* Begin Typography & Colors */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #482819;
	background-image: url(images/fundo.jpg);
}
.oneColFixCtrHdr #container {
	width: 820px;
	margin: 0 auto;
	text-align: justify;
}
.oneColFixCtrHdr #header {
	background-image: url(images/top.jpg);
	background-position:top;
	width: 100%;
	height: 258px;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.oneColFixCtrHdr #top {
	padding: 10px 0 0 0;
	width: 820px;
	height: 185px;
	z-index: 2;
}
.oneColFixCtrHdr #top_logo {
	float:left;
}
.oneColFixCtrHdr #mainContent {
	padding: 5px 18px;
	margin: 0 auto;
	background-color: #30180c;
	background-image: url(images/top_content.jpg);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 1;
	position: relative;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background: #251710;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #menu {
	z-index: 100;
	position: relative;
	*margin: 10px 40px 0 -40px;
}
body,td,th {
	font-size: 12px;
	color: #EFE8BC;
}
a:link {
	color: #F7F4DD;
	text-decoration: none;
}
a:visited {
	color: #D3CC9A;
	text-decoration: none;
}
a:hover {
	color: #F7F9B3;
	text-decoration: underline;
}
a:active {
	color: #FBFAEE;
	text-decoration: none;
}
/* INICIO DO CÃ“DIGO COPIADO DO STYLE.CSS DO KUBRICK */

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.entry p a:visited {
	color: #b85b5a;
	}
.postmetadata {
	clear: both;
}
.alignleft {
	float: left
	}
.alignright {
	float: right;
	}
.center {
	text-align: center;
	}

/* FIM DO CÃ“DIGO COPIADO DO STYLE.CSS DO KUBRICK */
