/* Copyright (c) 2004 - 2010 Ron McElfresh, Honolulu, HI. All Rights Reserved. NoodleMac CSS version: 20100505.1 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: #eee;
	background: #3F4D5A;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @group Basic HTML */

* {
	padding: 0;
	margin: 0;
}

/* HTML - adds full scroll bar for short content pages */

html {
	height: 100%;
	margin-bottom: 1px;
}

/* BODY - basic body text */

body {
	margin: 0px;
	color: #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 1.85em;
	background: #3F4D5A;
}

/* LINKS - basic link format */

a img {
	display: block;
	border: none;
}

a {
	padding: 2px 0px 3px 0px;
	text-decoration: none;
}

a:link {
	padding: 0px 0px 3px 0px;
	color: #eee;
	text-decoration: none;
	border-bottom: 1px solid #667a85;
}

a:visited {
	padding: 0px 0px 3px 0px;
	color: #eee;
	text-decoration: none;
	border-bottom: 1px solid #667a85;
}

a:hover {
	padding: 0px 0px 3px 0px;
	color: #fff;
	background-color: #4a5a69;
	border-bottom: 1px solid #0099FF;
}

a:active {
	padding: 0px 0px 3px 0px;
	color: #eee;
	text-decoration: none;
	border-bottom: 1px solid #667a85;
}

/* P - paragraph default styles */

p {
	margin: 0px 6px 12px 0px;
	padding: 0px;
}

/* @end Basic HTML*/

/* @group Text Format */

/* h1 - article title */

h1 {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	color: #fff;
	text-decoration: none;
	font: normal normal normal 160% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

#updates h1 {
	margin: 30px 0px 20px 0px;
}

h1 a:link {
	color: #eaeaea;
	text-decoration: none;
	border-bottom: 1px solid #667a85;
}

h1 a:visited {
	color: #eaeaea;
	text-decoration: none;
	border-bottom: 1px dotted #667a85;
}

h1 a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #4a5a69;
	border-bottom: 1px solid #0099FF;
}

h1 a:active {
	color: #eaeaea;
	text-decoration: none;
	border-bottom: 1px dotted #667a85;
}

/* h2 - article small title */

h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	color: #eee;
	text-decoration: none;
	font: normal normal normal 140% Verdana, Arial, Helvetica, "Lucida Grande", "Trebuchet MS", Tahoma, sans-serif;
}

h2 a {
	color: #eee;
	text-decoration: none;
	border-bottom: none;
}

h2 a:link {
	color: #eee;
	text-decoration: none;
	border-bottom: none;
}

h2 a:visited {
	color: #eee;
	text-decoration: none;
	border-bottom: none;
}

h2 a:hover {
	color: #eee;
	text-decoration: none;
	background-color: #4a5a69;
	border-bottom: none;
}

h2 a:active {
	color: #eee;
	text-decoration: none;
	border-bottom: none;
}

/* h3 - heading within content */

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 120%;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h4 {
	margin: 0px 0px 40px 0px;
	font-size: 120%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
}

/* Date format for news links */

.frame_news .date {
	margin: 0px 0px 33px 0px;
	font-size: 92%;
	color: #788490;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Date format for articles */

.frame_article .date {
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	color: #788490;
}

#wrapper_articles .frame_article .date {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	font-size: 92%;
	color: #788490;
}

#wrapper_comments .frame_article .date {
	padding: 0px 0px 8px 0px;
	font-size: 92%;
	color: #788490;
}

#wrapper_preview .frame_article .date {
	padding: 0px 0px 8px 0px;
	font-size: 92%;
	color: #788490;
}

ul, ol {
	margin: 0px 0px 22px 0px;
	padding: 0px 30px 0px 30px;
	line-height: 180%;
	font-size: 96%;
	color: #bebebe;
}

ul li {
	list-style-type: disc;
}

ol li {
	list-style-type: decimal;
}

hr {
	margin: 40px 0px 10px 0px;
	border: 0px;
	color: #566471;
	background-color: #566471;
	height: 1px;
	width: 100px;
	text-align: left;
}

.recent_list {
	margin: 0px;
}

#region_right .recent_list ul {
	margin: 0px;
	padding: 0px 22px 0px 34px;
}

#region_left .recent_list ul {
	margin: 0px;
	padding: 0px 10px 0px 18px;
}

#region_left .recent_list li {
	margin: 0px 0px 12px 0px;
	list-style-type: disc;
	list-style-position: outside;
	line-height: 14px;
}

#region_right .recent_list li {
	margin: 0px 0px 16px 0px;
	list-style-type: disc;
	list-style-position: outside;
	line-height: 20px;
}

.recent_list li a {
	padding: 2px 0px 3px 0px;
	text-decoration: none;
}

.recent_list li a:link {
	padding: 2px 0px 3px 0px;
	color: #eee;
	text-decoration: none;
	border-bottom: 1px solid #667a85;
}

.recent_list li a:visited {
	padding: 2px 0px 3px 0px;
	color: #eee;
	text-decoration: none;
	border-bottom: 1px solid #667a85;
}

.recent_list li a:hover {
	padding: 2px 0px 3px 0px;
	color: #fff;
	background-color: #3f4d5a;
	border-bottom: 1px solid #0099FF;
}

.recent_list li a:active {
	padding: 2px 0px 3px 0px;
	color: #eee;
	text-decoration: none;
	border-bottom: 1px solid #667a85;
}

/* Byline */

#region_left .byline {
	margin: 27px auto 34px auto;
	font-size: 92%;
	color: #bebebe;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Navcrumbs */

.navcrumbs {
	margin: -37px 0px 18px 0px;
	font-size: 92%;
	color: #bebebe;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.navcrumbs a:link {
	padding: 2px 0px 3px 0px;
	color: #bebebe;
}

.navcrumbs a:visited {
	padding: 2px 0px 3px 0px;
	color: #bebebe;
}

.navcrumbs a:hover {
	padding: 2px 0px 3px 0px;
	color: #bebebe;
}

.navcrumbs a:active {
	padding: 2px 0px 3px 0px;
	color: #bebebe;
}

/* @end Text Format */

/* @group Region Header */

/* Header section of site */

#wrapper_header {
	margin: 0 auto 0 auto;
	width: 980px;
}

#region_header .rc {
	height: 120px;
	overflow: hidden;
}

#region_header .lc {
	height: 120px;
	overflow: hidden;
}

#region_header {
	margin: 8px 0px 10px 0px;
	margin-left: 0px;
	width: 980px;
	height: 120px;
}

/* header background images */

#region_header {
	background: url(http://noodlemac.com.s3.amazonaws.com/header_fill.png) 0 0 repeat-x;
}

#region_header .rc {
	background: url(http://noodlemac.com.s3.amazonaws.com/header_right_corner.png) 100% 0 no-repeat;
}

#region_header .lc {
	background: url(http://noodlemac.com.s3.amazonaws.com/header_left_corner.png) 0 0 no-repeat;
}

/* Logo */

#logo {
	margin: 0px;
	padding: 0px;
}

#logo img {
	margin: 4px 0 0 12px;
	border-width: 0px;
}

#logo a {
	border-width: 0px;
	border: none;
}

/* @end Region Header*/

/* @group Search Box*/

/* Search Box */

.search_box {
	margin: 0px 16px 0px 0px;
	float: right;
	font-size: 10px;
	width: auto;
	color: #bebebe;
	border: none;
}

.search_box #keywords {
	margin: 4px 8px 0px 0px;
	height: 18px;
	color: #eee;
	border: 1px solid #0099FF;
	background: #3F4D5A;
}

.search_box #gobutton {
	color: #3F4D5A;
}

.search_box textfield {
	margin: 0px;
	color: #eee;
	float: left;
	border: none;
}

/* @end Search Box*/

/* @group Navigation */

.navbar_top {
	margin: 0 auto 0 auto;
	width: 960px;
	height: 8px;
	background: #4a5a69 url(http://noodlemac.com.s3.amazonaws.com/navbar_top.png) no-repeat;
}

.navbar {
	margin: 0 auto 0 auto;
	width: 960px;
	background: #4a5a69 url(http://noodlemac.com.s3.amazonaws.com/navbar_bg.png) repeat-y;
}

.navbar ul {
	margin: 0px 0px 0px 1px;
	padding: 0px 0px 4px 4px;
	float: left;
	background: #4a5a69 url(http://noodlemac.com.s3.amazonaws.com/navbar_front_bg.png) center center repeat-x;
}

.navbar ul li {
	display: inline;
}

/* menu link color*/
/* divider between menu items*/
.navbar li a {
	padding: 4px 8px 6px 8px;
	color: #bebebe;
	float: left;
	text-decoration: none;
	border-right: 1px solid #566471;
	border-bottom: 0px solid #566471;
}

.navbar li a:link {
	color: #bebebe;
}

.navbar li a:visited {
	color: #bebebe;
}

/* hover color and borders */
.navbar ul li a:hover {
	padding-top: 4px;
	padding-bottom: 2px;
	color: #fff;
	background: #3f4d5a;
	border-right: 1px solid #566471;
	border-bottom: 2px solid #0099FF;
}

/* first item in menu */
.navbar li.active a {
	color: #59a6f4;
	text-transform: uppercase;
}

/* last item in menu */
.navbar li a.last {
	color: #fbd57d;
}

.navbar_bottom {
	margin: 0 auto 0 auto;
	width: 960px;
	height: 2px;
	background: #4a5a69 url(http://noodlemac.com.s3.amazonaws.com/navbar_bottom.png) no-repeat;
}

/* @end Navigation */

/* @group Region Left */

/* Wrapper Middle - middle section of site */

#wrapper_middle {
	margin: 0px auto;
	width: 960px;
	background: url(http://noodlemac.com.s3.amazonaws.com/main_bg.png) repeat-y;
	overflow: hidden;
}

/* Region Left - left column layout */

#region_left {
	width: 190px;
	float: left;
	display: inline;
}

#region_left .region_pad {
	margin: 0px 12px 0px 12px;
}

#region_left .region_pad p {
	margin: 12px 0px 12px 0px;
	color: #fff;
	text-align: center;
}

#region_left h4 {
	margin: 0px auto;
	padding: 0px 0px 6px 0px;
	text-align: left;
	font-size: 110%;
	font-weight: bold;
}

/* @end Region Left*/

/* @group Region Main */

/* Region Main layout */

#region_main {
	width: 580px;
	float: left;
	display: inline;
	position: relative;
}

#region_main .region_pad {
	margin: 30px 0px 0px 0px;
	padding: 4px 40px 30px 40px;
}

/* News home page frame */

#region_main .frame_news {
	margin: 0px 0px 44px 0px;
	padding: 1px 0px 0px 0px;
}

#updateslinks #region_main .frame_news {
	margin: 0px 0px 44px 0px;
	padding: 1px 0px 0px 0px;
	min-height: 500px;
}

#region_main .frame_news p {
	margin: 0px 0px 10px 0px;
}

.frame_news dt {
	margin: 0px 0px 8px 0px;
}

.frame_news dt a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	padding: 2px 0px 3px 0px;
}

.frame_news dd a {
	padding: 2px 0px 3px 0px;
}

.frame_news dt a:link {
	margin: 0px;
	color: #bebebe;
	border-bottom: 1px solid #566471;
}

.frame_news dt a:visited {
	margin: 0px;
	color: #bebebe;
	border-bottom: 1px dotted #566471;
}

.frame_news dt a:hover {
	margin: 0px;
	color: #fff;
	border-bottom: 1px solid #0099FF;
}

.frame_news dt a:active {
	margin: 0px;
	color: #bebebe;
	border-bottom: 1px dotted #566471;
}

.frame_news dt a.permalink {
	margin: 0px 0px 0px 12px;
	font-size: 150%;
	color: #63727f;
	border-bottom: 1px solid #3F4D5A;
}

dt:hover a.permalink, a:hover {
	padding: 0px 0px 3px 0px;
	color: #fff;
}

dt.permalink_pad, a:link {
	padding: 1px 0px 0px 0px;
}

.frame_news dd {
	margin: 0px 0px 0px 12px;
}

.frame_news blockquote {
	margin: 0px 0px 0px 8px;
	padding: 0px 40px 0px 14px;
	border-left: 1px solid #566471;
	color: #bebebe;
}

.frame_news blockquote a {
	padding: 2px 0px 3px 0px;
}

.frame_news blockquote a:link {
	margin: 0px;
	color: #bebebe;
	border-bottom: 1px solid #63727f
}

.frame_news blockquote a:visited {
	margin: 0px;
	color: #bebebe;
	border-bottom: 1px dotted #63727f;
}

.frame_news blockquote a:hover {
	margin: 0px;
	color: #fff;
}

.frame_news blockquote a:active {
	margin: 0px;
	color: #bebebe;
	border-bottom: 1px dotted #63727f
}

/* Articles home page frame */

#region_main .frame_article {
	margin: 30px 0px 30px 0px;
	padding: 0px 0px 10px 0px;
}

#region_main .frame_article p {
	margin: 0px 0px 20px 0px;
}

#region_main .frame_article a {
	padding: 2px 0px 3px 0px;
}

#region_main .frame_article h1 a {
	padding: 2px 0px 3px 0px;
}

#region_main .frame_article blockquote {
	margin: 0px 0px 0px 12px;
	padding: 0px 40px 0px 14px;
	border-left: 1px solid #566471;
	color: #bebebe;
}

#region_main .frame_article blockquote a {
	padding: 2px 0px 3px 0px;
	color: #bebebe;
}

#region_main .frame_article .read_more {
	margin: -22px 0px 0px 0px;
	padding: 2px 0px 3px 10px;
	font-size: 92%;
	color: #a7a7a7;
}

#region_main .read_more a {
	padding: 2px 0px 3px 0px;
	color: #a7a7a7;
}

#region_main .read_more a:hover {
	padding: 2px 0px 3px 0px;
	color: #fff;
}

#region_main .puff {
	margin: 10px 0px 20px;
	padding: 10px 0px 30px 22px;
	font-size: 14px;
	color: #566471;
	letter-spacing: 22px;
	text-align: center;
}

/* Paginate */

#region_main .wrapper_comments .paginate {
	margin: 0px 0px 0px;
	padding: 0px 0px 12px 0px;
	position: relative;
	text-align: right;
	width: 100%;
	font-size: 92%;
}

#region_main .paginate a:link {
	padding: 2px 0px 3px 0px;
}

#region_main .paginate {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 40px 0px;
	position: relative;
	text-align: right;
	width: 100%;
	font-size: 92%;
}

/* Paginate controls 'left' and 'right' links to next page */

.left {
	margin: 0px;
	padding-left: 4px;
	position: absolute;
	left: 0px;
}

.right {
	margin: 0px;
	padding-right: 15px;
	position: absolute;
	right: 0px;
}

#region_main .previous_next {
	padding: 0px 0px 33px 20px;
}

#region_main .previous_next a {
	padding: 2px 0px 3px 0px;
	text-decoration: none;
}

#region_main .previous_next p {
	margin: 12px 0px 12px 0px;
	text-align: left;
	font-size: 92%;
	line-height: 110%;
}

.backtotop {
	margin: 0px auto 1px auto;
	padding: 40px 0px 30px 0px;
	text-align: center;
}

.backtotop a {
	font-size: 92%;
	padding: 2px 0px 3px 0px;
}

.backtotop a:hover {
	text-align: center;
	color: #fff;
	background: #4a5a69;
	border-bottom: 1px solid #0099FF;
}

.logo_small {
	margin: 0px auto 0px auto;
	background: url(http://noodlemac.com.s3.amazonaws.com/logo_small.png) no-repeat;
	background-position: center;
	height: 36px;
	width: 36px;
}

/* Images Layout */

/* css inserted with uploaded images for left, center, right */

.image_left {
	margin: 0px 16px 6px 0px;
	padding: 3px;
	float: left;
	border: 1px solid #566471;
}

.image_right {
	margin: 0px 0px 6px 16px;
	padding: 3px;
	float: right;
	border: 1px solid #566471;
}

.image_center {
	margin: 0px auto 8px auto;
	padding: 4px;
	display: block;
	border: 1px solid #566471;
}

/* Archive Layout */

.frame_archive {
	margin: 0px;
	padding: 23px 0px 16px 0px;
}

.frame_archive h1 {
	margin: 0px;
	padding: 7px 0px 34px 0px;
	color: #fff;
	text-decoration: none;
	font: normal normal normal 160% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

.frame_archive h2 {
	margin: 0px;
	padding: 2px 0px 3px 30px;
	font-size: 14px;
}

.frame_archive h2 a:link {
	margin: 0px;
	padding: 2px 0px 3px 0px;
	border-bottom: 1px solid #566471;
}

.frame_archive h2 a:visited {
	margin: 0px;
	padding: 2px 0px 3px 0px;
	border-bottom: 1px dotted #566471;
}

.frame_archive h2 a:hover {
	margin: 0px;
	padding: 2px 0px 3px 0px;
	background: #4a5a69;
	border-bottom: 1px solid #0099FF;
}

.frame_archive h2 a:active {
	margin: 0px;
	padding: 2px 0px 3px 0px;
	border-bottom: 1px dotted #566471;
}

.frame_archive .date {
	margin: 0px;
	padding: 6px 0px 0px 30px;
	font-size: 92%;
	color: #788490;
}

.frame_archive .date_year {
	margin: 0px;
	padding: 20px 0px 20px 0px;
	font-size: 12px;
	color: #eee;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.frame_archive p {
	margin: 0px;
	padding: 0px 0px 6px 30px;
}

.article_footer {
	margin: 0px auto 0px auto;
	text-align: center;
	font-size: 92%;
	color: #788490;
}

.article_footer a {
	margin: 0px auto 0px auto;
	text-align: center;
	font-size: 92%;
	color: #788490;
}

.article_footer a:hover {
	margin: 0px auto 0px auto;
	text-align: center;
	font-size: 92%;
	color: #fff;
}
/* @end Region Middle*/

/* @group Region Right */

/* Region Right - right column layout */

#region_right {
	width: 190px;
	float: right;
	position: relative;
}

#region_right h4 {
	margin: 0px auto 0px auto;
	padding: 0px 0px 8px 16px;
	font-size: 110%;
	
	text-align: left;
	font-weight: bold;
}

.clear {
	clear: both;
	background: none;
}

/* @end Region Right */

/* @group Region Footer */

/* footer area holds logo, background images, sits below all advertising */

#region_footer .rc {
	height: 70px;
	overflow: hidden;
}

#region_footer .lc {
	height: 70px;
	overflow: hidden;
}

#region_footer {
	margin: 0px auto 0px auto;
	height: 70px;
	width: 980px;
	clear: both;
	background: #000;
}

/* footer background images */

#region_footer {
	background: url(http://noodlemac.com.s3.amazonaws.com/footer_fill.png) 0 0 repeat-x;
}

#region_footer .rc {
	background: url(http://noodlemac.com.s3.amazonaws.com/footer_right_corner.png) 100% 0 no-repeat;
}

#region_footer .lc {
	background: url(http://noodlemac.com.s3.amazonaws.com/footer_left_corner.png) 0 0 no-repeat;
}

#region_footer .footer_logo {
	margin: 0px auto 0px auto;
	height: 50px;
	width: 200px;
	padding: 16px 0px 0px 0px;
	background: url(http://noodlemac.com.s3.amazonaws.com/logo-footer.png) no-repeat;
	background-position: center;
}

/* @end Region Footer */

/* @group Region Copyright */

/* Copyright Region */

#wrapper_copyright {
	width: 100%;
}

#region_copyright {
	margin: 20px auto 60px auto;
	width: 960px;
}

#region_copyright .region_pad p {
	margin: 0px;
	color: #bebebe;
	text-align: center;
	font-size: 92%;
	line-height: 180%;
}

#region_copyright .region_pad p a {
	margin: 0px;
	padding: 2px 0px 3px 0px;
}

#region_copyright a:link {
	margin: 0px;
	color: #bebebe;
	text-decoration: none;
	border-bottom: 1px solid #667a85;
}

#region_copyright a:visited {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	color: #bebebe;
	text-decoration: none;
	border-bottom: 1px dotted #667a85;
}

#region_copyright a:hover {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	color: #fff;
	text-decoration: none;
	background: #4a5a69;
	border-bottom: 1px solid #0099FF;
}

#region_copyright a:active {
	padding: 0px 0px 3px 0px;
	color: #bebebe;
	text-decoration: none;
	border-bottom: 1px dotted #667a85;
}

/* @end Region Copyright */

/* @group Comments */

/* Comments */

.wrapper_comments {
	margin: 0px 0px 20px 0px;
}

.wrapper_comments p {
	margin: 12px 0px 12px 0px;
	line-height: 1.6em;
}

.frame_comments {
	margin: 6px 0px 40px 0px;
	padding: 13px 20px 6px 20px;
	border: 1px solid #566471;
	background-color: #36424d;
}

.frame_comments_one {
	margin: 6px 0px 24px 0px;
	padding: 2px 20px 12px 20px;
	border: 1px solid #566471;
	background-color: #36424d;
}

.frame_comments_two {
	margin: 6px 0px 24px 0px;
	padding: 2px 20px 12px 20px;
	border: 1px solid #566471;
	background-color: #4a5a69;
}

.frame_comments p {
	margin: 2px 0px 6px 0px;
	padding: 0px;
}

.frame_comments p input {
	margin: 0px;
}

.frame_comments_one .frame_comments_two, .posted {
	color: #d4d4d4;
	margin-bottom: 2px;
	text-align: right;
	font-size: 94%;
}

.frame_comments input#name, input#email, input#location, input#url, input#captcha {
	margin: 0px 0px 14px 0px;
	padding: 4px;
	color: #f4f4f4;
	border: 1px solid #566471;
	background-color: #4a5a69;
}

.frame_comments input#post, input#preview {
	margin: 8px 0px 14px 0px;
	padding: 4px;
}

.frame_comments textarea {
	margin: 0px 0px 12px 0px;
	padding: 4px;
	color: #f4f4f4;
	border: 1px solid #566471;
	background-color: #4a5a69;
	font: 12px/1.6em Arial, Verdana, Helvetica, sans-serif;
}

/* @end Comments */

/* @group Twitter */

.twtr-doc {
	margin: 20px auto 20px auto;
}

.twtr-doc a {
	line-height: 1.8em;
	border-bottom: none;
}

.twtr-tweet-text p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.8em;
}
div#tweet-id-5.twtr-tweet, div#tweet-id-4.twtr-tweet, div#tweet-id-3.twtr-tweet, div#tweet-id-2.twtr-tweet, div#tweet-id-1.twtr-tweet{
	border-bottom: 1px solid #566471;
}

.twtr-timeline {
	display: inline;
}
/* @end Twitter*/

/* @group AdManager Zones */

.Leaderboard-Top-728x90 {
	margin: 14px 20px 10px 10px;
	width: 728px;
	float: right;
}

.Sidebar-Square-125x125 {
	margin: 20px auto 20px auto;
	width: 125px;
}

.Sidebar-Skyscraper-160x600 {
	margin: 10px auto 20px auto;
	width: 160px;
}

#Feature-Rectangle {
	margin: 10px auto 10px auto;
	background: url(http://noodlemac.com.s3.amazonaws.com/Feature-Rectangle-400x400.png) no-repeat;
	width: 400px;
	height: 400px;
}

.Feature-Rectangle-336x280 {
	margin: 0px auto 0px auto;
	padding: 60px 0px 0px 0px;
	width: 336px;
}

.tla {
	margin: 30px auto 0px auto;
	padding: 6px 6px 10px 6px;
	overflow: hidden;
	line-height: 170%;
	border: 1px solid #566471;
	background: #4a5a69;
}

.tla ul {
	list-style-type: none;
	text-align: center;
}

.tla li {
	list-style-type: none;
	display: inline-block;
}

.tla a {
	padding-bottom: 2px;
}

/* @end Ad Manager Zones*/