/* The League Main Stylesheet                      */
/* By: ThinqSoft, LLC                              */
/* http://www.thinqsoft.com                        */
/* v1.0 | 2010-10-20                               */
/* (c) 2011 The League, All Rights Reserved        */

/*******************************************************************
 * INITIALIZATION AND SETUP
 *******************************************************************/

@charset "utf-8";

* {	/* Fix for IE browsers */
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	color: #FFF;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-family: 'PapyrusRegular', sans-serif;
}

a img {
	border: none;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
/* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/*******************************************************************
 * LINK DECORATION
 *******************************************************************/

a:link {
	color: #42413C;
	text-decoration: underline;
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

/*******************************************************************
 * LAYOUT BORDERS
 *******************************************************************/
/*
.container {
	border: 1px solid white;
}

.content {
	border: 1px solid red;
}

.footer {
	border: 1px solid blue;
}

.header {
	border: 1px solid blue;
}
*/

/*******************************************************************
 * MAIN CONTENT
 *******************************************************************/

.container {
	width: 960px;
	margin: 0px auto;
	min-height: 100%;
	background: #000;
}

.content {
	overflow: auto;
	position: relative;
}

/*******************************************************************
 * SITE-WIDE UTILITY DIVs
 *******************************************************************/

#dividerLine {
	margin: 2em auto;
	background: url(../images/break_line.png) no-repeat center;
	width: 600px;
	height: 3px;
	clear: both;
}

.imageTable {
	margin: 1em 0px;
	text-align: center;	
	display: block;
}

.imageTable table {
	width: 100%;
}

.imageTable table tr td {
	padding: 0px 10px;
	vertical-align: middle;
}

#linkTitle {
	font-weight: bold;	
}

p {
	margin-top: 1em;
	font-family: 'PapyrusRegular', sans-serif;
	font-size: 1.2em;
}

ul {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 1em;
	list-style: square;
	list-style-position: inside;
}

ul li {
	font-family: 'PapyrusRegular', sans-serif;
	font-size: 1.2em;
}

/*******************************************************************
 * PAGE-SPECIFIC SETTINGS
 *******************************************************************/

#contentStandard h1 {
	margin-top: 1em;
	font-size: 1.6em;
	font-weight: bold;
}

#contentCentered h1 {
	margin-top: 1em;
	font-size: 1.6em;
	font-weight: bold;
}

#contentCentered {
	text-align: center;
}

#contentIndex ul {
	padding-left: 50px;
	padding-right: 50px;
}

#contentIndex ul li {
	margin-top: 1em;
}

/*******************************************************************
 * STALLIONS (LEFT/RIGHT MOTIF)
 *******************************************************************/

#stallionIntro {
	text-align: center;
}

#stallionTitle {
	margin-top: 1em;
	font-weight: bold;
	font-family: 'PapyrusRegular', sans-serif;
	font-size: 1.6em;
}

#stallionDescription {
	font-size: 1em;
	font-family: 'PapyrusRegular', sans-serif;
	font-size: 1.2em;
}

.stallionOffspring {
	clear: both;	
}

.stallionLeft {
	clear: both;
	padding-top: 2em;
	position: relative;
}

.stallionLeft p {
	margin-top: 0px;
	margin-bottom: 1em;
	font-family: 'PapyrusRegular', sans-serif;
	font-size: 1.2em;
}

.stallionLeft #listingPic {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

.stallionRight {
	clear: both;
	padding-top: 2em;
	position: relative;
}

.stallionRight p {
	margin-top: 0px;
	margin-bottom: 1em;
	font-family: 'PapyrusRegular', sans-serif;
	font-size: 1.2em;
}

.stallionRight #listingPic {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

/*******************************************************************
 * MARES (LEFT/RIGHT MOTIF)
 *******************************************************************/

#mareTitle {
	margin: 0px;
	font-family: 'PapyrusRegular', sans-serif;
	font-size: 1.6em;
	font-weight: bold;
}

#mareDescription {
	font-family: 'PapyrusRegular', sans-serif;
	font-size: 1.2em;
}

.mareLeft {
	clear: both;
	padding-top: 2em;
	position: relative;
}

.mareLeft p {
	margin-top: 0px;
	margin-bottom: 1em;
	font-family: 'PapyrusRegular', sans-serif;
	font-size: 1.2em;
}

.mareLeft #listingPic {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

.mareRight {
	clear: both;
	padding-top: 2em;
	position: relative;
}

.mareRight p {
	margin-top: 0px;
	margin-bottom: 1em;
	font-family: 'PapyrusRegular', sans-serif;
	font-size: 1.2em;
}

.mareRight #listingPic {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}