@charset "utf-8";

/* CSS Document */



body {

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

	background-color: #d4c8ca;

	background-image: url(_images/rh_bg.gif);

	background-repeat: repeat-x;

	background-position: left top;

	margin: 0px;

	padding: 0px;

	text-align: center;

}

.top {

	background-image: url(_images/rh_top.gif);

	background-repeat: no-repeat;

	background-position: left top;

	margin: 0px;

	padding: 0px;

	height: 105px;

}

.middle {

	background-image: url(_images/rh_middle.gif);

	background-repeat: repeat-y;

	background-position: left top;

}



.navgap {

	height: 6px;

}



/* BOTTOM */

#bottom {

	font-size: 10px;

	text-align: center;

	padding-top: 9px;

	padding-bottom: 8px;

	background-image: url(_images/rh_bottom.gif);

	background-repeat: no-repeat;

	background-position: left top;

}



#bottom a:link, #bottom a:visited {

	color: #B53648;

	text-decoration: none;

}



#bottom a:hover {

	color: #FFFFFF;

	background-color: #B53648;

}



/* CONTENT */

#content {

	padding-top: 3px;

	padding-right: 0px;

	padding-bottom: 20px;

	padding-left: 22px;

}



#content h1, #contentLeft h1 {

	font-size: 18px;

	font-weight: bold;

	background-image: url(_images/rh_yinyang.gif);

	background-repeat: no-repeat;

	background-position: left top;

	text-align: left;

	margin-top: 15px;

	margin-left: 20px;

	padding-left: 56px;

	padding-top: 12px;

	padding-bottom: 12px;

	margin-right: 22px;

}



#content p {

	font-size: 13px;

	margin-left: 77px;

	margin-right: 22px;

	text-align: left;

}



#content a:link, #content a:visited {

	color: #B53648;

	text-decoration: none;

}



#content a:hover {

	color: #FFFFFF;

	background-color: #B53648;

}

#content div {
	margin-left: 77px;
}

#contentLeft {
	margin: 0px;
	padding: 3px 0px 22px 22px;
	float: left;
	width: 500px;
}

#contentRight {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 147px;
}

#content .specials {

	background-color: #EDE8E9;

	padding: 6px;

	border: 1px solid #B53547;

}

#content p img {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 0px;
	float: left;

}

#content iframe {
	border: 1px solid #666666;
}

#content .table {
	margin-left: 75px;
	background-color: #E2D7CF;
}

#content .table2 {
	margin-left: 75px;
	background-color: #E2D7CF;
	padding: 3px;
	border: 1px solid #f1f1f1;
}

#content .table2 .altrowleft {
	background-color: #F7EAEC;
	font-size: 13px;
	text-align: left;
}

#content .table2 .altrowright {
	background-color: #F7EAEC;
	font-size: 13px;
	text-align: right;
}


.left {
	font-size: 13px;
	text-align: left;
}
.right {
	font-size: 13px;
	text-align: right;
}

#response {
	width: 300px;
	background: #E2D7CF;
	border: 1px solid #666666;
	padding: 24px;
	margin: 0px 0px 0px 56px;
}

#wrapper {
	width: 670px;
	margin: 0px auto;
}

.clear {
	clear: both;
}

#musicpreview {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333333;
	font-size: 0.9em;
	line-height: 1.5em;
	background-color: #FFFFD7;
	padding: 10px;
	border: 1px solid #E6DB55;
	margin: 12px 0px 12px 128px;
	width: 250px;
	display: block;
}	

/* FORMS */

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

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

#form-div {
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	line-height : 1.7em;
	text-align: left;
	background: #E2D7CF;
	border: 1px solid #918787;
	padding: 0px 0px 16px;
}

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

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

#form-div p.form-footer a:hover, #form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
	color: #FFFFFF;
	background-color: #B53648;
	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 : #B53648; 
}
  
#form-div a:hover, #form-div a:focus, #form-div a:active { 
	color: #FFFFFF;
	background-color: #B53648;
	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;
  text-align : center;
}

#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 : #333333;
  font-size : 110%;
}

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

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 : #333333;
	font-weight: bold;
}

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 Arial, Helvetica, 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 : 300px;
  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 Arial, Helvetica, sans-serif;
  font-weight : bold;
  margin-top : 8px;
  padding : 1px 10px;
  cursor : pointer;
  float : right;
  clear : both;
  color : #B53648;
}

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

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