#section_2,
#blogContainer {
	background-color:#fff;
}
#section_2 a { text-decoration:underline;}
#tsBanner table {
	width:1004px;
	background-color:#fff;
	/*border-bottom: 1px dashed #b2b2b2;*/
	margin-top:20px;
	margin-left: 10px;
	margin-right:10px;
}
#tsBanner table td {
	vertical-align:top;
}
#tsBanner .tsHdr {
	color: #7AB2E2;
	text-transform: uppercase;
	font-weight:bold;
	font-family: tocoma, 'lucida grande',helvetica,arial,sans-serif, Arial;
	font-size: 14px;
	letter-spacing: 1px;
	height: 22px;
	margin-bottom: 15px;	
}

#tsBanner .tsTwitterHdr {
	height: 32px;
	width: 186px;
	padding-top: 6px;
	margin-top: 10px;
	margin-bottom: -10px;
	background:url(http://www.cultureunplugged.com/images/icon_twitter.gif) no-repeat top right;
}

#tsBanner .colContainer {
	margin-top:0px;
	padding-right: 10px;
	padding-left: 18px;
	padding-bottom: 10px;
	font-size: 13px;
	font-family: "Times New Roman";
}

#tsBanner .colDoubleLine {
	border-right:4px double #c6c6d2;
}

#tsBanner td.col1 {
	width: 287px;
}
#tsBanner .tdcol2 {
	width: 325px;
}
#tsBanner td.col3 {
	width: 412px;
	padding-right:17px;
}

#tsBanner h3 { 
	font-size: 14px;
	font-family: georgia,'times new roman',serif;
	letter-spacing:1px;
	font-weight: bold;
	margin-bottom:0px;
	text-transform: none;
}
#tsBanner .bf {
	text-align: right;
	font-size: 42px;
	line-height: 72px;
	color: #565a6d;
	padding-left:0px;
	padding-right:10px;
}

#tsBanner .bf a,
#tsBanner .bf2 a:hover{
	color: #565a6d;
	text-decoration: none;
}

.bf2, #tsBanner .bf2 a { color: #c1c1c1; }

.tsDesc {
	margin:1px 10px 0px 10px;
	padding:4px 3px 2px 3px;
	font-family:  'Arial Narrow',arial,helvetica,clean,sans-serif;
	font-size: 1.23em;
	font-weight:bold;
	/* *font-size: 15px;
	*letter-spacing: -1px; 
	*/	
	letter-spacing:0.5px;
	color:#778086;
	/*border-bottom: 4px double #b2b2b2;*/
	border-top: 1px solid #b2b2b2;
	height:20px;
	background:url(/css/skin/common/images/ts_desc.png) no-repeat 0px -1px;
	overflow:hidden;
	text-indent:-3000px;
}
.tsOpen { padding-right:5px; font-size:44px}
.tsClose{ padding-left:5px;  font-size:44px}

#relatedForumHeader a {
	color:#333;
	text-decoration:none;
}

#relatedForumHeader a:hover {
	text-decoration:underline;
}

#subscribeRSS {
	float:right;
	padding-top:22px;
	margin-right: 10px;
	font-size: 11px;
}

#subscribeRSS a {
	text-decoration: none;
	color: #000;
}

#subscribeRSS img {
	margin-left:5px;
	vertical-align:bottom;
}
.category-pkg {
	position:relative;
	margin:0px 10px 30px 10px;
	padding-bottom: 10px;
	border-top: 4px double #b2b2b2;
	clear:both;
}
.article-pkg {
	margin:0 5px;
}
.article-header {
	background: transparent url(http://cdn.cultureunplugged.com/assets/images/bg_blog_title.gif) repeat-y;
	font-family: 'Times New Roman';
	font-size: 22px;
	color: #231b23;
	padding: 5px 10px;
	margin-bottom: 3px;
}
.article-image {
	float:left;
	width:380px;
	overflow:hidden;
}
.article-content {
	background: #fff url(http://cdn.cultureunplugged.com/assets/images/bg_blog_quote.gif) no-repeat top left;
	padding: 16px 0 0 50px;
	margin-left: 383px;
	font-family: 'Times New Roman';
}
.article-quote {
	font-size: 32px;
	font-style: italic;
	color: #46414f;
	padding: 0;
	margin: 0;
	width: 550px;
}
.article-author {
	text-transform: uppercase;
	margin-top: 25px;
	color: #878787;
	font-size: 13px;
}
.article-author a {	color: #878787;}
.article-author a:hover { color: #990000;}

.article-snippet {
	color: #000;
	font-size: 14px;
	padding-right: 5px;
}

.article-more-link {
	font-size: 13px;
	text-transform: uppercase;
}

.article-snippet a,
.article-more-link a {
	color:#000;
}

.imageCredit {
	width: 380px;
	margin-top: 5px;
	margin-bottom: 20px;
	color:#000;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 9px;
}

/* ---------------------------------------------------------- */
/*   THEME STYLING BEGINS HERE                                */
/* ---------------------------------------------------------- */


/* basic page element styling */

body {
	/*
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top left;
	background-color: #251b23;
	*/
	font-family: /* 'lucida grande',  */arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'lucida grande', helvetica, arial, sans-serif;
}

a {
	color: #900;
}

a:hover {
	color: #600;
}


/* page layout basics */

#container {
	width: 1024px;
	margin:25px auto;
}

#alpha {
	float: left;
	margin: 0 0 0 10px;
}

#alpha-inner {
	/*padding: 0 0 25px;*/
	padding: 0;
}

#beta {
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-left: 0px;
	float: left;
	border-left: #848183 1px dashed;
}

#beta-inner {
	padding: 8px 0 25px;
}

#gamma {
	float: left;
	margin: 0 0 0 20px;
}

#gamma-inner {
	padding: 0 0 25px;
}


/* container styling */

#container-inner {
	border:none;
}


/* banner styling */

#banner {
	width: 1024px;
	margin: -1px 0px 0px 0px;
	border-top-width: 2px;
	border-top-style: solid;
	background-repeat: no-repeat;
	background-position: bottom left;
	border-top-color: #8D8A91;
	background-color: #fff;
	background-image: url(/.shared-typepad/themes/walt/theme-asterisk_white_wide/header.png);
}


#banner a {
	color: #000;
	text-decoration: none;
}

#banner a:hover {
	text-decoration: underline;
}

#banner-inner {
	border-top-color: #fff;
	border-top-width: 1px;
	border-top-style: solid;
	padding-right: 220px;
}

#banner-header {
	color: #000;
	margin: 0;
	padding: 25px 20px 5px;
	font-family: georgia, 'times new roman', serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 1;
}

#banner-description {
	color: #333;
	margin: 0;
	padding: 5px 20px 35px;
	font-family: georgia, 'times new roman', serif;
	font-size: 18px;
	line-height: 1.125;
	font-style: italic;
}


/* navigation bar styling */

#nav {
	background: #e5e6e8 url(/.shared-typepad/themes/walt/theme-asterisk_white_wide/nav.gif) repeat-x top left;
}

.nav-list {
	border-bottom: 1px solid #cdcdcd;
}

.nav-list-item {
	border-right: 1px solid #cdcdcd;
}

.nav-list-item a {
	font-size: 11px;
	padding: 6px 11px;
}


/* pagebody styling */

#pagebody {
	background-color: #fff;
	padding: 0px 0px 15px 0px;
}

#pagebody-inner {
	background-repeat: repeat-y;
	background-position: top center;
}


/* entry listing and entry styling */

.content-header {
	margin: 0 0 5px 0;
	/*font-family: georgia, 'times new roman', serif;*/
	font-family: 'Arial narrow';
	font-size: 48px;
	font-weight:bold;
	color: #575362;
	padding-top: 10px;
	padding-left:20px;
	padding-bottom: 10px;
	padding-right:30px;
	border-bottom: 1px solid #ccc;
}

.content-header a {
	color: #46414f;
	text-decoration:none;
}

.content-nav {
	margin: 5px 0 20px;
}


.date-header {
	color: #666;
	margin: 5px 0px 5px 20px;
	font-size: 10px;
}

.entry {
	/*background-image: url(/.shared-typepad/themes/walt/theme-asterisk_white_wide/post-ornament.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	*/
}

.entry-header {
	color: #000;
	/*margin: 5px 25px 5px;*/
	margin: 5px 25px 5px 20px;
	/*font-family: georgia, 'times new roman', serif;*/
	font-family: 'times new roman', serif;
	font-size: 28px;
	font-weight:bold;
	width: 585px;
	text-transform: none;
}


#mainContent .entry-header a {
	color: #2a2028;
	text-decoration: none;
	text-transform:none;
	font-style:normal;
}

.entry-header a:hover {
	/*text-decoration: underline;*/
}

.entry-subheader {
	text-transform:uppercase;
	font-size: 14px;
	color: #878787;
	font-family: 'Times New Roman';
	margin: 0px 25px 15px 20px;
	font-style: normal;
}

.entry-content {
	/*margin: 5px 25px;*/
	margin: 5px 25px 5px 20px;
	color: #2a2028;
	font-size: 14px;
	font-style:normal;
}

.entry-more-link {
	font-size: 11px;
	font-weight: bold;
}

.entry-footer {
	border-top-color: #e5e5e5;
	color: #666;
	font-size: 11px;
	/*margin: 10px 25px 20px;*/
	margin: 10px 25px 20px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 5px;
	font-weight: normal;
}

.entry-footer a {
	color: #666;
}

.entry-footer a:hover {
	color: #333;
}

.entry-footer-info, .entry-footer-info-table {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}


.entry-footer-info-table {
	border-bottom: 3px double #535353;
}

.num { font-size: 16px }

.to-the-right {
	text-align: right;
}
.to-the-right img {
	vertical-align: middle;
}

.floatCommentBox {
	float:right;
	margin-top: 12px;
	margin-right:30px;
	font-size: 15px;
}

.floatCommentBox img {
	border:0px;
	vertical-align:top;
	margin-right: 5px;
}

.floatCommentBox a {
	text-decoration:none;
	color: #000;
}

#comment-author,
#comment-email,
#comment-url,
#comment-text {
	width: 80%;
	border: 0;
	background-color: #bfd8f0;
}

#comment-author,
#comment-email,
#comment-url {
	width: 210px;
	height: 16px;
}

#comment-text {
	width: 670px;
}

#comment-subscribe-feed {
	padding: 8px 0px 0px 3px;
	font-family: 'arial narrow';
	font-size: 13px;
	font-weight:bold;
	text-transform:uppercase;
}

#comment-subscribe-feed a{
	text-decoration: none;
	color: #000;
}

#comment-subscribe-feed a:hover {
	text-decoration: underline;
}

#comment-subscribe-feed img{
	margin-left: 3px;
	vertical-align:bottom;
}

#comment-post, 
.btnPreview {
	color: #7ab2e2;
	background: #352a34 url(http://www.cultureunplugged.com/images/btn_bg.gif) no-repeat;
	width: 72px;
	height: 24px;
	border: 0;
	color: transparent;
}

#comment-post {
	background: #352a34 url(http://www.cultureunplugged.com/images/btn_blog_post.gif) no-repeat;
	width: 65px;
	height: 22px;
}
.btnPreview {
	background: #352a34 url(http://www.cultureunplugged.com/images/btn_blog_preview.gif) no-repeat;
	width: 108px;
}


#comments-open-data p {
	width: 230px;
	float:left;
}

#comments-open-data p label {
	margin-bottom: 3px;
	display:block;
}

#comments-open-text {
	clear: both;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;

	margin: 0 20px 0 0;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

.comment-content {
	font-size: 13px;
}

.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
	margin: 5px 0;
}

.trackbacks-info,
.trackback-footer,
.comments-info,
.comment-footer,
.comments-open-footer,
.archive-content {
	margin: 5px 0 20px;
}

.comments-header {
	background: #546477 url(http://www.cultureunplugged.com/images/bg_blog_comment.gif) repeat-y -150px 0px;
	font-family: "Times New Roman";
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: lowercase;
	color: #fff;
	padding: 3px 5px;
}

.comments-header {
	margin-left: 20px;
}

#header-preview-comment,
#comment-preview-confirmation,
#comments-preview-content
{
	margin-left: 20px;
}

#comment-preview-confirmation {
	width: 660px;
}

#comments-open-footer {
	float: right;
	margin: 5px 20px 20px 0;
}

.trackback-footer,
.comment-footer {
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 5px;
	border-top-color: #e5e5e5;
	color: #666;
	font-size: 11px;
	margin-right: 20px;
}

.comment-footer a {
	color: #666;
}

.comment-footer a:hover {
	color: #333;
}

.comment-footer-container {
	border-bottom: 1px solid #616161;
}

.comment-footer2 {
	border-bottom: 1px dashed #616161;
	margin-bottom: 2px;
	text-align: right;
	font-size: 12px;
	padding-bottom: 3px;
}

.comment-footer2 img {
	vertical-align:middle;
}

.comment-header,
.comment-header a {
	color:#767492;
	text-decoration: none;
	font-size:14px;
}

.comment-header a {
	text-transform: uppercase;
}

.comment {
	margin-left: 20px;
}

.trackbacks,
.comments
{
	width: 690px;
}

#header-preview-comment {
	width: 660px;
}

/* sidebar module styling */

.module-header {
	color: #000;
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;
	margin: 0;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
}

.module-header a {
	color: #000;
}

.module-content {
	margin: 5px 0 20px;
	font-size: 11px;
}

.module-content a {
	color: #900;
}

.module-content a:hover {
	color: #600;
}


.module-calendar {
	font-size: 11px;
}


.module-powered {
	margin: 0;
	padding: 0;
}

.module-powered .module-content {
	margin: 15px 0;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	background-repeat: repeat-x;
	background-position: top left;	border-color: #e5e5e5;
	color: #333;
	background-color: #f3f3f3;
	background-image: url(/.shared-typepad/themes/walt/theme-asterisk_white_wide/gradient-bg.png);
}

.module-powered .module-content a {
	color: #333;
}

.module-photo {
	border: 0;
	background: none;
}

.module-photo .module-content {
	margin: 10px;
}

.module-photo img {
	border: 0;
}


.module-featured-photo {
	width: 415px;
}

.module-featured-photo .module-content {
	margin: 15px 0 5px;
}

.module-featured-photo img {
	width: 415px;
}


.module-recent-photos {
	border: 0;
	margin-left: 2px;
}

.module-recent-photos .module-header {
	background-image: none;
}

.module-recent-photos .module-list {
	margin: 0;
}

.module-recent-photos .module-list-item {
	width: 64px; /* mac ie fix */
	margin: 0 5px 6px 0;
	padding: 0;
	background-image: none;
}

.module-recent-photos .module-list-item a {
	border-width: 1px;
	border-style: solid;
	padding: 1px;
	border-color: #ccc;
	background-color: #eee;
}

.module-recent-photos .module-list-item a:hover {
	border-color: #000;
}

.archive-list-item {
	margin-bottom: 5px;
}

.typelist-thumbnailed {
	margin: 0 0 20px;
}

.typelist-thumbnailed .module-list-item {
	margin: 1px 0;
	border-width: 1px;
	border-style: solid;
	padding: 0;
	background-repeat: repeat-x;
	background-position: top left;
	border-color: #e5e5e5;
	background-color: #f3f3f3;
	background-image: url(/.shared-typepad/themes/walt/theme-asterisk_white_wide/gradient-bg.png);
	font-size: 11px;
}

.typelist-thumbnail {
	background: #f3f3f3;
}


/* one-column tweaks */

.layout-one-column #container { width: 782px; }
.layout-one-column #banner { width: 780px; }
.layout-one-column #alpha { width: 740px; }
.layout-one-column #banner { background-position: right bottom; }


/* two-column-left tweaks */

.layout-two-column-left #pagebody-inner { /*background-image: url(/.shared-typepad/themes/walt/theme-asterisk_white_wide/body-bg-tw.png);*/ }
.layout-two-column-left #alpha { width: 280px; }
.layout-two-column-left #beta { width: 710px; }


/* two-column-right tweaks */

.layout-two-column-right #pagebody-inner { /*background-image: url(/.shared-typepad/themes/walt/theme-asterisk_white_wide/body-bg-wt.png);*/ }
.layout-two-column-right #alpha { width: 744px; }
.layout-two-column-right #beta { width: 280px; }


/* three-column tweaks */

.layout-three-column #pagebody-inner { background-image: url(/.shared-typepad/themes/walt/theme-asterisk_white_wide/body-bg-twt.png); }
.layout-three-column #alpha { width: 120px; }
.layout-three-column #beta { width: 400px; }
.layout-three-column #gamma { width: 300px; }


/* three-column-right tweaks */

.layout-three-column-right #pagebody-inner { background-image: url(/.shared-typepad/themes/walt/theme-asterisk_white_wide/body-bg-wtt.png); }
.layout-three-column-right #alpha { width: 400px; }
.layout-three-column-right #beta { width: 120px; }
.layout-three-column-right #gamma { width: 300px; }

.other-blog-container {
	position:relative;
	clear:both;
	margin-top: 5px;
	margin-bottom: 10px;
}

.other-blog-image {
	float:left;
	*margin-top:10px;
	width:75px;
	height: 75px;
	overflow:hidden;
}

.other-blog-desc {
	margin-left: 85px;
	line-height:13px;
	min-height: 75px;
}

#section_2 .other-blog-desc h3 a {
	color: #333;
	text-decoration:none;
}

#section_2 .other-blog-desc h3 a:hover {
	text-decoration: underline;
}

.other-blog-divider {
	clear:both;
	height:5px;
	margin: 0;
}

.module-list {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.module-list-item, .archive-list-item {
	margin-bottom:5px;
	margin-top:5px;
}

.module-list-item span { display:block }

#twitter_div  a {
	color: #333;
	text-decoration:none;
}
#twitter_div a:hover {
	text-decoration: underline;
}


#dashedSpacer {
	height: 10px;
	margin: 0px 10px;
	border-bottom: 1px dashed #b2b2b2;
}

/* contributions */
#contributions {
	position: relative;
	width: 100%;
	height:163px;
	background-color:#778086;
	clear:both;
	
	overflow:hidden;
}

#contributionLabel {
	float:left;
	padding: 7px 0 0 7px;
	width:43px;
}

#contributionList {
	position: relative;
	margin-left:58px;
	height:161px;
	overflow: hidden;
}

#contributorProfiles {
	display: none;
}

#contributions table {
	margin: 0;
	position: absolute;
	top:0;
	left:0;
}

#contributions table td {
	vertical-align:top;
	padding: 5px;
	color: #fff;
}                                            

#contributions  table td a.c-profile {
	display: block;
}
#contributions  table td img {
	width: 80px;
}

.contributor-name {
	text-transform: uppercase;
	font-family: Arial Narrow;
	font-size: 12px;
}

#blogContributorProfile {
	position: absolute;
	border: 1px solid #282028;
	background-color: #fff;
	color: #000;
	padding: 15px;
	z-index: 11;
	width: 300px;
}
