@charset "utf-8";

/* CSS Document */

p {display: inline}

a {

	text-decoration: none;

	color:#000000

}

a:hover {

	text-decoration: underline;

	color:#340D0E;

}

body {

	background-color:#340D0E;
		vertical-align:top;

	

}

.headmenu {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-style: normal;

	font-weight: bold;

	font-variant: normal;

	color: #FFF;

	text-align: center;

	word-spacing: 5px;
	background-image: url(images/Menu-Bar-Top.gif);

	}

.headmenu a{

color: #FFF;

text-decoration: none;

}

.headmenu  a:hover{

	color: #D50100;

	border-bottom-width:1px;

	border-bottom-style: dotted;

	border-bottom-color: #E90300;

}

.maintext {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	vertical-align: top;

	font-weight: bold;

	padding-top: 15px;

	line-height: 18px;

}

.textright {

	padding-left:208px;

}

.textright a {

	color:#FFF

	}

.chefflash {

	padding-top: 10px;

	padding-left: 25px;

}

.awards {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	color: #FFF;

	padding-top: 20px;

	padding-left: 80px;

	font-weight: bold;
	background-image:url(images/index_07.gif);
	}

.awards a{

	color: #FFF;

text-decoration: none;

}

.footer {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #FFF;

	vertical-align: top;

}

.address {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #FFF;

	font-weight: normal;

	text-align: center;

	vertical-align: bottom;

}

.footersub {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #FFF;

	vertical-align: top;

	padding-left: 57px;

	padding-top: 7px;

}

.addresssub {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #FFF;

	font-weight: normal;

	text-align: center;

	vertical-align: bottom;

	padding-bottom: 2px;

}

.partytext {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	vertical-align: top;

	font-weight: bold;

	line-height: 18px;

}

.partytexthead {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 17px;

	font-style: normal;

	vertical-align: top;

	font-weight: bold;

	padding-top: 10px;

	line-height: 18px;

}

.linkstext {

	padding-left:10px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	line-height:18px;

	font-style: normal;

	font-weight:bold;

	vertical-align: top;

	line-height: 18px;

}

.partytable {

	padding: 30 30 0 30;

}

.partytable1 {

	padding: 0 10 0 10;

}

.partytextsub {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	vertical-align: top;

	line-height: 18px;

}
.partytextright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	vertical-align: top;
	line-height: 18px;
	padding-left:208px;
	background-color:#CCC;

}

.partytextright a {

	color:#000

	}

.partytextind {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	vertical-align: top;

	font-weight: bold;

	line-height: 18px;

	margin-left:10;

}

/*

   ----------------------------------------------------------------

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

   ----------------------------------------------------------------

*/



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



#form-div { 

  font-family : verdana, helvetica, palatino sans, tahoma, arial, sans-serif;

  width : 70%;

  color : #555;

 }



#form-div p.form-footer {

  }



#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;

  		font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-style: normal;

  /* color : #000; (lite colors option - uncomment to use) */

  padding : 1px; 

  border : 0px solid #000; 

  background-color : #669900;

  /* background-color : #d6e3ba; (lite colors option - uncomment to use) */

  margin : 10px 3px;

  text-align : center;

}



#form-div p.error { 

		font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

  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;

 }





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



#form-div legend { 

  font-weight : bold;

}



#form-div legend span {

		font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	}



legend.main-legend { 

  color : #777;

  font-size : 100%;

}



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;

  	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

}



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-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

  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 : 340px;

  height : 100px;

}



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-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

    margin-top : 8px;

  padding : 1px 10px;

  cursor : pointer;

  float : right;

  clear : both;

  color : #;

}



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;

}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
