html{ color:#222; background:#FFF; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin:0; padding:0; }
body { line-height: 1; font-size: 10px; font-family: Georgia,Times,serif; }
body.mobile, body.iframe, body.print, body.republish { width: auto; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
q:before, q:after { content:''; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border:0; }
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
em { font-style: italic; }
caption, th { text-align:left; }
abbr, acronym { border:0; font-variant:normal; }
/* to preserve line-height and selector appearance */
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
input, textarea, select { font-family:inherit; font-size:inherit; font-weight:inherit; }
/*to enable resizing for IE*/
input, textarea, select { *font-size:100%; }
/*because legend doesn't inherit in IE */
legend { color:#000; }
a { color: #008990; text-decoration: none; }
a:hover { text-decoration: underline; }
/*
 * HTML5 Defaults
 */
article, aside, details, figcaption, figure,
footer,header, hgroup, menu, nav, section {
    display:block;
}
p { font-size: 1.5em; line-height: 1.35; }
h1 { font-size: 2.5em; }
strong { font-style:normal; font-weight: bold; }
th { font-weight: bold; }
blockquote { margin-left: 1.5em; font-style: italic; color: #444; }

/* global */
body {
	margin:0;
	padding:0;
	background-color:#fff;
	text-align:center;
}
div, td {
	color:#000;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
}
a, a:link, a:active {
	color: #CB9900;
	text-decoration:none;
	outline:none;
}
a:visited {
	color: #CB9900;
}
a:hover {	
	text-decoration:underline;
}
img {
	border:none;
}


/* structure
-------------------------------------*/
#wrapper {
	/*width:320px;*/
	/*width:240px;*/
	/*margin:0 auto;*/
	text-align:left;
}


/* text */
#header h1 {
	padding:0;	
	background-color:#000;
	text-align:center;
	font-size:0;
	line-height:0;
}
#header div.date {
	padding: 0;
	color:#333;
	font:normal 11px/13px Georgia, "Times New Roman", serif;
	border-bottom:solid 1px #000;
}
h2 {
	padding:2px 7px;
	border-bottom:solid 3px #000;
	font-weight:bold;
	font-size:11px;
	line-height:16px;
	text-transform:uppercase;
	background-color:#ccc;
}
h3 {
	padding:5px 7px 0 7px;
	font:normal 24px Georgia, "Times New Roman", serif;
}
p {
    font-size: 1em;
	padding:5px 7px;
	color:#333;
}
p.byline {
	color:#666;
	font-size:11px;
}
p.byline strong {
	color:#000;
}
a.enlarge {
    display: none;
}

body.app #content {
    padding: 10px 5px;
}

body.app.video #content {
    padding: 0;
}

body.tablet #content #article {
    font-size: 1.3em;
    line-height: 1.5;
}

#video_player {
    width: 100%;
    height: 100%;
    display: block;
}

/* routing */
ul.routing {
	border-left:solid 3px #ffc200;
}
ul.routing li {
	border-bottom:solid 1px #b2b2b2;
}
ul.routing li a,
ul.routing li a:link,
ul.routing li a:visited,
ul.routing li a:active {
    display: block;
	padding:6px 9px;
	color:#000;
	font:bold 1.1em Georgia, "Times New Roman", serif;
    margin-right: 15px;
}

ul.routing li a:hover {
	background-color:#eee;
    text-decoration: none;
}

ul.routing li p {
    display: inline;
    font-weight: normal;
    font-size: 0.8em;
}


/* footer */
#footer {
	padding:10px 7px;
	background-color:#000;
    clear: both;
}
#footer ul li {
	text-align:center;
}
#footer ul li a,
#footer ul li a:link,
#footer ul li a:active,
#footer ul li a:visited {
	padding:0 7px;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	background:url(https://s3.amazonaws.com/static.texastribune.org/common/images/ico_mobile_bullet.gif) transparent 0 6px no-repeat;
}
#footer p {
	padding:6px 0 0 0;
	color:#999;
	font:bold 11px/16px Arial, Helvetica, sans-serif;
	text-align:center;
}


/* nav */
ul.nav li {
	padding:2px 0;
	font:normal 11px/16px Arial, Helvetica, sans-serif;
    display: inline;
}
ul.nav li a em {
	font-style:normal;
	font:normal 14px/16px Georgia, "Times New Roman", serif;
}
ul.nav li a,
ul.nav li a:link,
ul.nav li a:visited,
ul.nav li a:active {
    color: black;
	font-weight:bold;
	font-size:11px;
}


/* nav-top */
ul.nav-top {
	margin:5px 7px;
}
ul.nav-top li {
	text-align:left;
}


/* nav-bottom */
ul.nav-bottom {
	margin:10px 0px 15px 0;
}
ul.nav-bottom li {
	text-align:center;
}


div.media {
    margin: 0 auto 10px;
    width: 260px;
}

body.tablet #content div.media {
    float: right;
    padding: 10px;
    width: 407px;
}

.photo_caption {
    font-size: 0.9em;
    padding: 0;
}

ul.pagination
{
    font-family: Helvetica, Arial;
	float: right;
}

ul.pagination li
{
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	margin-right: 0.5em;
}

ul.pagination li a
{
	color: #666;
}

ul.pagination li a:hover
{
	text-decoration: underline;
}

ul.pagination li a.prev, ul.pagination li a.next
{
	display: block;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	background-attachment: scroll;
	background-position: 0 0;
	background-repeat: no-repeat;
}

ul.pagination li.next
{
	margin-right: 0;
}

ul.pagination li a.next
{
	background-image: url(https://s3.amazonaws.com/static.texastribune.org/common/images/ico_next.jpg);
}

ul.pagination li a.next:hover
{
	background-image: url(https://s3.amazonaws.com/static.texastribune.org/common/images/ico_next_hover.jpg);
}

ul.pagination li a.prev
{
	background-image: url(https://s3.amazonaws.com/static.texastribune.org/common/images/ico_previous.jpg);
}

ul.pagination li a.prev:hover
{
	background-image: url(https://s3.amazonaws.com/static.texastribune.org/common/images/ico_previous_hover.jpg);
}

ul.pagination li.disabled
{
	display: none;
}

ul.pagination li span.current
{
	font-weight: 700;
}

ul.pagination li.last
{
	margin-right: 0;
}

div.ad
{
    width: 234px;
    margin-left: auto;
    margin-right: auto;
}
