@charset "UTF-8";
/* CSS Document */

/* clearing */
#contentHeaderImg, h3.sIFR-replaced, h3 { display:none; }

/* Container */
#MemberStories { position:relative;width:500px;font-family:'Avenir Lt Std 35 Light','century gothic',Futura,Verdana,sans-serif; }
	#MemberStories * { border:0; padding:0; margin:0; }
	#MemberStories ul, #MemberStories ul li { list-style-type:none; list-style:none; background:none; padding:0; }

/* Header image Carousel */
#mems { display: block;  position: relative; top: 0; left: 0; width: 500px; height: 250px; overflow: hidden; list-style: none; }
	#mems li { display: none; position: absolute; top: 0; left: 0;width:500px;height:250px;overflow:hidden; }
	#mems li.shown { display: block; }
	
#pageTitle { position:relative; }

/* Stories Box */
#storiesBox { display:none;border: 10px solid #ffffff; background:#4c2a18; text-align:justify; font-size:15px; color: #cfc8b4; padding:20px;margin-top:10px;line-height:26px;position: relative;width: 440px; -moz-box-shadow: 0 2px 4px #8c6a58; -webkit-box-shadow: 0 2px 4px #8c6a58; }
	span.blurb0, span.blurb1, span.blurb2 { padding: 6px 6px 4px; color:#c0a9a2; text-decoration: none; line-height:26px; font-family: 'Avenir Lt Std 35 Light','century gothic',Futura,Verdana,sans-serif;cursor:pointer; }
	span.blurb0:hover, span.blurb1:hover, span.blurb2:hover { color:#f0e9e2; /* border-bottom:1px solid #c0a9a2; */ background-color:#5c3a28; -moz-border-radius: 8px; -webkit-border-radius: 3px; -moz-box-shadow:0 0 8px #5c3a28;-webkit-box-shadow:0 0 8px #5c3a28; }
	span.blurb0 { font-size: 16px; letter-spacing:.3px; color:#d0a9a2; }
	span.blurb1 { font-size: 21px; letter-spacing:1px; color:#a06962; }
	span.blurb2 { font-size: 19px; letter-spacing:.5px; }

/* Non-JS and popup-box Stories */
#stories { /**/ background-color:#f0e9e2; /**/display: block; position: relative; top: 0; left: 0x; width: 500px; font-family: 'Avenir Lt Std 35 Light','century gothic',Futura,Verdana,sans-serif; color: #4c2a18; font-size: 14px; line-height: 20px; }
		.winner h2 { color:#f0e9e2; text-align:right; padding:6px 10px 4px;background-color:#b66a3b; font-size:16px;font-family:Georgia, "Times New Roman", Times, serif;text-transform:uppercase; }
	#stories hr { border:0; border-bottom: 1px dashed #cfc8b4; text-align: center; margin: 10px; }
	div.story { margin: 10px; }
	div.story p.name { margin: 5px 5px 0; text-align:right;font-size: 120%;color:#4c2a18;letter-spacing: 10%; }
	div.story p.city { margin: 0 5px 10px; text-align:right;font-size:85%;color:#8f7864;text-transform:uppercase;}
	div.story p { margin: 5px; text-align: left; color:#4c2a18; text-shadow: 0 1px 0 #fff; line-height: 140%; }
	div.story br { margin: 10px 0; }
	div.story em { font-weight:bold;font-style:normal;text-shadow:0 0 4px #fff;}
		div.story em.lnk:hover { color:#b66a3b;text-shadow:0 1px 0 #fff;cursor:pointer; }
		span.story .poem { margin: 15px 30px;display:block; }
		span.story .poem br { margin: 0; }

#boxes { width: 650px; position:relative; font-family: Verdana, Geneva, sans-serif; color:#4c2a18; font-size:10px;line-height:130%; }
	.box { background-color:#f0e9e2;float:left;display:inline;border: 1px dashed #cfc8b4;padding:20px 10px;text-shadow:0 1px 0 #fff;text-align:center; }
	.box:hover { background-color:#fff; border-color:#4c2a18;color:#b66a3b; z-index:15;-moz-box-shadow:0 5px 5px #4c2a18;-webkit-box-shadow:0 5px 5px #4c2a18;text-shadow:0 -1px 0 #cfc8b4;cursor:pointer; }
	.box:active { background-color:#cfc8b4; border-color:#f0e9e2; color:#000;text-shadow:0 -1px 0 #8c6a58;-moz-box-shadow:0 0 0;-webkit-box-shadow:0 0 0;padding:24px 10px 16px; }

#midbar { width:500px;height:45px;display:block;position:relative;top:-5px;margin:0 0 15px; }
#storiesBoxHead { float:left;width:294px;height:45px; }
#videobutton { float:right;display:block;position:relative;width:206px;height:45px;cursor:pointer; }
	#icon,#iconOvr { display:block;position:absolute;top:0;left:0;width:44px;height:45px; }
	#icon { background:transparent url('../images/videoButton1.jpg') 0 -45px no-repeat; }
	#iconOvr { background:transparent; overflow:hidden; }
	#vidTag { position:absolute;top:0;right:0; }
