/* Meyer Reset Reloaded Start */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-align: left;
}
/* remember to define focus styles! */
:focus {
	outline: 1;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-size: 74%;
	text-align: left;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Meyer Reset Reloaded End */

/*** QUOTES ***/
blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/*** FORMS ***/
fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend { font-weight: bold; font-size:1.2em; }
label { font-weight: bold; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ffffaa; }
input, select { cursor: pointer; }
input[type='text'],input[type='password'] { cursor: text; }

/*** LISTS ***/
ul li { margin-left: .85em; }
ul { list-style-type: disc; }
ul ul { list-style-type: square; }
ul ul ul { list-style-type: circle; }
ol { list-style-position: outside; list-style-type: decimal; }
dt { font-weight: bold; }

/*** TABLES ***/
table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
th, td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }

/*** MARGINS & PADDINGS ***/
blockquote *:first-child { margin: .8em 0; }
hr, p, ul, ol, dl, pre, blockquote, address, table, form { margin-bottom: 1.6em; }
/*** NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 ***/
h1 { margin: 1em 0 .5em;  }
h2 { margin: 1.07em 0 .535em; }
h3 { margin: 1.14em 0 .57em; }
h4 { margin: 1.23em 0 .615em; }
h5 { margin: 1.33em 0 .67em; }
h6 { margin: 1.6em 0 .8em; }
th, td { padding: .8em; }
caption { padding-bottom: .8em; } /*** padding instead of margin for IE ***/
blockquote { padding: 0 1em; margin: 1.6em 0; }
fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /*** padding-top is margin-top for fieldsets in Opera ***/
legend { padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; } /*** compensates for the opera margin bug ***/
textarea, input { padding: .3em .4em .15em .4em; }
select { padding: .1em .2em 0 .2em; }
option { padding: 0 .4em; }
a { position: relative; padding: 0.3em 0 .1em 0; } /*** for larger click-area ***/
dt { margin-top: .8em; margin-bottom: .4em; }
ul { margin-left: 3em; }
ol { margin-left: 3em; }
ol ol, ul ol { margin-left: 2.5em; }
form div { margin-bottom: .8em; }

/*** COLORS ***/
div#mainContent a:link, div#footer a:link { text-decoration: none; color: #36c; }
div#mainContent a:visited, div#footer a:visited { text-decoration: underline; color: #99c; }
div#mainContent a:hover, div#footer a:hover { text-decoration: underline; color: #c33; }
div#mainContent a:active, div#footer a:active, div#mainContent a:focus, div#footer a:focus { text-decoration: underline; color: #000; }

/*** NO LINK ICON (use class="noicon" to remove the link icon from a specific link) ***/
body a.noicon { background:none !important; padding:0 !important; margin:0 !important; }

/*** LINK PADDING FOR ICONS ***/
div#mainContent a[href^="http:"],
div#mainContent a[href^="mailto:"],
div#mainContent a[href$=".pdf"],
div#mainContent a[href$=".doc"],
div#mainContent a[href$=".xls"],
div#mainContent a[href$=".rss"],
div#mainContent a[href$=".rdf"],
div#mainContent a[href^="aim:"] { padding:2px 22px 2px 0; margin:-2px 0; background-repeat: no-repeat; background-position: right center; }

/*** EXTERNAL LINK ICONS ***/
div#mainContent a[href^="http:"]          { background-image: url(../images/icons/external.png); padding-right: 14px; }
div#mainContent a[href^="mailto:"]        { background-image: url(../images/icons/email.png); }
div#mainContent a[href^="http:"]:visited  { background-image: url(../images/icons/visited.png); }

/*** FILE LINK ICONS ***/
div#mainContent a[href$=".pdf"]   { background-image: url(../images/icons/pdf.png); }
div#mainContent a[href$=".doc"]   { background-image: url(../images/icons/doc.png); }
div#mainContent a[href$=".xls"]   { background-image: url(../images/icons/xls.png); }

/*** MISCELLANEOUS LINK ICONS ***/
div#mainContent a[href$=".rss"],
div#mainContent a[href$=".rdf"]   { background-image: url(../images/icons/feed.png); }
div#mainContent a[href^="aim:"]   { background-image: url(../images/icons/im.png); }
div#mainContent a[href^="http://www.hamiltonhawkeyebaseball.org"] { background:none; padding:0; margin:0; }


html{
	background-color: #262626;
	color: #121212;
}

body {
	background: url(../images/topBackground.png) repeat-x;
   	font-size:100%;
   	line-height:1.15em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
}

body p{
    	font-size:0.8em;
   	margin-bottom: 1em;
}

div#container{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FEFDF7;
	padding: 0;
	height: 100%;
	border: 0px solid #000;
	border-right-width: 1px;
	border-left-width: 1px;
}

div#header{
	float: left;
	margin:0;
	padding:0;
	height: 231px;
	width: 100%;
}

div#navigation{
	float: left;
	width: 100%;
}

div#topLinks{
	color: #FFF;
	width: 960px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	line-height: 25px;
	font-size: .7em;
}

div#topLinks a,a:link,a:visited{
	color: #FFF;
	text-decoration: none;
	padding: 0;
}

div#topLinks a:hover{
	text-decoration: underline;
}

div#navigation{
	width: 100%;
	float: left;
}

div#footer{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	width: 920px;
	color: #999999;
	font-size: .8em;
	margin-top: 20px;
	padding: 20px;
	clear: both;
	overflow: hidden;
	border: 0px #ccc dotted;
	border-top-width: 1px;
}

div#leftCopyright{
	width: 500px;
	padding-right: 10px;
	float: left;
	text-align: left;
}

div#leftCopyright p{
	display: inline;
	margin: 0;
	vertical-align: top;
}

div#rightCopyright{
	width: 400px;
	margin-left: 10px;
	float: right;
	text-align: right;
}

div#rightCopyright img{
	display: inline;
	float: right;
	margin-left: 10px;
}

div#rightCopyright p{
	text-align: left;
	display: inline;
}

ol,ul{
	font-size: .8em;
}

strong{
	font-weight: bold;
}

.gold{
	color: #FFCC00;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
	font-weight: bold;
   background-color: #f3f3f3;
	font-family: Verdana, Arial, sans-serif;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

#mainContent img{
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px
}

#mainContent img{
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px
}
	

#mainContent .wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: .75em;
text-align: left;
   line-height: 1.4em;
   padding: 5px;
   margin: 0;
}

div#sidebar table{
	color: #121212;
	font-family: "Helvetica Neue",Helvetica,Arial,Tahoma,Geneva,sans-serif;
	font-size: .65em;
	line-height: .9em;
	margin-left: auto;
	margin-right: auto;
	width: 210px;
}	

div#sidebar td, div#sidebar th {padding: .7em;}
div#sidebar th{ font-weight: bold; font-size: 1.1em;}
div#sidebar th.color, div#sidebar td.color{background-color: #eee;}
div#sidebar td.hamilton{background-color: #ffcc00; font-size: 1.1em;}

div#mainContent h2{
	font-family: Arial, Verdana, sans-serif;
	font-size:1.5em;
	font-weight: bold;
	line-height: 1.2em;
}

div#mainContent div.post p.postInfo{
	width: 100%;
	clear: both;
	color: #999999;
	font-size: .9em;
	margin-bottom: 15px;
}

div#mainContent #wp_page_numbers ul, div#mainContent #wp_page_numbers li, div#mainContent #wp_page_numbers a{background:white; padding:0; margin:0; border:none; text-decoration:none; font-weight:normal; font-style:normal; list-style:none; text-transform:none; text-indent:0px; font-variant:normal; text-align:left; line-height:12px; letter-spacing:0px; word-spacing:0px; font-size:11px; font-family:Arial}

div#mainContent #wp_page_numbers{margin-top:10px; width:100%; background:transparent; margin-bottom:10px}

div#mainContent #wp_page_numbers ul{width:100%}

div#mainContent #wp_page_numbers li{float:left; display:block; margin-bottom:2px}

div#mainContent #wp_page_numbers a{padding:3px; padding-left:5px; padding-right:5px; margin-left:2px; margin-right:2px; display:block; color:#333; border:1px solid #ccc}

div#mainContent #wp_page_numbers li a:hover{border-color:#c33; text-decoration:underline}

div#mainContent #wp_page_numbers li.space{padding:6px; padding-left:2px; padding-right:2px}

div#mainContent #wp_page_numbers li.first_last_page{font-style:italic}

div#mainContent #wp_page_numbers li.active_page a{border-color:#0075b8; border-style: solid;}

div#mainContent #wp_page_numbers li.active_page a:hover{color:black; text-decoration:underline; border-color:#c33;}

div#mainContent #wp_page_numbers li.page_info{float:left; display:block; padding:3px; padding-left:5px; padding-right:5px; margin-right:2px; color:#333; font-size:11px; border:1px solid #bfbfbf}
