/* CSS Document */

body { background-image: url(images/background.png); font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; line-height: 150%;  }
a { color: #FF00FF; text-decoration: underline; font-weight: bold; }
hr.h3 { border: 0; width: 90%; color: #FF00FF; background-color: #FF00FF; height: 1px; margin-top: -1em; 
	margin-left:-5px; }
.emph { font-weight: bold; }
.centered { text-align: center; }
p.space { margin-bottom: 30px; }
blockquote { width: 75%; border: 2px solid #1C31C8; padding: 0px 20px 10px 20px;}
.attrib { font-style: italic; margin-top: -10px;}

/*graphics*/
#header { background-image: url(images/header_spacer.gif); background-repeat:
	tile; height: 145px; min-width: 500px; }
#logo { margin-right: 100%; padding: 0; position: absolute; float: left; }
#contact { padding: 0; clear: left; float: right; }

/*sidebar*/
#udm { position: relative; float: left; margin-top: 80px; 
 	border: 0px; height: 200%; min-height: 450px; }
.sidebar-item { margin-bottom: 20px;  
	padding: .5em; border: 0; background-image: url(images/navitem.png); 	
	background-repeat: tile; background-attachment: fixed; }
.sidebar-subitem { padding: .5em; } 


/*content*/
#container { margin-left: 300px; margin-right: 40px; margin-top: -20px; 
	width: auto; min-width: 400px; padding: 1em; line-height: 150%;  }
#inset-horiz {margin: 30px 10px 0px 10px; float: right; clear: right;
	border: 2px solid #FF00FF; width:350px; font-size: 13px; 
	padding: 10px; line-height: 120%; text-align: center; }		
#inset-vert {margin: 30px 10px 0px 10px; float: right; clear: right;
	border: 2px solid #FF00FF; width:250px; font-size: 13px; 
	padding: 10px; line-height: 120%; text-align: center; }		

/*Special*/
a.portland { font-family: "Comic Sans MS", Arial, sans-serif; font-variant: small-caps; 
	font-size: 20px; color: #1C31C8; line-height: 120%; }
div.portland {text-align: center; border: 2px solid #FF00FF; padding: 10px; 
	margin: 15px auto; width: auto;}


/* headers */
h1.welcome { font-family: "Comic Sans MS", Arial, sans-serif; font-size: 22px; 
	text-align: center; color: #000000; line-height: 140%; } 
h1.meta { visibility: hidden; font-size: 0px; line-height: 0%; }
h1 { font-family: "Comic Sans MS", Arial, sans serif; font-size: 18px; 
	text-align: left; text-indent: -15px; font-weight: bold; color: #FF00FF; 
	font-variant: small-caps; padding-top: 1em;}
h2 { font-family: "Comic Sans MS", Arial, sans serif; font-size: 16px; 
	text-align: left; text-indent: -10px; } 
h3 { font-family: "Comic Sans MS", Arial, sans serif; font-size: 14px; 
	text-align: left; text-indent: -5px; margin-top: -3px; } 
	
/* hostbaby calendar */
table { width: 100%; }
.calendar { border: 1px solid #FF00FF; width: 100%; padding: .5em; } 
td.calendar_event_1, td.calendar_event_2 { border: 1px solid #1C31C8; padding: 1em; }
.calendar_event_title_text { font-size: 16px; }
.calendar_venue_name { font-weight: bold; }
.calendar_notes_text { font-size: 12px; line-height: 120%; }

/* news */ 
p.by { font-size: 12px; } 

	
