/* ================================================================================================================== */
/* corpo */
/* ================================================================================================================== */

#newsDetails { display: block; position: relative; width: 1100px; margin: 0 auto; padding: 40px 0 0 0; }

@media all and ( min-width: 600px ) and ( max-width: 1099px ) {
	#newsDetails { width: 600px; padding: 40px 0 20px 0; }
}
@media all and ( max-width: 599px ) {
	#newsDetails { width: 320px; padding: 40px 0 20px 0; }
}

/* ================================================================================================================== */
/* titulo */
/* ================================================================================================================== */

#newsDetails div.title { display: block; position: relative; width: 100%; max-height: 100px; margin: 25px auto 0 auto; }
	#newsDetails div.title h1 { display: block; position: relative; width: auto; font-family: 'ArialRoundedMTLight', sans-serif; font-size: 40px; line-height: 50px; text-align: center; }

@media all and ( min-width: 600px ) and ( max-width: 1099px ) {
	#newsDetails div.title { max-height: none; }
		#newsDetails div.title h1 { font-size: 30px; line-height: 35px; }
}
@media all and ( max-width: 599px ) {
	#newsDetails div.title { max-height: none; }
		#newsDetails div.title h1 { font-size: 22px; line-height: 30px; }
}

/* ================================================================================================================== */
/* corpo do artigo */
/* ================================================================================================================== */

#newsDetails div.container { display: block; position: relative; width: 1100px; min-height: 200px; margin: 55px 0 0 0; float: right; }

@media all and ( min-width: 600px ) and ( max-width: 1099px ) {
	#newsDetails div.container { width: 600px; }
}
@media all and ( max-width: 599px ) {
	#newsDetails div.container { width: 320px; }
}

/* ================================================================================================================== */
/* fotografias e botoes de avancar e retroceder no artigo */
/* ================================================================================================================== */

#newsDetails div.photosAndControls { display: block; position: relative; width: 1100px; height: 435px; overflow: hidden; background-color: #ffffff; }
	#newsDetails div.photosAndControls div.photos { display: block; position: absolute; top: 15px; left: 82px; width: 936px; height: 405px; overflow: hidden; }
		#newsDetails div.photosAndControls div.photos a { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
		#newsDetails div.photosAndControls div.photos a:first-child { display: block; }
			#newsDetails div.photosAndControls div.photos a img { display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; max-width: 100%; max-height: 100%; }

@media all and ( min-width: 600px ) and ( max-width: 1099px ) {
	#newsDetails div.photosAndControls { width: 600px; height: 400px; }
		#newsDetails div.photosAndControls div.photos { width: 436px; height: 380px; }
}
@media all and ( max-width: 599px ) {
	#newsDetails div.photosAndControls { width: 320px; height: 300px; }
		#newsDetails div.photosAndControls div.photos {top: 10px; left: 57px; width: 206px; height: 280px; }
}

/* ================================================================================================================== */
/* descricao */
/* ================================================================================================================== */

#newsDetails p.description { display: block; position: relative; width: 650px; margin: 50px auto 35px auto; line-height: 20px; }

@media all and ( min-width: 600px ) and ( max-width: 1099px ) {
	#newsDetails p.description { width: 550px; margin: 30px auto 35px auto; text-align: left; }
}
@media all and ( max-width: 599px ) {
	#newsDetails p.description { width: 260px; margin: 30px auto 35px auto; text-align: left; }
}

/* ================================================================================================================== */
/* voltar */
/* ================================================================================================================== */

#newsDetails a.back { display: block; position: relative; width: auto; margin: 50px 0 0 0; line-height: 20px; font-family: 'ArialRoundedMTBoldRegular', sans-serif; font-size: 14px; text-decoration: none; }
#newsDetails a.back:hover { text-decoration: underline; }

@media all and ( min-width: 600px ) and ( max-width: 1099px ) {
	#newsDetails a.back { display: inline-block; margin: 30px auto 0 auto; padding: 5px 10px; text-align: center; border: 1px solid #3b2416; border-radius: 4px; }
	#newsDetails a.back:hover { background-color: #3b2416; color: #ffffff; }
}
@media all and ( max-width: 599px ) {
	#newsDetails a.back { display: inline-block; margin: 30px auto 0 auto; padding: 5px 10px; text-align: center; border: 1px solid #3b2416; border-radius: 4px; }
	#newsDetails a.back:hover { background-color: #3b2416; color: #ffffff; }
}