/*
 * NAME: Pool-Plays_styles
 * AUTHOR: E.Jay
 * DATE: 2013-11-20
 *
 * USAGE:      main styles for Pool Plays website                        
 *
 *     
 *
 */
html
{
  height: 100%;
  width: 100%
  margin: 0px auto;
  padding: 0px;
}


body
{
  height: 100%;
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  background-color: #048908;
}


#wrapper
{
  height: 100%;
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  background-color: #048908;
}



#header
{
  background-color: #048908;
  width: 600px;
  height: 50px;
  margin: 0px auto;
  padding: 0px;
}



#header h1
{
  text-align: center;
  letter-spacing: 4px;
  margin-top: 20px;
}



#main
{
  background-color: #048908;
  margin: 0px auto;
  padding: 0px;
  width: 100%;
}



#page_specific_content
{
  background-color:#048908;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-family: Georgia, "Bitstream Charter", serif;
}



#poolplays_main
{
  background-color: #048908;
  margin: 0px auto;
  padding: 0px;
  width: 800px;
  height: 900px;
}



#poolplays_content
{
  background-color: #048908;
  margin: 0px auto;
  padding: 0px;
  width: 800px;
  height: 900px;
}


#poolplays_message_sent_main
{
  background-color: #048908;
  margin: 0px auto;
  padding: 0px;
  width: 800px;
  height: 900px;
}



#poolplays_message_sent_content
{
  background-color: #048908;
  margin: 0px auto;
  padding: 0px;
  width: 800px;
  height: 900px;
}



#update_coming_soon p
{
  padding: 0px;
  letter-spacing: 2px;
  text-style: bold;
  margin: 0px 0px 40px 0px;
}



#update_coming_soon h3
{
  letter-spacing: 2px;
  text-style: bold;
}



#description p, #whats_new_in_the_version p, #email_to_PoolPlays p
{
  padding: 0px;
  letter-spacing: 1px;
  margin: 0px 0px 40px 0px;
}


#description h3, #whats_new_in_the_version h3, #email_to_PoolPlays h3
{
  letter-spacing: 2px;
}


#email_to_PoolPlays
{
  margin-top: 40px;
  margin-bottom: 30px;
}



#input_fields_height
{
  height: 30px;
  font-size: 15px;
}


#text_area_specifics
{
  font-size: 15px;
}



#scenes h3
{
  letter-spacing: 4px;
}



#PoolPlays_icon img
{
  margin: 30px 0px 0px 343px;
  padding: 0px;
  width: 113px;
  height: 200px;
}


#poolplays_versions_release_main
{
  background-color: #048908;
  margin: 0px auto;
  padding: 0px;
  width: 800px;
  height: 900px;
}



#poolplays_versions_release_content
{
  background-color: #048908;
  margin: 0px auto;
  padding: 0px;
  width: 800px;
  height: 900px;
}


#whats_new_in_the_version li
{
  padding-bottom: 10px;
}


#poolplays_versions_release_content h3
{
  text-align: center;
  letter-spacing: 4px;
}


#poolplays_versions_release_content h4
{
  border: 0px;
  padding: 0px;
  margin: 0px;
}

#poolplays_versions_release_content ul
{
  border: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px;
}

#poolplays_versions_release_content li
{
  border: 0px;
  padding-bottom: 10px;
}


a.black_underlined_link:link
{
  color: black;
  text-decoration: underline;
}


a.black_underlined_link:visited
{
  color: black;
  text-decoration: underline;
}


a.black_underlined_link:hover
{
  color: black;
  text-decoration: underline;
}


a.black_underlined_link:active
{
  color: black;
  text-decoration: underline;
}


#centered p
{
  text-align: center;
}