@charset "UTF-8";
body  {
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	background-color: #000000;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
} 
#header {
	padding: 0;
	height: 170px;
	position: relative;
	background-image: url(images/headbkgd.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 


/*--------- main navigation styles start ----------*/

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: absolute;
	right: 10px;
	bottom: 0px;
}

#header li {
	float: left;
}

#header li a:link,#header li a:visited {
	display: block;
	text-decoration: none;
	color: #333333;
	margin-right: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFFFCC;
	padding-top: 0.4em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	font-size: 0.85em;
	line-height: 1.2;
}

#header li a:hover,#header li a:active {
	color: #FFFFFF;
	background-color: #62625B;
}

#header li a.current,#header li a.current:hover,#header li a.current:active {
	color:#FFFFCC;
	background: #000000;
	cursor: default;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-left-color: #0066CC;
}


/*--------- styles for blog button link start here ----------*/

#header  #blogButton  p {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 2px;
	right: 5px;
}
#header #blogButton a:link, #header #blogButton a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.2px;
	font-weight: normal;
	color: #B8F3F5;
	text-decoration: none;
	background-color: #000000;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 8px;
}
#header #blogButton a:hover, #header #blogButton a:active {
	color: #000000;
	background-color: #62625B;
}


/*--------- sidebar styles start here ----------*/



#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #000000;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sidebar1 p {
	font-size: 0.7em;
	line-height: 1.4;
}
#sidebar1 p.list {
	margin-top: 1px;
	margin-bottom: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar1 p.listfirst {
	margin-bottom: 1px;
}
#sidebar1 a:link, a:visited {
	color: #9966CC;
	text-decoration: none;
	font-weight: normal;
}
#sidebar1 a:hover, a:active {
	color: #FFCC33;
	text-decoration: underline;
	font-weight: bold;
}
#sidebar1 h4 {
	font-size: 0.75em;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #FFCC33;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC33;
	margin-top: 3em;
	margin-bottom: -0.5em;
	border-bottom-color: #FFCC33;
}
#sidebar1 h5 {
	color: #999999;
	font-size: 0.75em;
	margin-bottom: -1em;
}
#sidebar1 h6 {
	color: #66CC66;
	font-size: 0.85em;
	font-style: italic;
	line-height: 1.5;
	padding-right: 20px;
}
#sidebar1  ul {
	text-indent: -1em;
}
#sidebar1 li {
	font-size: 0.7em;
}

/*--------- mainContent styles start here ----------*/

#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#mainContent.movie {
	margin-left: 0px;
}

#mainContent h1 {
	font-size: 1em;
	color: #0066CC;
}
#mainContent h4 {
	font-size: 0.75em;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #FFCC33;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC33;
	margin-top: 3em;
	margin-bottom: -0.5em;
	border-bottom-color: #FFCC33;
}
#mainContent p {
	font-size: 0.85em;
	line-height: 1.2;
}
#mainContent blockquote {
	font-style: italic;
	font-size: 0.75em;
	line-height: 1.4;
}
#mainContent p.smaller {
	font-size: 0.7em;
	line-height: 1.2;
	margin-bottom: 2px;
}
#mainContent  a:link, a:visited {
	font-weight: normal;
	color: #9966CC;
	text-decoration: none;
}
#mainContent  a:hover, a:active {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}

/*--------- special styles for 3col exhibition layout plus extra nav bar at topright start here ----------*/


#mainContent .exhNavigation p {
	font-size: 0.7em;
	text-align: right;
	margin-bottom: 30px;
}

#mainContent #exhColLeft {
	float: left;
	width: 250px;
	padding: 0px;
}
#mainContent #exhColRt {
	float: left;
	width: 250px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

/*--------- special styles for 1col portfolio layout plus extra start here ----------*/


#mainPortfolio {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mainPortfolio a:link, a:visited {
	font-weight: normal;
	color: #9966CC;
	text-decoration: none;
}
#mainPortfolio a:hover, a:active {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}

#mainPortfolio .exhNavigation p {
	font-size: 0.7em;
	text-align: right;
	margin-bottom: 30px;
}
#mainPortfolio  p {
	text-align: right;
	background-color: #000000;
}


/*--------- footer styles start here ----------*/

#footer {
	background-color: #000000;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.65em;
	line-height: 1.3;
	text-align: center;
}
.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;
}
.left {
	float: left;
}
.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;
}
.photoboxRt {
	float: right;
	width: 165px;
	border: 1px solid #666666;
	padding: 1px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 0px;
}
.photoboxRt  p   {
	text-align: center;
}
.photocaption {
	font-size: 0.75em;
	color: #FFFFCC;
}
.photoboxLft {
	float: left;
	width: 165px;
	border: 1px solid #666666;
	padding: 1px;
	margin-left: 7px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}
.photoboxLft p {
	text-align: center;
}
