/* css style guide */
/* based on kuler.adobe.com Dusky Pinks */
/*--------------------------------------------------*/
/*
	Sheet Organization-------
		Global Settings, Header, Structure, Nav,
		 Search, Headings, Lists, Forms, Links, Misc

	Within group arranged as follows:
		Arrange by most common usage:
			Margin, padding, size, positioning
			border, background,
			text-related entered with additional tab

	Other Items-------------
		Section breaks 50 dashes
   		ID space "{" and "}" flush on new line
   		COMMENT ID's /**/

   /* top right bottom left */
/*--------------------------------------------------*/
/* players/index & players/show, including image display */
body {
	/*width: 975px;*/
}
/* =Player tiles
//--------------------------------------------------*/
/* main area on players/index */
#content-area {
	padding-left: 25px;
}

/* tiles on players/show */
#tile {
  margin: 0 auto 0 auto;
  width: 975px;
		font-size: 1.1em;
}
#player-details {
  margin-bottom: 15px;
  height: 185px;
  border-top: 5px solid #FF87A9;
  border-bottom: 1px solid #FF87A9;
  position: relative;
  background-color: #FFD4E0;
  float: left;
}
#player-details h2 {
  margin: 15px 0 5px 0;
}
#player-details h2 a {
  text-decoration: none;
}
#player-details h3 {
  display: none;
}
#player-details ul {
  margin: 0;
  padding: 0;
}
#player-details ul li {
  display: inline;
  margin-left: 0px;
  list-style: none;
}
#player-details img {
  float: left;
  margin-top: 10px;
  margin-right: 30px;
  /*display: none;*/
}
ul#stats {
  margin: 5px 30px 0 30px;
  float: left;
/*  border: 1px solid black;*/
}
ul#stats li {
  margin: 5px 0 5px 0;
  width: 50px;
  height: 50px;
  display: block;
  border: 1px solid #ccc;
    text-align: center;
    font-size: 2em;
}
ul#stats li span {
  padding: 3px 0 3px 0;
  display: block;
  background-color: #FF87A9;
    text-align: center;
    font-size: 0.6em;
}
#player-more-details {
  margin-bottom: 15px;
  width: 49%;
  border-bottom: 0px solid #FF87A9;
  background-color: #FFD4E0;
/*  float: left;*/
clear: both;
  border: 0px solid #ccc;
}
#player-more-details h3 {
  margin: 0;
  padding-left: 10px;
  background-color: #FF87A9;
}
#player-more-details p {
  margin: 10px;
}

/* Social tools section */
#social-tools {
  margin: 5px 5px 10px 5px;
  padding: 5px 0 0 0;
  /*width: 250px;*/
  width: 100%;
  /*height: 165px;*/
  text-align: center;
  border-top: 5px solid #FF87A9;
  border-bottom: 1px solid #FF87A9;
  background-color: #FFD4E0;
  float: left;
}
#social-tools h2 {
  margin: 0;
  padding-left: 10px;
  background-color: #FF87A9;
	text-align: left;
	/*font-size: 1.4em;*/
}
#social-tools img  {
	border: 1px solid #edf2ff;
	padding: 1px;
}
image-area {
	padding: 20px;
	margin-left: 20px;
		text-align: center;
		background-color: #993114;
    background-color: #ccc;
}
/* image area on players/show */
#image-area {
	padding: 20px;
	padding-top: 0px;
	margin: 10px 0;
  margin: 0 auto 0 auto;
  width: 975px;
	background-color: rgb(78, 87, 94);
  background-color: #ccc;
	border-top: 7px solid #999;
  border-bottom: 1px solid #999;

		text-align: justify;
		/*-moz-border-radius: 15px;*/
}
#image-area img {
	margin: 5px;
	padding: 2px;
	border: 1px solid #ccc;
	background-color: #fff;
}
#info {
	margin-left: 10px;
	float: left;
}
div.gray_uedge {
	margin: 50px auto 0 auto;
	width:550px;
	background-image:url(http://site.answers.com/main/images/roundedBorders/gray_div.gif);
	background-position:top left;
	margin-bottom:5px;
	background-repeat:repeat-x
	}
div.gray_redge {
	width:100%;
	background-image: url(http://site.answers.com/main/images/roundedBorders/gray_div.gif);
	background-position:top right;
	background-repeat:repeat-y
	}
div.gray_bedge {
	width:100%;
	background-image:url(http://site.answers.com/main/images/roundedBorders/gray_div.gif);
	background-position:bottom left;
	background-repeat:repeat-x
	}
div.gray_ledge {
	width:100%;
	background-image:url(http://site.answers.com/main/images/roundedBorders/gray_div.gif);
	background-position:top left;
	background-repeat:repeat-y
	}
div.gray_ulcorner {
	width:100%;
	background-image:url(http://site.answers.com/main/images/roundedBorders/gray_topLeft.gif);
	background-position:top left;
	background-repeat:no-repeat
	}
div.gray_urcorner {
	width:100%;
	background-image:url(http://site.answers.com/main/images/roundedBorders/gray_topRight.gif);
	background-position:top right;
	background-repeat:no-repeat
	}
div.gray_blcorner {
	width:100%;
	background-image:url(http://site.answers.com/main/images/roundedBorders/gray_bottomLeft.gif);
	background-position:bottom left;
	background-repeat:no-repeat
	}
div.gray_brcorner {
	width:100%;
	background-image:url(http://site.answers.com/main/images/roundedBorders/gray_bottomRight.gif);
	background-position:bottom right;
	background-repeat:no-repeat
	}
div.gradient_uedge {
	width:100%;
	padding-bottom:10px;
	background-image:url(http://site.answers.com/main/images/roundedBorders/darkGray_div.gif);
	background-position:top left;
	background-repeat:repeat-x
	}
div.gradient_redge {
	width:100%;
	background-image:url(http://site.answers.com/main/images/roundedBorders/darkGray_div.gif);
	background-position:top right;
	background-repeat:repeat-y
	}
.copyrightImage{
	vertical-align:middle;
	border:0px;
	padding:0px;
	float:right;
	margin:-6px 4px 0px 0px;
	border:1px solid #D0DBEF
	}
.copyrightDescription {
	color:#000
	}
a.breadcrumb {
	color:#7D0303;
	font-size:11px
	}
#copyrightTable {
	width:100%;
	padding:3px;
	font-size:11px;
	color:#595959
	}
#copyrightTable td {
	font-size:11px
	}
.grayHeading {
	color:#595959;
	font-weight:bold;
	font-size:17px;
	padding:2px 0px 2px 10px;
	margin:0px
	}
.internalNav {
	width: 550px;
	}