
@import 'scaffold.css';
@import 'forms.css';

html body {
  font-family: "Tahoma", "Arial", "Helvetica", "Sans Serif";
}
h1 {
  width: auto;
  display: inline;
  margin: 10px 5px 10px 5px;
}
h2{
	margin: 2px 10px 5px 2px;
	font-size: 120%;
}

div#header a#title {
  display: block;
  width: 255px;
  height: 32px;
  text-indent: 255px;
  overflow: hidden;
  background: url(/images/logo.gif) no-repeat;
}

div.pagination {
  float: left;
  margin-left: 10px;
}	
div.filter {
  float:left;
}
div.controls {
  padding: 5px 5px 0 5px;
}
div.spacer {
  display: block;
  border-bottom : 2px inset;
}

.show {
  display: block;
}
.hide {
  display: none;
}

div#ajax_loading img {
  margin: 0 15px 0 15px;
}

div.post h4 {
  display: inline;
}
a.title {
  font-weight : bold;
  font-size : 110%;
}

a.rss img{
  border: none;
}
a:hover.rss { 
  background-color : none;
  border: none;
}

.metadata, .related, .keywords {
  font-size : 80%;
}

.related a {
  font-size: 120%;
  color: #006;
}
.related a:hover {
  color: white;
  background: #006;
}
div.keywords {
  width: 150px;
  float:right;
  margin: 10px 0 20px 10px;
  border-left: 1px inset;
  padding-left: 1em;
}

div.metadata dl {
  margin: 0;
}
div.metadata dd, 
div.metadata dt {
  margin: 0;
  padding: 0;
  display: inline-table;
}

body {
  margin : 0;
  padding : 0;
}
div#header {
  color: white;
  background: #003 url(/images/montage.jpg) no-repeat;
  background-position: right;
  padding : 5px 5px 0 5px;
}
div#header a#title {
  font-size : 180%;
  font-weight : bold;
  text-decoration: none; 
  margin : 0 0 0 0;
  color: white;
}
div#header a:hover {
  background : none;
}
div#header p {
  margin: 0 0 1em 0.5em;
}

div#lh_sidebar {
  width: 180px;
  height: 100%;
  float:left;
  padding-top:10px;
}
div#lh_sidebar ul {
  margin:0;
  padding: 0;
}
/*
div#lh_sidebar li {
  list-style: none;
  margin: 2px;
}
*/
div#lh_sidebar #links p {
  margin: 0 10px 0 0;
  border: 1px outset #ddf;
  padding: 0.5em;
}

div#lh_sidebar #links p.img {
  text-align: center;
}

div#main {
  float:left;
  width: 750px;
  border-left: 1px inset;
  min-height: 450px;
}
div#content {
  padding: 0 5px 0 10px;
}

div#nav {

}

div#nav a {
  color: #666;
  font-size : 150%;
  font-weight : bold;
  padding : 5px 20px 5px 20px;
  text-decoration : none;
  display: inline;
}

div#header div#nav a.on {
  background-color : white; 
  color : #003;
}

div#header div#nav a:hover.off {
  color : white;
}

/* clearfix hack from www.webtoolkit.info */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


div#map_canvas{ 
	width: 100%;
	height: 440px;
}

p.cloud{
	width: 150px;
}

p.cloud a{
	color: #006;
	font-size: 80%;
	margin: 2px;
}
p.cloud a:hover{
	color: white;
}

p.cloud .popular {
	font-size: 80%;
}
p.cloud .v-popular {
	font-size: 100%;
}
p.cloud .vv-popular {
	font-size: 130%;
}
p.cloud .vvv-popular {
	font-size: 160%;
}

div.header-left {
	display: inline-table;
	padding-left: 1em;
}

div.in_page_ad {
  width: 100%;
  text-align: center;
  height:90px;
  margin: 0 0 15px 0;
}
div.in_page_text_ads {
  width: 100%;
  text-align: center;
  height:20px;
}
div.cj_banner, div.cj_text_links {
  width: 100%;
  text-align: center;
}
div.cj_text_links {
  margin : 1em 3em;
  padding : 5px;
}
/* auto-complete styles fully-qualified
   to override DHH's inline hard-coded 
   style tag (grrr)
*/
div#content div#lh_sidebar div.auto_complete {
	width: 120px;
	background: #fff;
}

input#vector_term {
	width: 120px;
}
div#content div#lh_sidebar div.auto_complete input.submit {
	width: 30px;
}

div#lh_sidebar form {
	margin-top: 10px;
}


/* jquery-ui autocomplete plugin styles */
.ac_results li {
  color: black;
}
.ac_results li.ac_odd {
    background: white;
	color: #6197fa;
}
.ac_results li.ac_even {
    background: #f9f9f9;
	color: #5086e9;
}
.ac_results li.ac_over {
	background: #6197fa;
	color: white;
}
input#vector_term {
	width: 125px;
}
#ac_loading {
	display: none;
	margin: 24px 0 0 0;
}
/* end jquery autocomplete css */

div#lh_sidebar div.splash {
	margin: 1em 0 1em -7px;
	background: url(/images/splash_middle.png) repeat-y;
	padding: 0 10px 0 10px;	
	text-align: center;
	width: 158px;
}
div#lh_sidebar div.splash_top {
	background: url(/images/splash_top.png) no-repeat;
	width: 178px;
	height: 14px;
	margin-left: -9px;
}
div#lh_sidebar div.splash_bottom {
	background: url(/images/splash_bottom.png) no-repeat;
	width: 178px;
	height: 20px;
	margin-left: -10px;
}


div#lh_sidebar a.twitter_button {
	display: block;
	width: 180px;
	height: 70px;
	background: url(/images/twitter_button.png);
	text-indent: -500px;
	margin: 5px -8px;
}

div#lh_sidebar div.help {
	margin: 23px 5px 5px 5px;
	background: #ffc;
	padding: 5px;
}
div#lh_sidebar div.help p {
	margin-top : 1px;
}

/* related */
ul.links {
	font-size: 85%;
}
ul.term_list {
    margin: 0 0 0 80px;
}
ul.term_list a {
	font-size: 120%;
    color: #db9d32;
}
ul.term_list .metadata {
	font-size: 85%;
	color: #999;
}

ul.terms li {
  display: inline;
  margin: 5px 5px 5px 0;
}
/* end related */

/* tab_nav 
div#lh_sidebar ul.tab_nav {
  list-style: none;
  border-bottom: 1px solid #aaa;
  margin-top: 15px;
  margin-bottom: 10px;	
  z-index: 1;
}
div#lh_sidebar ul.tab_nav li {
  display: inline;
  margin: 0;
  padding: 0;
}
ul.tab_nav li a {
  padding: 4px 3px 3px 3px;
  text-decoration: none;
  background: #ddf;
  border: 1px solid #aaa;
  border-bottom: none;
  margin: 0;
  z-index:0;
}
ul.tab_nav li a.active {
  background: white;
  color: #163670;
  z-index: 10;
}
ul.tab_nav li a:hover {
  background: white;
  color: #000;
  text-decoration: underline;
}
*/
/* for jQuery UI tabs */
.ui-tabs .ui-tabs-hide {
     display: none;
}
div#lh_sidebar .tab_nav_wrapper {
  margin: 0 10px 0 0;
}
.tab_nav_wrapper  * {
  font-family: "Arial", "Helvetica", "Verdana", "Sans Serif";
}
div.sub .ui-tabs  {
  padding: 0;
  margin: 0;
}
.ui-tabs  {
  padding: 0;
  margin: 0;
}
.ui-tabs .ui-tabs-nav li a {
  padding: 0.5em;
  margin: 0;
  font-size: 85%;
}
.ui-tabs .ui-tabs-nav li a:hover {
  background-color: white;
}
.ui-tabs .ui-tabs-nav li a.active {
  background-color: white;
}
.ui-tabs .ui-tabs-panel {
  padding: 0 1em;
}

div.post img.google-img {
  /* float: right;
  margin: 0 0 1em 1em;
  */
  float: left;
  margin: 0 1em 1em 0;
  border: 2px outset #ccf;
}


/* indents the main content (underneath headers, etc) */
.main_content_wrapper {
  margin: 1em;
}
