/* RESET */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input, img {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

header, nav, article, section, footer, figure, aside {
	display: block;
}

ul,ol {
	list-style: none;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:focus {
	outline: 0; }

/* BASE */

body {
	color: #333;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #ff6600;
}

a:hover {
	color: #cc0000;
	text-decoration: none;
}

/* MOBILE LAYOUT */
img {
	height: auto;
	max-width: 100%;
	}

h1 {
	color: #fff;
	line-height: 34px;
	height: 34px;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/h1-mobile-bg.png) repeat-x 0 0;
	padding-left: 5px;
}

#navigation ul {
	display: none;
}

#branding a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#content {
	background-color: #e5e5e5;
	padding: 5px;
}

#primary {
	margin-left: 0;
	margin-right: 0;
	background-color: #fff;
	padding: 5px;
}

#wrapper {
	overflow: hidden;
}

h2#tagline {
	background: #fff url(../images/plate-img-for-mobile.png) no-repeat 5px 5px;
	text-indent: 0;
	padding: 2px 5px 2px 95px;
	font-size: 11px;
	line-height: 14px;
	height: 56px;
}

h3#heath-promo, h3#chapter-header, h3#chapter-title {
	margin: 5px 0 0;
	background-color: #fff;
	font-size: 11px;
	line-height: 14px;
	padding: 5px;
	text-indent: 0;
}

#secondary {
	background-color: #fff;
}

#primary #col1, #primary #col2, #primary #col3, #secondary #co1, #secondary #col2 {
	margin: 0;
	display: block;
	float: none;
	background-color: #fff;
	padding: 0;
}

#secondary #col1, #secondary #col2 {
	margin: 5px 0 0;
	padding: 5px;
}

h4#protection {
	text-indent: 0;
	background-color: #fff;
	padding: 5px;
}

h4#identity {
	text-indent: 0;
	background-color: #fff;
	padding: 5px;
}

h4#confidence {
	text-indent: 0;
	background-color: #fff;
	padding: 5px;
}

h4#purchase-plate {
	text-indent: 0;
	background-color: #fff;
}

h4#purchase-4p {
	text-indent: 0;
	background-color: #fff;
}

#fourp.desc p {
	padding: 0 0 10px;
	font-size: 11px;
	line-height: 15px;
	color: #666;
}

#fourp.desc h5 {
	padding: 5px 0 10px;
}

#footer {
	text-align: left;
	margin: 0;
	background-color: #000;
	padding: 0;
}

#footer p {
	color: #fff;
}

#footer #col1 {
	float: none;
	margin: 0 0 10px;
	padding: 0;
}

#footer #col1 ul li a {
	background: url(../images/link-arrow-orange.png) no-repeat 98% center;
	display: block;
	padding: 10px;
	border-bottom: 1px solid #ff6600;
}

#footer #col3 {
	padding: 10px;
}

.not-mobile {
	display: none;
}

a.arrow {
	background: #f2f2f2 url(../images/link-arrow-orange.png) no-repeat 98% center;
	display: block;
	padding: 10px;
	margin-bottom: 5px;
}

a.arrow.orange {
	background: url(../images/link-arrow-orange.png) no-repeat right center;
	padding: 0 10px 0 0;
}

span.pullquote {
	display: none;
}

#col.article.first p {
	color: #666;
	padding-bottom: 12px;
}

.hidden { display: none; }

/* DESKTOP LAYOUT */

@media all and (min-width:800px) {

body {
	background: #fff;
}

body.secondary #navigation { 
	margin-top: 15px; 
	}

#wrapper {
	text-align: left;
	width: 960px;
	margin: 0 auto;
}

#branding {
	height: 40px;
}

h1 {
	width: 450px;
	height: 40px;
	background: url(../images/h1.png) no-repeat 0 0;
	text-indent: -9999px;
}

#wrapper:after, #content:after, #primary:after, #secondary:after, .rowclearer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#wrapper #content, .rowclearer {
	_zoom: 1;
}

.rowclearer {
	width: 100%;
}

.clearer {
	display: block;
	height: 0;
	clear: both;
	float: left;
	visibility: hidden;
}

.not-mobile {
	display: block;
}

/* =type */

a.arrow {
	background: url(../images/link-arrow.png) no-repeat right center;
	padding: 0 10px 0 0;
	display: inline;
	margin: 0;
}

a.video {
	color: #333;
	margin: 0 0 0 5px;
	font-weight: bold;
}

a.video:hover, a.arrow:hover {
	color: #cc0000;
	text-decoration: none;
	background: url(../images/link-arrow-hover.png) no-repeat right center;
	padding: 0 10px 0 0;
}

p.four-p {
	text-align: right;
	margin: 13px 5px 0 0;
	font-weight: bold;
	line-height: 14px;
}

a.four-p, a.promo-plate, a.promo-4p {
	color: #808080;
}

p.promo-plate {
	text-align: right;
	font-weight: bold;
	line-height: 14px; 
	margin-top: 15px; 
	margin-left: 0; 
	margin-bottom: 0; 
	}

p.promo-4p {
	width: 200px;
	text-align: left;
	font-weight: bold;
	line-height: 14px; 
	margin-top: -30px; 
	margin-left: 14px; 
	margin-bottom: 60px; 
	}

p#blockquote { 
	background-color: #f1eeeb; 
	font-style: italic; 
	padding: 15px;
	border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px; 
	font-size: 1em; 
	}

#fourp.desc p {
	padding: 0 40px 10px 14px;
	font-size: 11px;
	line-height: 15px;
	color: #666;
}

#fourp.desc h5 {
	color: #666;
	padding: 5px 40px 10px 14px;
}

.article h5 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-bottom: 4px;
}

span.pullquote {
	width: 200px;
	background-color: #f1f1f1;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	float: right;
	padding: 10px;
	margin: 0 0 10px 10px;
	border-top: 2px solid #cc3300;
	display: inline;
}

p.verse {
	padding-left: 26px;
}

#footer p {
	font-size: 11px;
	color: #fff;
	line-height: 15px;
}

#footer p.address {
	padding-left: 39px;
}

/* =navigation */

#navigation {
	background-color: #000;
	height: 34px;
}

#navigation ul {
	float: right;
	display: block;
}

#navigation ul li {
	display: inline;
	float: left;
	line-height: 34px;
	padding-right: 15px;
}

#navigation ul li a {
	color: #ccc;
}

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

/* =Content */

#content {
	background: url(../images/primary-bg.jpg) no-repeat scroll 0 0;
	padding: 0;
	margin: 0;
}

#content.secondary-page { 
	background-image: none; 
	background-color: #fff; 
	}

#content.secondary-page p { 
	padding-bottom: 14px; 
	}
	
h1.entry-title { 
	background-image: none; 
	text-indent: 0; 
	color: #666; 
	margin: 0; 
	padding: 0; 
	}

h2#tagline {
	width: 960px;
	height: 161px;
	background: url(../images/content-header.png) no-repeat 0 0;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}

h3#heath-promo {
	text-indent: -999px;
	width: 960px;
	height: 25px;
	background: url(../images/heath-promo.png) no-repeat scroll 0 0;
	margin: 14px 0 34px;
	padding: 0;
}

#primary {
	margin: 0 26px;
	background-color: transparent;
	padding: 0;
}

#primary.article {
	background: #fff url(../images/article-bg.gif) repeat-y 0 0;
	margin-bottom: 50px;
}

#primary h4 {
	height: 76px;
	margin-left: 5px;
}

#primary #col1, #primary #col2, #primary #col3, #secondary #co1, #secondary #col2 {
	background-color: transparent;
	padding: 0;
	border-bottom-style: none;
}

#primary #col1, #footer #col1 {
	margin: 0;
	padding: 0;
}

#primary #col2, #primary #col3, #footer #col2, #footer #col3 {
	margin: 0 0 0 20px;
	padding: 0;
}

#primary #col1, #primary #col2, #primary #col3, #footer #col1, #footer #col2 {
	display: inline;
	float: left;
	width: 289px;
}

#col.article.first {
	width: 496px;
	padding: 26px;
	float: left;
}

#col.article.second {
	width: 360px;
	margin: 0;
	padding: 26px 0;
	float: right;
}

h4#protection {
	text-indent: -9999px;
	background: url(../images/protection-title.png) no-repeat scroll 0 0;
	padding: 0;
}

h4#identity {
	text-indent: -9999px;
	background: url(../images/identity-title.png) no-repeat scroll 0 0;
	padding: 0;
}

h4#confidence {
	text-indent: -9999px;
	background: url(../images/confidence-title.png) no-repeat scroll 0 0;
	padding: 0;
}

#secondary {
	padding: 50px 0;
}

#secondary #col1 {
	width: 315px;
	display: inline;
	float: left;
	padding: 0; 
	margin: 0 20px 0 0; 
	}

#secondary #col2 {
	width: 610px;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/secondary-col2-bg-left.png) repeat-y left top; 
	}

h4#purchase-plate {
	text-indent: -9999px;
	background: url(../images/purchase-plate-title.gif) no-repeat 0 0;
	width: 350px;
	height: 87px;
}

h4#purchase-4p {
	text-indent: -9999px;
	width: 350px;
	height: 108px;
	background: url(../images/purchase-4p-title.gif) no-repeat scroll 0 0;
}

h3#chapter-header {
	color: #fff;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	background-color: transparent;
}

h3#chapter-title {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 20px;
	background-color: transparent;
}

#fourp {
	padding: 30px 0 20px;
}

#fourp ul {
	margin: 14px 0;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

#fourp ul li.active a {
	background: url(../images/subnav-li-bg.png) no-repeat 0 0;
	height: 26px;
	display: block;
	padding-left: 14px;
	color: #ff6600;
}

#fourp ul li a {
	line-height: 24px;
	font-weight: bold;
	padding-left: 14px;
	color: #666;
}

#fourp ul li a:hover {
	color: #cc0000;
}


/* =TALES FROM THE DINNER TABLE */

.col.left { 
	width: 388px; 
	margin-right: 40px; 
	background: url(../images/secondary-col2-bg-btm.png) no-repeat left bottom; 
	padding-bottom: 50px; 
	}

#tales { 
	width: 388px; 
	height: 185px; 
	background: url(../images/tales-from-dinner-table-logo.jpg) no-repeat 0 0; 
	text-indent: -9999px; 
	margin-bottom: 40px; 
	}

h4.post { 
	margin-left: 50px; 
	font-size: 17px; 
	text-transform: uppercase; 
	font-weight: bold; 
	line-height: 25px; 
	border-top: 4px solid #cc3300; 
	border-bottom: 1px solid #cccccc; 
	}

p.topic { 
	font-size: 11px; 
	color: #ccc !important; 
	text-align: right; 
	margin-top: 0 !important; 
	}

.col.left p { 
	margin-left: 50px; 
	margin-top: 15px; 
	color: #666; 
	}
	
.post { 
	position: relative; 
	}

.post .info { 
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px; 
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0; 
	width: 29px; 
	background-color: #fff; 
	position: absolute; 
	top: 0; 
	left: 0;
	-moz-box-shadow: 0px 3px 0px rgba(0, 0, 0, .15);
-webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, .15);
box-shadow: 0px 3px 0px rgba(0, 0, 0, .15);
	}

.info p.date { 
	margin: 4px 0 0; 
	padding: 0; 
	text-align: center; 
	color: #cc7200; 
	font: bold 21px/21px Arial, Helvetica, Geneva, sans-serif; 
	}
	
.info p.month { 
	margin: 0 1px 2px; 
	padding: 0 0 1px; 
	text-align: center; 
	color: #333; 
	font: bold 12px/12px Arial, Helvetica, Geneva, sans-serif; 
	text-transform: uppercase; 
	border-bottom: 1px solid #cccccc; 
	letter-spacing: -1px; 
	}

.info p.year { 
	margin: 0 1px 2px; 
	padding: 0 0 2px; 
	text-align: center; 
	color: #333; 
	font: bold 12px/12px Arial, Helvetica, Geneva, sans-serif; 
	text-transform: uppercase; 
	letter-spacing: -1px; 
	}

.info p.share { 
	margin: 0 1px 2px; 
	padding: 0 0 2px; 
	text-align: center; 
	color: #ccc; 
	font: bold 9px Arial, Helvetica, Geneva, sans-serif; 
	text-transform: uppercase; 
	letter-spacing: -1px; 
	}

.fb { 
	padding-left: 7px; 
	}	

.avatar { 
	display: none; 
	}	
	

/* =footer */

#footer {
	text-align: left;
	width: 908px;
	margin: 0 auto;
	background-color: #000;
	padding: 0 26px;
	height: 180px;
}

#footer #col1 {
	float: left;
	padding-top: 20px;
	margin: 0;
}

#footer #col1 ul li a {
	display: block;
	padding: 0;
	border: none;
	background-image: none;
}

#footer #col3 {
	float: right;
	padding-top: 20px;
}

}
