/*
	color scheme #1
*/


/*
	link color
*/

a {
	color:#80bf12;
}

span.colored {
	color:#80bf12;
}

a:hover {
	color:#94dd15;
}

/*
	logo image
*/

h1#logo {
	background-image:url('logo.png');
}

/*
	main menu links
*/

#header #main-menu ul li a#people {
	background-image:url('people.png');
	width:75px;
	background-position:0 15px;
}

#header #main-menu ul li a#things {
	background-image: url('things.png');
	width:70px;
	background-position:0 15px;
}

#header #main-menu ul li a#thoughts {
	background-image: url('thoughts.png');
	width:101px;
	background-position:0 15px;
}

#header #main-menu ul li a#animals {
	background-image: url('animals.png');
	width:90px;
	background-position:0 15px;
}

/*
	active main menu links
*/

#header #main-menu ul li.active a#people {
	background-image:url('peoplea.png');
	width:75px;
	background-position:0 15px;
}

#header #main-menu ul li.active a#things {
	background-image: url('thingsa.png');
	width:70px;
	background-position:0 6px;
}

#header #main-menu ul li.active a#thoughts {
	background-image: url('thoughtsa.png');
	width:101px;
	background-position:0 15px;
}

#header #main-menu ul li.active a#animals {
	background-image: url('animalsa.png');
	width:90px;
	background-position:0 4px;
}

/*
	thicbox colors JS
*/

  #TB_ajaxContent li { border: 1px solid #e9e9e9;}
  #TB_ajaxContent li.active { border: 1px solid #80bf12;}
  #TB_ajaxContent li.over { border: 1px solid #94dd15;}
