/* CSS Document */
/*defined the css style to whole site*/

html {																			
	min-height: 100%;         /* when there is scroll on the page, the backgroung cover all the screamplayer */
	font-size : 100%;
	margin-top: 7px;
}

body, img{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	color: #313030;
	font-size: 11.5px;
	line-height: 140%;
	text-align: justify;
	padding-left: 0px;	
}

.space {
	padding-bottom: 5px;
}

h1 {
	font-size: 12px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #e235b3;
	padding-left: 0px;
	padding-top: 3px;
	text-transform: uppercase;	

}

h2 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #604057;
	padding-left: 0px;
	padding-top: 4px;
	text-transform: uppercase;	
}

h3 {
	font-size: 11.5px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#373040;
	padding-left: 0px;
	padding-top: 0px;
	text-transform: capitalize;
}

strong {
    color: #373040;
}

.bold_list{
   color: #373040;
   font-weight: bold;
}

a:link {
	color: #e235b3;
	text-decoration: none;
	font-weight: normal;	
}

a:visited {
    color: #e235b3;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
    color: #996699;
	text-decoration: underline;
}

ul {
	color: #313030;
	font-size: 11.5px;
	line-height: 140%;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

li {
	text-align: justify;
	list-style-type: none;
	padding-bottom: 3px;
}

.lista_public {								/* it gives style to the list of the public art section*/
	text-align: justify;
	list-style-type: none;
	padding-bottom: 6px;
}

.lista_related {								/* it gives style to the list to make click on art related*/
	text-align: justify;
	list-style-type: disc;
	padding-bottom: 2px;
	padding-top: 0px;
	margin-left: 23px;
	color: #373040;
}

.lista_statement {								
	text-align: justify;
	list-style-type: none;
	padding-bottom: 7px;
	padding-top: 10px;
	margin-left: 6px;
	color: #373040;
}

.lista {									/* it gives style to the list of the links section */
	margin-right: 7px;
	margin-top: 5px;
	border: #ffffff 1px solid;
	margin: auto;
	display: block;
}
.td_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;    
}


.date {
	font-size: 11px;
	font-weight: bold;
	color: #373040;
	text-align: left;
	padding-right: 10px;
	line-height: 140%;	 
}

.date_public {
    font-size: 10px;
	font-weight: bold;
	color: #666666;
	line-height: 140%;	 
}

.logo {
	width: 260px;
	height: 68px;
	padding-top: 3px;

}

#border {
	background: url(../images/rest/pie.jpg) repeat-x bottom;
	width: 760px;
	height: 1px;
	margin: auto;
	padding-top: 8px;
	clear: both;
}

/* --== Footer Styles=-- */
#footer {
	width: 760px;
	height: auto;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #373040;
	font-weight: normal;
	background-color: transparent;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#footer td {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}

#footer a:link {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e235b3;
	font-weight: normal;
}

#footer a:visited {
	color: #e235b3;
	font-weight: normal;
}

#footer a:hover {
	color: #996699;
	text-decoration: underline;
}

/* --== Navigation Styles ==-- */
#navigation {
	height: 72px;
	width: 760px;
	margin: 0 auto 10px;
	padding-top: 2px;
}
#navigation ul {
	margin: -23px 5px 0px 277px;
	padding: 0px;
}
#navigation li {
	list-style: none;
	display: block;
	float: left;
	padding: 0px 5px;
}
#navigation li a {
	display: block;
	text-indent: -5000px;												/* Hides the text for the image replacement */
	text-decoration: none;
}
a#statement {
	width: 81px;
	height: 22px;
	background: url(../images/rest/statement.png) no-repeat top center;
}
a#statement:hover {
	background: url(../images/rest/statement_hov.png) no-repeat top center;
}
a.current#statement {
	background: url(../images/rest/statement_hov.png) no-repeat top center;
}
a#profile {
	width: 48px;
	height: 22px;
	background: url(../images/rest/profile.png) no-repeat center top;
}
a#profile:hover {
	background: url(../images/rest/profile_hov.png) no-repeat top center;
}
a.current#profile {
	background: url(../images/rest/profile_hov.png) no-repeat top center;
}
a#works {
	width: 54px;
	height: 22px;
	background: url(../images/rest/works.png) no-repeat top center;
	}
a#works:hover {
	background: url(../images/rest/works_hov.png) no-repeat top center;
}
a.current#works {
	background: url(../images/rest/works_hov.png) no-repeat top center;
}
a#news {
	width: 48px;
	height: 22px;
	background: url(../images/rest/news.png) no-repeat top center;
}
a#news:hover {
	background: url(../images/rest/news_hov.png) no-repeat top center;
}
a.current#news {
	background: url(../images/rest/news_hov.png) no-repeat top center;
}
a#publicart {
	width: 75px;
	height: 22px;
	background: url(../images/rest/publicart.png) no-repeat top center;
}
a#publicart:hover {
	background: url(../images/rest/publicart_hov.png) no-repeat top center;
}
a.current#publicart {
	background: url(../images/rest/publicart_hov.png) no-repeat top center;
}
a#contact {
	width: 66px;
	height: 22px;
	background: url(../images/rest/contact.png) no-repeat top center;
}
a#contact:hover {
	background: url(../images/rest/contact_hov.png) no-repeat top center;
}
a.current#contact {
	background: url(../images/rest/contact_hov.png) no-repeat top center;
}
a#links {
	width: 36px;
	height: 22px;
	background: url(../images/rest/links.png) no-repeat top center;
}
a#links:hover {
	background: url(../images/rest/links_hov.png) no-repeat top center;
}
a.current#links {
	background: url(../images/rest/links_hov.png) no-repeat top center;
}

