/*
CSS stylings for main column
*/

/**************************************************************
   corners: Holds the corners and slanting css
 **************************************************************/
.top-corners{
  height: 10px;
  background-image: url("../img/site_pics/main_top.png");
}

.bottom-corners{
  height: 10px;
  background-image: url("../img/site_pics/main_bottom.png");
  background-position: bottom; 
  margin-bottom: 20px;
}

.slant-top{
  height: 60px;
  background-image: url("../img/site_pics/main_slant.png");
}


/**************************************************************
   titles: Holds the sub titles css
 **************************************************************/ 
#titles{
	background-color: white;
	padding: 0px 10px;	
}

.primarytitle{
  margin: 0px;
}

.secondarytitle{
  margin: 0px;
}

.tertiarytitle{
  margin: 0px;
}


/**************************************************************
   main: Holds the main chatter
 **************************************************************/
#main{
	background-color: white;
	overflow: auto;
	padding: 0px 10px;
}


/**************************************************************
   preamble: Holds the preamble areas css
 **************************************************************/       
.preamble {
  margin-bottom: 40px;
  overflow: auto;
  display: none;
}

.preamble p {
  margin: 0;
  padding: 0;
}

.preamble img {
  height: 150px;
}


/**************************************************************
   chatarea: Holds the chat textarea css
 **************************************************************/       
#chat-form-widget{
	margin: 0px 0px 35px 0px;	
}	
	
#chat-text-area {
}	
	
#chat-text-area form{
}

#chat-text-area textarea{
	width: 99%;
	height: 50px;
	padding: 0;
	margin: 0;
}

#chat-submit{
	text-align: right;
	margin-top: 5px;
}

#chat-submit input{
}

#chat-login {
	background-color: black;
	padding: 10px;
	color: white;	
	font-weight: bold;
}

#chat-login a {
	color: white;
}


/**************************************************************
   comments: Holds the comment css
 **************************************************************/       
.pagingtop{
	margin-bottom: 20px;
	overflow: auto;
}

.contentlist-title{
	float: left;
	margin: 0px;
}

.entries {
	text-align: right;	
	font-size: 13px;
	float: right;
}

.pagingbottom {
	text-align: right;
}

#chatter {
  text-align: left;
}

#contentlist {
  background-color: #white;
  clear: both;
}

.e-listitem{
  padding: 0px; 
  margin-bottom: 25px;
}

.commentator-img {
  float: right;
  height: 30px;
}

.e-listitem-subtitle {
	padding: 0;
	margin: 0;
	font-size: 13px;
}

.e-listitem-description {
	overflow: hidden;
	margin-left: 10px;
}

.e-listitem-description p {
	margin: 10px 0px;
}

.e-listitem-description img{
  display: block;
}


/**************************************************************
   series and teams: Holds the series and team css
 **************************************************************/       
.seriesitem, .allteamitem {
  clear: both;
  margin-bottom: 40px;
  overflow: auto;  
}
 
.seriesimg, .allteamimg {
  height: 150px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

.seriesitem ul {
  vertical-align: middle;
}

.allteamitem ul {
  vertical-align: middle;
}

.teamsquad{
    margin-bottom: 40px;
}


/**************************************************************
   fixtures: Holds the fixtures css
 **************************************************************/       
.fixtureitem{
  clear: both;
  margin-bottom: 40px;
}

.fixtureinfo {
  height: 100px;
}
 
.fixtureinfo img {
  height: 100px;
  margin-right: 10px;
  float: left;
}

.fixturevs {
  height: 20px;
  padding: 40px 0;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
  float: left;  
}

.fixtureitem ul {
  vertical-align: middle;
}


/**************************************************************
   player: Holds the player info css
 **************************************************************/       
#playerbio {
  margin-bottom: 15px;
  overflow: auto;  
}

#playerbio img {
  height: 150px; 
}

#playerbio li {
	margin: 0px 0px 5px 0px;
}

.cost {
  font: 400 16px "trebuchet ms", serif;
  font-weight: bold;
}

#playerbio p {
  margin: 0;
  padding: 0;
}

#playerstats {
  margin-bottom: 10px;
  clear: both;
}

#playerstats ul {
  font-weight: bold;
}

#playerstats .col1, #playerstats .col2 {
  float: left;
  margin-bottom: 20px;
  width: 250px;
}


/**************************************************************
   info: Holds site info css
 **************************************************************/ 
.infopagepic{
	height: 300px;
}


/**************************************************************
   .pic: Picture positions
 **************************************************************/ 


.pic1, .pic3, .pic5 {
  float: left;
  margin: 5px 5px 5px 0px;
}

.pic2, .pic4, .pic6 {
  float: right;
  margin: 5px 10px 5px 5px;
}
