@charset "utf-8";

@import url("/css/fonts.css");

body {
  color: #262626;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Fontin", 'Gill Sans', 'Gill Sans Std', 'Gill Sans MT', Verdana, 'Bitstream Vera Sans', sans-serif;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  font-variant: small-caps;
  letter-spacing: 2px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 14px; }

h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px; }

h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 8px; }

h4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 4px; }

h5 {
  font-size: 16px;
  line-height: 24px; }

h6 {
  font-size: 14px;
  line-height: 21px; }

em {
  font-style: italic; }

#Frame {
  width: 1000px;
  margin: 0px auto;
  font: 14px/21px 'Gill Sans', Helvetica, Arial, sans-serif;
}

#Banner {
  clear: both;
  font-family: "Fontin", Georgia, Verdana, sans-serif;
  letter-spacing: 2px;
  font-size: 32pt;
}

#TexasImageContainer {
	width: 1px;
	height: 1px;
	display: inline;
	clear: none;
	float: left;
}

#TexasImage {
	height: 500px;
	position: relative;
	left: -40px;
	top: 10px;
	-webkit-transform: rotate(1deg);
	z-index: -999;
	opacity: 0.1;
}

#BannerLabel {
  font-size: 96px;
  padding: 50px 0px;
  margin-left: 20%;
  padding: 50px 0px 30px;
}

#Sidebar {
  float: left;
  width: 20%;
  margin-top: 57px;
  font-size: 10pt;
  text-align: right;
  font-family: 'Gill Sans', 'Gill Sans Std', 'Gill Sans MT', Verdana, 'Bitstream Vera Sans', sans-serif;
}

#Sidebar ul li {
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.5em;
  padding: 1px 2px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-shadow: #FFFFFF 1px 1px 2px;
}

#Sidebar ul li a {
  border-width: 0px;
}

#Sidebar ul li.hover:hover {
  background-color: #ddd;
}

#Content {
  float: right;
  width: 80%;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  background-color: rgba(255, 255, 255, 0.3);
}

.Entry {
  padding: 0em 1em;
  margin-bottom: 3em;
}

.Entry h1 {
  margin-bottom: 0.1em;
  padding-bottom: 0.1em;
  border-bottom: 1px solid #DDD;
}

.Entry h1 a {
	border-bottom:0px;
	margin:-4px -8px;
	padding:4px 8px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

.Entry h2 {
	font-size: 20px;
}

.Entry .Date {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 8pt;
}

.EntryContent {
  font: 16px/24px "Gill Sans", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-variant: normal;
  font-style: normal;
  color: #444;
  text-shadow: 1px 1px 0px #ffffff;
}

pre {
  margin: 0px 1em;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  padding: 3px 6px;
  font-size: small;
}

code {
  background-color: #f0f0f0;
  padding: 1px 3px;
}

a {
  color: #444;
  text-decoration: none;
  border-bottom: 1px dotted #999;
}

#Banner a {
  border-width: 0px;
}

a:hover {
}

a:visited {
  color: #000;
}

.Archive li {
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.5em;
}

a.no_hover:hover {
  background: none;
}

.Archive h2 a {
  text-decoration: none;
  font-size: 10pt;
}

.Archive li {
  text-indent: 0px;
  margin: 0em;
  padding: 0em;
}

.ArchiveList {
  margin: 1em 0em 1em 2em;
  padding: 0em;
}

.ArchiveList a {
  text-transform: none;
  letter-spacing: 0px;
  text-decoration: none;
}

.ArchiveList li {
  margin: 0em 0em 0.5em 0em;
  padding: 0em;
  line-height: 1em;
  text-indent: 0em;
}

.ArchiveDate {
  color: #777;
  text-transform: capitalize;
  font-size: 10px;
  letter-spacing: 0px;
  margin-left: 3em;
}

.PublicationList {
  list-style: none;
}

.PublicationList li {
  padding: 0.5em 0em;
}

.PublicationJournal {
  font-style: italic;
}

.PublicationDownload a {
    color: #777;
    text-transform: capitalize;
    font-size: 10px;
    letter-spacing: 0px;
    margin-left: 3em;
    text-decoration: none;
}

.LinkButton {
	background-color: #E6E6E6;
	padding: 5px 20px;
	border-radius: 8px;
	border-width: 0px;
	color: #444;
	text-shadow: 1px 1px 0px white;
}

.LinkButtonLabel {
  color: #888;
}
