/* Osborne CSS  August 2010 */ 

html, body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 103%; 
	} 
	
body {
	background-image:url(../i/bg-page.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	}
	
a {
color:000099;
}
	
th, td {
	font-size: 103%; 
	}
	
 
h1 { 
    font-size: 160%;
    color:#717171; 
    background-color:#FFFFFF;
    margin:10px 0 20px 0;
} 

h1.first { 
    margin:20px 0 10px 0;
    text-align:center;
} 
 
h2 { 
    font-size: 130%;
    color:#717171; 
    background-color:#FFFFFF;
    margin:20px 0 10px 0;
} 
 
h3 { 
    font-size: 116%; 
} 

#maincol p {
    color:#717171;
    background-color:#FFFFFF;
    line-height:140%;
    margin-bottom: 1em;
}

#maincol ul {
    margin: 0 0 1em 0;
}

#maincol li {
    color:#717171;
    background-color:#FFFFFF;
    line-height:140%;
    margin: 0 0 0 1em;
}
 
 
#pagewidth{ 
	width:860px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	color:#000000;
	background-color:#FFFFFF; 
	} 
 
#header{
	position:relative;
	color:#000000;
	background-color:#FFFFFF; 
	margin:20px 20px 20px 20px;
	background-image:url(../i/banner.gif);
	background-repeat:repeat-y;
	background-position:top center;
	height:169px;
	} 
 
#maincol{
	color:#000000;
	background-color: #FFFFFF;  
	float: right; 
	display:inline; 
	position: relative; 
	font-size:90%;
	margin:0;
	width:100%;
	}
	
#maincolinside {
	margin:0px 20px 0px 20px;
	}
 
#footer{
	color:#000000;
	background-color:#D6D6D6;
	text-align:center;  
	clear:both;
	font-size:90%;
	margin:20px 20px 20px 20px;
	}
	
#footer p {
	color:#5F5F5F;
	background-color:#D6D6D6;
	padding:8px 0;
	} 
	
#footer a {
	color:#5F5F5F;
	background-color:#D6D6D6;
	} 
	
#footer a:hover {
	color:#000099;
	background-color:#D6D6D6;
	}
	
/* MENUS ####################### */

div#menus {
	margin:20px 0 0 310px; 
	float:left;
	font-size:90%;
	}
	
div#menus ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width: 170px;	
	}
	
div#menus ul li {
	margin:0;
	padding:1px 0;
	list-style:none;
	}
	
div#menus h3 {
	color:#FFFFFF;
	background-color:#854351;
	font-weight:bold;
	font-size:100%;
	margin:0;
	padding:0;
	}
	
div#menus ul li#homeLink {
	font-weight:bold;
	padding-top: 22px;
}

div#menus a, div#menus a:visited {
	color:#FFFFFF;
	background-color:#854351;
	text-decoration:none;
	}
	
div#menus a:hover {
	text-decoration:underline;
	}

ul#menuArt {
}

ul#menuArtist {
}

ul#menuLegacy {
}

p#homeLink {
	position: absolute;
	}

/* Two column layout ######################## */

#col1 {
	float:left;
	width:47%;
	}

#col2 {
	float:right;
	width:47%;
	}

/* hide links - mainly for skip links */
.offscreen a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow:hidden;
}

.offscreen a:focus {
  position: absolute;
  left: 0;
  top: auto;
  width: auto;
  height: auto;
  overflow:auto;
  color:#000066;
  background-color:#FFFF00;
  padding: 3px 15px;
}


/* Easy Slider ############## */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:820px;
		height:312px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn { 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		font-family:Arial, Helvetica, sans-serif;
		font-size:90%;
		margin:0 0 10px 0;
		padding:5px;
		height:30px;
		color:#434343;
		background-color:#D9D9D9;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		}
	ol#controls li a{
		float:left;
		line-height:24px;
		border:1px solid #4B4B4B;
		background:#DBDBDB;
		color:#434343;
		padding:0 8px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#FFFFFF;
		color:#2F2F2F;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/* Photo thumbnail display */
div.frame {
	color:#878774;
	background-color:#F3F3F3;
	border:1px solid #D8D8D8;
	margin-bottom:25px;
	width:238px;
	float:left;
}

div.column1, div.column2 {
	float:left;
	padding-right:49px;
}

div.column3 {
	padding:0;
}

#maincol p.caption {
	padding:20px 20px 10px 20px;
	background-color:#F3F3F3;
	color:#878774;
	font-size:85%;
	text-align:center;
	}
	
p.caption a {
	text-decoration:none;
	background-color:#F3F3F3;
	color:#878774;
	display:block;
	background-image:url(../i/zoom.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}

p.caption a:hover {
	color:#E00000;
	background-color:#F3F3F3;
	background-image:url(../i/zoom-on.gif);
}

p.caption span {
	margin:0 20px; /* to avoid zoom background icon */
	display:block;
}
	

img.white	{
	border:0px solid #F3F3F3;
	margin-bottom:10px;
	}
	

/* PHOTO ZOOM #################### */
body#zoom { /* Used for photo zoom */ 
	color:#000000;
	background-color:#E5E5E0;
	margin:10px 10px 0px 10px;
	}


/* page photos #################### */
div.photo{
float:right;
width:320px;
}

div.photo img{
padding-left:20px;
}

div.photo p {
padding-left:20px;
text-align:center;
font-style:italic;
font-size:90%
}


 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
