@charset "utf-8";
body {
	/*font: 78%/1.5 verdana, arial, helvetica, sans-serif;
	color: #333;
	*/
	font: 10pt/16pt verdana, arial, helvetica, sans-serif;
	color: #555753;
	background: #93A5B9;
	margin: 2em; /* originally 0 */
	padding: 0;
	
}

/* ~~ Blogfeed rss section for home page ~~ */
#blogfeed, #blogfeed p {
	font:10px/10pt verdana, arial, helvetica, sans-serif;
}

#blogfeed .head, #blogfeed a.head {
	margin:1.5em 0 .75em 0;
                font: bold 10pt/16pt verdana, arial, helvetica, sans-serif;
	margin-bottom: 0px;
	text-transform:none;
	letter-spacing:.2em;
	}	

#blogfeed h3 { 
	font: bold 1em/.2em verdana, arial, helvetica, sans-serif;
	margin: -.5em 0 -1.5em 0;
	text-transform:none;
	letter-spacing:.2em;
	color:#c60;
	}
/* ~~ /blogfeed ~~ */

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p, dt {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

/*
H1 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 20px; 
	TEXT-TRANSFORM: none; 
	COLOR: #222; LINE-HEIGHT: 20px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	LETTER-SPACING: 1px;	
	MARGIN-BOTTOM: 3px;
}
H2{
	FONT-WEIGHT: bold; FONT-SIZE: 11px; 
	TEXT-TRANSFORM: none; 
	COLOR: #222; 
	LINE-HEIGHT: 15px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	LETTER-SPACING: 1px;
	MARGIN-BOTTOM: 3px;
}
H3 {
	TEXT-TRANSFORM: none; COLOR: #222; display:inline;
	FONT: bold 9px/11px Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 1px;
}
P {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 16px;
	FONT: 11px/18px verdana, arial, helvetica, sans-serif; PADDING-TOP: 0px;
}
*/


h2 {
	margin:1.5em 0 .75em 0;
  	font: bold 100%/1.4em verdana,sans-serif;
  	text-transform:uppercase;
  	letter-spacing:.2em;
  	/*color:#c60;  #933*/
	color:#333;
}



h3 { 
	margin:1.5em 0 .75em;
	font: bold 88%/1.4em verdana,sans-serif;
	margin-bottom: 0px;
	text-transform:none;
	letter-spacing:.2em;
	color: #333; /*#c60;*/
	}



h4 { 
	margin:1.5em 0 .75em;
	font: italic 60%/1.4em verdana,sans-serif;
	margin-bottom: 0px;
	text-transform:none;
	letter-spacing:.2em;
	color: #333; /*#c60;*/
	}

h5 { 

	font: bold 78%/1.4em verdana,sans-serif;
	text-transform:none;
	letter-spacing:.2em;
	color: #333; /*#c60;*/
	}



.head { 
	margin:1.5em 0 .75em;
	font-weight: bold;
	margin-bottom: 0px;
	text-transform:none;
	letter-spacing:.2em;
	color:#c60;
	}



.subhead { 
	margin:1.5em 0 .75em;
	font-style: italic;
	margin-bottom: 0px;
	text-transform:none;
	letter-spacing:.2em;
	color:#c60;
	}

#pagetitle h1 { 
	font: bold 150% verdana,sans-serif;
	letter-spacing:.3em;
	color:#333;
	margin-top: 10px; 
	margin-bottom: 0px;
	float: left;
	}

#pagetitle h2 { 
	clear: left;
	margin-top: 5px;
	font: italic bold 10pt/14pt georgia, serif;  
	color: #ccc;  
	float: left;
	}


#sideinfo { /* used on about artist page as sidebar */
	font-size: .75em;
	FLOAT: right; 
	WIDTH: 300px; 
	padding: 10px; 
	margin: 20px 0px 10px 20px;
	background: #eee;
	position: relative;
	border:1px solid #ccc;
}

	
em {
	FONT-WEIGHT: bold;
	font-style: normal;
}
small {
	FONT: 9px/11px Verdana, Arial, Helvetica, sans-serif;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a.head {
	margin:1.5em 0 .75em;
	font: bold 88%/1.4em verdana,sans-serif;
	margin-bottom: 0px;
	text-transform:none;
	letter-spacing:.2em;
	}	

a:link { 
	text-decoration: underline; 
	color: #7C6240; /* #58a;*/
	
	}

a:visited { 
	text-decoration: underline;
	color: #7C6240; /* #969; */
	}

a:hover, a:active, a:focus { 
	text-decoration: none; 
	color: #c60;
	}
	

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 960px;
	background: #FFF;
	border: #333 1px solid;
	margin: 100px auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. ~~ */
.header {
	
}

#title {	
    float: right;
	margin: 5px 5px 0px 0px;
	WIDTH: 345px;
	HEIGHT: 58px;	
	margin: 5px 5px 0px 0px;
}

#hmenu {
position : relative;
float: right;
font-weight: bold;
white-space:nowrap;
margin-top:0;
margin-right:8px;
margin-bottom:0px;
margin-left:0px;
}

/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/
/* used on homepage */
.home_sidebar {
	float: left;
	width: 430px;
	background: #FFF;
	padding-bottom: 10px;
}
.home_content {
	padding: 50px 0 0 0;
	width: 530px;
	float: left;
}

/* alternate styles for homepage where giraffe overlaps corner */
#giraffe {
	float: left; 	
	padding-bottom: 10px; 
	margin-top: -117px;
	margin-left: -80px;
	overflow: visible;
	background: none;	
}

/* next to giraffe */
.home_content1 {
	padding-right: 0px; padding-left: 0px; float: left; padding-bottom: 0px; 	
	width: 700px; 
	padding-top: 50px;
	position: relative;
	top: -380px;
	margin-left: 180px;
	
}

/* below giraffe */
.home_content2 {
	padding: 0px;  
	float: left; 	
	width: 850px; 	
	position: relative;
	top: -380px;
	margin: 0px 50px -320px 50px;	
}

#hmenu_home {
	FONT-WEIGHT: bold; 
	//FLOAT: right; 
	/*MARGIN: 0px 8px 0px 0px; */
	MARGIN: 0px 8px 0px 0px;
	WHITE-SPACE: nowrap; 
	POSITION: relative;
	left: 0px;
	top: -445px;	
}

#title_home {
	FLOAT: right; MARGIN: 5px 5px 0px 0px; WIDTH: 345px; HEIGHT: 58px
}

/*--------*/

/*used on inner pages*/
.page_content {
	padding: 30px ;
	width: 920px;
	float: left;
}

/*used on gallery pages*/
.gallery_content {
	padding: 20px ;
	width: 920px;
	float: left;
	text-align: center;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}


/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #eda;
	border-left: #BFC87F 0px solid;
	text-align: center;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.center {
	text-align:center;
}


/* Glossary page styles */
.head { /* used in glossary pages */
	margin:1.5em 0 .75em;
	font-weight: bold;
	margin-bottom: 0px;
	text-transform:none;
	letter-spacing:.2em;
	color:#c60;
	}

h2.letter { /* used in glossary pages */
	margin:0em 0 0em;
	font: bold 175% verdana,sans-serif;
	color:#c60;
	}
.term {/* used in glossary pages */
	FONT-WEIGHT: bold; COLOR: black; TEXT-ALIGN: left
}

.definition {/* used in glossary pages */
	COLOR: black; TEXT-ALIGN: left;
}
/* end Glossary styles */