/*
Credit: http://www.tooplate.com
*/

body {
	margin: 0;
	padding: 0;
	color: #262e34;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	background-color: #262e34;
	/*/background-image: url(../images/tooplate_body.jpg);*/
	background-image: url(../images/map_final.jpg);
	background-attachment:scroll;
	background-position: center;
	background-repeat: no-repeat;
}


a, a:link, a:visited {
	color: #1b85d7;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
}

a.more {
	clear: both;
	text-decoration: none;
	padding-left: 20px;
	font-weight: 700;
	font-size: 14px;
	background: url(../images/tooplate_arrow.png) no-repeat scroll 0 6px;
	color: #1b85d7;
}

a.more:hover {
	color: #d99e01;
}

#arrows:hover {
	border: 1px solid black;
	height: 30px;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

p.nomargin{
	margin:inherit;
}

.center{
	margin: auto;
    text-align: center;/*width: 70%;*/
}

img {
	border: none;
}

blockquote {
	font-style: italic;
	margin: 0 0 15px 10px;
}

cite {
	font-weight: bold;
	color:#1b85d7;
	font-size: 12px;
}

cite span {
	color: #1b85d7;
}

em { color: #ff9e05; }

h1, h2, h3, h4, h5, h6 { color: #063c65; font-weight: normal; }
h1 { font-size: 34px; margin: 0 0 20px; padding: 5px 0 }
h2 { font-size: 28px; margin: 0 0 25px; padding: 5px 0; }
h3 { font-size: 22px; margin: 0 0 15px; padding: 0; }
h4 { font-size: 12px; color: #666; margin: 0 0 15px; padding: 0; }
h4 span { display: block; color: #063c65;  font-size: 18px }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }

.cleaner {clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { /*height: 40px*/ }
.h50 { height: 50px }
.h60 { height: 60px }

.float_l { float: left }
.float_r { float: right }

.cursortype{cursor:pointer}

.image_wrapper {
	display: inline-block;
	position: relative;
	width: 304px;
	height: 154px;
}

.image_wrapper {
	display: inline-block;
	position: relative;
	width: 250px;
	height: 350px;
}
.image_wrapper_social {
	display: inline-block;
	position: relative;
	width: 100px;
	height: 50px;
	right: -25px;
	bottom: 15px;
}
.text_div{
	position: relative;
	top:10px;
}

.slide_right{
	right:-60px;
}

.image_wrapper span {
	position: absolute;
	bottom: 0;
	right: 0;
	background:url(../images/tooplate_image_frame.png) no-repeat;
	width: 304px;
	height: 154px;
}

.image_wrapper img {
	position: absolute;
	width: 300px;
	height: 150px;
}

.image_wrapper_social img{
	position: absolute;
	top: 10px;
	/*width: 300px;
	height: 150px; */
}

.image_wrapper_portrait{
	display: inline-block;
	position: relative;
	width: 204px;
	height: 254px;
}
/*
.image_wrapper_portrait span {
	position: absolute;
	bottom: 0;
	right: 0;
	background:url(../images/tooplate_image_frame.png) no-repeat;
	width: 204px;
	height: 254px;
}*/

.image_wrapper_portrait img {
	display: inline-block;
	position: absolute;
	width: 200px;
	height: 250px;
}

.image_fl {
	float: left;
	margin: 3px 30px 0 0;
}

.image_fr {
	float: right;
	margin: 3px 0 0 30px;
}

.tooplate_list {
	margin: 20px 0 20px 15px;
	padding: 0;
	list-style: none;
}

.tooplate_list li {
	color:#ff9e05;
	margin: 0;
	padding: 0 0 5px 20px;
	background: url(../images/tooplate_list.png) no-repeat scroll 0 7px;
}

.tooplate_list li a {
	color: #ff9e05;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

.tooplate_list li a:hover {
	text-decoration: underline;
}

.display_inline{
	display : inline;
}

#tooplate_wrapper {
	border: 2px solid black;
	width: 820px;
	/*padding: 30px;*/
	margin: 0 auto;
	/*background: url(../images/tooplate_body.jpg) top center no-repeat;*/
}

#tooplate_header {
	width: 770px;
	height: 145px;
	padding: 0 30px 0 20px;
	background: url(../images/header.jpg) no-repeat;
}

#site_title {
	float: left;
	display: block;
	width: 800px;
	height: 140px;
	color: #fff;
	text-indent: -10000px;
	background: url(../images/Paw_Warrior_Games_Logo_02.png) no-repeat center center;
}

#site_title h1 {
	margin: 0;
	padding: 0;
}

#site_title h1 a {
	/*display: block;
	width: 800px;
	height: 54px;
	color: #fff;
	text-indent: -10000px;
	background: url(../images/paw-warrior_logo.jpg) no-repeat center center; */
}
/*Ember Menu*/

#ember_menu  {
	position:relative;
	padding-left: 5%;
	text-align: center;
	top:85%;
}

#ember_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#ember_menu ul li {
	display: inline;
}

#ember_menu ul li a {
	display: inline-block;
	width: 140px;
	height: 25px;
	font-size: 16px;
	color: Black; /*Text Color in Menu *NotHover* */
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	outline: none;
	border: none;
	background: url(../images/ember_button.png) bottom no-repeat;
}


/* menu */

#tooplate_menu {
	/*float: right;*/
	/*margin: 0 auto;*/
}

#tooplate_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tooplate_menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#tooplate_menu ul li a {
	float: left;
	display: block;
	width: 153px;
	height: 25px;
	padding-top: 4px;
	margin-left: 3px;
	font-size: 16px;
	color: Black; /*Text Color in Menu *NotHover* */
	text-align: left;
	text-decoration: none;
	font-weight: 400;
	outline: none;
	border: none;
	background: url(../images/paw_button2.jpg) bottom no-repeat;
}
#tooplate_menu ul li a div{
	padding-left:30px;
}

#tooplate_menu ul li a h1{
	padding-top: 0px;
	padding-left:30px;
	font-size: 16px;
	color: Black; /*Text Color in Menu *NotHover* */
	text-align: left;
	text-decoration: none;
	font-weight: unset;
}

#tooplate_menu ol li a {
	margin-left: -25px;
	padding-top: 1px;
	background: url(../images/paw_button4.jpg) bottom no-repeat;
	font-size: 14px;
	height: 22px;
}

#tooplate_menu ul li a h1:hover {
	/*height: 34px;
	padding-top: 20px;
	color: #fff;*/
	font-weight: bold !important;
	/* text-decoration: underline; */
	background:  url(../images/paw_button3.jpg) bottom no-repeat;
}
#tooplate_menu ul .current {
	/*height: 34px;
	padding-top: 20px;
	color: #fff;*/
	font-weight: bold !important;
	text-decoration: underline;
	background:  url(../images/paw_button3.jpg) bottom no-repeat;
}

/* end of menu */

#sidebar {
	float: left;
	width: 160px;
	/*height: 100%; 600px;*/
	/*padding: 0 30px 0 20px;*/
	background: url(../images/sidebar.jpg) repeat-y;
}

#emailus {
	/*float: left;*/
	position:relative;
	width: 150px;
	height: 250px;
	left: 5px;
	background: url(../images/text_area.png);
}

#tooplate_middle {
	float: left;
	/*clear: both;*/
	width: 620px;
	height: 210px;
	padding: 10px 30px 10px 10px;
	overflow: hidden;
	background: url(../images/tooplate_slider2.jpg) no-repeat bottom center;
}

#tooplate_middle_sub {
	float: left;
	/*clear: both;*/
	width: 620px;
	height: 150px;
	/*padding: 40px 60px 40px 40px;*/
	padding: 10px 30px 10px 10px;
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
	color: #CCC;
	background: url(../images/tooplate_slider2.jpg) no-repeat bottom center;
}

#tooplate_middle_Ember {
	float: left;
	width: 620px;
	height: 300px;
	padding: 0 30px 10px 10px;
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
	color: #CCC;
	background: url(../images/Ambyria_Logo.png)black no-repeat center;
	background-size: 100%; /*620px 150px;*/
}


#tooplate_middle_stellar {
	float: left;
	width: 620px;
	height: 300px;
	padding: 0 30px 10px 10px;
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
	color: #CCC;
	background: url(../images/stellar.jpg)black no-repeat center;
	background-size: 100%; /*620px 150px;*/
}

#tooplate_middle_ogres {
	float: left;
	width: 620px;
	height: 300px;
	padding: 0 30px 10px 10px;
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
	color: #CCC;
	background: url(../images/coverimage.jpg)black no-repeat center;
	background-size: 100%; /*620px 150px;*/
}

#middle_product_image {
	float: left;
	width: 620px;
	height: 300px;
	padding: 0 30px 10px 10px;
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
	color: #CCC;
	background-size: 100%; /*620px 150px;*/
}

#middle_product_image.match_image {
	background: url(../images/match_logo_web.png)black no-repeat center;
	background-size: 100%; /*620px 150px;*/
}

#middle_product_image.pom_image {
	background: url(../images/pom_logo_web.png)black no-repeat center;
	background-size: 100%; /*620px 150px;*/
}

#logo_toggle{
	position:relative;
	list-style-type: none;
	display: inline-block;
	width: 180px;
	height: 25px;
	left: 477px;
	color: Black; /*Text Color in Menu *NotHover* */
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	outline: none;
	border: none;
	background: url(../images/ember_button_big.png) bottom no-repeat;
}

.starstext{
	position:relative;
	top: -2px;
}

.pos_fixed {
    position: absolute;
    top: 200px;
    right: 140px;
}

#tooplate_middle_sub h2 {
	color: #fff;
}

#tooplate_content {
	float : Left;
	/*clear: both;
	position: relative;*/
	width: 560px;/*720px;*/
	padding: 20px 60px 40px 40px; /*40px 60px 40px 40px;*/
	background: url(../images/content_section.jpg) repeat-y;
}

#tooplate_content embed{
	float : Left;
	width: 560px;
	height: 600px;
}

span.content_top {
	float: Left;
	/*position: absolute; */
	background: url(../images/content_top.jpg) no-repeat;
	width: 660px;/*820px; */
	height: 20px;
	top: 0;
	left: 0;
}

#tooplate_content span.content_top {
	float: Left;
	/*position: absolute; */
	background: url(../images/content_top.jpg) no-repeat;
	width: 560px;/*820px; */
	height: 20px;
	top: 0;
	left: 0;
}

#text_background{
	/*background: url(../images/text_background.jpg) no-repeat; */
}

.width_6{
	width: 620;
}
.box_w220 {
	float: left;
	width: 220px;
	margin-right: 30px;
}

.box_w480 {
	float: left;
	width: 480px;
	margin-right: 30px;
}

.box_w330 {
	width: 330px;
}

.rmb {
	margin-right: 0;
}

.gallery_box {
	float: left;
	width: 220px;
	margin: 0 30px 30px 0;
}

.post_box {
	clear: both;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

.post_header {
	border-top: 3px solid #999;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 20px;
}

.post_box h2 {
	font-size: 34px;
	margin-bottom: 30px;
}

.post_box p.post_meta {
	margin-bottom: 0;
}

.post_box .comment {
	float: left;
	width: 70px;
    height: 82px;
	line-height: 70px;
	margin-right: 40px;
	color: #fff;
	text-align: center;
	background: url(../images/tooplate_comment.jpg) no-repeat top left;
}

.post_box .comment a {
	color: #fff;
	font-size: 34px;
	text-decoration: none;
}

.post_box .comment a:hover {
	color: #000;
}

.gallery_box h6 {
	font-weight: bold;
}

.gb_rmb {
	margin-right: 0;
}

.gallery_img {
	display: inline-block;
	position: relative;
	width: 220px;
	height: 110px;
	margin-bottom: 10px;
}

.gallery_img span {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/tooplate_image_frame_220_110.png) no-repeat;
	width: 220px;
	height: 110px;
}

.gallery_img img {
	position: absolute;
	width: 215px;
	height: 105px;
}

.pad{
	/*Padding: 40px 60px 40px 40px;
	padding-top: 60px;*/
	padding-Top: 50%;
}

#contact_form {
	padding: 0;
	width: 330px;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
}

#contact_form form .input_field {
	width: 250px;
	padding: 5px;
	color: #333;
	border: 1px solid #d7d9d2;
	background: #f9ffec;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#contact_form form label {
	display: block;
	width: 100px;
	margin-right: 10px;
	font-size: 13px;
}

#contact_form form textarea {
	width: 320px;
	height: 200px;
	padding: 5px;
	border: 1px solid #d7d9d2;
	background: #f9ffec;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#contact_form form .submit_btn {
	margin: 10px 0px;
	padding: 5px 14px;
	border: 1px solid #d7d9d2;
	background: #f9ffec;
	font-size: 14px;
}

#tooplate_footer {
	clear: both;
	width: 720px;
	height: 47px;
	text-align: center;
	color: #000;
	padding: 10px 60px 0 40px;
	background: url(../images/footer.jpg) no-repeat top;
}

#tooplate_footer a { color: #000; text-decoration: none }


/*checkout overlay things */
#overlay {
     visibility: hidden;
     position: fixed;/*absolute;*/
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
}

#overlay div {
     width: 55%;
	 height: 80%;
     margin: 100px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
     text-align:center;
	 overflow:auto;
}

#overlay div p{
	color:black;
}

#image_thumbnail{
	background-color: beige;
	padding:8px;

}


.rulebook_button  {
	position:relative;
	padding-left: 5%;
	float: right;
}

.rulebook_button a {
	/* display: inline-block; */
	/* width: 140px;
	height: 25px; */
	padding: 3px 30px;
	font-size: 16px;
	color: White; /*Text Color in Menu *NotHover* */
	text-decoration: none;
	font-weight: 400;
	outline: none;
	background-color: grey;
	border-radius: 5px;
	border-style:inset;
	border-color:darkgrey;
	border-width:2px;

}

.rulebook_button a:hover{
	font-size: 17px;
	/* width: 142px;
	height: 27px; */
	border-style:outset;
}
