/* BACKGROUND */
body.home div.background {
	background:url("../img/content/picture-lipstick.jpg") 100% 100% no-repeat;
}

body.centro-beleza div.background,
body.galeria-fotos div.background {
	background: url("../img/content/bg-flowers.jpg") 100% 100% no-repeat;
	border: 1px solid #FFF;
}

body.centro-beleza div#container,
body.galeria-fotos div#container
{ background: none;}

body.centro-beleza div.sub-header,
body.galeria-fotos div.sub-header
{
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0;
}

div#container {
	width: auto; 
	padding-bottom: 10px;
}

div#content{
	width: 900px;
	margin: 0 auto 0 auto;	
}

div#content p {
 font-size: 13px;
 line-height: 25px;
}

div#content-left {
	width: 550px;	  
	float: left;
}

/* NAVIGATION */

div#menu ul.menu-itens li a:hover,
body.galeria-fotos div#menu ul.menu-itens li.gallery a,
body.home div#menu ul.menu-itens li.home a,
body.centro-beleza div#menu ul.menu-itens li.beauty a {
	color:#fff;
	height:33px;
	border-bottom: solid 1px #FF0000;
	background: url("../img/navbar/seta.gif") 50% 93% no-repeat;
}


/* TITLES */

body.galeria-fotos div#content h3,
body.centro-beleza div#content h3 { 
	height: 50px;
	text-indent: -100000000px;
	background: url("../img/content/title-gallery.gif") 0 20px no-repeat;
}

body.centro-beleza div#content h3 { 
	background: url("../img/content/title-centro-beleza.gif") 0 20px no-repeat;
}

/* GALLERY */


fieldset.category {
	padding: 10px;
}

fieldset.category label {
	font-weight: normal;
	color: #C51010;
	padding-right: 10px;
}

fieldset.category label.category-detail {
	font-weight: normal;
	color: #000;
	padding-left: 30px;
}


fieldset.category select {
	width: 260px;
	padding: 2px;
	border: 1px solid #E2E2E2;
}

fieldset.category select option {
	text-indent: 10px;
}

/* BOX SECUNDARY */

ul.box-secundary {
	width: 250px;
	float: right;
	margin: 0;
}

ul.box-secundary li {
	width:115px;
	float: left;
	list-style:none;
	padding: 10px 10px 0 0;
}

/* GALlERY */

div.content {
	/* 
		The display of content is enabled by a javascript generated style on the page.
		This is so that the slideshow content won't display unless javascript is enabled.
	*/
	display: none;
	float:right;
	width: 545px;
	margin-top: 5px;
}

div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}

div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}

div.controls {
	margin-top: 5px;
	height: 23px;
}

div.controls a {
	padding: 5px;
}

div.ss-controls {
	float: left;
}

div.nav-controls {
	float: right;
}

div.loader {
	background-image: url("loader.gif");
	background-repeat: no-repeat;
	background-position: center;
	width: 545px;
	height: 350px
}

div.slideshow {
	clear: both;
}

div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}

div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}

div.slideshow img {
	border: none;
	display: block;
}

div.download {
	float: right;
}

div.embox {
	clear: both;
	border: 1px solid #ccc;
	/*background-color: #eee;*/
	padding: 12px;
}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}

div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
	text-indent: -1000000px;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}

