/*
Nome do Tema: Recanto dos Amigos
*/

@import url("css/reset.css");

/*page styles*/
body {
	color: #666;
	font-Family: Verdana, sans-serif;
	background: #F60 url(img/bodybg.jpg) repeat-y center;
}
#wrapper {
	margin: auto;
	width: 900px;
	overflow: hidden;
	background: #fff;
}
/*atendimento*/
#atendimento {
	top: 15px;
	left: 300px;
	width: 200px;
	height: 53px;
	text-align: left;
	margin-left: 150px;
	position: absolute;
}
#atendimento p {
	margin-bottom: 10px;
}
/*top info*/
#header {
	clear: both;
	width: 100%;
	padding: 10px;
	height: 118px;
	background: url(img/header.html) no-repeat;
}
#header h1 {
	float: left;
}

#header h1 a {
	width:350px;
	height:118px;
	display:block;
	overflow:hidden;
}

/*Menu*/
#menu {
	float: right;
	margin: 90px 10px 0 0;
	text-align: right;
}
#menu li {
	display: inline;
}
#menu li a {
	color: #444;
	height: 19px;
	font-size: 13px;
	padding: 0 10px;
	background: none;
	text-decoration: none;
	border-right: 1px solid #ccc;
}
#menu li a:hover {
	background: none;
	color: #4d8db9;
}
#menu .last a {
	border: none;
}
/*homepic*/
#homepic {
	width: 100%;
	height: 310px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
/*Content*/
#content {
	float: left;
	width: 100%;
	background: url("img/contentbg.png");
}
.homeTopic {
	float: left;
	width: 270px;
	display: inline;
}
.homeTopic h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0;
}
.homeTopic h2 a {
	color: #555;
	text-decoration: none;
}
.homeTopic img {
	margin-bottom: 10px;
}
.homeTopic p {
	line-height: 130%;
	font-size: 12px;
	margin-bottom: 10px;
}
.homeTopic p a {
	color: #4D8DB9;
}
#homeAcomo {
	margin-left: 25px;
}
#homeBC {
	margin: 0 20px;
}
/*Páginas*/
#paginas h2 {
	color: #555;
	font-size: 18px;
	padding: 15px 20px 10px 20px;
}
#paginas h3 {
	color: #4D8DB9;
	font-size: 18px;
	font-weight: normal;
	padding: 0px 20px 10px 20px;
}
#paginas p {
	font-size: 13px;
	line-height: 100%;
	margin: 0 20px 10px 20px;
}
#paginas p a {
	color: #444;
}
#paginas p a:hover {
	text-decoration: none;
}
#paginas ul, #paginas ol {
	font-size: 13px;
	margin: 0 20px 10px 55px;
}
#paginas ul li, #paginas ol li {
	line-height: 150%;
	list-style-image: url("img/marcador1.png");
}
ul ul li , ol ol li {
	list-style-image: url("img/marcador2.png");
}
#paginas ul a , #paginas ol a {
	color:#444;
	text-decoration:none;
}
#paginas ul a:hover , #paginas ol a:hover {
	color:#fff;
	background:#4d8db9;
	text-decoration:none;
}
/**/
#map {
	font-size: 12px;
	margin: 0 20px 10px 20px;
}
/*Contato*/
#frm label {
	width: 300px;
	display: block;
	cursor: pointer;
	font-size: 13px;
	margin-bottom: 3px;
}
#frm {
	margin: 0 20px;
}
#frm input, #frm textarea {
	color: #555;
	width: 300px;
	padding: 4px 0;
	font-size: 12px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
#frm textarea {
	overflow: auto;
	height: 100px;
	font-family: verdana;
}
#frm button {
	display: block;
}
/*Classes*/
#paginas .mineGallery {
	width:380px;
	float:right;
}
#paginas .mineGallery a {
	float:left;
	padding:3px;
	display:block;
	margin:10px 10px 0 0;
}
/*Galeria*/
.ngg-galleryoverview {
margin:0 15px;
}
.ngg-navigation a {
	color:#666;
	text-decoration:none;
}


/*Footer*/
#footer {
	color: #666;
	width: 900px;
	clear: both;
	font-size: 12px;
	text-align: center;
	background: #fff url("img/footer.png") no-repeat top;
}
#footer p {
	padding: 20px 0 5px 0;
}
#footer a {
	color: #555;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
}
#footer address {
	padding-bottom:20px;
}
