/*<group=General Styles>*/

body {
	background-color: #fff; 
	margin: 0; 
	padding: 0;
	font-family: Helvetica, "Century Gothic", Arial, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	font-size: 13px; 
	line-height: 1.1em;
	color: #339; 
}

a:link {
	color: #933; 
	text-decoration: none;
}

a:visited {
	color: #633;
	text-decoration: none;
}

a:hover, a:active {
	color: #c33; 
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 { 
	margin: 0; 
	padding: 0;
	line-height: 1em;
}

h1.caltop { 
	border-bottom: 0px;
}


p { 
	margin: 0px; 
	padding-right: 5px; 
	padding-bottom: 5px;
}

img { 
	border: 0;
}

img.right { 
	float: right;
}

img.floatleft, .alignleft { 
	float: left; 
	padding: 5px;
}

img.floatright, .alignright { 
	float: right; 
	padding: 5px 0 5px 5px;
}

img.floatrightborder { 
	float: right; 
	margin: 5px 0 5px 5px;
	padding: 3px;
	border: 1px solid #339; 
	background: #cc9; 
}

.clearer {
	clear: both;
}

/*</group>*/

/*<group=Layout>*/

#top {
	position: absolute; 
	top: 0px; 
	background: #cc9; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 125px;
}

#top2 {
	position: absolute; 
	top: 0px; 
	background: transparent; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 125px;
	background-image: url('images/head5.gif'); 
	background-repeat: no-repeat; 
	background-position: top center;
}

#leftshell {
	margin: 0; 
	position: absolute; 
	top: 147px; 
	width: 33%; 
	padding: 5px;
}

.left {
	background: #cc9; 
	margin: 5px 5px 10px; 
	padding: 10px;
	border: 1px solid #339; 
}

.left h1 {
	text-align: center; 
	border-bottom: 2px solid #339; 
	margin: 10px 0 2px; 
	font-size: 1.4em;
}

.left h2 { 
	font-size: 1em;
	padding-top: 10px;
}

.left h3 { 
	font-size: 1em;
}

.left h4 { 
	text-align: right;
	font-size: 1em;
	padding: 5px 0 5px;
}

.left h5 { 
	font-size: .9em; 
	font-weight: normal;
	line-height: 1.1em;
}

.left h6 { 
	font-size: .8em; 
	font-weight: normal;
	line-height: 1.1em;
}

.left p { 
	font-size: .8em; 
	font-weight: normal;
	line-height: 1.1em;
}

#mainshell { 
	background-color: #FFF; 
	position: absolute; 
	left: 34%; 
	top: 147px; 
	padding: 0; 
	margin: 0;
	width: 66%;
}
	
#main {
	padding: 10px;
}

#main h1 { 
	font-style: normal; 
	text-align: center; 
	border-bottom: 2px solid #339; 
	margin: 10px 0 30px; 
	font-size: 1.8em;
}

#main h1.withsub { 
	margin: 10px 0 0; 
}

#main h2 { 
	border-bottom: 1px solid #339; 
	margin-top: 10px; 
	font-size: 1.6em;
}

#main h3 { 
	padding-top: 5px; 
	padding-bottom: 5px;
	font-size: 1.2em;
}

#main h4, span.more { 
	text-align: right;
	font-size: 1em;
	padding-bottom: 2px;
	font-weight: bold;
}

#main h5 {
	font-size: 1em;
	font-weight: bold;
}

#main h5.sub {
	font-weight: normal;
	padding: 2px 0 5px;
}

#main h6 {
	text-indent: 45%; 
	font-size: 1em;
	font-weight: normal;
	padding-top: 6px;
}

#main p { 
	text-indent: 15px;
}

#main p.noindent { 
	text-indent: 0px;
}

#main ol { 
	padding-left: 20px;
}

#main ol li{ 
	margin-bottom: 15px;
}

#main ul li{ 
	margin-bottom: 15px;
}

#menu {
	margin: 0; 
	position: absolute; 
	top: 125px; 
	width: 100%; 
	background: #339; 
	padding: 0; 
	height: 22px;
}

#menu ul {
	position: absolute;
	top: 0px; 
	padding: 4px 0 0;
	margin: 0;
	width: 100%;
}

#menu ul li {
	display: inline;
	float: left;
	width: 16%;
	text-align: center; 
	font-weight: bold;
	font-size: 17px;
}

#menu ul li a {
	color: #c33;
}

#menu ul li li a:link {
	color: #933;
}

#menu ul li li a:hover, #menu ul li li a:active {
	color: #c33;
}

#menu ul li li a:visited {
	color: #633;
}

#menu ul ul {
	display : none;
}

#menu ul ul li {
	list-style-type: none; 
	border: 1px solid #339; 
	background: #cc9; 
	position: relative; 
	padding: 2px; 
	text-align: left; 
	font-size: 13px;
	margin: 0;
	width: 80%;
}

#menu ul li:hover > ul  {
	font-weight: bold;
	display: block; 
	position: relative; 
	top: -2px; 
	left: 10%;
}

#menu ul ul ul li {
	padding: 2px; 
	width: 100%;
}

#menu ul ul ul  {
	font-weight: bold;
	display: block; 
	position: relative; 
	top: -2px; 
	left: 10%;
}

.blog-entry {
	padding-bottom: 15px;
}

.blog-entry li {
	text-indent: 0;
	line-height: .5em;
}

.blog-entry-body {
	text-indent: 15px;
}

.blog-entry-title {
	font-weight: bold;
	border-bottom: 1px solid #339; 
	margin-top: 10px; 
	font-size: 1.6em;
	line-height: 1em;
	text-indent: 0;
}

.blog-entry-date {
	padding-top: 5px; 
	padding-bottom: 5px;
	text-indent: 0;
}

table {
	margin: 0 auto;
}

.album-title { 
	font-weight: bold; 
	text-align: center; 
	border-bottom: 2px solid #339; 
	margin: 10px 0 30px; 
	font-size: 1.8em;
	line-height: 1em;
}

.photo-background {
	padding: 20px;
	margin: auto;
}

.left ul {
	list-style-type: none; 
	padding: 0;
	margin: 0;
}

.left ul ul {
	list-style-type: none; 
	padding: 0;
	margin-left: 10px;
}

.entry-body h5 {
	padding-top: 5px;
}

ul.archive-list {
	list-style-type: none; 
	padding: 5px 0 0;
	margin: 0;
	line-height: 1.5em;
}

.content-nav {
	padding: 0 0 15px;
	text-align: center; 
}

.entry-footer, .posted, .comment-footer, .postmetadata {
	text-align: right; 
	font-size: .8em; 
}

.trackbacks p {
	text-align: center; 
	font-size: .8em; 
}

#comments-open-data, #comments-open-text {
	padding: 5px 0 5px;
}

blockquote, .comment, ol.commentlist li {
	border: 1px solid #339;
	background-color: #ffc;
	padding: 8px;
	margin-bottom: 5px;
}

.center {
	text-align: center;
}

.comments-open h5 {
	margin-bottom: 10px;
}

table.softball {
	 text-align: center;
	 font-size: 11px;
	 border: 1px solid #999; 
}

.title {
    color: #339;
    background-color: #cc9;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bold;
}

.date {
    color: #339;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

tr.tablerow {
    background-color: #ffc;
    vertical-align: top;
}

tr.alternaterow {
    background-color: #cc9;
    vertical-align: top;
}

td.player {
	text-align: left;
}

.sortcolumn {
    color: #006;
    background-color: #99c;
}

.tableheadings {
    color: #cc9;
    background-color: #339;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

.tableheadings a {
	color: #c33;
}

.separator {
	background-color: #999;
}