/*  
Theme Name: Pinball New York City
Theme URI: http://www.kristopherdesign.com
Description: Custom design for Pinball NYC.
Version: 3.1
Author: Kristopher Medina
Author URI: http://www.kristopherdesign.com/
*/


@charset "UTF-8";


@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('fonts/texgyreadventor-regular-webfont.eot');
    src: url('fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-regular-webfont.svg#TeXGyreAdventor') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('fonts/texgyreadventor-italic-webfont.eot');
    src: url('fonts/texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-italic-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-italic-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-italic-webfont.svg#TeXGyreAdventorItalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('fonts/texgyreadventor-bold-webfont.eot');
    src: url('fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorBold';
    src: url('fonts/texgyreadventor-bolditalic-webfont.eot');
    src: url('fonts/texgyreadventor-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-bolditalic-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-bolditalic-webfont.svg#TeXGyreAdventorBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;

}

/*
		Pinball NYC Red: #BE1E2D
*/

:root {
  --league-color: #BE1E2D;
  --league-font: Anton;
}

body,td,th {
	font-family: 'TeXGyreAdventor', Century Gothic, 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	color: #000;
}
html, body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	height: 100%;
}
img, div {
	border: 0;
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0 15% 0 15%;
}

p, h2, h3, h4, h5, h6, ol, ul, li, th, td, select {
	font-family: 'TeXGyreAdventor', Century Gothic, 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	color: #000;
}
p, h1, h2, h3, h4, h5, h6, table, ul, ol {
	margin-left: 15%;
	margin-right: 15%;
}
p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
}
h1 {
	font-family: sans-serif; /* This is fallback font for old browsers */
	font-family: var(--league-font);
	font-size: 36px;
	line-height: 43px;
	color: var(--league-color);
	text-transform: uppercase;
	border-top: 1px solid #ccc;
	clear: both;
	margin: 25px 0 10px 0;
	padding: 20px 15% 10px 15%;
}
h1:first-child {
    border-top: none;
    margin-top: 0;
}
h1.pagehead {
	font-size: 60px;
	line-height: 72px;
	text-transform: lowercase;
	margin-top: 0;
	margin-bottom: 30px;
	border: none;
}
h1.expandbutton {
	background-image: url('images/expandbuttons.gif');
	background-repeat: no-repeat;
	background-position: 10% -1px;
}
h1.expandbutton:hover {
	background-position: 10% -181px;
	cursor: pointer;
}
h1.expandbutton.opened {
	background-position: 10% -91px;
}
h1.expandbutton.opened:hover {
	background-position: 10% -271px;
}

h2 {
	font-size: 22px;
	line-height: 28px;
	color: var(--league-color);
	clear: both;
	margin-top: 0;
	margin-bottom: 5px;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}
h6 {
	margin-bottom: 10px;
}
p.note {
	margin-top: -20px;
	line-height: 15px;
	font-size: 13px;
}
a {
	color: inherit;
	text-decoration: underline;
}
a:hover, a.readmore:hover {
	color:var(--league-color);
	text-decoration: underline;
}
a.readmore {
	font-size: 12px;
	color: #a4a4a4;
	text-transform: uppercase;
	float: right;
	margin: 10px 15% 25px 15%;
}

/* Tabs Active Links */
a.active {
	text-decoration: none;
	color: var(--league-color);
}


/*****************************     Main Structural Divs    **************************************/


.arrows {
	background-image: url('images/menu-background_5.gif');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	width: 94px;
	height: 113px;
	display: block;
	bottom: 30px;
}
.arrows:hover {
	cursor: pointer;
}
.arrowsup {
	background-image: url('images/menu-background_5.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	width: 94px;
	height: 113px;
	bottom: 30px;
}


.animateblock {
	-webkit-transition: all 0.55s linear;
	-moz-transition: all 0.55s linear;
	transition: all 0.55s linear;
}
 
.arrows.animateblock.fadeout {
	opacity: 1;
	width: 94px;
	height: 113px;
}
.arrows.animateblock.fadeout.animated {
	opacity: 0;
	width: 47px;
	height: 56px;
}
.arrowsup.animateblock.fadein {
	opacity: 0;
	width: 47px;
	height: 56px;
}
.arrowsup.animateblock.fadein.animated {
	opacity: 1;
	width: 94px;
	height: 113px;
}
#Scrolldown {
	font-family: 'TeXGyreAdventor', Century Gothic, 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 30px;
	bottom: 0;
	display: none;
}
.scrolldown.animated {
	opacity: 0;
}
#Menu.transparent {
	background-color: transparent;
}

#Menubackground {
	background-color: #000;
	float: left;
	width: 100%;
}
#Printlogo {
	margin: 0;
	padding: 0;
	display: none;
}


/*****************************  Facebook Like & Twitter Tweet Buttons  *********************************/


.sharebuttons {
	margin: 25px 15%;
}
	
.fb-like {
	margin-right: 10px;
}


/*******************************  Twitter Feed  *****************************************




#Twitterfeed {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	clear: both;
}
#Twitterfeed ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#Twitterfeed ul li {
	padding: 0;
	margin: 0;
}
#Twitterfeed p {
	margin: 0;
}
#Twitterfeed .user img {
	border: 1px solid #ccc;
}

#Twitterfeed .user span span {
	display: none;
}

*/


/*******************************  Lists  ******************************************/


ul {
	list-style-position: outside;
}
ul li {
	margin-left: 25px;
	margin-bottom: 5px;
}

ol {
	margin-left: 15%;
	margin-right: 15%;
}
ol li {
	margin-left: 25px;
	font-weight: bold;
}
ol li ol {
	margin-left: 0;
	margin-right: 0;
}
ol li ol li {
	font-weight: normal;
}
ol li ol li ol {
	list-style-type: lower-latin;
}
ol li ol li ol li ol {
	list-style-type: lower-roman;
}
ol li ol li ol li ol li ol {
	list-style-type: decimal;
}


/***********************************     Tables      **************************************/

table {
	margin-top: 0;
	margin-bottom: 35px;
	border-collapse: collapse;
    border: 1px solid #ccc;
    border-spacing: 0;
    width: 70%;
}
table, td {
    font-size: 14px;
}
th {
	font-weight: bold;
	text-transform: uppercase;
	background-color: var(--league-color);
	color: #fff;
	text-align: left;
	padding: 5px 15px;
}
td {
    border-top: 1px solid #ccc;
	vertical-align: top;
	padding: 7px 15px;
}

tr.rowbg1 td {
	background-color: #f1f1f1;
}


/*** Standings  **/


table.standings tr:nth-child(even) {
	background-color: #f1f1f1;
}
table.standings td, table.standings th {
	width: 10%;
	text-align: center;
}
table.standings td.team, table.standings th.team {
	width: 50%;
	text-align: left;
}

/*** Schedule  ***/


table.schedule th.date, table.schedule td.date {
	width: 10%;
}
table.schedule td.team {
	width: 40%;
	padding-left: 40px;
	text-indent: -25px;
}
table.schedule td.location {
	width: 40%;
}
table.schedule td.score {
	width: 10%;
	text-align: center;
}
table.schedule td.score.winner {
	font-weight: bold;
	background-image: none;
}
span.schedulehood {
	font-size: 12px;
}
table.schedule td.away {
	padding-bottom: 0;
}
table.schedule td.home {
	border-top: 0;
/*
	padding-top: 0;
*/
}
table.schedule td.winner {
	background-image: url('images/winnerarrow.png');
	background-position: 0 15px;
	background-repeat: no-repeat;
	font-weight: bold;
}


/*** Team List  ***/

table.teamlist tr:nth-child(even) {
	background-color: #f1f1f1;
}
table.teamlist td.team {
	width: 45%;
}

/*** Team Rosters  ***/

table.roster tr:nth-child(odd) {
	background-color: #f1f1f1;
}
table.roster td.number {
	width: 4%;
	text-align: right;
}
table.roster th.initials, table.roster td.initials {
	width: 20%;
	text-align: center;
}




/*** High Scores  ***/

table.highscores tr:nth-child(odd) {
	background-color: #f1f1f1;
}
table.highscores th.conference {
	width: 30%;
}
table.highscores th.player {
	width: 40%;
}



/*** Locator  ***/

table.locator td {
	border-top: none;
}



/*** Sortable Tables  ****/


table.tablesorter th {
	background-image: url('images/sortarrows.png');
	background-position: 95% -73px;
	background-repeat: no-repeat;
}
table.tablesorter th:hover {
	cursor: pointer;
	background-color: #a4a4a4;
}
table.tablesorter th.sorting-asc, table.tablesorter th.sorting-asc:hover {
	background-image: url('images/sortarrows.png');
	background-position: 95% -38px;
	background-repeat: no-repeat;
}
table.tablesorter th.sorting-desc, table.tablesorter th.sorting-desc:hover {
	background-image: url('images/sortarrows.png');
	background-position: 95% 0;
	background-repeat: no-repeat;
}



/***********************************     Main Menu    **************************************/


#Menu {
	width: 22%;
	height: 100%;
	float: left;
	position: fixed;
	z-index: 1000;
	background-color: #000;
}
.mainlogo {
    display: block;
    width: 190px;
    height: 130px;
    margin: 40px auto 50px auto;
    background-image: url('images/pinballnyc_logo.png');
    background-repeat: no-repeat;
    background-size: contain;
}
#Menu ul.mainmenu {
	width: 100%;
	display: block;
}

#Menu ul.mainmenu, #Menu ul.mobilemenu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
#Menu ul li {
	margin-left: 0;
	margin-bottom: 0;
}
ul.mainmenu li {
	text-align: center;
}
ul.mainmenu li a {
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
	width: 125px;
	display: block;
	background-image: url('images/menubutton_02.png');
	background-position: center;
	background-size: cover;
	margin: 0 auto;
	padding: 4px 0 6px 0;
	margin-bottom: 12px;
	overflow: hidden;
	border: 1px solid #ccc;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul.mainmenu li a:hover, ul.mainmenu li a.selected {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url('images/menubutton_02b.png');
	border-color: white;
	box-shadow: 0 0 12px 0 #FFFFFF;
	-webkit-box-shadow: 0 0 12px 0 #FFFFFF;
	-moz-box-shadow: 0 0 12px 0 #FFFFFF;
	-o-box-shadow: 0 0 12px 0 #FFFFFF;
}




/** Mobile Menu  **/

#Mobilemenubut {
	background: url('images/mobile-menu-icon.gif') no-repeat 100% 0;
	width: 50%;
	height: 75px;
	float: right;
	display: none;
}
#Menu ul.mobilemenu {
	display: none;
	height: 0;
	left: -9999px;
}

.arrowsup:hover {
	cursor: pointer;
}



/*******************************   SOCIAL MEDIA ICONS in Side Menu   ******************************/

.menusocial {
	width: 22%;
	position: fixed;
	bottom: 2%;

	display: none;
/*
	display: block;
*/
	z-index: 2000;
}
.socialmedia {
	color: #a4a4a4;
	text-align: center;
    margin: 0 0 0 0;
    padding: 0;
}
.socialmedia a {
	width: 22px;
	height: 22px;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.socialmedia a.facebook {
	background: url(images/social_media_icons.png) no-repeat 0 0;
}
.socialmedia a.facebook:hover {
	background-position: 0 -22px;
}
.socialmedia a.twitter {
	background: url(images/social_media_icons.png) no-repeat -24px 0;
}
.socialmedia a.twitter:hover {
	background-position: -24px -22px;
}
.socialmedia a.flickr {
	background: url(images/social_media_icons.png) no-repeat -48px 0;
}
.socialmedia a.flickr:hover {
	background-position: -48px -22px;
}









/***********************************     Content    **************************************/



#Slideshow { 
	position: relative; 
    overflow: hidden;
    z-index: 0;
}
#Slideshow > div { 
	position: absolute; 
}


/***  Home page Slideshow Specs  ****/

#Slideshow.homepage { 
	width: 100%; 
	height: 100%; 
}


.home-slide {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
}
.home-slide h1, .bannerimg h1 {
	font-family: sans-serif; /* This is fallback font for old browsers */
	font-family: var(--league-font);
	font-size: 52px;
	line-height: 62px;
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: right;
	width: 50%;
	bottom: 8%;
	right: 8%;
	display: block;
	position: absolute;
	border: none;
	text-transform: none;
/*	-webkit-text-stroke: 1px black;
*/
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.bannerimg h1 {
	font-size: 40px;
	line-height: 50px;
}
.home-slide p.photocredit, .bannerimg p.photocredit {
	color: #eee;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 12px;
	text-align: right;
	margin: 0;
	width: 60%;
	bottom: 2%;
	right: 2%;
	display: block;
	position: absolute;
	text-shadow:
		-1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}
.photocredit a {
	text-decoration: none;
}

/****  Regular Slideshow/Banner Specs   *****/

#Slideshow.pages {
    max-height: 450px;
    width: 78%;
    margin-left: 22%;
}
#Slideshow.pages:after {
	content: '';
	display: block;
	width: 78%;
	padding-top: 60%;
}
#Slideshow.pages div.bannerimg {
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

#Banner iframe.bannerimg {
	border: none;
	padding: 0;
	margin: 0;
	float: none;
}

#Content {
	padding: 10px 0 75px 0;
	background: #fff;
	width: 78%;
	float: right;
}

.loader {
  position: absolute;
  left: 62%;
  z-index: 1;
  width: 30px;
  height: 30px;
  margin-left: -30px;
  margin-top: -10px;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid var(--league-color);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



/***********************************     Footer    **************************************/



.footer {
	clear: both;
	padding-top: 30px;
	margin-top: 70px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	clear: both;
}
.footer p {
	text-align: center;
	color: #a4a4a4;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}
.footer ul.social {
	margin: 20px 15% 40px 15%;
	padding: 0;
	list-style: none;
	position: relative;
	text-align: center;
}
ul.social li {
	text-transform: uppercase;
	font-size: 14px;
	color: #a4a4a4;
	margin: 0 25px 0 0;
	display: inline-block;
}
ul.social li:first-child {
	margin-left: 25px;
}
.silverballcities {
	background-image: url('images/silverball_cities_logo.gif');
	background-size: cover;
	background-repeat: no-repeat;
	width: 103px;
	height: 157px;
	margin: 0 auto;
}


/***********************************     2-Col Home Page content    **************************************/



.twocolumnblock {
	width: 70%;
	margin: 10px 15% 0 15%;
	display: block;
	float: left;
}
.twocolumn {
	width: 45%;
	display: block;
}
.twocolumn.col {
	float: left;
}
.twocolumn.col.one_event {
	width: 100%;
}
.twocolumn.col1 {
	float: right;
}
.twocolumn p, .twocolumn h2, .twocolumn a {
	margin-left: 0;
	margin-right: 0;
}
.homethumb {
	height: 170px;
	width: 100%;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-webkit-box-shadow: 3px 3px 8px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    3px 3px 8px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         3px 3px 8px 0px rgba(50, 50, 50, 0.5);
}



/***********************************     Sponsor Logos    **************************************/




.sponsorlogo {
	width: 33%;
	height: 250px;
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.sponsorlogo.col {
	float: left;
	margin-left: 15%;
	clear: both;
}
.sponsorlogo.col1 {
	float: right;
	margin-right: 15%;
}





/***********************************     Cities Submenu    **************************************/



#Cities {
	right: 0;
	position: absolute;
	z-index: 2000;
}
#Cities a {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #000;
	padding: 4px 20px 4px 25px;
	display: block;
	width: 105px;
}
#Cities a:hover {
	text-decoration: none;
	color: #fff;
	background-color: var(--league-color);
	cursor: pointer;
}
#Cities a.currentcity {
	background-image: url('images/dropdown-arrows_02.png');
	background-repeat: no-repeat;
	background-position: 0 -25px;
}
#Cities a.currentcity.opened {
	color: #fff;
	background-color: var(--league-color);
	background-position: 0 -99px;
}
.othercities {
	display: none;
}






/***********************************     Submenu    **************************************/


ul.submenu {
	display: block;
	margin: 20px 15% 0 15%;
	width: 70%;
	padding: 0 0 25px 0;
	list-style: none;
	float: left;
}
ul.submenu li {
	color: #a4a4a4;
	text-transform: uppercase;
	font-size: 14px;
	float: left;
	margin: 0 20px 0 0;
}
.footersocial {
	clear: both;
	padding-top: 100px;
	display: none;
}
ul.submenu.sort {
	margin-top: 0;
}
ul.submenu li.event-subscribe {
	padding-left: 35px;
	background: url('images/event-subscribe.gif') no-repeat;
	height: 31px;
	display: block;
	float: right;
	margin-right: 0;
}
ul.submenu li.active, ul.submenu li.current_page_item {
	color: var(--league-color);
}
li.current_page_item a {
	text-decoration: none;
}


/* Locator submenu */

ul.submenu.sort li.locatorsort {
	text-decoration: underline;
	cursor: pointer;
}
ul.submenu.sort li.active {
	text-decoration: none;
	cursor: inherit;
}


/*******************************  Drop Down Subpages  ******************************************/



.subpages {
	background: url(images/dropdownarrow.png) no-repeat 96% 0;
	background-color: var(--league-color); 
	height: 29px;
	overflow: hidden;
	width: 300px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
}

.subpages select {
	color: #fff; 
	text-transform: uppercase;
	background: transparent;
	border: none;
	font-size: 14px;
	height: 29px;
	padding: 4px; /* If you add too much padding here, the options won't show in IE */
	width: 326px;
}








/*******************************  EVENT LISTS  ******************************************/



div.eventday {
	color: #a4a4a4;
	font-size: 36px;
	float: left;
	margin: 32px 0 0 0;
	width: 15%;
	text-align: center;
	display: block;
	float: left;
	clear: both;
}
div.eventinfo {
	border-top: 1px solid #ccc;
	padding-top: 15px;
	float: left;
	margin: 20px 0 0 0;
	width: 70%;
	display: block;
}
.eventinfo p.mobiledate {
	display: none;
}
.eventinfo p, .eventinfo h2, .eventinfo a {
	margin-left: 0;
	margin-right: 0;
}
.eventinfo h2 {
	margin-top: 5px;
}
p.details {
	color: #a4a4a4;
	text-transform: uppercase;
	font-size: 12px;
}
img.eventthumb {
	float: left;
	margin: 8px 25px 15px 0;
	-webkit-box-shadow: 3px 3px 8px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    3px 3px 8px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         3px 3px 8px 0px rgba(50, 50, 50, 0.5);
}


/*******************************  NEWS ITEM LISTS  ******************************************/



div.newsitem {
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin: 20px 15% 0 15%;
	display: block;
	clear: both;
}
.newsitem p, .newsitem h2, .newsitem a {
	margin-left: 0;
	margin-right: 0;
}
.newsitem h2 {
	margin-top: 5px;
}
p.details {
	color: #a4a4a4;
	text-transform: uppercase;
	font-size: 14px;
}
img.newsthumb {
	float: left;
	margin: 8px 25px 15px 0;
	-webkit-box-shadow: 3px 3px 8px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    3px 3px 8px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         3px 3px 8px 0px rgba(50, 50, 50, 0.5);
}




/*******************************  Team Pages  ******************************************/


.teamhome {
	width: 32%;
	margin: 0 0 0 15%;
	display: block;
	float: left;
	margin-bottom: 15px;
}
.teamhome h2, .teamhome h3, .teamhome p {
	margin-left: 0;
	margin-right: 0;
}
.machine {
	margin-bottom: 0;
}
.machinenote {
	color: #a4a4a4;
	font-size: 14px;
	margin-bottom: 10px;
}

#Teammap {
	float:right; 
	margin:0 15% 0 0;
	width: 32%;
	height: 200px;
	border: 2px #000 solid;
	display: none;
}





/*******************************  LOCATIONS  ******************************************/


.locationkey {
	font-size: 12px;
	font-weight: bold;
	color: var(--league-color);
	text-transform: uppercase;
	margin-top: 35px;
	margin-bottom: -15px;
}
.keydetails {
	float: right;
}

/* Sort/Filter Parameters */

ul.list {
	padding: 0;
	margin: 0 15%;
	width: 70%;
}
/* Search/Filter wrapper Div */
.searchfield {
	height: 40px;
	margin: 25px 15% 0 15%;
	position: relative;
}
input.search {
	float: left;
	width: 100%;
	padding: 5px 0 5px 0;
	text-indent: 15px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
input.search:focus {
	border: 1px solid var(--league-color);
	outline: none;
}
button.sort {
	display: none;
}
#reset-button {
	right: 5px;
	top: 6px;
	position: absolute;
	width: 18px;
	height: 18px;
	background-image: url('images/clearbutton.gif');
	background-position: center;
	background-size: cover;
	display: block;
	cursor: pointer;
}

li.locationgroup {
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin: 20px 0 0 0;
	width: 100%;
	display: block;
	clear: both;
	list-style: none;
}
/* End Sort/Filter Parameters */

.locationgroup p, .locationgroup h2, .locationgroup a {
	margin-left: 0;
	margin-right: 0;
}
.locationgroup h2 {
	margin-top: 5px;
}
.locationgroup div.nameaddress {
	width: 50%;
	float: left;
}

.locationdetail {
	font-size: 14px;
	color: #a4a4a4;
	text-transform: uppercase;
	float: right;
	text-align: right;
	margin: 9px 0 0 0;
	width: 50%;
	display: block;
}
.available {
	color: var(--league-color);
}
table.locator {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
}
table.locator tbody {
	width: 100%;
}
table.locator td {
	text-align: left;
	padding: 0 0 5px 0;
	font-size: 16px;
}

/* Location Sort */
table.locator td.machine{
	width: 60%;
}
table.locator td.manufacturer {
	width: 30%;
}
table.locator td.year {
	width: 10%;
	text-align: right;
}

/* Machine Sort */
table.locator td.location {
	width: 50%;
}
table.locator td.city {
	width: 30%;
}
table.locator td.locationtype {
	width: 20%;
	text-align: right;
}


/* For individual Location Pages */
div.locationmachines {
	padding-top: 5px;
	margin: 0 15% 0 15%;
	display: block;
	clear: both;
}
ul.locationdetails {
	display: block;
	margin-top: -20px;
	padding-bottom: 40px;
	list-style: none;
}
ul.locationdetails li {
	margin: 0 15px 0 0;
	color: #a4a4a4;
	text-transform: uppercase;
	font-size: 14px;
	float: left;
}




/*********************  WORDPRESS ASSIGNED STYLES FOR PLACED IMAGES  ***********************/

img.alignnone {
	clear:both;
	margin: 20px 0 20px 0;
	padding: 0;
}
img.alignright {
	float:right; 
	margin: 20px 0 20px 0;
	padding: 0;
}
img.alignleft {
	float:left;
	margin: 20px 0 20px 0;
	padding: 0;
}
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	margin: 10px 0 20px 0;
	padding: 0;
}


img.attachment-thumbnail {			
	float: left;
	margin: 8px 25px 15px 0;
	-webkit-box-shadow: 3px 3px 8px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    3px 3px 8px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         3px 3px 8px 0px rgba(50, 50, 50, 0.5);
}
img.attachment-post-thumbnail {
	float: left;
	margin: 8px 25px 15px 0;
	-webkit-box-shadow: 3px 3px 8px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    3px 3px 8px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         3px 3px 8px 0px rgba(50, 50, 50, 0.5);
}
img.attachment-medium {
	float: left;
	margin: 0;
}

img.size-large {
	width: 100%;
	height: auto;
}



/******************************  EVENTS   **********************************/

/* Single Event Pages */

div.eventdetails {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 25px;
}

.calendaricon {
	color: #888;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;
	padding-left: 22px;
	background: url(images/Calendar-Icon.gif) no-repeat 0 0;
	margin-right: 15px;
}
.calendaricon:hover {
	background-position: 0 -21px;
}
.eventdetails h3 {
	text-transform: uppercase;
	margin-top: 10px;
}
.eventdetails h3, .eventdetails p {
	font-size: 15px;
	line-height: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.eventdetails p {
	color: #888;
}
#Smallmap {
	float:right; 
	margin:0 0 0 25px;
	width: 60%;
	height: 200px;
	border: 2px #000 solid;
	display: none;
}


.em-location-map, .em-locations-map { 
	width: 100% !important; 
	height: 200px !important; 
}
.em-map-balloon {
	width: 90px;
}





/************************************  STYLES for WP PAGE NUMBERS Plugin  ******************************/



#wp_page_numbers, div.page-links {
	margin: 0 15%;
	width: 70%;
	background: #fff;
	float: left;
	clear: both;
	position: relative;
}

#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a, .page-links, .page-links a {
	font-family: 'TeXGyreAdventor', Century Gothic, 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

#wp_page_numbers ul, div.page-links {
	border-top: 1px solid #ccc;
}
#wp_page_numbers li, #wp_page_numbers a li, #wp_page_numbers li span.current {
	float: left;
	display: block;
}

#wp_page_numbers a, #wp_page_numbers a li, #wp_page_numbers li span.current, #wp_page_numbers li span.dots {
	padding: 3px 5px;
	display: block;
	color: #aaa;
	font-size: 12px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li a:hover {
	color: var(--league-color);
	border-top: 2px solid var(--league-color);
	border-bottom: none;
}

#wp_page_numbers li.space {
	font-size: 12px;
	color: #aaa;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a, #wp_page_numbers li span.current {
	color: #fff;
	background: var(--league-color);
	border-top: 2px solid var(--league-color);
	border-bottom: 2px solid var(--league-color);
	
}
#wp_page_numbers li.active_page a:hover  {
	color: #fff; /* IE fix */
	border-top: 2px solid var(--league-color);
	border-bottom: 2px solid var(--league-color);
}

#wp_page_numbers li.page_info {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #aaa;
	display: block;
	padding: 3px;
	padding-right: 5px;
	border-top: 2px solid #fff;
}



/**************************************** FLICKR GALLERY  ******************************************/



div.justified-gallery {
	margin-left: 15%;
	width: 70%;
	margin-right: 15%;
}
div.nav-previous, div.nav-next {
	font-size: 12px;
	font-family: 'TeXGyreAdventor', Century Gothic, 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #a4a4a4;
	margin-top: 20px;
}
.nav-previous a, .nav-next a {
	text-decoration: none;
}
.nav-previous {
	margin-left: 15%;
	float: left;
}
.nav-next {
	margin-right: 15%;
	float: right;
}




/* Old Plugin */

div.flickr-gallery {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 10px;
}
div.flickr-thumb, div.flickr-set-thumb  {
	margin-left: 0;
}
div.flickr-gallery-next {
	font-family: 'TeXGyreAdventor', Century Gothic, 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 10px;
}
div.flickr-gallery-next a:hover {
	color:var(--league-color);
	text-decoration: underline;
}
div.flickr-gallery-prev {
	font-family: 'TeXGyreAdventor', Century Gothic, 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 10px;
}
div.flickr-gallery-prev a:hover {
	color:var(--league-color);
	text-decoration: underline;
}
div.flickr-set-meta a:hover {
	color:var(--league-color);
	text-decoration: underline;
}









/*********************  Registration Form  ***********************/

.requiredfield {
	font-family: Century Gothic, 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	color:var(--league-color);
	font-weight: bold;
	margin-left: 3px;
}
form.regform table div {
	display: block;
	position: relative;
}
form.regform label {
	text-transform: uppercase;
	float: none;
	clear: both;
	width: 100%;
	display: block;
	margin-top: 10px;
}
form.regform label.bottomlabel {
	color: #aaa;
	font-size: 12px;
	margin: 0;
}
form.regform label.positions {
	float: left;
	clear: none;
	width: auto;
	display: block;
	margin-top: 0;
	margin-right: 20px;
}

form.regform label.error {
	color: var(--league-color);
	margin-top: 0;
}

form.regform input[type=text], form.regform input[type=email], form.regform select {
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline-style: none;
	font-size: 14px;
	font-family: inherit;
	padding: 4px 0px 4px 0px;
	letter-spacing: normal;
}
input.fullwidth {
	margin: 0;
}
form.regform input[type=radio] {
	float: left;
	width: auto;
	margin-right: 10px;
}
form.regform input[type=checkbox] {
	width: auto;
	margin-right: 10px;
}


/* Wrapper Div for New Team Name INPUT */
#newnameinput {
	display: none;
}


form.regform input:focus, form.regform select:focus {
	border: 1px solid var(--league-color);
}	
form.regform input {
	width: 100%;
	text-indent: 10px;
}
form.regform select {
	padding: 0;
	background-color: #fff;
	background-image: url('images/select-background.gif');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 30px auto;
	overflow: hidden;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 8px;
    text-overflow: '';
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /*safari and chrome*/
    form.regform select {
        height: 30px;
    }

	/* Safari only override */
	::i-block-chrome, form.regform select {
		margin-top: 2px;
	}
}
form.regform select::-moz-focus-inner { /*Remove button padding in FF*/ 
    border: 0;
    padding: 0;
}
@-moz-document url-prefix() { /* targets Firefox only */
   form.regform select {
        padding: 3px 0!important;
        text-indent: 5px;
    }
}        
@media screen\0 { /* IE Hacks: targets IE 8, 9 and 10 */        
    form.regform select {
        height:30px;
        line-height:30px;
    }     
}

form.regform div.half-left {
	width: 47%;
	float: left;
	clear: both;
}
form.regform div.half-right {
	width: 47%;
	float: right;
}
form.regform div.third-left {
	width: 30%;
	float: left;
	clear: both;
}
form.regform div.third-middle {
	width: 30%;
	float: left;
	margin-left: 6%;
}
form.regform div.third-right {
	width: 30%;
	float: right;
}
form.regform div.nickname_div {
	width: 25%;
	float: left;
	clear: both;
	margin-bottom: 10px;
}
form.regform div.initials_div {
	width: 10%;
	float: left;
	margin-left: 4%;
	margin-bottom: 10px;
}
form.regform div.gender_div {
	display: none;
	width: 24%;
	float: left;
	margin-left: 4%;
	margin-bottom: 10px;
}
form.regform div.email_div {
	width: 29%;
	float: right;
	margin-bottom: 10px;
}
form.regform div.position {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}


.registerteam {
	margin: 0;
	width: 100%;
	border: 0;
}
.registerteam td.reg_info.background_1 {	/*   New Player		*/
	background-color: none;
}
.registerteam td.reg_info.background_2 {	/*   Returning Player */
	background-color: #f6f6f6;
}
.registerteam td {
	position: relative;
	border: 0;
	padding: 0;
	margin-bottom: 15px;
}
.registerteam td.reg_info {
	padding: 5px 20px 10px 15px;
	border: 1px solid #eee;
}
.registerteam td.reg_number {
	width: 15%;
	text-align: center;
	color: #a4a4a4;
	font-size: 36px;
	vertical-align: middle;
}
.registerteam p {
	margin-left: 0;
	margin-right: 0;
}
.registerteam h2, h2.gsection_title {
	margin: 25px 0 10px 0;
	border-top: 1px solid #aaa;
	padding-top: 10px;
}

p.addplayer {
	margin-top: 15px;
	cursor: pointer;
	text-decoration: underline;
	width: auto;
	display: inline-block;
	padding-left: 24px;
	background-image: url('images/button-add.png');
	background-position: 0 4px;
	background-repeat: no-repeat;
	background-size: 18px auto;
	overflow: hidden;
}
p.addplayer:hover {
	background-position: 0 -68px;
	color: var(--league-color);
}
p.removeplayer {
	font-size: 14px;
	cursor: pointer;
	text-decoration: underline;
	width: auto;
	padding-left: 24px;
	background-image: url('images/button-add.png');
	background-position: 0 -28px;
	background-repeat: no-repeat;
	background-size: 16px auto;
	overflow: hidden;
	float: left;
	margin-right: 40px;
}
p.removeplayer:hover {
	background-position: 0 -92px;
	color: var(--league-color);
}
div.resetbutton {
	float: left;
	clear: both;
	display: block;
	height: 20px;
	width: 100%;
	margin-top: 5px;
}
.resetbutton p.newalert, .resetbutton p.returnalert {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	margin: 0;
	float: right;
}
p.resetfields {
	font-size: 14px;
	margin:0;
	cursor: pointer;
	text-decoration: underline;
	padding-left: 24px;
	background-image: url('images/clearbutton.png');
	background-position: 0 4px;
	background-repeat: no-repeat;
	background-size: 16px auto;
	overflow: hidden;
	float: left;
}
p.resetfields:hover {
	color: var(--league-color);
	background-position: 0 -28px;
}
input[type="text"]:read-only {
    background-color: #eee;
}
input[type="text"]:-moz-read-only { /* For Firefox */
    background-color: #eee;
}
.newteam-block {
	float: left;
	clear: none;
	margin-top: 20px;
	margin-bottom: 25px;
}
form.regform div.newteam-block label {
  float: left;
  clear: none;
  display: block;
  width: auto;
  margin: 0;
  padding: 0 2em 0 0;
}

input.newteam {
  float: left;
  clear: none;
}

#registrationform div.g-recaptcha {
	margin: 30px 0 20px 15%;
	display: block;
}



/* Submit Button */
form.regform input[type=submit], .gform_wrapper .gform_footer input[type=submit] {
	font-family: 'TeXGyreAdventor', Century Gothic, 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-indent: 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
	width: 110px;
	display: block;
	background-image: url('images/menubutton_02.png');
	background-position: center;
	background-size: cover;
	margin: 25px auto;
	padding: 4px 0 6px 0;
	overflow: hidden;
	border: 2px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(222,222,222,1);
	-moz-box-shadow: 3px 3px 3px 0px rgba(222,222,222,1);
	box-shadow: 3px 3px 3px 0px rgba(222,222,222,1);
}
form.regform input[type=submit]:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
	background-image: url('images/menubutton_02b.png');
	cursor: pointer;
}






/************************************   GRAVITY FORMS PLUGIN    *******************************/


/***********************************     Sub Page Dropdown    **************************************/



form.subpages {
	margin-left: 15%;
	margin-right: 15%;
}


.gform_wrapper {
	margin-left: 15%;
	margin-right: 15%;
	width: 70%;
	font-family: 'TeXGyreAdventor', Century Gothic, 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
}

/****  Form Title  *****/
h3.gform_title {
	margin-left: 0;
	margin-right: 0;
}

.gform_wrapper .gform_footer {
	margin-top: 25px;
	float: left;
	clear: both;
	width: 100%;
}
.gform_body .gform_fields {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	text-indent: 0;
}
.gform_body .gform_fields .gfield {
	margin: 25px 0 0 0;
	padding: 0;
	display: block;
	width: 100%;
	float: left;
	clear: both;
}

/* Labels */
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
	font-size: 14px;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	clear: both;
}

/***********    Basic Input Containers    *************/
.gfield input {
	width: 100%;
	text-indent: 10px;
}
.gfield input[type=text], .gfield select, .gfield textarea {
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline-style: none;
	font-size: 14px;
	font-family: inherit;
	padding: 4px 0px 4px 0px;
	letter-spacing: normal;
}

/***************     Radio Buttons     *****************/

.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio {
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li {
	float: left;
	width: auto;
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 14px;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=radio] {
	float: left;
	text-indent: 0;
	width: auto;
	margin-top: 5px;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio label {
	float: left;
	margin-left: 7px;
}


/************   Check Boxes   **************/

.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox {
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li {
	float: left;
	width: auto;
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 14px;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox] {
	float: left;
	text-indent: 0;
	width: auto;
	margin-top: 5px;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox label {
	float: left;
	margin-left: 7px;
}



/***********   DROP DOWN SELECT    *******************/
.gfield select {
	padding: 0;
	background-color: #fff;
	background-image: url('images/select-background.gif');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 30px auto;
	overflow: hidden;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 8px;
    text-overflow: '';
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /*safari and chrome*/
    .gfield select {
        height: 30px;
    }

	/* Safari only override */
	::i-block-chrome, .gfield select {
		margin-top: 2px;
	}
}
.gfield select::-moz-focus-inner { /*Remove button padding in FF*/ 
    border: 0;
    padding: 0;
}
@-moz-document url-prefix() { /* targets Firefox only */
   .gfield select {
        padding: 3px 0!important;
        text-indent: 5px;
    }
}        
@media screen\0 { /* IE Hacks: targets IE 8, 9 and 10 */        
    .gfield select {
        height:30px;
        line-height:30px;
    }     
}



/***************   TEXT AREAS    *************************/

.gfield textarea {
	width: 100%;
	resize:vertical;
}



/***************  Complex Fields - First and Last name  *******************/

.gform_fields .gfield .ginput_complex .name_first {
	width: 47%;
	float: left;
	clear: both;
}
.gform_fields .gfield .ginput_complex .name_last {
	width: 47%;
	float: right;
}


.gform_fields .gfield .ginput_complex label {
	text-transform: uppercase;
	color: #aaa;
	font-size: 12px;
	margin: 0;
}



form.gf_pinballnyc h2.gsection_title {
	font-family: 'TeXGyreAdventor', Century Gothic, 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	color: var(--league-color);
	text-transform: uppercase;
	word-spacing: .2em;
}
form.gf_pinballnyc li.gsection {						/*   SECTION HEADS  */
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid var(--league-color);
	border-bottom: none;
	margin: 40px 0 0 0;
}



												/*    Small Input Field Labels    */

form.gf_pinballnyc li.gfield div.ginput_container label {
	font-weight: normal;
	color: #aaa;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
}




/**************************   LEGACY High Score Tables  ************************************

thead, thead tr, thead td {
	border: none;
}
thead h2 {
	margin: 0;
}
td.table_machine, td.table_player, td.table_score {
	background: var(--league-color);
}
td.table_machine h3, td.table_player h3, td.table_score h3 {
	font-family: 'TeXGyreAdventor', Century Gothic, 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	text-align: left;
}
*/