@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
		font-family:  Verdana, 'McLaren', Geneva, sans-serif;

}
/* POPUP STYLES */
.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    background-color: #fff;
    border: 3px solid #fff;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 15px;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 10;
	width: 350px;
	
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.close {
    background-color: rgba(0, 0, 0, 0.8);
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 30px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 24px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
    background-color: rgba(64, 128, 128, 0.8);
}
.popup p, .popup div {
    margin-bottom: 10px;
}
.popup label {
    display: inline-block;
    text-align: left;
    width: 120px;
}
.popup input[type="text"], .popup input[type="password"] {
    border: 1px solid;
    border-color: #999 #ccc #ccc;
    margin: 0;
    padding: 2px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.popup input[type="text"]:hover, .popup input[type="password"]:hover {
    border-color: #555 #888 #888;
} 

/* END POPUP STYLES */
.companion-profile-box {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	border: 5px solid #4f8365;
	z-index: 1;
	float: left;
	background-color: #ffffff;
}
.companion-details-box {
	border-bottom: 15px solid #4f8365;
	border-left: 10px solid #4f8365;
	border-right: 15px solid #4f8365;
	border-top: 2px solid #4f8365;
	margin-left: 20px; 
	z-index: 2;
}
#live_chat {
	height: 500px;
	width: 629px;
	font-family: 'McLaren', Verdana, Geneva, sans-serif;
	border: 3px solid #400000;
	overflow-y: scroll;
	font-size: 12px;
}
#live_chat a {
	text-decoration: underline;
	font-family: 'McLaren', Verdana, Geneva, sans-serif;
	font-size: 15px;
}

.pet_stats {
	text-align: center;
	font-size: 15px;
	color: #1A2E32;
	font-family: 'McLaren', Verdana, Geneva, sans-serif;

}
.pet_stats_table {
		line-height: 25px;

}
.battle_stats {
	font-size: 13px;
	color: #1A2E32;
	font-family: 'McLaren', Verdana, Geneva, sans-serif;
	padding: 10px;
	min-height: 125px;
	margin-left: 265px;
}
.bio {
	font-size: 14px;
	color: #1A2E32;
	font-family: 'McLaren', Verdana, Geneva, sans-serif;
	padding: 10px;
}
.chatbox {
	margin: 14px;
	font-size: 10px;
	color: #1A2E32;
	font-family: 'McLaren', Verdana, Geneva, sans-serif;
	border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border: 2px solid #3E4D48;
	overflow-y: scroll;
	height: 500px;
}
.chatbox a {
		text-decoration: underline;
	font-family: 'McLaren', Verdana, Geneva, sans-serif;
	font-size: 12px;

}
.chat_name {
	font-family: 'McLaren', Verdana, Geneva, sans-serif;

	border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border: 2px solid #3E4D48;
}
ul,li {
	list-style-type: none;
}
.tooltip {
	display:none;
	position:absolute;
	border:1px solid #69a06a;
	background-color:#728B82;
	border-radius:5px;
	padding:5px;
	color:#fff;
	font-size:12px;
	z-index: 3;
}
.profile_img {
	max-width: 200px;
	float: left;
	padding: 5px;
}
#item_pic {
	padding: 10px;
	border: 1px dotted #00920b;
}
body {
	font: 1.063em Verdana, Geneva, sans-serif;
	background:url('http://i.snag.gy/XnfaN.jpg') #72965E repeat-x;
	background-position:0px 0px;
        font-size: 13px;
	-webkit-font-smoothing: antialiased !important;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; 
}
.news {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px; 
	width: 635px;
}
.box a, .middle a {
	font:14px georgia, times;
	color:#2B5154;
	text-decoration:none;
	border-bottom:1px dashed rgba(255,255,255,.3);
	transition:ease-in .2s;
}

.box a:hover, .middle a:hover {
	transition:ease-in .2s;
	color:#42969C;
	border-bottom:.5px dashed rgba(212, 235, 243, 0.8);
}

.container {
	width: 906px;
	margin: 0 auto;
}

header {
	width: 900px;
	height: 150px;
	background: #99CD9A url('/images/logo.png') no-repeat top left;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 0 0px rgba(0,0,0,.75);/*173, 152, 186*/
	border-left:3px solid #728B82;/*97, 90, 116*/
	border-right:3px solid #728B82;
}

nav {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(90, 98, 116, 0.6); /*173, 152, 186*/
	font: 13px 'McLaren', Verdana, Geneva, sans-serif;
	
}

[role="navigation"], .navigation {
	list-style: none;
	text-align: center;
}

[role="navigation"] li, .navigation li {
	display: inline-block;
	margin: 0 0.5em;
	line-height: 0.8em;
}

[role="navigation"] li a, .navigation li a {
	color: #FFF;
	text-shadow: 1px 1px #2B5154;
	text-decoration: none;
	font: 2.050em 'McLaren', Verdana, Geneva, sans-serif;
	text-transform: lowercase;
	padding: 0 0.5em;
	display: block;
	line-height: 1.1em;
	transition:ease-in .2s;
}

[role="navigation"] li a:hover, .navigation li a:hover {
	transition:ease-in .2s;
	text-shadow:0px 0px 1px #fff;
}

#box2 {
	background:rgba(255,255,255,.4);
	width:170px;
	height:70px;
	padding:.2em;
	position:relative;
	left:719px;
	top:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font:12px Georgia, "Times New Roman", Times, serif;
}

.box{
	width:190px;
	background: #DDEEDC left top no-repeat;
	margin-bottom:2em;
	box-shadow: 0 0 0px rgba(0,0,0,.75);
	border-left:3px solid #728B82;
	border-right:3px solid #728B82;
	padding-top: 1.2em;
	padding-left: .1em;
	padding-bottom:1.2em;
	float:left;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

.middle {
	left:104px;
	width: 649px;
	background: #fff right top no-repeat;
	margin:0 auto 1.2em;
	box-shadow: 0 0 0px rgba(0,0,0,.75);
	border-left:3px solid #728B82;
	border-right:3px solid #728B82;
	padding: 1.2em;
	float:right;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

.color-box {
	background: #DDEEDC;
	padding: 0.5em;
	border-radius: 8px;
	border:1.5px hidden rgba(255,255,255,.5);
	margin: 0 0 1em 0;
}

#item  p{
	text-align:center !important;
	margin:0 auto;
}

/*.dog {
	background: #DDEEDC;
	padding: 0.2em;
	border-radius: 8px;
	border:1.5px hidden rgba(255,255,255,.5);
	margin: .5em;
	float:right;
	width:200px;
	height:150px;
}*/

.frontbg {
        background: #bed5a7;
        margin: -16px;
        width: 681px;
        height: 360px;
}

.sidepic /*p*/ {
	float:right;
	border-radius: 8px;
	background:url('http://i.imgur.com/XbiPxd1.png') #fff no-repeat;
	background-position: 0px -3px;
	background-size:150px 400px;
	width:195px;
	height:400px;
	font:11px 'Josefin Sans', Helvetica, Arial, sans-serif;
	letter-spacing:2px;
	text-align:center;
	color:black;
}

.footerpal /*p*/ {
        float:right;
        padding: 5px;
        margin: -50px;
        position: 0px -10px;
        width:200px;
        height:200px;
}

h1 {
	font:37px 'McLaren', Verdana, Geneva, sans-serif;
	color:#2B5154;
	border-bottom:1px dashed rgba(255,255,255,.4);
	margin-bottom:.5em;
}
h2 {
	font:30px 'McLaren', Verdana, Geneva, sans-seriff;
	color:#2B5154;
	border-bottom:1px dashed rgba(255,255,255,.4);
	margin-bottom:.5em;
}
h3 {
	font:25px 'McLaren', Verdana, Geneva, sans-serif;
	color:#2B5154;
	margin-bottom:.5em;

}
.mainCurrencies {
	background-position:37.6px;
}

.spacer2 {
	background:url('/images/spacer.png') repeat;
	position:relative;
	left:5px;
	margin-bottom:2px;
}

.mainCurrency1 {
	width:63px;
	padding:2px 2px 2px 2px;
}

.mainCurrency2 {
	width:68px;
	padding:2px 2px 2px 2px;
	margin-left:27px;
}

.mainCurrency3 {
	width:57px;
	padding:2px 2px 2px 2px;
	margin-left:37px;
}

.warning-bg {
	background: -moz-linear-gradient(45deg,  rgba(150,27,35,0.6) 0%, rgba(152,113,116,0.54) 57%, rgba(255,255,255,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(150,27,35,0.6)), color-stop(57%,rgba(152,113,116,0.54)), color-stop(100%,rgba(255,255,255,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  rgba(150,27,35,0.6) 0%,rgba(152,113,116,0.54) 57%,rgba(255,255,255,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  rgba(150,27,35,0.6) 0%,rgba(152,113,116,0.54) 57%,rgba(255,255,255,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  rgba(150,27,35,0.6) 0%,rgba(152,113,116,0.54) 57%,rgba(255,255,255,0.5) 100%); /* IE10+ */
	background: linear-gradient(45deg,  rgba(150,27,35,0.6) 0%,rgba(152,113,116,0.54) 57%,rgba(255,255,255,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99961b23', endColorstr='#80ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-radius: 8px;
	border:1.5px outset rgba(255,255,255,.5);
	margin: 0 0 1em 0;
}

.warning-body {
	background-image:url('/images/warn.png');
	background-repeat:no-repeat;
	background-position:0 -22.5px;
	background-size:90px 70px;
	color:black;
	text-shadow:0px 0px 0px #000;
	padding: 0.5em;
	padding-left:80px;
}

.warning-body li {
	list-style-type:none;
}

[role=main], .main {
	/*Plain text*/
}

footer {
	text-align:center;
	border-top:.1em dashed #A3AC9D;
	margin-bottom:4px;
	font:12px Arial, Verdana, Geneva, sans-serif;
	line-height:15px;
}

footer a {
	font:12px arial !important;
	text-decoration:none;
	color:#000 !important;
	border-bottom:1px dashed #333 !important;
}


label {
	font:14px Times, Arial, Helvetica, sans-serif;
	font-weight:none;
	font-style:none;
	color:#2B5154;	
}

input {
	border:1px hidden #ffffff;
background: -moz-linear-gradient(top,  rgba(163,172,157,0.6) 0%, rgba(128,148,163,0.4) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(163,172,157,0.6)), color-stop(100%,rgba(128,148,163,0.4))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(163,172,157,0.6) 0%,rgba(128,148,163,0.4) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(163,172,157,0.6) 0%,rgba(128,148,163,0.4) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(163,172,157,0.6) 0%,rgba(128,148,163,0.4) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(163,172,157,0.6) 0%,rgba(128,148,163,0.4) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99a3ac9d', endColorstr='#668094a3',GradientType=0 ); /* IE6-9 */

}

input[type=submit] {
	width:160px;
	margin-top:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font:12px Georgia, "Times New Roman", Times, serif;
	color: #2B5154;
}
table.tftable {font-size:15px;color:#333333;width:100%;border-width: 1px;border-color: #729ea5;border-collapse: collapse;}
table.tftable th {font-size:14px;background-color:#acc8cc;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;text-align:left;}
table.tftable tr {background-color:#ffffff;}
table.tftable td {font-size:12px;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;}


/*
|
|   Added by Abbey (OCIA)
|
*/
.success {
	background: -moz-linear-gradient(top,  rgba(45,155,27,0.6) 0%, rgba(114,153,116,0.54) 57%, rgba(255,255,255,0.5) 100%); /* FF3.6+ */
	background: -moz-linear-gradient(left,  rgba(45,155,27,0.6) 0%, rgba(114,153,116,0.54) 57%, rgba(255,255,255,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(45,155,27,0.6)), color-stop(57%,rgba(114,153,116,0.54)), color-stop(100%,rgba(255,255,255,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(45,155,27,0.6) 0%,rgba(114,153,116,0.54) 57%,rgba(255,255,255,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(45,155,27,0.6) 0%,rgba(114,153,116,0.54) 57%,rgba(255,255,255,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(45,155,27,0.6) 0%,rgba(114,153,116,0.54) 57%,rgba(255,255,255,0.5) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(45,155,27,0.6) 0%,rgba(114,153,116,0.54) 57%,rgba(255,255,255,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#992d9b1b', endColorstr='#80ffffff',GradientType=1 ); /* IE6-9 */
	padding: 5px;
}

.error {
	background: -moz-linear-gradient(left,  rgba(206,37,37,0.9) 0%, rgba(214,161,160,0.62) 71%, rgba(255,255,255,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(206,37,37,0.9)), color-stop(71%,rgba(214,161,160,0.62)), color-stop(100%,rgba(255,255,255,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(206,37,37,0.9) 0%,rgba(214,161,160,0.62) 71%,rgba(255,255,255,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(206,37,37,0.9) 0%,rgba(214,161,160,0.62) 71%,rgba(255,255,255,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(206,37,37,0.9) 0%,rgba(214,161,160,0.62) 71%,rgba(255,255,255,0.5) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(206,37,37,0.9) 0%,rgba(214,161,160,0.62) 71%,rgba(255,255,255,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ce2525', endColorstr='#80ffffff',GradientType=1 ); /* IE6-9 */
	border-radius: 8px;
	border:1.5px outset rgba(255,255,255,.5);
	margin: 0 0 1em 0;
	padding: 5px;
}

.error input[type="submit"], .error input[type="text"] {
    background: #fff;
}

.b {
    font-weight: bold;
}

.center {
    text-align: center;
}