/* SITEWIDE STYLES */
body {   
    background-color: #990000;
    margin: 0px;
    border: 0px;
    padding: 0px;  
}   

div#canvas {
  background-color: #ffffcc;
  color: #000000;
  min-height: 100vh;
  border: 0px;
  padding: 0 0 10px 0;
}

img#maintitle {
  display: block;
  margin: auto;
}

div.fwtext, div.fwinfo, div.texastribune {
  max-width: 600px;
}


@media (max-width: 330px) {

  div#canvas {
    margin: 0px 0px;
    min-width: 320px;
    width: 100%;
  }

  img#maintitle {
    background-image: url('/gifs/banner-320.gif');
    width: 320px;
    height: 22px;
  }  

  img {
    max-width:320px;
  }

  div.responsivead {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  img.pphoto {
    width: 45px;
    height: 60px;
  }
}

@media (min-width: 330px) and (max-width: 500px) {
  body {   
    background-color: #990000;
  }   

  div#canvas {
    margin: 0px 0px;
    min-width: 320px;
    width: 100%;
    padding-top: .25em;
  }

  img#maintitle {
    background-image: url('/gifs/banner-320.gif');
    width: 320px;
    height: 22px;
  }  

  div.fwtext, table.fw, table.reports, div#reportsearchmenu, div.fwinfo, div.reportphoto, div.texastribune {
    margin: 0em 0.5em;
  }

  table.fw td, table.fw th, table.auto td, table.auto th {
    padding-left: 0.1em;
    padding-right: 0.1em;
  }

  img {
    max-width:320px;
  }

  div.responsivead {
    max-width: 468px;
    margin-left: auto;
    margin-right: auto;
  }

  img.pphoto {
    width: 60px;
    height: 80px;
  }
}


@media (min-width: 500px) and (max-width: 960px) {

  body {   
    background-color: #990000;
  }   

  div#canvas {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    max-width: 740px;
    padding-top: 0.5em; 
  }

  img#maintitle {
    background-image: url('/gifs/banner-478.gif');
    width: 478px;
    height: 24px;
  }  

  div.fwtext, table.fw, table.reports, div#reportsearchmenu, div.fwinfo, div.reportphoto, div.texastribune {
    margin: 0em 1em;
  }

  table.fw td, table.fw th, table.auto td, table.auto th {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }

  img {
    max-width:480px;
  }

  div.responsivead {
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
  }

  img.pphoto {
    width: 90px;
    height: 120px;
  }

}

@media (min-width: 960px) {

  body {   
    background-image: url('/gifs/background.gif');
  }   

  div#canvas {
    width: 740px;
    margin-left: auto;
    margin-right: auto;
    padding-top: .75em;
  }

  img#maintitle {
    background-image: url('/gifs/banner-605.gif');
    width: 605px;
    height: 30px;
  }  

  div.fwtext, table.fw, table.reports, div#reportsearchmenu, div.fwinfo, div.reportphoto, div.texastribune {
    margin: 0em 1em;
  }

  table.fw td, table.fw th, table.auto td, table.auto th {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }

  img {
    max-width:728px;
  }

  div.responsivead {
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
  }

  img.pphoto {
    width: 120px;
    height: 160px;
  }

}

img {
  border: none;
}

img.divider {
   width: 55px;
   height: 15px;
   display: block;
   margin: auto;
}

h1, h2 {
  color: #003399;
  font-family: "Rockwell", serif;
  font-weight: bold;
}

h1 {
  font-size: 150%;
  display: block;
  text-align: center;
}

h2 {
  font-size: 125%;
}

h3 {
  color: #880000;
  margin-bottom: -0.75em;
}

table {
  border-collapse: collapse;
  margin: auto;
}

table, th, td {
  border: 1px solid black;
}


th {
  vertical-align: bottom;
  text-align: left;
  color: #880000;
}

td {
  vertical-align: top;
  text-align: left;
}

td.tdr {
  text-align: right;
}


ul, ol {
  padding-left: 2em;
}

.linklist li {
  font-size: 110%;
  padding-bottom: 0.25em;
}

p#updated {
  font-size: 75%;
}

div.figcontainer {
/* For placing labels above or below a figure or table */
  text-align: center;
  margin-bottom: 1em;
}

/* MAIN NAVIGATION BAR */

#navmain {
  width: 100%;
  font-family: "Rockwell", serif;
  font-weight: bold;
  border-width: 2px 0px 2px 0px;
  border-color: #039;
  border-style: solid;
  background-color: #900;
  font-size: 110%;
}

@media (max-width: 47em) {
  #navmain ul {
    max-width: 22em;
  }
}

#navmain ul {
  margin-top: 0;
  margin-bottom: .5em;
  padding: 0;
  list-style-type:none;
  margin-left: auto;
  margin-right: auto;
}


#navmain ul li {
  padding: .25em 0 0 0;
  display:inline-block;
  width: 6.5em;
}


#navmain a {
 color: #ffc;
 padding: 0em 1em;
}


/*
#navmain ul {
 background-color: #900;
 margin-top: 0;
 padding: 0;
 width: 100%;
 list-style-type:none;
 border-width: 2px 0px;
 border-color: #039;
 border-style: solid;
 position: relative;
 float: left;
 z-index: 20;
}


#navmain ul li {
 padding: 0.5em 0em .25em;
 display:inline;
 position: relative;
 float: left;
}


#navmain a {
 color: #ffc;
 padding: 0em 1em;
}

*/

#navmain a:link {text-decoration: none;}
#navmain a:visited {text-decoration: none;}
#navmain a:hover {text-decoration: underline;}
#navmain a:active {text-decoration: underline;}

/* TEXT LINKS */
div.links {
  width: 100%;
  margin: 1em auto auto 0;
  text-align: Center;
  font-family: sans-serif;
  font-size: 100%;
}


/* FOOTER */
div#notices {
  width: 100%;
  margin: 0.5em auto auto 0;
  text-align: Center;
  font-family: sans-serif;
  font-size: 75%;
}

#notices a:link    {color: black; text-decoration: none;}
#notices a:visited {color: black; text-decoration: none;}
#notices a:hover   {color: black; text-decoration: underline;}
#notices a:active  {color: black; text-decoration: underline;}

/* HOME PAGE */

.homepagemenu ul {
  list-style: none;  
}

.homepagemenu li {
  background: url('/gifs/bluestar-30.gif') no-repeat left center;
  font-family: "Rockwell", serif;
  font-weight: bold;
  font-size: 16pt;
  color: #003399;
  line-height: 30px;
  padding-left: 30px;
}

.homepagemenu a:link, a:visited {
  text-decoration: none;
  color: #003399;
}

.homepagemenu a:hover, a:active {
  text-decoration: underline;
}


/* NEWS AND WATCH */

span.hblack {
  color:black;
  font-weight: bold;
}

span.hred {
  color:red;
  font-weight: bold;
}

span.hgreen {
  color:green;
  font-weight: bold;
}

span.horange {
  color:orange;
  font-weight: bold;
}

span.black {
  color: block;
}

/* BACKGROUND - RUIZ */

@media (max-width: 630px) {

  img#crimeratefig {
    background-image: url('/gifs/vcrimerate-320.gif');
    width: 320px;
    height: 229px;
  }  
}


@media (min-width: 630px) and (max-width: 760px) {

  img#crimeratefig {
    background-image: url('/gifs/vcrimerate-587.gif');
    width: 587px;
    height: 386px;
  }  
}

@media (min-width: 760px) {

  img#crimeratefig {
    background-image: url('/gifs/vcrimerate-689.gif');
    width: 689px;
    height: 454px;
  }  
}

/* REPORTS */


#reportsearchmenu {
}


@media (max-width: 36em) {

  #reportsearchmenu ul li {
    display: block;
  }
}

@media (min-width: 36em) {

  #reportsearchmenu ul li {
    display:inline-block;
    width: 31%;
    min-width: 10em;
    min-height: 5em;
  }
}


#reportsearchmenu ul {
  list-style: none;  
  padding: 0;
}

#reportsearchmenu ul li {
  padding: .25em;
  margin: 0em;
  vertical-align: top;
}


span.hblue {
  color: #003399;
  font-weight: bold;
}

table.reports {
  border-collapse: separate;
  border-spacing: 0 1em;
  border: none;
}

table.reports td {
  border-left: none;
  border-right: none;
}

table.reports tr {
  border: 1px solid black;  
}

table.reports td.brief {
  border-bottom: 1px solid black;
  border-top: none;
  text-align: left;
}

table.oldreport, table.oldreport td {
  border: none;
}

div.reportphoto {
  float: right;
  font-family: arial, sans-serif;
  font-size: 80%;
}

div.fwinfo {
  border: 1px solid black;
  margin-top: 1em;
  margin-bottom: 1em;
}


/* TexasTribune */
div.texastribune ul {
  list-style: none;
}




/* unused
div.reportexcerpt {
  float: right;
  width: 10em;
  font-family: arial, sans-serif;
  font-style: italic;
  border: 1px solid black;
  margin-right: 1em;
}
 */


p.excerpt {
  font-family: arial, sans-serif;
  font-style: italic;
}