/* layout.css */
/* for fixed layout, no colors, fontsizes */
html {
  overflow-y: scroll;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  background-image: url("../images/bg_gradient.png");
  background-repeat: repeat-x;
  background-color: #01683a;
  font-family: "trebuchet ms","helvetica", "sans-serif";
  font-size: 14px;
}

ul, dl, ol, p {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  height: 850px;
  position: relative;
  z-index: -1000;
}

#team_left {
  background-image: url("../images/bg_left.png");
  background-repeat: no-repeat;
  width: 544px;
  height: 565px;
  margin: 0 auto;
  position: relative;
  left: -710px;
  top: 400px;
}

#team_right {
  background-image: url("../images/bg_right.png");
  background-repeat: no-repeat;
  width: 516px;
  height: 556px;
  position: relative;
  margin: 0 auto;
  left: 705px;
  top: -200px;
}

img {
  border: 0;
}

h1 {
  float: left;
  width: 630px;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  background-image: url("../images/bg_header.png");
  background-repeat: repeat-x;
  height: 37px;
  line-height: 37px;
  border: 1px solid #035c34;
  color: #fff;
  font-family: artistamp, impact;
  font-size: 20px;
  font-weight: normal;
}

h2 {
  display: block;
  width: 590px;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  height: 20px;
  line-height: 20px;
  color: #000;
  font-family: artistamp, impact;
  font-size: 17px;
  font-weight: normal;
}

#content > * {
  float: left;
  width: 590px;
}

#content h1 {
  width: 600px;
  margin: 0;
}

 
#content .box {
  margin: 10px 0 0 10px;
  width: 500px;
  text-align: justify;
}

#content {
  float: right;
  width: 620px;
  margin: 0 10px 0 0;
}

#content p img {
  float: right;
  margin: 10px -100px 10px 10px;
}

#content img {
}


#content ul {
  width: 600px;
  padding-bottom: 10px;
}

#content p {
  margin: 10px 0;
  display: block;
}



#content .border {
  background-image: url("../images/border.png");
  background-repeat: no-repeat;
  clear: both;
  height: 3px;
  margin-left: 50px;
}

#container {
  width: 900px;
  margin: 0 auto;
  background-image: url("../images/content_border_left.png");
  background-repeat: repeat-y;
}

#container_content {
  width: 900px;
  margin-top: -850px;
  float: left;
  background-image: url("../images/content_border_right.png");
  background-repeat: repeat-y;
  background-position: 195px 0;
  background-color: #fff;
  background-color: transparent;
}

#container_content2 {
  width: 900px;
  float: left;
  background-image: url("../images/content_border_left.png");
  background-repeat: repeat-y;
  background-position: 0 0;
  background-color: transparent;
  min-height: 1200px;
}

#header {
  background-image: url("../images/header_bg.png");
  background-repeat: no-repeat;
  float: left;
	width: 1028px;
	height: 223px;
  margin-left: -65px;
  margin-top: 15px;
  margin-bottom: 15px;
}

#header img#logo {
  float: left;
  clear: none;
  margin: 30px 0 0 40px;
  position:absolute;
  z-index: 101 !important;
}

#header div#header_images {
  position: relative;
  left: -13px;
  top: 11px;
	width: 1000px;
	height: 200px;
	overflow: hidden;
	float:right;
}

#header div#header_images div {
	height: 200px;
	width: 1000px;
	font-size: 100px;
	line-height: 200px;
	text-align: center;
	color: #fff;
}

img.arrow_right {
  float: right;
  margin: -30px 10px 0 0;
  position: relative;
  top: 1px;
}

img.arrow_down {
  float: right;
  margin: -25px 5px 0 0;
  position: relative;
  top: 1px;
}

.hide {
  display:none;
}


#header img#photo {
  margin: 5px 20px 5px 0;
  float: right;
}

#navigation {
  width: 200px;
  margin: 0 0 0 20px;
  float: left;
  padding: 0;
}

#navigation li {
  list-style-type: none;
}


#navigation li a {
  background-image: url("../images/bg_header.png");
  background-repeat: repeat-x;
  width: 190px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #035c34;
  float: left;
  text-decoration: none;
  color: #fff;
  padding-left: 10px;
  font-family: artistamp, impact;
  font-size: 20px;
}

.subnavigation {
  float: left;
  padding: 0;
  margin: 10px 0;
}

#navigation .subnavigation li a {
  color: #000;
  float: left;
}


#footer {
  background-image: url("../images/border.png");
  background-repeat: no-repeat;
  background-position: 200px 0;
  float: left;
  clear: both;
  width: 860px;
  padding: 0 20px;
  margin: 20px 0 ;
}

#footer p {
  margin: 20px 0;
  text-align: center;
}


/* shoutbox */

#shoutbox {
  margin-left: 0;
  float: left;
  width: 610px;
  margin-top: 10px;
}

ul#messages, .agenda_item {
  border: 1px solid #05AC60;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 590px;
  padding: 0 10px;
  margin: 20px 0;
}

ul#messages li {
  width: 570px;
  margin: 10px 0;
  float: left;
}
ul#messages span.messageAvatar {
  width: 40px;
  margin-right: 10px;
  float: left;
  min-height: 40px;
}
ul#messages span.messageAuthor {
  float: left;
  font-style: italic;
}

ul#messages span.messageTime {
  float: right;
  font-style: italic;
}

ul#messages div.messageContent {
  float: left;
  border: 1px solid #05AC60;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 507px;
  padding: 5px;
  margin-top: 4px;
  overflow: hidden;
}

ul#messages div.messageContent img {
  max-width: 505px;
}

ul#messages div.messageContent p {
  margin: 0;
  float: left;
  clear: left;
  width: 507px;
  word-wrap: break-word;
}

.button {
  width: auto;
  background-image: url("../images/bg_header.png");
  background-repeat: repeat-x;
  border: 1px solid #05AC60;
  font-size: 14px;
  color: #fff;
  height: 25px;
  line-height: 25px;
  margin: 10px 0;
}

.links_item {
  background-image: url("../images/bg_header.png");
  background-repeat: repeat-x;
  margin: 10px 0;
  background-color: #06B263;
  padding-top: 10px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color:white;
}

.links_item h2 {
  width: 490px;
  font-family: "artistamp", "impact";
  font-size: 21px;
  float: left;
  margin-bottom: 5px;
}

.links_item h2 a {
  color: #fff;
}

.links_item h2, .agenda_item .picture {
  cursor: hand;
  cursor: pointer;
  clear: none;
}

.links_item .picture {
  max-width: 60px;
  height: 60px;
  text-align: center;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #fff;
  overflow: hidden;
}

.links_content {

}

.agenda_item {
  background-image: url("../images/bg_header.png");
  background-repeat: repeat-x;
  margin: 10px 0;
  background-color: #06B263;
  padding-top: 10px;
}

.agenda_item h2.title {
  width: 420px;
  font-family: "artistamp", "impact";
  font-size: 23px;
  color: #fff;
  float: left;
  height: 45px;
  margin-bottom: 0;
}

.agenda_item h2.title, .agenda_item .picture {
  cursor: hand;
  cursor: pointer;
  clear: none;
}

#content .agenda_item p.subscriptions {
  width: 510px;
  height: 20px;
  float: right;
  margin: 0;
  margin-right: 10px;
  font-style: italic;
  color: #fff;
}



#content .agenda_item p.subscriptions input {
  position: relative;
  top: -6px;
  right: -10px;
}

#content .agenda_item p.unpresent input {
  margin-right: 10px;
  float: right;
}

#content .agenda_item p.subscriptions input,#content .agenda_item p.unpresent input {
  color: #000;
  font-style: normal;
  float: right;
  background-color: white;
  width: auto;
  padding: 3px 5px;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
  
#content .agenda_item p.subscriptions input:hover, #content .agenda_item p.unpresent input:hover {
  cursor: hand;
  cursor: pointer;
}

.agenda_item .date {
  font-size: 15px;
  line-height: 15px;
  margin-top: 2px;
  float: right;
  height: 15px;
  width: 90px;
  text-align: center;
}

.agenda_item .logged_in {
  margin-top: -8px;
}

.agenda_item .date > * {
  text-align: center;
  display: inline;
  color: #fff;
}

.agenda_item .date em {
  display: block;
  font-style: normal;
}

.agenda_item .picture {
  width: 60px;
  height: 60px;
  text-align: center;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #fff;
  overflow: hidden;
}

.agenda_item .content {
  float: left;
  clear: both;
}

#content .agenda_item .content .message, .agenda_item .content .avatars {
  width: 440px;
  float: left;
  margin-left: 70px;
  text-align: justify;
  margin-bottom: 10px;
}

.agenda_item .content .avatars {
  text-align: left;
}

.agenda_item .content .avatars .right {
  margin-left: -18px;
}

.agenda_item .content .avatars .wrong {
  margin-left: -43px;
}

.agenda_item .content .border {
  margin-bottom: 10px;
}

.agenda_item_open {
  background-color: #fff;
  background-image: none; 
}

.agenda_item_open h2.title, .agenda_item_open .date > *,  #content .agenda_item_open p.subscriptions {
  color: #000;
}

#content .agenda_item_open p.subscriptions a {
  color: #3A00FF;
}

#overview {
  float: left;
  margin: 20px 0;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}

#overview a {
  text-decoration: none;
  color: #000;
}

#overview td.selected a {
  color: #fff;
}

#overview tr td {
  padding: 0 10px;
}

#overview tr, #overview tr td {
  border: 1px solid #000;
}

#overview td.selected {
  background-image: url("../images/bg_header.png");
  background-repeat: repeat-x;
  border: 1px solid #035C34;
  color: #fff;
}

#overview .month_name h4, #overview h3 {
  margin: 7px 0;
}

#overview .month_name h4 {
  margin-bottom: 0;
}

#overview .bullet a {
  position: relative;
  bottom: -20px;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  float: left;
  background-color: #05AC60;
  border: 1px solid #000;
}

#overview.agenda_overview a {
  text-decoration: underline;
  color: #0000FF;
}
.admin_agenda {
  position: relative;
}

.left_content {
  float: left;
}

.login, .users {
  float: left;
  clear: left;
  margin: 20px 0 0 20px;
  background-color: #fff;
  padding: 8px;
  border: 1px solid #035C34;
  width: 185px;
}

.login strong a {
  margin-bottom: 4px;
  font-size: 20px;
  text-decoration: none;
  font-weight: normal;
  font-family: artistamp;
  color: #000;
  display: block;
  word-wrap: break-word;
}

.login strong a:hover {
  text-decoration: underline;
}

#submit {
width: 100px;
float: left;
margin-left: 380px;
}

#submit:hover {
  cursor: hand;
  cursor: pointer;
  background-color: #035C34;
  color: #fff;
}



.login > img, .login > strong, .login > a {
  margin: 4px 0;
}

.login .quote {
  font-size: 20px;
  display: inline;
}

.login  em {
  word-wrap: break-word;
}

.login .link {
  clear: both;
  display: block;
}

form h2 {
  float: left;
  clear: left;
}

form > div {
  width: 600px;
  float: left;
  clear: left;
  margin: 4px 0;
}

form label {
  width: 180px;
  float: left;
  clear: left;
}

form input, form select, form textarea {
  width: 300px;
  float: left;
  border: 1px solid #035C34;
}

#content .messageContent img {
  margin: 0;
  float: none;
}

div#profile {
}

div#profile img {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}

#profile dt, #profile dd {
  float: left;
}

#profile dt {
  width: 100px;
  clear: left;
}

#profile .big {
  width: 250px;
}

#profile dt.big {
  margin-top: 5px;
}

#profile dd {
  width: 150px;
  margin: 0;
}

dl#profile_public, dl#profile_private {
  margin-top: 10px;
  width: 250px;
  float: left;
  margin-bottom: 30px;
}

#profile h2.clear {
clear: both;
}

#profile #quote {
  clear: left;
  width: 550px;
  margin: 10px 0;
  word-wrap: break-word;
}

#profile .link {
  float: left;
  clear: both;
}

#profile #quote span.quote {
  font-size: 30px;
}

#profile #quote em {
  line-height: 20px;
  font-size: 20px;
}

.banner {
  clear: left;
  float: left; 
  margin: 20px 0 0 20px;
  padding: 8px 0;
  border: 1px solid #035C34;
  width: 201px;
}

.banner img {
  margin: 0 auto;
}

#content #the_players {
  position: relative;
  margin-top: -450px;
  width: 590px;
  height: 450px;
}

#content #the_players img, #content #the_bench img {
  width: 40px;
  border: 2px solid #fff;
}

#content #the_players ._1 {
  position: absolute;
  top: 10px;
  left: 180px;
}

#content #the_players ._2 {
  position: absolute;
  top: 10px;
  left: 281px;
}

#content #the_players ._3 {
  position: absolute;
  top: 10px;
  left: 379px;
}

#content #the_players ._4 {
  position: absolute;
  top: 50px;
  left: 230px;
}

#content #the_players ._5 {
  position: absolute;
  top: 50px;
  left: 330px;
}

#content #the_players ._6 {
  position: absolute;
  top: 100px;
  left: 180px;
}

#content #the_players ._7 {
  position: absolute;
  top: 100px;
  left: 281px;
}

#content #the_players ._8 {
  position: absolute;
  top: 100px;
  left: 379px;
}

#content #the_players ._9 {
  position: absolute;
  top: 180px;
  left: 270px;
}

#content #the_players ._10 {
  position: absolute;
  top: 210px;
  left: 320px;
}

#content #the_players ._11 {
  position: absolute;
  top: 300px;
  left: 110px;
}

#content #the_players ._12 {
  position: absolute;
  top: 240px;
  left: 370px;
}

#content #the_players ._13 {
  position: absolute;
  top: 270px;
  left: 420px;
}

#content #the_players ._14 {
  position: absolute;
  top: 300px;
  left: 470px;
}

#content #the_players ._15 {
  position: absolute;
  top: 320px;
  left: 281px;
}

#content h1.space {
  margin-top: 20px;
}

#content #the_bench {
  margin-top: 20px;
}

#content #the_bench img {
  margin: 0 4px 10px 4px;
  border: 2px solid #035C34;
}

form div.right label {
  margin-left: 270px;
  text-align: right;
}

form div.right input {
  width: auto;
  margin-left: 20px;
  border: 0;
}

div.space {
  margin-top: 20px;
}

#active_users {
  width: 90px;
  background-color: white;
  position: absolute;
  top: 100px;
  right: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px;
}

#active_users strong {
  float: left;
  clear: left;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}

#active_users ul {
  clear: left;
  float: left;
}

#active_users ul li {
  float: left;
}

#active_users ul li a {
  margin-left: 5px;
  position: relative;
}

#active_users .sleeping {
  position: relative;
  left: 5px;
}





