/* Rochester Transgender Organization */
/* Devious Fish redesign, 6/2010.  © 2010 Perette Barella. */
/* $Id: rnytg.css,v 1.3 2011/12/16 02:27:42 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 DIV {
	margin: 0 auto;
	padding: 1ex 0;
	text-align: center;
	vertical-align: middle;
}


/* ========== Gutter styles ========== */
DIV#rightcolumn {
	width: 33%;
}
DIV#rightgutter {
	width: 100%;
}
DIV#leftgutter,
DIV#rightgutter {
	background: #CEF;
	border: 1px solid #ACD;
	border-radius: 2ex;
}
DIV#leftgutter H3,
DIV#rightgutter H3 {
	margin-top: 0.5ex;
	text-align: center;
}
UL#navigation {
	background: #CEF;
}

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

H1, H2, H3, H4, H5, H6 {
	font-family: "Arial", sans-serif;
}
H1 {
	margin-bottom: 0;
}
P.slogan {
	margin-top: 0;
	font-style: italic;
}


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 ========== */
ABBR.dtend,
SPAN.until {
	display: none;
}


