/*-----------------------------------------------------------------------------
    Multi-column layout created by Bengt Wendel
*/
/** Start of CSS-reset file ****************************************************
* This CSS-code resets all browser defaults so that your own design starts with
* a clean sheet. Scary but it gives full control of the result.
********************************************************************************/
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li,
dl, dt, dd, form, a, fieldset, input, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
body {
  line-height: 1;
/*  font-size: 88% /* Decide for yourself if you want to include this. */;
}
h1, h2, h3, h4, h5, h6 {
 font-size: 100%;
 padding: .6em 0;
 margin: 0 15px;
}
/*-- list style --*/
ul, ol {
  list-style: none;
}
/*-- hyperlinks --*/
a {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/*-- float --*/
.floatLeft {
  float: left;
  padding: .5em .5em .5em 0;
}
.floatRight {
  float: rightright;
  padding: .5em 0 .5em .5em;
}
/*== Some standard definitions ==*/
/* Lists that looks like lists */
ul.list {
  list-style: square outside;
  margin: 5px 0px 5px 20px;
}
ol.list {
  list-style: decimal outside;
  margin: 5px 0px 5px 20px;
}

/*---------------------------------------------------- End of CSS-reset file --*/

body {margin-top: 10px; margin-bottom: 10px;
  padding: 0;
	text-align: center;
	font-family: verdana, tahoma, arial, helvetica, geneva, sans-serif;
  background-color: #eee;
  font-size: 12px; 	font-weight: normal;
	color: #4B5340;
}

/*------------------------------------------------- pageframe is all content --*/
div#pageframe {
	display: block;
	margin: auto;
	position: relative;
	width: 850px;
  border: 2px solid #999;
  background-color: #fff;
	text-align: left;
}

/*----------------------------------------------------------- header of page --*/
#header {
	background: url(images/heartshaped_hands-s.jpg) left no-repeat;
	height: 80px;
	margin: 0;
  padding-left: 25px;
	padding: 0;
  width: 100%;
/*  border-bottom: 1px solid black;  */
}

#header h1 {
	color: #000;
	text-align: center;
  font-weight: bold;
	font-size: 50px;
  font-style: italic;
  font-family: "Trebuchet MS", verdana, arial, geneva, sans-serif;
/*  margin-left: 100px;  */
	padding: 10px 10px 10px 10px;
}
/*--------------------------------->
#header a {
	color: #000;
  font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 65px 10px 10px 10px;
}
-------------------------------*/

/*-------------------------------------------------------------------- links --*/
a:link, a:visited {
/*  color: black;  */
  text-decoration: none;
}

a:hover {
	background: yellow; /* #dcd8a8 */
  text-decoration: underline;
}

/*---------------------------------------------------------------- container --*/
div#container {
  clear: both;
  width: 850px;  /* has to be here for pages to work properly */
  float:left;
/*  margin-top: 10px;  */
/*  padding-top: 10px;  */
  padding-left: 10px;
}

/*------------------------------------------------------------------- bucket --*/
div.bucket {
  width: 160px; /* 155px */
  float:left;
  padding-left: 0px;
  padding-top: 10px;
  }

.bucket ul {
	list-style: none;
	margin: 0;
	padding: 0;
    padding-bottom: 5px;
}
.bucket ul li {
  padding-left: 5px;
  padding-bottom: 2px;
}
.bucket li.header {
    padding-left: 2px;
    padding-top: 0px;
    padding-bottom: 2px;
}

/*----------------------------------------------------------------- textarea --*/
div.textarea {
  width: 650px; /* 155px */
  min-height: 400px;
  float:left;
  padding-top: 10px;  
  padding-left: 10px;
  padding-right: 20px;
  border-right: 1px dotted #999;
}

.textarea a {
  color: blue;
}
.textarea a:visited {
  color: blue;
}
.textarea a:hover {
	background: #dcd8a8;
  color: black;
}

/*---------------------------------- cleardiv is special to get footer right --*/
#cleardiv {
    clear: both;
}

/*------------------------------------------------------------------- footer --*/
div#footer {
    clear: both;
    margin-top: 10px;
    padding: .5em 1em;
    border-top: 1px solid #999;
    text-align: center;
    font-size: 10px;
}
div#footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
div#footer li {
    display: inline;
    margin-right: 1em;
}
#footer a:link {
    color: #036;
}
#footer a:visited {
    color: #066;
}
#footer a:hover, a:active {
    color: #000;
/*    background-color: #036;    */
	background-color: #FFCF31;
}

/*------------------------------- these are standard stuff for all columns   --*/
h1 {
    margin: 0;
/*    padding: .3em 0 .3em .5em;    */
    font-size: 2.2em;
    font-weight: normal;
}
h2    {font-size: 1.5em;
    color: #036;
    margin: 0;
/*    padding-top: 1em;    */
    font-weight: normal;
}
h3 {font-weight: bold;
    margin: 0;
    padding: 0;
}
/* class header is used for header in tables and lists */
.header 	{font-weight: bold;
/*    padding-top: 4px;    */
    padding-bottom: 2px;
}

p {
  margin-bottom: 10px;
}
/*----------------------------------------------------- Top Navigation Style --*/
/*  Menuv + topy */
#topy {position: relative;
	margin: 0 auto;
/*	width: 950px;  */
/*  width: 95%;  */
/*	background: #E2B400;  */
	height: 40px;
	font-size: 1.2em;
  border-bottom: 1px solid #999;
}

#menuv  ul {
	list-style: none;
	left: 0px;
	bottom: 5px;
	position: absolute;
	}
#menuv li {
	display: inline;
}
#menuv li.page_item  a, #menuv li.admintab  a {
 padding: 4px 5px 3px 5px;
 color: black;
/* background: #333;  */
 border-top: 1px solid #999;
 border-left: 1px solid #999;
 border-right: 1px solid #999;
 margin-right: 5px;
 margin-left: 5px;
}
#menuv li  a:hover {text-decoration: none;
 background: #efefef;
 color: #5A1301;
}
#menuv li.current_page_item  a {
 background: #FFF;
 color: #333;
 font-weight: bold;
 padding: 4px 10px 3px;
 border: 1px solid #5A1301;
 margin-right: 8px;
}
/*------------------------>
#menuv li.rss2  a {
	right: 0;
	top: 0;
	position: absolute;
}
----------------------------*/
.sidebar h2 {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 4px;
  border-top: 3px solid #999;
	border-bottom: 1px solid #999;
}
/*---------------------------------------------------------------- Mail form --*/
div#mailform {
	background: #F0F0F0;
  border: 1px dotted #c0c0c0;
  padding: 3px 3px 3px 10px;
}
/*------------------------>
div.form-label{
 font-weight: bold;
}
----------------------*/
input#from,input#subject {
  padding:0.2em;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  width: 150px;
  border: 1px solid #c0c0c0;
}

textarea#mailtext {
  padding:0.2em;
  height:13em;
  margin:0 0 0.5em;
  overflow:auto;
  width:75%;
}
input#submit {
  border: 1px solid red;
}

/************************************************
*	Coach informatio									*
************************************************/
#coachinfo {
  border: 1px dotted black;
/* padding top right bottom left */
  padding: 10px 10px 10px 10px;
/*  padding-left: 10px;  */
}

/*---miscellaneous--------------------------------------------------------------*/
.textblue {color: blue; font-weight: bold;}
.textred {color: red; font-weight: bold;}
