/* CSS Document */


/* ===========================================
         LOWER SECTION
==============================================*/

#lowerSection {
	margin-top: 15px;
	background: #fff url(../images/lower_section/dividers-4col.gif) 0 0 repeat-y;
	}

#lowerSection h2 img {
	_behavior: url(/images/iepngfix.htc); /* IE PNG Alpha Fix */
	}


/* ===========================================
         BLOG BOX
==============================================*/

#blogBox-lower {
	text-align: left;
	padding: 0 20px 20px;
	}

#blogBox-lower .buzzImg {
	float: left; 
	margin: auto 10px 5px auto;
	}

#blogBox-lower h2 {
	margin-bottom: 11px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #5e5d5a;
	}

#blogBox-lower h3 {
	margin-bottom: 0.4em;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	}

#blogBox-lower h3 a {
	text-decoration: none;
	}

#blogBox-lower p {
	margin-bottom: 0.6em;
	font-size: 1em;
	line-height: 1.3em;
	}

#blogBox-lower p a {
	font-weight: bold;
	text-decoration: none;
	}

/* ===========================================
         FACEBOOK FAN
==============================================*/

#facebookFan-lower {
	float: right;
	width: 270px;
	margin-top: 26px;
	padding-bottom: 20px;
	text-align: center;
	/* border-left: 1px dotted #5e5d5a; */
	}


/* ===========================================
         SIDE BANNER
==============================================*/

#sideBanner {
	float: right;
	width: 380px;
	height: 269px;
	margin-top: 29px;
	padding-top: 21px; 
	text-align: center;
	/* border-left: 1px dotted #5e5d5a; */
	}


/* ===========================================
         LEFT SIDE
==============================================*/

#lowerSectionLeft {
	float: left;
	width: 691px;
	}


/* ===========================================
         BUZZ THIS WEEK
==============================================*/

#buzzThisWeek {
	width: 691px;
	_width: 688px; /* Win/IE6 */
	padding: 26px 0 12px;
	background-color: #fff;
	}

#buzzThisWeek h2 {
	padding-bottom: 4px;
	padding-left: 19px;
	border-bottom: 1px dotted #5e5d5a;
	}

#buzzThisWeek ul {
	margin-top: 11px;
	margin-left: 15px;
	}

#buzzThisWeek li {
	float: left;
	width: 130px;
	margin-right: 39px;
	_margin-right: 38px; /* Win/IE6 */
	_display: inline; /* Win/IE6 */
	}

#buzzThisWeek li a {
	color: #46352e;
	text-decoration: none;
	}

#buzzThisWeek li a:hover { color: #f00; }

#buzzThisWeek .thumb {
	display: block;
	margin-bottom: 8px;
	}

#buzzThisWeek .desc {
	display: block;
	margin-left: 9px;
	line-height: 1.3em;
	}


/* ===========================================
         CONNECTIONS
==============================================*/

#connections {
	margin-top: 24px;
	}
	
#connections h2 {
	float: left;
	width: 619px;
	padding-bottom: 13px;
	padding-left: 19px;
	border-bottom: 1px dotted #5e5d5a;
 	}
	
#connections h2 img {
	float: left;
	}
	
#connections h2 .arrow {
	float: left;
	margin-top: 11px;
	margin-left: 11px;
	padding-right: 11px;
	font-size: 1.2em;
	font-weight: bold;
	color: #533f37;
	text-decoration: none;
	background: url(../images/icons/redArrow-whitebg.gif) right 50% no-repeat;
	}	

#connections h2 .arrow:hover { color: #f00; }

#connections ul {
	margin-left: 24px;
	padding-top: 15px; /* Win/IE8 - margin-top doesn't work */
	_padding-top: 0; /* Win/IE6 */
	}
	*+html #connections ul { padding-top: 0; /* Win/IE7 */ }
	
#connections li {
	float: left;
	margin-right: 32px;
	}
	
	
/* ===========================================
         PARTNERS
==============================================*/

#partners {
	float: left;
	width: 690px;
	_width: 687px; /* Win/IE6 */
	padding-bottom: 12px;
	_padding-bottom: 32px; /* Win/IE6 */
	padding-left: 2px;
	border-top: 1px dotted #5e5d5a;
	}
	*+html #partners { padding-bottom: 32px; /* Win/IE7 */ } 


/* ------ PARTNERS ------ */

#partners .partner {
	float: left;
	width: 188px;
	margin: 14px 14px 12px;
	_margin-right: 13px; /* Win/IE6 */
	padding: 6px;
	/* background: url(../images/lower_section/bg-theDailyBeast.gif) 0 0 repeat-x; */
	_display: inline; /* Win/IE6 */
	}

#partners .partner h2 {
	margin-bottom: 0.6em;
	}

#partners .partner h3 {
	margin: 0 4px;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.3em;
	}

#partners .partner h3 a {
	text-decoration: none;
	}



/* ===========================================
         LOWER AD BANNERS
==============================================*/

#lowerBanners {
	_margin-top: -24px; /* Win/IE6 */
	padding: 22px 0 19px 74px;
	border-top: 1px dotted #5e5d5a;
	background-color: #fff;
	}
	*+html #lowerBanners { margin-top: -24px; /* Win/IE7 */ }
	
#lowerBanners a {
	float: left;
	margin-right: 20px;
	}
	


