* {
	box-sizing: border-box;
}


/**
 * @license
 * MyFonts Webfont Build ID 3101288, 2015-10-01T14:28:03-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: FranklinGothicURW-Med by URW++
 * URL: http://www.myfonts.com/fonts/urw/franklin-gothic/t-medium/
 * Copyright: (URW)++,Copyright 2006 by (URW)++ Design &amp; Development
 * 
 * Webfont: Cassia-Regular by Hoftype
 * URL: http://www.myfonts.com/fonts/hoftype/cassia/regular/
 * Copyright: Copyright (c) 2012 by Dieter Hofrichter. All rights reserved.
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3101288
 * Licensed pageviews: 10,000
 * 
 * © 2015 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2f5268");

  
@font-face {font-family: 'FranklinGothicURW-Med';src: url('webfonts/2F5268_0_0.eot');src: url('webfonts/2F5268_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2F5268_0_0.woff2') format('woff2'),url('webfonts/2F5268_0_0.woff') format('woff'),url('webfonts/2F5268_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Cassia-Regular';src: url('webfonts/2F5268_1_0.eot');src: url('webfonts/2F5268_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2F5268_1_0.woff2') format('woff2'),url('webfonts/2F5268_1_0.woff') format('woff'),url('webfonts/2F5268_1_0.ttf') format('truetype');}
 


body {
	background: #fff;	
}

h1, h2, h3, h4, h5, h6, table, p, ul, ul, blockquote{
	margin: 0 0 1em 0;
}
ol, ul {
	margin-left: 1.5em;
}
ul  {
	list-style-type: circle;
}
ol  {
	list-style-type: decimal;
}

li {
	-x-padding-left: 0.5em;
}

p + h1, p + h2, 
p + h3, p + h4,
blockquote + h1, blockquote + h2, blockquote + h3 {
	margin-top: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}

h1 {
	font-size: 30px;
	font-weight: bold;	
}

h2 {
	font-size: 24px;

}
h3 {
	font-size: 20px;
}

.magazine-page h1 {
	margin: 1em 0 1em;
	text-align: center;
border: 1px solid black;
    border-width: 1px 0;
    padding: 0.3em;	
}

.post-content h2 {
	font-weight: bold;
}
.post-content h3 {
	color: #43165e;
	font-style: italic;	
}

.clear {
	clear: both;
}

#container {
	font-family: Cassia-Regular, Cambria, Times;	
	font-size: 16px;
	
	margin: 0 auto;
	position: relative;	
}

#header {
	max-width: 800px;
	min-width: 320px;
	margin: 0 auto;
	height: 40px;
	background: #fff;
	position: relative;
}
	#logo-dts a {
		display: block;
		width: 40px;
		height: 40px;
		background: #43165e;
		text-indent: -9999px;
		background-image: url( //dtsi.s3.amazonaws.com/logo/flame.svg);
		background-size: 30px;
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	
	#logo-magazine {
		width: 200px;
		height: 50px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -100px;
	}
	#logo-magazine a {
		text-decoration: none;
		font-size: 14px;
		color: #000;
		padding: 0;
		width: 200px;
		height: 28px;
		margin: 7px 0;
		text-indent: -9999px;
		display: block;
		background-image: url( //dtsi.s3.amazonaws.com/magazine/dts-magazine.svg);
		background-size:contain;
		background-position: center center;
		background-repeat: no-repeat;
	}
	#header-menu {
		position: absolute;
		top: 0;
		right: 0;		
	}

	
	#header-menu-title {
		position: absolute;
		top: 8px;
		right: 0;
		
		background-color: #fff;
		font-size: 12px;
		line-height: 1;
		height: 24px;
		padding: 6px 6px 6px 24px;
		border: solid 1px #ccc;
		border-radius: 2px;
		text-transform: uppercase;		
		font-family: FranklinGothicURW-Med, Arial, Helvetica;		
		background-image: url( //dtsi.s3.amazonaws.com/magazine/menu-gray.svg);
		background-size: 16px 16px;
		background-position: 4px 4px;
		background-repeat: no-repeat;		
	}
	#header-menu-items {
		position: absolute;
		top: 40px;
		right: 0;
		width: 550px;
		-height: 300px;
		padding-bottom: 20px;
		background: #fff;
		border: solid 1px #ccc;		
		
		display:none;
		z-index: 1000;		
		box-shadow: 0 0 5px rgba(00,0,0,0.5)
	}
		#header-menu-items::after {
			content: "";
			display: block;
			width: 100%;
			position: absolute;
			bottom: 0;
			left: 0;
			height: 20px;

		    background-image: linear-gradient(-45deg, #43165e 25%, transparent 25%, transparent 50%, #43165e 50%, #43165e 75%, transparent 75%, transparent);
		    background-size: 4px 4px;	
		}
	
		.header-menu-magazine {
			float: left;
			width: 130px;
			margin: 20px;	
		}
		
		
		.header-menu-magazine img {
			width: 100%;
			border: solid 1px #ccc;
		}
		
		.header-menu-list {		
			float: right;
			width: 150px;	
			margin: 20px 30px 0 0;	
			font-size: 13px;			
		}
		
		.header-menu-list h6	 {
			padding: 5px;
			background: #43165e;
			text-transform: uppercase;
			font-family:FranklinGothicURW-Med, Arial, Helvetica;
			font-sizE: 15px;
			color: #fff;
			margin: 0 0 5px 0;
		}		
		
		.header-menu-list a {
			text-decoration: none;
			color: #333;
			display: block;
			padding: 2px 0;
			font-size: 14px;
		}
		.header-menu-list a:hover {
			text-decoration: underline;
			color: #43165e;	
		}
				
	
	#header-menu:hover #header-menu-items,
	#header-menu.open #header-menu-items{
		display:block;
	}	
	
	#header-menu:hover #header-menu-title,
	#header-menu.open #header-menu-title{
		display:block;
		height: 33px;
		z-index: 1001;
		border-bottom-width: 0;
		border-radius: 2px 2px 0 0;
	}
	
	
@media (max-width: 400px) {
	#header-menu {
		right: 10px;	
	}
	
	
	#header-menu-items {
		width: 200px;

	}
	
	.header-menu-magazine {
		display:none;	
	}	
	
}
	
	#header-search {
		position: absolute;
		top: 8px;
		right: 0;
		font-size: 12px;
		line-height: 1;
		border-radius: 2px;
	}	
	#header-search-text {
		height: 24px;
		padding: 6px 6px 6px 6px;
		border: solid 1px #ccc;
	}

#content {
	line-height: 1.5;
}

#footer {
	clear: both;
	margin: 100px 0 0 0;
	padding: 20px;
	text-align: center;
	background: #f0f0f0;
	color :#333;
	
}
#footer a {
	color :#333;	
	text-decoration: none;
}

	
	.post-header {
		background: #555;
		width: 100%;
		position: relative;
		max-height: 650px;
		overflow: hidden;
		min-height: 250px;		
	}
	.post-header img {	
		width: 100%;
		min-height: 250px;		
		margin: 0;
		display: block;	
	}
	
		.post-header-info {
			position: absolute;
			bottom: 0;	
			left: 0;
			color: #fff;
			width: 100%;


			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+99 */
			background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 99%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* IE10+ */
			background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
			
		}
		.post-header-title {
			-min-width: 320px;			
			max-width: 650px;
			margin: 20px auto;			
		}
		
		.post-header-title h1 {
			font-size: 40px;
			line-height: 1.25;
		}
		

	
		.post-category {
			font-family: arial;
			text-transform: uppercase;
			font-size: 11px;
			padding: 5px 8px;
			display: inline-block;
			color: #fff;
			background-color: rgb(180, 150, 64);
			border-radius: 2px;
			text-decoration: none;
			font-weight: bold;
			margin: 0 0 10px 0;
		}

	.post-top {
		-min-width: 320px;		
		max-width: 650px;
		padding: 2em 0;	
		margin: 0 auto 2em auto;	
		line-height: 1.2;			
		font-size: 14px;			
		border-bottom: 1px solid #ccc;		
		text-transform: uppercase;
				position: relative;		
	}	
		.post-top .post-meta {
			float: left;
			width: auto;			
		}
	
		.post-top .post-meta-author {
			font-family: FranklinGothicURW-Med, Arial, Helvetica;	
			display: inline-block;
			padding-right: 10px;
			border-right: 1px solid #ccc;
			margin-right: 10px;
			color: #43165e;
			
		}
		.post-top .post-meta-author a {
			color: #43165e;
			text-decoration: none;
		}
		
		.post-top .post-meta-date {
			font-family: FranklinGothicURW-Med, Arial, Helvetica;	
			color: #999;
		}		
		
		.header-sharing {
			float: right;
			width: 265px;
		}
		.header-sharing .share-button {
			display: inline-block;
			width: 85px;	
			height: 20px;
			--overflow: hidden;
			vertical-align: top;	
			padding: 0;
			margin: 0;	
		}
		.header-sharing .comments-link {
			
			
		}
		.header-sharing .comments-link a {
			text-decoration: none;
			display: block;
			padding-top: 3px;
			font-size: 11px;
			color: #aaa;
			white-space: nowrap;
			font-family: FranklinGothicURW-Med, Arial, Helvetica;	
		}		
		.header-sharing .comments-link a div {
			display: inline;
		}
			
			
	.post-content {
		-min-width: 320px;		
		max-width: 650px;
		padding: 0;	
		margin: 0 auto;	
		line-height: 1.7;
		font-size: 19px;
	}
	
	.post-content>p:first-child:first-letter,
	.spanish-text>p:first-child:first-letter,
	.english-text>p:first-child:first-letter {
	   font-size: 500%;
	   float: left;
	   margin-top: 0;
       line-height: 1.0;
	   padding-top: 0; 
	   padding-right: 8px; 
	   padding-left: 3px; 
	}
	
	.post-content a {
		color: #777;
	}


	.post-content blockquote {
		background: #efefef;
		padding: 1em;
		margin: 0 1em 1em 1em;
	}
	.post-content blockquote p {
		margin-bottom: 0;
		
	}
	.post-content blockquote p + p {
		margin-top: 1em;
	}
	
	.post-content .pullquote {
	    float: right;
	    margin: 0 -5em 1em 1em;
	    font-size: 20px;
	    width: 20em;
	    padding: 20px;
	    line-height: 2.0;
	    color: #43156e;
	    text-transform: uppercase;
	}
	
	.post-content .pullquote.alternate {
	    float: left;
	    margin: 0 1em 1em -5em;
	}	
	
	.post-content .pullquote.tweetit {	
		cursor: pointer;
	}

	
	.post-content .pullquote.tweetit:hover {	
		color: #7e56a3;
	}
	.post-content .pullquote.tweetit:hover::after {	
		width: 25px;
		height: 15px;
		margin-left: 5px;
		content:"";
		display: inline-block;
		background: url(twitter.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}	
	
	.post-content .tweetit {	
		cursor: pointer;
		color: #7e56a3;

	}		
	
	.post-content .inline-image-left {
	    float: left;
	    margin: 0 1em 1em 0;
	    padding: 0;
    }
    
	.post-content .inline-image-right {
	    float: right;
	    margin: 0 0 1em 1em;
	    padding: 0;
    }    

	.post-content figure.inline-image-right {
		margin-right: -2em;
		-x-background: #eee;
	}
	.post-content figure figcaption {
		font-size: 0.7em;
		font-family: FranklinGothicURW-Med, Arial, Helvetica;
		color: #999;
		line-height: 1.2;
		padding: 0.35em;
		text-align: center;
		
	}
	
	@media (max-width: 480px) {
		.post-content figure.inline-image-right {
			margin-right: 0;	
		}
		
	}



.post-authors {
		min-width: 320px;		
	
	max-width: 650px;
	padding: 0 10px;
	
	clear: both;
	margin: 10px auto;
	padding: 10px 0;
}			
	.post-author {
		position: relative;
		-x-padding: 15px 15px 15px 95px;
		padding: 15px;
		color: #333;
		font-size: 12px;
		line-height: 1.3;	
		
		background-color: #E6E6E6; /* #e3dcd2;		*/
	}
	.post-author img {
		width: 70px;
		float: left;
		margin: 0 15px 0 0 ;
		display: block;
	}		
	
	.post-author .post-author-bio {
		line-height: 1.2;
		float: left;
		width: 500px;		
	}
	@media (max-width: 500px) {
		.post-author .post-author-bio {
			width: 200px;		
		}
	}
			
	
	.post-author span.name {
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 4px;
		display: block;
		font-family: FranklinGothicURW-Med, Arial, Helvetica;
		text-transform: uppercase;
	}
	
	
	
	.post-author:after {
	    content: "";
	    display: block;
	    clear: both;
	    --padding: 10px;
	}
	
	.post-author .social {	
		margin-top: 5px;
	}
	
	
.post-related-articles {
	max-width: 650px;
	margin: 20px auto;
}	

.post-related-articles a {
	display: block;
	-width: 25%;
	-padding: 5px;
	width: 24%;
	margin-right: 1.333%;
	float: left;
	text-decoration: none;
	color: #333;
	min-height: 200px;
}
.post-related-articles a:nth-child(4n+5) {
	margin-right: 0;	
}
.post-related-articles a:hover {
	text-decoration: underline;
}

.post-related-articles a img {
	width: 100%;
	display: block;	
}
.post-related-articles a span {
	margin: 0.5em 0 0 0;
	display: block;	
	font-size: 12px;
	line-height: 1.25;
}

.post-issue {
	max-width: 650px;
	margin: 20px auto 60px auto;		
}
.post-issue-cover {
	float: left;
	width: 200px;
}
.post-issue-cover img {
	border: solid 1px #Ccc;
}
.post-issue-articles {
	float: right;
	width: 400px;
}
.post-issue-articles a {
	display: block;
	text-decoration: none;
	margin: 0 0 5px 0;
}
.post-issue-articles a .title{
	line-height: 1.2;
	color: #333;
	margin: 0 0 2px 0;
	font-size: 15px;
}
.post-issue-articles a:hover .title{
	text-decoration: underline;
}
.post-issue-articles a .author {
	line-height: 1.2;
	color: #aaa;
	font-family: FranklinGothicURW-Med, Arial, Helvetica;
	text-transform: uppercase;
	font-size: 14px;
}

@media (max-width: 500px) {
	.post-issue-cover,
	.post-issue-articles {
		float: none;
		width: auto;
		padding: 20px;		
	}
}
	
	
.post-comments {
	
	max-width: 650px;
	
	clear: both;
	margin: 10px auto;
	padding: 10px 0;
}	

.post-section-header {
	background: #edc42c;
	margin: 0 0 1em 0;
}
.post-section-header:after {
	content: "";
	height: 10px;
	width: 100%;

	display: block;
	
    background-image: linear-gradient(-45deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
    background-size: 4px 4px;	
}

.post-section-header  h2 {
	padding: 10px;
	text-transform: uppercase;
	font-family: FranklinGothicURW-Med, Arial, Helvetica;
	font-weight: bold;
	font-size: 22px;	
	line-height: 1;	
	margin: 0;
}	
.post-comments h2 div {
	display: inline;	
}





		@media (max-width: 650px) {	
			.post-header {
				max-height: inherit;
				min-height: inherit;				
			}
			.post-header img {	
				min-height: inherit;				
			}
			
			.post-header-title {
				margin-top: 0;
				margin-left: 1em;
				margin-right: 1em;
				margin-bottom: 0;
				padding: 20px 0;				
			}	
			.post-header-title h1 {
				font-size: 20px;
				margin-bottom: 0;				
			}				
			.post-category {
				font-size: 10px;
			}
			
			.header-sharing {
				margin-top: 1em;	
			}			
			
			
			.post-top {
				margin-left: 1em;
				margin-right: 1em;	
			
			}	

			.post-content {
				margin-left: 1em;
				margin-right: 1em;				
			}
			
			.post-header-info {
				position: relative;
				background: #000;
			}	
			
			.post-related-articles a {
				width: 46%;
				margin: 2%;			
			}	
			
			.post-content .pullquote,
			.post-content .pullquote.alternate {
			    float: none;
			    margin: 1em;
			    font-size: 20px;
			    width: auto;
			    padding: 0;
			}
			
			
		}
	
	

.magazine-page {
	width: 800px;	
	margin: 0 auto;
}

	.magazine-page-main {
		float: left;
		width: 560px;
	}
	
	.magazine-page-side {
		float: right;
		width: 200px;
	}

@media (max-width: 800px) {
	.magazine-page {
		width: auto;	
		margin: 0 auto;
	}
	
		.magazine-page-main {
			float: none;
			width: auto;
		}
		
		.magazine-page-side {
			float: none;
			width: auto;
			padding: 20px;
		}	
	
}	



.post-preview {
	padding: 20px 0 20px 220px;
	clear: both;
	border-bottom: 1px solid #eee;
	position: relative;	
}

	.post-image {
		width: 200px;
		height: 112px;
		background: #eee;
		position: absolute;
		top: 20px;
		left: 0;
	}
	.post-preview img {
		width: 200px;
		display: block;
		margin: 0;
		padding: 0;
	}
	
	
	.post-preview .post-category {
		/*
		background-color: rgb(180, 150, 64);
		color: #fff;
		font-size: 9px;
		border-radius: 3px;
		display: inline-block;
		padding: 5px;
		font-family: Helvetica;
		text-transform: uppercase;
		*/
		font-size: 10px;
		padding: 4px 7px;
		margin-bottom: 2px;
	}
	.post-preview .date {
		color: rgb(180, 150, 64);
		font-size: 10px;
		display: inline-block;
		padding: 5px;	
	}
	
	.post-preview h3 {
		margin: 5px 0 2px 0;
		font-size: 18px;
		line-height: 1.3;
		font-style: normal;
		font-weight: normal;
	}
	
	.post-preview h3 a {
		text-decoration: none;
		color: #43165e;
	}
	.post-preview h3 a:hover {
		text-decoration: underline;
	}
	.post-preview .author {
		font-size: 12px;
		color: #999;
		font-family: FranklinGothicURW-Med, Arial, Helvetica;
		text-transform: uppercase;
		text-decoration: none;
	}
	.post-preview .author a {
		font-size: 12px;
		color: #999;
		text-decoration: none;
		font-weight: bold;
	}
	
	.post-preview p {
		margin: 5px 0 0 0;
		color: #999;
		font-size: 12px;
	}
	
	.post-preview p::after {
		content: "";
		display: block;
		clear: both;	
	}
	
	
@media (max-width: 600px) {
	.post-preview {
		padding-left: 33%;	
	}
	
	.post-preview .post-image {
		width: 30%;
		height: auto;
	}
	.post-preview img {
		width: 100%;
	}	
	
}

@media (max-width: 400px) {
	.post-preview {
		padding-left: 0;
		padding: 10px 20px 20px;	
		border: 0;
	}
	
	.post-preview .post-image {
		width: 100%;
		position: relative;
	}
	.post-preview img {
		width: 100%;
	}	
	
}	
	
	
	
.magazine-pager {
	margin: 20px 0 100px;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}

	.magazine-pager a {
		color: #333;
		text-decoration: none;
		display: inline-block;
		padding: 3px 4px 1px;
		background: #efefef;
	}
	.magazine-pager a:hover {
		background: #dedede;	
	}



.post-sidebar-section {
	margin: 20px 0;
}


	.post-sidebar-section h3 {
		margin: 0;
		background: #43165e;
		padding: 8px 10px;
		color: #fff;
		font-size: 16px;
		font-style: normal;
		font-family: FranklinGothicURW-Med, Arial, Helvetica;
		text-transform: uppercase;
	}
	/* .post-sidebar-section h3::after, */
	.post-hashmarks {
		content: "";
		height: 10px;
		width: 100%;
	
		display: block;
		
	    background-image: linear-gradient(-45deg, #43165e 25%, transparent 25%, transparent 50%, #43165e 50%, #43165e 75%, transparent 75%, transparent);
	    background-size: 4px 4px;	
	}
	
	.post-sidebar-links {
		padding: 10px;
		font-family: FranklinGothicURW-Med, Arial, Helvetica;
	}
	.post-sidebar-links a {
		text-decoration: none;
		font-size: 14px;
		color: #333;
		displaY: block;
		margin: 0 0 3px;
		
	}
	.post-sidebar-links a:hover {
		color: #111;
		text-decoration: underline;
	}


	
.post-preview-large {
	width: 100%;
	position: relative;
}
	.post-preview-large img {
		width: 100%;
		display: block;
		margin: 0;
	}
	.post-preview-large-info {
		position: absolute;
		bottom: 0;	
		left: 0;
		color: #fff;
		width: 100%;
	
	
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+99 */
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 99%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
		
		padding: 20px;
	}
	.post-preview-large-title {
		font-size: 32px;
		display: block;
		margin: 0;
		line-height: 1.0;
		font-weight: bold;
	}
	.post-preview-large-author {
		font-size: 14px;
		display: inline-block;
		color: #ccc;
		-x-text-align: center;
		font-family: FranklinGothicURW-Med, Arial, Helvetica;
	}
	.post-preview-large-date {
		font-size: 14px;
		display: inline-block;
		color: rgb(180, 150, 64);
		margin-left: 12px;
		font-family: FranklinGothicURW-Med, Arial, Helvetica;
	}	
	.post-preview-large a:hover .post-preview-large-title {
		text-decoration: underline;
	}	
	
@media(max-width: 500px) {
	.post-preview-large-title {	
		font-size: 24px;	
	}
	
}
	
	
.magazine-edit {
	clear: both;
	max-width:650px;
	margin: 20px auto;
}
.magazine-edit a {
	color: white;
	background: red;
	padding: 8px;
	display: inline-block;
}	



/**************
Issue: Start
**************/
.issue-list {
	
}
.issue-list a {
	width: 15%;
	margin-right: 1.5%;
	display: block;
	float: left;
	margin-bottom: 20px;
	text-decoration: none;
	color: #999;
}
.issue-list a:nth-child() {
	
}


.issue-list a img {
	width: 100%;
	height: 190px;
	display: block;
	margin:: 0;	
}
.issue-list span {
	display: block;
	margin: 5px 0;
	text-align: center;
}

.dts-magazine.issue-list a {
	width: 23%;	
	margin-right: 2%;
}
.dts-magazine.issue-list a img {
	height: auto;
	border: solid 1px #ccc;
}

.magazine-cover {
	padding: 20px 0 0 0;
	text-align: center;
}

.magazine-cover img {
	width: 100%;
	border: solid 1px #ccc;
}

.magazine-cover a {
	font-family: FranklinGothicURW-Med, Arial, Helvetica;
	text-decoration: none;
	color: #444;
}
.magazine-cover a:hover {
	text-decoration: underline;
}

/**************
Issue: End
**************/



/**************
Forms: Start
**************/
fieldset {
	background: #efefef;
	padding: 20px;
}	
fieldset table td,
fieldset table th {
	text-align: left;
	vertical-align: top;
	padding: 4px;
}
fieldset table th {
	width: 100px;
}
fieldset table td {
	width: 400px;
}

input[type=text], select, textarea {
	width: 100%;
	padding: 5px;
	font-size: 14px;
	border: solid 1px #ccc;
	margin: 0 2px 2px 0;
}
input.firstname,
input.lastname {
	width: 49%;
}
input.city {
	width: 50%;
}
input.state {
	width: 20%;
}
input.zip {
	width: 25%;
}
/**************
Forms: End
**************/


#footer-subscribe-panel {
	
}
#footer-subscribe-panel input[type=text],
#footer-subscribe-panel input[type=email]{
	font-size: 16px;
	padding: 5px;
	border: solid 1px #999;
	border-radius: 2px;
	background: #fff;
}
#footer-subscribe-panel input[type=button]{
	font-size: 16px;
	padding: 5px;
	border: solid 1px #999;
	border-radius: 2px;
	background: #fff;
}

.footnotes {
    border-top: 1px solid #ccc;
    padding-top: 1em;
}

.footnote {
    vertical-align: super;
    font-size: smaller;
    text-decoration: none;
}
.footnotes, .footnotes p, .footnotes ul, .footnotes li {
	font-size: 85%;
}

