@import 'common.css';
@import 'footer-white.css';
@import 'screen.css';

body{
	background:url(images/bg-texture-brown.jpg) repeat;
}


/******************************************
* Main Feature Content Section
*******************************************/
#feature{
	float:left;
	width:925px;
	height:500px;
	background:url(images/gallery/bg-feature.jpg) no-repeat;
}
#feature-content{
	float:left;
	width:720px;
	height:375px;
	padding:40px 0 0 55px;
}
h1#gallery-title{
	height:45px;
	padding:0;
	margin: 0 0 0 40px;
}
h1#gallery-subtitle{
	height:25px;
	padding:0;
	margin:10px 0 5px 0;
}
#feature-content artist-filter {
	width:130px;
}
#feature-content title-filter {
	width:320px;
}
#feature-content decade-filter {
	width:50px;
}
#feature-content media-filter {
	width:70px;
}
#feature-content form{
	margin-left:10px;
}
#feature-content h4{
	padding:30px 0 0 10px;
}
#gallery-image-disclaimer{
	text-align:center;
	width:635px;
	float:left;
	margin: 0 10px 0 0;
}
#gallery-view{
	padding:10px;
	width:650px;
	height:310px;
}
#gallery-aux-nav{
	float:left;
	background:url('images/gallery/bg-aux-nav.jpg') no-repeat;
	width:254px;
	height:465px;
}
#gallery-aux-nav h1{
    font-size:15px;
}
#gallery-aux-nav-askcurator{
	display:block;
	margin:70px 0 0 20px;
	width:195px;
}
#gallery-aux-nav-askcurator p{
	color:#fff;
}
#gallery-aux-nav-ecards{
	display:block;
	margin:30px 0 0 20px;
	width:103px;
}
#gallery-aux-nav-ecards p{
	color:#fff;
}
#gallery-aux-nav-links{
	display:block;
	margin:80px 0 0 30px;
	width:190px;
}
#gallery-aux-nav-links p{
	color:#fff;
}
#gallery-detail-content{
	float:left;
	padding:10px;
	width:300px;
}
#gallery-detail-content p{
	padding:0;
}
#gallery-detail-content-artist{
	float:left;
	width:250px;
}
#gallery-content{
	float:left;
	width:500px;
}
label#gallery-filter-label-artist{
        display:none;
}
label#gallery-filter-label-title{
        display:none;
}
label#gallery-filter-label-decade{
        display:none;
}
label#gallery-filter-label-media{
        display:none;
}
/******************************************
* Main Content Section
*******************************************/
#main-content{
	float:left;
	width:925px;
	height:auto !important;
	min-height:441px;
	background:url(images/bg-main-content-white.jpg) repeat-y;
}
#main-content #content{
	float:left;
	width: 755px;
}

