/* -------------------------------------
	Design: Tim Blumer
	CSS: Tim Blumer	
	Built: 04-19-2012
	Last Edit: 03-14-2013
	URI: http://test.angusjournal.com/style/
---------------------------------------*/
/* @group Reset */
/* Eric Meyer's CSS Reset, modified http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, hr, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
:focus {outline: 0;}
body {line-height: 1;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* @end */
/* @group Layout */
body{background: url(../images/design/mainbg.jpg) no-repeat fixed #000000;}
#container{display: block; margin: auto; width: 746px; z-index: 1;}
#header{background: url('../images/design/styletext.png') no-repeat center top; display: block; height: 90px;}
#header a{display: block; height: 80px; width: 300px; margin: auto;}
#header a h1{visibility: hidden;}
#wrapper{background: url('../images/design/mainbg_dk.jpg') no-repeat fixed #414343; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; border: 1px solid #5a5b5b; padding: 10px 10px 10px 17px; font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #ffffff; text-shadow: 0 -1px 0 #000000; position: relative; z-index: 2;}
#wrapper ol{font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	color: #ffffff;	margin: auto; width: 730px;}
#wrapper ol li{list-style-type: decimal-leading-zero; list-style-position: inside; width: 210px; margin: 13px; float: left;}
#wrapper ol li a{display: block;}
#wrapper ol li a img{border: 5px solid rgba(255, 255, 255, 0.57); -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
#wrapper ol li a img:hover{border-color: #ffffff;}
#wrapper img{ border: 5px solid rgba(255, 255, 255, 0.57); -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
#contact{}
#content{}
#footer{text-align: center; padding: 20px;}
#api{font: 10px "Lucida Grande", Lucida, Verdana, sans-serif; color: #5c5a5a;	text-align: center;	padding-top: 10px; padding-bottom: 20px;}
#api a{color: #5c5a5a;}
#api a:hover{color: #ffffff;}
.left{float: left; margin-right: 10px;}
.right{float: right; margin-left: 10px;}
.center{margin: 0 auto; text-align: center;}
.clear{clear: both;}
li.sold{background: url('../images/sold.png') no-repeat center center; position:relative; }
li.sold img{position:relative;	z-index: -1;}
/* @end */