/*
css to govern wordpress landing pages including:
Bag Recycling Landing Page (r. 2012.01.09)
Red Hook Crit Landing Page (r. 2012.03.22)
Shipping Page (r. 2012.07.26 Helen Tseng)
*/


#lp-content {
	margin: 0 0 0 0;
}

.lp-graphic-header {
	margin:-20px 0 10px 0;
}
	
#recycling-left-col {
    width:471px; 
	margin: 0 0 26px 0;
    padding: 0px 33px 0px 0px;
    float:left;
}

#recycling-right-col {
    width:328px; 
    padding: 0px 14px 16px 14px;
	margin: 0 0 26px 0;
    background:#efefef; 
    float:left; 
    
}

#single-860-col {
	width:860px;
	padding: 0 0 26px 0;	
	
}

.lp-h2 {
    color:#222222;
    font-size:28px;
    text-transform:uppercase;
    font-family:DINWeb, sans-serif !important;
    font-weight:normal;
}

.lp-h3 {
    text-transform:uppercase;
    color: #DA6A1D;
    display: block;
    font-family: DINWeb,sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 5px 0;
}

.lp-h3-mixedcase {
    color: #DA6A1D;
    display: block;
    font-family: DINWeb,sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 5px 0;
}

.lp-h3-mono {
    text-transform:uppercase;
	color: #222222;
    display: block;
    font-family: DINWeb,sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 5px 0;
}

.lp-h3-mono-mixedcase {
    color: #222222;
    display: block;
    font-family: DINWeb,sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 5px 0;
}

.recycling-h3 {
   color:#70a319;
}

.recycling-right-col-hrule {
    margin: 16px 0 16px 0;
    
}

#lp-content #recycling-left-col .lp-rule {
	width:471px;
	overflow:hidden;
	margin: 9px 0;
}

#lp-content #recycling-right-col .lp-rule {
	width:328px;
	overflow:hidden;
	margin: 9px 0;
}

.lp-rule {
	width:860px;
	overflow:hidden;
	margin: 9px 0;
}

#lp-content .lp-intro {
	font-size:16px;
	line-height:23px;
    font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#lp-content p {
	color: #5E5E5E;
    font-size: 13px;
    line-height: 19px;
	font-family: Arial,Helvetica,sans-serif;
	margin-bottom: 19px;
}

.lp-orange {
	color:#DA6A1D;
}

.lp-green {
	color:#7d9e00;
}

.lp-float-right {
	float:right;
}

/* ------------------ Redhook Artists Bags Page ------------------ */

/* to be able to use this column layout widely we may need to change this to make the 13px bottom margin specific to the Redhook artists page*/
.left-col-410 {
	width:410px;
	overflow:hidden;
	margin-right:6px;
	float:left !important;
	margin-bottom:13px;
}

/* to be able to use this column layout widely we may need to change this to make the 13px bottom margin specific to the Redhook artists page*/
.right-col-410 {
	width:410px;
	overflow:hidden;
	float:right !important;
	margin-bottom:13px;
}

.redhook-artistname {
	margin-right:20px;
	margin-top:3px;
}

/* ------------------ Shipping Page ------------------ */
.shippingTable { 
	font-size: 12px; 
}

.shippingTable td { 
	border-bottom: 1px solid #DDDDDD; 
}

.shippingTable .headerRow { 
	border-bottom: 1px solid #C6C6C6; 
}

.shippingTable .dividerRow { 
	border-bottom: 1px solid #C6C6C6; 
}

.shippingIcons { 
	width: 175px; 
	text-align: center; 
	float: left; 
}

.announcement { 
	font-style: italic; 
	background-color: #edf43c; 
}
