/*--------------------------------------*/
/* CSS Created by Penny Arcade - 2013 --*/
/* www.penny-arcade.com ----------------*/
/*--------------------------------------*/

/*---------------------*/
/* General ------------*/
/*---------------------*/
* {margin: 0;padding: 0;}
html{-webkit-font-smoothing: subpixel-antialiased;} /*WEBKIT FONT SMOOTHING FOR FLEXSLIDER*/
body {
	background: url(../img/tile_site_bg.png) top left repeat;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #f8fbef;
}
hr {display: none;}
img, fieldset {border: none;}
a:link, a:visited {
	color: #e6d600;
	text-decoration: none;
	-webkit-transition: color 400ms ease-in-out;
	-moz-transition: color 400ms ease-in-out;
	-ms-transition: color 400ms ease-in-out;
	-o-transition: color 400ms ease-in-out;
	transition: color 400ms ease-in-out;
}
a:hover, a:active {
	color: #92d3d1;
	-webkit-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}
.content {
	width: 1012px; /*1012px*/
	margin: 0 auto 0 auto;
}
.navPag {width: 84px;}
.navPag .pagPrev {
	background: url(../img/btn_prev.png) top left no-repeat;
	width: 40px;
	height: 41px;
	margin: 0 4px 0 0;
}
.navPag .pagNext {
	background: url(../img/btn_next.png) top left no-repeat;
	width: 40px;
	height: 41px;
}
.navPag .btn {
	opacity: 1;
	-webkit-transition: opacity 400ms ease-in-out;
	-moz-transition: opacity 400ms ease-in-out;
	-ms-transition: opacity 400ms ease-in-out;
	-o-transition: opacity 400ms ease-in-out;
	transition: opacity 400ms ease-in-out;
}
.navPag .btn:hover {
	background-position: top;
	opacity: 0.75;
	-webkit-transition: opacity 400ms ease-in-out;
	-moz-transition: opacity 400ms ease-in-out;
	-ms-transition: opacity 400ms ease-in-out;
	-o-transition: opacity 400ms ease-in-out;
	transition: opacity 400ms ease-in-out;
}
.navPag .pagNext:active, .navPag .pagPrev:active {background-position: bottom; !important}
.btn {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	text-transform: capitalize;
	cursor: pointer;
	border: 0;
}
.btn:hover {
	background-position: bottom;
}
.body 		{background: url(../img/bg_body.png) top left repeat-y;}
.body .top 	{background: url(../img/bg_body_top.png) top left no-repeat;}
.body .btm 	{
	background: url(../img/bg_body_btm.png) bottom left no-repeat;
	padding: 40px 36px 164px 36px; /*add 40px to bottom of last div*/
}
h2 {
	font-family: 'FCondLight', Helvetica, Arial, Verdana, sans-serif;
	font-size: 32px;
	text-shadow: 0px -1px 0px #2f5878;
	filter: dropshadow(color=#2f5878, offx=0, offy=-1);
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	background-position: 0 8px;
	background-repeat: no-repeat;
	padding-left: 31px;
	margin-bottom: 8px;
}
h3 {
	font-family: 'FLight', Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
.roundBox {
	background-color: #528dc4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	/*
	-moz-box-shadow: inset 0 -1px 0 rgba(114,153,191,100), inset 0 1px 0 rgba(57,101,145,100);
		-webkit-box-shadow: inset 0 -1px 0 rgba(114,153,191,100), inset 0 1px 0 rgba(57,101,145,100); 
		box-shadow: inset 0 -1px 0 rgba(114,153,191,100), inset 0 1px 0 rgba(57,101,145,100); 
	*/
	-moz-box-shadow: inset 0 1px 0 rgba(57,101,145,100);
	-webkit-box-shadow: inset 0 1px 0 rgba(57,101,145,100); 
	box-shadow: inset 0 1px 0 rgba(57,101,145,100);
}
.btnReadMore {
	background: #e6d600 url(../img/btn_readmore.png) top left no-repeat;
	width: 99px;
	height: 18px;
	-webkit-transition: background-color 400ms ease-in-out;
	-moz-transition: background-color 400ms ease-in-out;
	-ms-transition: background-color 400ms ease-in-out;
	-o-transition: background-color 400ms ease-in-out;
	transition: background-color 400ms ease-in-out;
}
.btnReadMore:hover {
	background-color: #92d3d1 !important;
	-webkit-transition: background-color 200ms ease-in-out !important;
	-moz-transition: background-color 200ms ease-in-out !important;
	-ms-transition: background-color 200ms ease-in-out !important;
	-o-transition: background-color 200ms ease-in-out !important;
	transition: background-color 200ms ease-in-out !important;
}
.last {margin-right: 0 !important;}
/*News Posts*/
.featNews {position: relative;}
.featNews .dateNews, .singleNews .dateNews {
	position: absolute;
	top: 1px;
	left: 10px;
	width: 42px;
	height: 54px; /*63px*/
	opacity: .85; /* layer alpha */
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #518dc3; /* layer fill content */
	padding: 9px 0 0 0;
	font-family: 'FHeavy', Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #e1da30;
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
}
.dateNews strong {
	font-family: 'FCondLight', Helvetica, Arial, Verdana, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #f8fbef;
	display: block;
}
/*End News Post*/
/*Trading Events*/
.tradingEvents .eventLogo {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #f1f1f1; /* layer fill content */
	-moz-box-shadow: 0 -1px 0 rgba(0,0,0,.2); /* drop shadow */
	-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,.2); /* drop shadow */
	box-shadow: 0 -1px 0 rgba(0,0,0,.2); /* drop shadow */
}
.tradingEvents .eventLogo img {
	display: block;
	margin: 0 auto;
}
.tradingEvents ul {
	list-style: none;
	list-style-position: outside;
}
.tradingEvents li {
	margin: 0 0 20px 0;
}
.tradingEvents li p {
	-webkit-font-smoothing: antialiased; /*WEBKIT FONT SMOOTHING FOR FLEXSLIDER*/
	
	font-family: 'FMedium', Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #f8fbef;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	display: block;
}
.tradingEvents li p strong {
	font-family: 'FHeavy', Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	color: #e6d600;
	-webkit-transition: color 400ms ease-in-out;
	-moz-transition: color 400ms ease-in-out;
	-ms-transition: color 400ms ease-in-out;
	-o-transition: color 400ms ease-in-out;
	transition: color 400ms ease-in-out;
}
.tradingEvents li a:hover p strong {color: #92d3d1; 
	-webkit-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}
/*End Trading Events*/
/*Tool Tip*/
#tooltip {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #1d3b55; /* layer fill content */
	width: 150px;
    text-align: center;
	font-size: 12px;
    color: #fafcf1;
    position: absolute;
    z-index: 100;
	padding: 12px 14px;
	line-height: 18px;
}
#tooltip strong {
	font-family: 'FMedium', Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #e6d600;
	display: block;
}
#tooltip:after /* triangle decoration */ {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #1d3b55;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}
#tooltip.top:after {
	border-top-color: transparent;
	border-bottom: 10px solid #1d3b55;
	top: -20px;
	bottom: auto;
}
#tooltip.left:after {
	left: 10px;
	margin: 0;
}
#tooltip.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}
/*End Tool Tip*/
.fadeBtnWhiteYellow {
	background-color: #fff !important;
	-webkit-transition: background-color 400ms ease-in-out !important;
	-moz-transition: background-color 400ms ease-in-out !important;
	-ms-transition: background-color 400ms ease-in-out !important;
	-o-transition: background-color 400ms ease-in-out !important;
	transition: background-color 400ms ease-in-out !important;
}
.fadeBtnWhiteYellow:hover {
	background-color: #e6d600 !important;
	-webkit-transition: background-color 200ms ease-in-out !important;
	-moz-transition: background-color 200ms ease-in-out !important;
	-ms-transition: background-color 200ms ease-in-out !important;
	-o-transition: background-color 200ms ease-in-out !important;
	transition: background-color 200ms ease-in-out !important;
}
/*---------------------*/
/* Brand Bar ----------*/
/*---------------------*/
#bb {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background-color: #cccccc;
	border-bottom: 1px solid #ececec;
	height: 35px;
}
#bb ul {
	background: url(../img/pinny_sprite.png) -18px 0px no-repeat;	
	overflow: hidden;
	width: 749px;
	height: 35px;
	padding: 0 0 0 25px;
	margin: 0 auto;
	letter-spacing: 1px;
}
#bb li {
	float: left;
	display: inline;
	text-transform: uppercase;
	font-size: 11px;	
}
#bb li a {
	color: #737373;
	text-decoration: none;
	opacity: 0.6;
	display: block;
	height: 35px;
	margin: 0 30px 0 40px;
	padding: 11px 0 0 0;
}
#bb li a:hover {color: #404040; opacity: 1;}
#bb .btnPA       {background: url(../img/pinny_sprite.png) -46px -40px no-repeat;padding-left: 44px;}
#bb .btnPAR      {background: url(../img/pinny_sprite.png) -220px -40px no-repeat;padding-left: 36px;}
#bb .btnPAX      {background: url(../img/pinny_sprite.png) -390px -40px no-repeat;padding-left: 32px;}
#bb .btnTrenches {background: url(../img/pinny_sprite.png) -477px -40px no-repeat;padding-left: 34px;}
#bb .btnCP       {background: url(../img/pinny_sprite.png) -640px -40px no-repeat;padding-left: 38px;margin:0;}
/*---------------------*/
/* Header -------------*/
/*---------------------*/
.nav {
	background: url(../img/bg_header.png) top left no-repeat;
	height: 79px; /*218px*/
	margin: 27px 0 0 0;
	list-style: none;
	list-style-position: outside;
	font-family: 'FBold', Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 139px 0 0 64px;
}
.nav li {
	float: left;
	display: inline;
}
.nav li a {
	color: #fff;
	padding: 8px 20px 6px 20px;
	text-shadow: 0px -1px 0px #3c6a97;
	filter: dropshadow(color=#3c6a97, offx=0, offy=-1);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px; /* border radius */
	
	-webkit-transition: background 400ms ease-in-out, box-shadow 200ms ease-in-out;
	-moz-transition: background 400ms ease-in-out, box-shadow 200ms ease-in-out;
	-ms-transition: background 400ms ease-in-out, box-shadow 200ms ease-in-out;
	-o-transition: background 400ms ease-in-out, box-shadow 200ms ease-in-out;
	transition: background 400ms ease-in-out, box-shadow 200ms ease-in-out;
}
.nav #navNews 	{margin-right: 40px;}
.nav #navPins 	{margin-right: 56px;}
.nav #navForum 	{margin-left: 56px;}
.nav #navRules 	{margin-left: 16px;}
.nav li #logo a {
	background: url(../img/pinny_arcade_logo.png) top left no-repeat;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 305px; /*345px minus li a padding*/
	height: 66px; /*80px minus li a padding*/
	margin: -33px 0 0 0;
}
.nav li a:hover, .nav li.active a {
	background-color: #335980;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	-moz-box-shadow: inset 0 -1px 0 rgba(128,178,226,100); /* drop shadow */
	-webkit-box-shadow: inset 0 -1px 0 rgba(128,178,226,100); /* drop shadow */
	box-shadow: inset 0 -1px 0 rgba(128,178,226,100); /* drop shadow */
	
	-webkit-transition: background 250ms ease-in-out, box-shadow 250ms ease-in-out;
	-moz-transition: background 250ms ease-in-out, box-shadow 250ms ease-in-out;
	-ms-transition: background 250ms ease-in-out, box-shadow 250ms ease-in-out;
	-o-transition: background 250ms ease-in-out, box-shadow 250ms ease-in-out;
	transition: background 250ms ease-in-out, box-shadow 250ms ease-in-out;
	
}
.nav li #logo a:hover {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px; /* border radius */
	-moz-box-shadow: none; /* drop shadow */
	-webkit-box-shadow: none; /* drop shadow */
	box-shadow: none; /* drop shadow */
}
/*---------------------*/
/* Home ---------------*/
/*---------------------*/
#homeHero {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	-moz-box-shadow: inset 0 1px 0 rgba(53,94,135,100);
	-webkit-box-shadow: inset 0 1px 0 rgba(53,94,135,100); 
	box-shadow: inset 0 1px 0 rgba(53,94,135,100);
/*	margin: 0 0 25px 0;*/
	padding: 1px 0 0 0;
}
#homeHero img {
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
}
#homeFeat {
	overflow: hidden;
	margin: 0 0 30px 0;
}
#homeFeat .tradingEvents {
	list-style: none;
	list-style-position: outside;
	width: 260px; /*300px*/
	height: 262px; /*280px*/
	clear: both;
	padding: 20px 20px 0 20px;
}
#homeFeat .tradingEvents li .eventLogo {
	width: 260px;
	height: 79px;
}
#homeFeat h2 {margin-top: 10px;}
#homeFeat .left h2, #categories h2, #latestNews h2 {background-image: url(../img/icon_news.png);}
#homeFeat .right > h2 {
	background-image: url(../img/icon_events.png);
	float: left;
	display: inline;
	width: 170px;
}
#homeFeat .right .navPag {
	float: right;
	display: inline;
}
#homeFeat .right .navPag li {
	float: left;
	display: inline;
}
#homeNews {margin: 0 0 25px 0;}
#homeNews h2 {background-image: url(../img/icon_news.png);}
#homeNews ul {overflow: hidden;}
#homeNews li {
	float: left;
	display: inline;
	width: 300px;
	height: 276px; /*278px*/
	margin: 0 20px 0 0;
	padding: 1px 0 1px 0;
}
#homeNews li img, .singleNews .headerImg {
	display: block;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0; /* border radius */
}
#homeNews .frame {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0; /* border radius */
	width: 300px;
	height: 169px;
	overflow: hidden;
}
#homeNews .frame img {
	height: 169px;
	display: block;
	margin: 0 0 0 -58px;
}
#homeNews li h3 {
	padding: 18px 20px 0 20px;
	margin: 0 0 10px 0;
	color: #f8fbef; 
	font-size: 18px;
	line-height: 22px;
	
	-webkit-transition: color 400ms ease-in-out;
	-moz-transition: color 400ms ease-in-out;
	-ms-transition: color 400ms ease-in-out;
	-o-transition: color 400ms ease-in-out;
	transition: color 400ms ease-in-out;
}
#homeNews li a:hover h3, #homeNews li h3:hover {
	color: #e6d600;
	
	-webkit-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}	
#homeNews li .btnReadMore {margin: 0 20px 0 20px;}
/*---------------------*/
/* News ---------------*/
/*---------------------*/
#homeFeat .featNews {
	display: block;
	margin: 0 20px 0 0;
	width: 620px; /*620px*/
	height: 280px; /*280px*/
	padding: 1px 0 0 0;
}
.listNews .featNews {width: 700px !important;} /*NEWS PAGE LISTS*/
.listNews li {
	margin-bottom: 15px;
}
#homeFeat .featNews .left img {
	display: block;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px; /* border radius */
}
#homeFeat .featNews .left {width: 300px;}
#homeFeat .featNews .frame {
	width: 300px;
	height: 280px;
	overflow: hidden;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px; /* border radius */	
}
#homeFeat .featNews .frame img {
	height: 280px;
	margin: 0 0 0 -200px;
	display: block;
}
#homeFeat .featNews .right {
	width: 280px; /*320px*/
	padding: 30px 20px 0 20px;
}
.listNews .featNews .right {width: 360px !important;} /*400px*/ /*NEWS PAGE LISTS*/
#homeFeat .featNews .right h3 {
	display: block;
	font-size: 26px;
	color: #f8fbef;
	line-height: 30px;
	-webkit-transition: color 400ms ease-in-out;
	-moz-transition: color 400ms ease-in-out;
	-ms-transition: color 400ms ease-in-out;
	-o-transition: color 400ms ease-in-out;
	transition: color 400ms ease-in-out;
}
#homeFeat .featNews .right p {
	margin: 8px 0 10px 0;
	color: #c4e7ff; /* text color */
	font-size: 14px;
	line-height: 24px;
}
#homeFeat .featNews:hover .right h3, #homeFeat .featNews .right h3:hover {
	color: #e6d600;
	-webkit-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}
#homeFeat .sidebar .tradingEvents {
	list-style: none;
	list-style-position: outside;
	width: 180px; /*220px*/
	height: 100%;
	clear: both;
	padding: 20px 20px 0 20px;
}
#homeFeat .sidebar .tradingEvents li .eventLogo {
	width: 180px;
	height: 79px;
}

.sidebar #homePins .pins .roundBox {margin: 0 0 5px 0;}
#categories, #latestNews {
	margin-bottom: 5px;
	width: 220px;
}
#categories ul, #latestNews ul {
	list-style: none;
	list-style-position: outside;
	padding: 20px 20px;
}
#categories ul li:nth-child(1), #latestNews ul li:nth-child(1) {border-top: 1px solid #4d7da9;}
#categories ul li {
	font-family: 'FMedium', Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px solid #4d7da9;
	letter-spacing: 1px;
}
#categories ul li a {
	background: url(../img/icon_tag.png) 0 21px no-repeat;
	padding: 18px 0 16px 40px;
	display: block;
}
#categories ul li.active {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #33597f; /* layer fill content */
	border: none;
}
#categories ul li.active a {color: #fafcf1;}
#latestNews ul li {
	font-family: 'FMedium', Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px solid #4d7da9;
	letter-spacing: 1px;
}
#latestNews ul li a {
	background: url(../img/icon_news_link.png) center right no-repeat;
	color: #f8fbef;
	padding: 18px 25px 16px 0;	
	display: block;
}
#latestNews ul li a:hover {
	background: url(../img/icon_news_link_hover.png) center right no-repeat;
	color: #e6d600;
}
.singleNews {
	display: block;
	margin: 0 20px 0 0;
	width: 700px; /*700px*/
	padding: 1px 0 0 0;
	position: relative;
	padding: 1px 0 30px 0;
}
.singleNews .dateNews {
	font-size: 19px;
	top: 1px;
	left: 20px;
	width: 52px;
	height: 71px; /*80px*/
	padding: 9px 0 0 0;
	line-height: 30px;
}
.singleNews .dateNews strong {font-size: 42px;}
.singleNews h3 {
	font-size: 34px;
	padding: 20px 30px;
}
.singleNews #metaNews {
	border-top: 1px solid #4d7da9;
	border-bottom: 1px solid #4d7da9;
	margin: 0 30px 20px 30px;
	font-family: 'FMedium', Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;	
	text-transform: uppercase;
	letter-spacing: 1px;
	list-style: none;
	list-style-position: outside;
	padding: 10px 0 10px 0;
	width: 640px; /*640px*/
	overflow: hidden;
}
.singleNews #metaNews > li {
	float: left;
	display: inline;
}
.singleNews #metaNews > li em {
	font-style: normal;
	color: #4d7da9;
	margin: 0 2px 0 5px;
}
.singleNews #metaNews ul {
	list-style: none;
	list-style-position: outside;
}
.singleNews #metaNews ul li {
	float: left;
	display: inline;
}
.singleNews #authorNews {margin: 6px 0 0 0;}
.singleNews #tagsNews {
	padding: 6px 0 0 0;
	overflow: hidden;
}
.singleNews #tagsNews li {margin: 0 6px 0 0;}
.singleNews #tagsNews p {
	background: url(../img/icon_tag.png) top left no-repeat;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 28px;
	height: 11px;
	margin: 2px 4px 0 0;
}
.singleNews #shareNews {
	float: right !important;
	display: inline;
	margin: 0 10px 0 0;
}
.singleNews #shareNews li {
	margin: 0 0 0 8px;
}
.singleNews #shareNews p {
	margin: 6px 0 0 0;
}
.singleNews #shareNews .btn {
	width: 28px;
	height: 28px;
}
.singleNews #shareNews .btn:hover {
	background-position: bottom;
}
.singleNews #shareNews .btnTwitter {
	background: url(../img/btn_news_twitter.png) top left no-repeat;
}
.singleNews #shareNews .btnFacebook {
	background: url(../img/btn_news_facebook.png) top left no-repeat;
}
.singleNews #contentNews {
	font-size: 16px;
	line-height: 28px;
	padding: 0 30px 10px 30px;
}
.singleNews #contentNews p {margin-bottom: 15px;}
.singleNews #contentNews img {max-width: 640px;}

.singleNews .navPag {
	float: right;
	display: inline;
	margin: 0 30px 0 0;
}
.singleNews .navPag li,
.allNews .navPag li {
	float: left;
	display: inline;
}
.allNews .navPag {
	float: right;
	display: inline;
	margin: 10px 20px 0 0;
}
/*---------------------*/
/* Rules --------------*/
/*---------------------*/
.listRules {
	font-size: 15px;
	line-height: 26px;
	
	display: block;
	margin: 0 20px 0 0;
	width: 630px; /*700px*/
	padding: 41px 40px 30px 30px;
	list-style: none;
	list-style-position: outside;
}
.listRules > li {
	margin: 0 0 35px 0;
	position: relative;
}
.listRules li ul {
	margin: 0 0 0 20px;
	list-style-type: disc;
	line-height: 22px;
	color: #e6d600;
}
.listRules li ul li {
	margin: 0 0 8px 0;
	width: 480px;
	line-height: 22px;
}
.listRules li ul li p {
	color: #f8fbef;
}
.listRules li ul p em {
	font-size: 13px;
	line-height: 20px;
	color: #d6d6d6;
	width: 500px;
	display: block;
}
.listRules h3 {
	color: #e6d600;
	font-size: 38px;
	margin: 0 0 20px 0;
}
.listRules .imgRules {
	overflow: hidden;
	margin: 0 0 10px 0;
}
.listRules .imgRules p {width: 500px;}
.listRules .imgRules img {
	position: absolute;
	top: 55px;
	right: 35px;
	margin: -20px 0 0 20px;
}
/*---------------------*/
/* Pins ---------------*/
/*---------------------*/
#homePins > h2 {
	background-image: url(../img/icon_pins.png);
	float: left;
	display: inline;
	width: 170px;
	margin-top: 10px;
}
#homePins .navPag {
	float: right;
	display: inline;
}
#homePins .navPag li {
	float: left;
	display: inline;
}
#homePins .pins {
	clear: both;
	list-style: none;
	list-style-position: outside;
	overflow: hidden;
}
#homePins .pins .equalize .roundBox {
	min-height: 380px\0/;
}
.pins .equalize {
	clear: left;
}
#homePins .pins .roundBox {
	background: url(../img/tile_blk.png) 0px 227px no-repeat;
	float: left;
	display: inline;
	width: 220px;
	margin: 0 20px 40px 0;
	padding: 25px 0 8px 0;
	position: relative;
}
#homePins .pins .roundBox .copy {
	text-align: center;
/*	padding: 18px 12px 18px 12px;*/
	padding: 223px 12px 18px 12px; /*18 + 205px height*/
}
#homePins .pins .roundBox img {
	width: 205px;
	height: 205px; /*205px*/
	display: block;
	position: absolute;
	top: 22px;
	left: 6px;
	z-index: 2;
}
#homePins .pins .pinTag {
	background: url(../img/tag_limited_edition.png) top left no-repeat;
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 104px;
	height: 104px;
	z-index: 1;
}
#homePins .pins .roundBox .copy h2 {
	font-family: 'FLight', Helvetica, Arial, Verdana, sans-serif;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
	padding: 0 0 0 0;
	margin-bottom: 10px;
	text-shadow: none;
}
#homePins .pins .roundBox .copy h3 {
	font-family: 'FMedium', Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #e6d600;
	margin: 0 0 4px 0;
	letter-spacing: 1px;
}
#homePins .pins .roundBox .copy h4 {
	font-family: 'FMedium', Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 4px 0;
}
#homePins .pins .pinWhere {
	overflow: hidden;
	width: 100%;
	text-align: center;
	list-style: none;
}
#homePins .pins .pinWhere li {
	width: 28px;
	height: 28px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
#homePins .pins .pinWhere li a {
	display: block;
	width: 28px;
	height: 28px;
}
.iconPrime 	 {background: url(../img/icon_pin_paxprime.png) top left no-repeat;}
.iconEast 	 {background: url(../img/icon_pin_paxeast.png) top left no-repeat;}
.iconSouth 	 {background: url(../img/icon_pin_paxsouth.png) top left no-repeat;}
.iconAus 	 {background: url(../img/icon_pin_paxaus.png) top left no-repeat;}
.iconOnline  {background: url(../img/icon_pin_online.png) top left no-repeat;}
.iconPinpals {background: url(../img/icon_pin_pinpals.png) top left no-repeat;}
/*Sort Pins*/
#homePins #sortPins {
	background-color: #396999;
	margin-bottom: 30px;
	height: 38px; /*58px*/
	list-style: none;
	list-style-position: outside;
	padding: 21px 0 0 35px;
	overflow: hidden;
	-moz-box-shadow: inset 0 1px 0 rgba(53,94,135,100);
	-webkit-box-shadow: inset 0 1px 0 rgba(53,94,135,100); 
	box-shadow: inset 0 1px 0 rgba(53,94,135,100);
}
#homePins #sortPins li {
	font-family: 'FCond', Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 17px;
	text-transform: uppercase;
	float: left;
	display: inline;
	margin: 0 12px 0 0;
}
#homePins #sortPins li strong {
	font-family: 'FHeavy', Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	color: #e6d600;
	padding: 0 0 0 0;
	margin: 0 5px 0 0;
	letter-spacing: 1px;
}
#homePins #sortPins li a {
	color: #f8fbef;
	letter-spacing: 1px;
	padding: 8px 18px 7px 38px;
	text-shadow: 0px -1px 0px #3c6a97;
	filter: dropshadow(color=#3c6a97, offx=0, offy=-1);
	background-position: 10px 4px;
	background-repeat: no-repeat;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	
	-webkit-transition: background 400ms ease-in-out, box-shadow 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out, box-shadow 400ms ease-in-out;
	-ms-transition: background 400ms ease-in-out, box-shadow 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out, box-shadow 400ms ease-in-out;
	transition: background 400ms ease-in-out, box-shadow 400ms ease-in-out;
}
#homePins #sortPins li a:hover, #homePins #sortPins li.active a {
	background-color: #335980;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; 
	-moz-box-shadow: inset 0 -1px 0 rgba(107,143,179,100); 
	-webkit-box-shadow: inset 0 -1px 0 rgba(107,143,179,100);
	box-shadow: inset 0 -1px 0 rgba(107,143,179,100);
	
	-webkit-transition: background 250ms ease-in-out, box-shadow 250ms ease-in-out;
	-moz-transition: background 250ms ease-in-out, box-shadow 250ms ease-in-out;
	-ms-transition: background 250ms ease-in-out, box-shadow 250ms ease-in-out;
	-o-transition: background 250ms ease-in-out, box-shadow 250ms ease-in-out;
	transition: background 250ms ease-in-out, box-shadow 250ms ease-in-out;
}
#homePins #sortPins #sortAll {
	padding-right: 18px;
	padding-left: 18px;
}
#homePins #sortPins #sort-pax-prime {background-image: url(../img/icon_sort_paxprime.png);}
#homePins #sortPins #sort-pax-east 	{background-image: url(../img/icon_sort_paxeast.png);}
#homePins #sortPins #sort-pax-south	{background-image: url(../img/icon_sort_paxsouth.png);}
#homePins #sortPins #sort-pax-aus 	{background-image: url(../img/icon_sort_paxaus.png);}
#homePins #sortPins #sort-online 	{background-image: url(../img/icon_sort_online.png);}
#homePins #sortPins #sort-pinpals 	{background-image: url(../img/icon_sort_pinpals.png);}
/*End Sort Pins*/
/*---------------------*/
/* Events -------------*/
/*---------------------*/

/*---------------------*/
/* Rules --------------*/
/*---------------------*/

/*---------------------*/
/* Footer -------------*/
/*---------------------*/
#copyright {
	font-size: 12px;
	color: #999999;
	text-align: right;
	padding: 10px 0 0 0;
	margin: 0 0 100px 0;
}
#footer {
	background: url(../img/bg_footer.png) top left repeat-x;
	height: 60px;
	width: 100%;
	z-index: 100;
	overflow: hidden;
}
#footer .content {
	width: 998px; /*1012px*/
	overflow: hidden;
	padding: 0 7px;
}
#footer .left 	{width: 500px; padding-top: 10px;}
#footer .right 	{width: 400px; padding-top: 11px;}
#footer .left h3 a {
	background: url(../img/logo_sml_pinny_arcade.png) top left no-repeat;
	width: 33px;
	height: 40px;
	float: left;
	display: inline;
	margin: 0 15px 0 0;
	display: block;
	text-indent: -999em;
	overflow: hidden;
}
#footer .left form {
	float: left;
	display: inline;
}
#footer .left #keywords {
	background-color: #1B496F; /* layer fill content */
	-moz-box-shadow: 0 -1px 0 #1a354c; /* drop shadow */
	-webkit-box-shadow: 0 -1px 0 #1a354c; /* drop shadow */
	box-shadow: 0 -1px 0 #1a354c; /* drop shadow */
	border: none;
	width: 236px; /*256px*/
	height: 40px;
	float: left;
	display: inline;
	font-size: 13px;
	color: #f8fbef;
	padding: 0 10px 0 10px;
}
#footer .left .btnSearch {
	background: #fff url(../img/btn_search.png) top left no-repeat;
	-moz-box-shadow: 0 -1px 0 #1a354c; /* drop shadow */
	-webkit-box-shadow: 0 -1px 0 #1a354c; /* drop shadow */
	box-shadow: 0 -1px 0 #1a354c; /* drop shadow */
	width: 44px;
	height: 40px;
	float: left;
	display: inline;
}
#footer .left .btnSearch:hover {background-position: bottom;}
#footer .right {
	list-style: none;
	list-style-position: outside;
}
#footer .right li {
	float: right;
	display: inline;
	margin: 0 0 0 10px;
}
#footer .right li p {
	font-family: 'FLight', Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 11px 10px 0 0;
}
#footer .right .btn {
	width: 36px;
	height: 36px;
}
#footer .right .btnRss 		{background: url(../img/btn_footer_rss.png) top left no-repeat;}
#footer .right .btnTwitter 	{background: url(../img/btn_footer_twitter.png) top left no-repeat;}
#footer .right .btnFacebook {background: url(../img/btn_footer_facebook.png) top left no-repeat;}
#footer .right .btn:hover {background-position: bottom;}
