/* CSS styles for the Central Coast Alumnae Association of */
/* Delta Gamma pages */
/* Designed by K Huehn, March 2006 */

@import url(undohtml.css) all;

html, body {
	background: #fff none repeat; }

html, body, div, p, a, th, td, li, dd {
	border: 0 none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif; }

.window {
	position: absolute;
	left: 50%;
	width: 80%;
	margin: 0 0 50px -40%;
	background-color: ##69f;
	/*/*/
	background: #69f url(images/anchor.gif) no-repeat top left;
	border-style: solid;
	border-color: #7a6f50;
	border-right-width: 2px;
	border-bottom-width: 2px;
	/* */ }

html>body .window {
	margin: 5% 0 50px -40%; }

/* the next rules are workarounds to ensure that the page doesn't
get shrunk beyond readability. does not work in IE */

.window {
	min-width: 695px; }

.innerwindow {
	background-color: transparent; }

.header {
	margin: 0 0 0 125px;
	padding-bottom: 5px;
	/*/*/
	overflow: hidden;
	background: transparent url(images/roses.gif) no-repeat top right;
	/* */ }

.header h1 span {
	font-size: medium; }

@media screen {
	.header h1 { margin-bottom: 0;margin-left: 20px;background: transparent url(images/title.png) no-repeat top left;height: 93px; }
	.header h1 span { display: none; }
}

.nav {
	float: left;
	width: 140px;
	/*/*/
	margin-bottom: 0.5em;
	overflow: hidden;
	/* */ }

.nav ul, .nav ul li {
	width: 140px; }

.nav ul {
	list-style-type: none;
	margin: 50px 0 0;
	/*/*/
	line-height: 1.15em;
	/* */ }

.nav ul li {
	padding: 0;
	font-size: x-small;
	margin: 0 0 -2px; }

html>body .nav ul li {
	margin: 0 0 1px; }

.nav ul li a {
	display: block;
	width: auto;
	background-color: #f44273;
	color: #000;
	font-weight: bold;
	font-size: x-small;
	padding: 3px 1em;
	text-decoration: none;
	/*/*/
	background: #f44273 url(images/navbar.png) no-repeat bottom right;
	height: auto;
	/* */ }

.nav ul li a:hover {
	color: #fff;
	background-color: #cc3333;
	text-decoration: none;
	/*/*/
	background: #ab3985 url(images/navbar_d.png) no-repeat bottom right;
	/* */ }

.clear {
	clear: both; }

.content, .footer {
	margin: 0 0 0 150px;
	background-color: #dcd4f7; }

.inner {
	margin: 0.75em 0.75em 0;
	/*/*/
	padding-bottom: 20%;
	height: 100%;
	/* */ }

.inner p, .inner ul {
	font-size: 1em; }

.inner p {
	text-indent: 2em;
	margin-bottom: 1em;
	line-height: 1.5em; }

.inner ul {
	list-style-type: disc;
	padding-left: 2em;
	margin: 0 2em 1em; }

.inner table {
	width: 550px;
	background-color: #F7EED4;
	margin: 0 auto 1em;
	border: thin ridge #000;
	/*/*/
	border-right: 0 none;
	border-bottom: 0 none;
	/* */ }

.inner table th, .inner table td {
	color: #000;
	font-weight: normal;
	text-align: left;
	border: thin ridge #000;
	padding: 0.5em;
	/*/*/
	border-left: 0 none;
	border-top: 0 none;
	/* */ }

.inner table thead *, .inner table tbody * {
	font-size: x-small; }

td {
	vertical-align: top; }

.footer {
	background-color: #dcd4f7;
	padding: 0; }

.footer div {
	font-style: italic;
	padding: 2em 0.75em 0; }

.footer, .footer * {
	font-size: xx-small; }

a:hover {
	text-decoration: underline; }

h2 {
	font-size: 1.3em;
	margin-bottom: 1em; }

h3 {
	font-size: 1.1em;
	margin-bottom: 0; }

a {
	color: #9B0CD4;
	font-weight: bold; }

/* CSS Print styles */

@media print {
	body, .window, .innerwindow, .header, .nav ul li a, .nav ul li a:hover, .content, .footer, .clear { background: #fff none;border: 0 none;color: #000; }
	.footer * { font-size: 0.8em; }
	.inner table { width: auto; }
}