/* @override 
	http://cabal.asiasoftsea.com/wp-content/themes/cabal/style.css */

body {
	background: #000;
	margin: 0;
	padding: 0;
}
div, h1, h2, h3, h5, h6, ul, ol, li, table, tr, th, img {
	margin: 0;
	padding: 0;
	font: normal normal 13px Helvetica, Tahoma, Arial, sans-serif;
	color: #AAA;
	text-align: left;
	line-height: 18px;
}
h1 {
	font: normal normal 21px Helvetica, Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 1px 1px #000;
}
h1 span {
	font-weight: bold;
}
#myModal5 h4{
	color:#000;
}

.btn-download-big ,.btn-download-big:focus{ border-radius:0; padding: 0 20px 20px; margin:5px 5px; background:#2534b0; color:#FFF; border:none; width: 30%;
}
.btn-download-big:hover  {-webkit-box-shadow: inset 0px 2px 1px 1px rgb(11,15,50);
	-moz-box-shadow: inset 0px 2px 1px 1px rgb(11,15,50);
	box-shadow: inset 0px 2px 1px 1px rgb(11,15,50);
	background: #1c2886; color:#FFF; text-decoration:none;
}

.text-download {
	float: left;
}

i {
	display: none;
}
a, img {
	text-decoration: none;
	border: none;
}
#advertpro {
	background: #181818;
	padding: 7px 0;
}
#advertpro div {
	height: 90px;
	width: 728px;
	margin: 0 auto;
}
.content {
	background: #000 url(../images/cabal_bg6.jpg) no-repeat center top;
	min-height: 800px;
}
.bigwrap {
	width: 983px;
	height: 100%;
	margin: auto;
	position: relative;
}
.menu {
	margin: 0 5px;
	width: 975px;
	float: left;
}
.logo {
	margin: auto;
	width: 250px;
	height: 89px;
	background: url(../images/cabalsea_ac.png)
}
/* ==========================================================================
   Navigation
   ========================================================================== */

ul#Nav, ul#Nav li {
	float: left;
	position: relative;
	list-style: none;
}
ul#Nav li a {
	font: 13px Helvetica, Tahoma, Arial, sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-shadow: 1px 1px #000;
	text-decoration: none;
	position: relative;
	margin: 0 24px;
	color: #FFF;
	-webkit-animation-duration: 200ms;
	-moz-animation-duration: 200ms;
	-o-animation-duration: 200ms;
	animation-duration: 200ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	display: block;
	height: 30px;
}
ul#Nav li#menu-item-34 a {
	margin-right: 5px !important;
	margin-left: 8px !important
}
ul#Nav > li:hover > a {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
	color: #ccc;
}
.sub-menu {
	left: -999em;
	position: absolute;
	width: 170px;
	z-index: 9999;
	background: #000;
	padding: 8px 0;
	margin-left: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top: #666 1px solid;
	border-left: #666 1px solid;
	border-bottom: #000 1px solid;
	border-right: #000 1px solid;
}
ul#Nav li ul a {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	font: normal normal 13px Tahoma, Helvetica, Arial, sans-serif;
	text-shadow: none;
	text-transform: capitalize;
	letter-spacing: normal;
	width: 170px;
	height: 20px;
	padding: 2px 20px;
	margin: 0;
}
ul#Nav li ul a:hover, ul#Nav ul li li:hover > a {
	color: #ccc;
}
ul#Nav li:hover ul, ul#Nav li:hover div.mega {
	left: 0;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
.sub-menu ul {
	margin: -33px 0 0 170px;
	opacity: 1;
}
ul.sub-menu li ul {
	display: none;
}
ul.sub-menu > li:hover ul {
	display: block;
}

/* ==========================================================================
   Animation
   ========================================================================== */
   
   
@-webkit-keyframes bounceInUp {
 0% {
opacity: 1;
-webkit-transform: translateY(0);
}
 50% {
opacity: 0;
-webkit-transform: translateY(10px);
}
 60% {
opacity: 0;
-webkit-transform: translateY(-10px);
}
 100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes bounceInUp {
 0% {
opacity: 1;
-moz-transform: translateY(0);
}
 50% {
opacity: 0;
-moz-transform: translateY(10px);
}
 60% {
opacity: 0;
-moz-transform: translateY(-10px);
}
 100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-ms-keyframes bounceInUp {
 0% {
opacity: 1;
-ms-transform: translateY(0);
}
 50% {
opacity: 0;
-ms-transform: translateY(10px);
}
 60% {
opacity: 0;
-ms-transform: translateY(-10px);
}
 100% {
opacity: 1;
-ms-transform: translateY(0);
}
}
@keyframes bounceInUp {
 0% {
opacity: 1;
transform: translateY(0);
}
 50% {
opacity: 0;
transform: translateY(10px);
}
 60% {
opacity: 0;
transform: translateY(-10px);
}
 100% {
opacity: 1;
transform: translateY(0);
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 0.9;
}
}
@-moz-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 0.9;
}
}
@-ms-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 0.9;
}
}
@keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 0.9;
}
}
-->
.social {
	float: right;
	margin: 9px 27px 14px;
}
.social p {
	margin: 8px 7px 0 0;
}
.social li {
	list-style: none;
	float: left;
}
.social span {
	display: none;
}
a.facebook {
	background: url(../images/fb_forum.png);
	width: 27px;
	height: 26px;
	cursor: pointer;
	float: left;
}
a.forum {
	background: url(../images/fb_forum.png) 70px top;
	width: 71px;
	height: 26px;
	cursor: pointer;
	float: left;
}
a.facebook:hover {
	background-position: 0 26px;
}
a.forum:hover {
	background-position: 70px 26px;
}
/* ==========================================================================
   Upper BOdy
   ========================================================================== */

.upperContent {
	width: 930px;
	height: 500px;
	margin: 80px auto 0;
}
.upperContentLeft {
	width: 648px;
	float: left;
	position: relative;
}
.leftContent {
	width: 638px;
	float: left;
	padding: 4px 3px;
	margin: 166px 4px 0 0;
	background: #222;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top: #666 1px solid;
	border-left: #666 1px solid;
	border-bottom: #000 1px solid;
	border-right: #000 1px solid;
}
.leftInner {
	width: 188px;
	float: left;
	position: absolute;
	text-align: center;
	top: 59px;
}
.maintenance {
	width: 182px;
	height: 72px;
	background: url(../images/maintenence.png) no-repeat;
	float: left;
	margin: 4px 0;
}
.maintenance img {
	padding: 10px 0 0 15px;
}
.nation {
	width: 182px;
	float: left;
	position: relative;
	top: -9px;
}
.nation img {
	float: left;
}
.nation div {
	background: url(../images/nationwar_bg_02.png) repeat-y;
	float: left;
	width: 152px;
	padding: 0 15px 3px;
}
.nation td {
	color: #fff;
}
.schedule {
	width: 451px;
	height: 70px;
	background: #CBCBCB;
	padding-left: 1px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}
.schedule li {
	float: left;
	cursor: pointer;
	margin: 2px 1px;
	list-style: none;
}
.schedule li a span {
	display: none;
}
.schedule01 a {
	background: url(../images/schedule_01.jpg);
	width: 148px;
	height: 66px;
	float: left;
}
.schedule02 a {
	background: url(../images/schedule_02.jpg);
	width: 148px;
	height: 66px;
	float: left;
}
.schedule03 a {
	background: url(../images/schedule_03.jpg);
	width: 148px;
	height: 66px;
	float: left;
}
.schedule li a:hover {
	background-position: 0 -66px;
}
.bottominner {
	width: 638px;
	float: left;
	background: #CBCBCB;
	margin: 4px 0 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
.notice {
	width: 620px;
	height: 18px;
	margin: 3px;
	background: #1f211c;
	float: left;
	padding: 6px;
}
.notice h3 {
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	float: left;
	margin-right: 40px;
}
.notice p {
	float: left;
}
.rightInner {
	width: 452px;
	float: right;
	margin-left: 4px;
}
.newboss {
	float: right;
	z-index: 999;
	right: 0;
	margin-bottom: 4px;
}
.upperContentRight {
	width: 274px;
	margin-top: 93px;
	float: left;
	padding: 2px;
	background: #222;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top: #666 1px solid;
	border-left: #666 1px solid;
	border-bottom: #000 1px solid;
	border-right: #000 1px solid;
}
.newsbg {
	background: url(../images/news.jpg) no-repeat;
	width: 250px;
	height: 356px;
	margin: 2px;
	padding: 16px 12px 2px 8px;
}
.header {
	width: 100%;
	float: left;
}
.header a {
	float: right;
	color: #FFF;
	margin-top: 8px;
	font-size: 11px;
}
.header a span {
	font-size: 8px;
}
.header a:hover {
	color: #999;
}
.newscontent {
	width: 91%;
	height: 85%;
	overflow: hidden;
	float: left;
	background: #000;
	border: #585858 1px solid;
	margin-top: 2px;
	padding: 5px 11px 0;
}
.newscontent h2 {
	color: #bbb;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
}
.newscontent li {
	height: 52px;
}
.newscontent p {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	height: 17px;
	overflow: hidden;
	line-height: normal;
	margin: 0;
}
.heroBanner {
	background: url(../images/heroBnr_bg.jpg);
	width: 452px;
	height: 193px;
}
.snow {
	position: absolute;
	width: 100%;
	margin: auto;
	overflow: hidden;
}
/* ==========================================================================
   Lower Body
   ========================================================================== */
   
#lowerBody {
	background: url(../images/cabal_bottom_bg2.png) repeat-x;
	width: 100%;
}
#lowerBody .bigwrap {
	background: url(../images/cabal_bottom_bg.png) no-repeat;
	min-height: 430px;
	padding-top: 88px;
}
.ranking {
	width: 260px;
	float: left;
	margin-left: 54px;
}
.nav-tabs2 {
	float: left;
	width: 100%;
}
.nav-tabs2 li {
	float: left;
	margin: 12px 0 0;
	list-style: none;
}
.nav-tabs2 li a {
	font: 12px Helvetica, Tahoma, Arial, sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-shadow: 1px 1px #000;
	text-decoration: none;
	color: #FFF;
	padding: 4px 21px 3px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	border-bottom: 1px solid #585858;
}
.nav-tabs2 li a:hover {
	color: #CCC;
}
.nav-tabs2>.active>a, .nav-tabs2>.active>a:hover {
	border: 1px solid #585858;
	border-bottom-color: transparent;
	cursor: default;
}
.tab-content {
	float: left;
	width: 100%;
}
.tab-pane {
	display: none;
}
.tab-pane.active {
	display: block;
}
.tab-pane h1, .sidebar-module h1 {
	color: #FFF;
	font-size: 13px;
	text-transform: uppercase;
	margin: 4px 0;
}
.tab-pane td, .sidebar-module td {
	font-size: 12px;
}
.sidebar-module p {
	font-size: 12px;
}
.tab-pane img, .sidebar-module img {
	float: right;
}
.sponsor {
	float: left;
	width: 320px;
	margin: 45px 20px 10px 14px;
}
.partners {
	background: url(../images/cabal-sponsor.png) center 30px no-repeat;
	width: 280px;
	height: 105px;
	margin: 0 auto;
}
.partners h1 {
	width: 100px;
	margin: auto;
	float: none;
}
.facebook {
	float: left;
	width: 270px
}
.facebook div {
	width: 270px;
	height: 330px;
	float: left;
	overflow: hidden;
}
.facebook div iframe {
	position: relative;
	top: -28px;
	left: -65px;
}

.guild-ranking {
	float: left;
	width: 270px
}
.guild-ranking div {
	width: 270px;
	height: 330px;
	float: left;
	overflow: hidden;
}
.guild-ranking div iframe {
	position: relative;
	top: 20px;
	left: 0;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.back {
	width: 129px;
	margin: auto;
}
.footer {
	background: #000;
	border-bottom: #333 1px solid;
	bottom: 0;
}
.footer .bigwrap {
	width: 928px;
}
.footer ul {
	float: left;
}
.footer ul li {
	list-style: none;
	float: left;
	margin: 12px 0 8px;
}
.footer p {
	color: #888;
	font-size: 10px;
	text-align: center;
	width: 511px;
	line-height: 13px;
}
/* ==========================================================================
   Ticker Styling
   ========================================================================== */

.ticker-wrapper.has-js {
	width: 100%;
}
.ticker {
	width: 620px;
	height: 23px;
	overflow: hidden;
	margin-left: 6px;
}
.ticker-title {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.ticker-content {
	margin: 0px;
	position: absolute;
	overflow: hidden;
	margin-left: 20px;
}
.ticker-content:focus {
 none;
}
.ticker-swipe {
	position: absolute;
	top: 10px;
	background-color: #1f211c;
	display: block;
	width: 170px;
	height: 23px;
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #1f211c;
	border-bottom: 1px solid #777;
	height: 16px;
	width: 7px;
	display: block;
}
.ticker-controls {
	list-style-type: none;
	float: right;
	position: relative;
	top: -22px;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 14px;
	width: 16px;
	display: block;
}
.ticker-controls li.jnt-play-pause {
	background-image: url('../images/controls.png');
	background-position: 32px 16px;
}
.ticker-controls li.jnt-play-pause.over {
	background-position: 32px 32px;
}
.ticker-controls li.jnt-play-pause.down {
	background-position: 32px 0px;
}
.ticker-controls li.jnt-play-pause.paused {
	background-image: url('../images/controls.png');
	background-position: 48px 16px;
}
.ticker-controls li.jnt-play-pause.paused.over {
	background-position: 48px 32px;
}
.ticker-controls li.jnt-play-pause.paused.down {
	background-position: 48px 0px;
}
.ticker-controls li.jnt-prev {
	background-image: url('../images/controls.png');
	background-position: 0px 16px;
}
.ticker-controls li.jnt-prev.over {
	background-position: 0px 32px;
}
.ticker-controls li.jnt-prev.down {
	background-position: 0px 0px;
}
.ticker-controls li.jnt-next {
	background-image: url('../images/controls.png');
	background-position: 16px 16px;
}
.ticker-controls li.jnt-next.over {
	background-position: 16px 32px;
}
.ticker-controls li.jnt-next.down {
	background-position: 16px 0px;
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px;
	color: #F8F0DB;
}
.left .ticker-swipe {
/*left: 80px;*/
}
.left .ticker-content, .left .ticker-title, .left .ticker {
	float: left;
}
.right .ticker-swipe {
/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
	float: right;
}
.right .ticker-controls {
	padding-right: 6px;
}
/* ==========================================================================
   Partners
   ========================================================================== */

#acash-home {
}
#acash-home nav {
	position: relative;
}
#acash-home nav a {
	cursor: pointer
}
#acash-home nav a#btn-popover-sg {
	width: 130px;
	height: 40px;
	left: 5px;
	position: absolute;
	text-indent: -9999px;
}
#acash-home nav a#btn-popover-my {
	width: 130px;
	height: 40px;
	left: 145px;
	position: absolute;
	text-indent: -9999px;
}
#acash-home nav a#btn-popover-ph {
	width: 130px;
	height: 40px;
	top: 40px;
	left: 5px;
	position: absolute;
	text-indent: -9999px;
}
#acash-home nav a#btn-popover-vn {
	width: 130px;
	height: 40px;
	top: 40px;
	left: 145px;
	position: absolute;
	text-indent: -9999px;
}
#acash-home .popover {
	width: 350px;
}
#acash-home .popover-title {
	background: url('http://media.playpark.net/PP/ro2/assets/web/images/pattern-brown.jpg') top left repeat;
	font-size: 16px;
	line-height: 24px;
	color: #ffedcf
}
#innerBody #acash-home {
}
#innerBody #acash-home nav {
	position: relative;
}
#innerBody #acash-home nav a {
	cursor: pointer
}
#innerBody #acash-home nav a#btn-popover-sg {
	width: 130px;
	height: 40px;
	left: 5px;
	position: absolute;
	text-indent: -9999px;
	top: 30px;
}
#innerBody #acash-home nav a#btn-popover-my {
	width: 130px;
	height: 40px;
	left: 145px;
	position: absolute;
	text-indent: -9999px;
	top: 30px;
}
#innerBody #acash-home nav a#btn-popover-ph {
	width: 130px;
	height: 40px;
	top: 40px;
	left: 5px;
	position: absolute;
	text-indent: -9999px;
	top: 70px;
}
#innerBody #acash-home nav a#btn-popover-vn {
	width: 130px;
	height: 40px;
	top: 40px;
	left: 145px;
	position: absolute;
	text-indent: -9999px;
	top: 70px;
}
#innerBody #acash-home .popover {
	width: 350px;
}
#innerBody #acash-home .popover-title {
	background: url('http://media.playpark.net/PP/ro2/assets/web/images/pattern-brown.jpg') top left repeat;
	font-size: 16px;
	line-height: 24px;
	color: #ffedcf
}
/* ==========================================================================
   Inner Page
   ========================================================================== */
   
#innerBody {
	background: url(../images/inner_bg.png) no-repeat;
	width: 900px;
	height: 100%;
	margin: 210px auto 0;
	padding: 60px 15px;
	min-height: 360px;
}
.sideNav {
	width: 200px;
	float: left;
}
.sideNav ul {
	margin: 25px 5px 0 15px;
}
.sideNav li {
	float: left;
	width: 100%;
	list-style-image: url(../images/arrow.png);
	padding-bottom: 12px;
}
.sideNav a {
	color: #FFF;
	text-transform: uppercase;
}
.sideNav a:hover {
	color: #999;
}
ul.children {
	display: none;
}
ul.children li {
	list-style: square;
	padding-bottom: 3px;
	margin: 0;
}
ul.children li a {
	text-transform: none;
}
.innerContent {
	width: 640px;
	min-height: 360px;
	float: left;
	background: #000 url(../images/innerContentBg.jpg) no-repeat;
	padding: 25px 30px 100px;
}
.innerContent img {
	max-width: 640px;
}
.innerContent h1 {
	width: 100%;
	float: left;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.innerContent h2 {
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 10px;
	color: #FFF;
}
#archive.innerContent h2 {
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	margin-right: 15px;
	width: 150px;
	margin: 0;
}
#archive.innerContent ul {
	margin-left: 0;
}
#archive.innerContent li {
	padding: 0;
	list-style: none;
}
.innerContent p {
	width: 100%;
	padding: 10px 0;
	margin: 0;
	line-height: 1.5em;
	color: #AAA;
	display: block;
}
.innerContent table {
	color: #AAA;
}
.innerContent .post-content ol, .innerContent .post-content ul {
	font-size: 14px;
}
.innerContent .post-content li {
	font-size: 14px;
	padding: 5px 0;
	line-height: 1.5em;
}
.innerContent b {
	color: #FFF;
}
.wikitable th {
	background: none repeat scroll 0 0 #AAB966 !important;
	border: 1px solid #36372e !important;
	padding: 0.2em !important;
	text-align: center !important;
	color: black !important;
}
.wikitable th.sub {
	background: none repeat scroll 0 0 #C6C793 !important;
	text-align: center !important;
	color: black !important;
}
/* ==========================================================================
   Splash Page
   ========================================================================== */
   
body#splash {
	background: #000 url(http://media.playpark.net/PP/cabal/v2/images/splash_bg.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
}
.video {
	width: 720px;
	margin: 110px auto;
}
.video iframe {
	border: #454545 1px solid;
	margin: 12px 0;
	padding: 1px;
	background: #000;
}
#splash .social {
	float: right;
	margin: 0;
}
.splashnav li {
	margin: 0 0 0 3px;
	float: left;
}
.splashnav li span {
	display: none;
}
a.splashbtn01 {
	background: url(http://media.playpark.net/PP/cabal/v2/images/splash_nav.jpg);
	width: 177px;
	height: 42px;
	cursor: pointer;
	float: left;
}
a.splashbtn02 {
	background: url(http://media.playpark.net/PP/cabal/v2/images/splash_nav.jpg) 542px 0;
	width: 177px;
	height: 42px;
	cursor: pointer;
	float: left;
}
a.splashbtn03 {
	background: url(http://media.playpark.net/PP/cabal/v2/images/splash_nav.jpg) 360px 0;
	width: 177px;
	height: 42px;
	cursor: pointer;
	float: left;
}
a.splashbtn04 {
	background: url(http://media.playpark.net/PP/cabal/v2/images/splash_nav.jpg) 178px 0;
	width: 177px;
	height: 42px;
	cursor: pointer;
	float: left;
}
a.splashbtn01:hover {
	background-position: 0 42px;
}
a.splashbtn02:hover {
	background-position: 542px 42px;
}
a.splashbtn03:hover {
	background-position: 360px 42px;
}
a.splashbtn04:hover {
	background-position: 178px 42px;
}
.list-text {
	margin: 5px 0 5px 19px;
}
.list-text li {
	padding: 0;
!important
}
/* ==========================================================================
   Buttons
   ========================================================================== */
   
.btn-grey {
	background-color: hsl(0, 0%, 23%) !important;
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a5a5a5", endColorstr="#3a3a3a");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#a5a5a5), to(#3a3a3a));
	background-image: -moz-linear-gradient(top, #a5a5a5, #3a3a3a);
	background-image: -ms-linear-gradient(top, #a5a5a5, #3a3a3a);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5a5a5), color-stop(100%, #3a3a3a));
	background-image: -webkit-linear-gradient(top, #a5a5a5, #3a3a3a);
	background-image: -o-linear-gradient(top, #a5a5a5, #3a3a3a);
	background-image: linear-gradient(#a5a5a5, #3a3a3a);
	border-color: #3a3a3a #3a3a3a hsl(0, 0%, 12.5%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.69);
}
.btn-red {
	background-color: hsl(0, 69%, 39%) !important;
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dd4545", endColorstr="#a81e1e");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#dd4545), to(#a81e1e));
	background-image: -moz-linear-gradient(top, #dd4545, #a81e1e);
	background-image: -ms-linear-gradient(top, #dd4545, #a81e1e);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd4545), color-stop(100%, #a81e1e));
	background-image: -webkit-linear-gradient(top, #dd4545, #a81e1e);
	background-image: -o-linear-gradient(top, #dd4545, #a81e1e);
	background-image: linear-gradient(#dd4545, #a81e1e);
	border-color: #a81e1e #a81e1e hsl(0, 69%, 34.5%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.29);
	-webkit-font-smoothing: antialiased;
}
.btn-green {
	background-color: hsl(110, 50%, 32%) !important;
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5bc147", endColorstr="#367a28");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc147), to(#367a28));
	background-image: -moz-linear-gradient(top, #5bc147, #367a28);
	background-image: -ms-linear-gradient(top, #5bc147, #367a28);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc147), color-stop(100%, #367a28));
	background-image: -webkit-linear-gradient(top, #5bc147, #367a28);
	background-image: -o-linear-gradient(top, #5bc147, #367a28);
	background-image: linear-gradient(#5bc147, #367a28);
	border-color: #367a28 #367a28 hsl(110, 50%, 27%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
}
.btn-yellow {
	background-color: hsl(41, 85%, 35%) !important;
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efb73d", endColorstr="#a5750d");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#efb73d), to(#a5750d));
	background-image: -moz-linear-gradient(top, #efb73d, #a5750d);
	background-image: -ms-linear-gradient(top, #efb73d, #a5750d);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efb73d), color-stop(100%, #a5750d));
	background-image: -webkit-linear-gradient(top, #efb73d, #a5750d);
	background-image: -o-linear-gradient(top, #efb73d, #a5750d);
	background-image: linear-gradient(#efb73d, #a5750d);
	border-color: #a5750d #a5750d hsl(41, 85%, 29%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
}
.btn-blue {
	background-color: hsl(195, 60%, 35%) !important;
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d95b7", endColorstr="#23748e");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#2d95b7), to(#23748e));
	background-image: -moz-linear-gradient(top, #2d95b7, #23748e);
	background-image: -ms-linear-gradient(top, #2d95b7, #23748e);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d95b7), color-stop(100%, #23748e));
	background-image: -webkit-linear-gradient(top, #2d95b7, #23748e);
	background-image: -o-linear-gradient(top, #2d95b7, #23748e);
	background-image: linear-gradient(#2d95b7, #23748e);
	border-color: #23748e #23748e hsl(195, 60%, 32.5%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
}
/* ==========================================================================
   Bootstrap Overrides (to be added soon by Halif)
   ========================================================================== */
   
.alert {
	background-color: #333;
	border-color: #ccc
}
.alert-red {
	color: #B94A48;
	background-color: #F2DEDE;
	border-color: #EED3D7
}
.alert-blue {
	color: #3A87AD;
	background-color: #D9EDF7;
	border-color: #BCE8F1
}
.alert-green {
	color: #468847;
	background-color: #DFF0D8;
	border-color: #D6E9C6
}
.table tr.green td, .table tr.green th {
	background-color: #DFF0D8 !important
}
.table tr.blue td, .table tr.blue th {
	background-color: #D9EDF7 !important
}
.table tr.red td, .table tr.red th {
	background-color: #F2DEDE !important
}
.table tr.dark-gray td, .table tr.dark-gray th {
	background-color: #595959 !important;
	color: #f2f2f2 !important
}
/* ==========================================================================
   Wordpress Core CSS Classes
   ========================================================================== */
   
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	text-align: center;
	padding: 5px 3px 10px;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	max-width: 98.5%;
	width: auto;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.alignnone, a img.alignnone, .wp-caption.alignnone, .wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter, .aligncenter {
	display: block;
	margin: 5px auto;
}
.alignright, a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft, a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
/* ==========================================================================
   Pagination
   ========================================================================== */
   
.pagination {
	line-height: 16px
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: #555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.pagination a:hover {
	color: #fff;
	background: #219efe;
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	background: #219efe;
	color: #333;
	font-weight: bold;
}
.addthis_toolbox {
	padding-bottom: 10px;
}
#news_content p {
	font-size: 14px;
}
#news_content ul, #news_content ol {
	margin: 0 0 10px 20px;
}


/* =====
Splash Anniversary
======== */
/* @override 
	http://media.playpark.net/PP/cabal7/style.css */


#tallModal .modal-content7 {
	background: url(http://media.playpark.net/PP/cabal7/media/bg.jpg) center center no-repeat black;
	width: 100%;
	padding-right: 60px;
}

.img-responsive {
	margin: 0 auto;
}

.logo7 {
	margin: 0 auto;
}

div#tallModal.modal.modal-wide.fade.in {
	position: absolute;
	top: 30%;
	width: 640px;
	background-color: black;
}

#tallModal .button7 {
	font-size: 30px;
	line-height: 95px;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}

#tallModal .button7 a {
	background: url(http://media.playpark.net/PP/cabal7/media/button.png);
	width: 363px;
	height: 115px;
	color: white;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#tallModal .button7 a:hover {
	background: url(http://media.playpark.net/PP/cabal7/media/button.png) 0 center;
	width: 363px;
	height: 115px;
	color: red;
	display: block;
	text-decoration: none;
	cursor: pointer;
}


#tallModal .button7 a:active {
	background: url(http://media.playpark.net/PP/cabal7/media/button.png) 0 top;
	width: 363px;
	height: 115px;
	color: white;
	display: block;
	text-decoration: none;
	cursor: pointer;
}

.modal.modal-wide .modal-dialog {
  width: 90%;
}
.modal-wide .modal-body7 {
  overflow-y: auto;
}

#tallModal .modal-header {
	border-bottom-style: none;
	border-style: none;
	border-color: black;
}


#tallModal .modal-body7 {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	padding-bottom: 60px;
	padding-left: 110px;
}

button.close {
	color: white;
	font-weight: bold;
}

.modal-backdrop.in {
    opacity: 0.9;
}