/* CSS Document */
html, body {
	margin: 0; 
	padding: 0;
	border: 0;
}

body {
	min-width: 800px;
	max-width: 1200px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../navbar/VIVA_banner_1800.jpg);
	background-repeat: no-repeat;
}

body#exhibits  { /*larger max width so 4 pics across */
	min-width: 1000px;
	max-width: 1500px;
}

body#links, body#exhibits_main { /*larger min width to avoid collapse */
	min-width: 1000px;
}

body#salon #wrapper {
	width: 980px;
}


/* *** font-size is in percent, line height is in ems*** */
p {
	font-size: 100%;
	color: #000000;
	line-height: 1.5em;
	margin: 0em;
	padding: 0px;
}
/* CSS Selectors for the structure of document */

/* #banner, includes address/logo in #addlogo, address in lib */
div#banner {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 180px;
	left: 0;
	top: 0;
}

#nowshowing {
	position: absolute;
	top: 130px;
	left: 180px;
	width: 220px;
	height: 50px;
	background-image: url("../navbar/not used/now-showing.jpg");
	background-repeat: no-repeat;
}
#addlogo {
	position: absolute;
	top: 20px;
	right: 10px;
	height: 120px;
	background-image: url("../navbar/not used/VIVA-Art-Center-logo_120.png");
	background-repeat: no-repeat;
	background-position: right;
	width: 300px;
}

#addlogo p {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 70%;
	color: #B6CBFB;
	line-height: 1.2em;
	letter-spacing: 1px;
	text-align: right;
	padding-right:100px;
	padding-top: 4px;
}

/* *** left column *** */
div#nav {
	position: absolute;
	width: 150px;
	padding: 0;
	margin: 0;
	top: 174px;
	left: 0px;
	z-index: 10; /* needs to be in front! */

}
/* *** wrapper includes content and sidebar *** */
div#wrapper {
	position: relative;
	margin: 0px;
	padding: 0px;
	min-width: 850px; /* goes in Javascript on each page too! */
	width: auto;
	top: 0px; 
	height: auto;
	left: 0px;
}


/* *** right column structure *** */
div#sidebar {  /* container for individual sidebar boxes */
	position: absolute;
	top: 4px;
	right: 10px;
	float: right;
	margin: 0px;
	width: 225px;
}
.sidebarbox, div#sidebarbox { /* style for each box */
	background-color: #FFFCE1; /* pale yellow */
	padding: 4px 10px 4px 12px;
	margin-bottom: 10px;
	border-top: 3px solid #FEEF67;
	border-right: 1px solid #FEEF67;
	border-bottom: 1px solid #FEEF67;
	border-left: 1px solid #FEEF67;
}

/* *** content structure *** */
#content, #contentwide {
	margin: 0px 245px 10px 166px;
	padding: 0 4px 0 10px;
	position: relative;
}
#contentwide {
	margin: 0px 10px 10px 166px;
}


/* *** bottom footer *** */
#footer {
	position: relative;
	top: 0px; /* changed in revision 1-2-06 */
	clear: both; /* *** does not clear? */
}
#footer p {
	font-size: 65%;
	text-align: center;
	color: #CCCCCC;
	padding-top: 4px;
	margin-right: 250px;
	margin-bottom: 1em;
	margin-left: 175px;
	border-top: 2px solid #FEEF67;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

/* *** styling basic links *** */
a:link {
	color: #2B54D9; /* desat banner blue */
	text-decoration: underline;
}
a:visited {
	color: #CC6600; /* dull orange */
	text-decoration: underline;
}
a:hover {
	color: #E63500; /* hot orange */
	text-decoration: underline;
	background-color: #FEEF67;
}
a:active {
	color: #2B54D9; /* desat banner blue */
}

/* *** redefining html tags - headers *** */
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	font-weight: bold;
}

h1, h2, h3, h4 {
	color: #2B54D9; /* desat banner blue */
	letter-spacing: 0.03em;
}

h1 {
	font-size: 125%;
	color: #CC3300; /* hot orange */
}


h2 {
	font-size: 100%;
	margin-top: 1em;
}
h3, h4 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #3B5FB4; /* desat banner blue */
	font-size: 80%;
	margin-top: 1.2em;
	line-height: 1.4em;
}
h4 {
	font-style: italic;
}
h5, h6 {
	color: #666666;
	font-size: 90%;
	margin-top: 1em;
}
h6 {
	font-style: italic;
}
#content p, #contentwide p {
	font-size: 76%;
	margin-top: 0.2em;
	margin-bottom: 0.8em;
}

.sans { /* *** can add to any Georgia headline to make Verdana *** */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}
.serif { /* *** can add to any Verdana headline to make Georgia *** */
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* styling CALENDAR page headers automatically */

body#calendar div#content h2 {
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CC3300;
	clear: both;
	color: #CC3300;
}

body#calendar div#content h3 {
	margin-top: 0.4em;
}



/* *** styling sidebar copy, 12px padding *** */
#sidebar p {
	padding: 0;
	font-size: 74%;
	margin-top: 0.2em;
	margin-right: 0px;
	margin-bottom: 0.4em;
	margin-left: 0px;
	color:  #000033; /* very dark blue */
	line-height: 1.5em;
}
#sidebar p.nomarginbottom {
	margin-bottom: 0;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5  {   /* don't use H1, use H2 instead */
	color: #0F33C0;  /* banner blue */
	padding-top: 6px;
	margin: 0px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-style: normal;
}
#sidebar h1, #sidebar h2, #sidebar h3 { /* don't use H1, use H2 instead */
	font-size: 85%;
}
#sidebar h3 {
	font-style: italic;
}

#sidebar h4 {
	padding-top: 4px;
	font-size: 74%;
}
#sidebar h5 {
	padding-top: 4px;
	font-style: italic;
	font-size: 74%;
}


/* *** for columns on Links list *** */
div.column {
	width: 240px;
	float: left;
	margin-right: 10px;
}
#contentwide div.column p {
	margin-top: 0.2em;
	margin-bottom: 0.3em;

}



/* *** styling main left nav bar list*** */
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.3em;
	font-size: 76%;
	letter-spacing: 1px;
	color: #0F33C0;
}
/* *** margin 0 is for Opera only*** */
#nav ul li {
	margin: 0;
}
#nav ul li a {
	display: block; /* makes whole bar active */
	color: #0F33C0; /* banner blue */
	list-style-type: none;
	text-decoration: none;
	width: 120px;
	padding: 1px 4px 1px 14px;
	background-color: #FEEF67;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #0F33C0; /* banner blue */
	margin-top: 10px;
	margin-bottom: 10px;
}

/* declarations to style the hover and current page */
#nav ul li a:hover, 
body#index #t-index a, 
body#exhibits #t-exhibits a, 
body#exhibits_main #t-exhibits a, 
body#calendar #t-calendar a, 
body#salon #t-salon a, 
body#showcase #t-showcase a, 
body#workshops #t-workshops a, 
body#aboutus #t-aboutus a, 
body#freewaylady #t-freewaylady a, 
body#visitus #t-visitus a, 
body#apply #t-apply a, 
body#contactus #t-contactus a, 
body#links #t-links a {
	color: #FEEF67; /* sign yellow */
	background-color: #0F33C0;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FEEF67;
}
#nav ul li a:visited {
	border-left-color: #577199; /* gray blue */
}
#nav ul li a:active {
	color: #FFFFFF; /* white */
}


/* *** styling highlight box, apply no margins style to first head*** */
div.highlightbox {
	clear: both;
	margin: 12px 0px;
	padding: 8px 12px 12px 12px;
	border: 1px solid #FEEF67; /* sign yellow */
	background-color: #FFFCE1; /* pale yellow */
}
/*Holly Hack - makes floated image render in front of box bg color */
/* Hides from IE5-mac \*/
*html div.highlightbox {
	height: 1%;
	}
/* End hide from IE5-mac */

div.highlightbox p.bullet {
	list-style-type: none;
	padding: 2px 0px 0px 20px;
	background-image: url(../images/bullet4_diam_red_trans.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-size: 76% !important; /* can't get it to change? ??????? */
	color: #666666; /* gray */
	line-height: 1.3em;
}

/* *** styling unordered lists in contents & supply lists*** */
#content ul {
	margin: 0px;
	padding: 0px;
}
#content ul li {
	margin: 6px 0 2px 0;
	list-style-type: none;
	line-height: 1.5em;
	font-size: 76%;
	background-image: url(../images/bullet4_diam_red_trans.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 0 0 0 20px;
}
	
	
#content p.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%
}
#content p.caption, #sidebar p.caption {
	font-size: 66%
}
#content p.note_red {
	color: #CC3300; /* viva rust */
	font-size: 70%;
	padding-top: 6px;
}
#content p.note_gray {
	color: #666666; /* gray */
	font-size: 70%;
	padding-top: 6px;
}
/* *** misc classes*** */
.fontsize75pc {
	font-size: 75%;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.nomargins {
	margin: 0px !important;
}
.nopadding {
	padding: 0px !important; 
}
.smallmargintop {
	margin-top: 4px !important;
}
.xtraSpaceB4 {
	padding-top: 10px !important;
}
.xtraSpaceAfter {
	padding-bottom: 6px !important;
}
#sidebar p.xtraSpaceAfter { /* add space before pics in sidebars */
	padding-bottom: 6px;
}
.xtraSpaceB4After {
	padding-top: 10px;
	padding-bottom: 6px;
}
.xtraSpaceB4highlight {
	padding-top: 12px;
	color: #CC3300;
}
.highlight {
	color: #CC3300 !important;
}
.ruleabove, .ruleabove_highlight, .ruleabove_clearboth, .ruleabove_highlight_clearboth {
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CC3300;
	clear: both;
}

.ruleabove_highlight {
	color: #CC3300;
}

.ruleabove_clearboth {
	clear: both;
}

.ruleabove_highlight_clearboth {
	color: #CC3300;
	clear: both;
}


/* *** styling images etc *** */

.noborder {  /* no border, margins, useful for logos that have links */
	border: 0;
	margin: 0;
	padding: 0;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}

.imgborderonly {
	border: 1px solid #577199; /* blue gray */
}

.imgleft {
	border: 1px solid #577199; /* blue gray */
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.imgfloatleft {
	float: left;
	border: 1px solid #577199; /* blue gray */
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.imgfloatright {
	float: right;
	border: 1px solid #577199; /* blue gray */
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 8px;
}

.imgfloatrighthead {
	float: right;
	border: 1px solid #577199; /* blue gray */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 8px;
}
.imgfloatlefthead {
	float: left;
	border: 1px solid #577199; /* blue gray */
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.floatleftmargins {
	float: left;
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.floatrightmargins {
	float: right;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 8px;
}
#clearboth {
	clear: both;
}
.clearboth {
	clear: both;
}
.clearboth_xtraSpaceB4 {
	padding-top: 10px;
	clear: both;
}



div.clearer { /* see www.complexspiral.com/publications/containing-floats, don't need to put nb space */
	clear: both; 
	line-height: 0px; 
	height: 0px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.right_nomargintop {
	text-align: right;
	margin-top: 0;
}

.firstwords {
	color: #6633CC;
}
#content p.breadcrumbs, #contentwide p.breadcrumbs, #photopage p.breadcrumbs {
	clear: both;
	color: #666666;
	font-size: 66%;
	margin-top: 0;
}

/* *** photopage styling (for images that need captions) *** */
body#photopage {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #000;
	background-color: #F2F4FA; /* pale gray blue, salonbox bg */;
	background-image: none;
	text-align: center;	
}

#photopage {
	margin: 0px;
	color: #000;
	position: relative;
	padding-top: 1em;
	padding-left: 1em;
	text-align: center;
}
#photopage h1 {
	clear: both;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #2B54D9; /* desat banner blue */
	letter-spacing: 0.03em;
	font-size: 80%;
	padding-top: 0.5em;
	margin: 0 auto;
}
#photopage p {
	font-size: 76%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#photopage .imgbigborder { /* needs special class, not just img */
	border: 2px solid #577199; /* blue gray */
	padding: 10px;
	margin-bottom: 10px;
	background: #FFFFFF;
}


/* *** styling for photoboxes *** */
div#photogallery, div#photogallery2, div#photogallery4 { /* wraps around all photoboxes */
	width: 98%;
	position: relative;
}

div.photobox { /* default is 3 credit lines in boxes */
	float: left;
	margin: 5px 15px 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 #E63500;
}
div.photobox h1, div.photobox h4 { /* REDO as h4-6 */
	clear: both;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: 1em;
	color: #2B54D9; /* desat banner blue */
	font-size: 66%;
	padding-top: 0.5em;
	margin: 0px;
}
div.photobox h2, div.photobox h5 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	color: #333; /* dark gray */
	font-size: 66%;
	margin: 3px 0px 1px 0px;
}
div.photobox h3, div.photobox h6 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	color: #333; /* dark gray */
	font-size: 58%;
	margin: 0;
	padding: 0;
}

/* *** styling for Salon page *** */

div.salonbox {
	margin: 12px 8px 12px 0px;
	padding: 10px 12px;
	border: 1px solid #B6CCF4; /* med blue */
	background-color: #F2F4FA; /* pale gray blue, salonbox bg */
}
/*Holly Hack - makes floated image render in front of box bg color */
/* Hides from IE5-mac \*/
*html div.salonbox {
	height: 1%;
	}
/* End hide from IE5-mac */

div.salonbox h3, div.salonbox h1 {  /* make all h3 */
	margin: 0;
	padding: 0;
	font-size: 120%;
	color: #CC3300; /* viva rust */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

div.salonbox p {
	margin: 0;
	padding: 0;
	font-size: 85%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	color: #000033;
}
div.salonbox img, div.salonbox img.floatright { /* default is float left */
	float: left;   /* see holly hack above */
	border: 1px solid #577199; /* blue gray */
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding: 3px;
	background-color: #FFFFFF;
}
div.salonbox img.floatright { /* add style "floatright" to image to float right */
	float: right;
	margin-right: 0px;
	margin-left: 8px;
}


/* *** styling for Workshops page *** */

div.workshopbox {
	clear: both;
	margin: 16px 8px 12px 0px;
	padding: 10px 12px;
	border: 1px solid #B6CCF4; /* med blue */
	background-color: #F2F4FA; /* pale gray blue, salonbox bg */
}
/*Holly Hack - makes floated image render in front of box bg color */
/* Hides from IE5-mac \*/
*html div.workshopbox {
	height: 1%;
	}
/* End hide from IE5-mac */

div.workshopbox#grouponly { /* when instructor has lots of classes in a group */
	border: 1px solid #CCCCCC; /* gray */
	background-color: #FFF;
}

div.workshopbox h2 {
	margin: 0;
	padding: 4px 0 0 0;
}

div.workshopbox p {
	margin: 0;
	padding: 0;
}
div.workshopbox img {
	float: left;   /* see holly hack above */
	border: 1px solid #577199; /* blue gray */
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding: 3px;
	background-color: #FFFFFF;
}
/* *** styling for Google search box *** */

div#google {
	margin: 6px 0px 0px;
}
div#google td {
	font-size: 80%;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	padding-right: 10px;
}
div#firefox {
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* *** styling for Constant Contact box *** */

div#constantcontact {
	margin: 15px 0 0 0;
	width: 160px;
}
div#ccinner {
	margin: 0 0 0 10px;
	width: 140px;
	text-align: left;
	background-color: #FFFFFF;
}
div#ccinner img {
	background-color: #CC3300; 
	float: right; 
	margin-right: 5px; 
	margin-top: 3px;
}
div#ccinner h1 {
	font-weight: bold; 
	font-family: Georgia,'Times New Roman',Times,serif; 
	font-size: 15px; 
	color:#CC3300;
	margin-bottom: 4px;
}
div#ccinner p {
	font-weight: normal; 
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; 
	font-size: 9px; 
	color:#666666;
	margin-bottom: 8px;
}
