@charset "UTF-8";

/* 
CSS for Weaving Art Museum and Research Institute home page
Author: David F. Weiss - project DW
*/

/* types */

body {
	color: #000000;
	font-family: Arial, sans-serif;
	font-weight: normal;
	background-color: #000000;
	font-size: small;
	margin: 0px;
	padding: 0px 20px 20px 20px;
	min-width: 1050px;
}

ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

h1 {
	font-size: 175%;
	font-weight: normal;
	color: #D21F08;
	margin-top: 5px;
	margin-bottom: 5px;
}

h6 {
	color: #D2DDA1;
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 15px;
}

/* ID's */

#header {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#newex {
	background: url(images/newexbkgdbtm.jpg) no-repeat bottom;
	margin-top: 5px;
	padding-bottom: 2px;
	float: left;
	width: 495px;
}

#newex img {
	border: 1px solid #937960;
	padding: 1px;
	margin-top: 5px;
	margin-bottom: 4px;
}

#newleft {
	margin: 0px;
	float: left;
	display: block;
	width: 343px;
}

#newright {
	float: right;
	margin-top: 25px;
}

#topcontainer {
	float: left;
	margin-bottom: 20px;
}

#wandfecontainer {
	margin-left: 520px;
}

#welcome {
	margin-top: 5px;
	border-top: 1px solid #393939;
	padding-top: 5px;
	min-width: 390px;
}

#featuredex {
	margin-top: 15px;
	padding-top: 5px;
	min-width: 390px;
	clear: right;
	background: url(images/featuredexbkgd.jpg) repeat-x 0% 100%;
}

#footer {
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #3B3B3B;
}

#footer p {
	margin-top: 20px;
	font-size: 90%;
	color: #6B6B6B;
	line-height: 110%;
}

/* classes */

p.yellowtxt {
	color: #FFCB99;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

.newexbrdr {
	background: url(images/newexbkgdtop.jpg) no-repeat top;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 350px;
	padding-left: 10px;
	padding-right: 10px;
}

.wandfeimg {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
}

.titlestop {
	font-size: 140%;
	color: #FFFFFF;
	text-decoration: underline;
	margin-bottom: 10px;
	margin-top: 0px;
}

p.titles {
	font-size: 140%;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 0px;
}

.subtitles, p.subtitles {
	font-size: 130%;
	color: #FFCB99;
	margin-bottom: 10px;
	margin-top: 0px;
}

.btmimgs {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

.leftbox {
	width: 32%;
	min-width: 200px;
	float: left;
}

.centerbox {
	width: 32%;
	min-width: 200px;
	margin-left: 20px;
	margin-right: 15px;
	float: left;
}

.rightbox {
	width: 32%;
	min-width: 200px;
	float: right;
}

.btmcontainer {
	margin-top: 20px;
}

.footerinfo {
	margin-top: 10px;
	margin-left: 300px;
	text-align: right;
}

.footercopyright {
	float:left;
}

/* anchors */

h1 a {
	color: #D21F08;
	text-decoration: none;
	display: block;
}

p.titles a {
	color: #FFFFFF;
	display: block;
}

h1 a:hover, p.titles a:hover {
	color: #9C0226;
	text-decoration: none;
}

a.details, p.details a {
	color: #B5B5B5;
	font-size: 105%;
	background: url(images/detailsbulletup.png) no-repeat left center;
	padding-left: 20px;
	margin-top: 10px;
	display: block;
}

a:hover.details, p.details a:hover {
	color: #9C0226;
	text-decoration: none;
	background-image: url(images/detailsbulletover.png);
}

#footer a {
	color: #CECECE;
}

#footer a:hover {
	color: #9C0226;
	text-decoration: none;
}
