/* CSS for The Athenaeum 														*/
/* Please do not copy large portions of our style without contacting us first 	*/
/* cmccormick @ mailsnare.net 													*/

/* Primary layout divisions */


/* new layout elements */

#new_header {
	width:1424px;
	height:160px;
	right:0;
	left:0;
	margin:0 auto;
	background: url(http://www.the-athenaeum.org/shared/images/banners/header.png) 0px 0px;
}


#head_links {
	position:absolute;
	left:415px;
	top:90px;
	z-index:1;
	
	font-family: "minion-pro-1","minion-pro-2","Times New Roman",Georgia,serif;
	text-shadow: 0px 1px 0px #999;
    clear: both;
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1em;
		
}






#title {
	position:relative;
	padding:5px;
	font-size:18px;
	font-weight:bold;
}

div.message	{
	background: url(img_84b.gif) top left repeat;
	border-left: solid 2px #cbcaae;
	border-right: solid 2px #cbcaae;
	border-top: solid 8px #cbcaae;
	border-bottom: solid 2px #cbcaae;
	font-size: 14px;
	margin: 0 auto;
	padding: 4px;
	text-align: left;
	}

div#maincontent 	{
	width: 966px;
	padding: 0;
	border: 0;
	right:0;
	left:0;
	margin:0 auto;
	position:relative;
	background-color:#FFF;
	}
	
div#listings {
	margin-top:10px;
	margin-left:18px;
	text-align:left;	
}

div.column_head {
	font-family: "minion-pro-1","minion-pro-2","Times New Roman",Georgia,serif;
	text-shadow: 0px 1px 0px #999;
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1em;
	margin-bottom:5px;
}
	
div#footer p	{
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	height:25px;
	}
	
/* Remove link underlining from random artwork 	*/
a.random, a.random:hover, a.random:visited {
	border-bottom:none;
}


/* Typography 	*/
h3.new_art {
	margin-top: 15 px;
	margin-bottom: 3px;
}

/*===============================================================
  Search bar styling
  ===============================================================*/

.cf:before, .cf:after{
      content:"";
      display:table;
    }
    
    .cf:after{
      clear:both;
    }

    .cf{
      zoom:1;
    }

/*-------------------------------------*/	
    
.form-wrapper {
	width: 300px;
	padding: 0px;
	margin: 0px; 
}

.form-wrapper input {
	width: 140px;
	height: 18px;
	padding: 0px 5px;
	position:absolute;
	/*top:-50px;*/
	/*right:75px;*/ 
	font: 13px 'lucida sans', 'trebuchet MS', 'Tahoma';
	border: 1px solid #CCCCCC;
	background: #FAFAFA;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;      
}

.form-wrapper input.left {
	right:105px; 
}

.form-wrapper input:focus {
	outline: 0;
	background: #fff;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
	box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.form-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}

.form-wrapper input:-moz-placeholder {
	color: #999;
	font-weight: normal;
	font-style: italic;
}

.form-wrapper input:-ms-input-placeholder {
	color: #999;
	font-weight: normal;
	font-style: italic;
}    

.form-wrapper button {
	overflow: visible;
	position: absolute;
	/*top:-50px;*/
	right:103px;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 20px;
	width: 70px;
	font: bold 12px/14px 'lucida sans', 'trebuchet MS', 'Tahoma';
	color: #fff;
	text-transform: uppercase;
	background: #4D4D4D; /*336699*/
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;      
	text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}  

.form-wrapper button.left {
	right:40px;
}  
  
.form-wrapper button:hover{		
	background: #336699;
}	
  
.form-wrapper button:active,
.form-wrapper button:focus{   
	background: #336699;    
}

.form-wrapper button:before {
	content: '';
	position: absolute;
	border-width: 8px 8px 8px 0;
	border-style: solid solid solid none;
	border-color: transparent #4D4D4D transparent; 
	/*top: 2px;*/
	left: -6px;
}

.form-wrapper button:hover:before{
	border-right-color: #336699;
}

.form-wrapper button:focus:before{
	border-right-color: #336699;
}    

.form-wrapper button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

	
	