/* **************************** /*
** green lush css based layout  **
** ---------------------------- **
** author: Yamazaki             **
** this layout is free for      **
** download, however you can't  **
** redistribute it and put the  **
** zip / rar file in your web   **
** without any permissions from **
** the author. thank you        **
** ---------------------------- **
** have fun with the layout     **
/* **************************** */

body
{
	font-size:       65%; /* reset 1EM to 10px */
	margin:          0;
	padding:         0;
	background:      transparent url('../img/bg.png') top left repeat;
	font-family:     'lucida grande', arial, tahoma, sans-serif;
	text-align:center;
}

#container
{
	margin:          0 auto;
	width:           900px;
	position:        relative;
	background:      transparent url('containerbg.png') top left repeat-y;
	text-align:left;
}

#header
{
	margin:          0 auto;
	width:           900px;
	height:          300px;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}

.headtitle
{
	position:        relative;
	font-family:     'lucida grande', arial, tahoma, sans-serif;
	font-size:       30px;
	color:           #FFF;
	top:             8px;
	left:            200px;
}

#menu
{
	margin:          0 20px;
	height:          29px;
	background:      #bbd75a !important;
	background:      #b3d24e;
	padding:         5px 0;
}

#menu ul
{
	margin:          0;
	padding:         7px;
	background:      transparent url('../img/menuoff.png') top left repeat-x;
	height:          29px;
}

#menu ul li
{
	list-style:      none;
	display:         inline;
}

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited
{
	color:           #767676;	
	padding:         13px 7px 15px 7px;
	font-size:       1em;
	background:      transparent url('../img/menuoff.png') center left repeat-x;
	font-family:     'lucida grande', arial, sans-serif;
	font-weight:     bold;
	text-decoration: none;
}

#menu ul li a:hover
{
	background:      transparent url('../img/menuon.png') center left repeat-x;
	color:           #FDFDFD;
}

#roundedheader
{
	width:           900px;
	height:          18px;
	margin:          0 auto;
	background:      transparent url('../img/belowheader.png') top left no-repeat;
}

#content
{
	min-height:      390px;
	width:           900px;
	margin:          0 auto;
	background:      transparent url('../img/contentbg.png') top left repeat-y;
}

#insidecontent
{
	float:           left;
	padding-left:    25px;
	width:           600px;
}

#insidecontent p
{
	margin:          0;
	color:           #767676;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       14px;
	line-height:     120%;
	text-align: left;
}

#sidebar
{
	padding:         0 10px 10px 10px;
	float:           right;
	width:           250px;
	background-color: #F3F3F3;
}

#sidebar p
{
	margin:          0;
	color:           #565656;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       12px;
	line-height:     110%;
}

#sidebar a:link, #sidebar a:active, #sidebar a:visited
{
	text-decoration: underline;
	color:           #e36767;
}

#sidebar a:hover
{
	text-decoration: none;
}

#roundedfooter
{
	width:           900px;
	height:          17px;
	margin:          0 auto;
	background:      transparent url('../img/abovefooter.png') top left no-repeat;
}

h1
{
	margin:          0;
	font-weight:     bold;
	color:           #94c258;
	font-size:       24px;
}

h2
{
	margin:          0;
	top:             -1.5em;
	left:            2em;
	font-size:       22px;
	font-weight:     bold;
	color:           #FF6600;
}

h3
{
	margin:          0;
	font-size:       18px;
	font-weight:     normal;
	color:           #94C258;
}


h1 a
{
	margin:          0;
	font-weight:     bold;
	color:           #94c258;
	font-size:       24px;
}

h2 a
{
	margin:          0;
	top:             -1.5em;
	left:            2em;
	font-size:       24px;
	font-weight:     bold;
	color:           #FF6600;
}

h3 a
{
	margin:          0;
	font-size:       24px;
	font-weight:     normal;
	color:           #94C258;
}

#footer
{
	margin:          0 auto;
	width:           900px;
	height:          39px;
	background:      transparent url('../img/footer.png') top left repeat-x;
	text-align: center;
}

#footer span
{
	display:         block;
	position:        relative;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1.2em;
	padding:         10px;
	color:           #565656;
}


/**************************************************************
   Images
 **************************************************************/

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}

a img {  
  border: 2px solid #8BE6FA;
}

a:hover img {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 2px solid #FFF !important;
  border: 2px solid #8BE6FA;
}

/**************************************************************
   Form Elements
 **************************************************************/

label {
  display: block;
}

input,
textarea,
select {
  padding: 2px;
  font: 400 1em verdana, sans-serif;
  color: #444;
  background: #EEE;
  border: 1px solid #444;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E4F7FA;
  border: 1px solid #00DFFF;
}

input.button {
  padding: 2px 5px;

  font: 400 1.1em "trebuchet ms", serif;

  color: #555;
  background: #9FF3FF;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #00DFFF #00DFFF #FFF;
}
