/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body{line-height: 1;}
ol, ul{list-style: none;}
blockquote, q{quotes: none;}
blockquote:before, blockquote:after, q:before, q:after{content: '';content: none;}
/* remember to define focus styles! */
:focus{outline: 0;}
/* remember to highlight inserts somehow! */
ins{text-decoration: none;}
del{text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse: collapse;border-spacing: 0;}

/* Begin TWC Styles */
html,* html #container{height:100%;}

body{
background:#444;
color:#333;
font:normal 12px Helvetica, Arial, sans-serif;
height:100%}
#content p{margin-bottom:1em;line-height:1.3em;font-size:1.1em;}
a{color:#d00;}
a:hover,a:focus{text-decoration:none;}
a:visited{color:#900;}
ol,ul{
	margin:.5em 2em;
	list-style-position:inside;}
	ul{list-style:disc;}
	li{margin-bottom:.5em;}
	li.ico_video{list-style:disc url("/wlonline/assets/images/icoset_2/ico_video.png");}
	li.ico_audio{list-style:disc url("/wlonline/assets/images/icoset_2/ico_audio.png");}
	li.ico_image{list-style:disc url("/wlonline/assets/images/icoset_2/ico_image.png");}
	li.ico_article{list-style:disc url("/wlonline/assets/images/icoset_2/ico_article.png");}
	
h1{margin-bottom:.5em;font-size:1.83em;font-weight:normal;color:#333;}
	h1 span{
		float:right;
		clear:none;
		font-size:.6em}
h2{margin-bottom:.5em;font-size:1.6em;font-weight:normal;color:#333;}
	h2 span{
		float:right;
		clear:none;
		font-size:.6em}
h3{margin-bottom:.5em;font-size:1.4em;font-weight:normal;color:#333;}
h4{margin-bottom:.5em;font-size:1.2em;font-weight:normal;color:#333;}
h5{margin-bottom:.5em;font-size:1em;font-weight:bold;color:#333;}
h6{margin-bottom:.5em;font-size:.9em;font-weight:normal;color:#333;}

table{
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	width: 100%;
	background-color: #eee;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;}

table td{
	background-color: #ccc;
	color: #000;
	padding: .5em;
	text-align: left;
	border: 1px #fff solid;}

#container{
	position:relative;
	left:50%;
	margin-left:-40em;
	width:80em;
	background:rgb(250,250,250);
	float:left;}
#features{
	float:left;}
.feature{
	width:25em;
	margin:1.5em .83em;
	float:left;}
	.feature-image{display:block;width:100%;height:14.25em;overflow:hidden;}
		.feature-image img{width:100%;}
	.feature-title{font-size:150%;font-weight:normal;margin:.5em 0 .25em;}
		.feature-title a{color:#333;text-decoration:none;}
	.feature-link{color:#900;font-weight:bold;text-decoration:none;}

#menu{
	margin-bottom:.5em;
	width:100%;
	float:left;
	position:relative;
	left:0;}
	#menu #wl-logo{
		display:block;
		position:absolute;
		left:-.8em;
		top:0;
		z-index:5;}
	#menu div{
		margin:1.75em 0;
		background:#900;
		height:5.2em;
		width:80em;}
	#menu ul{
		display:block;
		list-style: none;
		float:right;
		position:relative;}
		#menu ul li{
			margin:3em 1em 0 0;
			float:left;}
			#menu ul li a{
				padding:.25em;
				line-height:1.5em;
				font-size:1.5em;
				color:rgb(250,250,250);
				text-decoration:none;
				text-transform:uppercase;}
				#menu ul li a:hover,#menu ul li a:focus{
					background:rgba(250,250,250,0.5);
					color:#fff;}
				#menu ul li a.current{
					color:#900;
					background:rgba(250,250,250,1);}
					#menu ul li a.current:hover{
						color:rgb(250,250,250);
						background:rgba(250,250,250,0.5);}
		#menu ul ul{
			margin:0;
			padding:0;
			float:left;
			width:8.4em;
			height:auto;
			background:rgba(0,0,0,0.75);
			border:1px solid rgba(250,250,250,0.75);
			border-width:0 0 .2em .2em;
			position:absolute;
			top:4.74em;
			left:-9999em;}
			#menu ul li:hover ul{
				left:auto;}
			#menu ul ul li{
				margin:0;
				padding:0;
				width:7.9em;
				position:relative;
				display:block;
				clear:both;
				float:left;}
				#menu ul ul li a{
					margin:0;
					padding:.6em .25em;
					font-size:1em;
					line-height:1em;
					display:block;
					width:100%;
					float:left;}
#content{
	margin:.5em 0 .5em .83em;
	float:left;}
	#current-issue{
		margin:0 0 2em;
		padding:1em;
		width:49.7em;
		height:19.6em;
		overflow:hidden;
		-moz-border-radius:.3em;
		-webkit-border-radius:.3em;
		background:#cbcbcb;
		float:left;}
		#current-issue-divider{
			position:absolute;
			left:19em;
			height:20em;
			border-right:.2em dotted #999;}
		#current-issue-contents{
			margin:.5em 1em 0 19em;
			position:absolute;
			width:30em;
			float:left;}
			#current-issue-contents ul{
				font-size:1.2em;}
        #current-issue2{
		margin:.5em 0 1.5em .83em;
		padding:1em;
		width:76.3em; /*49.7em*/
		height:19.6em;
		overflow:hidden;
		-moz-border-radius:.3em;
		-webkit-border-radius:.3em;
		background:#cbcbcb; /*cbcbcb*/
		float:left;
                clear:right;}
		#current-issue-divider2{
			position:absolute;
			left:19em;
			height:20em;
			border-right:.2em dotted #999;}
		#current-issue-contents2{
			margin:.5em 1em 0 19em;
			position:absolute;
			width:30em;
			float:left;}
			#current-issue-contents2 ul{
				font-size:1.2em;}
                #current-issue-divider-2{
			position:absolute;
			left:53em;
			height:20em;
			border-right:.2em dotted #999;}
                #current-issue-contents-links{
			margin:.5em 1em 0 52em;
			position:absolute;
			width:30em;
			float:left;}
#the-feed{
	margin:.5em 0 1em;
	padding:0;
	border:.2em solid #900;
	background:#900;/*153,88,61,.2*/
	width:24.6em;
	float:left;}
	#the-feed h1{
		margin:0 !important;
		padding:.5em .5em .3em .5em;
		line-height:1em;
		width:100%;
		color:rgb(250,250,250);}
	#the-feed h2{
		margin:0 !important;
		padding:.5em 0 .3em .25em;
		line-height:1em;
		width:100%;
		color:rgb(250,250,250);}
	#the-feed p{
		margin:.5em 0 .4em 0;
		text-align:center;
		color:rgb(250,250,250);}
		#the-feed p a{
			color:rgb(250,250,250);}
	#the-feed ul{
		margin:0;
		list-style-type:none;
		list-style-position:outside;}
		#the-feed li{
			position:relative;
			margin:0;
			padding:.25em .25em .25em 1em;
			height:2.5em;
			line-height:1.5em;
			background:rgb(250,250,250) url('/wlonline/assets/images/bg_gradient_grey.png') bottom repeat-x;}
			.odd{background:#ccc}
			.even{background:rgb(250,250,250)}
			
			#the-feed li a{
				position:absolute;
				/*top:-.25em;*/
				left:4.83em;
				padding:0;
				text-decoration:none;
				color:#333;
				font-weight:bold;}
				#the-feed li a:hover{
					text-decoration:underline;}
#title-header{
	margin:1em 0;
	border-bottom:.2em solid #ccc;
	float:left;}
	#title-header h1{
		margin:0 0 .5em;}
	#article-tools{
		font-size:.9em;}
		#article-tools a{text-decoration:none}
		#article-tools a:hover{text-decoration:underline;color:#900}
		#article-tools>ul{margin:0;}
		#article-tools>ul>li{
			padding:.5em 0 0 .5em;
			border-top:1px solid #ccc;
			clear:both;
			list-style:none;}
	.small{font-size:100%;}.medium{font-size:140%;}.large{font-size:175%;}
		.resizer .small{font-size:110%;}.resizer .medium{font-size:130%;}.resizer .large{font-size:150%;}
		.resizer{
			margin:0;
			padding:0;
			list-style: none;
			vertical-align:bottom;
			float:left;}
			.resizer li{
				margin-right:.15em;
				display:inline;}
		.col-main{
			width:51.7em;
			float:left;}
		.col-main-pad{
			padding-left:.5em;
			width:51.2em;
			float:left;}
		.col-side{
			margin-left:1.66em;
			padding:0;
			width:25em;
			float:left;}
			
#article-listing h1{
	padding:0 .25em;
	border-bottom:.1em dotted #ccc;}
	.article-snip{
		height:1%;
		overflow:hidden;
		margin-bottom:1.83em;}
	.article-snip p{display:inline;}
	#article-listing h2 a{color:#333;text-decoration:none;}
		#article-listing h2 a:hover{text-decoration:underline;}
	#article-listing .image-container{
		margin-right:.8em;
		width:10.7em;
		max-height:10.7em;
		overflow:hidden;
		float:left;}
		#article-listing .image-container img{
			width:100%;}
	#article-listing p{margin-bottom:.5em;}
	.morelink{margin:0;padding:0;display:inline;}
		.morelink a{color:#900;font-weight:bold;text-decoration:none;font-size:.9em;}
			.morelink a:hover{text-decoration:underline;}
			
#content-bottom{
	width:100%;
	float:left;}
.bulletblock{
	width:100%;
	margin:.5em 0 1.5em .83em;
	float:left;}

#footer{
	padding:1em .83em;
	width:78.34em;
	float:left;
	background:#900;}
	#footer p{
		color:#ccc;
		font-size:1.16em;}
	#footer a{
		color:rgb(250,250,250);}
		
.pagination{
	text-align:right;}
		
.pad{padding:1em;}

.button{
	margin-left:.5em;
	padding:.5em;
	text-decoration:none;
	color:rgb(250,250,250) !important;
	background:rgb(50,50,50);
	position:relative;
	right:-.6em;}
	.button:hover{
		color:rgb(250,250,250);
		background:#900;}
.icons{
	margin:0 1em;}
	.icons a{
		position:relative;
		top:-.5em;
		font-size:1.6em;
		text-decoration:none;}
		.icons a.icon{
			top:0;
			text-decoration:none;}
		.icons a:hover{
			text-decoration:underline;}
#subscribe {
    list-style: none;
    margin: 0px;
}
#subscribe li {
    padding: .5em;
    position: relative;
    list-style:none;
    margin-top: 0;
    margin-right: 1em;
    margin-bottom: .5em;
    margin-left: 0;
    height: 1%;
}
#subscribe li h4 {
    margin: 0 0 0 45px;
    font-size: 1.7em;
    line-height: 1.07em;
    font-weight: bold;
    display: block;
    clear: none;
    border: none;
}
#subscribe li p {
    margin: 0 0 0 45px;
    font-size: 1.08em;
    letter-spacing: -0.02em;
    clear: none;
}
#subscribe li img {
    float: left;
    position: relative;
    padding: 0px;
    margin: 0px 10px 0px 0px;
}
#subscribe li a.linkblock {
    background: none;
    border: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-decoration:none;
    /*position: absolute;
    z-index: 50;*/
}
#subscribe li:hover {
    background-color: rgb(240,240,240);
    -moz-border-radius:.3em;
	-webkit-border-radius:.3em;
}

._crs{
    margin:0 0 .6em;
    height:3.5em;
    width:100%;
    overflow:hidden;
    font-size:15px;
    text-decoration:none;
    color:#900;
    display:block}
._crs:hover * h,._crs:hover * p{
    color:#333;}
._crs_xframe{
    margin:0 .5em 0 0;
    background:#fff;
    height:3.2em;
    width:3.2em;
    float:left;
    overflow:hidden}
._crs_cal_d{
    height:100%;
    width:100%;
    font:normal 180% Georgia, Times, serif;
    text-align:center;
    display:block;
    background:#fff;
    color:#333;
    float:left;
    clear:none}
._crs_cal_m{
    padding:.2em .1em .1em;
    font:normal 40%/1em Helvetica, Arial, sans-serif;
    line-height:1em;
    text-transform:uppercase;
    display:block;
    clear:both;
    background:#900;
    color:#fff}
._crs_content{
    padding:.1em 0 0;
    display:block;
    vertical-align:middle;}
._crs_h{
    text-decoration:underline;}
._crs_p,._crs * p{
    margin:0!important;
    padding:0!important;}

.border{border:.2em solid #333;}
#currentIssuePrev{background:transparent url(/wlonline/assets/images/sp_arrow_left.png) left top no-repeat;}
#currentIssueNext{background:transparent url(/wlonline/assets/images/sp_arrow_right.png) right top no-repeat;}