* {
	margin: 0;
}
html, body
{
	background-color: #CFCFCF;
	color: black;

	margin: 0;
	padding: 0;
	height: 100%;
	
	font: normal large  Lucida, sans-serif;
	/*font: normal small/1.3 Lucida, sans-serif;*/
}

.wrapper
{
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	
	position: relative;
	width: 960px;
	margin: 0 auto -155px;
}

.footer, .push {
	text-align: center;
	font-size: small;
	margin: 125px;  /* adjust this value downward to push footer up from bottom */
}
/* --------------------------- */
/* NAVIGATION                  */
/* --------------------------- */

#navigation
{
	text-align: center;
	padding-top: 30px;
}

#navigation a
{
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: black;
	font-size: larger
}

#navigation a:hover
{
	color: white;
}

#navigation a:active, a:focus
{
outline: 0;
}

/* --------------------------- */
/* HEADER                      */
/* --------------------------- */

#header
{
	text-transform: none;
	text-align: left;
	text-decoration: none;
	font-size: 300%;
	color: black;
	padding-top: 30px;
}

#header a
{
	text-decoration: none;
	color: #555555;
}

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

/* --------------------------- */
/* CONTENT_HOME           */
/* --------------------------- */
#content_home
{
	display:block;
	position:absolute;
	padding-top:40px;
	width: 960px;
	text-align: center;
}
#content_home img
{
		
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	box-shadow: 0px 0px 25px 0px #000;
}

/* --------------------------- */
/* CONTENT_GALLERY             */
/* --------------------------- */

#content_gallery
{
	position: absolute;
	width: 960px;
	padding-top:30px;
	text-align: left;
}

#content_gallery_header
{
	font-size:150%;
	margin-bottom: 30px;
	text-align: left;
	padding-left: 10px;

	/* border: solid 1px; */
}

#gallery_loading_gif
{
	display: block;

	font-size:24px;
	padding-left: 40px;
	color: dimgrey;
	text-align: center;
	border: solid 0px;
	margin: auto;
	width: 50%;
	height: 50%;
		/* CSS3 styling for latest browsers */
	-moz-box-shadow:0px 0 45px 0px #000;
	-webkit-box-shadow: 0px 0px 45px 0px #000;
	box-shadow: 0px 0px 45px 0px#000;
}

#gallery_item_wrapper
{
	display: none;
	padding-left:40px;

	/* border: solid 1px; */
}

.gallery_item
{
	display: inline-block;
	padding: 20px;
	padding-bottom: 10px;

	/* border: solid 1px; */
}

.gallery_item a:link, a:visited, a:active, a:hover
{
	text-decoration: none;
	color: black;
}

.gallery_item a:hover
{
	text-decoration:none;
	color: white;
}

.gallery_item img
{
	border: none solid 1px;
	cursor: pointer;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:2px 2px 15px 0px #000;
	-webkit-box-shadow: 2px 2px 15px 0px #000;
	box-shadow: 2px 2px 15px 0px #000;
}

.gallery_item_name
{
	text-align: center;
}


/*-----------------------------*/
/* heech_tip -- tooltips by heech     */
/*-----------------------------*/

.heech_tip
{
	display:none;
	position:absolute;
	background:transparent url(tooltip/white_arrow_top.png) no-repeat;
	font-size:12px;
	/*  scrunch */
	height: 90px;
	width: 198px;
	/* positsions the text down into the graphic */
	padding:25px;
	color:#000;
	z-index: 1000;

/*
	border-style: solid;
	border: 1px solid #666;
*/
}

.heech_tip span
{
	/* bold $name */
	font-weight: bold;
}


/*-----------------------------*/
/* heech_overlay                              */
/*-----------------------------*/
.heech_overlay
{
	/* must be initially hidden */
	display:none;

	/* must be positioned absolutely to control all styling */
	position: absolute;

	/* place overlay on top of other elements */
	z-index:9999;

	/* styling */
	background-color: #696969;
	color: #000000;
	min-height:200px;
	min-width:300px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border:0px solid #666;

	
	/*rounded corners;*/
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
    	-khtml-border-radius: 5px;
    	border-radius: 5px;
	
	/* CSS3 drop shadow */
	-moz-box-shadow:0px 0px 45px 0px #000;
	-webkit-box-shadow: 0px 0px 45px 0px #000;
	box-shadow: 0px 0px 45px 0px #000;
}

.heech_overlay_details
{
	margin-left: 10px;
	margin-right: 5px
}

.image_cache
{
	display: none;
	background: url(tt.jpg);
}

#heech_transparency
{
	display: none;
	position: fixed;
	/* background:  rgba(169, 169, 169, .9); */
	background:  rgba(169, 169, 169, 1);

	filter: drop-shadow(10);
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99A9A9A9); /*AARRGGBB*/
	color: white;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
        cursor: pointer;
	z-index: 9500
}

/*-----------------------------*/
/* jquery tools -- Tooltips                */
/*-----------------------------*/

.tooltip {
	display:none;
	background:transparent url(tooltip/white_arrow.png) no-repeat;
	font-size:12px;
	height: 90px;
	width: 198px;
	padding:25px;
	color:#000;
	/*
	border-style: solid;
	border: 5px solid #666;
	*/
}

/* override the arrow image of the tooltip */
.tooltip.bottom {
	background:url(tooltip/white_arrow_bottom.png);
	padding-top:40px;
	height:80px;
}

.tooltip.bottom {
	background:url(tooltip/white_arrow_bottom.png);
}

.tooltip span
{
	font-weight: bold;
}

/*---------------------------------------
	 jquery tool s-- Overlays (pop ups for Images
   ---------------------------------------*/
/* the overlay element*/
.simple_overlay {
	
	/* must be initially hidden */
	display:none;

	/* place overlay on top of other elements */
	z-index:10000;

	/* styling */
	background-color: #696969;
	
	color: #000000;
	min-height:200px;
	min-width:300px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border:0px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(tooltip/apple-close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height: 28px;
	width: 28px;
}

.details{
	margin-left: 10px;
	margin-right: 5px
}

/* --------------------------- */
/* CONTENT_SCROLL               */
/* --------------------------- */
#content_scroll
{
	position: absolute;
	padding-top:30px;
	width: 960px;
	text-align: left;
}

#content_scroll_text
{
	margin-left: 80px;
	margin-right: 180px;
}

#content_scroll a, a:link, a:visited, a:active
{
	text-decoration: none;
	color: #595959;
}

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

#content_scroll img
{
	border-style: none;
}


/* --------------------------- */
/* CONTENT_ABOUT               */
/* --------------------------- */
#content_about
{
	position: absolute;
	padding-top:30px;
	width: 960px;
	text-align: left;
}

#content_about img
{
	float: left;
	padding: 0px;
	padding-right: 20px;
}

/* --------------------------- */
/* CONTENT_BIO                            */
/* --------------------------- */
#content_bio
{
	position: absolute;
	padding-top:30px;
	width: 960px;
	text-align: left;
	overflow: hidden;
}

#content_bio img
{
	float: left;
	padding: 0px;
	padding-right: 20px;
}

#content_bio a, a:visited, a:hover
{
	text-decoration: none;
	color: black;
}

#content_bio a:hover
{
	color: white;
}


/* --------------------------- */
/* CONTENT_RESUME                     */
/* --------------------------- */
#content_resume
{
	position: absolute;
	padding-top:30px;
	padding-left: 10px;
	width: 960px;

	text-align: left;
	text-decoration: none;
	overflow: hidden;
}

/* --------------------------- */
/* CONTENT_CONTACT           */
/* --------------------------- */
#content_contact
{
	position: absolute;
	padding-top:30px;
	padding-left: 10px;
	width: 960px;

	text-align: left;
	overflow: hidden;
}

#content_contact a, a:visited, a:hover
{
	text-decoration: none;
	color: black;
}

#content_contact a:hover
{
	color: white;
}


/*
   ----------------------------------------------------------------
   GBCF-V3 DEFAULT STYLE SHEET - MIKE CHERIM HTTP://GREEN-BEAST.COM
   ----------------------------------------------------------------
*/

/* === form div and elements ======================================= */

#form-div { 
  
  width : 70%;
  margin : auto;
  color : #555;
  line-height : 1.7em;
}

#form-div p.form-footer {
  margin : -35px 2px 20px 13px;
 }

#form-div p.form-footer a { 
  color : #669900; 
}

#form-div p.form-footer a:hover, #form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
  color : #000; 
  text-decoration : none; 
}

#form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
  background-color : #eee; 
}


/* === form div link styles ======================================== */

#form-div a { 
  color : #669900; 
}
  
#form-div a:hover, #form-div a:focus, #form-div a:active { 
  color : #000; 
  text-decoration : none; 
}

#form-div a:focus, #form-div a:active { 
  background-color : #eee; 
}


/* === success and error message/results box ======================= */

#form-div p.success, #form-div p.error, #form-div p.center { 
  color : #fff;
  /* color : #000; (lite colors option - uncomment to use) */
  padding : 1px 4px; 
  border : 1px solid #000; 
  background-color : #669900;
  /* background-color : #d6e3ba; (lite colors option - uncomment to use) */
  margin : 10px 3px;

}

#form-div p.error { 
  background-color : #bb0000; 
  /* background-color : #edbaba; (lite colors option - uncomment to use) */
}

#form-div p.error a, #form-div p.success a {
  color : #ffff7f;
}

#form-div p.center {
  text-align : center;
  background-color : #edbaba;
  color : #000;
  margin-top : -3px;
  padding : 0px 4px; 
}

#form-div p.error a:hover, #form-div p.error a:focus, #form-div p.error a:active, 
#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
  color : #eee;
  background-color : #bb0000; 
}

#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
  background-color : #669900; 
}


/* === structural form elements ==================================== */

form#gbcf-form { }

fieldset.main-set,
fieldset.req-set,
fieldset.opt-set { 
  border : 1px solid #eee;
  padding : 5px;
}


/* === textural form elements ====================================== */

#form-div legend { 
  font-weight : bold;
}

#form-div legend span { }

legend.main-legend { 
  color : #777;
  font-size : 110%;
}

legend.req-legend,
legend.opt-legend { 
  color : #777;
}

legend.main-legend span { }
legend.main-legend { }

legend.req-legend span { }
legend.req-legend {
  margin-left : -2px;
}

legend.opt-legend span { }
legend.opt-legend { 
  margin-left : -2px;
}

label.req-label, label.opt-label {
  color : #669900;
}

label.opt-label.check {
  float : right;
  padding : 0;
  margin : 1px 4px;
  cursor : pointer;
}

label.opt-label.main-label {
  margin : 0 2px;
  font-weight : bold;
}

label.opt-label.main-label span {
  font-weight : normal;
  color : #666;
}

label.opt-label.main-label span.req, label span.req  {
  font-weight : bold;
  color : #c70000;
}

label.req-label.explain {
  color : #666;
  font-size : .8em;
}

label.req-label.explain:hover {
  color : #000;
}

/* === control and interface form elements ========================= */
/*
  note: In this section you will see the hover/focus styles for the 
  inputs. For example: input:hover, input:focus. You will also see 
  these names applied as classes: input.hover, input,focus, for 
  example. This is not done by mistake. Those classes are needed for 
  the JavaScript focus script (files/focus.js) for IE 7 and older.
*/

input.text-long.address, input.text-long.address:hover, input.text-long.address:focus,
input.text-long.address.hover, input.text-long.address.focus {
  border-bottom : 0;
  margin-bottom : 0;
  padding-bottom : 2px;
  border-bottom : 1px dotted #bbb;
}

input.text-long.address2, input.text-long.address2:hover, input.text-long.address2:focus,
input.text-long.address2.hover, input.text-long.address2.focus {
  border-top : 0;
  margin-top : 0;
  padding-top : 2px;
  border-top : 1px dotted #bbb;
}

input.checkbox {
  border : 1px solid #999;
  width : .9em;
  height : .9em;
  padding : 0;
  margin : 0;
  cursor : pointer;
}

input.checkbox:hover, input.checkbox.hover,
input.checkbox:focus, input.checkbox.focus {
  border : 1px solid #666;
}

input.text-short, 
input.text-med, 
input.text-long,
select.select,
textarea.textarea {
  font : 1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  border : 1px solid #999;
  background-color : #fffffe;
  cursor : text;
  padding : 1px 2px;
}

select.select {
  padding : 1px 0;
}

input.text-short {
  width : 100px;
}

input.text-med, select.select {
  width : 250px;
}

input.text-long {
  width : 300px;
}

textarea.textarea {
  width : 440px;
  height : 200px;
}

select.select, select.select option {
  cursor : pointer;
}

input.text-short:focus, input.text-short.focus, 
input.text-med:focus, input.text-med.focus,
input.text-long:focus, input.text-long.focus,
select.select:focus, input.select.focus,
textarea.textarea:focus, textarea.textarea.focus {
  border : 1px solid #666;
  background-color : #ffe;
}

input.button { 
  font : 1.1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  font-weight : bold;
  margin-top : 8px;
  padding : 1px 10px;
  cursor : pointer;
  float : right;
  clear : both;
  color : #669900;
}

input.button:hover, input.button.hover,
input.button:focus, input.button.focus {
  color : #333;
}

/* because IE6 sucks - if you have a conditionally served IE6 style sheet add this to it */
* html input.button {
  border : 1px solid #666;
}


/* EOF - Created by Mike Cherim @ http://green-beast.com =========== */
