/*
	CSS code by Liam Aleguire - 2006, 2007, 2008, 2009
	
	Dragonfc.org Screen Styles
	
	Table of Contents:
		Layout
		Top Navigation
		Main Content
		Typography
		Forms
*/


/*  -----------------------------------------------
  Layout
----------------------------------------------- */

body {
	margin: 25px 0px; 
	padding: 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	background-color:#803315;
	background-image:url(../images/bg_repeat.gif);
	}
	
#MainBody a, #BottomFooter a {
	color: #7a3113;
	text-decoration:none;
	font-weight:bold;
	}
	
#Content {
	width: 670px;
	margin: 0px auto;
	text-align: left;
	background-image:url(../images/middle_bg.jpg);
	background-repeat:repeat-y;
	}
	
#TopLogo {
	background-image:url(../images/top_bg.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	}
	
#BottomFooter {
	background-image:url(../images/bottom_bg.jpg);
	height: 36px;
	background-position: bottom right;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	}



/*  -----------------------------------------------
  Top Navigation
----------------------------------------------- */

#nav ul{
   padding : 0;
   margin : 0;
   white-space : nowrap;
   position:relative;
   left: 150px;
   margin-top: 47px;    /* top: 30px; would work in firefox but not IE 6*/
}

#nav ul li{
   display : inline;
   padding-right: 10px;
}

#nav ul li a{
	text-decoration:none;
	color: #FFF;
	padding: 2px 4px 4px 4px;
}

#nav ul li a:hover{
	background-color:#0741c2;
}

.NavHighlight {
	background-color:#0741c2;
	color: #FFF;
	padding: 2px 4px 4px 4px;
}




/*  -----------------------------------------------
  Main Content
----------------------------------------------- */

.TitleImg {
    position:relative;
    left:373px;
	top: 26px;
	width: 225px;
	text-align:center;
	}

#MainBody {
	margin-left: 25px;
	margin-right: 19px;
	}
	
#MainBody h2 {
	font-size: 100%;
	color: #000;
	font-weight: normal;
	padding: 2px 10px 0px 128px;
	display: block;
	height: 1%;  /*IE6 hack for initially invisible text (peekaboo bug - http://www.communitymx.com/content/article.cfm?page=2&cid=C37E0*/
	}
	
#MainBodyVideo {
	margin-left: 40px;
	margin-right: 19px;
	}
	
#MainBodyVideo h2 {
	font-size: 100%;
	color: #000;
	font-weight: normal;
	padding: 2px 10px 0px 128px;
	display: block;
	height: 1%;  /*IE6 hack for initially invisible text (peekaboo bug - http://www.communitymx.com/content/article.cfm?page=2&cid=C37E0*/
	}
	
.MainContentDashed {
	border-top: 1px dashed #cccc99;
	border-bottom: 1px dashed #cccc99;
	padding-bottom: 100px;
	display: block;
	}

.MainLeftText {
	float: left;
	margin: 0px 15px 0px 15px;
	}
	
.MainLeftImage {
	float: left;
	background-color: transparent;
	width: 320px;
	}
	
.MainLeftImage img {
	border: thin #4871cd solid;
	}
	
#GamePhotos {
	margin: 0px auto;
	text-align: left;
	}
	
#GamePhotos img {
	border: thin #4871cd solid;
	}
	
.MainLeftImage h6 {  /* image caption */
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	width: 294px;
	}
	
#MainCenteredContent {
/*	width: 270px;*/
	margin: 0px auto;
	text-align: left;
	}

.AdditionalNews {
    position:relative;
    left:15px;
	width: 500px;
	}
	
#DottedLine {
	border-bottom: 1px dashed #cccc99;
	}
	
#SolidLine {
	border-bottom: 1px solid #333;
	width: 625px;
	margin-left: 25px;
	margin-bottom: 4px;
	}
	
.TableHeading {
	background-color:#e8e5b2;
	border: thin solid #cccc99;
	text-align: center;
	font-weight: bold;
	color: black;
	}
	
.TableHeadingAlternate {
	background-color:#e8e5b2;
	border: thin solid #cccc99;
	text-align: center;
	font-weight: bold;
	color: #0741c2;
	}
	
.TableRowGray {
	background-color: #ececec;
	}
	
.TableRowWhite {
	background-color: #ffffff;
	}
	
.TableFooting {
	font-size: 11px;
	}
	
#PlayersLeft {
	border: 1px solid #7a3113;
	padding: 4px;
	width: 410px;
	margin: 0px auto;
	height: auto;
	display: block;
	}

#PlayersLeft img {
	vertical-align: middle;
	padding-right: 8px;
	float: left;
	}
	
#PlayersRight {
	border: 1px solid #7a3113;
	padding: 4px;
	width: 410px;
	margin: 0px auto;
	height: auto;
	display: block;
	}

#PlayersRight img {
	vertical-align: middle;
	padding-left: 8px;
	float: right;
	}
	
#MainHeading {
	margin: 0px auto;
	width: auto;
	}
	
table {
	margin: 0px auto;
	}
	
.SlideLeft {
	float: left;
	background-color:#e8e5b2;
	margin-right: 12px;
	margin-top: 3px;
	margin-bottom: 10px;
	padding: 5px;
	border: thin solid #cccc99;
	}
	
#ClearLeft {
	font-size: 11px;
	clear: left;
	}
	
.PrintSchedule {
	vertical-align: middle;
	display: inline;
	margin-left: 180px;
	font-size: 11px;
}
	
	
/*  -----------------------------------------------
  Typography
----------------------------------------------- */
	
.gray {
	color: #666;
	}
	
.smaller {
	font-size: 10px;
	}
	
H1 {
	font-size: 12px;
	font-weight: normal;
	}
	
.headline {
	font-size: 20px;
	}
	
