/*-----------------------------------------------------------------------------
Lure Design Poster Page
author: Drive New Media, Inc.

-----------------------------------------------------------------------------*/

/* Colors: 
black 	#000000;
greys #999999;
#666666;
#333333;s
red #CF171F;
*/
/* =Reset Styles / Eric Meyer (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

form {
	padding:15px 0;
	}
body {
/* Consistently resizes text and line-height across all browsers */
    font-size:100%; /*default font size for all browsers is 16px */
	line-height:1.25em; /* 16×1.125=18px*/
	text-align:center;
	color: #666;
	background-color:#fff;
	font-family: Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
}

html>body {
/*Resetting font-size for Safari (default for monospaced fonts in Safari is 13px). IE ignores this*/
	 font-size:16px; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------- HEADERS ------------------------------------ */


h1 {
	font-size:2.4em;  /* 16x2=32px */
	line-height: 1.2em;
	color:#333;
}
h4 {
	font-weight:bold;
	font-size:1.4em;
	color:#333;
	line-height:1.4em;
	}

/* ------------------------- LAYOUT SECTIONS ------------------------------ */
#tooshort { text-align:left;width:900px;margin:0 auto;padding:20px 0 0 0; }
#poster { float:left;width:480px;padding:0 0 10px 0; }
#poster img { margin: 0 auto; }
#description { float:left; width:420px; font-weight:bold; line-height: 1.5em;}
#description .copy {font-weight:normal;}
.shipping {color:#999;font-weight:normal;line-height:1.5em;font-size:0.92em;padding:10px 0;}
#footer { clear:both; border-top:1px solid #999; padding:6px 5px;font-size:0.76em;text-align:right; }
#footer img {vertical-align:middle;}