/* CSS Document */

body {
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	background-image:url(../images/background_grid2.jpg);
	background-repeat: repeat;
}

#logo{
	position: absolute;
	top:0;
	width: 133px;
	height: 133px;
	}
#side {
  	text-align: left;
	position: absolute;
	top: 133px;
	width: 123px;
	height: 200px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 10px;
	line-height: 25px;
	background-color: #aca095;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}

#main {
	text-align: left;
	width: 400px;
	position: absolute;
	padding-left: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 15px;
	top: 163px;
	left: 133px;
	background-color: #FFFFFF;
	color:#000000;
	z-index: 999;
	/*overflow: scroll;*/
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
#mainIndex {
	text-align: left;
	width: 400px;
	position: absolute;
	padding-left: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 15px;
	top: 163px;
	left: 133px;
	background-color: #FFFFFF;
	color:#000000;
	z-index: 999;
}
#main_notTrans {
  	text-align: left;
	width: 400px;
	position: absolute;
	padding-left: 5px;
	padding-top: 5px;
	padding-left: 10px;
	top: 133px;
	left: 133px;
	height: 467px;
	overflow: scroll;
	background-color: #FFFFFF;
	color:#000000;
}
#main_women {
  	text-align: left;
	width: 250px;
	position: absolute;
	padding-left: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	top: 133px;
	left: 133px;
	background-color: #FFFFFF;
	color:#000000;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}
#extra1{ /*This is the top right square anchored to the main div*/
	position: fixed;
	top: 145px;
	left: 540px;
	width: 33px;
	height: 33px;
	background-color: #663300;
	z-index: 1000;
}

#extra2{ /*This is the left div anchored behind the main div*/ 
	position: fixed;
	top: 450px;
	left: 56px;
	width: 72px;
	height: 72px;
	background-color: #FFF;
	padding: 5px 5px 5px 5px;
}
#extra3 { /*This is the left div anchored behind the emptyQuilts div*/
	position: relative;
	bottom: 50px;
	left: 56px;
	width: 150px;
	background-color: #C8B28C;
	padding: 5px 5px 5px 5px;
}

#more{ /*Contains the "continue" links for the main div, anchored to the bottom right of the main div*/
	position: relative;
	top: 15px;
	height: 20px;
	width: 100px;
	left: 360px;
	background-color: #663300;
	color: #FFFFFF;
	z-index: 10000;
	margin-top: -25px;
	padding: 3px 3px 3px 3px;
	text-align: center;
}
#more_quilts{ /*Contains the short description (i.e., name) of the quilt shown on the individual quilt pages*/
	position: relative;
	top: 15px;
	width: 175px;
	left: 360px;
	background-color: #C8B28C;
	color: #663300;
	z-index: 10000;
	margin-top: -25px;
	padding: 3px 3px 3px 3px;
	text-align: center;
}
a:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: 13px;
	width: auto;
	font-variant: small-caps;
}

a:visited{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: 13px;
	width: auto;
	font-variant: small-caps;
	}
	
#subnav{
	margin-left: 5px;
	font-variant: normal;
	font-size: 10px;
	letter-spacing: .1em;
	}

#current{
	color:#674011;
	font-weight: bold;
}
a:hover {
	font-weight: normal;
	color: #674011;
	text-decoration: none;
	height: 13px;
	width: auto;
	background-color: #FFFFFF;
	font-variant: small-caps;
}

#bodylinks {
	color:#663300;
	font-variant: normal;
	padding: 3px 3px 3px 3px;
	}
	
#more a {
	/*background-color: #F4DDB1;*/
	color:#FFFFFF;
	font-variant: normal;
	padding: 3px 3px 3px 3px;
	}
#more a:hover {
	text-decoration: underline;
	background-color: #663300;
	}
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}
h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #660000;
	font-size: 13px;
	text-align: right;
}
h4 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #333333;
	font-size: 11px;
	text-align: left;
}