/*[fmt]1A90-1A9A-3*/
/*+clearfix {*/
#info:after, #author-info:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	}
#info, #author-info {
	display: inline-block;
	}
#info, #author-info {
/*\*/F
	display: block;
/**/
	_height: 1px;
	}
/*+}*/

body {
	background: #0A1014 url(../images/bg-top.jpg) repeat-x 50% 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFAEB;
	}
h3 {
	/*text-transform: uppercase;*/
	font: normal normal normal 18px/1.5em Georgia, "Palatino Linotype", "Times New Roman", serif;
	color: #F1BB4F;
	}
p {
	margin-bottom: 1em;
	}
a {
	border: none;
	text-decoration: none;
	}
a:link {
	text-decoration: none;
	/*color: #FEEE99;*/
	color: #45c9ff;
	border: none;
	}
a:visited {
	/*color: #FED96C;*/
	color: #32a5d3;
	}
a:hover {
	/*border-bottom: 1px dashed #B17C43;*/
	border-bottom: 1px dashed #1179a3;
	color: #8bddff;
	}
a:active {
	/*color: #FBB80B;*/
	color: #ff6000;
	border: none;
	text-decoration: none;
	}
	a:hover img {
		border: none;
	}
blockquote {
	background: url(../images/bg-black-overlay.png);
	margin: 20px 0;
	padding: 20px 20px 6px 20px;
	font: italic normal normal 14px/22px Georgia, "Palatino Linotype", "Times New Roman", serif;
	color: #FFDA76;
}
	blockquote cite {
		display: block;
		text-align: right;
		color: #d5b145;
		font-style: normal;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 80%;
	}
.cleared {
	clear: both;
	visibility: hidden;
	}
.button {
	display: block;
	height: 44px;
	background: url(../images/button-r.png) no-repeat right top;
	padding-right: 20px;;
	font: normal normal bold 18px/40px Georgia, "Palatino Linotype", "Times New Roman", serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}
	.button span {
		display: block;
		height: 44px;
		padding-left: 20px;
		line-height: 40px;
		text-align: center;
		background: url(../images/button-l.png) no-repeat left top;
	}
	a.button:link {
		color: #626502;
	}
	a.button:visited {}
	a.button:hover { 
		border: none;
		background-position: right -44px;
	}
	a.button:hover span {
		background-position: left -44px;
	}
ul {
	list-style: none;
}
/* ========================================== */
/* Basic global layout styles                 */
/* ========================================== */

div#container {
	position: relative;
	width: 984px;
	left: 50%;
	margin-left: -492px;
	/*[disabled]border:2px dotted #00FFFF;*/
	}
div#header {
	width: 980px;
	height: 210px;
	}
	h1#logo {
		float: left;
		width: 340px;
		height: 120px;
		margin-top: 20px;
		}
	#logo a {
		display: block;
		height: 120px;
		background: url(../images/rcv-logo.png) no-repeat left 10px;
		}
		#logo a:hover { border: none; }
	#logo span {
		display: none;
		}
/* ORIGINAL NAV MENU
ul#nav {
	width: 940px;
	height: 90px;
	margin-left: 20px;
	list-style: none;
	}
	ul#nav li {
		float: left;
		width: 140px;
		margin-right: 20px;
		text-align: center;
		line-height: 90px;
		text-shadow: 0 .1em .1em #555;
		}
		ul#nav li a {
			display: block;
			width: 140px;
			font-family: georgia, serif;
			line-height: 90px;
			text-transform: uppercase;
			text-decoration: none;
			color: #FFFFFF;
			font-size: 13pt;
			}
		ul#nav li a:hover {
			background: #382308;
			border: none;
			}
		ul#nav li ul {
			display: none;
			}
			*/
			
/* MULTI-LEVEL MENU STYLES */
#nav {
	margin-top: 30px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: right;
	padding: 0;
	background: url(../images/bg-black-overlay.png);
}
	#nav ul {
		line-height: 120%;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:2px 0 0;
		padding:0;
	}
		#nav li {
			-x-system-font: none;
			width: 80px;
			float: left;
			font-family: "Times New Roman",Times,serif;
			margin: 0 20px 0 0;
			padding: 20px 0 20px 20px;
			/*text-shadow: 0 .1em .2em #555;*/
		}
		#nav-news,
		#nav-articles,
		#nav-media,
		#nav-contact {
		}
				#nav li a {
					font-family: georgia, serif;
					text-transform: uppercase;
					text-decoration: none;
					color: #FFFFFF;
					font-size: 16px;
				}
		
	#nav a:hover {
		text-decoration: underline;
	}
	#nav ul {
	}
	#nav ul li {
		-x-system-font:none;
		float:none;
		font-family:"Times New Roman",Times,serif;
		font-style:italic;
		line-height:100%;
		margin:0 0 2px 0;
		padding:0;
		border: 0;
	}
		#nav ul li a {
			color:  #fcf9aa;
			text-transform: none;
			font-size:13px;
			line-height: 18px;
		}
		
		
#content {
	clear:both;
	width: 980px;
	position: relative;
	/*[disabled]border:1px dotted #FFFF00;*/
	background: url(../images/bg-content.jpg) repeat-y;
	}
#footer {
	width: 980px;
	clear: both;
	margin: 40px 20px 0;
	color: #ccc;
	}
	.footer-box {
		width: 300px;
		float: left;
		margin-right: 20px;
		}
	#footer h3 {
		color: #FFDA76;
		font: normal normal normal 1.3em/1em georgia, "Palatino Linotype", "Times New Roman", serif;
		text-transform: uppercase;
		margin-bottom: 1em;
		}
	ul.footer-nav {
		float: left;
		width: 150px;
		}
		.footer-nav a {
			font-weight: bold;
		}
		/*
		.footer-nav a:link {
			color: #FED;
			text-decoration: none;
			}
		.footer-nav a:hover {
			color: #FED975;
			}*/
		.footer-nav li ul {
			margin-left: 20px;
		}
			.footer-nav li ul li a {
				font-weight: normal;
			}
	#footer-photos {
		width: 320px;
		margin-right: 0;
		}
		#map a:hover,
		#footer-photos a:hover {
			border: none;
			}
	ul.flickr-list li {
		float: left;
		margin-right: 15px;
		margin-bottom: 15px;
		}
		ul.flickr-list li img {
			width: 80px;
			height: 80px;
			border: solid #fff 5px;
		}
	.credits {
		clear: both;
		padding: 20px 0;
		}

/* ========================================== */
/* Home page layout styles                    */
/* ========================================== */
#intro-box {
	background: url(../images/bg-content-top.jpg) no-repeat 0px 0px;
	width: 980px;
	}
	#slideshow {
		width: 620px;
		height: 300px;
		float: right;
		padding: 30px 20px 0 0;
		margin-left: 20px;
		margin-bottom: 20px;
		background: url(../images/bg-content-top.jpg) no-repeat 100% 0.3;
		}
	#intro {
		position: relative;
		width: 540px;
		height: 460px;
		margin-left: 20px;
		padding-top: 50px;
		padding-bottom: 84px;
		}
		#intro h2 {
			font: normal normal normal 20pt/1.5 Georgia;
			color: #F2BC50;
			margin-bottom: 10px;
			}
		#intro .button {
			position: absolute;
			width: 300px;
			right: 0;
			bottom: 20px;
		}
	#donate-box {
		width: 260px;
		float: right;
		margin-top: -240px;
		margin-right: 20px;
		margin-bottom: 60px;
		/*[disabled]border:1px solid #FFFF00;*/
		background: url(../images/bg-black-overlay.png);
		padding: 20px;
		}
#info {
	clear: both;
	width: 980px;
	padding-left: 20px;
	padding-bottom: 30px;
	background: url(../images/bg-content-bottom.jpg) no-repeat 0 100%;
	}
.infobox {
	width: 240px;
	float: left;
	}
	.infobox h3 {
		text-align: center;
		margin-right: 20px;
		}
	.infobox p {
		margin-left: 20px;
		margin-right: 30px;
	}

/* ========================================== */
/* Secondary page styles                      */
/* ========================================== */		

#article {
	width: 620px;
	float: left;
	background: url(../images/bg-content-top.jpg) no-repeat 0px 0px;
	}
	#article-body {
		width: 620px;
		min-height: 700px;
		float:left;
		padding: 30px 0 0 20px;
		background: url(../images/bg-content-top.jpg) no-repeat top left;
		}
		#article-image {
			width: 620px;
			height: 300px;
			}
		#article-body h2,
		#gal-body h2 {
			font: normal normal normal 20pt/1.5em Georgia;
			color: #F2BC50;
			margin-bottom: 15px;
			}
		.article-intro {
			font: italic normal normal 16px/1.4em Georgia, "Palatino Linotype", "Times New Roman", serif;
			}
	#article-body ul {
		list-style: disc;
		margin-left: 20px;
	}
	#article-body ul ul {
		list-style: circle; 
		margin-left: 20px;
	}
	#article-body ol,
	#article-body ol ol {
		margin-left: 20px;
	}
		#article-body ol li {
			margin-bottom: 1em;
			color: #FFDA76;
		}
	#article-body .note {
		color: #f2bd1b;
	}
	#author-info {
		margin-top: 40px;
		width: 620px;
		height: auto;
		padding-bottom: 20px;
		clear: both;
		padding-left: 20px;
		background: url(../images/bg-content-bottom.jpg) no-repeat 0 100%;
		}
	#author-info p {
		font-style: italic;
		}
	.pullquote {
		width: 220px;
		float: left;
		margin-right: 20px;
		font: italic normal normal 18px/36px Georgia, "Palatino Linotype", "Times New Roman", serif;
		color: #f2bc50;
		text-align: right;
	}
	
#sidebar {
	width: 340px;
	float: right;
	padding-top: 30px;
	background: url(../images/bg-content-top.jpg) no-repeat top right;
	}
	.aside {
		width: 260px;
		float: right;
		margin-right: 20px;
		margin-bottom: 20px;
		padding: 20px;
		/*[disabled]border:1px solid #FFFF00;*/
		background: url(../images/bg-black-overlay.png);
		}
	#local-nav ul li,
	#recent ul li {
		font: normal normal normal 16px/1.4em Georgia, "Palatino Linotype", "Times New Roman", serif;
	}

/* ========================================== */
/* Photo gallery pages styles                 */
/* ========================================== */
#gal-body {
	width: 640px;
	min-height: 500px;
	float:left;
	padding: 30px 0 0 20px;
	background: url(../images/bg-content-top.jpg) no-repeat top left;
}
	.gal {
		float: left;
		width: 260px;
		min-height: 120px;
		margin: 0 20px 20px 0;
		padding: 20px;
		background: url(../images/bg-black-overlay.png);
	}
		.gal h2 {
			font-size: 18px;
		}
		.gal img {
			float: right;
			margin-left: 20px;
			width: 100px;
			height: 100px;
		}
	#galleria {
		margin-right: 20px;
	}


/* ========================================== */
/* Contact Form styles                        */
/* ========================================== */

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

