﻿/* wrjlofts.org */

body, div, h1, h2, h3, p, ul{
	margin: 0;
	padding: 0;
}

a{
	color: #cc9966;
	text-decoration: none;
}
a:hover{ text-decoration: underline; }



h1{
	margin-top: 15px;
	margin-bottom: 10px;
	font: normal 1.4em Veranda, sans-serif;
	color: #cc6633;
}

h2{
	margin-top: 15px;
	margin-bottom: 10px;
	font: normal 1.4em Veranda, sans-serif;
	color: #cc6633;
}

h3{
	margin-top: 14px;
	margin-bottom: 5px;
	font: normal 1.2em Veranda, sans-serif;
	color: #cc6633;
}

p{ line-height: 1.25em; }

ul{ padding-left: 25px; }

hr{ display: none; }

#wrj{
	background: #ADA96E;
	font: normal .9em Veranda, sans-serif; color: #333333;

	
}

/* wrappers --------- */
#wrapper{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 685px;
	background: #FFFFCC no-repeat;
	
}
#candy-wrapper{
	position: relative;
	margin: 0 auto;
	padding: 0;
	margin-top: 25px;
	width: 723px;
	
}

/* header & nav styles ---------------------- */
#header{ text-align: center;
font: normal .9em, Veranda, sans-serif;}
#header img#logo{
	margin-top: 50px;
	margin-bottom: 30px;
}
#header-type{ display: none; }
#header-tag{ display: none; }

ul#nav{
	padding: 8px;
	padding-left: 30px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}
ul#nav li{
	padding-right: 15px;
	display: inline;
	text-transform: none;
	font: 1em, "Trebuchet MS", Lucida, sans-serif;
}
ul#nav a:hover{
	color: #6C8749;
	border-bottom: 1px dotted gray;
	text-decoration: none;
}
a.nav-select {
	border-bottom: 1px dotted gray;
	color: #6C8749;
}

/* content style */
#content{
	width: 450px;
	float: left;
	padding: 20px 0px 20px 20px;
}
#content p{ line-height: 1.35em; }

#content .callout{
	padding: 14px;
	background: #336633;
}
#content .callout li{
	padding-left: 0;
	padding-top: 12px;
	padding-bottom: 8px;
	border-top: 1px solid #FFFFCC;
	border-bottom: 1px solid #FFFFCC;
}
#content .callout li{
	display: none;
	list-style-type: none;
}
#content .callout li#primary-feature{ display: block; }
#content .callout img{ width: 100%; }
#content .callout a{color: white;}
#content .callout p{ line-height: 1.25em; }
#content .callout p.credit{
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 75%;
	color: #FFFFCC;
}
#content .callout p.credit a{ color: #FFF6D0; }
#content .callout h2{ margin-top: 5px; color: white; }
#content .callout h2 a{ color: white; }
#content .callout p{ color: #FFF6D0; }

#content ul.orglist a{ font-weight: bold; }
#content ul.orglist li{ padding-bottom: 10px; }

.thumb{
	float: left;
	padding: 4px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 4px;
	border: 1px solid gray;
}
#sidebar .thumb{ margin-top: 0; }

#map{
	padding-top: 15px;
	height: 45px;
}


/* footer style */
#footer{
	clear: both;
	padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
	border-top: 1px solid gray;
}
#footer p{
	padding-bottom: 2px;
	font-size: 85%;
	color: #857F6D;
}
#footer a{ border-bottom: 1px solid gray; }
#footer a:hover{ text-decoration: none; }

/* content-page ------------------------------------------- */
.content-page #content p{ padding-bottom: 15px; }
.content-page #content h2{ font: normal 1.5em Lucida, sans-serif; color: #9C5242;  }

/* IE fixes ----------------------------------------------- */
#candy-wrapper{
	padding: 0px 19px 0px 19px;
	voice-family: "\"}\"";
	voice-family: inherit;
}
html>body #candy-wrapper{ padding: 0; }

#sidebar{
	width: 195px;
	voice-family: "\"}\"";
	voice-family: inherit;
}
html>body #sidebar{ width: 175px; }

#content{
	width: 470px;
	voice-family: "\"}\"";
	voice-family: inherit;
}
html>body #content{ width: 645px; }