/* Start of CMSMS style sheet 'EXLIBRISstyles' */
/*****************
Stylesheet for Exlibris Port Fairy Book Fair
www.exlibris.port-fairy.com
Port Fairy, Victoria Australia
******************/
html{margin:0;
height: 100%} 

body { 
	margin:0;
	padding:0;
	height:100%;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#575757;
	background-color: #ffffff;
	background-attachment: fixed;
	background-image: url(images/exlibris_books.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}



#outershell{ 
	background-image: url(images/outershell_background.png);
	background-repeat: repeat-y;
	background-position: center;
                border-bottom: 1px;
                border-color: #000;
                min-height:100%; 
                height:auto!important; 
                height:100%;
                width: 1000px; /*Width of main container*/
                margin: 0 auto; /*Center container on page*/
                text-align:center;  }



#innershell{
                position:relative;
                min-height:100%; 
                height:auto!important; 
                 height:100%;
	width: 950px;
                background-color: #fff;
                text-align:left;
	margin-left:25px;
                margin-right:25px;}

#topsection{padding-right:10px;
   	text-align: bottom;
	height:150px;
	background-image: url(images/EXLIBRISbanner.gif);
 }



#newsletter{margin-right:10px;
float: right;
text-align:right;
width:200px;
font-weight:bold;
color: #688A34;}



#EXLIBRISmenu {  margin-top: 0px; margin-bottom:10px;}

#contentwrapper {
	width:950px;
	float: left;    
}

#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 210px;    /* sidebar width, if you change this please also change #main margins */
   margin-left: 10px;
   display: inline;  /* FIX ie doublemargin bug */
  
}



#main {  
margin-left: 270px; 
margin-right: 10px;
width:640px;
}
#mainhome {      float:left;   
   margin-left: 40px; 
width: 445px;
margin-right: 10px;
}
#rightcolumn {float:right;
width: 220px;

}
#innertube {float:right;
margin-right:10px;}


/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #8C9879; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #8C9879;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #8C9879;
   color: #fff;
}	

/* HEADINGS */
h1 {
    color: #cccccc;  
   font-size: 1.6em;  /* font size for h1 */
   line-height: 2em;
   margin: 0;
}
 h2 {
   color: #CCCCCC; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-bottom: 1px;

   line-height: 1.5em;

}
 h3 {
   color: #000000; 
   font-size: 1.3em;
   line-height: 1.2em;
   margin: 0 0 0.5em 0;
}
 h4 {
   color: #000000; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h5 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */


#footer {margin-left: 25px;}

.copyright {
               float:right;
               margin-right: 19px;

               text-align: right;
               font-family: Arial, Helvetica, sans-serif;
               font-size: 10px;
               color: #999999;
}


.copyright a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color:#999999;
	text-decoration: none;
	}

.copyright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #999999;
	text-decoration: none;	}

.copyright a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	text-decoration: none;		
}	

.copyright a:hover:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	text-decoration: none;		
}	

.google {
    width: 495px;
	border: 4px solid #45332e;
}

input
{
color: #999999;
font-size:10px;
border: 1px solid #999999;
}

.submit input
{
color: #999999;
font-size:10px;
border: 2px outset #eeeeee;
background: #ffffff;
} 

img { border:0px;
}



/* End of 'EXLIBRISstyles' */

