body {
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	text-align: center;
	background-color: #d1c9af;
	min-width: 1040px;
}
*:focus {
	outline: none;
}
.hidden {
	display: none;
}
.alert {
	color: #b62121; /* RED */
}
.aware {
	color: #4b84b9;  
}
span.remind {
	font-size: .875em;
}

a {
	color: #4b84b9; /* BLUE */
	text-decoration: none;
}
a.icon {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
}
.condense_control {
    display: block;
	color: #6da8df;
	text-align: right;
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: .75em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: .5em 0;
}
.background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#speckled {
	background-color: #d1c9af;
	background-image: url("../img/bg_paper.jpg");
	background-repeat: repeat;
}
.position {
    position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#main {
    position: relative;
    top: 60px;
}

/* HEADER */
#headNav {
	position: fixed;
	top: 0;
	left: 0;
    float: left;
    width: 100%;
    height: 30px;
    padding: 5px 0;
    margin-bottom: 30px;
	background-color: #d1c9af;
	border-bottom: 1px solid #fff;
	z-index: 2;
}
#headNav .shadow {
	position: absolute;
	top: 41px;
	width: 100%;
	height: 20px;
	background-image: url("../img/bg_shadow-top.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: cover;
	opacity: .75;
}
.headslide {
	position: absolute;
	top: 41px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 20px;
	border-radius: 0 0 20px 20px;
	background-image: url("../img/slider.png");
	background-repeat: no-repeat;
	cursor: pointer;
}
#headSliderUp {
	background-position: 0 0;
}
#headSliderDn {
	background-position: -40px 0;
	display: none;
}
#headSliderUp:hover {
	background-position: -80px 0;
	-moz-box-shadow: 0 5px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.5);
	box-shadow: 0 5px 8px rgba(0,0,0,0.5);
}
#headSliderDn:hover {
	background-position: -120px 0;
}
h1 {
	position: relative;
	float: left;
	width: 149px;
	height: 20px;
	margin: 5px 10px 5px 0;
	text-indent: -10000px;
	background-image: url("../img/logo_facfic-sm.png");
	background-repeat: no-repeat;
	z-index: 3;
}
.siteHead ul {
	float: left;
	height: 30px;
	list-style-type: none;
}
.siteHead li {
	display: block;
	float: left;
	height: 30px;
}
.siteHead li.icon {
    position: relative;
	width: 30px;
	margin-right: 10px;
    position: relative;
    overflow: visible;
}
.siteHead li.icon a.icon {
	background-color: #d1c9af;
	text-indent: -10000px;
}
.siteHead li.icon a.icon:hover,
.siteHead li.this a.icon {
	background-color: #000;
}
.siteHead li.icon span.unread {
	position: absolute;
	top: -3px;
	right: -4px;
	display: block;
	min-width: 12px;
	padding: 2px;
	height: 12px;
	border-radius: 8px;
	color: white;
	font-size: .625em;
	text-align: center;
	line-height: 12px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
}
.siteHead #envoyDropper span.unread {
	background-color: #b62121;
}
.siteHead #bookmarkDropper span.unread {
	background-color: #4b84b9;
}
.siteHead li.profile a.username {
    display: block;
    height: 30px;
	font-size: .9375em;
	line-height: 30px;
	padding: 0 15px;
	text-align: center;
	color: #454545;
	border-radius: 15px;
	background-color: #d1c9af;
}
.siteHead li.profile a.username:hover {
	background-color: #f1eee3;
}
.siteHead li.signin a {
    display: block;
    height: 30px;
	font-size: .875em;
	line-height: 30px;
	color: #b62121;
	font-weight: 700;
}
.siteHead li.signup {
    display: block;
    height: 30px;
	font-size: .875em;
	line-height: 30px;
	color: #666;
	font-size: 100;
}
.siteHead li.signup a {
	color: #000;
}
.siteHead li.signup a:hover {
	color: #b62121;
}


.siteHead li a.home {
	background-position: 0 0;
}
.siteHead li a.home:hover,
.siteHead li.this a.home {
	background-position: -30px 0;
}
.siteHead li a.envoy {
	background-position: 0 -30px;
}
.siteHead li a.envoy:hover,
.siteHead li.this a.envoy {
	background-position: -30px -30px;
}
.siteHead li a.edit {
	background-position: -90px -30px;
}
.siteHead li a.edit:hover,
.siteHead li.this a.edit {
	background-position: -120px -30px;
}
.siteHead li a.tome {
	background-position: 0 -60px;
}
.siteHead li a.tome:hover,
.siteHead li.this a.tome {
	background-position: -30px -60px;
}
.siteHead li a.bookmark {
	background-position: 0 -150px;
}
.siteHead li a.bookmark:hover,
.siteHead li.this a.bookmark {
	background-position: -30px -150px;
}
.siteHead li a.faction {
	background-position: 0 -90px;
}
.siteHead a.faction:hover,
.siteHead li.this a.faction {
	background-position: -30px -90px;
}
.siteHead li a.arena {
	background-position: 0 -120px;
}
.siteHead li a.arena:hover,
.siteHead li.this a.arena {
	background-position: -30px -120px;
}

/* DROPOVERS */
.dropover {
	width: 180px;
	padding-top: 10px;
	z-index: 1000;
}
.do-content {
	width: 180px;
	background: #d3e3eb;
	padding: 15px 0 10px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
	-moz-box-shadow: 0 0 9px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 9px rgba(0,0,0,.5);
	box-shadow: 0 0 9px rgba(0,0,0,.5);
	text-align: left;
}
.do-content .blocker {
	content: "";
	position: absolute;
	top: 10px;
	left: 20px;
	right: 20px;
	height: 14px;
	background: #d3e3eb;
}
.do-content .pointer {
	content: "";
	width: 12px;
	height: 12px;
	background: #d3e3eb;
	margin-left: -8px;
	position: absolute;
	top: 6px;
	left: 50%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-box-shadow: 0 0 9px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 9px rgba(0,0,0,.5);
	box-shadow: 0 0 9px rgba(0,0,0,.5);
}

.do-content a {
	border-top: 1px solid #d3e3eb;
	border-bottom: 1px solid #d3e3eb;
}
.do-content a:hover {
    background-color: #edf6fb;
	border-top: 1px solid #b6c5cc;
	border-bottom: 1px solid #fff;
}
.do-content li {
	color: #454545;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5em;
}
.do-content li.button {
	font-size: 1.125em;
	line-height: 3em;
}
.do-content p.title {
	font-size: 1em;
	line-height: 1.5em;
	color: #344067;
	padding-bottom: 10px;
}
.do-content p.title a,
.do-content p.title span {
    display: block;
	padding: 0 10px;
	color: #344067;
}
.do-content ul.info {
	font-size: .8125em;
	color: #556b87;
	padding: 10px 0;
	border-top: 1px solid #b8c7ce;
	box-shadow: 0 -1px 0 rgba(255,255,255,0.6);
}
.do-content ul.info li {
	padding: 0 10px;
}
.do-content .num {
	float: right;
}
.do-content ul.links {
	font-size: .8125em;
	max-height: 18em;
	padding: 10px 0;
	overflow-x: hidden;
	overflow-y: auto;
	border-top: 1px solid #b8c7ce;
	box-shadow: 0 -1px 0 rgba(255,255,255,0.6);
}
.do-content ul.links span {
	display: block;
	padding: 0 10px;
	color: #454545;	
}
.do-content ul.links a {
	display: block;
	padding: 0 10px;
	color: #454545;	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.do-content ul.links a span {
	display: inline;
	padding: 0;
	color: #4b84b9;
}
.do-content ul.links a.new {
	font-weight: 700;
}
.do-content form {
	width: 180px;
}
.do-content fieldset {
	width: 150px;
	padding: 0 15px 15px;
}
.do-content form#signin label {
	display: none;
}
.do-content form#signin input {
	width: 120px;
	height: 30px;
	font-size: .875em;
	line-height: 30px;
	padding: 0 15px;
	font-family: "Helvetica Neue","Helvetica","arial",sans-serif;
	font-weight: 200;
	color: #454545;
	border: none;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: inset 2px 2px 5px rgba(0,0,0,0.33);
	-webkit-box-shadow: inset 2px 2px 5px rgba(0,0,0,0.33);
	box-shadow: inset 2px 2px 5px rgba(0,0,0,0.33);
	background-color: #fff;
	margin-bottom: 15px;
}
#headSearch {
	position: absolute;
	right: 5px;
	top: 0;
	height: 30px;
	min-width: 180px;
}
#headSearch form {
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
}
#headSearch input[type=search] {
	background-color: #e6e0ce;
	height: 30px;
	width: 120px;
	padding: 0 15px;
	border-radius: 15px;
	border: none;
	-moz-box-shadow: inset 2px 2px 5px rgba(0,0,0,0.33);
	-webkit-box-shadow: inset 2px 2px 5px rgba(0,0,0,0.33);
	box-shadow: inset 2px 2px 5px rgba(0,0,0,0.33);
	line-height: 30px;
	font-family: "Helvetica","Arial",sans-serif;
	font-size: 1.125em;
	font-weight: 100;
	color: #454545;
	background-image: url("../img/bg_search.png");
	background-position: 95% 6px;
	background-repeat: no-repeat;
}
#headSearch input:focus {
	outline: none;
}
#headSearch button {
	display: none;
}
/* CONTENT HEAD */
#main #headerMain {
	position: absolute;
	top: 0;
	width: 960px;
	height: 71px;
	margin-bottom: 9px;
	background-color: transparent;
	background-image: url("../img/titles.png");
	background-repeat: no-repeat;
}
#main #headerMain h2 {
	display: none;
}
#main header.home {
	background-position: 0 0;
}
#main header.envoy {
	background-position: 0 -71px;
}
#main header.tomes {
	background-position: 0 -142px;
}
#main header.bookmarks {
	background-position: 0 -213px;
}
#main header.factions {
	background-position: 0 -284px;
}
#main header.arena {
	background-position: 0 -355px;
}
#main header.salutations {
	background-position: 0 -426px;
}
#main header.welcome {
	background-position: 0 -497px;
}
/* MAIN CONTENT */
.mainBack {
	position: absolute;
	top: 80px;
	left: 200px;
	width: 500px;
	min-height: 1200px;
	background-color: #f1eee3;	
}
body.prehome .mainBack {
	min-height: 620px;
}
.mainLeft {
	position: absolute;
	top: 80px;
	width: 230px;
	padding-right: 250px;
}
.mainLeft>article {
	position: relative;
	width: 230px;
	background-color: #f1eee3;
	margin-bottom: 90px;
	min-height: 1200px;
	max-height: 1200px;
}
body.prehome .mainLeft>article {
	min-height: 620px;
}
.mainLeft.level2>article {
	background-color: #fdfaf0;
}
.mainRight {
	position: absolute;
	left: 560px;
	top: 80px;
	width: 400px;
	margin-bottom: 90px;
}
.mainRight.level2 {
	top: 120px;
}
.mainRight>article {
	position: relative;
	padding-left: 170px;
	background-color: #f1eee3;
	margin-bottom: 90px;
	min-height: 1200px;
	max-height: 1200px;
}
body.prehome .mainRight>article {
	height: auto!important;
	min-height: 620px;
}
.mainRight.level1>article .overflow {
	padding-left: 30px;
}
.mainRight.level2>article {
	background-color: #fdfaf0;
	height: 1160px;
	max-height: 1160px;
}
.mainRight.level2>article.shadow {
	box-shadow: 2px 2px 4px rgba(0,0,0,0.33);
}
#mainCenter {
	position: absolute;
	top: 40px;
	left: 230px;
	width: 501px;
}
#mainCenter>article {
	position: relative;
	width: 501px;
	margin-bottom: 50px;
	min-height: 1280px;
	max-height: 1280px;
}
body.prehome #mainCenter>article {
	min-height: 700px;
}
#mainCenter .mainContent {
	position: relative;
	width: 501px;
	min-height: 1280px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
body.prehome #mainCenter .mainContent {
	min-height: 700px;
	padding-bottom: 40px;
}
#main .overflow {
	overflow-x: visible;
	overflow-y: auto;
}

.mainLeft h3,
.mainRight h3 {
	position: relative;
	padding: 0 15px;
	color: #757575;
	font-size: 1em;
	font-weight: 300;
	height: 40px;
	line-height: 40px;
}
.mainLeft h3 .link,
.mainRight h3 .link {
	position: absolute;
	right: 45px;
	top: 0;
	height: 40px;
	line-height: 40px;
	font-size: .75em;
}
.mainLeft h3 .link a,
.mainRight h3 .link a {
	color: #5e91c0;
}
.mainRight h3 .icon {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	cursor: pointer;
}
.mainRight h3 .shut {
	background-position: -90px 0;
}
.mainRight h3 .shut:hover {
	background-position: -120px 0;
}
.mainRight h3 .chat {
	background-position: -90px -150px;
	display: none;
}
.mainRight h3 .chat:hover {
	background-position: -120px -150px;
}
.mainRight h3 .faction {
	background-position: -60px -90px;
	display: none;
}
.mainRight h3 .faction:hover {
	background-position: 0 -90px;
}
.mainRight h3 .ally {
	background-position: -90px -90px;
	display: none;
}
.mainRight h3 .ally:hover {
	background-position: -120px -90px;
}
.mainRight h3 .tools {
	background-position: -60px -240px;
}
.mainRight h3 .tools:hover {
	background-position: 0 -240px;
}
/* PREHOME */
.mainContent header h3 {
	font-size: 2em;
	padding: 30px 40px 0;
	color: #333;
	font-weight: 100;
	letter-spacing: 1px;
}
.mainContent footer {
	padding: 0 40px;
}
.paper {
	position: relative;
	width: 487px;
	background: transparent url("../img/paper_mid.png") repeat-y 0 0;
	margin: 65px 8px;
}
.paperTop {
	position: absolute;
	width: 487px;
	height: 54px;
	top: -54px;
	left: 0;
	background: transparent url("../img/paper_top.png") no-repeat 0 0;
}
.paperBtm {
	position: absolute;
	width: 487px;
	height: 54px;
	bottom: -54px;
	left: 0;
	background: transparent url("../img/paper_btm.png") no-repeat 0 0;
}
.paper p {
	font-family: "Georgia","Times New Roman",serif;
	font-size: .9375em;
	color: #645947;
	line-height: 1.5em;
	margin: 0 40px 1em;
}
body.prehome .module {
	font-family: "Georgia","Times New Roman", serif;
	font-size: .875em;
	color: #333;
	line-height: 1.25em;
}
body.prehome .rules {
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif!important;
	color: #757575;
}
body.prehome .module header {
	border-top: 1px solid #fff;
	padding: 15px;
	font-weight: 700;
	font-size: 1em;
	color: #333;
}
body.prehome .module p {
	margin: 0 15px 15px;
}
body.prehome .module ul {
	
}
body.prehome .module li {
	display: block;
}
body.prehome .module li a {
	display: block;
	padding: 5px 15px;
}
body.prehome .module li a:hover {
	background-color: #fbf8ec;
}
body.prehome .module li a.this {
	cursor: default;
	background-color: #fff;
	color: #454545;
}
body.prehome .mainContent .iconXL {
	position: absolute;
	width: 160px;
	height: 160px;
	right: 30px;
	bottom: 30px;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	border-radius: 80px;
	background-image: url("../img/icons_xl.png");
	background-color: #d7e3ee;
}
body.prehome #iconPlay { background-position: 0 0 }
body.prehome #iconFaction { background-position: 0 -160px }
body.prehome #iconTome { background-position: 0 -320px }
body.prehome #iconEnvoy { background-position: 0 -480px }
body.prehome #iconArena { background-position: 0 -640px }
body.prehome #iconCredits { background-position: 0 -800px }
body.prehome #iconCampaign { background-position: 0 -960px }
body.prehome #iconStart { background-position: 0 -1120px }

body.prehome .content article p {
	margin: 1em 40px 0;
	font-family: "Georgia","Times New Roman",serif;
	line-height: 1.3125em;
	color: #454545;
}
body.prehome .content article a.signup {
	display: block;
	margin: 20px 40px;
	font-size: .875em;
	height: 30px;
	line-height: 30px;
	color: #b52121;
	text-transform: uppercase;
	font-weight: 700;
}
body.prehome .content article a.signup span {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	background-color: #fff;
	background-image: url("../img/icons.png"); 
	background-repeat: no-repeat;
	background-position: -90px -240px;
	border-radius: 15px;
}
body.prehome .content article a.signup:hover span {
	background-position: -150px -240px;
	background-color: #000;
}
#mainCenter form#signup {
	padding: 20px 0;	
}
#mainCenter form#signup fieldset {
	padding: 10px 40px;
}
fieldset.highlight {
	background-color: #dddad1;
	-webkit-transition: background-color 0.25s linear;
}
#mainCenter form#signup fieldset.highlight input,
#mainCenter form#signup fieldset.highlight textarea {
	background-color: #fff;
	-webkit-transition: background-color 0.25s linear;
}
#mainCenter form#signup label {
	display: block;
	font-size: .875em;
	font-weight: 700;
	color: #454545;
	margin-bottom: 5px;
}
#mainCenter form#signup input[type=text],
#mainCenter form#signup input[type=email],
#mainCenter form#signup input[type=password] {
	display: block;
	width: 400px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 1.125em;
	background-color: #efefef;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: none;
	font-weight: 100;
	-moz-box-shadow: inset 2px 2px 5px rgba(0,0,0,0.33);
	-webkit-box-shadow: inset 2px 2px 5px rgba(0,0,0,0.33);
	box-shadow: inset 2px 2px 5px rgba(0,0,0,0.33);
}
#mainCenter form#signup textarea {
	width: 400px;
	max-width: 400px;
	height: 90px;
	line-height: 1.5em;
	padding: 5px 10px;
	font-size: 1.125em;
	background-color: #efefef;
	background-color: #efefef;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: none;
	font-weight: 100;
	-moz-box-shadow: inset 2px 2px 5px rgba(0,0,0,0.33);
	-webkit-box-shadow: inset 2px 2px 5px rgba(0,0,0,0.33);
	box-shadow: inset 2px 2px 5px rgba(0,0,0,0.33);
}
#mainCenter form#signup p {
	font-size: .875em;
	color: #454545;
}
#mainCenter form#signup p.small {
	font-size: .75em;
	line-height: 1.25em;
	color: #787878;
	font-weight: normal;
	margin: 20px 40px 0;
}
#mainCenter form#signup fieldset.filters label {
	font-size: .875em;
	line-height: normal;
	font-weight: normal;
	color: #454545;
	height: auto;
	margin: 10px 0;
}
#mainCenter form#signup fieldset.filters input {
	display: inline;
	line-height: normal;
	width: 20px;
	height: auto;
}
#mainCenter form#signup fieldset.filters .left {
    width: 215px;
    float: left;
	padding: 0;
}
#mainCenter form#signup fieldset.filters .right {
    width: 189px;
    padding: 0 0 0 15px;
    border-left: 1px solid #ccc;
    float: left;
}
.mainRight article.instruct {
	background-color: #dddad1;	
}

/* ARENA */
.mainLeft.arena .icon {
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -15px;
}
.icon.gift {
	background-position: -60px -180px;
}
.icon.vote {
	background-position: -60px -270px;
}
.mainLeft.arena .overflow {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 1140px;
	max-height: 1140px;
}
.mainLeft .action {
	position: relative;
	padding: 15px 0 15px 15px;
	border-bottom: 1px solid #fff;
	font-family: "Georgia","Times New Roman",serif;
	line-height: normal;
	overflow: hidden;
	width: 200px;
}
.mainLeft .action p.faction {
    position: relative;
	color: #333;
	font-size: .875em;
	padding-right: 15px;
}
.mainLeft .action p.timestamp {
	position: relative;
	color: #7e570c;
	font-size: .75em;
}
.mainLeft .action .icon {
	background-color: #7b6a33;
}

#facRT {
	width: 100%;
	overflow: visible;
	border-bottom: 1px solid #e0ddd2;
	border-top: 1px solid #e0ddd2;
	background-color: #efefef;
}
#facRT textarea {
	width: 200px;
	height: 120px;
	background-color: #efefef;
	border: none;
	padding: 0;
	margin: 15px;
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: .8125em;
	line-height: 1.25em;
	color: #333;
}
#facRT fieldset.button {
	background-color: #fff;
	padding: 15px;
	text-align: right;
	position: relative;
}
#facRTlabel {
	padding: 10px 15px;
	border-bottom: 1px solid #e0ddd2;
}
#facRTlabel p.faction {
	font-size: .875em;
	line-height: 1.5em;
	color: #454545;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 1px 1px 0 rgba(255,255,255,1.0);
}
.blue #facRTlabel {
	background-color: #d7e3ee;
}
.grey #facRTlabel {
	background-color: #dedede;
}
.blue #facRTlabel p.title {
	font-size: .75em;
	color: #8c9dac;
}
.grey #facRTlabel p title {
	font-size: .75em;
	color: #999;
}

.mainRight .floater {
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	color: #999;
	font-size: .5em;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.mainRight .floater:hover {
	color: #000;
}
.mainRight #floatRight {
	display: none;
}
.mainRight.arena>article .overflow {
	height: 870px;
	max-height: 870px;
	border-bottom: 1px solid #fff;
}
.mainRight.arena .comment {
	padding: 15px;
	border-bottom: 1px solid #fff;
	font-size: .8125em;
	line-height: 1.25em;
	color: #454545;
}
.blue .overflow .you {
	background-color: #d7e3ee;
}
.grey .overflow .you {
	background-color: #dedede;
}
.mainRight.arena .comment p.faction {
	font-weight: 700;
}
.mainRight .story {
	border-top: 1px solid #e0ddd2;
	font-family: "Georgia","Times New Roman",serif;
	color: #333;
}
.mainRight .story .title {
	font-size: .75em;
	padding: 15px 15px 0;
}
.mainRight .story h4 {
	font-size: 1em;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 1em;
	padding: 0 15px 15px;
}
.mainRight .story .blue {
	background-color: #d7e3ee;
}
.mainRight .story .grey {
	background-color: #dedede;
}
.mainRight .about {
	font-size: .875em;
	color: #454545;
	line-height: 1.25em;
	padding: 0 15px;
}
.mainRight form#allegiance {
	border-top: 1px solid #e0ddd2;
	border-bottom: 1px solid #e0ddd2;
	margin-bottom: 15px;
	padding: 15px;
	background-color: #fff;
	color: #454545;
}
.mainRight form#allegiance label {
	display: block;
	width: 170px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: .875em;
	line-height: 2em;
}
.mainRight form#allegiance .button {
	padding-top: 15px;
}
.mainRight .form p {
	padding: 0 15px;
	font-size: .75em;
	line-height: 1.25em;
	margin-bottom: 1em;
}

#mainCenter .preHead {
	position: absolute;
	top: -40px;
	left: 0;
	width: 500px;
	height: 40px;
	font-weight: 300;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
}
#mainCenter .preHeader {
	width: 350px;
	height: 40px;
	float: left;
	white-space: nowrap;
	overflow: visible;
	font-size: 1.5em;
	color: #333;
}
#mainCenter .preHeader span {
	color: #8f835f;
}
.arena #timeRemain {
	width: 150px;
	height: 40px;
	float: left;
	text-align: right;
	overflow-x: visible;
	overflow-y: hidden;
	font-size: 1.125em;
	margin-top: .375em;
	color: #b62121;
}
#arenaMain header {
	width: 501px;
	float: left;
	clear: both;
	margin-bottom: 1px;
}
#arenaMain .blue {
	background-color: #d7e3ee;
}
#arenaMain .grey {
	background-color: #dedede;
}
#arenaMain header .opponent {
	width: 250px;
}
#arenaMain header .opponent.grey {
	float: right;
}
#arenaMain header .opponent.blue {
	float: left;
}
#arenaMain .opponent .faction {
	padding: 15px;
	font-size: .875em;
	line-height: .875em;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #fff;
}
#arenaMain .opponent .score {
    padding: 5px 15px;
	height: 30px;
	float: left;
	color: #757575;
	width: 138px;
}
#arenaMain .opponent .score p {
	font-size: .875em;
}
#arenaMain .opponent .score span {
	float: right;
	font-weight: 700;
}
#arenaMain .opponent .icon {
	width: 30px;
	height: 30px;
	padding: 5px;
	float: left;
	position: relative;
}
#arenaMain .opponent.blue .icon {
	border-right: 1px solid #fff;
}
#arenaMain .opponent.grey .icon {
	border-left: 1px solid #fff;
}
#arenaMain .opponent .icon:hover {
	background-color: #000;
}
#arenaMain .opponent .icon a {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("../img/icons.png");
}
#arenaMain .opponent .gift a {
	background-position: 0 -180px;
}
#arenaMain .opponent .vote a {
	background-position: 0 -270px;
}
#arenaMain .opponent .gift a:hover {
	background-position: -30px -180px;
}
#arenaMain .opponent .vote a:hover {
	background-position: -30px -270px;
}
#mainCenter.participant #arenaMain .opponent .icon {
	display: none;
}
#mainCenter.arena form fieldset.button {
	position: relative;
	padding: 20px 15px;
	text-align: right;
}
#mainCenter.arena form #countdownTimer {
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 1.125em;
	color: #b62121;
	font-weight: 700;
	text-shadow: 1px 1px 0 rgba(255,255,255,1.0);
}
#mainCenter.arena form #countdownTimer span {
	color: #787878;
	font-size: .83em;
	font-weight: 300;
}
#mainCenter.arena form #rally {
	position: absolute;
	bottom: 15px;
	left: 15px;
	font-size: .875em;
}
#mainCenter.arena form #rally a {
	color: #5291cc;
}
.arenaPop {
	position: absolute;
	width: 300px;
	height: 300px;
	top: -80px;
	left: -100px;
	z-index: 200;
	opacity: .85;
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.6);
	box-shadow: 0 5px 15px rgba(0,0,0,0.6);
}
.blue .arenaPop {
	background-color: #d7e3ee;
}
.grey .arenaPop {
	background-color: #dedede;
}
.arenaPopIn {
	position: absolute;
	width: 240px;
	height: 240px;
	padding: 15px;
	top: -65px;
	left: -85px;
	background-color: #fff;
	z-index: 201;
}
.arenaPopIn p {
	font-family: "Georgia","Times New Roman", serif;
	font-size: .875em;
	line-height: 1.25em;
	color: #333;
	margin-bottom: 1em;
}
.arenaPopIn p.small {
	font-size: .75em;
}
.arenaPopIn input {
	width: 210px;
	height: 45px;
	font-size: 1.5em;
	line-height: 45px;
	padding: 0 15px;
	font-family: "Helvetica Neue","Helvetica","arial",sans-serif;
	font-weight: 200;
	color: #000;
	border: none;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: inset 2px 2px 5px rgba(0,0,0,0.33);
	-webkit-box-shadow: inset 2px 2px 5px rgba(0,0,0,0.33);
	box-shadow: inset 2px 2px 5px rgba(0,0,0,0.33);
	background-color: #efefef;
	margin-bottom: 15px;
	background-image: url("img/bg_gift.png");
	background-repeat: no-repeat;
	background-position: 200px 15px;
}
.arenaPopClose {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	top: 10px;
	right: 10px;
	z-index: 201;
	cursor: pointer;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: -90px 0;
	opacity: .5;
}
.arenaPopClose:hover {
	background-position: -120px 0;
}
.arenaPopTitle {
	width: 240px;
	height: 33px;
	margin-bottom: 15px;
	background-image: url("../img/titles_arena.png");
	background-repeat: no-repeat;
}
.vote .arenaPopTitle {
	background-position: 0 -33px;
}
.arenaPopIn form.vote {
	width: 100%;
	text-align: center;
}
.arenaPopIn form.vote button.vote {
	width: 106px;
	height: 106px;
	border-radius: 53px;
	background-color: #6da8df;
	border: 1px solid #b0d7fa;
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	margin: 15px auto 0;
	text-indent: -200px;
	background-image: url("../img/bg_vote.png");
	background-repeat: no-repeat;
}
#mainCenter.participant .overflow {
	height: 800px;
	width: 100%;
}
#mainCenter.observer .overflow {
	height: 1180px;
	width: 100%;
}
#arenaMain .move {
	margin: 15px 15px 0 15px;
	padding: 15px;
	font-family: "Georgia","Times New Roman",serif;
}
#arenaMain .move p {
	font-size: 1em;
	line-height: 1.25em;
	color: #454545;
}
#arenaMain .move .timestamp {
	font-size: .75em;
	margin-top: .5em;
}
.move.blue .timestamp {
	color: #8c9dac;
}
.move.grey .timestamp {
	color: #999;
}



/* HOME */

#homeMain header {
	overflow: hidden;
}
#homeMain header .image {
	position: relative;
	width: 200px;
	height: 200px;
	overflow: hidden;
	padding: 15px 0 0 15px;
	float: left;
}
#homeMain header .image .edit {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: none;
}
#homeMain header .image .icon {
	background-color: #fff;
	background-position: -120px -180px;
}
#homeMain header .image .icon:hover {
	background-color: #000;
	background-position: -150px -180px;
}
#homeMain header .stats {
	width: 255px;
	float: left;
	padding: 15px 15px 0;
	color: #757575;
}
#homeMain header .stats p {
	font-size: .875em;
}
#homeMain header .stats p.num {
	text-align: right;
	font-size: 3em;
	font-weight: 100;
	margin-bottom: 10px;
}
#homeMain header .stats p.num span {
	font-size: .5em;
	float: left;
	padding-top: .75em;
}
#homeMain header form {
	display: none;
	float: left;
	width: 470px;
	padding: 15px;
	background-color: #efefef;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#homeMain header form legend {
	color: #808080;
	font-size: .8125em;
	padding-bottom: 10px;
}
#homeMain header form input {
	display: block;
	color: #454545;
	margin-bottom: 10px;
}
.mainLeft.home .overflow {
	max-height: 430px;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-box-shadow: 0 -8px 6px -6px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 0 -8px 6px -6px rgba(0,0,0,0.3) inset;
	box-shadow: 0 -8px 6px -6px rgba(0,0,0,0.3) inset;
}
.mainLeft .module div {
	border-bottom: 1px solid #fff;
}
.mainLeft .module .icon {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #fff;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	border-bottom: none;
}
.mainLeft .module .header {
	position: relative;
	padding: 15px;
	font-size: .875em;
	font-weight: 700;
	line-height: 1.25em;
	color: #757575;
}
.mainLeft .module .header .icon {
	position: absolute;
	top: 50%;
	left: -17px;
	margin-top: -15px;
}
.mainLeft .module .cell {
	padding: 15px;
	font-family: "Georgia","Times New Roman",serif;
	color: #333;
}
.mainLeft .module .cell .timestamp {
	float: right;
	font-size: .75em;
	color: #7e570c;
	margin-left: 15px;
	border-bottom: none;
}
.mainLeft .module .cell p.title {
	font-size: .875em;
	font-weight: 700;
	line-height: 1.25em;
}
.mainLeft .module .cell p.subtitle {
	font-size: .8125em;
	line-height: 1.25em;
	font-weight: 700;
	font-style: italic;
}
.mainLeft .module .cell p.copy {
	font-size: .875em;
	line-height: 1.25em;
}
.mainLeft .module .cell .alert {
	text-align: center;
	min-height: 30px;
}
.mainLeft .module .cell .warning {
	margin: 0 auto;
	background-position: -120px -60px;
	background-color: #000;
}
.mainRight li.faction span {
	font-family: "Georgia","Times New Roman", serif;
	color: #454545;
}
.mainRight .overflow .module {
	padding: 15px;
	border-top: 1px solid #fff;
	max-height: 270px;
	overflow-y: auto;
	overflow-x: hidden;
}
.mainRight .module header {
	font-size: .8125em;
	font-weight: 700;
	color: #757575;
	margin-bottom: 1em;
}
.mainRight ol {
	margin: .5em 0 0;
	font-size: .8125em;
	color: #999;
}
.mainRight ol li {
	margin-bottom: .5em;
	line-height: 1.25em;
}
.mainRight ul {
	font-size: .8125em;
	color: #999;
}
.mainRight ul li.faction {
	margin-bottom: .5em;
	line-height: 1.25em;
}
.mainRight li.faction a {
	color: #454545;
}
.mainRight li.faction a:hover {
	color: #4b84b9;
}
.mainRight li.faction span.desc {
	display: block;
	font-size: .9125em;
	margin-left: 1em;
	font-style: italic;
}

#envoyMod .header,
#bookmarkMod .header {
    background-color: #e4dfcb;
}
#envoyMod .header .icon {
	background-position: 0 -30px;
}
#envoyMod .header .icon:hover {
	background-position: -30px -30px;
	background-color: #000;
}
#envoyMod .cell,
#bookmarkMod .cell {
	cursor: pointer;
}
#envoyMod .cell:hover,
#bookmarkMod .cell:hover {
    background-color: #fff;
	cursor: pointer;
}
#envoyMod .cell em {
	color: #787878;
	font-size: .875em;
	font-weight: normal;
}

#arenaMod {
	background-color: #8ab9e5;
}
#arenaMod .icon {
	background-position: 0 -120px;
}
#arenaMod .icon:hover {
	background-position: -30px -120px;
	background-color: #000;
}
#arenaMod div {
	border-top: none;
}
#arenaMod .header,
#arenaMod .cell {
	color: #fff;
	border-bottom: none;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
#arenaMod .header {
	border-top: 1px solid #fff;
}
#arenaMod .cell {
	padding: 0 15px 15px 15px;
}
#arenaMod p.title {
	font-style: italic;
}

#bookmarkMod .icon {
	background-position: 0 -150px;
}
#bookmarkMod .icon:hover {
	background-position: -30px -150px;
	background-color: #000;
}
#homeMain article .edit {
	position: absolute;
	top: 10px;
	left: 25px;
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: .75em;
	font-weight: 700;
	letter-spacing: 1px;
	color: #4b84b9;
	text-transform: uppercase;
	display: none;
}
#homeMain article {
	position: relative;
	padding: 15px;
	font-family: "Georgia","Times New Roman",serif;
	color: #454545;
	border-top: 1px solid #ccc;
}
#homeMain article h3 {
	font-family: "Georgia","Times New Roman",serif;
	margin-bottom: .5em;
	font-size: 2em;
	font-weight: 200;
	padding: 10px 10px 0 10px;
}
#homeMain article p {
	font-family: "Georgia","Times New Roman",serif;
	font-size: 1em;
	line-height: 1.25em;
	text-indent: 2em;
	padding: 0 10px;
}
#homeMain .updates h4 {
	font-size: 1em;
	font-style: italic;
}
#homeMain .updates ul {
	margin-top: 15px;
}
#homeMain .updates li {
	position: relative;
	font-size: .875em;
	line-height: 1.25em;
	padding: .5em 30px .5em .5em;
}
#homeMain .updates li:hover {
	background-color: #efefef;
}
#homeMain .updates li .remove {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: transparent;
	background-image: url("../img/icons.png");
	background-position: -180px 0;
	cursor: pointer;
	display: none;
}
#homeMain .updates li .remove:hover {
	background-position: -210px 0;
}
#homeMain .updates li:hover .remove {
	display: block;
}




/* ENVOY SLIDER */
.msgNew {
	position: fixed;
	width: 100%;
	height: 300px;
	text-align: center;
	left: 0;
	bottom: -330px;
	z-index: 300;
}
.msgNew .msgNewOut {
	position: relative;
	width: 700px;
	height: 300px;
	text-align: left;
	margin: 0 auto;
}
.msgNew .msgNewBack {
	position: absolute;
	top: 0;
	left: 0;
	width: 700px;
	height: 300px;
	background-color: #d1c9af;
	opacity: .85;
	-moz-box-shadow: 0 0 30px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.5);
	box-shadow: 0 0 30px rgba(0,0,0,0.5);
}
.msgNew .msgNewIn {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 670px;
	height: 285px;
	background-color: #fff;
}
.msgNew form {
	width: 670px;
	height: 285px;
}
.msgNew form fieldset.meta {
	display: block;
	width: 640px;
	height: 40px;
	padding: 0 15px;
	border-bottom: 1px solid #d1c9af;
}
.msgNew form label {
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: .875em;
	line-height: 40px;
	color: #8a7b54;
}
.msgNew form input {
	width: 190px;
	height: 38px;
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 1em;
	line-height: 38px;
	color: #8a7b54;
	border: none;
	margin-right: 15px;
	padding: 0 5px;
	color: #333;
}
.msgNew form textarea {
	width: 640px;
	height: 140px;
	padding: 15px;
	border: none;
	font-family: "Georgia","Times New Roman",serif;
	font-size: 1em;
	color: #333;
}
.msgNew form input:focus,
.msgNew form textarea:focus {
	background-color: #efefef;
}
.msgNew form .button {
    display: block;
	width: 640px;
	height: 41px;
	border-top: 1px solid #d1c9af;
	padding: 15px;
	background-color: #fdfaf0;
}
.msgNew form .button .right {
	float: right;
}
.msgNew .icon {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-image: url('../img/icons.png');
	background-position: -60px -30px;
}




/* ENVOY MESSAGE POPUP */

#envoyNew {
	position: fixed;
	width: 400px;
	height: 250px;
	left: 15px;
	bottom: -280px;
	z-index: 400;
}
#envoyNew .envoyNewOut {
	position: relative;
	width: 400px;
	height: 250px;
	text-align: left;
}
#envoyNew .envoyNewBack {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 250px;
	background-color: #d1c9af;
	opacity: .85;
	-moz-box-shadow: 0 0 30px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.5);
	box-shadow: 0 0 30px rgba(0,0,0,0.5);
}
#envoyNew.alert .envoyNewBack {
	background-color: #b62121;
}
#envoyNew .envoyNewIn {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 370px;
	height: 235px;
	background-color: #fdfaf0;
}
#envoyNew.alert .envoyNewIn {
	background-color: #ffc;
}
#envoyNew .header {
	font-size: .8125em;
	line-height: 1.25em;
	color: #808080;
	padding: 15px;
	border-bottom: 1px solid #d1c9af;
	background-color: #fff;
}
#envoyNew.alert .header {
	background-color: #ffc;
	color: #b62121;
}
#envoyNew .body {
	padding: 15px 15px 5px 15px;
	min-height: 100px;
	max-height: 185px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff;
}
#envoyNew.alert .body {
	background-color: #ffc;
}
#envoyNew .body p {
	font-family: "Georgia","Times New Roman",serif;
	font-size: .875em;
	line-height: 1.25em;
	color: #454545;
	margin-bottom: 10px;
}
#envoyNew.alert .body p {
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	color: #000;
}
#envoyNew .control {
	padding: 15px;
	border-top: 1px solid #d1c9af;
	background-color: #fdfaf0;
}
#envoyNew.alert .control {
	background-color: #ffc;
}
#envoyNew .response textarea {
	width: 635px;
	height: 160px;
	font-family: "Georgia","Times New Roman",serif;
	font-size: .875em;
	line-height: 1.25em;
	color: #454545;
	border: none;
}
#envoyNew .response input {
	color: #454545;
	line-height: 1.5em;
    border: none;
}
#envoyNew.alert .response textarea,
#envoyNew.alert .response input {
	background-color: #ffc;
}
#envoyNew .response .header {
	-moz-box-shadow: 0 -1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 -1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 -1px 3px rgba(0,0,0,0.5);
}

#envoyNew .icon {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-image: url('../img/icons.png');
	background-position: -60px -30px;
}
#envoyNew.alert .icon {
	background-position: -90px -60px;
}






/* FOOTER */
#siteFoot {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 36px;
	background-color: #d1c9af;
	z-index: 3;
	border-top: 1px solid #fff;
}
#siteFoot ul {
	margin: 0 auto;
	max-width: 960px;
}
#siteFoot li {
	display: block;
	float: left;
	font-size: .8125em;
	color: #fff;
	margin-right: 20px;
}
#siteFoot li:last-child {
	margin-right: 0;
}
#siteFoot li a {
	display: block;
	float: left;
	line-height: 36px;
	color: #6b5d37;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}
#siteFoot li a:hover {
	color: #4b84b9;
}
#siteFoot li a.twitter,
#siteFoot li a.facebook {
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin-top: 6px;
	text-indent: -10000px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#siteFoot a.twitter:hover,
#siteFoot a.facebook:hover {
	background-position: -24px 0;
}
#siteFoot li a.twitter {
	background-image: url("../img/icon_twitter.png");
}
#siteFoot li a.facebook {
	background-image: url("../img/icon_facebook.png");
}

#siteFoot .shadow {
    position: absolute;
	top: -22px;
	width: 100%;
	height: 20px;
	background-image: url("../img/bg_shadow-btm.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: cover;
	opacity: 0.5;
}

/* FORMS */
button {
	box-shadow: 0 2px 2px rgba(0,0,0,0.6);
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	font-weight: 400;
	font-size: .875em;
	text-align: center;
	padding: .6125em 1em;
	border-radius: 8px;
}
button.grey {
	color: #404040;
	text-shadow: 1px 1px 0 rgb(255,255,255);
	border: 1px solid #d8d8d8;
	background: #dedede;
	background: -moz-linear-gradient(top, #efefef 0%, #ccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#ccc));
	background: -webkit-linear-gradient(top, #efefef 0%,#ccc 100%);
	background: -o-linear-gradient(top, #efefef 0%,#ccc 100%);
	background: -ms-linear-gradient(top, #efefef 0%,#ccc 100%);
	background: linear-gradient(top, #efefef 0%,#ccc 100%);
}
button.blue {
	color: #fff;
	letter-spacing: 1px;
	text-shadow: -1px -1px 0 rgb(72,116,157);
	border: 1px solid #6da8df;
	background: #6da8df;
	background: -moz-linear-gradient(top, #a9d3fa 0%, #6da8df 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9d3fa), color-stop(100%,#6da8df));
	background: -webkit-linear-gradient(top, #a9d3fa 0%,#6da8df 100%);
	background: -o-linear-gradient(top, #a9d3fa 0%,#6da8df 100%);
	background: -ms-linear-gradient(top, #a9d3fa 0%,#6da8df 100%);
	background: linear-gradient(top, #a9d3fa 0%,#6da8df 100%);
}
button.disabled {
	opacity: 0.5;
}

/* POPUPS */
div.popUp {
    display: none;
	position: fixed;
	z-index: 9000;
	width: 100%;
	height: 100%;
	text-align: center;
}
div.popUp .backdrop {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .8;
	background: rgb(253,253,253);
	background: -moz-radial-gradient(center, ellipse cover, rgba(253,253,253,1) 0%, rgba(128,128,128,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(128,128,128,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(253,253,253,1) 0%,rgba(128,128,128,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(253,253,253,1) 0%,rgba(128,128,128,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(253,253,253,1) 0%,rgba(128,128,128,1) 100%);
	background: radial-gradient(ellipse at center, rgba(253,253,253,1) 0%,rgba(128,128,128,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#808080',GradientType=1 );
	z-index: 9001;
}
div.popUp .frontdrop {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 520px;
	height: 320px;
	background-color: #fff;
	padding: 40px;
	z-index: 9002;
	text-align: left;
	margin: -200px 0 0 -300px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
div.popUp .frontdrop h5 {
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 2em;
	font-weight: 100;
	margin-bottom: 16px;
	letter-spacing: 1px;
}
div.popUp .frontdrop p {
	font-size: .875em;
	color: #454545;
	line-height: 1.25em;
	margin-bottom: 1em;
}
div.popUp .popClose {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #fff;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: -90px 0;
	cursor: pointer;
}
div.popUp .popClose:hover {
    background-color: #000;
	background-position: -150px 0;
}
