/****************************************************/
/* Alberto's Art - Maria Torroella                    */
/* aaStyles.css                                     */
/****************************************************/

body { font-family: Arial, Helvetica, sans-serif;
       color: black;
			 font-weight: normal;
			 font-style : normal;
       font-size: 0.8em;
			 text-align: center; }

h1 { font-size: 2.0em; }

h2 { font-size: 1.5em; }

h3 { font-size: 1.2em; }

li { list-style-type: disc; }

hr { color: #D3B438;}

a { text-decoration: none; }
			
a:link {
  color: #008be0; }

a:visited {
	color: #008be0; }

a:hover {
  text-decoration: underline; }
	
a:active {
	font-weight: bolder; }


.container {
  text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	border: 0px solid #000;
}

#homepage {
  margin-top: 50px;
	padding: 0px;
	height: 340px;
	background-color: #05124a;
	border: 1px solid #05124a;
}

#navList {
  float: left;
	width: 190px;
  margin-top: 70px;
	border: 0px solid #fff;
}

#mainContent {
  margin-left: 207px;
  margin-top: 30px;
	height: 285px;
	border: 0px solid #ffff00;
}

#homeintro {
	width: 310px;
	float: right;
	padding: 50px 25px 20px 0px;
	border: 0px solid #ff66cc;
}

#homeintro div { line-height: 1.6em;
                 font-weight: normal; }

#homeimg {
  width: 210px;
	margin: 0px;
	border: 0px solid #fff;
}

#titlename { font-family: "Times New Roman", Times, serif;
     font-size: 2.5em;
		 line-height: 1em !important;
 	 	 color: white;
}

#artistname {
     font-size: 1.1em;
		 font-weight: bold;
		 line-height: 1.5em !important;
 	 	 color: white;
}

#artisttitle {
     font-size: 1.1em;
		 font-weight: bold;
		 line-height: 1.5em !important;
 	 	 color: black;
		 text-align: center;
}

#unique {
  color: #fff;
	font-size: 1.0em;
}

#opening {
  color: #fff;
	font-size: 0.8em;
}

#fineArt { font-size: 0.6em;
		       line-height: 1.1em !important;
 }

#mainImage {
  border: 7px solid #fff;
}

ul.right { direction: rtl;
           padding:10px;
					 margin: 10px;
           color: #008be0;
					 font-size: 1.0em;
					 text-align: right;
					 font-weight: bold;
}

 ul.right li {
   margin: 0;
   padding: 0.2em;
   border: 0px solid;
}

a.correo { font-size: 0.8em; }

a.correo:link {
  color: #ff0000; }

a.correo:visited {
	color: #ff0000; }

a.correo:hover {
  text-decoration: underline; }
	
a.correo:active {
	font-weight: bold; }

#homefoot {
  padding: 5px;
	border: 0px;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
}


/* Common to all Pages  */

.footer  {
  padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 0.7em;
	color: #000;
	text-align: center;
}
			
.leftlink {
  float: left;
	width: 400px;
  margin: 0px;
	padding: 30px 10px 0px 0px;
	border: 0px solid #000;
}

.rightlink {
  margin-left: 580px;
	width: 200px;
	padding: 30px 0px 0px 10px;
	text-align: right;
	border: 0px solid #000;
}

p span { text-decoration: underline; }

