/*
-----------------------------------------------
Screen Stylesheet for Playing the Field

Site: http://www.playingthefieldcardgame.com
Author:   Daniel Ard   www.InnovativeInSite.com

----------------------------------------------- */

/*---- Text Formatting -----*/
body, html {
	padding: 0;
	margin: 0;
	font-family: Georgia, serif;	
	background-color: #ffffff;
	color: #3f3f3f;
	font-size: 16px;
}

p {
	font-weight: normal;
	line-height: 1.3em;
	margin-top: 0px;
	color: #262626;
	margin: 0px;
}

h1 {
  font-size: 30px;
  font-weight: normal;
  color: #fd5816;
  line-height: 1.4em;
	padding-left: 40px;
}

h2 {
  font-size: 17px;
  font-style: italic;
  font-weight: normal;
  color: #fe7b23;
  padding: 5px;
  margin: 0px;
}

h3 {
  font-family: Arial, sans-serif;	
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  color: #4cad28;
  padding: 5px;
  margin: 0px;
}

h4 {
  font-family: Arial, sans-serif;	
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  color: #262626;
}

h5 {
  font-family: Arial, sans-serif;	
  font-size: 16px;
  font-weight: bold;
  color: #262626;
}

h6 {
  font-family: Arial, sans-serif;	
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #fe7b23;
  padding: 5px;
  margin: 0px;
}

p.gamesign {
  font-family: Georgia, serif;	
  font-size: 15px;
  font-weight: normal;
  font-style: italic;
  color: #ffffff;
  line-height: 1.1em;
  padding-top: 5px;
}

a {
  font-family: Arial, sans-serif;	
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline;
  color: #4cad28;
}

a:hover {
	text-decoration: none;
	color: #fe7b23;
}

a img {
	border: none;
	border-bottom: 0px;
	border-width: 0px;
	border-style: none;
	border-color: none;
	text-decoration: none;
}

ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.bullets {
	list-style: disc;
	padding-left: 25px;
}

ul.gamesitemap {
  list-style: square;
	margin: 20px;
	padding: 0px;
}

li a{
  color: #4cad28;
  border-bottom: #4cad28;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
    text-decoration: none;
}

li a:hover {
  font-style: italic;
	color: #fe7b23;
	border: none;
	border-bottom: 0px;
	border-width: 0px;
	border-style: none;
	border-color: none;
	text-decoration: none;
}

.gamesubnavtext{
  font-family: Arial, sans-serif;	
  font-size: 23px;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  color: #fe7b23;
  padding: 0px;
  margin: 0px;
}

.gamesubnavtext a {
  font-family: Georgia, serif;	
  font-size: 23px;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  text-decoration: underline;
  border: none;
  color: #fe7b23;
  padding: 5px;
  margin: 0px;
}

.gamesubnavtext a:hover {
  font-style: italic;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  border: none;
  color: #fe7b23;
  padding: 5px;
  margin: 0px;
}

h5.gamecenter {
  text-align: center;
}

blockquote {
  font-family: Arial, sans-serif;	
  background: #d3f6c4;
  border-top: 1px solid #49a71f;
  border-bottom: 1px solid #49a71f;
  font-size: 15px;
  font-style: italic;
  font-weight: normal;
  color: #4cad28;
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.gamefaqred a {
  color: #4cad28;
  border-bottom: #4cad28;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
    text-decoration: none;
}

.gamefaqred a:hover {
	color: #fe7b23;
	border: none;
	border-bottom: 0px;
	border-width: 0px;
	border-style: none;
	border-color: none;
	text-decoration: none;
}

p.gamesidebar {
  font-family: Arial, sans-serif;	
  font-size: 14px;
  font-weight: normal;
  color: #4cad28;
}

h3.quotegreen {
  font-family: Arial, sans-serif;	
  font-size: 15px;
  font-style: italic;
  font-weight: normal;
  text-align: right;
  color: #ffffff;
  padding: 0px;
  margin-left: 110px;
}

h3.quotegreen2 {
  font-family: Arial, sans-serif;	
  font-size: 15px;
  font-style: italic;
  font-weight: normal;
  text-align: right;
  color: #ffffff;
  padding: 0px;
  margin-left: 110px;
}

h2.quoteo {
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  color: #fe7b23;
  padding-left: 15px;
  margin: 0px;
}

h1.gametestimonialhead {
  font-size: 40px;
  font-weight: normal;
  color: #fd5816;
  line-height: 1.4em;
}

.gamesignup {
	color: white;
	font-style: italic;
	font-size: 14px;
}

/*------------   Forms   ------------*/
 
.contactus {
  width: 440px;
  background: #fe7b23;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}

input {
	background: #ffffff;
	color: #4cad28;
	font-family: lucida sans;
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
	width: 150px;
	border: none;
}

input#state, #zip, #bday {
	background: #fbe194;
	color: #4cad28;
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
	width: 80px;
	border: none;
}

input#status, #sex, #dep {
	width: 20px;
	border: none;
}

textarea {
  background: #fbe194;
	color: #4cad28;
	font-family: lucida sans;
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
	width: 200px;
	border: none;
}

/*------- Positioning -----------*/

.floatleft {
	float: left;
	padding-right: 10px;
}

.gameheaderbackground {
  background: url(../images/stripes.jpg) repeat-x;
  height: 100px;
  width: 100%;
  clear: both;

}

.gameheadercontent {
  width: 800px;
  margin: 0 auto;
  background: url(../images/logo.png) no-repeat;
  height: 100px;
}

.gamenav {
  float: right;
}

.gamesetwidth {
  width: 800px;
  margin: 0 auto;
}

.gamepageheight {
  height: 400px;
}

.gameaboutamanda {
  background: url(../images/aboutamanda.jpg) no-repeat;
  width: 280px;
  height: 354px;
  float: left;
}

.gameaboutheadline {
  padding-top: 20px;
}

.gamesubnav {
  text-align: left;
  height: 155px;
}

.gamesubnavbg {
  text-align: center;
}

.gamelefthead {
  float: left;
  width: 11px;
  height: 143px;
  background: url(../images/lefthead.gif) no-repeat;
}

.gameamanda {
  color: #FFFFFF;
  background: url(../images/amanda.png) no-repeat;
  position: absolute;
  float: right;
  height: 312px;
  width: 200px;
  margin-top: 60px;
  margin-left: 605px;
}

.gameamandafaq {
  background: url(../images/amandafaq.png) no-repeat;
  position: absolute;
  float: right;
  height: 247px;
  width: 200px;
  margin-top: 90px;
  margin-left: 605px;
}

.gamecreator {
  background: url(../images/creator.png) no-repeat;
  position: absolute;
  float: right;
  height: 62px;
  width: 176px;
  margin-top: 290px;
  margin-left: 600px;
}

.gameheadline {
  margin: 0 auto;
  float: left;
  text-align: left;
  width: 773px;
  height: 143px;
  background: url(../images/headline.gif) repeat-x;
  padding-top: 10px;
  padding-left: 5px;
}

.gamerighthead {
  float: right;
  width: 11px;
  height: 143px;
  background: url(../images/righthead.gif) no-repeat;
}

.gamebody {
	/* background: url(../images/bg.png) no-repeat; */
	margin: 0 auto;
	width: 800px;
	clear: both;
}

.gamecol1 {
  width: 600px;
  float: left;
}

.gamequoteblock {
  height: 315px;
  margin-top: 30px;
}

.gamequoteblock2 {
  height: 415px;
  margin-top: 30px;
}

.gamequotepic {
  position: absolute;
  float: left;
}

.gamequotepic3 {
  position: absolute;
  float: left;
}
/*
.gamequotetopg {
  background: url(../images/quotetopg.jpg) no-repeat;
  width: 475px;
  height: 16px;
  float: right;
  margin-top: 20px;
}
*/
.gamequoteg {
  background: #50ae26;
  width: 500px;
  margin-top: 30px;
  float: right;
}

h3.quotegreen {
  padding-right: 15px;
  padding-left: 45px;
  padding-top: 15px;
  padding-bottom: 15px;
}

h3.quotegreen2 {
	color: white;
  padding-right: 15px;
  padding-left: 125px;
  padding-top: 15px;
  padding-bottom: 15px;
	text-align: right;
}


/*
.gamequotebottomg {
  background: url(../images/quotebottomg.jpg) no-repeat;
  width: 500px;
  height: 17px;
  float: right;
}
*/
/*
.gamequoteotopleft {
  background: url(../images/quoteotopleft.jpg) no-repeat;
  width: 9px;
  height: 10px;
}
*/
.quoteobracket {
  /*background: url(../images/quoteoleft.jpg) repeat-y;*/
  width: 450px;
  float: left;
  margin-top: 45px;
  border-bottom: 9px solid #fe7b23;
  border-left: 9px solid #fe7b23;
}

.quoteowidth {
  width: 330px;
}

h2.quoteo {
  padding-left: 15px;
  margin: 0px;
}
/*.gamequoteobottom {
  background: url(../images/quoteobottom.jpg) no-repeat;
  width: 475px;
  height: 20px;
  float: left;
}*/

.gamequotepic2 {
  position: absolute;
  float: right;
  margin-left: 340px;
}

.gamequotepic4 {
  position: absolute;
  float: right;
  margin-left: 340px;
}

.gametestquotes {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
}

.abouttext {
  padding-top: 25px;
  padding-right: 20px;
}

.gamefaq {
  margin-top: 50px;
clear: both;
}


.gamefaqbackground {
  background: url(../images/faqstripe.jpg) no-repeat;
  height: 67px;
  width: 108px;
  float: left;
}

.gamefaqred {
  background: url(../images/faqred.jpg) repeat-x;
  margin-top: 6px;
  width: 492px;
  height: 7px;
  float: right;
  text-align: right;
  line-height: 1.7em;
}

.gamefaqheading {
  text-align: right;
}

ul.simple {
  padding-top: 15px;
}

h3.gamefaq {
  background: #fff7df;
  border-bottom: 2px solid #fce7ad;
  margin-right: 15px;
  margin-bottom: 6px;
}

h2.gamestatement {
  text-align: center;
  margin: 0 auto;
  line-height: 1.3em;
  height: 130px;
}

h2.buynow {
  font-size: 20px;
  font-style: normal;
  text-align: center;
  margin: 0 auto;
  line-height: 1.3em;
  height: 50px;
}

.gamemaintable {
  width: 580px;
}

td.gamepic {
	padding: 10px;
	vertical-align: center;
	text-align: center;
	color: green;
	font-size: 13px;
	font-style: italic;
}

.gamebuttoncenter {
  text-align: center;
  height: 100px;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 15px;
}

.gamecol2 {
  width: 180px;
  height: 800px;
  margin-top: 229px;
	float: right;
}

.gamecol2about {
  width: 180px;
  height: 800px;
  float: right;
  margin-top: 35px;
}

.gamecol2test {
  width: 180px;
  height: 800px;
  float: right;
  margin-top: 55px;
}

.gameleftsign {
  width: 13px;
  height: 197px;
  float: left;
  background: url(../images/leftsign.gif) no-repeat;
}

.gamesignin {
  width: 157px;
  height: 197px;
  float: left;
  background: url(../images/signin.gif) repeat-x;
  text-align: center;
}

.gamerightsign {
  width: 10px;
  height: 197px;
  float: right;
  background: url(../images/rightsign.gif) no-repeat;
}

.gameads {
  width: 180px;
  float: right;
  text-align: center;
  margin-top: 25px;
}

.gamelinks {
  text-align: left;
}
/*------- Navigation ------------*/

.gametopnav {
  padding-top: 20px;
}

.gameheaderbackground a.gameselected {
  background: url(../images/ahover.jpg) repeat-x;
  color: #ffffff;
}

.gametopnav a {
  color: white;
  text-decoration: none;
  font-size: 17px;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 15px;
  padding-bottom: 15px; 
}

.gametopnav a:hover {
  background: url(../images/ahover.jpg) repeat-x;
  font-style: none;
  color: #ffffff;
}

/*----- Footer -------*/

.gamefooterbg {
  background: url(../images/footerstripes.jpg) repeat-x;
  height: 107px;
  width: 100%;
  clear: both;
	position: relative;
}

.gamefootercontent {
  width: 800px;
  margin: 0 auto;
}

.gamefooterright {
  padding-top: 23px;
  font-family: Arial, sans-serif;	
  font-size: 12px;
  font-style: none;
  font-weight: normal;
  text-align: right;
  float: right;
  color: #ffffff;
}

.gamefooterleft {
  padding-top: 23px;
  font-family: Arial, sans-serif;	
  font-size: 12px;
  font-style: none;
  font-weight: normal;
  text-align: left;
  float: left;
  color: #ffffff;
}

.gamefooterright a {
  font-family: Arial, sans-serif;	
  font-size: 12px;
  font-style: none;
  font-weight: normal;
  text-decoration: underline;
  color: #ffffff;
}

.gamefooterright a:hover {
	text-decoration: none;
}

.gamefooterleft a {
  font-family: Arial, sans-serif;	
  font-size: 12px;
  font-style: none;
  font-weight: normal;
  text-decoration: underline;
  color: #ffffff;
}

.gamefooterleft a:hover {
	text-decoration: none;
}

h3.toggler {
	text-align: left;
}

.topbutton {
	text-align: right;
}
