@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #F3FFDB;/*#fff;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a:link {
	color: #455C36;
}
a:visited {
	color: #6F9458;
}
a:hover {
	color: #6F9458;
}
#language {
	width: 1000px;
        margin: 0 auto;
        text-align: right;
        margin-top: 10px;
}
#language img,a {
	border: 0;
        font-style: normal;
        text-decoration: none;
}
#container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F7FFDB;/*#EAEAD7;*/
} 
#header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: solid 1px #000;
	text-align: center;
	color: #eee;
	font-size: 18pt;
	height: 202px;
	clear: both;
	width: 100%;
	background-image: url(images/header.png);
} 

#sidebar1 {
	float: left;
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px; /* top and bottom padding create visual space within this div  */
	background-color: #91A24A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#mainContent {
	color: #333;
	position: float;
	float: right;
	width: 750px;
	margin-top: 15px;
margin-bottom: 15px;
} 

#footer {
	clear: both;
	background-color: #91A24A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	text-align: right;
} 

h3 {
	font-size: 14pt;
	color: #455C36;
	font-style: italic;
}

small {
	font-size: 10px;
}

h1 {
	font-size: 24pt;
	color: #455C36;
}

h2 {
	font-size: 18pt;
	color: #455C36;
}

#menu ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#menu a
{
	display: block;
	text-decoration: none;
	padding: 3px;
	width: 190px;
	background-color: #808040;
	border: 1px solid #333;
	color: #ccc;
	line-height: 20px;
	margin-bottom: 2px;
}

#menu a:link, #menu a:visited
{
	color: #EEE;
	text-decoration: none;
}

#menu a:hover
{
	background-color: #91A24A;
	color: #ccc;
}

#menu ul ul a{
	width: 170px;
	position: relative;
	left: 20px;
}



#daddy-shoutbox {
      padding: 5px;
      background: #3E6841;
      color: white;
      width: 600px;
      font-family: Arial,Helvetica,sans-serif;
      font-size: 11px;
    }
    .shoutbox-list {
      border-bottom: 1px solid #629866;
      
      padding: 5px;
      display: none;
    }
    #daddy-shoutbox-list {
      text-align: left;
      margin: 0px auto;
    }
    #daddy-shoutbox-form {
      text-align: left;
      
    }
    .shoutbox-list-time {
      color: #8DB490;
    }
    .shoutbox-list-nick {
      margin-left: 5px;
      font-weight: bold;
    }
    .shoutbox-list-message {
      margin-left: 5px;
    }

