/*--------------------------------------------------------------------------------------------
	Typography 
  --------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
h2 {
	font-size:1.2em;
	margin-top:10px;
}
h3 {
	font-size:1.1em;
	margin-top:10px;
}

h2 + p {
	margin-top: 5px;
	font-weight:bold;
}
h3 + p {
	margin-top: 5px;
}

.news h2 + p,
.featuredItem h2 + p,
.featuredPlayer h2 + p,
.player h2 + p {
	font-weight:normal;
}

/* Lists */
ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}

div#MainContent ul {
	margin:1em 0;
}
div#MainContent li {
	margin-left:1em;
}

div#SideContent ul {
	list-style: none;
	margin: 15px 0;
}
div#SideContent li {
	padding:2px 10px;
}

/* Links */
a, a:visited {
	color: #8e5c71;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.more,
a.next {
	padding-right: 20px;
}
a.prev {
	padding-left: 20px;
}
a.allItems {
	display:inline-block; /* We need a bottom margin */
	margin-bottom: 10px;
}

div#Header a {
	text-decoration:none;
}

.threeDim td a {
	color:#8f8c8c;
	font-weight:bold;
	padding-right:20px;
}
.threeDim td a:hover {
	text-decoration:none;
}


/* Tables */
table {
	margin:0;
	padding:0;
	border-collapse:collapse;
	width:100%;
}
table td {
	vertical-align: top;
}

div#SideContent table {
	margin:20px 10px 10px 10px;
}

table.threeDim {
	border: solid 1px #d5d4d4;
}
.threeDim th {
	padding:0px;
	text-align:left;
	background:#fff url(../images/tkt-tble-th-bg.jpg) left bottom repeat-x;
}
	.threeDim th strong {
		display:block;
		padding:0px 10px;
		line-height:29px;
		text-align:left;
		background:transparent url(../images/tkt-tbl-left-bdr.jpg) left bottom no-repeat;
	}
.threeDim td {
	padding:10px;
}
	.threeDim td.name {
		font-size:11px;
		background-position:-2px top;
		width:25%;
	}
	.threeDim tr td.name strong,
	.threeDim tr td.conditions strong {
		font-size:12px;
		color:#8e5c71;
	}

.threeDim td.conditions {
	padding:0;
	background:#fff url(../images/tkt-tbl-cond-bg.jpg) left top repeat-x;	
}
.threeDim td td {
	background: none;
}

.threeDim td.asterix {
	padding-right: 0px;
}
.threeDim td.firstCond {
	padding-left: 5px;
}


/* Footer */
div#Footer p {
	font-size:0.9em;
	margin: 0 0 0 20px;
	color: #6f6f6f;
}
div#Footer .subtle {
	margin: 0;
	color: #b5b5b5;
}

/* Featured Items */
div.featuredItem h2 {
	font-size:1.1em;
	margin:10px;
}
div.featuredItem h2.flag {
	font-size:1.0em;
	color: #707070;
	margin:10px;
	padding:5px 0 0 30px;
	text-transform: uppercase;
	background: transparent url(../images/female/icon-tee-flag.jpg) left top no-repeat;
}
div.featuredItem p {
	margin:10px;
}

hr {
	clear: both;
	border:0;
	color:#ccc;
	background-color:#ccc;
	margin:20px 0;
	height:1px;
}
hr.playerHR {
	margin:0 10px;
}

.contentLiner {
	padding:10px;
}

/* Global styles */
h1 {
	background: transparent url(../images/hdr-maincontent-bg.jpg) left top no-repeat;
	height:32px;
	line-height:32px;
	padding-left:10px;
}
div#SideContent h1 {
	background: transparent url(../images/hdr-sidecontent-bg.jpg) left top no-repeat;	
}

div#FullMainContent h1 {
	background: transparent url(../images/hdr-fullmaincontent-bg.png) no-repeat left top;
}


/* Articles */
.news strong {
	color: #505050;
}
.news .date {
	color: #505050;
	font-size: 11px;
}
.news .latestItem {
	font-size:1.1em;
}
div#Pagination a.page {
	text-decoration: underline;
}
.article h2 + p {
	font-weight:bold;
	color: #505050;
}


/* Players */
.featuredPlayer h3,
.featuredPlayer p { 
	margin: 5px;
}
.featuredPlayer img {
	display: block;
}











