/***********************************************/
/* paintingsStylesheet.css              */
/* Left navigation, both 2 and 3 columns CSS   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Candara,Trebuchet,Arial,Helvetica,sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #0000CC;
	text-decoration:none;
}
/* overrides decoration from previous rule for hovered links */

h1{
 font-family: Candara,Trebuchet,Arial,Helvetica,sans-serif; 
 font-size: 120%;
 color: #003366;
 margin: 0px;
 padding: 5px 0px 5px 0px;
}

h2{
 font-size: 115%;
 color: #000099;
 margin: 0px;
 padding: 5px 0px 0px 0px;
}

h3{
 font-size: 90%;
 color: #000099;
 margin: 0px;
 padding: 2px 0px 0px 0px;
}

h4{
 font-size: 90%;
 font-weight: strong;
 color: #333333;
}

h5{
 font-size: 85%;
 color: #666666;
}

h6{
 font-size: 80%;
 color: #666666;
}

p{
 font-size: 90%;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: square;
}

label{
 font: bold 95% Candara,Trebuchet,Arial,Helvetica,sans-serif;
 color: #666666;
}


table {
	font-size: small;
	font-style: normal;
}

cite {
	font-size:80%;
	color: #333333;
	text-align: left;
}

cite a:link{
	text-decoration: underline;
}


/***********************************************/
/* Float Clearing Div                          */
/***********************************************/

/* Div to clear float display problems (mostly with IE) */

.brclear{
	clear: both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height:0px;
}


/***********************************************/
/* Layout Divs              */
/***********************************************/


/* Wrapper for 2 column layouts */

#mainLayer{
	width: 800px;
	background:#CCCCCC;
	margin:0 auto;
	border: 1px solid #999999;
	text-align:left;
	z-index:1;
}


/* All pages - header include file */

#masthead{
  margin:0;
  position:float;	
/*  padding: 5px 5px 5px 5px;*/
/*  top:auto;
  height:auto;
  border-bottom: 1px solid #cccccc;*/
  visibility:visible;
  z-index:2;
}

/* All pages - sideBarLeft include file - appears on both 3- and 2- column pages */

#sideBarLeft{
	float:left;
	width:175px;
	visibility:visible;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color:#CCCCCC;
	z-index:3;
	}

/* All pages - description left is placeholder for detail text */

#descriptionLeft{
	float:left;
	width:135px;
	visibility:visible;
	margin: 30px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	min-height:340px;
	background-color:#CCCCCC;
	font-size:80%;
	color:#666666;
	z-index:8;
	}


/* Right column layout for content in 2-colunm pages  */

#contentMain2col{
	margin:0 0 0 180px;
	width:auto;
	padding:0px 0px 0px 0px;
	background:#CCCCCC;
	font-size:90%;
	white-space: normal;
	min-height:450px;
	z-index:5;
	}


/* Right column layout for content in 1-colunm pages  */

#contentMain1col{
	margin:0px;
	width:780px;
	padding:10px 10px 20px 10px;
	background:#CCCCCC;
	font-size:90%;
	white-space: normal;
	z-index:5;
}


/* Styles for footer include file appearing across bottom of 3-column home page */

#copyrightInfo{
	position:relative;
	left:0px;
	width:790px;
	font-size: 60%;
	padding: 5px 5px 5px 5px;
	margin:auto;
	text-align: center;
	z-index:4;
	color: #666666;
	background: #CCCCCC;
}


/* Styles for footer include file appearing within navBar on 2-column pages */

#copyrightInfoTwoCol{
	position:relative;
	left:0px; 
    width:175px; 
	font-size: 70%;
	color: #666666;
	background-color:#CCCCCC;
	padding: 10px 10px 10px 10px;
	margin-top: 15px;
	margin-left: 4px;
	text-align: center;
	z-index:4;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

/* siteName style is used in all header include files   */

#siteName{
	margin: 0;
	background-color: #CCCCCC;
	color: #666666;
	padding: 6px 0px 2px 10px;
}


/* contentMain2col style sets font-size for lists */

#contentMain2col ul{
	font-size:90%;
}

#contentMain2col ol{
	font-size:90%;
}


/************** .headerImage styles **************/

#headerImage{
	margin: 0px;
}


/************* #detaillNav styles **************/

/* detaillNav style is used in navbarPaintings include navbar file   */

#detailNav{
	margin:0;
	color: #003366;
	padding: 5px 0px 5px 10px;
	background-color:#666666;
	width:790px;
	font-size:80%;
	text-align: center;
	white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line.  This will force a horizontal scrollbar if there isn't enough room for all links.  Remove rule or change value to 'normal' if you want the links to line-wrap */
   
#detailNav img{
	display: inline-block;
}

#detailNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	color: #003366;
	background-color: #666666;
	font-weight: normal;
}

#detailNav a:hover{
	color: #FFFFFF;
	background-color: #666666;
}


/*********** #sideBarLeft link styles ***********/

#sideBarLeft ul a:link, #navBar ul a:visited {
	display: block;
	background-color: #FFF8DF;
	color: #000066;
	padding: 2px 0px 2px 10px;
}

#sideBarLeft ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sideBarLeft li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #sideBarLeft li {border-bottom: none;}


/*********** .displayLinks styles ***********/
/* used within left navbar on 2-column home pages ****/

.displayLinks{
	position: inherit;
	margin: 0px;
	padding: 0px 10px 10px 10px;
	font-size: 85%;
	font-weight: normal;
	background-color: #CCCCCC;
}

.displayLinks h3{
	color: #3366CC;
	background-color: #CCCCCC;
	padding: 5px 0px 2px 4px;
	margin: 0;
}

.displayLinks ul{
	font-size:90%;
}

.displayLinks h3 a:link, .relatedLinks a:visited{
	color: #003366;
	background-color: #CCCCCC;
}


.displayLinks a:link, .relatedLinks a:visited{
	color: #003366;
	background-color: #CCCCCC;
}


/************** .Date Revised styles *****************/

.DateRevised {
	font-size: 70%;
	color: #999999;
	text-align: center;
}


/************** .Contact Info styles *****************/

/* Style used for contact info in Headlines right column area on home page   */

.ContactInfo {
	font-size: 110%;
	color:#000000;
}


/************** .caption styles *****************/

.caption {
	font-size: 85%;
}


/************** .BackToTop styles *****************/

.BackToTop {
	font-size:85%;
	color: #003366;
	text-align: left;
}

