html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

body
{ font: normal .80em 'peralta', Comic Sans MS, arial, sans-serif;;
  background: #6cbfc5; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#6cbfc5, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#6cbfc5, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#6cbfc5, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#6cbfc5, white); /* Standard syntax */
  color: #000;
  height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

p
{ padding: 0 0 20px 0;
  line-height: 1.7em;
  font: normal 110% 'peralta', Comic Sans MS, arial, sans-serif;}}

img
{ border: solid black;}

h1, h2, h3, h4, h5, h6 
{ font: normal 175% 'peralta', Comic Sans MS, arial, sans-serif;;
  color: goldenrod;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
  text-shadow: -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
	}

h2
{ font: normal 175% 'peralta', Comic Sans MS, arial, sans-serif;}

h4, h5, h6
{ margin: 0;
  padding: 0 0 5px 0;
  font: normal 120% 'peralta', Comic Sans MS, arial, sans-serif;}

h5, h6
{ font: italic 95% 'peralta', Comic Sans MS, arial, sans-serif;
  padding: 0 0 15px 0;}
  
h7
{
	font: normal 175% 'peralta', Comic Sans MS, arial, sans-serif;
}

b{
    display:inline-block;
}

a, a:hover
{ outline: none;
  text-decoration: underline;
  color: #000;}

a:hover
{ text-decoration: none;}



blockquote
{ margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;}

ul
{ margin: 2px 0 22px 17px;}

ul li
{ list-style-type: circle;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 4px 0;}

#main, #logo, #menubar, #site_content, #footer
{ margin-left: auto; 
  margin-right: auto;
  max-width: 1024px;
  }

#header
{ background: transparent;
  height: 202px;}

#logo
{ width: 898px;
  position: relative;
  height: 177px;}



#menubar
{ width: 898px;
  height: 42px;
  padding: 0;
  background: #44a361;
  border-top: solid black;
  border-left:solid black;
  border-right:solid black;
  border-bottom:solid black;
  } 

ul#menu, ul#menu li
{ float: left;
  margin: 0; 
  padding: 0;

  }

ul#menu li
{ list-style: none;

}

ul#menu li a
{ letter-spacing: 0.1em;
  font: normal 100% 'peralta', Comic Sans MS, arial, sans-serif;
  display: block; 
  float: left; 
  height: 17px;
  margin: 10px 0 0 10px;
  padding: 9px 10px 6px 14px;
  text-align: center;
  color: #ffd352;
  text-shadow: -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;	
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  } 

ul#menu li a:hover, ul#menu li.selected a, ul#menu li.selected a:hover
{ color: #000;
  background: #fff;
  text-shadow: none;
  border-top: solid black;
  border-left: solid black;
  border-right: solid black;	
  }

#site_content
{ width: 854px;
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding: 24px 24px 20px 20px;
  background: #fff;
  border-left: solid black;
  border-right: solid black;
  border-bottom: solid black;
  } 

#content
{ text-align: left;
  float: left;
  width: 870px;
  padding: 0;
}

#content ul
{ margin: 2px 0 22px 0px;}

#content ul li
{ list-style-type: none;
  background: url(bullet.png) no-repeat;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 25px;
  line-height: 1.5em;}

#footer
{ width: 898px;
  font: normal 100% 'lucida sans unicode', arial, sans-serif;
  height: 33px;
  padding: 24px 0 5px 0;
  text-align: center; 
  background: transparent;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.1em;}

#footer a
{ color: #000;
  text-decoration: none;}

#footer a:hover
{ color: #000;
}

.separator
{ width: 100%;
  height: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;}
  
table
{ margin: 10px 0 30px 0;}

table tr th, table tr td
{ background: #3B3B3B;
  color: #FFF;
  padding: 7px 4px;
  text-align: left;}
  
table tr td
{ background: #F0EFE2;
  color: #47433F;
  border-top: 1px solid #FFF;}
  
.games
{
	height:300px;
	clear:both;
	display:block;
}  

.images
{
	float:right;
}

.description
{
	float:left;
	word-wrap:break-word;
	max-width:338px;
}

.description_ongoing
{
	float:left;
	word-wrap:break-word;
	max-width:508px;
}

.comment{
    border-style: groove    ;
    border-radius: 7px;
    border-width: 2px;
    padding: 4px;
    margin: 10px;
}

.commentNumber{
    display: inline-block;
    text-align: right;
    font-size: 120%;
    color: dodgerblue;
}

.commentName{
    display: inline-block;
    font-size: 130%;
    color: dodgerblue;
}

.commentTime{
    display: inline-block;
    float: right;
}

.contactImages{
    width:100px;
    border:none;
    display:block;
    margin:7px;
    margin-right: 20px;
}