/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Tommi Page Pack
  Horizontal 3 Column Fluid
  -----------------------------------
*/
/*Background color is set to light tan and shows through only in the footer region and below.*/
body {
	font-family: Corbel,"Trebuchet MS", Verdana, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #FBF4EA;
	min-width: 760px;
	margin: 0;
	padding: 0;
}
/*The masthead contains the Tommi logo. Left padding is set to 160px so that the logo 
aligns with middle column. Background color is set to white.*/
#masthead {
	padding: 0 0 0 20px;
	background-image: url(../images/mastbg.jpg);
	background-repeat:no-repeat; background-position:left top;
	background-color: #4a5600;
	border-bottom: 14px solid #555555;
}
/*The wrapper envelopes all page elements- including the masthead. It carries the white
background color is set to white. Margin must be declared, even if it is zero, in order to 
accomodate an IE-Windows workaround for min-width deployed in a conditional comment on the page.
For more info on the workaround, see the readme_first file.*/
#pagewrapper {
	margin: 0;
	background-color: #FFFFFF;
}
/*Sidecontent is the first content column.*/
#sidecontent {
	padding: 24px 24px 12px;
	width: 160px;
	font-size: 0.85em;
}
/*The midcolumn TD is the center content cell. Nested inside are a decorative image
and the menubar. A gradient background image is assigned.*/
#midcolumn {
	width: 216px;
	background-image: url(../images/tommy_sbgmelon.jpg);
	background-repeat: repeat-y;
	background-color: #E2DC8E;
	border-right: 1px solid #616161;
	border-left: 1px solid #616161;
}

/*This DIV sits at the top of the midcolumn table cell and contains
a decorative image.*/
#artwork {
	border-bottom: 1px solid #000000;
}

.image-right {
	border: 1px solid #000000;
	margin: 6px;
	float: right;
}
.image-topright {
	border: 1px solid #000000;
	margin:  0 6px 6px 6px;
	float: right;
}
.image-topright-nobdr {
	border: 0px solid #000000;
	margin:  0 6px 6px 6px;
	float: right;
}
.image-left {
	border: 1px solid #000000;
	margin: 0 6px 0 6px;
	float: left;
}
/*The menubar DIV is the container for our menu. We set a background color.
Font-size is set to .9em, setting the menu text size.*/
#menubar {
	font-size: 0.9em;
	background-color: #555555;
	color: #CCCCCC;
}
/*The maincontent TD is the right column that contains the page's main content.
A background image is set to display at the top left edge. To give this image room
to display, we set left padding to 72px.*/
#maincontent {
	padding: 12px 24px 12px 24px;
	font-size: 0.85em;
	background-image: url(../images/lbghz.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffff;
	line-height: 1.3em;
}

#maincontent td ul, li {line-height: 1.1em; margin: 2px 0 2px;}

/*Paragraphs margins*/
#maincontent p, #sidecontent p {
	margin: 6px 0 8px;
	max-width: 500px;
}
/*Style attributes common to all level 1-4 headings*/
h1, h2, h3, h4 {
	margin: 0;
	line-height: normal;
	color: #003399;
}
/*Style attributes specific to all level 1 headings*/
h1 {
	border-bottom: 1px solid #686868;
	font-size: 1.8em;
}
/*Style attributes specific to all level 2 headings*/
h2 {
	font-size: 1.8em;
	margin: 18px 0 0;
}
/*Style attributes specific to all level 3-4 headings*/
h3 {
	font-size: 1.5em;
	margin: 18px 0 0;
}

h4 {
	font-size: 1.35em;
	margin: 14px 0 8px;
}
/*Style attributes specific to all level 4 headings in the sidecontent TD.*/
#sidecontent h4 {
	margin: 0;
	font-size: 1.35em;
}

/*Style attributes specific to all level 5 headings in the sidecontent TD.*/
#sidecontent h5 {
	margin: 0;
	font-size: 1.2em;
}

#blog {padding: 8px 0 8px 0;}

#blog h2 {
	border-top: 1px solid #FFCC00; 
	margin: 4px 0 4px 0; 
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;  
	font-size: 1.5em;
	color: #0066CC;
}

#date {font-size: 0.8em; color:#999999; padding:4px 0 4px 0:}
#small {font-size: 0.8em; color:#000; padding:4px 0 4px 0:}


/*Footer styles.*/
#footer {
	padding: 12px 24px;
	font-size: 0.75em;
	border-top: 1px solid #000000;
	color: #5A5A5A;
}

/*-----PAGE LINK STYLES --------*/
/*We assign specific link styles for links based upon the element that contains them.*/
#maincontent a:link, #sidecontent a:link {
	color:#0066FF;
}
#maincontent a:visited, #sidecontent a:visited {
	color: #0066FF;
}
#maincontent a:hover, #maincontent a:active, #maincontent a:focus,
#sidecontent a:hover, #sidecontent a:active, #sidecontent a:focus {
	color: #006600;
}
#footer a:link {
	color: #006699;
}
#footer a:visited {
		color: #006699;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #006600;
}

.noscreen {display:none;}

table.goals { border: 1px solid #efefef; text-align:left;}
table.goals td { border: 1px solid #efefef;  text-align:left;}

/*-----PMM MENU STYLE UPDATES for this PAGE PACK-------*/

/*We change the default hover and "on" colors to match the LEMON graphics*/
#p7PMnav a:hover, #p7PMnav a:active, 
#p7PMnav a:focus, #p7PMnav .p7PMon {
	border-top: 1px solid #F4DB82;
	border-left: 1px solid #F4DB82;
	background-color: #F1CD52;
}

table.grid, table.grid th, table.grid td {
	border-collapse: collapse;
	border: 1px solid #000;
	vertical-align: top;
	
}
table.grid {
	margin: 20px 0px;
}

table.grid th, table.grid td {
	width: 13%;
}

table.grid th {
	background: #ffe4b5;
}



table.grid th.cal_top {
	background: #B0E0E6;
	font-size: 16pt;
}

table.grid td {
	background: #FFF;
}

