/* CSS Document */
html, body {
	margin: 0; 
	padding: 0;
	border: 0;
	min-height: 100%; margin-bottom: 1px; /* stops page jog, scrollbars always on */
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #000000;
	background-color: #bad1ed; /* bg medium blue */
	text-align: center; /* Hack to center the container in IE5.x pc */
}

/* ***STRUCTURE */

div#container { /* ***entire page */
	width: 800px; /*sets the width for page, wrapper div, contentwide div, artists main div */
	margin: 0px auto;/* centers the div. 0px top and bottom, auto center horz*/
	position: relative; /* sets a border to all 4 sides */
	text-align: left; /* needed after the IE hack in body */
	color: #000000;
	background-color: #FFFFFF;
}

div#banner {
	position: relative; /* without it Dreamweaver allows sidebar div to ride up over the banner in design view */
	width: 780px;
	height: 190px;
	margin-left: 20px;
}

/* *** wrapper includes content and sidebar *** */
#wrapper {
	margin: 0;
	padding: 30px 0px 30px 0px; /* Safari NEEDS padding L-R=0 and to use margin left on Content and margin right on sidebar - but IE6 o windows doubled the margin on the right and bumped down the contents div, so I reduced Wrapper to 780 and took off the margin right on sidebar ** */
	position: relative;
	width: 780px; /* 800-20 = 780, leaves 20px on right side instead of margin */
	height: auto;
	clear: both; /* *** need for MacIE 5.5 ** */
}
/* *** content styling *** */
#content {
	position: relative;
	float: left;  /* need to float left so you can use rules with clearboth */
	width: 520px;
	margin-left: 20px;
	padding-right: 15px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
#contentwide { /* for Artists pages, or any page with no sidebar */
	position: relative;
	float: left;
	width: 770px;
	margin-left: 20px;
	background-color: #FFF;
}
/* *** sidebar *** */
#sidebar {
	position: relative; /* *** need absolute for MacIE 5.5, but doesn't work for others ** */
	float: right;
	margin-right: 0px; /* *** take off margin and reduce wrapper to 780 total and float right to edge of wrapper ** */
	padding-left: 10px;
	padding-bottom: 10px;
	width: 200px;
}

#banner_ls {
	position: relative;
	float: left;
}
#banner_ls img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#banner_rs {
	position: relative;
	float: left;
}



/* styling horz nav bar  */
div#nav {
	position: relative;
	margin-top: 14px;
	margin-left: 20px;
	padding-left: 10px;	
	width: 750px; /* same as container plus margin left =20*/
	height: 27px; /* note padding in #nav a keeps height consistent */
	background-color: #114e91; /* VAG BLUE */
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.9em;
	letter-spacing: 1px;
	font-weight: bold;
}
#nav a {
	float: left; /* *** for IE55Mac - hidden below from others  *** */
	margin: 0;
	padding: 4px 12px 4px 12px;
	color: #FFF;
	display: block;
	text-decoration: none;
	background-color: #114e91; /*match nav div bg */
}
/* Commented backslash hack hides rule from IE5-Mac WATCH BACKSLASH! \*/
#nav a {
	float: none;
}
/* End IE5-Mac hack */

/* declarations to style the hover and current page */
#nav a:hover {
	background-color: #bad1ed; /* bg medium blue */
	color: #000;
}
 
body#index #t-index a,
body#exhibits #t-exhibits a,
body#artists #t-artists a,
body#membership #t-membership a,
body#aboutus #t-aboutus a,
body#contact #t-contact a {
	color: #FFF; /* white */
	background-color: #cb4d2c; /* VAG RED */
}


	

/* *** font-size is in percent, line height is in ems*** */
p, ul {
	font-size: 100%;
	color: #000000;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
ul {
	font-size: 80%;
	padding-right: 12px;
	padding-left: 16px;
	padding-top: 1px;
	padding-bottom: 6px;
}
ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}
	

#sidebar ul {
	font-size: 75%;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	list-style-type: none;
}
#sidebar ul li {
	padding-top: 5px;
}


/* *** for two columns option *** */
#column1 {
	width: 250px;
	float: left;
}
#column2 {
	width: 250px;
	float: right;
}

/* *** bottom footer *** */
#footer {
	width: 772px;
	clear: both;
	margin-top: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
/* *** styling footer copy *** */
#footer p {
	font-size: 65%;
	text-align: left;
	color: #666;
	padding-top: 4px;
	padding-left: 10px;
}

/* *** redefining general links *** */
a:link {
	color: #114e91; /* VAG BLUE */
	text-decoration: underline;
}
a:visited {
	color: #660066;
	text-decoration: underline;
}
a:hover {
	color: #CC9900;
	text-decoration: underline;
}
a:active {
	color: #CC3300;
}

/* *** redefining html tags *** */
h1, h2, h3, h4, h5, h6 {
	margin: 0em;
	padding: 0px;
	letter-spacing: 1px;
}

h1 {
	font-size: 100%;
	color: #cb4d2c; /* VAG red */
	padding-bottom: 5px;
}

h2 {
	font-size: 90%;
	margin-top: 0em;
	color: #114e91; /* VAG BLUE */
}
h3, h4 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 1.2em;
	line-height: 1.4em;
	color: #114e91; /* VAG BLUE */
}
h4 {
	font-style: italic;
}
h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	margin-top: 1em;
	color: #114e91; /* VAG BLUE */
}
h6 {
	font-style: italic;
}

#content p, #contentwide p {
	font-size: 80%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#content p.breadcrumbs, #contentwide p.breadcrumbs {
	font-size: 65%;
	text-align: left;
	color: #666;
	padding-bottom: 12px;
}


/* *** styling sidebar copy *** */
#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 1.2em;
	margin-top: 1.2em; /* margin top looks shallow in DW Design view - looks correct in browser */
	color: #1057A3;
	font-size: 90%;
	padding: 0px;
}

#sidebar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 1.2em;
	color: #333;
	font-size: 80%;
	margin-top: 3em;
}

#sidebar h4 {
	color: #555;
	font-size: 75%;
	margin: 0.5em 0 0 0;
}

#sidebar h6 { /* *** was <h2.head> *** */
	letter-spacing: 2px;
	color: #999999;
	margin-top: 0.7em;
	margin-bottom: 0em;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-style: normal;
	font-size: 75%;
}



#sidebar p {
	padding: 0;
	margin-top: 0.4em;
	margin-bottom: 0.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 75%;
	line-height: 1.4em;
}



/* *** misc classes*** */
.nomargins {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.smallmargintop {
	margin-top: 4px;
}
.xtraSpaceB4, #sidebar p.xtraSpaceB4 {
	padding-top: 10px;
}

.highlight {
	color: #cb4d2c !important; /* VAG RED */
}

/* *** styling images *** */
.floatleft {
	float: left;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.noborder {  /* no border, margins */
	border: 0;
	margin: 0;
	padding: 0;
}
.img_borderonly_content {  /* use for a stack of images in main div, does NOT float*/
	border: 1px solid #114e91; /* all borders VAG blue*/
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.img_borderonly_sidebar {  /* use for sidebar - images must be 160 px wide, no l-r margins*/
	border: 1px solid #114e91; /* all borders VAG blue*/
	margin-top: 6px;
	margin-right: 0px; /* needs to be 0 for sidebar or content div gets pushed down*/
	margin-bottom: 8px;
	margin-left: 0px;
}
.imgfloatrighthead {
	border: 1px solid #114e91;
	float: right;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 8px;
}
.imgfloatright {
	border: 1px solid #114e91;
	float: right;
	margin-top: 3px;
	margin-right: 4px;
	margin-bottom: 6px;
	margin-left: 8px;
}
.imgfloatleftclear {
	border: 1px solid #114e91;
	float: left;
	clear: both;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.imgfloatleft {
	border: 1px solid #114e91;
	float: left;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.imgfloatlefthead {
	border: 1px solid #114e91;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.clearleft {
	clear: left;
}
#clearboth {
	clear: both;
}
.clearboth {
	clear: both;
}

.ruleabove, .clearboth_ruleabove { /* for major breaks */
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ED8524;
	padding-top: 14px !important; 
}


/* *** styling for photoboxes - modified from VIVA *** */
div#photogallery { /* wraps around all photoboxes */
	width: 520px;
	position: relative;
}

div.photobox { /* default is 3 credit lines in boxes */
	float: left;
	margin: 5px 16px 5px 0px;
	background-color: #FFFFFF;
	width: 242px;
	height: 290px;
	border: 0px solid silver;
	text-align: center;
	padding-bottom: 6px;
 }
div#photogallery2 div.photobox { /* when only 2 lines in boxes */
	height: 265px;
}	

div#photogallery4 div.photobox { /* when 4 lines in boxes */
	height: 300px;
}	
div.photobox img {
	border: 1px solid #577199;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 4px;
}
div.photobox a:hover img {
	border: 1px solid #cb4d2c; /* VAG red */
}
div.photobox h4 { /* US h4-5-6 */
	clear: both;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: 1em;
	color: #114e91; /* VAG BLUE */
	font-size: 66%;
	padding-top: 0.5em;
	margin: 0px;
}
div.photobox h5 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 2em;
	color: #666666; /* dark gray */
	font-size: 66%;
	margin: 0px;
}
div.photobox h6 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	color: #666666; /* dark gray */
	font-size: 58%;
	margin: 0;
	padding: 0;
}

#content p.note_red {
	color: #cb4d2c; /* VAG red */
	font-size: 70%;
	padding-top: 6px;
}
#content p.note_gray {
	color: #666666; /* gray */
	font-size: 70%;
	padding-top: 6px;
}
p.breadcrumbs {  /* at bottom of gallery */ 
	clear: both;
}

/* *** styling for Artists Bios Overview page, 
designed for #contentwide (full width) 
bio boxes are inside div#artistbios so that h3 and p can be controlled*** */

div#artistbios {
	width: 100%;  /* same as wrapper and container = 800px */
	margin: 12px 0px 0px 0px;
	padding: 0;
}

div.biobox {
	margin: 6px 20px 6px 0px;
	padding: 10px;
	border: 1px solid #B6CCF4; 
	width: 340px;
	float: left;
	background-image: url(../navbar/bioboxgrad.gif);
	background-repeat: repeat-x;
}
/*Holly Hack - makes floated image render in front of box bg color in IE6 */
/* Hides from IE5-mac \*/
*html div.biobox {
	height: 1%;
	}
/* End hide from IE5-mac */

div.biobox img {
	float: right;   /* see holly hack above */
	border: 1px solid #BAD1ED; /* color? */
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 8px;
	padding: 3px;
	background-color: #FFF;
}

div.biobox h3 {
	margin: 0;
	padding: 0;
	font-size: 110%;
	color: #BF3D1C; /* VAG red + darker */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.1em;
}

div.biobox h6 {
	margin: 0;
	padding: 0;
	font-size: 80%;
	color: #BF3D1C; /* VAG red + darker */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: normal;
	font-style: normal;
	line-height: 1.2em;
}

#artistbios div.biobox p {
	margin: 0;
	padding: 6px 0px 0px 0px;
	font-size: 76%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
	color: #000033;
}


div.clearer { /* see www.complexspiral.com/publications/containing-floats, don't need to put nb space, 
? doesn't seem to work in bioboxes when p was changed to #artistbiox p/ */
	clear: left; 
	line-height: 0px; 
	height: 0px;
}
