/* NSN Content Styling */

/* A styling */

a.twitter {
	color:#38cdff;
	display:inline-block;
	padding:2px 0 2px 15px;
	background:url('../images/twitter_arrow.gif') 0 4px no-repeat;
}

a.rss_icon {
	display:inline-block;
	height:25px;
	width:25px;
	background:url('../images/rss_logo.jpg') no-repeat;
}

.blog img {
	float: right;
	margin: 0 0 10px 10px;
}

a.rss_icon span {display:none;}

a.thumbsup, a.thumbsdown {
	display:inline-block;
	padding-right:16px;
	margin-top:-5px;
	line-height:2em;
	color:#3fc320;
	height:20px;
	background:transparent url('../images/thumb_up.jpg') right center no-repeat;
}

a.thumbsdown {
	color:#b5b5b5;
	background:transparent url('../images/thumb_down.jpg') right center no-repeat;
}

/* H4 */

h4.sHeading { font-size: 1.4em; color: #606; }

h4.twitter a, h4.feet a {
	display:inline-block;
	height:21px;
	padding-right:25px;
	color:#38cdff;
	background:transparent url('../images/twitter_icon.jpg') right top no-repeat;
}

h4.feet a {
	display: inline;
	color:#666;
	padding-right:21px;
	background:transparent url('../images/feet_icon.jpg') right top no-repeat;
}

h4.nextstop { 
	display: block;
	width: 250px;
	margin-top: 1em;
	background:transparent url('../images/feet_icon.jpg') no-repeat 55px 0;
}

/* P */

p.rss { position:absolute; right:0; }
p.view_all { float: right; }

p.date {
	position:relative;
	float:left;
	text-align:center;
	width:33px;
	background:url('../images/date_bk.gif') 1px bottom no-repeat;
	text-transform:uppercase;
	color:#fff;
	font-size:1.1em;
	padding:13px 0 5px 0;
	margin-right:10px;
}

p.date span {
	display:block;
	position:absolute;
	top:0;
	left:0px;
	width:33px;
	height:14px;
	background:url('../images/date_top.gif') no-repeat;
}

p.date b {
	display:block;
	font-size:1.5em;
	line-height:0.6em;
}

p.vote {
	float:right;
}

p.video_more { float: right; }
p.video_more a { display: inline-block; }
p.video_download { margin-right: 35px; }

p.video_download a { display: block; width: 473px; background: url(../images/download-icon.gif) no-repeat; padding: 3px 0 3px 25px; }

p.view_all {
	padding:0px 0 2px 15px;
	background:url('../images/purple_arrow.gif') 0 4px no-repeat;
}
p.v_title {
	font-size: 1.1em;
}

strong.required { color: #f00; }

/* UL */

ul.archive {
	margin-top:0.8em;
}

ul.archive li {
	font-size:1.4em;
	font-weight:bold;
	line-height:1.6em;
}

ul.archive li span {
	color:#666;
}

ul.links {
	display: block;
	list-style: none;
	padding-right:20px;
	padding-bottom: 5px;
}

ul.links li {
	float: left;
	height: 31px;
	line-height: 31px;
	background:transparent url('../images/blog_links_break.gif') no-repeat bottom left;
}

ul.links li a {
	font-size:1.2em;
	font-weight:normal;
	text-decoration:none;
	padding: 2px 15px 2px 15px;
}

ul.links li a.first { 
	padding-left: 0;
}

ul.links li.nobrdr {background:none;}

ul.links li.share a {
	padding-left:22px;
	line-height: 31px;
	height: 31px;
	background:transparent url('http://s7.addthis.com/static/btn/sm-plus.gif') no-repeat;
}

ul.links li a span {color:#666;}
ul.links li a:hover {color:#222;}

ul#pagination {
	display: block;
	width: 533px;
	font-size:1.2em;
	height:25px;
	background:url('../images/paginate_bk.gif') repeat-x;
}

ul#pagination li {
	display:inline;
	/* This sets how far apart the pagination pages are. */
	padding-left:44px;
}

ul#pagination li.first {padding-left:0px;}

ul#pagination li a {
	font-weight:bold;
	text-align:center;
	display:inline-block;
	padding:3px 5px 0;
	height:29px;
}

ul#pagination li.selected a {
	color:#fff;
	background:url('../images/paginate_select_bk.gif') top center repeat-x;
}

ul#chapters {
	float: left;
	width: 200px;
	font-size: 1.2em;
	color: #666;
	margin-top: 0.3em;
}

ul#chapters li { 
	float: left;
	display: inline; 
	background: url('../images/chapter_bk.gif') no-repeat right;
}

ul#chapters li a {
	height: 23px;
	padding: 0 5px;
}

ul#chapters li.nobrdr { background: none; }

ul#episodelist {}
ul#episodelist li {}
ul#episodelist li div.episodetn { float: left; width: 128px; margin-right: 15px; }
ul#episodelist li div.episodetx { float: left; width: 390px;}
ul#episodelist li div.episodeitem { clear: both; float: left; width: 533px; margin-bottom: 25px; }

ul#sitemap {}
ul#sitemap h3 a { padding-left: 15px; font-size: 0.7em; color: #606; background:url('../images/purple_arrow.gif') 0 4px no-repeat; }
ul#sitemap h3 a:hover { text-decoration: underline; }

ul#sitemap li ul { margin-left: 25px; }
ul#sitemap li ul li { margin-bottom: 10px; }
ul#sitemap li ul a { font-size: 1.2em; color: #666; }

/* Styling */

div#content {
	position:relative;
	padding:17px 20px;
	background:url('../images/content_base_bk.jpg') bottom no-repeat;
}

div.column {
	width:250px;
	float:left;
	margin-right:33px;
	padding-bottom:17px;
}

div.column#misc {
	width:783px;
	float:left;
}

div.column#misc h4, div.column#misc p {
	margin-bottom: 15px;
}

div.column#misc p { font-size: 1.2em; }

div.column.right, div.column.find { margin:0; }

span.break {
	display:block;
	height:30px;
	width:250px;
	background:url('../images/left_col_base_break.jpg') left 15px no-repeat;
}

span.break2 {
	display:block;
	background:url('../images/content_base_bk.jpg') bottom no-repeat;
}

div.blogleft h4, div.journeyleft h4, div.sharestoryleft h4, div#misc h4 {
	font-size:1.4em;
	line-height:1.5em;
}

div.blogleft h4.twitter, div.blogleft h4.feet {
	margin-top:1em;
}

div.blogright, div.episodesright, div.journeyright, div.techright, div.sharestoryright, div.videosright {
	position:relative;
	width:533px;
	margin-right:0;
}

/* Episode box */

.ebox { 
	width: 249px;
	background: url('../images/ebox_bk.gif') no-repeat;
	margin-bottom: 1em;
}

.ebox.epnext { background: none; }

.ebox h4 {
	font-size: 1.3em;
	margin-bottom: 5px;
}

.ebox h4.ep_highlights, .ebox h4.ep_bonus, .ebox h4.ep_live {
	height: 7px;
	padding: 23px 5px 15px 10px;
}

.ebox h4 a { color: #606; }

.ebox h4.ep_bonus { background: url('../images/bonus_bk.gif') no-repeat 2px 5px; }
.ebox h4.ep_highlights { background: url('../images/highlights_bk.gif') no-repeat 2px 5px; }

.ebox h4.ep_live { padding: 0 5px 15px 10px; height: 36px; }
.ebox h4.ep_live a { display: block; padding: 21px 10px 20px 0; }
.ebox h4.ep_live { background: url('../images/ep_bk.gif') no-repeat 2px 5px; }
.ebox h4.ep_live_on { background: url('../images/ep_on_bk.gif') no-repeat 2px 5px; }

.ebox p { 
	font-size: 1.1em; 
	padding: 0 5px 15px 10px;
}

.ebox ul {
	display: block;
	margin: 0 9px;
}

.ebox li {
	clear: both;
	margin-bottom: 9px;
	display:inline-block;
	width: 231px;
}

.ebox li div { 
	float: left;
	margin-right: 10px;
}

.ebox li div p.downloadBonus a { color: #333; background: #d6d6d6 url(../images/bg_download_bonus.gif) no-repeat bottom; float: left; font-size: 0.8em; clear: both; width: 52px; text-align: center; }

.ebox li p { font-size: 1.1em; display: inline; padding: 0 0 0 0; }

/* Blog/Episode entries */

div.blog, div.episodes, div.journey, div.techsolutions, div.sharestory, div.videos { 
	display:block; 
	width:533px; 
	padding-bottom: 8px;
}

div.blog { margin-bottom: 10px; }

div.techsolutions { padding-bottom: 0; }

div.episodes { 
	margin-bottom: 15px; 
}

div.episodes #epheader h3 { clear: both; }
div.episodes h4 { color: #606; }

div.videos { padding-top: 15px; }

div.blog { 
	background:url('../images/blog_base_break.jpg') center bottom no-repeat;
}

div.blog h3, div.episodes h3, div.journey h3, div.techsolutions h3, div.sharestory h3, div.videos h3 { 
 padding:10px 0 2px 0; 
}

div.blog h3 a, div.episodes h3 a, div.videos h3 a  { color:#660066; }
div.videos h3 { font-size: 1.4em; padding: 5px 0 2px 0; }
div.videos p.byline{ font-size: 1.1em; }

div.blog p, div.episodes p, div.journey p, div.techsolutions p, div.sharestory p, div.videos p { 
	margin-bottom:1em;
}

div.postinfo { float: left; width: 533px; margin-bottom: 15px; }
div.postinfo h3 { padding: 0 0 2px 0; margin-bottom: 0; }
div.postinfo p { margin-bottom: 0; }

#episode_viewer {  margin-bottom: 1em; }

#your_videos, #your_stories, .video_gallery { 
	clear: both;
	float: left;
	width: 533px;
	padding-top: 10px;
}

.video_gallery { margin-bottom: 15px; }

#your_videos {
	background:url('../images/viewer_bk.gif') center top no-repeat;
}

#your_videos h4, #your_stories h4, .video_gallery h4 { 
	font-size: 1.4em;
	padding-top: 0.3em;
	margin-bottom: 0.5em;
}

#your_videos h4 small, #your_stories h4 small {
	display: block;
	font-weight: normal;
	font-size: 0.8em;
	padding-top: 0.3em;
}

#your_videos .v_select li, .video_gallery .v_select li {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

#your_videos .v_select li.v_last, .video_gallery .v_select li.v_last { 
	margin-right: 0;
}

.video_gallery .v_select li p { 
	font-weight: bold;
	margin-bottom: 0;
}

.video_gallery .v_select li p small { font-size: 0.9em; font-weight: normal; }

/* Comments */

div#comments ul { margin-bottom: 15px; }
div#comments h4 { font-size: 1.2em; margin-bottom: 1em; }
div#comments h4 strong { font-size: 1.5em; width: 40px; margin-right: 15px; }
div#comments a { color: #606; }
div#comments a:hover { text-decoration: underline; }
div#comments ul li p { margin: 0 0 1em 45px; }
div#comments p.comment_date { font-size: 1.1em; margin: 0 0 1em 0; }
div#comments ul li { border-bottom: 1px solid #ccc; padding: 14px 0 8px 0; }

div#share { width: 515px; color: #666; }
div#share h4 { display: inline; font-size: 1.2em; margin: 0 5px 0 0; }
div#share p.shareinfo { position: absolute; top: 2px; right: 231px; font-size: 1.1em; } 
div#share p.moderated { display: inline; font-size: 1.1em; }
div#share p.note { font-size: 1.0em; clear: both; margin-bottom: 0; }
div#share p.note2 { width: 280px; font-size: 1.1em; color: #606; clear: both; margin-bottom: 10px; }
div#share ol { margin-top: 1em; }
div#share li { position: relative; clear: both; float: left; width: 515px; margin: 0 15px 10px 0; }
div#share li.info_link { clear: none; float: left; width: 200px; }

div#share label { display: block; font-size: 1.1em; line-height: 20px; font-weight: bold; padding-bottom: 4px; }
div#share input.field { width: 280px; }
div#share li.info_link input.field { clear: none; float: left; width: 200px; }
div#share textarea { width: 415px; height: 70px; }
div#share textarea#intro_para { margin-bottom: 10px; }

div#share li.radioCheck {}
div#share li.radioCheck label.rcList { display: inline; float: left; font-weight: normal; margin: 0 15px 0 0; line-height: normal; padding-bottom: 0; }

div#share label.error { font-size: 1.1em; font-weight: normal; font-style: italic; color: #f00; }
div#share li.radioCheck label.rcList label.error { float: left; font-size: 1.0em;  }
div#share input.error, div#share textarea.error, div#share select.error { border: 1px dotted #f00; color: #f00; }
div#share li.radioCheck label.rcList input.error { border: none; }