body {
	background: #446399 url('/images/s2-gradient.png') repeat-x left top;
	color: #222;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
a img { border: none; }
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 2em;
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.0em;
}
form {
	margin: 0;
	padding: 0;
}
small {
	font-size: 0.8em;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
	margin-bottom: 10px;
}
ul ul {
	margin: 10px 0 0 20px;
}

.doublespace {
	font-size: 14px;
	line-height: 1.8em;
}
.nomargin { margin: 0 !important; }

/* Clearfix */
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-block;}
/* no macIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end */

#headerbg {
	background: url('/images/s2-header.png') no-repeat center top;
	height: 517px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
}
#wrap {
	margin: 0 auto;
	position: relative;
	width: 920px;
	z-index: 1;
}
#header {
	background: url('/images/s2-silhouette8.png') no-repeat 30px bottom;
	padding: 35px 20px 20px;
}
#header h1 a,
#header h2 a {
	display: block;
	margin: 0 auto;
	height: 100px;
	width: 470px;
}
#header h1 a span, #header h2 a span { display: none; }

#skyline {
	/* skyline shadow */
	margin: 0 0 20px;
	padding: 0 10px;
}
#skyline h1 {
	color: white;
}
#skyline h2 {
	font-size: 1.8em;
	font-weight: normal;
}
#skyline .content {
	background: #8FA5D2 url('/images/s2-skyline80.jpg') no-repeat center top;
	height: 570px;
}
#skyline .rightcol {
	float: right;
	font-size: 16px;
	margin: 0 20px 0 0;
	width: 320px;
	height: 570px;
	position: relative;
}
#skyline .rightcol a {
	color: #222;
}
#skyline .rightcol ul {

}
#skyline .rightcol ul li {
	margin-bottom: 5px;
}
#skyline .rightcol ul ul {
	margin-top: 20px;
}
#skyline .rightcol ul a,
.contentblock .rightcol ul a {
	display: block;
	padding: 8px 20px 7px;
	text-decoration: none;
}
#skyline .rightcol ul a:hover,
.contentblock .rightcol ul a:hover,
.rightcol .watchmark:hover {
	background-color: #7289BA;
	text-decoration: none;
}

.rightcol .watchmark {
	background: url('/images/watch-mark.png') no-repeat 10px 7px;
	display: block;
	font-size: 11px;
	margin-top: 10px;
	padding: 10px 20px 9px 65px;
	text-decoration: none;
}
.rightcol .watchmark strong {
	font-size: 16px;
}

#markgungor {
	background: url('/images/featuring-mark-gungor.jpg') no-repeat left top;
}
#markgungor,
#markgungor a {
	display: block;
	height: 217px;
	width: 320px;
}
#markgungor span { display: none; }

.nametag {
	background: #222;
	color: white;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	padding: 4px 5px 3px;
	text-decoration: none;
	width: 215px; /*225*/
}
.nametag:hover {
	background: #7289ba;
}

#bioside {
	/*border-bottom: 1px solid #7289ba;*/
	background: #7289ba;
	margin-bottom: 0px;
}
#bioside .links {
	font-size: 0.9em;
	padding: 10px 20px 20px;
	text-align: center;
}
#bioside .blogpost {
	border-top: 1px solid #8FA5D2;
	margin-top: 10px;
	padding-top: 20px;
	text-align: left;
}
#bioside .blogpost h3 {
	font-size: 1.0em;
	margin: 5px 0 2px;
}
#bioside .blogpost .summary {
	font-size: 0.9em;
	line-height: 1.3em;
	margin-bottom: 5px;
}
#bioside .blogpost a.readmore {
	display: block;
	font-size: 0.9em;
	text-align: right;
}

.tvschedule {
	padding: 10px 0 0;
}
.tvschedule table {
	font-size: 0.8em;
	margin: 0 20px;
	width: 280px;
}
.tvschedule th,
.tvschedule td {
	font-weight: normal;
	padding: 4px 0;
	text-align: left;
}
.tvschedule .tdr {
	text-align: right;
}

#skyline .leftcol {
	padding: 20px;
	width: 520px;
}
#skyline #videoblock {
	/*background: black;*/
	height: 433px;
	margin: 15px 0 10px;
}
#wrap #actions {
	color: white;
	height: 50px;
}
#wrap #actions .action {
	background-position: left top;
	background-repeat: no-repeat;
	border-right: 1px solid #2d2d2d;
	color: white;
	display: block;
	float: left;
	height: 30px; /*50*/
	padding: 10px;
	text-decoration: none;
}
#wrap #actions .action:hover {
	background-position: left bottom;
}
#wrap #actions .action span { display: none; }
#wrap #actions #actShare {
	background-image: url('/images/share.png');
	width: 92px; /*112*/
}
#wrap #actions #actRead {
	background-image: url('/images/read.png');
	width: 89px; /*109*/
}
#wrap #actions #actWrite {
	background-image: url('/images/write.png');
	width: 90px; /*110*/
}
#wrap #actions #actWatch {
	background-image: url('/images/watch.png');
	border-right: none;
	width: 166px;
}
#wrap #actions #actRate {
	background-image: url('/images/rate.png');
	border-right: none;
	padding: 15px 10px 10px 65px;
	height: 25px;
	width: 111px; /*186*/
}
.star,
.staron {
	background: url('/images/stars.png') no-repeat left top;
	display: block;
	float: left;
	outline: none;
	padding-right: 2px;
	height: 18px;
	width: 18px;
}
.staron {
	background-position: left bottom;
}
.starhov, .staronhov,
.star:hover {
	background-position: left -18px;
}

#wrap #buySeasonOne {
	background: url('/images/buy-season-one.png') no-repeat left top;
	border-bottom: 1px solid #B17709;
	color: black;
	display: block;
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0;
	padding: 34px 0 0 97px;
	text-decoration: none;
	height: 52px; /*86*/
	width: 223px; /*320*/
}
#wrap #buySeasonOne strong {
	font-size: 1.5em;
}
#wrap #onlineStore {
	background: url('/images/online-store.png') no-repeat left top;
	color: black;
	display: block;
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0 0 0 20px;
	padding: 29px 0 0 154px;
	text-decoration: none;
	height: 58px; /*87*/
	width: 140px; /*294*/
}
#wrap #onlineStore strong {
	font-size: 1.5em;
}

#post {
	line-height: 2em;
	width: 520px;
}

#comments, #respond {
	border-top: 1px solid #7289ba;
	margin-top: 20px;
	padding-top: 20px;
}

#comments .avatar {
	float: left;
	margin-right: 7px;
}
#comments .comment {
	margin-bottom: 15px;
}
#comments .children {
	margin: 10px 0 0 20px;
}
#comments .comment-author-admin {
	background: #7289ba;
	padding: 10px;
}

/* Table Styling */
.purpletbl {
	margin-top: 10px;
}
.purpletbl th {
	background: #203153;
	color: white;
	text-align: left;
}
.purpletbl th a {
	color: white;
}
.purpletbl td {
	background: #5D79AF;
	border-bottom: 1px solid #8a98ce;
}
.purpletbl .alt td {
	background: #7289ba;
}
.purpletbl .thr {
	text-align: right;
}
.purpletbl a {
	color: #222;
}

/* Content Area */
.contentblock {
	background: #8FA5D2 url('/images/s2-content-box.png') no-repeat -900px bottom;
	margin: 0 10px 20px;
}
.contentblock .content {
	background: url('/images/s2-content-box.png') no-repeat left top;
	padding: 20px;
}
.contentblockFirst .content {
	background: url('/images/s2-content-box.png') no-repeat -1800px top;
}
.contentblock a {
	color: #222;
}
.contentblock h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 10px;
}
.contentblock .rightcol {
	float: right;
	font-size: 16px;
	margin: 0 0 0 40px;
	width: 320px;
}
.contentblock .leftcol {
	width: 500px;
}
.contentblock .leftcol textarea {
	width: 490px;
}
#index .leftcol {
	width: 520px;
}
#index .rightcol {
	margin-left: 20px;
}
#index .post {
	margin-bottom: 40px;
}
#index .entry {
	margin-right: 20px;
}

/* LYW Footer */
#footer {
	background: #333333 url('/images/s2-footer.png') repeat-y -1840px top;
	color: white;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 11.2px; /*0.8em;*/
	margin: 12px auto 4px;
	/*padding: 10px 30px 20px;*/
	/*width: 860px;*/
	width: 920px;
}
#footer a {
	color: #eee;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:visited {
	color: #ccc;
}
#footer ul ul {
	margin: 0;
}
#footer li {
	float: left;
	margin-bottom: 0;
	margin-right: 20px;
}
#footer p {
	margin: 0;
}
.small {
	font-size: 0.9em;
}

#footerTop {
	background: #1d1d1d url('/images/s2-footer.png') no-repeat -920px -45px;
	padding: 2px 10px 0;
}
#footerTop a {
	color: #ddd;
}
#footerTop .content {
	border-bottom: 1px solid #4a4a4a;
	height: 30px;
}
#footerTop #legallinks {
	float: right;
	font-size: 0.85em;
	padding: 9px 0 0;
	text-align: right;
	text-transform: lowercase;
}
#footerTop #breadcrumbs {
	padding: 0 20px;
}
#footerTop #breadcrumbs .crumb {
	display: block;
	float: left;
	padding: 8px 0;
}
#footerTop #breadcrumbs .chuckles {
	float: left;
	padding: 5px 0;
	margin-right: 10px;
}
#footerTop #breadcrumbs .chevron {
	background: url('/images/s2-footer.png') no-repeat -980px top;
	display: block;
	float: left;
	margin: 0 10px;
	overflow: hidden;
	padding-top: 30px;
	height: 0; /*30*/
	width: 10px;
}

#footerlinks {
	background: url('/images/s2-footer.png') no-repeat left bottom;
	line-height: 1.4em;
	padding: 10px 30px 16px;
}
#footerlinks li li {
	float: none;
}
#footerlinks a {
	color: white;
	text-decoration: none;
}
#footerlinks a:hover { text-decoration: underline; }

#footer .formfields {
	margin: 5px 0;
}
#footer_signup .formfields input {
	float: left;
}
#footer_email {
	background: url('/images/s2-footer.png') no-repeat -1600px top;
	border: none;
	font-size: 11px;
	/*float: left;*/
	height: 16px;
	padding: 3px 5px 1px;
	width: 145px; /*155*/
}

/* Share This */
.sharelink {
	display: inline-block;
	overflow: hidden;
	margin-left: 1px;
	padding-top: 16px;
	height: 0;
	width: 16px;
	vertical-align: middle;
}
.shareDelicious {
	background: url('/images/s2-footer.png') no-repeat -1050px top;
}
.shareFacebook {
	background: url('/images/s2-footer.png') no-repeat -1100px top;
}
.shareStumble {
	background: url('/images/s2-footer.png') no-repeat -1150px top;
}
.shareDigg {
	background: url('/images/s2-footer.png') no-repeat -1200px top;
}
/* End LYW Footer */

#footerlinks li.block2 {
	width: 140px;
}
#footerlinks li.block3 {
	width: 220px;
}
#footer_newsletter {
	background: url('/images/footer/lyw-logo.png') no-repeat left top;
	padding-left: 110px;
}
#pageend {
	color: #fff;
	font-size: 0.8em;
	margin: 10px auto;
	padding: 0 30px;
	width: 860px; /*920*/
}
#sharesite {
	text-align: right;
}
#sharesite a img {
	margin-left: 4px;
	vertical-align: middle;
}
#copyright {
	/*float: left;*/
	text-align: left;
}