/* main browser viewer styles */
html {
  font: small Verdana, Arial, Helvetica, sans-serif;
}
body {
  background-color: #000000;
  color: #cccccc;
  min-width: 980px;
  text-align: center;
}

/* ------------------------------------------------------------------------------ */
/* -------------------------------- page wrapper -------------------------------- */
/* ------------------------------------------------------------------------------ */
#wrapper {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------------------------------------------------------ */
/* -------------------------------- header -------------------------------- */
/* ------------------------------------------------------------------------ */
#header {
  margin: 0;
  padding: 10px 0 0 0;
}
/* three images used for this navigation matrix */
ul#nav {						 /****************************************************************************************************************************/
  list-style: none;  /* <----- add this one line to the same place it's needed, check to make sure all the other rules in this rule are the same */
  height: 58px;      /****************************************************************************************************************************/
  position: relative;
  background: url(../images/nav.jpg);
  margin: 0;
  padding: 0;
	width: 980px;
}
#nav li {
  float: left;
  list-style: none;
	position: relative;
}
#nav li a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 32px;
  background: url(../images/navhover.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
  font-size: 1%;
}
li#home a {
  left: 159px;
  width: 44px;
  background-position: -159px 0;
}
li#about a {
  left: 204px;
  width: 50px;
  background-position: -204px 0; 
}
li#profiles a {
  left: 255px;
  width: 55px;
  background-position: -255px 0; 
}

li#news a {
  left: 312px;
  width: 46px;
  background-position: -312px 0; 
}
li#titleandtag a {
  left: 358px;
  width: 287px;
  background-position: -358px 0; 
  height: 58px;
}
li#buy a {
  left: 645px;
  width: 35px;
  background-position: -645px 0; 
} 
li#combinations a {
  left: 682px;
  width: 105px;
  background-position: -682px 0; 
}
li#links a {
  left: 788px;
  width: 73px;
  background-position: -788px 0; 
}  
/* ----------------------------------- shift the image around as cursor hovers over relevant links ----------------------------------- */
#nav li a:hover {
  height: 32px;
  background: url(../images/navhover2.jpg) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
}
li#home a:hover {
  background-position: -159px -26px;
}
li#about a:hover {
  background-position: -204px -26px; 
}
li#profiles a:hover {
  background-position: -255px -26px; 
}
li#news a:hover {
  background-position: -312px -26px; 
}
li#titleandtag a:hover {
  background-position: -358px 0; 
  height: 58px;
}
li#buy a:hover {
  background-position: -645px -26px; 
} 
li#combinations a:hover {
  background-position: -682px -26px; 
}
li#links a:hover {
  background-position: -788px -26px; 
}

/***********************/
/* styles for dropdown */
/***********************/
ul#nav li:hover ul#nav2 { 
  display: block; 
}
ul#nav2 {
	border: 1px solid #eddb75;
	border-top: none;
	display: none;
	list-style: none;
	position: absolute;
	top: 32px;
	left: 254px;
	margin: 0;
	padding: 0;
	z-index: 20;
	width: 100px;
}
ul#nav2 li.dropDown {
  border-top: 1px solid #eddb75;
  color: #ffffff;	
	padding: 2px 0;
	position: relative;
	width: 100px;
}
ul#nav2 li.dropDown a {
  background-color: #4e3519;
  background-image: none;
  color: #feee93;
	font-size: 90%;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	width: 100px;
	text-indent: 0;
}
ul#nav2 li.dropDown a:hover {
  background-image: none;
  color: #ffffff;
}
/******************************/
/* end of styles for dropdown */  
/******************************/

/* ------------------------------------------------------------------------------------ */
/* -------------------------------- foreground content -------------------------------- */
/* ------------------------------------------------------------------------------------ */
/* This div is made for centrally aligned content sections within the site */
#content {
  margin: 50px 0 10px 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
#content ul {
  margin: 0;
	padding: 0;
}
#content li {
  list-style-type: none;
	margin: 20px 0 20px 0;
}
#content a {
  color: #eddb75;
	text-decoration: none;
}
#content a:hover {
  color: #ffffff;
}
#content p.email_not_valid {
  color: #ff0000;
}

/* ----------------------------------- This div will align to the right of the page for all other content types ----------------------------------- */
#foreground {
  margin: 80px 60px 0 0;
  padding: 0;
  float: right;
  height: 440px;
  width: 350px;
  text-align: left;
}
#foreground p a {
  color: #eddb75; 
  text-decoration: none;
}
#foreground p a:hover {
  color: #ffffff;
}
/* foreground secondary links */
#secondary_nav a {
  color: #eddb75; 
  text-decoration: none;
}
#secondary_nav a:hover {
  color: #ffffff;
}
#secondary_nav a.onpage {
  text-decoration: underline;
}
#foreground ul#secondary_nav {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 140%;
  font-family: Georgia, Times, "Times New Roman", Serif;
}
#foreground ul#secondary_nav li {
  display: inline;
  margin: 0 10px;
}
#foreground a.buy_link {
  color: #eddb75;
	float: right;
	font-size: 120%;
	margin: 10px -20px 0 0;
}
#foreground a:hover.buy_link {
  color: #ffffff;
}
/* ----------------------------------- TSC Videos QT Java ----------------------------------- */
#tscVideos {
	margin: 50px 0 0 30px;
  padding: 0;
}
/* flash movie content */
#flashcontent {
  height: 281px;
	width: 455px;
	margin: 20px 0 0 -40px;
  padding: 0;
}
/* ----------------------------------- flash movie tv content ----------------------------------- */
#flashcontent_tv {
  height: 430px;
	width: 460px;
	margin: 20px 0 200px 0;
	margin-left: auto;
	margin-right: auto;
  padding: 0;
}
/* ----------------------------------- flash movie tv blog ----------------------------------- */
#blogcontent_tv {
  height: 430px;
	width: 460px;
	margin: 20px 0 20px 0;
	margin-left: auto;
	margin-right: auto;
  padding: 0;
}
#blogvideos {
  height: 520px;
	width: 680px;
	margin: 20px 0 10px 0;
	margin-left: auto;
	margin-right: auto;
  padding: 0;
}
#blogvideos1 {
  height: 398px;
	width: 640px;
	margin: 20px 0 30px 0;
	margin-left: auto;
	margin-right: auto;
  padding: 0;
}
#videotext {
  margin: 10px 0 20px 0;
  padding: 0;
  height: 100px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
/* ------------------------ artwork/photo thumbnail positioning and hover --------------------- states */
#foreground ul#thumbs {
  margin: 0;
	padding: 20px 0 0 10px;
}
#foreground ul#thumbs li {
  display: inline;
}
#foreground ul#thumbs a img {
  border: 1px solid #eddb75;
	margin: 10px 10px;
}
#foreground ul#thumbs a:hover img {
  border: 1px solid #ffffff;
}
/* ----------------------------------- artwork/photo 'actual size' image containing div ----------------------------------- */
.imageholder {
	border: 1px solid #eddb75;
	margin: 40px 0;
}
/* ----------------------------------- artwork/photo 'actual size' close image button ----------------------------------- */
#close {
	margin: 5px 5px;
	padding: 0 3px;
	float: right;
}
/* ----------------------------------- colours for art close button ----------------------------------- */
.art {
  background-color: #ffffff;
  border: 1px solid #000000;
	color: #000000;
	text-decoration: none;
}
a:hover#close.art {
  background-color: #000000;
	color: #ffffff;
}
/* ----------------------------------- colours for photo close button ----------------------------------- */
.photo {
  background-color: #000000;
  border: 1px solid #eddb75;
	color: #eddb75;
	text-decoration: none;
}
a:hover#close.photo {
  background-color: #eddb75;
	color: #000000;
}
/* ----------------------------------- background art/photo's for .imageholder 'actual size' (alphabetical order) ----------------------------------- */
#aaHesTheMan {
  background: url(../images/greg_albumart/aa_hestheman.jpg);
	height: 325px;
	width: 325px;
	margin: 40px 0 0 10px;
}
#aaidk {
  background: url(../images/greg_albumart/aa_idk.jpg);
	height: 325px;
	width: 325px;
	margin: 40px 0 0 10px;
}
#aaTheRightWords {
  background: url(../images/greg_albumart/aa_therightwords.jpg);
	height: 325px;
	width: 325px;
	margin: 40px 0 0 10px;
}
#butterfly01 {
  background: url(../images/photos/tsc_butterfly.jpg);
	height: 266px;
	width: 400px;
	margin: 40px 0 0 45px;
}
#dandelion01 {
  background: url(../images/photos/tsc_dandelion.jpg);
	height: 266px;
	width: 400px;
	margin: 40px 0 0 45px;
} 
#dolly {
  background: url(../images/blog/gec_track_dolly.jpg);
	height: 360px;
	width: 450px;
	margin: 0px 0 0 0px;
}
#eye01 {
  background: url(../images/art/eye01.jpg);
	height: 325px;
	width: 329px;
	margin: 40px 0 0 80px;
}
#ed01 {
  background: url(../images/ed_gallery/ed01.jpg);
	height: 401px;
	width: 267px;
	margin: 40px 0 0 36px;
} 
#ed02 {
  background: url(../images/ed_gallery/ed02.jpg);
	height: 266px;
	width: 401px;
	margin: 40px 0 0 -30px;
}
#ed03 {
  background: url(../images/ed_gallery/ed03.jpg);
	height: 401px;
	width: 321px;
	margin: 40px 0 0 10px;

}
#firefloor {
  background: url(../images/photos/firefloor.jpg);
	height: 401px;
	width: 313px;
	margin: 40px 0 0 90px;
}
#guitarwars01 {
  background: url(../images/photos/GuitarWars.jpg);
	height: 644px;
	width: 428px;
	margin: 40px 0 0 90px;
}
#lamb1 {
  background: url(../images/photos/tsc_lamb.jpg);
	height: 536px;
	width: 356px;
	margin: 40px 0 0 70px;
}
#moira01 {
  background: url(../images/photos/moira01.jpg);
	height: 401px;
	width: 267px;
	margin: 40px 0 0 90px;
}
#nj01 {
  background: url(../images/art/nj01.jpg);
	height: 370px;
	width: 285px;
	margin: 40px 0 0 90px;
}
#orchid01 {
  background: url(../images/photos/orchid01.jpg);
	height: 266px;
	width: 401px;
	margin: 40px 0 0 45px;
}
#rwdmag1 {
  background: url(../images/ytm4/rwd_mag_yt.jpg);
	height: 494px;
	width: 353px;
	margin: 40px 0 0 28px;
}
#squirrelman {
  background: url(../images/photos/squirrel_man.jpg);
	height: 437px;
	width: 350px;
	margin: 40px 0 0 100px;
}
#stevie_wonder01 {
  background: url(../images/art/stevie_wonder01.jpg);
	height: 401px;
	width: 283px;
	margin: 40px 0 0 100px;
}
#sunset_flackwell {
  background: url(../images/photos/sunset_flackwell.jpg);
	height: 249px;
	width: 473px;
	margin: 40px 0 0 0;
}
#symren01 {
  background: url(../images/photos/symren01.jpg);
	height: 401px;
	width: 321px;
	margin: 40px 0 0 70px;
} 
#toadstool01 {
  background: url(../images/photos/toadstool01.jpg);
	height: 266px;
	width: 401px;
	margin: 40px 0 0 45px;
} 
#wiggly01 {
  background: url(../images/photos/wiggly01.jpg);
	height: 266px;
	width: 401px;
	margin: 40px 0 0 45px;
}
#winter_robin {
  background: url(../images/photos/snow_robin.jpg);
	height: 285px;
	width: 430px;
	margin: 40px 0 0 0;
}
#WoD {
  background: url(../images/photos/woodofdestiny.jpg);
	height: 312px;
	width: 470px;
	margin: 40px 0 0 0;
}
#ytm4_c {
  background: url(../images/ytm4/ytm4_colour.jpg);
	height: 435px;
	width: 640px;
	margin: 40px 0 0 -30px;
}
#ytm4_bnw {
  background: url(../images/ytm4/ytm4_bnw.jpg);
	height: 424px;
	width: 603px;
	margin: 40px 0 0 -30px;
}
/* ----------------------------------- Profile page list ----------------------------------- */

ul#profilesList {
  list-style: none;
}
ul#profilesList li {
  display: inline;
}
ul#profilesList li img {
  border: none;
}
/* ----------------------------------- Hompage link ----------------------------------- */
#entrancelink {
  position: absolute;
	bottom: 247px;
	left: 387px;
  height: 350px;
	width: 200px;
}

/* ----------------------------------- Hidden links on news page ----------------------------------- */
#barcodelink {
  position: absolute;
	bottom: 45px;
	left: 20px;
  height: 25px;
	width: 50px;
}
#news_hideaway {
  position: absolute;
	bottom: 382px;
	left: 289px;
  height: 62px;
	width: 82px;
}
#news_facebook {
  position: absolute;
	bottom: 178px;
	left: 297px;
  height: 70px;
	width: 70px;
}
#news_twitter {
  position: absolute;
	bottom: 70px;
	left: 297px;
  height: 70px;
	width: 70px;
}
#headline_image {
  position: absolute;
	bottom: 292px;
	left: 20px;
  height: 144px;
	width: 257px;
}
#news_youtube {
  position: absolute;
	bottom: 75px;
	left: 25px;
  height: 75px;
	width: 190px;
}
/* ----------------------------------- toadstool link for GC profile -------------------------------- */
#toadstoollink {
  background: url(../images/misc/toadstoolmini.jpg);
  margin: 0 0 0 571px;
  padding: 0;
  float: left;
  width: 90px;
  height: 56px;
}
/* ----------------------------------- Instruction for GC hideaway ----------------------------------- */
#toadstoolinfo {
  margin: 230px 0 0 230px;
  padding: 0;
  float: left;
  height: 150px;
  width: 160px;
  color: #a1b072;
  text-align: left;
}
#toadstoolinfo a {
  color: #eddb75;
}
#toadstoolinfo a:hover {
  color: white;
}
/* ----------------------------------- Quick Link to GC Hideaway ----------------------------------- */
#toadstoolquicklink {
  position: absolute;
	bottom: 330px;
	left: 460px;
  height: 140px;
	width: 130px;
}
/* Blog Description */
#blogdesc {
  margin: 40px 0 0 70px;
  padding: 0;
  float: left;
  height: 150px;
  width: 200px;
  text-align: left;
}
/* ----------------------------------- picframe link for GC hideaway ----------------------------------- */
#picframelink {
  position: absolute;
	bottom: 480px;
	left: 425px;
  height: 115px;
	width: 143px;
}
/* ----------------------------------- Radio link for GC hideaway ----------------------------------- */
#radiolink {
  position: absolute;
	bottom: 285px;
	left: 510px;
  height: 80px;
	width: 105px;
}
/* ----------------------------------- Book link for GC hideaway ----------------------------------- */
#booklink {
  position: absolute;
	bottom: 255px;
	left: 55px;
  height: 50px;
	width: 140px;
}
/* ----------------------------------- combination lock input box ----------------------------------- */
#codeInput {
  font-size: 120%;
  height: 20px;
	width: 100px;
	position: relative;
  top: 250px;
	margin: 0;
	padding: 5px;
	text-align: center;
}
/* ----------------------------------- dynamic response div containing feedback ----------------------------------- */
#response {
  background-color: #000000;
	border: 1px solid #eddb75;
	left: 392px;
  margin: 0;
	padding: 0 0 10px 0;
	position: absolute;
	top: 310px;
	width: 200px;
}
#response a {
  border: 1px solid #eddb75;
	color: #eddb75;
	margin: 5px 5px;
	padding: 0 3px;
	float: right;
	text-decoration: none;
} 
#response a:hover {
  background-color: #eddb75;
  color: #000000;
} 
#response p {
  padding: 0;
	margin: 30px 5px 10px 5px;
}
#response a.secret_link {
  border: none;
  float: none;
	margin: 5px 0 10px 0;
}
#response a:hover.secret_link {
  background-color: #000000;
  color: #ffffff;
}
#response a.hidden_link { 
  display: none;
}
/* ----------------------------------- dynamic output p's set dynamically using these ----------------------------------- */
.accessMsg {
  color: #006600;
}
.errorMsg {
  color: #CC0000;
}
/* ----------------------------------- div for combinations info ----------------------------------- */
#combiinfo {
  margin: 100px 150px 0 0;
  padding: 0;
  float: right;
  width: 150px;
  text-align: left;
}
#combiinfo p a {
  color: #eddb75; 
  text-decoration: none;
}
#combiinfo p a:hover {
  color: #ffffff;
}

/* ----------------------------------- used for styling the free stuff page ----------------------------------- */
#freestuff {
  margin: 0 0 0 0;
	margin-left: auto;
	margin-right: auto;
        height: 450px;
	width: 800px;  
}
#freestuff ul#freedownloads li {
  display: inline;
}
#freestuff ul#freedownloads a img {
  border: 1px solid #eddb75;
	margin: 10px 10px;
}
#freestuff ul#freedownloads a:hover img {
  border: 1px solid #ffffff;
}

/* ----------------------------------- used for styling the lyric content ----------------------------------- */
#lyrics {
  margin: 20px 0 60px 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 500px;
}
#song_title {
  text-align: center;
	text-decoration: underline;
}
#lyrics h5 {
  margin: 10px 0 0 0;
	padding: 0;
}
#lyrics p.lyrics {
  margin: 0 0 5px 0;
	padding: 0;
}
#lyrics a#print_link {
  float: right;
	text-decoration: underline;
}
#lyrics p a {
  color: #eddb75;
}
#lyrics p a:hover {
  color: #ffffff;
}
/* ----------------------------------- Blog Section ----------------------------------- */
#blog_nav a {
  color: #eddb75; 
  text-decoration: none;
}
#blog_nav a:hover {
  color: #ffffff;
}
#lyrics ul#blog_nav {
  margin: 20px 0 20px 0;
  padding: 0;
  text-align: center;
  font-size: 120%;
  font-family: Georgia, Times, "Times New Roman", Serif;
}
#lyrics ul#blog_nav li {
  display: inline;
  margin: 0 25px 0 0px;
}
/* ----------------------------------- Here is where the Blog Gallery Thumbnail format is controlled ----------------------------------- */
#lyrics ul#gallery li {
  display: inline;
  margin: 0;
	padding: 20px 0 0 10px;
}
#lyrics ul#gallery a img {
  border: 1px solid #eddb75;
	margin: 10px 10px;
}
#lyrics ul#gallery a:hover img {
  border: 1px solid #ffffff;
}

/* ----------------------------------- privacy notice ----------------------------------- */
#privacy {
  margin: 20px 0 60px 0;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0 20px 0;
	text-align: left;
	width: 500px;
}
#privacy h5 {
  margin: 10px 0 0 0;
	padding: 0;
}
#privacy p {
  margin: 0 0 5px 0;
	padding: 0;
}

/* ----------------------------------- terms & conditions ----------------------------------- */
#terms {
  margin: 0 0 60px 0;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0 20px 0;
	text-align: left;
	width: 500px;
}
#terms h4 {
  margin: 0 0 40px 0;
  text-align: center;
}
#terms h5 {
  margin: 10px 0 0 0;
	padding: 0;
}
#terms li.section_heading {
  font-size: 100%;
	font-weight: bold;
}
#terms li {
  font-weight: normal;
  margin: 10px 0 10px 0;
	padding: 0;
}
#terms li.no_number {
  list-style-type: none;
}
#terms p {
  margin: 0 0 5px 0;
	padding: 0;
}

/* ----------------------------------- the information contact form ----------------------------------- */
#formdiv {
  margin: 0;
  margin-left: auto;
	margin-right: auto;
	padding: 0;
  width: 600px;
}
a.formlink {
  color: #eddb75;
}
a:hover.formlink {
  color: #ffffff;
}
#formdiv p.formnote {
  text-align: left;
	margin: 40px 0 0 40px;
}
#formdiv p.address {
  color: #666666;
	margin: 10px 0 5px 0;
}
#formdiv p.phone_number {
  color: #666666;
	margin: 5px 0 20px 0;
}
form.info {
  clear: both;
  margin: 0;
  margin-left: auto;
	margin-right: auto;
	text-align: left;
  width: 500px;
}
form.info legend {
  color: #999999;
	margin-left: 3px;
}
form.info fieldset ol {
  list-style: none;
	margin: 0;
	padding: 20px 10px 20px 10px;
}
form.info fieldset {
  border: 1px solid #333333;
	padding: 0;
	margin: 10px 0;
}
form.info label {
  float: left;
	margin-right: 10px;
	text-align: left;
	width: 80px;
}
form.info fieldset.submit {
  border-style: none;
	margin: 20px 0 20px 0;
}
form.info input.submit {
  text-align: center;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* -------------------------------- background content/images -------------------------------- */
/* ----------------------------------------------------------------------------------------------------------- */
#background_home {
  background: url(../images/homedoor.jpg) center no-repeat;
  height: 668px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
} 
#background_about {
  background: url(../images/aboutbook.jpg) center no-repeat;
	height: 570px;
	padding: 60px 0 30px 0;
}
#background_greg01 {
  background: url(../images/gregprofile01.jpg) 40px 0px no-repeat;
  height: 717px;
}
#background_greg_miniature {
  background: url(../images/gregoryminiature.jpg) 80px 0px no-repeat;
  height: 669px;
  padding: 30px 0 0 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#background_greg_cosy {
  background: url(../images/tsccosy.jpg) 0px 0px no-repeat;
  height: 616px;
  width: 896px;
  padding: 10px 50px 4px 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#background_hideawayclue {
  background: url(../images/hideawaydrawing.jpg) 220px 0px no-repeat;
	height: 390px;
	padding: 20px 0 0px 0;
}
#background_ed01 {
  background: url(../images/tsc_ed_profile.jpg) 105px 0px no-repeat;
  height: 680px;
}
#background_adamphillips01 {
  background: url(../images/tscguideprofile.jpg) 20px 0px no-repeat;
  height:600px
}
#background_news {
  background: url(../images/newspaper.jpg) center no-repeat;
  height: 609px;
	width: 405px;
	padding: 10px 0 50px 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#background_oinky {
  background: url(../images/freestuffpiggy.jpg) 160px 10px no-repeat;
        height: 400px;
	padding: 0 0 0 0;
}
#background_combi {
  background: url(../images/combilock.jpg) center no-repeat;
  height: 494px;
	margin: 50px 0 120px 0;
	position: relative;
}
#background_trwCodes {
  background: url(../images/hiddencodes/trwcodes.jpg) 155px 30px no-repeat;
	height: 492px;
	padding: 50px 0 0 0;
}
#background_wolfmanCodes {
  background: url(../images/hiddencodes/wm_hidden_codes.jpg) 160px 0px no-repeat;
	height: 603px;
	padding: 10px 0 0 0;
}
#background_wolfmanStudio {
  background: url(../images/wmStudioShots.jpg) center no-repeat;
	height: 600px;
	padding: 0 0 0 0;
}
#background_gc_cassette {
  background: url(../images/CGI/gc_cassette.jpg) center no-repeat;
  height: 478px;
  width: 850px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/* ------------------------------------------------------------------------ */
/* -------------------------------- footer -------------------------------- */
/* ------------------------------------------------------------------------ */
#footer {
  color: #666666;
  font-family: Papyrus;
  padding: 0;
}
#footer p {
  margin: 0;
  padding: 0;
}
#footer ul {
  margin: 0;
  padding: 0;
  font-size: 90%;
}
#footer li {
  display: inline;
}
#footer li a {
  color: #999999;
  text-decoration: none;
}
#footer li a:hover {
  color: #ffffff;
}
a {
  color: #999999;
	text-decoration: none;
}
a:hover {
  color: #eddb75;
}
.bytext {
  color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
}
a.evermore {
  color: #999999;
  text-decoration: none;
}
a:hover.evermore {
  color: #8bc53f;
}
