/* pixel to em coversion: http://pxtoem.com/ ems based on default browser 1em text size of 16px */

/* --- Imports --- */
@import url("reset.css");
@import url("common.css");
@import url("cart-layout.css");
@import url("error.css");

body {
	background:#ccc;
	color:#000;
	font-family:arial, tahoma, verdana, arial, sans-serif;
	font-size:100.1%;
}

p {
	font-size:0.875em;
	line-height:1.4em;
	margin:0.5em 0;
}

div.c1-static p.shout   {
    font-size:1.5em;
    font-style:italic;
	margin:0 auto;
	padding:1em;
	text-align:center;
}

body.home div.c3 p.quote {
	display:block;
	color:#114170;
	font-size:0.8em;
	margin:5px 0;
}

p.quote {
	display:none;
}

p.quote span {
	color: #114170;
	font-style: normal;
}

div.separator {
	border-bottom:3px double #114170;
	display:block;
	margin:15px 0;
}

body.cart  div.separator, body.checkout  div.separator {
	display:none;
}

strong {
	font-weight:600;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0.825em 0 0.5em 0;
}

h1 {
    color: #666;
    font-size: 1.75em;
    font-weight: bold;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.25em;
}

h3 {
    color:#333;
    font-size: 1.1em;
    font-weight: bold;
    padding: 3px 3px 3px 0;
}

h4 {
    font-size: 1.0em;
}

h5 {
    font-size: 0.9em;
}

h6 {
    font-size: 0.875em;
}

div.c1-dynamic h1 {
	display:none;
}

div#wrap {
	background:#fff;
	margin:0 auto;
	padding-bottom:3em;
	width:60em;
}

div#header h1 {
	display:none;
}

br.clear {
	clear:both;
	height:0;
}

a:link, a:visited {
    color: #9b2426;
    font-weight: bold;
    text-decoration:none;
}

a:hover, a:active {
    color: #5a6569;
    text-decoration: underline;
}

div#system-message {
	background:#666;
	color:#fff;
	font-size:1.5em;
	width:auto;	
}

div#system-message p {
	margin:15px;
}

#header {
    background:url(/images/clients/logos/forloveofliberty-header.png) 0 0 no-repeat #fff;
    height:13.75em;
    margin:0 auto;
    padding:0;
	position:relative;
    width:60em;
}

ul#nav {
	list-style-type:none;
	left:1em;
	margin:0 auto;
	position:absolute;
	top:0;
	width:58.25em
}

ul#nav li {
	display:inline;
	font-size:0.875em;
	float:left;
	margin:0 0.125em;
}

ul#nav li span {
    color:red;
    margin-left:2px;
}

ul#nav li a {
	color:#fff;
	text-decoration:none;
}

div.c1 {
	background:#fff;
	margin:0 auto;
	position:relative;
	width:60em;
}

div.c1 div.c3 {
	padding:0.25em;
	position:absolute;
	right:0.375em;
	width:12.5em;
}

body.home div.c1 div.c3 {
	top:8em;
}

div.c1 div.c3 h3 {
	color:#666;
	font-weight:600;
}

div#footer {
	color:#ccc;
	font-size:0.8em;
	text-align:center;
	margin:1em auto;
	width:56.25em;
    height: 76px;
}

div#checkout-cues {
	background:#fff;
	width:56.25em;
}

div#checkout-cues .col {
	width: 20em;
}
div#cartcontents, div.checkout-wrap {
	margin-left:1.5em;
}

/* begin store specific properties pulled from cart-layout */

/* begin i_product properties */

div.product-box {
	margin:0 0 1.5em 1em;
	width:43em;
}

div.product-box div.product-image {
	width:18em;
    text-align: center;
}

div.product-box div.product-info {
	margin:0;
	width:25em;
}

div.product-box div.product-info .price {
	font-size:1.25em;
}

div.product-box div.product-info h4 {
	color:#333;
	font-size:1.25em;
	margin:0 0 0.375em 0;	
}

