/*
Theme Name: Lutea
Theme URI: http://kueda.net
Description: kueda.net's default theme, very loosely based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1
Author: Ken-ichi Ueda
Author URI: http://kueda.net
	
	Kubrick is under the GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
/*  color: #ccc;*/
  font-size: 90%;
  margin-top: 0;
  color: #333;
}

h1 {
  color: #E2732B;
}

h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin-bottom: 0.2em;
}

em {
  background: none;
}

input.text {
/*  width: 100%;*/
  border-color: #eee;
}

a {
  color: #E2732B;
  text-decoration: none;
}

p img { 
  float: none;
  margin: 0;
}

img.aligncenter { 
  display: block;                  
  margin: 0 auto;
}

.wp_syntax { 
  border: 0 none !important;
  background-color: white !important;
}

.left { 
  float: left;
  margin-right: 1em;
}

.right {
  float: right;
  margin-left: 1em;
}

.hidden {
  display: none;
}

.container ul {
  list-style-image: url('/wp-content/themes/lutea/img/greydot.png');
  margin-left: 1.5em;
}

.container li:hover:before {
  color: #aaa;
}

a:hover {
  border-bottom: 1px dotted #ECAB37;
}

a:hover, a:visited {
  color: #ECAB37;
}

#header {
  padding: 1em 0;
  margin: 1em 0;
  border-bottom: 1px solid #eee;
}

#title {
  margin-bottom: 0.2em;
}

#title a, 
#title a:visited,
#title a:hover {
  color: #E2732B;
  text-decoration: none;
  border: none;
}

#byline {
  color: #aaa;
}

.sections li.current a {
  font-weight: bold;
}

.sections li a {
  padding: 0.5em;
  background: #f6f6f6;
  text-decoration: none;
}

.sections li a:hover {
  background-color: #E2732B;
  color: white;
  border: none;
}

.hlist {
  list-style: none;
  margin: 0;
  width: auto;
}

.hlist li {
  float: left;
  margin-right: 0.2em;
}

.crumbs li:after {
  content: '\0020 \2192';
  color: #aaa;
  margin 0 0.2em
}

.crumbs li.current a {
  color: #aaa;
  text-decoration: none;
}

.crumbs li.current:after {
  content: none;
}

#topnav {
  text-align: middle;
}

#topnav .crumbs {
  margin-left: 0.5em;
}

#sectionnav {
  background-color: #eee;
  width: auto;
  float: right;
}

#sectionnav.sections li {
  margin: 0;
}

#sectionnav.sections li {
  line-height: 2;
}

#footer {
  margin: 4em 0 0 0;
  padding: 2em;
  border-top: 1px solid #eee;
  text-align: center;
}

.thumbnails img {
  display: block;
  float: left;
  width: 75px;
  padding: 5px;
  margin: 0 5px 5px 0;
  background: #efefef;
}

#ZoomImage,
#ShadowBox table,
#ZoomCapDiv table {
  margin: 0;
}

#ShadowBox td,
#ZoomCapDiv td {
  padding: 0;
  border: 0 none;
}

#ShadowBox img,
#ZoomCapDiv img {
  margin: 0;
}

#ZoomCaption {
  line-height: 0;
  vertical-align: middle;
}


/* iNaturalist Widget */

.inat-widget { font-family: Georgia, serif; background-color: white; line-height: 1;}
.inat-widget img { margin: 0; }
.inat-widget table { margin: 0; }
.inat-widget-header {margin-bottom: 10px;}
.inat-widget td {vertical-align: top; padding: 10px 0;}
.inat-label { color: #888; }
.inat-meta { font-size: smaller; margin-top: 3px; }
.inat-widget .inat-observation-body, .inat-widget .inat-user-body { padding-left: 10px; }
.inat-observation-image {text-align: center;}
.inat-observation-image, .inat-user-image { width: 48px; }
.inat-observation-image img, .inat-user-image img { max-width: 48px; }
.inat-label, .inat-value, .inat-user { font-family: "Trebuchet MS", Arial, sans-serif; }
.inat-user-body {vertical-align: middle;}
.inat-widget td.inat-user-body {vertical-align: middle;}
