@CHARSET "UTF-8";
body { background-color: #222; }

/*----------
STRUCTURE
*/

.wrapper {
	margin:0 auto;
	width: 960px;
	background: transparent;
}

a:focus {
	outline:none;
}

.landing .masthead { height: 130px; overflow: hidden; }
.landing .content { width: 960px; background: #fff url(/images/landing-bg.jpg) no-repeat left top; float:left; }
.landing .mainCont { width: 430px; height:572px; padding:0; margin:0; float:left; }
.landing .secondCont { width:490px; margin: 73px 0 0 15px; float:left; }
.landing .secondCont img.sectionHead { width:150px; float:left; margin-left: 5px; }
.landing .secondCont .right { width:330px; /*375*/ padding: 0 0 0 0; margin: 0; float:right; }
.landing .secondCont hr { padding:0; margin: 18px 0; width:100%; background:#ccc; border:0; display:inline; float:right; clear:both; }

.latestUpdate {
	width: inherit;
	height: 200px;
	background: #000;	
}

.footer {
	text-align: center;
	height: 200px;
	background: transparent url(/images/footer-gray-bg.jpg) repeat-x left top;
	padding: 10px 20px;
	clear: both;
}

.footer .disclaimer {
	margin-top: 10px;	
}

a.supportLink {
	display: block;
	font: normal 18px Helvetica, Arial, Sans-serif;
	margin: 10px 0;
	color: #fff;	
}

/*----------
MISC CLASSES
*/
.joinTop { position:relative; top:45px; left:24px; width: 250px; }
.joinBottom { position:relative; top:155px; left:24px; width: 250px; }
.topBanner { width:960px; height:120px; background:#2d0920; margin-bottom: 15px; }


/*----------
TYPOGRAPHY
*/

/*--------- headings -*/
.landing h1.nameLogo {
	margin:0;
	padding:0;
	font: bold 9em Arial, Sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -.11em;
}
.landing span.lastName { display:none; }

span.lastName { color:#fff; font-weight:normal; }

h2, h3 {
	text-transform: uppercase;
	font: normal 1.5em Arial, Sans-serif;
	color: #fff;
	border-bottom: 1px solid #480c33;
}

.secondCont h3 {
	margin: 15px 0 5px 0;
}

a.date:link, a.date:visited {
	text-decoration:none;
	cursor:pointer;
	color: #fff;
	background: #480c33;
	padding: 5px;
	margin: 0 0 5px 0;
	display:block;
}

/*----------
LISTS
*/
/*--------- main nav -*/
ul.mainNav {
	list-style:none;
	margin:0;
	padding:0;
	float:left;	
	border-top: 1px solid #5a1040;
}
ul.mainNav li {
	float:left;	
}
ul.mainNav li a:link,
ul.mainNav li a:visited {
	text-transform: uppercase;
	font-size: 11px;
	color:#fff;
	background: #fd02a5;
	padding: 10px;
	margin-right: .85em;
	display:block;
}
ul.mainNav li a:hover,
ul.mainNav li a:active {
	background: #fd9f08;
}

/*-splash page pods--*/
a.sectionLink {
	letter-spacing: -2px;
	font: bold 2em Arial, Sans-serf;
	color: #555;
	line-height: .9em;
	width: 333px;
	position: relative;
	top: -93px;
	left: 157px;
	display:block;
}

a.previewLink {
	letter-spacing: -2px;
	font: bold 2em Arial, Sans-serf;
	color: #555;
	line-height: .9em;
	width: 333px;
	position: relative;
	top: -93px;
	left: 157px;
	display:block;
	background: transparent url(/images/free-preview.png) no-repeat right 8px;	
}

a.sectionLink:hover, a.sectionLink:active, a.previewLink:hover, a.previewLink:active {
	color:#000;	
}

.pod {
	width: 500px;
	height: 120px;
	float: left;
}

.pod p {
	width: 300px;
	position: relative;
	top:-92px;
	left: 157px;
}


/*--------- links -*/
a.joinLink { 
	font: bold 4.5em Arial, Sans-serif;
	color: #FD02A5;
	text-decoration:none;
	letter-spacing: -5px;
	width: 250px;
}

span.jlBottom {
	font-size: .5em;
	letter-spacing: -.08em;
	margin: -22px 0 0 0;
	display:block;
}

a.memLink { 
	font: bold 3.4em Arial, Sans-serif;
	color: #FD02A5;
	text-decoration:none;
	letter-spacing: -5px;
	width: 250px;
}

span.mlBottom {
	font-size: .5em;
	letter-spacing: -.08em;
	margin: -10px 0 0 0;
	display:block;
}

a.memLink:hover, a.joinLink:hover, a.memLink:active, a.joinLink:active {
	color: #de0190; 	
}

span.mlBottom img, span.jlBottom img { padding-top: 2px; } 


.home a.memLoginLink:link, a.memLoginLink:visited {
	font: normal 3em Arial, Sans-serif;
	color: #bb8caa;
	margin-left: 30px;
}

a.accessLink:link, a.accessLink:visited {
	font: normal 3.75em Arial, Sans-serif;
	color: #FD02A5;
	text-decoration: none;
}

a.accessLink:hover, a.accessLink:active {
	color: #fff;
}

.disclaimer a:link, .disclaimer a:visited {
	font: normal 11px Arial, Sans-serif;
	color: #666;
}

a.backLink {
	font: bold 14px Arial, Sans-serif;
	text-decoration: none;
	color: #FD02A5;
	width: 80px;
	height: 25px;
	line-height: 25px;
	display: block;
	clear: both;
	padding: 0 0 0 30px;
	background: transparent url(/images/arrows-pink.png) no-repeat 0 0;	
}

/*--------- paragraphs -*/
.joinTop p, .joinBottom p {
	font: normal 12px Arial, Sans-serif; 
	line-height: 1em;
	width: 180px;
	margin: 0;
}

.secondCont p {
	font: normal 12px Arial, sans-serif;
	line-height: 1.2em;
	color: #333;
	margin: 7px 0 0 0;
}

.disclaimer p {
	color:#333;
	font: normal 10px Arial, sans-serif;
	line-height:1em;
	margin:15px 0;
	padding:0 30px;
	float:left;
}
/*------------------------------
GALLERY LIST
*/
ul.picList {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	float: left;
}

ul.picList li {
	width: 79px;
	height: 65px;
	overflow: hidden;
	padding: 5px 0 5px 15px;
	margin: 12px;
	background: #ece4da;
	border: 1px solid #c2b29f;
	float: left;
}

ul.picList li a:link,ul.picList li a:visited {
	width: inherit;
	height: inherit;
	display: block;
	float: left;
}

ul.picList li:hover,ul.picList li:active {
	background: #c2b29f;
}

li.picVert img {
	width: 136px;
	height: 205px;
}

li.picHor img {
	margin-top: 35px;
	width: 205px;
	height: 136px;
}
