 /*  
      Theme Name: SRA Pro
      Theme URI: http://localhost/srawp
      Description: A search engine optimized website framework for WordPress designed for Saco River Auction Company of Biddeford, ME
      Author: Floyd Hartford
      Author URI: http://floydhartford.com/
      Version: 1.0.0.1
      Tags: Saco River Auction, SRA, minimal, minimalistic, left-sidebar, 2-column, white
      Copyright Floyd Hartford 2010. Some Rights Reserved.
      Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
      http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/


/* Reset default browser styles */
@import url('style/reset.css');

/* Rebuild default browser styles */
@import url('style/rebuild.css');

/* Rebuild default browser styles */
@import url('style/wp.css');

/* Import a basic layout */
@import url('style/2c-1.css');

.auction-meta-info {
  float: right;
  width:300px;
  margin: 10px 0 10px 0px;
}
.auction-meta-info p {
  font-size: 1.349em;
}
.auction-meta-info p small {
  font-size: .945em;
}
.boxgrid{ 
				width: 206px; 
				height: 182px; 
				margin:10px; 
				float:left; 
				background:#161613; 
				border: solid 2px #8399AF; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 260px;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220px;
 					left: 0;
 				}
                .captionfull .boxcaption h3 {
                  color: #FFF;
                  margin: 5px;
                  font-size: 1.149em;
                  font-family: Helvetica, Arial, sans-serif;
                  font-weight: bold;
                }
                .captionfull .boxcaption p {
                  font-size: .8em;
                }
                .captionfull .boxcaption p span {
                  font-size: 1.249em;
                  display: block;
                  margin: 5px 0;
                }
.boxgrid2{ 
				width: 105px; 
				height: 105px; 
				float: right; 
				background:#161613; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid2 p{ 
					padding: 0 5px; 
					color:#afafaf; 
					font-weight:bold; 
					font:8pt "Lucida Grande", Arial, sans-serif; 
				}
   .nostylelist { padding: 0; margin: 0; list-style: none; }
