@charset "iso-8859-1"; 
body {line-height: 1.5em; background: url(../stories/bard/art/bardbackground1200.png); background-color: #ffe4b6;}  

.bardpagecolor {background-image: none; background-color: #ffe4b6; text-align: center;  } 
.bardpagecolor {position: relative; color: #4a2f04;}

body a:link {color: #4a2f04;}
body a:active {color: #4a2f04;}
body a:visited {color: #a2690e;}

p {font-weight: bold; }
p.large {font-size: large}
b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/


}

#topsection {background: url(../stories/bard/art/BardHeader1.png) #f1c074;
height: 206px;
}
 
#topsection h1{
margin: 0;
padding-top: 15px;
}
 
#contentwrapper{
float: left;
width: 100%; 

}

#contentcolumn {margin-left: 180px; /*Set left margin to LeftColumnWidth*/
}
#contentcolumn p {font-size: large}

#leftcolumn{
float: left;
width: 180px; /*Width of left column*/
margin-left: -1000px; /*Set left margin to -(MainContainerWidth)  */
background: #e59517;   /*Left column background	 */
}

#footer{
clear: left;
width: 100%;
color: #4a2f04;
text-align: center;
padding: 4px 0;
}

#footer a {color: #4a2f04}
#footer a:visited {color: #a2690e;} 
/*Margins for inner DIV inside each column (to provide padding)*/
.innertube {margin: 1px 1px 1px 1px}

 /* Vertical Menu Start Button Meny CSS  */

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 160px;
color:#4a2f04;	 /* color of main header text in left menu   */
}

.buttonmenu li a{
color: #4a2f04;	  /* Test color */
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color: #ecac46;	 /* Button Top color */
text-decoration:none;
}


.buttonmenu li a:visited {color: #a2690e;}

.buttonmenu li a:hover, .buttonmenu li a:active {
color: #4a2f04;
background-color: #f4c984;
}

/*Stock sales Page	*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* Photo gallery Large Image to right*/

.gallerycontainer {position: relative; color: #FFFFFF;}

.thumbnail img{
/* border: 1px solid white; */
margin: 0 5px 5px 0; 
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
/* border: 1px solid blue;  */
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffe4b6;  /*  large image border background color */
padding: 5px; 	/* large image border background */
left: -1000px;
border: 1px gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span {/*CSS for enlarged image*/
visibility: visible; top: 0; left: 220px; /*position where enlarged image should offset Vertically (top) and horizontally (left)*/
z-index: 50;
}

/*Stock sales Page	*/
.salescontainer {position: relative; color: #4a2f04;}
.salescontainer a:link {color: #4a2f04;}
.salescontainer a:active {color: #4a2f04;}
.salescontainer a:visited {color: #a2690e;} 



