/************* CSS RESET Rules, copied from meadpoint ***************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}

/******** End CSS Reset *******/

/****attempted bg switch**
body {
	background: #d09d39 url(images/background.jpg) repeat-x fixed 100% 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: white;
}

#cheatborder {
	width: 874px;
	background: #571a2b;
	margin: auto;
}

#wrapper {
	width: 850px;
	margin: 10px;
	overflow: hidden;
	border: 2px solid black;
	background: #211d1c url(images/background.jpg);
}
***end attempted bg switch****/

body {
	background: #d09d39 url(images/bggradient.jpg) repeat-x fixed;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: white;
}

#cheatborder {
	width: 874px;
	background: #571a2b;
	margin: auto;
}

#wrapper {
	width: 850px;
	margin: 10px;
	overflow: hidden;
	border: 2px solid black;
	background: url(images/background.jpg);
}


#navigation li {
	float: left;
}

.transparent {
	background-color: rgba(0, 0, 0, .7);
}

#navigation a {
	display: block;
	width: 170px;
	height: 35px;
	text-decoration: none;
	text-align: center;
	color: white;
	line-height: 35px;
}
#navigation a:hover {
	color: #d09d39;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 200%;
	color: white;
	padding-left: 61px;
}
.headline {
	padding-left: 57px;
	padding-top: 10px;
}

.subtitle h2 {
	font-size: 150%;
	color: white;
	text-align: right;
	position: relative;
	top: 230px;
	padding-right: 20px;
	line-height: 27px;
}

h3 {
	font-size:120%;
	letter-spacing: 2px;
	margin-bottom: .3em;
}

#content {
	clear: both;
	margin-top: 70px;
}
#indexfeature { /*****panel 3*****/
	width: 290px;
	height: 350px;
	padding: 20px;
	float: left;
}

#artlinks { /****panel 2*****/
	padding: 20px;
	width: 480px;
	height: 350px;
	float: left;
}

#footer {
	clear: both;
	color: #aaa;
	margin: 15px auto 0 auto;
	padding: 5px;
	font-size: 60%;
	text-align: center;
}
.thumbbox, .wordsbox {
	border: solid 5px rgba(0,0,0,0);
	float: left;
	color: white;
}
.thumbbox {
	width: 130px;
	height: 160px;
	text-align: center;
	font-size: 55%;
	font-style: italic;
	padding: 5px;
	margin: 5px;
	border-radius: 6px;	
}

.wordsbox {
	width: 260px;
	font-size: 82%;
	padding: 10px;
	margin: 5px auto;
	border-radius: 6px;	
	line-height: 1.3em;
}

.body {
	width: 810px;	
	border-radius: 6px;
	margin: auto;
	overflow: auto;
	font-size: 80%;
}

.description { /**/
		font-style: italic;
}

#thumbnails img {
	margin: 0 0 8px 8px;
}
#thumbnails a {
	opacity: .7;
}
#thumbnails a:hover {
	opacity: 1;
}
#thumbnails {
	margin: 10px 0 0 10px;
	width: 180px;
	float: left;
}

#table {
	width: 180px;
	margin: 10px 0 0 10px;
	float: left;
}
th {
	padding: 5px;
}
td {
	
}
#feature {
	margin: 10px 10px 10px 195px;
}
#feature_sm {
	margin: 10px 10px 10px 605px;
}

#feature img {
	padding: 4px;
	border: 4px solid black;
}

#bio_photo {
	margin: 10px;
	width: 585px;
	float: left;
}

.text {
	margin-left: 8px;
	margin-right: 8px;
}

#content {
	font-size: 82%;
	line-height: 1.3em;
}
#content p {
	margin-bottom: 8px;
}

#content a:visited {
	color: #efddba;
}

#feature a {
	display: block;
	width: 170px;
	height: 35px;
	text-decoration: none;
	text-align: center;
	color: white;
	line-height: 35px;
	float: left;
}
#feature a:visited {
	color: #efddba;
}

#feature a:hover {
	color: #d09d39;
}
