/* This file is the CSS stylesheet for the navigation portal or
   home page of the Action Racket Theatre web site. The styles
   are concerned primarily with the home page table, the <h1>
   and a <td> class for the revision date. */

/* STYLES FOR HEADERS */

/* NOTE: All header styles will be divided into three classes:
   BLUE (#012595), GREEN (#11A420) and PURPLE (#B306A4). */

/* Adjust top and bottom page margins to fit entire page */

body {
     margin-top: 0px;
     margin-bottom: 0px;
}

#announcement {
	border: none;
	height: 50px;
	width: 500px;
	padding: 5px 35px 5px 35px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;
	color: white;
	background-color: #11a420;	/* Action Racket Green */
}

#portal_header {
	position: absolute;
	top: 75px;
	left: 265px;
}

#portal {
	position: absolute;
	top: 60px;
	left: 185px;
	width: 635px;
	height: 491px;
	border: solid 4px #808080;
}

#portal_top {
	height: 60px;
	width: 629px;
	border-bottom: solid 2px #808080;
	float: left;
}

#portal_logo {
	width: 629px;
	height: 363px;
	float: left;
}

#portal_bottom {
	height: 60px;
	width: 629px;
	border-top: solid 2px #808080;
	float: left;
}

#revised {
	position: absolute;
	top: 565px;
	left: 405px;
}

/* DIV style for buttons */

.button {
	float: left;
}

/* <h1> CLASSES */

h1.blue {
      color: #012595;
      text-align: center;
      font-size: 24pt;
}

h1.green {
      color: #11A420;
}

h1.purple {
      color: #BE06A4;
}

/* <table> CLASSES */

table {
       margin-left: auto;
       margin-right: auto;
       border-spacing: 0pt;
}

td {
       margin-left: auto;
       margin-right: auto;
       vertical-align: middle;
}

/* SITE LAST UPDATED */

td.update {
       color: #012595;
	   padding-top: 12px;
       text-align: center;
       font-size: 9pt;
       font-weight: bold;
       font-style: italic;
       margin-left: auto;
       margin-right: auto;
       vertical-align: middle;
}

.rev_date {
	color: #012595;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
}
