/* 
Title:		Master styles for SpeeMark
Author: 	marketing@dpi21.com
Copyright: 	© 2009. dpi21. Creative Digital Thinking
*/

body {
	font: 14px Helvetica, Verdana, Arial, sans-serif;
	color: #000;
	line-height: 18px;
	padding: 10px;
}

a {
	color: #000;
	text-decoration: underline;
}

/* to work out CSS font size use this formula, target / context = result, 20px / 16px = 1.25em */


/* page structure 
--------------------------------------------- */
#bg, #header, #nav, #speedmarkLogo, #telNumber, #strapline, #banner, #footerContainer, #social, #kids-menu, #border-top, #border-bottom, #homeBt, #playerBts, .float-right {
	display: none;
}

#body, #quickLinksHome, #pageHeading, #copyContainer, #quickLinksKids, #heading, #players-list {
	float: left;
	width: 100%;
	padding: 5px 0px;
}

#copy {
	float: left;
	width: 600px;
	padding: 10px;
	border: 1px dotted #ccc;
	margin: 10px;
}

#quickLinksHome li,  #quickLinksHome li a {
	display: block;
	width: 305px;
	height: 250px;
	padding: 5px 0;
}

/* Football Players */

#position, #position li, #players-list, #players-list li, #copy #column1,  #best-player, #best-player li, #signatureBox {
	float: left;
}

#copy #column2 {
	float: right;
}

#position {
	font-size: 14px;
	margin-bottom: 10px;
}

#position li {
	padding: 0 5px;
}

#players-list li, #best-player li {
	padding: 2px;
	width: 115px;
	height: 165px;
}

#copy #column1 {
	width: 175px;
}

#copy #column2 {
	width: 415px;
	padding-bottom: 10px;
}

.football-player-stats {
	border: 1px solid #ccc;
	padding: 2px;
	width: 415px;
	background-color: #F2F2F2;
	margin: 5px 0;
}

.football-player-stats strong {
	color: #416932;
}

.football-player-stats td {
	padding: 5px;
	border: 1px solid #ccc;
}

.grey-row {
	background-color: #E6E6E6;
}

#signatureBox {
	border: 1px dotted #ccc;
	width: 171px;
	height: 96px;
}

.signature {
	padding: 5px 0;
}

/* Text Styles */

#copy p, h1, h2, h3 {
	padding-top: 5px;
	padding-bottom: 5px;
}

#copy ol {
	list-style-type: decimal;
	padding: 5px 0 5px 20px;
	line-height: 20px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}

h3 {
	font-size: 15px;
}

.size12 {
	font-size: 12px;
	line-height: 16px;
}

.size14 {
	font-size: 14px;
	line-height: 18px;
}

.size15 {
	font-size: 15px;
	line-height: 20px;
}

.clear {
	clear: both;
}

