/*------------------------------------------------------------------------------
CSS for Gling Thanksgiving 2009 Promo Newsletter

version:	1.0
author:		gus torres
website:	www.gling.com/thanksgiving09
------------------------------------------------------------------------------*/

/* =Global Layout
------------------------------------------------------------------------------*/

/* Setting section globals */

body	{
	background: #FFF;
}

h1, h2, h3, h4	{
	font-weight: normal;
}

a	{
	text-decoration: none;
}

a:hover,
a:active	{
	text-decoration: underline;
}

/* Layout wrapper */

#wrapper,
#page	{
	margin: 0 auto;
	position: relative;
}

#wrapper	{
	background: #FFF url('../images/bkg_wrapper.gif') 0 0 repeat-y;
	width: 972px;
}

#page	{
	background: #f8efde url('../images/bkg_thkpromo.png');
	width: 960px;
}

/* Header branding */

#branding	{
	background: transparent url('../images/bkg_brand_ttl.png') 0 0 no-repeat;
	width: 960px;
	height: 150px;
}

#branding h1	{
	text-indent: -5000px
}

#branding h1 a	{
	display: block;
	width: 960px;
	height: 150px;
}

#branding p	{
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #865500;
	padding: 6px 0 0 260px;
}

#branding p a	{
	color: #0092b2;
	font-weight: normal;
	text-decoration: none;
}

#branding p a:hover,
#branding p a:active	{
	text-decoration: underline;
}

/* Main Course layout styling */

#main-course	{
	float: left;
	width: 720px;
	font-family: Georgia, 'Times New Roman', serif;
	margin-bottom: 20px;
}

#main-course img.main	{
	display: block;
	margin-left: 260px;
}

#main-course h2	{			
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #865500;
	margin-left: 250px;
	margin-bottom: 5px;
	padding: 0 40px;
	background: url('../images/bkg_flourish.png') 0 50% no-repeat;
}

#main-course h3	{
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	background: #dfd3b6;
	color: #FFF;
	text-align: center;
	margin: 10px 0;
	padding: 10px 2px;
}

#main-course h3.first	{
	margin-top: 10px;
}

/* Definition list style */

#main-course dt,
#dessert dt	{
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

#main-course a,
#dessert a	{
	text-decoration: none;
	color: #993333;
}

#main-course a:hover,
#main-course a:active,
#dessert a:hover,
#dessert a:active	{
	text-decoration: underline;
}

#main-course dd,
#dessert dd,
#ml-message p	{
	font-size: 12px;
	line-height: 18px;
	color: #492e00;
	padding-bottom: 15px;
}

#main-course dd a,
#dessert dd a	{
	font-weight: bold;
}

/* Styling columns for main course */

#main-course .col1	{
	float: left;
	width: 200px;
	padding: 0 20px;
}

#main-course .col1 img,
#dessert .col1 img	{
	background: #FFF;
	display: block;
	position: relative;
	margin: 2px auto;
	padding: 1px;
	border: 1px solid #865500;
}

#main-course .col1 a:hover img,
#dessert .col1 a:hover img 	{
	border: 1px solid #dfd3b6;
}

#main-course .col1 #featured-articles	{
	background: #dfd3b6;
	margin: 0 0 20px 0;
	padding: 10px;
	position: absolute;
	top: 137px;
	width: 180px;
	height: 269px;
}

#main-course .col1 #featured-articles h3	{
	margin: 0;
	padding: 0;
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
}

#main-course .col1 #featured-articles li	{
	font-size: 16px;
	line-height: 18px;
	padding-top: 10px;
	color: #492e00;
}

#main-course .col1 #featured-articles li .byline	{
	display: block;
	font-size: 12px;
	line-height: 18px;
	padding-top: 2px;
}

/* Styles for the dessert section */

#dessert,
#ml-message	{
	float: right;
	width: 200px;
	padding: 0 20px;
	font-family: Georgia, 'Times New Roman', serif;
}

#dessert .col1,
#ml-message .col1	{
	width: 178px;
	border: 1px solid #dfd3b6;
	padding: 10px;
}

#dessert h2	{
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	font-style: italic;
	color: #865500;
	text-align: center;
	padding-bottom: 10px;
}

#ml-message .col1	{
	margin: 20px 0;
	background: #FFF;
}

#ml-message .col1 img	{
	margin: 0;
	padding: 0;
}

#ml-message .col1 p img	{
	float: left;
	padding: 0 10px 10px 0;
}

/* Layout style for the footer */

#footer	{
	clear: both;
	overflow: auto;
}

#footer p	{
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
	text-align: center; 
	margin: 0;
	padding: 15px 0 5px 0;
	border-top: 1px solid #dfd3b6;
	font-size: 13px;
	line-height: 16px;
	color: #492e00;
	position: relative;
}

#footer p a	{
	font-weight: bold;
	font-style: normal;
	color: #993333;
}

