@charset "utf-8";


body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, #footer, #menu, #header, .popup, .popupalt, .openbutton, .name {
	font-family: Plantin, "Plantin std", "Plantin", "Baskerville", Georgia, "Times New Roman", serif; 
}

a:focus {
	outline: none; /* removes the focus boxes in FF */
}

#background {
	background: #FFFFFF url(../images/background_top.gif) no-repeat center 17px;
	padding-top: 60px;
}

#wrapper {
	width: 760px;
	min-height: 400px;
}
#header {
	width: 760px;
	height: 72px;
	background: url(../images/logo_goodstuff.gif) no-repeat left top;
	margin-bottom: 30px;
	text-align: right;
}
#header h1 {
	display: none;
}
#header .date {
	color: #666;
	font-size: 12px;
}


/* ------- content ------- */

#content {
	width: 530px;
	float: right;
	padding-left: 40px;
	/*padding-bottom: 40px;*/ /* don't need this when using alt footer image */
	text-align: left;
	color: #666;
	font-size: 13px;
	line-height: 18px;
}
#content .grey {
	/*color: #666;
	font-size: 19px;
	line-height: 25px;
	font-weight: bold;
	font-style: italic;*/
	display: none;
}
#content h1 {
	color: #f93;
	font-weight: normal;
	margin: 0;
	font-size: 24px;
	line-height: 27px;
	letter-spacing: 1px;
}
#content h2 {
	color: #f93;
	font-weight: normal;
	margin: 0;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
}
#content h3 {
	color: #090;
	font-weight: normal;
	margin: 0;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
}
#content h4 {
	color: #f93;
	font-weight: normal;
	margin: 0;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;
}
#content h5 {
	color: #090;
	font-weight: normal;
	margin: 0;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;
}
#content h6 {
	color: #f93;
	font-weight: normal;
	margin: 0;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 1px;
}
#content a {
	color: #090;
	text-decoration: none;
	border-bottom: 1px dotted #090;
}
#content a:hover {
	color: #f93;
	border-bottom: 1px solid #f93;
}
#content ul {
	padding-left: 10px;
	margin-left: 10px;
}
#content .testimoan {
	background: url(../images/test_quote.gif) no-repeat left;
	height: 22px;
	padding-left: 30px;
	font-style: italic;
	margin-bottom: 15px; /* temp bodge */
}
#content .faceim {
	border: 1px dotted #ddd;
	padding: 1px;
	margin-left: 5px;
	margin-bottom: 5px;
}
#content .green {
	color: #090;
}
#content .orange {
	color: #f93;
}
#content .red {
	color: #FD0101;
}
#content .darkgreen {
	color: #006245;
}
#content .yellow {
	color: #FFBC27;
}
#content .blue {
	color: #2034B7;
}

/* ------- pop-out testimonials ------- */

.name {
	padding-left: 30px;
	font-weight: bold;
	font-style: italic;
}
.popup {
	width: 0px;
	position: relative;
	/*left: -30px;*/
	float: left;
}

.popup img {
	/*position: absolute;*/
}

.popup div { 
	display: none;
	position: absolute;
	z-index: 100;
	left: -3px;
	top: -3px;
	_top: -3px;
	#top: -3px;
	font-style: italic;
}

.popup:hover div {
	display: block;
	width: 460px;
	background: #eee url(../images/test_quote_dark.gif) no-repeat 2px 2px;
	border: 1px solid #ddd;
	padding: 5px; /*10px;*/
	padding-bottom: 5px;
	padding-left: 33px;
}

.popup div em {
	font-weight: bold;
	line-height: 28px;
}

/* ------- opening buttons ------- */

#content .openbutton {
	height: 28px;
	line-height: 28px;
	border-top: 1px dotted #ddd;
}

#content .openbutton a {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #f93;
	text-decoration: none;
	border: 0;
}
#content .openbutton a:hover {
	color: #f93;
	/*background: #eee;*/
	background: url(../images/openbutton_bg.jpg) repeat-x top;
}
#content .more {
	padding-bottom: 5px;
}
#content .more p {
	margin-top: 0px;
}

/* ------- footer ------- */

#footer {
	width: 830px;
	padding: 15px;
	/*background: #FFFFFF url(../images/background_bottom.gif) no-repeat center top;*/ /* removed because of alt bottom image */
	background: #FFFFFF url(../images/background_bottom_alt.gif) no-repeat center top; /* alt bottom image */
	padding-top: 56px; /* added because of alt bottom image */
	font-size: 11px;
	color: #666;
	clear: both;
}
#footer strong {
	color: #090;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer .credits {
	display: block;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #BBB;
}
#footer .credits a {
	color: #BBB;
}


/* ------- menu ------- */

#menu {
	width: 190px;
	text-align: right;
	float: left;
}
#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menu ul li {
	font-size: 15px;
	padding-bottom: 10px;
}
#menu ul li ul {
	padding-bottom: 5px;
}
#menu ul li ul li{
	font-size: 12px;
	padding: 0px;
	padding-top: 5px;
}
#menu a {
	color: #090;
	text-decoration: none;
	letter-spacing: 1px;
}
#menu a:hover {
	color: #f93;
}