@charset "UTF-8";
/* CSS Document for Ross Beveridge's Site    August 14, 2008 */

/* For the record, here are the CSU Colors:
Greens:
#003B0E
#006130
#00573F

Golds:
#AD7500
#AD8744
#C38200
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(media/fernback2.png);
	-webkit-text-size-adjust: 100%; /* Recommended fix covers iOS devices Safari */
	font-size: 100%;
	padding: 0px;
	margin: 0px;
}

/* Outer most container for all blocks in the page body */
#contents {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	width: 90%;
	margin-top: 18px;
	margin-left: auto;
	margin-right: auto;
	border-style: groove;
	border-color: #AD8744;
	border-width: 8px;
	padding: 5px;
}

div.contents780 {
	min-width: 780px;
}

#rossHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-shadow: 0.1em 0.1em #AAAAAA;
	background-color: #FFFFFF;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: 0.5em;
	padding: 1px;
}

#rossHeaderNav {
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 1px;
	background-image: url(media/poppyBuild3.png);
	width: 582px;
	height: 107px;
}

#rossCSULogo {
	float: right;
	margin-top: 8px;
}

table.rossNav {
	color: #FFFFFF;
	text-shadow: 0.1em 0.1em #000000;
	text-align: left;
	margin-left: 200px;
	margin-top: 26px;
	width: 400px;
	border: thin;
}

/* Each navigation item in the navigation header is an anchor with the following style, including the four pseudo classes to define dynamic appearance. */
a.rossNavItem {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a.rossNavItem:link {
	color: #FFFFFF;
}

a.rossNavItem:visited {
	color: #FFFFFF;
}

a.rossNavItem:hover {
	color: #FE901E;
}

a.rossNavItem:active {
	color: #FE901E;
}

p.rossPageTitle {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* The class for the page footer.  It is similar to the header in that 
   a background image is used to provide a visually distinct region with
	fuzzy edges */
#rossFooter {
	display: block;
	clear: both;
	background-image: url(media/footerBuild3.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	padding-top: 24px;
	width: 770px;
	height: 74px;
	font-size: 75%;
}

#rossFooterLeft {
	float: left;
	margin-left: 16px;
	text-align: left;
	color: #FFFFFF;
	padding: 1px;
}

#rossFooterRight {
	float: right;
	margin-right: 12px;
	text-align: right;
	padding: 1px;
}

#rossFooterNav {
	text-align: center;
	color: #FFFFFF;
}

a.foot:link {
	color: #FFFFFF;
}

a.foot:visited {
	color: #FFCC00;
}

a.foot:hover {
	color: #FFFFFF;
}

a.foot:active {
	color: #FFCC00;
}

/* Additional styles including the style for the main contents */
#main {
	font-size: 80%;
	margin-left: 16px;
}

p.compactIndent1 {
	margin-bottom: 0px;
	padding: 0px;
}

p.indent {
	margin-left: 16px;
}

p.compactIndent2 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 32px;
	margin-right: 16px;
	padding: 0px;
}

div.picRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	float: right;
	padding: 1px;
	margin-left: 16px;
	margin-top: 0px;
}

img.homePic {
	float: right;
	margin-top: 0px;
	margin-left: 16px;
}

table.tight {
	margin-left: 16px;
}

td.tghtLeft {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

td.tghtRight {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

/* A picsum is a table that uses a picture on the left to highlight a short description of an activity */
table.picsum {
	border-collapse: collapse;
	text-align: left;
	margin-left: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}

tr.picsumRow {
	border: #000000;
	border-top-style: ridge;
	border-top-color: #006600;
	border-top-width: thick;
}

td.picsumLeft {
	padding-top: 4px;
	vertical-align: top;
}

td.picsumRight {
	padding-top: 4px;
	vertical-align: top;
	padding-left: 16px;
}