/*  
-----------------------------------------------
warrington dragons style
version:  04.27.2009
----------------------------------------------- 
*/
body { 
	font-size: 59%; /* Resets 1em to 10px */
	font:  82%/150% Tahoma, 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, clean, sans-serif;
/*	background-color: #6f6f6f;*/
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0; 
	background-image: url("../image/water.jpg");
	background-repeat: 
	}
	
h6 { font-weight: normal; }

.keyword { 
	font-weight: bold; 			
	color: blue; 		
} 		

.codeComment { 			
	color: green; 		
	} 

#headerDesc {
		position: absolute;
		top: 30px;
		left: 250px;
		height: 15px;
		width: auto;
		padding: 4px;
		border: 1px solid white;
	}

#content {
	font-size: 1.0em;
	width: 550px;
	margin-left: 160px;
}
	
#nav {
	color:white;
  	position:absolute;
	top: 70px;
	left: 190px;
	height: 25px;
	width: auto;
	border-left: 1px solid white;
  }

 #nav a, #nav strong, #nav em {
  float:left;
  display:block;
  padding:2px 6px 7px;
  border-width:0;
  border-style:none;
  border-right:1px solid white;
  text-decoration:none;
  text-transform:lowercase;
  color:white;
  voice-family: "\"}\"";
  voice-family:inherit;
  height:1.2em;
  } html>body #nav a, html>body #nav strong, html>body #nav em {height:1.2em;}
#nav strong {
  border-bottom:5px solid white;
  padding-bottom:2px;
  color:#000;
  }
#nav a:hover {
  color:#f00;
  }
/* \ Hack to get IE5/Mac to ignore the following rule */
#nav a:hover {
  border-bottom:5px solid white;
  padding-bottom:2px;
  }
#nav strong a {
  float:none;
  display:inline;
  border-width:0;
  padding:0;
  }
#nav strong a:hover {
  border-bottom-width:0;
  }
#nav em {
  float:none;
  display:block;
  padding-left:0;
  padding-right:0;
  border-right-width:0;
  }
#nav span {display:none;}
.narrowcolumn {
	padding: 0px 10px 0px 10px;
	
	}
	
.post {
	margin: 0 0 0px;
	}

#headerimg 	{ 
	margin: 10px;
	padding:0px;
	position: relative;
	height: 74px; 
	width: 95px; 
	left:30px;
	top:35px;
} 

#salButton {
	color: black;
	font-size: 1.0em;
	background-color:#ef0118;
	height: 45px;
	position: absolute;
	top: 120px;
	left: 10px;
	width: 140px;
	text-align: center;
	font-weight: bold;
}
#salButton a {
	color: black;
	font-size: 1.0em;
	background-color:#ef0118;
	text-align: center;
	font-weight: bold;
	display:block; 
}

#ussButton {
	color: white;
	font-size: 1.0em;
	background-color:#4169E1;
	position: absolute;
	top: 180px;
	left: 10px;
	width: 140px;
	text-align: center;
	font-weight: bold;
}

#ussButton a {
	color: white;
	font-size: 1.0em;
	background-color:#4169E1;
	text-align: center;
	font-weight: bold;
	display:block; 
}
 
#usdButton {
	color: black;
	font-size: 1.0em;
	background-color:#FFA600;
	position: absolute;
	top: 222px;
	left: 10px;
	width: 140px;
	text-align: center;
	font-weight: bold;
}

#usdButton a {
	color: black;
	font-size: 1.0em;
	background-color:#FFA600;
	text-align: center;
	font-weight: bold;
	display:block; 
}

#usalogo {
	position: absolute;
	top: 330px;
	left: 10px;
	width: 140px;
	text-align: center;
}

#malogo {
	position: absolute;
	top: 400px;
	left: 10px;
	width: 140px;
	text-align: center;
}

#sallogo {
	position: absolute;
	top: 525px;
	left: 10px;
	width: 140px;
	text-align: center;
}

#adbar {
	color: #99CCFF;
	font-size: 1.4em;
	background-color:#eeeff0;
	height: 300px;
	position: absolute;
	top: 120px;
	left: 10px;
	padding: 10px;
	width: 115px;
	border: 1px dashed #99CCFF;
	text-align: center;
}


/* Begin Sidebar */
#sidebar {
	padding: 8px;
	border: 1px solid #000000;
	position: absolute;
	top: 159px;
	left: 733px;
	width: 160px; 
	background-color: #eee;
	z-index: 100;
}

/* End Sidebar */	
	
#sidebar ul, #sidebar ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
#adbar ul, #adbar ol {
	margin: 0;
	padding: 0;
	}

#adbar ul li {
	list-style-type: none;
	list-style-image: none;
	text-align: center;
	margin-bottom: 15px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family:  Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em  Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family:  Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em  Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.2em "Courier New", "Courier";
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: red;
	text-decoration: none;
	}

a:hover {
	color: red;
	text-decoration: underline;
	}
	

/* End Typography & Colors */



/* Begin Structure */



.widecolumn {
	padding: 10px 0 20px 0;
	margin: 10px 0 0 160px;
	width: 450px;
	}
	


.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
img.ppost {
	border: 1px solid #999999;
	padding: 4px;
	margin: 5px 10px 2px 0px;
	display: inline;
	background-color: #ffffff;
}

img.wpPost {
	text-align: center;
	border: 1px solid #999999;
	padding: 4px;
	display: inline;
	background-color: #ffffff;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */





/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.centertable {border:1px solid #dde9ec; text-indent:3px; text-align: center;}

.icon { vertical-align: middle; margin: 3px; }

div#right-column {
		position: absolute;
	
 /* float: right; */
 right: 5px;
  width: 14.0em;
  margin-left: 1.25em;
  margin-top: 5px;
}

div#right-column-box {
	margin: 10px 10px 10px 10px;
	margin-left: 5px;
	margin-right: 10px;
}

.buttonContainer {
  width: 150px;
  padding: 5px;
}

.buttonBlogContainer {
  width: 200px;
  padding: 5px;
}

div#mayButton, div#juneButton, div#julyButton {
  font-size: 1.0em; 
  font-weight: bold;
  background-color: #0000ff;
  color: #f4d218;
  text-align: center;
}

div#mayButton a, div#juneButton a, div#julyButton a {
  color: #f4d218;
  background-color: #0000ff;
  display:block; 
}

#contact-name {
	padding-left: 25px;
	font-size: 0.90em;
	font-style: italic;
	line-height:1.2em;
}

#news-tab {
	background-color: red;
	width: 75px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
}

#news-body {
	border: 2px solid red;
	padding: 8px;
	font-size: 1.0em; 
}

/**
Start of common styles
**/
#outterBorder {
	margin: 20px auto;
	padding: 0;
	width: 930px;
	height: auto;
	border: 1px solid #2b60de;
	background-color: white;
	text-align: center;
}


#header 	{ 
    background-color:#2b60de;
	margin: 0;
	padding: 0px; 
	height: 175px; 
	width: 910px;
}

#headerTitle {
	color:#ffe87c;
  	position:absolute;
		top: 60px;
		left: 160px;
		height: 60px;
		width: auto;
		font-family: Palatino Linotype;
  	font-size:40px;  	
  	vertical-align: middle;
  }

#sponsorBox {
    position:absolute;
    right:4px;
    top:5px;
    border:1px solid #ffe87c;
    height:162px;
    width:302px;
    }
    
#sponsorTitle {
    width:100%;
    text-align:center;
    background-color:#ffe87c;
    color: #2b60de;
}    

#sponsorArea {
    background-color:#ece5b6;
    width: 100%;
    height: 142px;
    text-align:center;
    vertical-align:middle;
}

#addRotator {
    border:solid 1px black;
}

#addRotator img{
    display:block;
    margin:auto;
}


#sponsorTitle a {
    color: #2b60de;
    font-weight: bold;
}    

    
#page {
	position: relative;
	background-color: white;
	width: 910px;
	height: auto;
	margin: 8px auto;
	padding: 0;
	border: 1px solid #2b60de;
	text-align: left;
	}
	
#footer {
	padding: 1px 0 0 1px;
	margin: 0 auto;
	width: 100%;
	clear: both;
	background-color: #2b60de;
	border-top: 2px solid #FDD017;
	}
	
div#right-column-title, div#right-column-title1 {
	font-size: 1.1em; 
	font-weight: bold;
	background-color: #2b60de;
	color: #ffe87c;
	border-bottom: 2px solid #FDD017;
	text-align: center;
}

div#right-column-body, div#right-column-body1 {
	background-color: #ece5b6;
}

div#right-column-body ul, div#right-column-body1 ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-position: inside;
	font-size: 0.90em;
}
	
div#right-column-body ul li, div#right-column-body1 ul li {
	padding: 0px;
}

div#right-column-body1 ul li a, div#right-column-body ul li a {
	color: #404040;
	padding: 0px;
}

#blogButton {
	top: 190px;
	left: 10px;
	width: 140px;
}

#invButton {
	top: 230px;
	left: 10px;
	width: 140px;
}

#teamButton {
	top: 270px;
	left: 10px;
	width: 140px;
}

.roundButton {
	color: #ffe87c;
	font-size: 1.0em;
	background-color:#2b60de;
	position: absolute;
	text-align: center;
	font-weight: bold;
}

.roundButton a {
	color: #ffe87c;
	font-size: 1.0em;
	background-color:#2b60de;
	text-align: center;
	font-weight: bold;
	display:block; 
}

#footer p {
	color: #ffe87c;
	font-size:.85em;
	line-height:1.2em;
	margin: 0;
	padding: 0;
	text-align: center;
	}

.new_content {margin: 10px; width: 100%; }
.projecttable {border:1px solid #2b60de; }
.projecttable hr { vertical-align:middle; }
.projecttable-title { background-color:#eeeff0; height: 30px; font-size: 1.1em; font-weight: bold; }
.projecttable-header { background-color:#c5d8e7; font-size: 1.0em; height:20px; }
.projecttable-allheader { background-color:#c5d8e7; font-size: 9px; }
.projecttable-stripegrey { background-color:#eeeff0; height:16px; border-right: 1px solid #dde9ec;  border-bottom: 1px solid #dde9ec; }
.projecttable-stripegreynr { background-color:#eeeff0; height:16px; border-bottom: 1px solid #dde9ec;  }
.projecttable-stripegreyra { background-color:#eeeff0; height:16px; border-right: 1px solid #dde9ec;  border-bottom: 1px solid #dde9ec; text-align: right;}
.projecttable-stripewhite { background-color: #FFFFFF; height:16px; border-right: 1px solid #dde9ec;  border-bottom: 1px solid #dde9ec; }
.projecttable-stripewhitenr { background-color: #FFFFFF; height:16px; border-bottom: 1px solid #dde9ec; padding: 5px; }
.projecttable-stripewhitera { background-color: #FFFFFF; height:16px; border-right: 1px solid #dde9ec;  border-bottom: 1px solid #dde9ec; text-align: right;}

.news-title { background-color: #2b60de; height: 30px; font-size: 1.0em; font-weight: bold; color:#ffe87c; text-indent: 3px}

/**
Need to Cleanup
**/

div#practiceTitle, div#practiceTitle2, div#salInvitationalTitle, div#champsTitle, div#fundraiserTitle {
  font-size: 1.0em; 
  font-weight: bold;
  background-color: #2b60de;
  color: #ffe87c;
  text-align: center;
}

div#practiceTitle a, div#practiceTitle2 a, div#salInvitationalTitle a, div#champsTitle a, div#fundraiserTitle a {
  color: #ffe87c;
  background-color:#2b60de;
  display:block; 
}

/* center image */
.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: ...;
    height: ...;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
</style>
<!--[if lt IE 8]><style>
.wraptocenter span {
    display: inline-block;
    height: 100%;
}
