@charset "utf-8";
/*  PRE CODE
====================================================*/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
a img,:link img,:visited img { border:none; }
:focus { outline: 0; }


/*  MAIN STRUCTURAL ELEMENTS 
====================================================*/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 
 #header {
	height: 161px;
	margin-bottom: 0px;
	position: relative;
	/*background-color: transparent;  transparent */
	font-size: 1.3em;
	top: 5px;
	left: 0px;
	width: 780px;
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding: 0px;
}

#zspacelogo {
	background-image:url(images/zspacelogowinecheese150w.gif);
	background-repeat:no-repeat;
	display:block;
	height:161px;
	width:150px;
	text-indent:-9999px;
}

#bannerinfo {
	display:block;
	position: absolute;
	top: 9px;
	right: 8px;
	line-height: 16px;
	height: 44px;
	width: 641px;
	
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px;
	margin-top: 10px;
}
#exhibitions #container #sidebar1 {
	width: 160px;
}

#sidebar1 p {
	line-height: 1.2em;
	text-align: right;
}

#sidebar1 h3 {
	text-align: right;
}
#sidebar1 em {
	font-weight: bold;
	font-style: normal;
}

#mainContent {
	margin: 0 200px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#exhibitions #container #mainContent .fltrt {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#individualartist #container #mainContent {
	margin-right: 0px;
	padding-right: 0px;
}
#individualartist #container #mainContent {
	padding-top: 10px;
}


#homepage #mainContent {
	padding-bottom: 100px;
	padding-top: 10px;
}
#homepage #container #mainContent img {
	padding-right: 24px;
}
#exhibitions #container #mainContent img {
	padding-right: 24px;
}

#homepage #container #sidebar1 img {
	padding-left: 20px;
}


.artbox {
	float: left;
	text-align: center;
	margin-top: 0;
	margin-right: 28px;
	margin-bottom: 20px;
	margin-left: 0;
	width: 160px;
	height: 220px;
	display: block;
	}
 
.artbox img {
	margin: 0;

	}
#exhibitions #container #mainContent .artbox .artframe {
	padding: 0px;
	height: 160px;
}



	
.artistbox {
	float: left;
	text-align: center;
	margin-top: 0;
	margin-right: 28px;
	margin-bottom: 28px;
	margin-left: 0;
	}

 
.artistbox img {
	margin: 0 0px 5px 0;
	}
 
#footer {
	padding: 0 10px 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color: #999999;
}
.copy {
	font-size: 11px;
	color: #999999;
}

#submissions #container #mainContent {
	padding-top: 10px;
	margin: 0;
}

#about #container #mainContent {
	padding-top: 10px;
	margin: 0;
}

#exhibitions #container #mainContent {
	padding-top: 10px;
	margin: 0 200px 0 0;
}


#artistspage #container #mainContent {
	padding-top: 20px;
	margin: 0px;
}
 
hr {
	color: #dfdfdf;
	background-color: #dfdfdf;
	height: 2px;
	border: 0px;
}
 
/*  NAVIGATION STYLES -- MAIN
====================================================*/

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 30px;
	}

.nav {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	color: #666666;
}

#navcontainer {
	position: absolute;
	top:128px;
	left:140px;
	width: 500px;
	}
	
/*
li.navig {
	background-image: url("images/purple-dot.gif");
	background-repeat: no-repeat;
	background-position: 0 13px;
	padding-left: 12px;
	margin-bottom: 0.75em;
	line-height: 1.3em;
	background-color: transparent;
	}
	*/
	
/*  TEXT FORMATTING 
====================================================*/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	letter-spacing:0.01em;
	line-height:16px;
}


h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 24px;
}
	
h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	color: #333333;
}

h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	color: #5e1045;
}

#submissions #container #sidebar1 h4 {
	color: #5e1045;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}


#container #header #bannerinfo p {
	line-height: 20px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.03em;
}


.artbox p {
	text-align: center;
}


.artistbox p {
	text-align: center;
}

/*  TEXT LINK STYLES 
====================================================


a:link	{color:5e1045; text-decoration:none;}
a:visited{color:5e1045; text-decoration:none}
a:hover {color:666; text-decoration:none;}

a.h3:link {color:#5e1045; text-decoration:underline;}
a.h3:hover {color:#666666; text-decoration:none;}
a.h3:visited {color:#5e1045; text-decoration:underline;}*/

#press #container #mainContent a:link {color:#5e1045; text-decoration:underline;}
#press #container #mainContent a:hover {color:#666666; text-decoration:none;}
#press #container #mainContent a:visited {color:#5e1045; text-decoration:underline;}

/*a.artbox:link {color: #666666; text-decoration:underline;}
a.artbox:hover {color: #5e1045; text-decoration:none;}
a.artbox:visited {color: #666666; text-decoration:underline;}

#exhibitions #container #mainContent .artbox a {color: #666666;}

a.artistbox:link {color: #666666; text-decoration:underline;}
a.artistbox:hover {color: #5e1045; text-decoration:none;}
a.artistbox:visited {color: #666666; text-decoration:underline;}*/

#homepage #container #sidebar1 a {color: #666666;}
#exhibitions #container #sidebar1 a {color: #666666;}

a.nav:link		{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

a.nav:visited	{ color: #ABABAB; text-decoration: none; font-weight: normal;}
a.nav:hover		{ color: #5e1045; text-decoration: none; font-weight: normal;}

a.footer:link		{ color: #ABABAB; text-decoration: underline; font-weight: normal;}
a.footer:visited	{ color: #ABABAB; text-decoration: underline; font-weight: normal;}
a.footer:hover		{color: #5e1045; text-decoration: none;	font-weight: normal;}

a.sidebar1:link		{ text-decoration:underline;}
a.sidebar1:visited	{ text-decoration:underline;}
a.sidebar1:hover	{ color: #5e1045; text-decoration: none;}

a.artistbox:hover  {text-decoration:none; color:#5e1045;}

#current	{color:#5e1045;}

/* FLOATS 
============================================*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
