/** style.css **/

/* PSU COLORS

Green   #6a7f10
Brown   #60351d
Sienna  #a33f1f
Red     #d2492a
Accent
 Green  #a8b400
Orange  #dc9b32
Yellow  #e6dc8f
Gray    #474743
Blue    #00759a
Lt.Blue #a1d8e0

*/

:root {
    --background: #ccdddd;
    --center: #ccdddd;
    --highlight: #eecc33;
    --blue: #0077ff;
    --red: #cc3333;
    --purple: #9966cc;
    --ltgray: #333333;
    --dkgray: #888888;
}

body { background-color: var(--background); padding: 0px 15px; }

a:link { text-decoration: none; color: var(--blue); }

a:visited { text-decoration: none; color: var(--purple); }

a:hover, a:active { text-decoration: none; color: var(--red); }

.center_column h2 { font-family: "Courier New", serif; text-align: right; }

.center_column h3 { 
	font-family: "Courier New", serif; 
	margin-top: 21px;
	margin-bottom: 6px;
	margin-left: 5px;
}

p { line-height: 1.1 em; padding: 0px 4px 0px 10px; }

.contact { 
	clear: both;
	background-color: var(--highlight);
	padding: 0px 3px 0px 3px; 
	float: right;
	width: 210px;
	border: solid 2px;
	margin: 4px 12px 8px 8px;
	font-size: small;
} 
p.clear { clear: both; } 

h4.continfo { 
	font-family: "Courier New", serif;
	text-align: center; 
	text-size: large;
	margin-top: 10px;
	margin-bottom: 5px;
}

dl { 
	border: none; 
	padding: 0px;
}
dt { 
	float: left; 
	clear: left;
	width: 50px;
	text-align: right;
	font-weight: bold; 
}
dd { 
	margin: 0 0 6px 12px; 
	float: left; 
} 

.center_column {
	font-family: Helvetica, Verdana, san-serif;
	background-color: var(--center);
	width: 600px;
}

.main  { 
	padding: 5px; 
	padding-bottom: 50px;
}

img.portrait {
	display: block;
	float: right;
	border: solid 2px;
	border-color: var(--ltgray);
	margin: 12px;
}

li {
	padding: 2px 6px 4px 0px;
}

/** centered image **/
img.big {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px;
	border-color: var(--ltgray);
	align: top;
}

.footer { 
	padding-top: 100px;
	padding-bottom: 20px;
	border-top: solid 3px;
	border-color: var(--ltgray);
	font-style: italic; 
	font-size: x-small; 
    color: var(--dkgray);
}

.footer h3 { 
	font-style: italic; 
	text-size: small;
}
