body {
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	height: 182px;
	width: 800px;
}

#contents {
	background: url(http://blogs.nbcuni.com/talktome//assets/images/bg.gif) repeat-y;
	width: 800px;
	text-align: left;
	position: relative;
}

/* Left column */

#images {
	width: 194px;
	float: left;
	margin-left: 11px;
	display: inline;
}

/* Middle column */

#blog {
	/*background-color: #FBAE3E;*/
	/*float: left;*/
	padding: 24px 244px 4px 235px;

}

/* Blog posts */

.blogEntry {
	margin-bottom: 48px;
}

.blogTitle {
	color: #BD6503;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

.blogAuthor {
	color: #475658;
	font-weight: bold;
	font-size: 12px;
}

.blogPost {
	font-weight: bold;
	margin-top: 17px;
}

.blogPost a {
	color: #BD6503;
}

.readMore {
	color: #BD6503;
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;
	white-space:nowrap;
}

/* Blog comments */

.blogComments {
	margin-top: 18px;
	text-align:right;
}

.commentsLink {
	color: #BD6503;
	font-size: 11px;
	font-weight:bold;
	white-space:nowrap;
}

/* Right column */

#topics {
	/*background-color: #FBAE3E;*/
	width: 168px !important;
	width /**/:206px;				/* Box model hack for IE 5.5 */
	float: right;
	padding: 23px 26px 0px 12px;
}

.topicsHeader {
	margin-bottom: 32px;
}

.topicsLink {
	margin: 4px 0px 4px 0px;
}

.topicsLink a {
	color: #BD6503;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.topicsLink a:hover {
	text-decoration: underline;
}

/* Bottom right image */

.contentRightBottom {
	position:absolute;
	bottom: -1px;
	right: 14px;
}

/* Post blog comments */

form {
	margin: 0px;
}

.blogCommentsExpanded {
	margin-top:6px;
	padding: 0px 0px 20px 0px;
}

.blogCommentsExpandedTitle {
	color: #7D0733;
	font-weight: bold;
	font-size: 14px;
}

.postedBy {
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

.timeStamp {
	font-weight: bold;
	padding-top:8px;
	color:#B7732D;
	font-size: 11px;
}

.commentLink a {
	color:#5D6D6F;
	font-weight: bold;
}

.postComment {
	margin-top:6px;
	padding-bottom:12px;
}

.formRow {
	color:#475658;
	font-weight:bold;
}

.formRow span.label {
	float: left;
	width: 120px;
	text-align: left;
	vertical-align: middle;
	color:#475658;
	font-weight:bold;
	}
	
.formRow span.checkbox {
	width: 50px;
	color:#475658;
	font-weight:bold;
	padding-right: 11px;
}

.formRow div.commentsBox {
	margin: 10px 0px 0px 25px;
	color:#475658;
	font-weight:bold;
	text-align: left;
}

input, textarea {
  	font-size:12px;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
  	color:#000000;
	border: 1px solid #A4B97E;
	margin: 0px 0px 0px 0px;
}

textarea {
	margin: 5px 0px 15px 0px;
}

.checkbox {				/* Remove all padding */
	border: none;
	margin:0;
	width:13px;

	overflow:hidden;
	margin-top: 5px;
}

#footer {
	background-color: #ffffff;
	width: 800px;
	padding-top: 60px;
	text-align: center;
}

div .clearer {
	clear: both;
	line-height: 0;
	height: 0;
}
