/*   
Theme Name:Texas Digital Library
Theme URI:http://www.tdl.org
Description:Theme created for TDL based on concepts of TDL services 
Author:Dan Zappone with artwork by Tina Messinger
Author URI:http://www.tdl.org/
Version:1.0
*/
* { margin: 0; padding: 0; }

/*---- DEFAULT STYLES ----*/
body {
  background: url(images/bg-tdl.png) #42606d repeat-x left top;
  color: #736d4d;
  font: 76% 'Trebuchet MS',Tahoma,Arial,Helvetica,Sans-Serif;
  text-align: center;
}

h1,h2,h3,h4,h5,h6 { color: #1a2830; font-family: Arial,Helvetica,Sans-Serif; }

a { border-bottom: 1px dotted #736d4d; color: #3a5662; text-decoration: none; }

a:hover { border-bottom: 1px dotted #3a5662; color: #3a5662; text-decoration: none; }

h1 { font-size: 140%; }

h2 { font-size: 130%; }

h3 { border-bottom: none; font-size: 115%; font-weight: bold; }

h4 { border-bottom: none; font-size: 105%; font-weight: bold; }

h5 { border-bottom: none; font-size: 100%; font-weight: bold; }

h6 { border-bottom: none; font-size: 85%; font-weight: bold; }

p { margin: 0 0 0.75em 0; line-height: 1.5em; }

blockquote { padding: 0 2.5em 0 2.5em; margin: 0 0 0.75em 0; color: #76797c; }

small { font-size: 0.8em; }

table {
  margin: 0 0 0.75em 0;
  border: 0px solid #dddddd;
  font-size: 1.0em;
  border-collapse: collapse;
  line-height: 1.5em;
}

th {
  padding: 2px 2px 2px 2px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background-color: #eeeeee;
  font-weight: bold;
}

td {
  padding: 2px 2px 2px 2px;
  border: 1px solid #dddddd !important; /* border-bottom: 1px solid #ddd !important; */
}

tr .odd, th .odd, td .odd { background-color: #f4f5f7; }

tr .even, th .even, th .even { background-color: #ffffff; }

input,select,textarea { font: 1.0em 'Trebuchet MS',Tahoma,Arial,Helvetica,Sans-Serif; }

hr {
  border: 0;
  margin: 0.5em 0 1em 0;
  color: #8cacbb;
  background-color: #8cacbb;
  height: 1px;
}

/*---- WRAP STYLES ----*/
#wrap {
  width: 955px;
  margin: 10px auto;
  padding: 0 0 0 0;
  text-align: left;
  position: relative;
}

/*---- HEADER STYLES ----*/
#header { width: 955px; margin: 0px auto; background: #ffffff; height: 80px; }

#header .logo { margin: 14px 0 0 22px; }

#navbar {
  width: 955px;
  margin: 0 0 0 0;
  background: url(images/nav-bar.png) repeat-x bottom right;
  color: #ffffff;
  font-size: 10px;
  height: 25px;
}

#navbar .breadcrumb { margin: 0 22px 0 22px; padding-top: 3px; }

#navbar ul { margin-left: 0px; display: inline block; }

#navbar ul li { display: inline; }

#navbar a,#navbar a:hover { border: none; color: #ffffff; font-size: 10px; text-decoration: none; }

#footer .login { display: inline block; text-align: right; }

/*---- BODY & CONTENT STYLES ----*/
#body {
  width: 955px;
  margin: 0px 0px auto;
  padding: 0px auto;
  background: url(images/content-bg.png) #ffffff repeat-y top left;
  position: relative;
  top: 0px;
}

#deco {
  width: 805px;
  background: url(images/deco.png) no-repeat top right;
  height: 62px;
}

.border {
  width: 805px;
  background: url(images/border.png) repeat-x top left;
  height: 21px;
}

#content {
  width: 704px;
  float: right;
  margin: 62px 52px 65px auto;
  background: #ffffff;
  height: auto;
  position: relative;
}

#content h1 {
  padding: 3px 3px 3px 8px;
  margin-bottom: 1.1em;
  display: block;
  color: #ffffff;
  background-color: #1a2830;
  font-size: 18px;
  font-weight: normal;
  height: 19px;
}

#content h2 {
  border-bottom: 1px solid #8cacbb;
  margin-top: 1.5em;
  display: block;
  font-size: 130%;
  font-weight: normal;
}

#content ul {
  margin-left: 2.5em;
  list-style-image: url(images/bullet.png);
  line-height: 2.0em;
}

#content ul li a,#content ul li a:hover { border-bottom: none; }

#content ol,#content dl { margin-left: 2.5em; line-height: 2.0em; }

#content dl dt { font-weight: bold; }

#content dl dd { margin-left: 2.5em; }

/*---- SIDEBAR STYLES ----*/
#leftsidebar {
  width: 150px;
  margin: 0px auto;
  float: left;
  color: #223640;
  background: url(images/lsb-top.png) #eff0f2 no-repeat top left;
  z-index: 2;
}

#leftsidebar a { border-bottom: none; color: #283c46; text-decoration: none; }

#leftsidebar a:hover { border-bottom: none; color: #928e7c; text-decoration: none; }

#leftsidebar ul { margin: 2.8em 0.5em 0.5em 0.2em; list-style: none; text-align: right; }

#leftsidebar ul li ul { margin: 0.5em 0 0.5em 0; }

#leftsidebar ul li ul li { margin: 0.8em 0 0 0; line-height: 1.3em; }

#leftsidebar h2 {
  margin-top: 2.5em !important;
  padding-bottom: 0px;
  border-bottom: none;
  display: block;
  color: #223640;
  font-family: Arial,Helvetica,Sans-Serif;
  font-weight: bold;
  font-size: 1.0em;
  letter-spacing: 1px;
}

#leftside h2 a { color: #223640; }

/*---- FOOTER STYLES ----*/
#footer {
  width: 955px;
  margin: 0 auto;
  background: url(images/curve.png) no-repeat left top;
  color: #ffffff;
  font-size: 0.8em;
  height: 80px;
}

#footer a,#footer a:hover { border-bottom: none; color: #ffffff; text-decoration: none; }

#footer div { padding: 30px 2.0em 0 2.0em; }

#footer .links,#footer .copyright { width: 45%; }

#footer .copyright { text-align: right; }

/*---- UTILITY STYLES ----*/
.alignleft { float: left; }

.alignright { float: right; }

.clear { clear: both; }


