/* Rochester Transgender Organization */
/* Devious Fish redesign, 6/2010.  © 2010 Perette Barella. */
/* $Id: rnytg.css,v 1.1 2010/06/29 22:13:04 perette Exp $ */

BODY {
	background-color: #FCE;
	font-family: "Bookman", "Times", serif;
}

UL#navigationbar,
UL#navigationbar > LI {
	background: #CCC;
}

/* ========== Page title ========== */
DIV.rtgheader {
	margin: 0;
	background: url(rtg-title.png);
	min-height: 104px;
	background-repeat: repeat-x;
	background-position: left center;
}
DIV.rtgheader * {
	margin: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	vertical-align: middle;
}


/* ========== Gutter styles ========== */
DIV#leftgutter,
DIV#rightgutter {
	background: #CEF;
	border: 1px solid #ACD;
	border-radius: 2ex;
	-moz-border-radius: 2ex;
	-webkit-border-radius: 2ex;
}
DIV#leftgutter H3,
DIV#rightgutter H3 {
	margin-top: 0.5ex;
	text-align: center;
}

/* ========== Content styles ========== */

H1, H2, H3, H4, H5, H6 {
	font-family: "Arial", sans-serif;
}

UL.resourcelist {
	list-style-type: none;
	padding-left: 0;
	margin-left: 1ex;
}
UL.resourcelist LI {
	margin-bottom: 2ex;
}


/* ========== Lists on links page ========== */
DL.xlinks DT {
	font-size: 110%;
	font-weight: bold;
}

DL.xlinks DD {
	margin-left: 5ex;
	margin-bottom: 1.5ex;
}


/* ========== Resource tables ========== */

TABLE.resourcetable {
	border: 1px solid black;
	border-collapse: collapse;
}
TABLE.resourcetable TR {
	vertical-align: top;
}
TABLE.resourcetable TH {
	background: #CEF;
}
TABLE.resourcetable TH,
TABLE.resourcetable TD {
	border: 1px solid black;
	padding: 0 1ex;
}
TABLE.resourcetable TD.phone {
	white-space: nowrap;
}
TABLE.resourcetable TR TD:first-child SPAN {
	font-style: italic;
}

/* ========== Event list on home page ========== */
UL.eventlist {
	margin-left: 0;
	margin-bottom: 1.5ex;
	list-style-type: none;
	padding: 0;
}
UL.eventlist LI {
	border: 0;
}
SPAN.event {
	display: block;
	margin-bottom: 1.5ex;
}
SPAN.eventdate {
	margin-top: 1.5ex;
	font-weight: bold;
	display: block;
}
DIV#navigation SPAN.eventtime {
	display: inline;
	font-weight: normal;
	font-size: 80%;
}
SPAN.eventtitle {
	font-weight: bold;
	display: block;
}
SPAN.eventdetails {
	font-size: 90%;
	display: block;
	font-weight: normal;
	font-style: italic;
	padding-left: 2ex;
}

