/*
Theme Name: PomfretStyle
Theme URI: Your Theme's URI
Description: A brief description.
Version: 1.0
Author: Bill Vogel
Author URI: http://www.vtechstudios.com
*/


@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFFFCC;
	font-family:Verdana, Geneva, sans-serif;
}

#tablemenu {
background-color:#000000;
color:#FFFFFF;
text-align:center;
}
#tablemenu a {
	display: block;
	font-size: 12px;
	color: #FFFF00;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px 2px 2px 2px;
	margin: 0;
}
#tablemenu a:link {
	text-decoration: none;
	
}
#tablemenu a:visited {
	text-decoration: none;
}
#tablemenu a:hover {
    clear: both;
	background-color: #FFFF00;
	text-decoration: none;
	color: #000000;
}
#tablemenu a:active {
	text-decoration: none;
}
.rowOdd{
background-color: #D1FFC1;

}
.rowEven{
background-color: #D8EDFF;

}
#tableSel {
background-color:#006600;
font-size:12px;
}

#tableSel a {
	display: block;
	font-size: 12px;
	color: #FFFF00;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px 2px 2px 2px;
	margin: 0;
	}
	
#tableSel a:link {
	text-decoration: none;
	
}
#tableSel a:visited {
	text-decoration: none;
}
#tableSel a:hover {
    clear: both;
	background-color: #FFFF00;
	text-decoration: none;
	color: #000000;
}
#tableSel a:active {
	text-decoration: none;
}

.race{
font-size:12px;
font-weight:bold;
color:#009900;
}
#apDiv1 {
	position: relative;
	/*width:900px;*/
	width:800px;
	/*height:790px;*/
	z-index:1;
	left: 10px;
	top: 10px;
	background-color: #FFFFCC;
	margin-left:auto;
	margin-right:auto;
}
#apDiv2 {
	position:absolute;
	/*width:900px;*/
	width:800px;
	height:125px;
	z-index:2;
	background-color: #FFFF00;
	margin-left:auto;
	margin-right:auto;
	
}
#apDivmenu {
	position:absolute;
	width:800px;
	height:25px;
	z-index:3;
	top: 126px;
	left: 0;
}
.style1 {
	font-family: "Gill Sans";
	font-size: 48px;
	font-weight: bold;
}
#apDivEditable {
	position:absolute;
	width:800px;
	/*width:950px;*/
	height:640px;
	z-index:4;
	left: 0px;
	top: 151px;
	background-color: #FFFFCC;
	/*padding-left:50px;*/
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	margin:0 5px 0 5px;
	}

/*	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 */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 2px;/*was10*/
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
/* Keeps Captioned pics on same line*/
div.entry div {
	float: left;
}
/* failed to move all text to right
div.entry p strong {
	padding-left:50px;
}*/




