/* @override 
	http://rutherforddust-org.securec7.ezhostingserver.com/rds/css/style.css
	http://www.rutherforddust.org/rds/css/style.css
*/

/* Rutherford Dust Society ~ main screen styles */

@import url(default.css);
@import url(typography.css);
@import url(diagnostic.css);

/* @group Globals */

body {
	font-size: 62.5%;
	background: #aea898 url(../images/bg-body.png) 50% 0;
	}

ul, ol, dl { margin-bottom: 1.5em; }

p + ul, p + ol {
	margin-top: 1.5em;
}

p.success {
	clear: both;
}

a { color: #480010; font-weight: bold; text-decoration: none; }
a:hover {text-decoration: underline; }
.content a {text-decoration: underline; }

ul.split,
ul.split3 {
	width: 100%;
	float: left;
	list-style: none;
	margin-left: 0;
	padding: 0;
}

ul.split li {
	float: left;
	clear: none;
	width: 47%;
	padding: 0 3% 0 0;
}

ul.split3 li {
	float: left;
	width: 30%;
	padding: 0 3% 0 0;
}

img {
	border: none;
}

img.border {
	padding: 4px;
	text-align: center;
	border: 1px solid #ccc2b2;
	background: #fbf8f3;
}

/* graphical HR's - http://borgar.undraland.com/s/2007/01/style-hr-elements/ */

hr {
	border: none;
	outline: none;
	clear: both;
	margin: 0;
	height: 4px;
	background: url(../images/rule.gif) no-repeat 50% 50%;
	}
* html hr {
	display : list-item;
	list-style : url(../images/rule.gif) inside;
	filter : alpha(opacity=0);
	width : 0;
	}
*:first-child+html hr {
	display : list-item;
	list-style : url(../images/rule.gif) inside;
	filter : alpha(opacity=0);
	width : 0;
	}

.content p strong em,
.content p strong i,
.content p b em,
.content p b i,
.content p em strong,
.content p i strong,
.content p em b,
.content p i b {
	margin-left: -40px;
	}
	
/* @group Globals - Tables
===================================== */

table { /* tables still need 'cellspacing="0"' in the markup? */
	border-collapse: collapse;
	border-spacing: 0;
	}

caption {
	font-weight: normal;
	text-align: left;
	}

th {
	border-left: none;
	border-right: none;
	background: none;
	}

td {
	border-left: none;
	border-right: none;
	}

tr.alt td { background: #eee; }

/* @end Globals - Tables
-------------------------------- */

/* @end GLOBALS
-------------------------------- */



/* @group Layout */

#container {
	width: 950px;
	margin: 0 auto;
	background: #f9f3ea;
	}

#content {
	position: relative;
	zoom: 1;
	padding: 2em 0;
	clear: both;
	background: #f9f3ea url(../images/bg-content.png) repeat-x;
	}

#primary {
	position: relative;
	
	width: 510px;
	padding: .3em 0 1.7em 80px;
	}
.oneCol #primary {
	width: auto;
	padding-right: 80px;
	}

.content,
.sidebar {
	min-height: 100px; /* Fixes odd no-content disappearing bug. */
	}

#left { float: left; }
#right { float: right; }

#right.sidebar {
	position: relative;
	width: 328px;
	margin: -3px -329px 0 0;
	}


/* @group Layout - Header
===================================== */

#header {
	position: relative;
	height: 187px;
	background: #48000d url(../images/bg-header.jpg);
	}

h1 {
	position: absolute;
	top: 44px;
	left: 320px;
	}
h1 a {
	display: block;
	width: 310px;
	height: 76px;
	text-indent: -9999px;
	background: url(../images/id.png);
	}
	

/* @end Layout - Header
-------------------------------- */


/* @group Layout - Footer
===================================== */

#footer {
	clear: both;
	min-height: 190px;
	padding: 2.5em 0;
	text-align: center;
	color: #fffec9;
	background: #111 url(../images/bg-footer.jpg);
	}

#footer p {
	font-size: 1.1em;
	font-style: italic;
	}

#footer p span {
	display: block;
	width: 148px;
	height: 36px;
	margin: 0 auto 12px;
	text-indent: -9999px;
	background: url(../images/id-sm.png)
	}
	

/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */



/* @group Nav/UI */

/* @group Nav - Primary
===================================== */

#navPrimary {
	position: absolute;
	bottom: -9px;
	left: -12px;
	width: 960px;
	margin: 0;
	padding: 0 0 9px 14px;
	list-style: none;
	background: url(../images/bg-navPrimary.gif) 0 100%;
	}
#navPrimary li {
	float: left;
	margin: 0;
	}

#navPrimary a {
	display: block;
	height: 36px;
	text-indent: -9999px;
	background: url(../images/bg-navPrimary-links.png);
	}

#navAbout a { width: 67px; background-position: -2px 0; }
#navAbout a:hover, #navAbout.current a { background-position: -2px 100%; }

#navHistory a { width: 82px; background-position: -69px 0; }
#navHistory a:hover, #navHistory.current a { background-position: -69px 100%; }

#navRestorationteam a { width: 170px; background-position: -151px 0; }
#navRestorationteam a:hover, #navRestorationteam.current a { background-position: -151px 100%; }

#navWines a { width: 66px; background-position: -321px 0; }
#navWines a:hover, #navWines.current a { background-position: -321px 100%; }

#navFacts a { width: 60px; background-position: -387px 0; }
#navFacts a:hover, #navFacts.current a { background-position: -387px 100%; }

#navPress a { width: 62px; background-position: -447px 0; }
#navPress a:hover, #navPress.current a { background-position: -447px 100%; }

#navMembers a { width: 91px; background-position: -509px 0; }
#navMembers a:hover, #navMembers.current a { background-position: -509px 100%; }

#navNewsletters a { width: 127px; background-position: -600px 0; }
#navNewsletters a:hover, #navNewsletters.current a { background-position: -600px 100%; }

#navLinks a { width: 62px; background-position: -727px 0; }
#navLinks a:hover, #navLinks.current a { background-position: -727px 100%; }

#navEvents a { width: 74px; background-position: -789px 0; }
#navEvents a:hover, #navEvents.current a { background-position: -789px 100%; }

#navContact a { width: 84px; background-position: -863px 0; }
#navContact a:hover, #navContact.current a { background-position: -863px 100%; }

/* @end Nav - Primary
-------------------------------- */


/* @group Nav - Secondary
===================================== */

.sidebar dl.nav {
	min-height: 155px;
	padding: 7px 0 0;
	text-align: center;
	background: url(../images/bg-navSecondary2.jpg) no-repeat 50% 0;
	}

.sidebar dl.nav dt {
	margin: 0;
	padding: 3px 0 2px;
	font-size: 1.8em;
	color: #fff;
	background: #480010;
	}

.sidebar dl.nav dd {
	position: relative;
	margin: 0;
	font-size: 1em;
	color: #fff;
	background: url(../images/bg-navSecondary-banner.png) no-repeat;
	}

.navSecondary {
	list-style: none;
	margin: 0 9px;
	padding: 2px 0 0;
	background: url(../images/bg-navSecondary-links.png);
	}

.navSecondary li {
	margin: 0;
	padding: 1px 0 0;
	border-bottom: 1px solid #8a9eb3;
	font-size: 1.4em;
	font-weight: 700;
	text-transform: uppercase;
	}

.navSecondary li a {
	display: block;
	color: #fff;
	text-decoration: none;
	}

.navSecondary li a:hover {
	text-decoration: underline;
	}

.navSecondary li.current a {
	color: #C1CEDB;
	text-decoration: none !important;
	}
	
.navSecondary li ul {
	margin: 0;
	padding: 0 20px 10px;
	list-style: none;
}
	
.navSecondary li ul li {
	font-size: 1em !important;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	border: none;
}

.navSecondary li.current ul li a {
	font-weight: normal;
	color: #fff;
}

.navSecondary li.current ul li a:hover {
	text-decoration: hover;
}

.navSecondary li.current ul li a.current {
	font-weight: bold;
	color: #C1CEDB;
}

.navSecondary li.current ul ul {
	display: none;
}

/* @end Nav - Secondary
-------------------------------- */


/* @group Nav - Utility
===================================== */

#navUtility {
	margin: 0 120px 41px;
	padding: 0 0 1px;
	border: 1px solid #4e4e4e;
	border-width: 1px 0;
	text-align: center;
	}

#navUtility li {
	display: inline;
	margin: 0;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.334;
	text-transform: uppercase;
	}

#navUtility a {
	padding: 6px;
	color: #fffca8;
	}

/* @end Nav - Utility
-------------------------------- */

/* @end NAVIGATION/UI
-------------------------------- */



/* @group Content */

/* @group Portals, Feeds
===================================== */

#svPortal dt {
	font-size: 1.8em;
}

#svPortal dt a {
	text-decoration: none;
}

#svPortal dt a:hover {
	text-decoration: underline;
}

/* @end Portals, Feeds
-------------------------------- */

/* @group Figure
===================================== */

.figure {
	float: right;
	position: relative;
	max-width: 500px;
	margin: 5px -320px 5px 10px;
	padding: 4px 4px 5px;
	text-align: center;
	border: 1px solid #ccc2b2;
	background: #fbf8f3;
	}

.figure img {
	display: block;
	margin: 0 auto 7px;
	}

.figure p {
	margin: 0;
	font-size: 1.4em;
	line-height: 1.5;
	color: #5f5443;
	}

/* @end Figure
-------------------------------- */


/* @group Gallery
===================================== */

#svGallery {}

#svGallery ul {
	margin-right: -10px;
	}

#svGallery li {
	width: 143px;
	margin: 0 10px 10px 0;
	padding: 9px;
	border: 1px solid #CCC2B2;
	background: #FBF8F3;
	text-align: center;
	color: #5F5443;
	}

#svGallery li a.gallery {
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto 5px;
	line-height: 100px;
	text-align: center;
	}

#svGallery li a.gallery img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
	}

#svGallery dl {}

#svGallery dt {
	font-weight: normal;
	}

#svGallery dt a {
	font-weight: normal;
	text-decoration: none;
	color: #5F5443;
	}
#svGallery dt a:hover {
	text-decoration: underline;
	color: #1A3A5B;
	}

/* @end Figure
-------------------------------- */


/* @group Home - Banner
===================================== */

#banner {
	padding: 43px 0 54px;
	border-bottom: 1px solid #48000f;
	text-align: center;
	background: #fffbdc url(../images/bg-banner.jpg);
	}

#banner h2 {
	left: auto;
	width: 579px;
	height: 63px;
	margin: 0 auto 9px;
	text-indent: -9999px;
	background: url(../images/txt-banner-h2.png);
	}

#banner h3 {
	width: 709px;
	height: 13px;
	overflow: hidden;
	margin: 0 auto 26px;
	text-indent: -9999px;
	background: url(../images/txt-banner-h3.png);
	}

#banner p {
	width: 870px;
	margin: 0 auto;
	font-size: 2.2em;
	line-height: 1.364;
	color: #000;
	}

/* @end Home - Banner
-------------------------------- */


/* @group Home - Welcome
===================================== */

#welcome {
	position: relative;
	padding: 66px 480px 27px 41px;
	border-bottom: 1px solid #dad5cd;
	background: #f9f3ea url(../images/bg-content.png) repeat-x;
	}

#welcome h2 {
	position: absolute;
	top: -21px;
	left: 334px;
	width: 282px;
	height: 49px;
	text-indent: -9999px;
	background: url(../images/txt-explore_discover.gif);
	}

#welcome h3 {
	height: 25px;
	margin: 0 0 1em;
	padding: 0 0 11px;
	border-bottom: 1px solid #ccc2b2;
	font-size: 1em;
	text-indent: -9999px;
	background: url(../images/txt-welcome.png) no-repeat;
	}

#welcome p {
	margin: 0 0 .278em;
	padding: 0 30px 0 8px;
	font-size: 1.8em;
	line-height: 1.556;
	color: #121212;
	}

#welcome .figure {
	width: 420px;
	margin: -11px -440px 0 0;
	}
#welcome .figure p {
	margin: 0;
	font-size: 1.4em;
	}

/* @end Home - Welcome
-------------------------------- */


/* @group Home - Features
===================================== */

#features {
	padding: 2.9em 0 2.9em;
	background: #f1ece4 url(../images/bg-features.jpg) repeat-x;
	}

#features .feature {
	float: left;
	width: 270px;
	padding: 0 0 2em 40px
	}

#features h3 {
	height: 11px;
	padding: 0 0 4px;
	border-bottom: 1px solid #b1a797;
	text-indent: -9999px;
	background-repeat: no-repeat;
	}

#features p {
	margin: 0;
	font-size: 1.4em;
	color: #222;
	}


#features .quote h3 {
	background-image: url(../images/txt-features-soil.png);
	}

#features .quote blockquote {
	margin: 0 0 -2px;
	padding: 6px 10px 0;
	}
#features .quote blockquote p {
	margin: 0;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	font-style: italic;
	text-align: left;
	color: #1a3a5b;
	}

#features .quote p {
	font-size: 1.2em;
	text-align: right;
	}

#features .quote cite {
	font-family: Helvetica;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #555;
	}


#features .visit {
	width: 240px;
	padding-left: 50px;
	}

#features .visit h3 {
	background-image: url(../images/txt-features-visit.png);
	}

#features .visit img {
	float: left;
	margin: 6px 10px 0 -1px;
	}

#features .visit p {
	margin: .858em 10px 0 0;
	line-height: 1.572;
	}
	
#features .newsletter li {
	font-size: 1em;
	/* background: url(../images/bg-input.png) no-repeat left top; */
}

#features .newsletter .buttons {
	text-align: right;
	margin: 0;
}

#features .newsletter h3 {
	background-image: url(../images/txt-features-newsletter.png);
	}

#features .newsletter p {
	margin: .858em 10px 0 0;
	line-height: 1.572;
	}

#features .newsletter p.clear {
	float: left;
	clear: both;
	margin: 20px 0 0;
	line-height: 1.2;
	}
#features .newsletter p.clear a img {
	float: left;
	margin: 0 10px 10px 0;
	}




/* @end Home - Features
-------------------------------- */


/* @group MODULES
===================================== */

div.intro {
	padding: 2.3em 0 1.8em;
	background: url(../images/bg-quote.png) no-repeat 27px 1.5em;
	}

div.intro blockquote {
	width: 870px;
	margin: 0 auto;
	}

div.intro blockquote p {
	margin: 0 0 1.364em;
	font-size: 2.2em;
	line-height: 1.364;
	font-weight: 700;
	color: #665c4e;
	}

div.intro blockquote p cite {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .637em;
	font-style: normal;
	text-transform: uppercase;
	color: #3a3a3a;
	}

/* @end MODULES
-------------------------------- */

/* @group Heritage Maps */

table#heritage-maps td {
	text-align: center;
}

table#heritage-maps img {
	display: block;
	margin: 0 auto 4px;
}

table#heritage-maps a {
	font-weight: normal;
}

/* @end */

/* @group Map */

.sysMap h2.pageTitle {
	display: none;
}

#nav-map {
	position: relative;
	width: 562px;
	height: 490px;
	margin: 0 auto;
}

#nav-map #nw-top,
#nav-map #ne-top,
#nav-map #nw,
#nav-map #ne,
#nav-map #sw,
#nav-map #se {
	position: absolute;
}

#nav-map #nw-top {
	top: 0;
	left: 0;
}

#nav-map #ne-top {
	top: 0;
	right: 0;
}

#nav-map #nw {
	top: 48px;
	left: 0;
}

#nav-map #ne {
	top: 48px;
	right: 0;
}

#nav-map #sw {
	left: 0;
	bottom: 0;
}

#nav-map #se {
	right: 0;
	bottom: 0;
}

/* @end */

/* @end MODULES
-------------------------------- */

/* @group Forms */

input,
select,
textarea {
	font-family: Helvetica, Arial, sans-serif;
	}
	
input,
textarea {
	border: 1px solid #b0b4b8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
}

form li {
	/* height: 31px; */
	margin: 0;
	padding: 0 0 .4em;
	font-size: 1.2em;
	/* background: url(../images/bg-input.png) no-repeat 140px top; */
}

form label {
	width: 135px;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
}

form label span {
	display: block;
}

form .buttons {
	text-align: left;
	margin: 10px 0 20px 145px;
}

form input {
	width: 250px;
	padding: 9px;
	font-size: 1.3em;
	color: #666;
	/* background: transparent; */
}

form button {
	width: 82px;
	height: 31px;
	padding: 0;
	border: 0;
	text-indent: -9999px;
}
	
form button.submit {
	background: url(../images/btn-submit.png);
}

form button.join {
	float: right;
	background: url(../images/btn-join.png);
}

form .attendees {
	position: relative;
	left: -40px;
	width: 550px;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #888;
}

form .attendees li {
	float: left;
	display: inline; /* IE6 */
	clear: none;
	width: 180px;
	margin: 0 0 10px 5px;
}

form .attendees li label {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;	
}

form .attendees li input {
	width: 160px;
}

form .attendees li.clear {
	clear: left;
	margin-left: 0;	
}


/* @end */


/* EOF */