/* Cached Version : Sep 04, 2009 15:57:34 */
@charset "UTF-8";
/* CSS Document */
/* Global Defaults */

html,body{
	height: 100%;
}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,table,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	margin:0;
	padding:0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
body {
  font: .75em/1.5 Arial, Helvetica, sans-serif;
}
ul{
	list-style: none;
}
a:active{
  outline: none;
}
:focus{
  -moz-outline-style: none;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  line-height:1.25em;
}
h1{ font-size:2em; }
h2{ font-size:1.5em; }
h3{ font-size:1.25em; }
h4{ font-size:1.1em; }
h5, h6{ font-size:1em; }

/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, input, select, textarea {
  font: normal normal normal 1em/1.75 Arial, Helvetica, sans-serif;
}
input, select{
  line-height:1em;
  padding:2px;
}
p{
  margin:1em 0 1em 0;
}
blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
  font-size:.85em;
}
big {
  font-size:1.2em;
}

/* Links and Images */
img {
  border: none;
}

/* Tables */
table {
  border: none;
  border-collapse:collapse;
  border-spacing:0;
}
td,th{
  text-align:left;
  vertical-align:top;
}

/* Forms */
form {
  display: inline;
}
label {
  cursor: pointer;
}

/* Common Classes */
.upper{ text-transform: uppercase; }
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.light{ font-weight: normal; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.hide{display: none; visibility: hidden;}
.show{display: ; visibility: visible;}
#adminControls{
	background:#000;
	border-bottom:solid 2px #669900;
	padding:10px;
	text-align:left;
	color:#999;
	overflow:auto;
}
#adminControls ul{
	margin:0;
	padding:0;
	list-style:none;
}
#adminControls li{
	display:block;
	float:right;
	border-left:dotted 1px #999;
	padding:0 10px 0 10px;
}
#adminControls a{
	text-decoration:none;
	padding:5px;
	color: #669900;
}

#adminControls a:hover{
	background:#222;
	color: #FFF;
}
@import "flora.css";

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none !important;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-panel {
	background: #000;
	margin-top: -10px;
}
ul.ui-tabs-nav {
	border-bottom: 1px solid #333;
	height: 30px;
	list-style: none;
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 5px;
    font-weight: bold;
}
.ui-tabs-nav a {
    padding: 5px 10px;
    text-decoration: none;
	text-transform: capitalize;
	font-size: .9em;
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #666;
	font-family: "Georgia","Times",serif;
	font-style: italic;
	font-size: 1.5em;
	font-weight: normal;
}
.ui-tabs-nav .ui-tabs-selected a {
	border: 1px solid #333;
	background: #000;
	color: #fff;
	border-bottom: none;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
	padding-top: 20px;
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #222;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	margin-right: -12px;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	margin-left: -12px;
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #222;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	float: right;
	text-align: right;
	margin-right: -15px;
	padding-bottom: 0.7em;	
}
body{
	background: #000;
	color: #999;
}
#top{
	background: url(/media/images/bg.jpg) center bottom no-repeat;
	padding-bottom: 40px;
}
a{
	color:#8cc63f;
	text-decoration: none;
}
a:hover{
	color: #fff;
}
em{
	font-family: "Georgia","Times", sans-serif;
}
.grey{
	color: #666;
}
h1,h2,h3{
	font-family: "Georgia","Times", sans-serif;
	font-style: italic;
	color: #fff;
}
#banner{
	background: #8cc63f url(/media/images/pattern_100.gif);
	color: #000;
	padding: 20px;
	border-top: 3px solid #fff;
}
#banner ul{
	margin-top: 20px;
	height: 10px;
	text-align: center;
}
#banner ul li.selected{
	background: #222;
}
#banner ul li{
	display: inline-block;
	background: #111;
}
#banner ul li a{
	padding: 4px 20px;
	padding-top: 0px;
	padding-bottom: 10px;
	display: block;
	color: #fff;
}
#banner ul li a:hover{
	color: #999;
}
#banner ul li a.selected:hover{
	color: #999;
}
#banner p{
	font-size: 1.4em;
	font-family: "Georgia","Times", sans-serif;
	font-style: italic;
	text-align: center;
	margin: 0px;
}
#banner a{
	color: #333;
}
#banner h1{
	text-align: center;
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
}
.white{
	color: #fff;
}
.green{
	color: #8cc63f;
}
#nav_top{
	float: right;
	margin-top: 10px;
}
#nav_top li{
	float: left;
	margin-left: 20px;
}
#nav_top li a{
	color: #666;
	font-family: "Georgia","Times", sans-serif;
	font-style: italic;
	font-size: 1.2em;
}
#nav_top li a.selected, #nav_top li a:hover{
	color: #fff;
}
#header{
	padding: 20px 0px;
}
.center{
	width: 785px;
	margin: 0px auto;
}
.project{
	float: left;
	margin: 0 5px 5px 0;
	overflow: hidden;
}
.project a{
	display: block;
	padding: 1px;
	border: 4px solid #333;
	height: 50px;
	width: 50px;
	overflow: hidden;
}
.fade{
	opacity:.20;
	filter: alpha(opacity=20); 
	-moz-opacity: 0.2;
}
.border_white a{
	border-color: #fff;
}
.project a:hover{
	border-color: #666;
}
#projects{
	height: 190px;
	overflow: hidden;
}
#filters{
	float: right;
	padding-right: 10px;
}
#filters li{
	display: block;
	float: left;
	margin-left: 10px;
}
#tabs{
	margin-top: -30px;
}
#tabs li{
	display: block;
	float: left;
	background: #000;
	width: 255px;
	margin-right: 5px;
	color: #666;
	line-height: 2em;
}
.inner{
	padding: 5px 25px;
	min-height: 20px;
}

#tabs li h2{
	font-family: "Georgia","Times", sans-serif;
	color: #8cc63f;
	font-style: italic;
	font-size: 1.5em;
	margin-bottom: 20px;
}
#content_right ul, #content_left ul, .two_column ul{
	padding-left: 20px;
	list-style: disc;
	margin: 10px 0px;
}
#content_left ul.tabs{
	list-style: none;
}
#content_right{
	background: #222;
	float: right;
	width: 300px;
	color: #999;
}
#content_right h2,#content_right h3{
	color: #fff;
}
#content_left{
	width: 450px;
	padding-bottom: 20px;
}
h1,h3{
	color: #8cc63f;
}
#content_left h3{
	font-style: normal;
}
#content_left h2{
	color: #fff;
}
#footer{
	clear: both;
	background: #111 url(/media/images/pattern_136B.gif);
}
ul.footer{
/*	padding-top: 20px;*/
}
ul.footer li{
	float: left;
	margin-right: 20px;
}
#office{
	clear: both;
	background: #111 url(/media/images/pattern_136B.gif); 
	padding: 30px;
	margin-bottom: 20px;
}
#office .project{
	margin-right: 13px;
}
.grad{
	background: url(/media/images/bg2.jpg) no-repeat top center;
	min-height: 300px;
	padding-top: 30px;
}
.two_column{
	width: 45%;
	float: left;
	padding: 2%;
	padding-bottom: 20px;
}

#ui_login{
	margin: 40px auto;
	width: 400px;
}
#ui_login table{
	margin-top: 20px;
	width: 100%;
}
#ui_login td{
	padding: 10px;
}
#ui_login td.label{
	font-family: "Georgia","Times", sans-serif;
	font-style: italic;
	font-size: 1.3em;
	width: 80px;
}
#ui_login input{
	background: #333;
	border: 1px solid #666;
	color: #fff;
	padding: 5px;
	width: 100%;
}
#ui_login input:focus{
	background: #fff;
	color: #333;
}
#ui_login input.submit{
	background: #8cc63f;
	color: #fff;
	width: 100px;
	font-family: "Georgia","Times", sans-serif;
	font-style: italic;
	text-transform: uppercase;
	border: none;
}
#ui_login input.submit:hover{
	color: #000;
}
#ui_login .alert{
	background: #8cc63f;
	color: #fff;
	border: 1px solid #666;
	padding: 5px;
	margin-top: 20px;
}
#ui_login .alert strong{
	color: #000;
}
.tn{
	float: left;
	text-align: center;
	margin: 0 5px 15px 0;
	background: #222;
	padding: 5px;
	padding-bottom: 10px;
	color: #666;
}
.tn:hover{
	background: #333;
	color: #fff;
}
.tn img{
	margin-bottom: 10px;
}
