/**
* CSS
* 
* @version 1.0
* @author Todd Linkner 
*/

/*
 * COLORS
 * Cyan:       #00aeef
 * Light Grey: #f3f3f3
 */



/**
 * Blueprint overrides
 */

.box {
  background-color: transparent;
  padding: 10px 0;
}

.url a {
  color: #999;
}

.url a:hover {
  color: #6baa0d;
  text-decoration: underline;
}


/**
 * Basic elements
 */

body {
  font-size: 12px;
  line-height: 1.8em;
  color: #444;
  background-color: #f3f3f3;
}

hr, hr.space {
  background-color: #f3f3f3;
}

a { 
  color: #333;
  text-decoration: none; 
}
a:hover { 
  
}

a:link, a:active, a:hover, a:visited { outline: none; }

#header { height: 80px; }

#menuleft div {
  padding: 11px 0;
  border-bottom: 1px dotted #ccc;
}

#menuleft, #menu {
  font-size: 11px;
  line-height: 18px;
}

#menu a:hover {
  color: #6baa0d;
}

#menu a:hover:before {
  content: "\00BB \0020";
  margin-left: -5px;
}

#menu .box {
}

#content { }

#content .box { padding: 40px 0 0 150px; }

#content table ul,
#content table li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menuleft, #menu, #content,
#bottomleft, #bottom, #footer {
  border-top: 1px solid #ddd;
}

#bottom .box {
}

#footer .box {
}

#footer p {
  display: inline;
  margin-right: 1em;
}

.credit, .credit a {
  color: silver;
  text-decoration: none;
}

.credit a:hover {
  color: #77bb11;
  text-decoration: underline;
}

#menu ul {
  list-style: none;
  margin: 0 0 12px 0;
}

#menu ul li a { 
  display: block;
  width: 100%;
  padding-left: 5px;
}

#menu ul li.section-title { 
  margin-bottom: 10px;
  font-size: 12px;
  color: #999;
  border-bottom: 1px dotted #ccc;
}

h1 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #6baa0d;
  border-bottom: 1px dotted #ccc;
}

#TB_overlay {
  background-color: #333333 !important;
}

#TB_window {
  background-color: #fff;
  padding-bottom: 2em;
}

#TB_Image { }

#TB_caption { }

#img-container { 
  padding: 4px 0;
}

#img-container img { 
  margin: 0;
  padding: 0;
}

#img-container a { 
  margin: 4px 8px 4px 0; 
  padding: 0;
  border: 1px solid #fff;
}

#img-container a:hover { 
  border: 1px solid #333;
}

#img-container p { 
  width: 400px; 
  margin: 0; 
  padding: 0 0 12px 0; 
}

a.thickbox {
  display: block;
  float: left;
  padding: 0 !important;
}

a.thickbox img {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

#once { clear: left; }


/**
 * Home thumbnail images
 */


#home-thumbs { 
  padding: 4px 0;
}

#home-thumbs img { 
  margin: 0;
  padding: 0;
}

#home-thumbs a { 
  display: block;
  float: left;
  margin: 4px 8px 4px 0; 
  padding: 0;
  border: 1px solid #fff;
}

#home-thumbs a:hover { 
  border: 1px solid #333;
}



/**
 * Slideshow styles
 */

#slideshow {
  position: relative;
  width: 200px;
  height: 133px;
  overflow: hidden;
  border: 1px solid #000000;
}

#slideshow img {
  position: absolute;
  left: 0;
  top: 0;
}
