@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1,4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Fim Reset */

img#logo {
position:absolute;
left:65px;
top:92px;
border:0;
}

img#img_items {
	padding:5px;
}

h1 {
	color:#000;
	font-family: Georgia, 'Times New Roman', serif;
    font-size: 10px;
	text-transform: uppercase;
	font-weight:normal;
	font-style:italic;
	padding-bottom:7px;
	padding-bottom:7px;
	border-bottom:2px dotted;
}

h2 {
	color:#f6f6f6;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 9px;
	text-transform: uppercase;
	font-weight:normal;
	padding-bottom:7px;
	border-bottom:2px dotted;
	font-style:normal;
}

h3 {
	color:#000;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 9px;
	text-transform: uppercase;
	font-weight:normal;
	padding-bottom:7px;
	border-bottom:2px dotted;
	font-style:normal;
	width:280px;
	margin-left:3px;
}

a.hlink:link {color:#000; text-decoration:none;}
a.hlink:visited {color:#000; text-decoration:none;}
a.hlink:hover {color:#000;}
a.hlink:active {color:#000;}

.texto_items {
	color:#f6f6f6;
	font-family: Georgia, 'Times New Roman', serif;
    font-size: 11px;
	font-style: italic;
	display: block;
	line-height: 140%;
	padding:10px;
}


.menu {
	color:#f6f6f6;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 8px;
	text-transform: uppercase;
	font-weight:normal;
	text-decoration:none;
	margin-top:5px;
	line-height:350%;
}

a.menu:link {color:#666; border-bottom:2px dotted; text-decoration:none; padding-bottom:5px;}
a.menu:visited {color:#666; border-bottom:2px dotted; text-decoration:none; padding-bottom:5px;}
a.menu:hover {color:#000; border-bottom:2px dotted #000; padding-bottom:5px;}
a.menu:active {color:#000; border-bottom:2px dotted #000; padding-bottom:5px;}

a.items_link:link {color:#fff; text-decoration:none;}
a.items_link:visited {color:#fff; text-decoration:none;}
a.items_link:hover {color:#fff; background-color:#666;}
a.items_link:active {color:#000;}

.box:hover {background-color:#666;}

.fixo {
    margin: 3px;
	background-color:#fff;
	color:#71752b;
	float:left;
}

#conteudo_fixo {
	width:516px;
	position:relative;
	float:left;
	overflow-x: hidden;
}

#texto {
	color:#666;
	width:280px;
	margin:3px;
	margin-top:10px;
	font-family: Baskerville, Georgia, 'palatino linotype', 'times new roman', serif;
	line-height:160%;
    font-size: 0.75em;
}

#texto a {
	color: black;
	font-family: Baskerville, Georgia, 'palatino linotype', 'times new roman', serif;
	line-height:160%;
	text-decoration: none;
}

#texto a:hover {}

#texto p {
	padding-top:1em;
}

#texto a.list   	  { font-size: 11px; color: #666; line-height: 140%; display: block; border-bottom: #CCC 1px dotted; padding: 10px 0 10px 0; margin: 0 0 0 20px;
						transition:.3s ease; -moz-transition:.3s ease; -webkit-transition:.3s ease; -o-transition: .3s ease-out }
#texto a.list.last    {  border-bottom: none; padding: 10px 0 0 0 }
#texto a.list .title  { font-style: italic; color: black; font-size: 10px; text-transform: uppercase; display: block; padding-bottom: 3px }
#texto a.list .cv     { display: block; padding-top: 3px; color: #ccc; transition:.3s ease; -moz-transition:.3s ease; -webkit-transition:.3s ease; -o-transition: .3s ease-out }

#texto a.list:hover .cv { color: #000000 }

#legenda {
	color:#666;
	width:280px;
	margin-top:10px;
	font-family: Baskerville, Georgia, 'palatino linotype', 'times new roman', serif;
	line-height:160%;
    font-size: 0.75em;
	font-style:italic;
}

#data {
	margin-top:10px;
	font-style:italic;
    font-size: 1em;
	padding-top:7px;
	border-top:2px dotted #666;
}

#thumbs {
	padding-left:516px;
}

/**** Masonry CSS ****/

.wrap {
    background: #FFF;
    border: 0px solid #fff;
	padding-top:92px;
	padding-left:242px;
	padding-bottom:92px;
	margin-bottom: 20px;
/**	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; **/
}

.wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#grid-content {
		padding-right:185px;
}

.boxmenu {
    margin: 3px;
    float: left;
	background-color:#fff;
	color:#71752b;
}

.box {
    margin: 3px;
/**    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; **/
    float: left;
	background-color:#71752b;
	color:#f6f6f6;
}

.col1 { width: 146px; padding: 10px; }
.col2 { width: 166px; }
.col3 { width: 384px; padding: 10px; }
.col4 { width: 510px; }
.col5 { width: 480px; }

.col1 img { max-width: 166px; }
.col2 img { max-width: 166px; }
.col3 img { max-width: 280px; }
.col4 img { max-width: 5100px; }
.col5 img { max-width: 480px; }

/************form************/

label { color:#666; }

input, select {
  width:150px;
}

input, textarea, select {
  border:1px solid #bbb;
  padding:2px;
  background:#eee;
  margin-top:2px;
}

input.checkbox {
  width:15px;
  background:none;
  border:0;
}

input.radio_button {
  width:15px;
  background:none;
  border:0;
}

input.small, select.small {
  width:50px;
}

input.large, select.large {
  width:200px;
}

input.extra_large, select.extra_large {
  width:300px;
}

input:hover, textarea:hover, select:hover {
  border:1px solid #71752B;
}

input:active, textarea:active, select:active {
  border:1px solid #71752B;
}

input.submit:hover {
  
  cursor: pointer;
}

.sliderHome { overflow-y: hidden; width:510px; height: 253px; }

/*////////////////////////////////////////////////////////////////////////////////// Entrada */
#logo_branco{position:absolute; left:65px; top:92px; border:0; z-index:10001; background-image: url('../img/arte-restauro_branco.png'); width: 110px; height: 110px; background-repeat: no-repeat}
#entre_imag{position:fixed; overflow:hidden; width:100%; height:100%; z-index:10}
#entre_imag div{position:absolute; width:250%; height:250%; top:-25%;left:-25%}
#entre_imag td{vertical-align:middle;text-align:center}
#entre_imag img{min-height:50%;min-width:50%;margin:0 auto}


#holderBuran { width:100%; position:fixed; vertical-align: baseline;left:0; z-index:1; bottom:0; }
#byburan { background-image: url('../images/buran.png'); background-repeat: no-repeat; width: 35px; height: 16px; opacity:0.15; filter: alpha(opacity=15); cursor: pointer; margin: 0 15px 15px 0; float: right;  }

.hidden { display: none !important }

#whiteBg { position:fixed; left:0; top:0; overflow:hidden; z-index:10000; background-color: #fff; height:100%; width:100%; }
.heightPlaceholder { display: block; height: 5px }