/*
--------------------------------------------------
gothamblack.com
	master stylesheet // master.css
author:		jonny.gotham
version:	03.2009
aux. credit:
	Eric Meyer - Reset CSS:
	http://meyerweb.com/eric/tools/css/reset/
	960 Grid System (inspiration):
	http://960.gs/
--------------------------------------------------
*/

@import url("structure.css");
@import url("sifr.css");

/* Design Specific Styles
-------------------------------------------------- */
/* Global */
body {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #1b1b1b;
	background: #e5e5e5 url("/source/images/site/bg_main.gif") repeat-x left top;
	}
.container {
	width: 960px;
	margin: 0 auto 0 auto;
	
	/* grid overlay */
	/*background: transparent url("/source/images/dev/16_col_trans.gif") repeat-y left top;*/
	}
.container_16 {
	width: 920px;
	padding: 0 10px 0 10px;
	margin-left: 10px;
	}
a {
	text-decoration: none;
	color: #e65123;
	}
a:hover {
	text-decoration: underline;
	color: #b54c1f;
	}
.align_left {
	text-align: left;
	}
.align_right {
	text-align: right;
	}
p.member_edit {
	margin-bottom: 0;
	}
.strike {
	text-decoration: line-through;
	}
.hiddenFields {
	visibility: hidden !important;
	display: none !important;
	}

/* Header, Footer, Navigation */
#header_container {
	position: relative;
	width: 940px;
	height: 136px;
	margin-bottom: 36px;
	margin-left: 10px;
	}
#header_container #logo {
	position: absolute;
	top: 70px;
	left: 120px;
	}
#header_container #logo a {
	width: 220px;
	height: 36px;
	display: block;
	text-indent: -9999px;
	background: transparent url("/source/images/site/home_logo.gif") no-repeat -60px top;
	}
#header_container #logo a:hover {
	background-position: -60px -36px;
	}
#header_container #mainNav_container {
	position: absolute;
	top: 70px;
	right: 0;
	}
#header_container #mainNav_container a#nav_about {
	width: 220px;
	height: 36px;
	display: block;
	text-indent: -9999px;
	background: transparent url("/source/images/site/nav_about.gif") no-repeat left top;
	}
#header_container #mainNav_container a#nav_about:hover {
	background-position: left -36px;
	}
#header_container #search_container {
	width: 300px;
	height: 36px;
	display: block;
	position: absolute;
	left: 590px;
	top: 100px;
	background: transparent url("/source/images/site/bg_searchbox.png") no-repeat left top;
	}
#header_container #search_container input#searchbox {
	width: 170px;
	height: 18px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 0 5px 0 5px;
	float: left;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	background: transparent;
	border: 0;
	}
#header_container #search_container input#search_btn {
	float: left;
	}
#footer_container {
	width: 680px;
	height: 54px;
	margin-bottom: 18px;
	margin-left: 180px;
	padding: 18px 20px 0 20px;
	background: transparent url("/source/images/site/bg_footer.gif") no-repeat left top;
	}
body#about #footer_container {
	margin-left: 240px;
	}
#footer_container #copyright_info {
	color: #ffffff;
	}

/* Main Layout */
body#main #masthead {
	margin-bottom: 36px;
	padding: 10px;
	background: #1b1b1b;
	line-height: 0;
	}
body#main #feature_display {
	width: 680px;
	margin-bottom: 36px;
	margin-left: 190px;
	padding: 0 10px 0 10px;
	}
body#main #feature_display h1 {
	margin-bottom: 36px;
	line-height: 18px;
	font-size: 18px;
	font-weight: normal;
	/*background: #333333;*/
	}
body#main #feature_display h2.author,
body#main #feature_display h2.date {
	line-height: 18px;
	font-weight: normal;
	}
body#main #feature_display h2.comment_detail {
	margin-bottom: 18px;
	line-height: 18px;
	font-weight: normal;
	}
body#main #feature_display h2.topics {
	margin-bottom: 18px;
	line-height: 18px;
	font-weight: normal;
	}
body#main #feature_display p {
	margin-bottom: 18px;
	line-height: 18px;
	}
body#main #feature_display #continue_reading {
	width: 180px;
	margin-left: -30px;
	}
body#main #feature_display #continue_reading a {
	width: 180px;
	height: 18px;
	display: block;
	text-indent: -9999px;
	color: #ffffff;
	background: #1b1b1b url("/source/images/site/btn_continue_reading.png") no-repeat left top;
	}
body#main #feature_display #continue_reading a:hover {
	background-position: left -18px;
	}

body#main #archive_display {
	/* optional background for section */
	/*background: transparent url("/source/images/section_bg/sbg_everybody_lies.png") no-repeat left center;*/
	}
body#main #archive_display #archive_browser {
	width: 680px;
	margin-bottom: 36px;
	margin-left: 180px;
	padding: 0 20px 0 20px;
	background: transparent url("/source/images/site/archive_browser_hdr.gif") no-repeat left top;
	}
body#main #archive_display #archive_browser h2 {
	line-height: 36px;
	color: #ffffff;
	}
body#main #archive_display #archive_browser ul#archiveNav_functions,
body#main #archive_display #archive_browser ul.archiveNav_more {
	width: 140px;
	height: 90px;
	margin-bottom: 18px;
	float: left;
	color: #ffffff;
	/*background: #bbbbbb;*/
	}
body#main #archive_display #archive_browser ul.archiveNav_more {
	margin-left: 40px;
	}
body#main #archive_display #archive_browser ul#archiveNav_functions li a,
body#main #archive_display #archive_browser ul.archiveNav_more li a {
	color: #92a1ab;
	}
body#main #archive_display #archive_browser ul#archiveNav_functions li a:hover,
body#main #archive_display #archive_browser ul.archiveNav_more li a:hover {
	color: #d3dff0;
	}
body#main #archive_display #archive_browser ul#archiveNav_functions li a#functionNav_archives {
	padding-left: 20px;
	background: transparent url("/source/images/icons/time.png") no-repeat left -1px;
	}
body#main #archive_display #archive_browser ul#archiveNav_functions li a#functionNav_contact {
	padding-left: 20px;
	background: transparent url("/source/images/icons/email.png") no-repeat left -1px;
	}
body#main #archive_display #archive_browser ul#archiveNav_functions li a#functionNav_subscribe_rss {
	padding-left: 20px;
	background: transparent url("/source/images/icons/rss.png") no-repeat left -2px;
	}
body#main #archive_display #archive_browser ul#archiveNav_functions li a#functionNav_subscribe_atom {
	padding-left: 20px;
	background: transparent url("/source/images/icons/feed.png") no-repeat left top;
	}
body#main #archive_display #archive_browser #twitter_ticker {
	width: 680px;
	height: 36px;
	margin-bottom: 18px;
	line-height: 36px;
	overflow: hidden;
	}
body#main #archive_display #archive_browser #twitter_ticker a#twitter_follow {
	height: 36px;
	display: block;
	float: left;
	padding-left: 40px;
	}
body#main #archive_display #archive_browser #twitter_ticker a#twitter_follow:hover {
	}
body#main #archive_display #archive_browser #archive_data {
	width: 680px;
	}
body#main #archive_display #archive_browser #archive_data dt a {
	display: block;
	margin-left: -30px;
	padding: 0 0 0 30px;
	background: transparent url("/source/images/icons/page_white_text.png") no-repeat left center;
	}
body#main #archive_display #archive_browser #archive_data dt a:hover {
	background: transparent url("/source/images/icons/page_white_go.png") no-repeat left center;
	}
body#main #archive_display #archive_browser #archive_data dd p {
	margin-bottom: 18px;
	}
body#main #archive_display #archive_browser #archive_data .feature_details {
	margin-top: -18px;
	font-style: italic;
	color: #666666;
	}
body#main #archive_display #archive_browser #archive_data a.lnk_archive {
	display: block;
	margin-left: -30px;
	padding: 0 0 0 30px;
	background: transparent url("/source/images/icons/time.png") no-repeat left center;
	}
body#main #archive_display #archive_browser #archive_data a.lnk_archive:hover {
	background: transparent url("/source/images/icons/time_go.png") no-repeat left center;
	}

body#main #recommended_display {
	/* optional background for section */
	/*background: transparent url("/source/images/section_bg/sbg_test.gif") no-repeat left top;*/
	}
body#main #recommended_display .recommended_panel_l,
body#main #recommended_display .recommended_panel_r {
	width: 320px;
	margin-bottom: 18px;
	padding: 0 10px 0 10px;
	float: left;
	background: transparent url("/source/images/site/recommended_panel_hdr.gif") no-repeat left top;
	}
body#main #recommended_display .recommended_panel_l {
	margin-left: 190px;
	}
body#main #recommended_display .recommended_panel_r {
	margin-left: 20px;
	}
body#main #recommended_display .recommended_panel_l h2,
body#main #recommended_display .recommended_panel_r h2 {
	line-height: 36px;
	color: #ffffff;
	}
body#main #recommended_display .recommended_panel_l h2 a,
body#main #recommended_display .recommended_panel_r h2 a {
	color: #ffffff;
	}
body#main #recommended_display .recommended_panel_l .mini_mast,
body#main #recommended_display .recommended_panel_r .mini_mast {
	width: 340px;
	height: 90px;
	margin-left: -10px;
	overflow: hidden;
	}
body#main #recommended_display dl dd {
	margin-bottom: 18px;
	}
body#main #recommended_display dl dd p.recommended_details {
	height: 36px;
	overflow: hidden;
	}
body#main #recommended_display dl dd p.recommended_author {
	font-style: italic;
	color: #666666;
	}


/* Feature Layout */
body#feature #masthead {
	width: 880px;
	margin-bottom: 36px;
	float: left;
	overflow: hidden;
	text-align: right;
	background: #1b1b1b;
	border: 10px solid #1b1b1b;
	line-height: 0;
	}
body#feature #masthead_tab {
	float: left;
	}
body#feature #masthead_tab a#masthead_tabController {
	width: 60px;
	height: 50px;
	display: block;
	text-indent: -9999px;
	background: transparent url("/source/images/site/masthead_arrowTab_down.png") no-repeat left top;
	}
body#feature #feature_article {
	width: 680px;
	margin-bottom: 36px;
	margin-left: 190px;
	padding: 0 10px 0 10px;
	clear: both;
	}
body#feature #feature_article h1 {
	margin-bottom: 36px;
	line-height: 18px;
	font-size: 18px;
	font-weight: normal;
	/*background: #333333;*/
	}
body#feature #feature_article h2 {
	margin-top: 36px;
	line-height: 18px;
	font-size: 14px;
	}
body#feature #feature_article h2.author,
body#feature #feature_article h2.date,
body#feature #feature_article h2.topics {
	margin-top: 0;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
	}
body#feature #feature_article h2.comment_detail {
	margin-top: 0;
	margin-bottom: 18px;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
	}
body#feature #feature_article h3 {
	line-height: 18px;
	}
body#feature #feature_article blockquote {
	}
body#feature #feature_article blockquote.highlight {
	width: 800px;
	margin-left: -120px;
	padding: 0 10px 0 10px;
	}
body#feature #feature_article blockquote p {
	color: #666666;
	}
body#feature #feature_article blockquote.highlight p {
	font-size: 14px;
	text-align: left;
	}
body#feature #feature_article p {
	margin-bottom: 18px;
	line-height: 18px;
	}
body#feature #feature_article img {
	margin-bottom: 18px;
	padding: 10px;
	background: #ffffff;
	}
body#feature #feature_article img.img880 {
	margin-bottom: 0;
	margin-left: -200px;
	}
body#feature #feature_article img.img820 {
	margin-bottom: 0;
	margin-left: -200px;
	padding-left: 70px;
	}
body#feature #feature_article img.img760 {
	margin-bottom: 0;
	margin-left: -200px;
	padding-left: 130px;
	}
body#feature #feature_article img.img700 {
	margin-bottom: 0;
	margin-left: -20px;
	}
body#feature #feature_article img.img640 {
	margin-bottom: 0;
	margin-left: -20px;
	/*padding-right: 70px;*/
	}
body#feature #feature_article img.img580 {
	margin-bottom: 0;
	margin-left: -20px;
	/*padding-right: 130px;*/
	}
body#feature #feature_article img.img520 {
	margin-bottom: 0;
	margin-left: -20px;
	/*padding-right: 190px;*/
	}
body#feature #feature_article img.img460 {
	margin-bottom: 0;
	margin-left: -20px;
	}
body#feature #feature_article object {
	margin-bottom: 18px;
	}
body#feature #feature_article .author_signature {
	margin-bottom: 72px;
	display: block;
	text-indent: -9999px;
	}
/* Author Signature Setups */
body#feature #feature_article #signature_1 {
	width: 280px;
	height: 36px;
	background: transparent url("/source/images/profiles/sig_gotham.gif") no-repeat left top;
	}
body#feature #feature_article #signature_2 {
	width: 280px;
	height: 36px;
	background: transparent url("/source/images/profiles/sig_ghost.gif") no-repeat left top;
	}

	
body#feature #feature_comments {
	background: transparent url("/source/images/section_bg/sbg_everybody_lies.png") no-repeat left bottom;
	}
body#feature #feature_comments h2 {
	width: 680px;
	margin-left: 190px;
	padding: 0 10px 0 10px;
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	}
body#feature #feature_comments .reader_comment {
	width: 680px;
	margin-bottom: 18px;
	margin-left: 180px;
	padding: 36px 20px 0 20px;
	background: transparent url("/source/images/site/div_white700.png") no-repeat left top;
	}
body#feature #feature_comments .reader_comment p.author,
body#feature #feature_comments .reader_comment p.date {
	margin-bottom: 0;
	color: #666666;
	}
body#feature #feature_comments .reader_comment p {
	margin-bottom: 18px;
	}
body#feature #feature_comments #comment_form_container {
	width: 680px;
	margin-bottom: 18px;
	margin-left: 180px;
	padding: 36px 20px 0 20px;
	background: transparent url("/source/images/site/div_black700.png") no-repeat left top;
	}
body#feature #feature_comments #comment_form_container h2 {
	margin-left: -10px;
	}
body#feature #feature_comments #comment_form_container h3 {
	margin-bottom: 18px;
	font-weight: normal;
	color: #666666;
	}
body#feature #feature_comments #comment_form_container label {
	line-height: 18px;
	}
body#feature #feature_comments #comment_form_container p.shade label {
	width: 280px;
	height: 36px;
	display: inline-block;
	vertical-align: top;
	line-height: 36px;
	}
body#feature #feature_comments #comment_form_container label strong {
	color: #e65123;
	}
body#feature #feature_comments #comment_form_container label span {
	color: #666666;
	}
body#feature #feature_comments #comment_form_container input {
	width: 320px;
	height: 18px;
	display: block;
	line-height: 18px;
	font: inherit;
	border: 1px solid #666666;
	}
body#feature #feature_comments #comment_form_container input#save_info {
	width: auto;
	height: 18px;
	margin: 11px 5px 10px 5px;
	display: inline-block;
	}
body#feature #feature_comments #comment_form_container input#preview {
	width: 110px;
	height: 36px;
	margin-left: -10px;
	float: left;
	border: none;
	}
body#feature #feature_comments #comment_form_container input#submit {
	width: 110px;
	height: 36px;
	float: left;
	border: none;
	}
body#feature #feature_comments #comment_form_container textarea {
	width: 320px;
	line-height: 18px;
	font: inherit;
	border: 1px solid #666666;
	}
body#feature #feature_comments #comment_form_container p {
	margin-bottom: 18px;
	}
body#feature #feature_comments #comment_form_container p.shade {
	width: 320px;
	height: 36px;
	display: block;
	clear: both;
	color: #ffffff;
	background: transparent url("/source/images/site/bg_flatTexture_grey.gif") repeat-x left top;
	}


/* About Layout */
body#about #masthead {
	width: 940px;
	height: 342px;
	margin-bottom: 18px;
	margin-left: 10px;
	/*padding: 0 10px 0 10px;*/
	display: block;
	position: relative;
	background: transparent url("/source/images/profiles/mast_starburst.jpg") no-repeat left bottom;
	}
body#about #masthead h1 {
	width: 920px;
	position: absolute;
	top: 140px;
	left: 10px;
	}
body#about #site_desc_container {
	margin-bottom: 54px;
	}
body#about h2.subTitle,
body#about h1,
body#about h2.subHeading {
	/*width: 920px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	*/
	}
body#about h2.subTitle,
body#about h1 {
	margin-bottom: 0;
	font-size: 36px;
	font-weight: normal;
	line-height: 54px;
	/*background: #333333;*/
	}
body#about h2.subHeading {
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	/*background: #cccccc;*/
	}
body#about .container_16 p {
	margin-bottom: 18px;
	}
body#about .contributor_row {
	clear: both;
	}
body#about .contributor {
	width: 440px;
	margin: 0 10px 18px 10px;
	padding: 0 10px 0 10px;
	float: left;
	/*background: #ff9900;*/
	}
body#about .contributor .portrait {
	width: 460px;
	height: 90px;
	margin-left: -10px;
	overflow: hidden;
	}
body#about .contributor h2 {
	width: 440px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 36px;
	/*background: #333333;*/
	}
body#about .contributor p {
	margin-bottom: 18px;
	}


/* Profile Layout */
body#profile #profile_photo {
	width: 880px;
	margin-bottom: 18px;
	margin-left: 10px;
	}
body#profile #profile_display {
	width: 680px;
	margin-bottom: 36px;
	margin-left: 190px;
	padding: 0 10px 0 10px;
	clear: both;
	}
body#profile #profile_display h1 {
	margin-bottom: 36px;
	line-height: 18px;
	font-size: 18px;
	font-weight: normal;
	/*background: #333333;*/
	}
body#profile #profile_display h2 {
	margin-top: 36px;
	font-size: 14px;
	}
body#profile #profile_display p {
	margin-bottom: 18px;
	}
body#profile #profile_display blockquote p {
	color: #666666;
	}
body#profile #archive_display h2 {
	width: 680px;
	padding: 0 10px 0 10px;
	margin-left: 190px;
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	}
body#profile #archive_display #archive_data {
	width: 680px;
	padding: 0 10px 0 10px;
	margin-left: 190px;
	/*background: transparent url("/source/images/site/divFlat_black700.png") no-repeat -10px top;*/
	}
body#profile #archive_display #archive_data dt a {
	display: block;
	margin-left: -30px;
	padding: 0 0 0 30px;
	background: transparent url("/source/images/icons/page_white_text.png") no-repeat left center;
	}
body#profile #archive_display #archive_data dt a:hover {
	background: transparent url("/source/images/icons/page_white_go.png") no-repeat left center;
	}
body#profile #archive_display #archive_data .feature_details {
	margin-bottom: 18px;
	font-style: italic;
	color: #666666;
	}
body#profile dt#pagination {
	visibility: hidden;
	}
body#profile .pagination_control_bottom {
	width: 680px;
	margin-bottom: 36px;
	margin-left: -10px;
	/*margin-left: 190px;*/
	padding: 18px 10px 0 10px;
	background: transparent url("/source/images/site/divFlat_black700.png") no-repeat -10px top;
	}


/* Recommended Layout */
body#recommended h1,
body#recommended h2 {
	width: 860px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	}
body#recommended h1 {
	margin-bottom: 0;
	font-size: 36px;
	line-height: 54px;
	/*background: #333333;*/
	}
body#recommended h2 {
	margin-bottom: 36px;
	font-size: 18px;
	line-height: 18px;
	/*background: #cccccc;*/
	}
body#recommended .pagination_control_top {
	width: 680px;
	margin-left: 190px;
	padding: 0 10px 0 10px;
	}
body#recommended .pagination_control_bottom {
	width: 700px;
	margin-bottom: 36px;
	margin-left: 180px;
	padding: 18px 10px 0 10px;
	background: transparent url("/source/images/site/divFlat_black700.png") no-repeat left top;
	}
body#recommended .pagination_control_bottom p {
	width: 680px;
	padding: 0 10px 0 10px;
	}
body#recommended .reco_item {
	width: 700px;
	margin-bottom: 18px;
	margin-left: 180px;
	padding: 36px 10px 0 10px;
	background: transparent url("/source/images/site/divFlat_black700.png") no-repeat left top;
	}
body#recommended .reco_item .reco_details {
	width: 320px;
	height: 90px;
	margin-bottom: 18px;
	padding: 0 10px 0 10px;
	float: left;
	overflow: hidden;
	}
body#recommended .reco_item .reco_details h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	margin-bottom: 0;
	}
body#recommended .reco_item img.reco_image {
	width: 340px;
	height: 90px;
	margin-bottom: 18px;
	margin-left: 20px;
	overflow: hidden;
	float: left;
	}
body#recommended .reco_item .reco_description {
	width: 680px;
	padding: 0 10px 0 10px;
	}
body#recommended .reco_item .reco_description p {
	margin-bottom: 18px;
	}


/* Recommended Review Layout */
body#review h1,
body#review h2 {
	width: 860px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	}
body#review h1 {
	margin-bottom: 0;
	font-size: 36px;
	line-height: 54px;
	/*background: #333333;*/
	}
body#review h2 {
	margin-bottom: 36px;
	font-size: 18px;
	line-height: 18px;
	/*background: #cccccc;*/
	}
body#review .reco_item {
	margin-left: 190px;
	}
body#review .reco_item .reco_details {
	width: 320px;
	height: 90px;
	margin-bottom: 18px;
	padding: 0 10px 0 10px;
	float: left;
	overflow: hidden;
	}
body#review .reco_item .reco_details h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	margin-bottom: 0;
	}
body#review .reco_item img.reco_image {
	width: 340px;
	height: 90px;
	margin-bottom: 18px;
	margin-left: 20px;
	overflow: hidden;
	float: left;
	}
body#review .reco_item .reco_description {
	width: 680px;
	padding: 0 10px 0 10px;
	clear: both;
	}
body#review .reco_item .reco_description p {
	margin-bottom: 18px;
	}
body#review #review_comments {
	background: transparent url("/source/images/section_bg/sbg_everybody_lies.png") no-repeat left bottom;
	}
body#review #review_comments h2 {
	width: 680px;
	margin-left: 190px;
	padding: 0 10px 0 10px;
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	}
body#review #review_comments .reader_comment {
	width: 680px;
	margin-bottom: 18px;
	margin-left: 180px;
	padding: 36px 20px 0 20px;
	background: transparent url("/source/images/site/div_white700.png") no-repeat left top;
	}
body#review #review_comments .reader_comment p.author,
body#review #review_comments .reader_comment p.date {
	margin-bottom: 0;
	color: #666666;
	}
body#review #review_comments .reader_comment p {
	margin-bottom: 18px;
	}
body#review #review_comments #comment_form_container {
	width: 680px;
	margin-bottom: 18px;
	margin-left: 180px;
	padding: 36px 20px 0 20px;
	background: transparent url("/source/images/site/div_black700.png") no-repeat left top;
	}
body#review #review_comments #comment_form_container h2 {
	margin-left: -10px;
	}
body#review #review_comments #comment_form_container h3 {
	margin-bottom: 18px;
	font-weight: normal;
	color: #666666;
	}
body#review #review_comments #comment_form_container label {
	line-height: 18px;
	}
body#review #review_comments #comment_form_container p.shade label {
	width: 280px;
	height: 36px;
	display: inline-block;
	vertical-align: top;
	line-height: 36px;
	}
body#review #review_comments #comment_form_container label strong {
	color: #e65123;
	}
body#review #review_comments #comment_form_container label span {
	color: #666666;
	}
body#review #review_comments #comment_form_container input {
	width: 320px;
	height: 18px;
	display: block;
	line-height: 18px;
	font: inherit;
	border: 1px solid #666666;
	}
body#review #review_comments #comment_form_container input#save_info {
	width: auto;
	height: 18px;
	margin: 11px 5px 10px 5px;
	display: inline-block;
	}
body#review #review_comments #comment_form_container input#preview {
	width: 110px;
	height: 36px;
	margin-left: -10px;
	float: left;
	border: none;
	}
body#review #review_comments #comment_form_container input#submit {
	width: 110px;
	height: 36px;
	float: left;
	border: none;
	}
body#review #review_comments #comment_form_container textarea {
	width: 320px;
	line-height: 18px;
	font: inherit;
	border: 1px solid #666666;
	}
body#review #review_comments #comment_form_container p {
	margin-bottom: 18px;
	}
body#review #review_comments #comment_form_container p.shade {
	width: 320px;
	height: 36px;
	display: block;
	clear: both;
	color: #ffffff;
	background: transparent url("/source/images/site/bg_flatTexture_grey.gif") repeat-x left top;
	}


/* Archives Layout */
body#archives h1,
body#archives h2 {
	width: 860px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	}
body#archives h1 {
	margin-bottom: 0;
	font-size: 36px;
	line-height: 54px;
	/*background: #333333;*/
	}
body#archives h2 {
	margin-bottom: 36px;
	font-size: 18px;
	line-height: 18px;
	/*background: #cccccc;*/
	}
body#archives .pagination_control_top {
	width: 680px;
	margin-left: 190px;
	padding: 0 10px 0 10px;
	}
body#archives .pagination_control_bottom {
	width: 680px;
	margin-bottom: 36px;
	margin-left: -10px;
	padding: 18px 10px 0 10px;
	background: transparent url("/source/images/site/divFlat_black700.png") no-repeat -10px top;
	}
body#archives #archive_display #archive_data {
	width: 680px;
	padding: 18px 10px 0 10px;
	margin-left: 190px;
	background: transparent url("/source/images/site/divFlat_black700.png") no-repeat -10px top;
	}
body#archives #archive_display #archive_data dt a.feature_heading {
	display: block;
	margin-left: -30px;
	padding: 0 0 0 30px;
	background: transparent url("/source/images/icons/page_white_text.png") no-repeat left center;
	}
body#archives #archive_display #archive_data dt a.feature_heading:hover {
	background: transparent url("/source/images/icons/page_white_go.png") no-repeat left center;
	}
body#archives #archive_display #archive_data .feature_details {
	margin-bottom: 18px;
	font-style: italic;
	color: #666666;
	}
body#archives #archive_data dt .reco_info {
	width: 320px;
	height: 72px;
	margin-bottom: 18px;
	padding-top: 18px;
	float: left;
	}
body#archives #archive_display #archive_data dt a.reco_heading {
	display: block;
	margin-left: -30px;
	padding: 0 0 0 30px;
	background: transparent url("/source/images/icons/application_view_tile.png") no-repeat left center;
	}
body#archives #archive_display #archive_data dt a.reco_heading:hover {
	background: transparent url("/source/images/icons/application_go.png") no-repeat left center;
	}
body#archives #archive_data dt img.reco_image {
	width: 340px;
	height: 90px;
	margin-bottom: 18px;
	margin-left: 20px;
	overflow: hidden;
	float: left;
	}
body#archives #archive_data dd .reco_description {
	width: 680px;
	clear: both;
	}
body#archives #archive_data dd .reco_description p {
	margin-bottom: 18px;
	}
body#archives #archive_display #archive_data .reco_details {
	margin-top: -18px;
	margin-bottom: 18px;
	font-style: italic;
	color: #666666;
	}

	

/* Focus Category Layout */
body#focus_category h1,
body#focus_category h2 {
	width: 860px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	}
body#focus_category h1 {
	margin-bottom: 0;
	font-size: 36px;
	line-height: 54px;
	}
body#focus_category h2 {
	margin-bottom: 36px;
	font-size: 18px;
	line-height: 18px;
	}
body#focus_category .pagination_control_top {
	width: 680px;
	margin-left: 190px;
	padding: 0 10px 0 10px;
	clear: both;
	}
body#focus_category .pagination_control_bottom {
	width: 680px;
	margin-bottom: 36px;
	margin-left: -10px;
	padding: 18px 10px 0 10px;
	clear: both;
	background: transparent url("/source/images/site/divFlat_black700.png") no-repeat -10px top;
	}
body#focus_category #recommended_display .pagination_control_bottom {
	margin-left: 0;
	}
body#focus_category #topicList_display {
	width: 140px;
	padding: 18px 10px 0 10px;
	margin-left: 10px;
	float: left;
	}
body#focus_category #topicList_display ul#topicList li ul {
	width: 130px;
	margin-left: 10px;
	float: left;
	}
body#focus_category #archive_display #archive_data {
	width: 680px;
	padding: 18px 10px 0 10px;
	margin-left: 20px;
	float: left;
	background: transparent url("/source/images/site/divFlat_black700.png") no-repeat -10px top;
	}
body#focus_category #archive_display #archive_data dt a {
	display: block;
	margin-left: -30px;
	padding: 0 0 0 30px;
	background: transparent url("/source/images/icons/page_white_text.png") no-repeat left center;
	}
body#focus_category #archive_display #archive_data dt a:hover {
	background: transparent url("/source/images/icons/page_white_go.png") no-repeat left center;
	}
body#focus_category #archive_display #archive_data .feature_details {
	margin-bottom: 18px;
	font-style: italic;
	color: #666666;
	}
body#focus_category #recommended_display {
	width: 700;
	margin-left: 20px;
	float: left;
	/*background: transparent url("/source/images/site/divFlat_black700.png") no-repeat -10px top;*/
	}
body#focus_category .reco_item {
	width: 680px;
	margin-bottom: 18px;
	padding: 36px 10px 0 10px;
	background: transparent url("/source/images/site/divFlat_black700.png") no-repeat -10px top;
	}
body#focus_category .reco_item .reco_details {
	width: 320px;
	height: 90px;
	margin-bottom: 18px;
	float: left;
	overflow: hidden;
	}
body#focus_category .reco_item .reco_details h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	margin-bottom: 0;
	}
body#focus_category .reco_item img.reco_image {
	width: 340px;
	height: 90px;
	margin-bottom: 18px;
	margin-left: 20px;
	overflow: hidden;
	float: left;
	}
body#focus_category .reco_item .reco_description {
	width: 680px;
	clear: both;
	}
body#focus_category .reco_item .reco_description p {
	margin-bottom: 18px;
	}


/* Search Layout */
body#search h1,
body#search h2 {
	width: 860px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	}
body#search h1 {
	margin-bottom: 0;
	font-size: 36px;
	line-height: 54px;
	/*background: #333333;*/
	}
body#search h2 {
	margin-bottom: 36px;
	font-size: 18px;
	line-height: 18px;
	/*background: #cccccc;*/
	}
body#search p#notice_noResults {
	width: 680px;
	margin-bottom: 180px;
	margin-left: 190px;
	padding: 0 10px 0 10px;
	}
body#search .pagination_control_top {
	width: 680px;
	margin-left: 190px;
	padding: 0 10px 0 10px;
	}
body#search .pagination_control_bottom {
	width: 680px;
	margin-bottom: 36px;
	margin-left: 190px;
	padding: 18px 10px 0 10px;
	background: transparent url("/source/images/site/divFlat_black700.png") no-repeat -10px top;
	}
body#search #archive_display #archive_data {
	width: 680px;
	padding: 18px 10px 0 10px;
	margin-left: 190px;
	background: transparent url("/source/images/site/divFlat_black700.png") no-repeat -10px top;
	}
body#search #archive_display #archive_data dt a.feature_heading {
	display: block;
	margin-left: -30px;
	padding: 0 0 0 30px;
	background: transparent url("/source/images/icons/page_white_text.png") no-repeat left center;
	}
body#search #archive_display #archive_data dt a.feature_heading:hover {
	background: transparent url("/source/images/icons/page_white_go.png") no-repeat left center;
	}
body#search #archive_display #archive_data .feature_details {
	margin-bottom: 18px;
	font-style: italic;
	color: #666666;
	}
body#search #archive_data dt .reco_info {
	width: 320px;
	height: 72px;
	margin-bottom: 18px;
	padding-top: 18px;
	float: left;
	}
body#search #archive_display #archive_data dt a.reco_heading {
	display: block;
	margin-left: -30px;
	padding: 0 0 0 30px;
	background: transparent url("/source/images/icons/application_view_tile.png") no-repeat left center;
	}
body#search #archive_display #archive_data dt a.reco_heading:hover {
	background: transparent url("/source/images/icons/application_go.png") no-repeat left center;
	}
body#search #archive_data dt img.reco_image {
	width: 340px;
	height: 90px;
	margin-bottom: 18px;
	margin-left: 20px;
	overflow: hidden;
	float: left;
	}
body#search #archive_data dd .reco_description {
	width: 680px;
	clear: both;
	}
body#search #archive_data dd .reco_description p {
	margin-bottom: 18px;
	}
body#search #archive_display #archive_data .reco_details {
	margin-top: -18px;
	margin-bottom: 18px;
	font-style: italic;
	color: #666666;
	}
body#search #archive_display #archive_data dt a.profile_heading {
	display: block;
	margin-left: -30px;
	padding: 0 0 0 30px;
	background: transparent url("/source/images/icons/user.png") no-repeat left center;
	}
body#search #archive_display #archive_data dt a.profile_heading:hover {
	background: transparent url("/source/images/icons/user_go.png") no-repeat left center;
	}


/* Comment Preview Layout */
body#comment_preview #preview_comments {
	background: transparent url("/source/images/section_bg/sbg_everybody_lies.png") no-repeat left bottom;
	}
body#comment_preview #preview_comments h1 {
	width: 680px;
	margin-bottom: 36px;
	margin-left: 190px;
	padding: 0 10px 0 10px;
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	}
body#comment_preview #preview_comments h2 {
	width: 680px;
	margin-left: 190px;
	padding: 0 10px 0 10px;
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	}
body#comment_preview #preview_comments .reader_comment {
	width: 680px;
	margin-bottom: 18px;
	margin-left: 180px;
	padding: 36px 20px 0 20px;
	background: transparent url("/source/images/site/divFlat_black700.png") no-repeat left top;
	}
body#comment_preview #preview_comments .reader_comment p.author,
body#comment_preview #preview_comments .reader_comment p.date {
	margin-bottom: 0;
	color: #666666;
	}
body#comment_preview #preview_comments .reader_comment p {
	margin-bottom: 18px;
	}
body#comment_preview #preview_comments #comment_form_container {
	width: 680px;
	margin-bottom: 18px;
	margin-left: 180px;
	padding: 36px 20px 0 20px;
	background: transparent url("/source/images/site/divFlat_black700.png") no-repeat left top;
	}
body#comment_preview #preview_comments #comment_form_container h2 {
	margin-left: -10px;
	}
body#comment_preview #preview_comments #comment_form_container h3 {
	margin-bottom: 18px;
	font-weight: normal;
	color: #666666;
	}
body#comment_preview #preview_comments #comment_form_container label {
	line-height: 18px;
	}
body#comment_preview #preview_comments #comment_form_container p.shade label {
	width: 290px;
	height: 36px;
	display: inline-block;
	vertical-align: top;
	line-height: 36px;
	}
body#comment_preview #preview_comments #comment_form_container label strong {
	color: #e65123;
	}
body#comment_preview #preview_comments #comment_form_container label span {
	color: #666666;
	}
body#comment_preview #preview_comments #comment_form_container input {
	width: 320px;
	height: 18px;
	display: block;
	line-height: 18px;
	font: inherit;
	border: 1px solid #666666;
	}
body#comment_preview #preview_comments #comment_form_container input#save_info {
	width: auto;
	height: 18px;
	margin: 11px 5px 10px 5px;
	display: inline-block;
	}
body#comment_preview #preview_comments #comment_form_container input#preview {
	width: 110px;
	height: 36px;
	margin-left: -10px;
	float: left;
	border: none;
	}
body#comment_preview #preview_comments #comment_form_container input#submit {
	width: 110px;
	height: 36px;
	float: left;
	border: none;
	}
body#comment_preview #preview_comments #comment_form_container textarea {
	width: 320px;
	line-height: 18px;
	font: inherit;
	border: 1px solid #666666;
	}
body#comment_preview #preview_comments #comment_form_container p {
	margin-bottom: 18px;
	}
body#comment_preview #preview_comments #comment_form_container p.shade {
	width: 320px;
	color: #ffffff;
	background: transparent url("/source/images/site/bg_flatTexture_grey.gif") repeat-x left top;
	}