#headerown {
	height: 26px;
	color: white;
	position: relative;
	background: rgb(137,11,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(137,11,0,1) 0%, rgba(204,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,11,0,1)), color-stop(100%,rgba(204,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(137,11,0,1) 0%,rgba(204,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(137,11,0,1) 0%,rgba(204,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(137,11,0,1) 0%,rgba(204,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(137,11,0,1) 0%,rgba(204,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#890b00', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 5px 10px rgba(0, 1, 0, 0.6);
	-moz-box-shadow:    0px 5px 10px rgba(0, 1, 0, 0.6);
	box-shadow:         0px 5px 10px rgba(0, 1, 0, 0.6);
	font-size: 11px;
	padding-left: 5px;
	line-height: 25px;
}

#headerown p {
	display: inline-block;
}

.logotype {
	color: white;
	font-size: 17px;
	display: inline-block;
	margin: 0;
	line-height: 25px;
	position: absolute;
	left: 47%;
	padding: 0 3px 0 3px;
	text-shadow: 2px 2px 5px black;
}

#registration {
	text-decoration: none;
	color: white;
	font-size: 11px;
	display: inline;
	background-color: transparent;
	border: none;
	margin-left: 5px;
	
}

#regbut {
	height: 10px;
	-moz-box-shadow:inset 1px 1px 4px #000000;
	-webkit-box-shadow:inset 1px 1px 4px #000000;
	box-shadow:inset 1px 1px 4px #000000;
	font-size: 11px;
}

.mainmenu {
	margin-bottom: 0px;
	background: rgb(91,91,91); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(91,91,91,1) 0%, rgba(125,126,125,1) 2%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(91,91,91,1)), color-stop(2%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(91,91,91,1) 0%,rgba(125,126,125,1) 2%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(91,91,91,1) 0%,rgba(125,126,125,1) 2%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(91,91,91,1) 0%,rgba(125,126,125,1) 2%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(91,91,91,1) 0%,rgba(125,126,125,1) 2%,rgba(14,14,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid red;
	-moz-box-shadow: 0px 4px 16px rgb(97, 97, 97);
	-webkit-box-shadow: 0px 4px 16px rgb(97, 97, 97);
	box-shadow: 0px 4px 16px rgb(97, 97, 97);
	position: relative;
	z-index: 15;

}

.mainmenu2 {
	margin-bottom: 0px;
	background-color: rgb(170, 0, 0);
	border-bottom: 1px solid red;
	-moz-box-shadow: 0px 4px 16px rgb(97, 97, 97);
	-webkit-box-shadow: 0px 4px 16px rgb(97, 97, 97);
	box-shadow: 0px 4px 16px rgb(97, 97, 97);
	position: relative;
	z-index: 15;

}


.mainsheet {
	padding-top: 10px;
	background-color: white;
	
}

.test {
	background-color: black;
}

.mmlist {
	text-align: center;
	font-size: 14px;
	display: inline-block;
	position: relative;
}

.mmlist2 {
	text-align: center;
	font-size: 13px;
	display: inline-block;
	position: relative;

}

.mmlist2 a{
	color: white;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}


#wrapper {
	float: none;
	margin-left: auto;
	margin-right: auto;
	position: relative;

}

#nom {
	margin-left: 0;
}

.newsitem h2 {
	color: #39a0d3;
	font-weight: bold;
	font-size: 13px;
	max-width: 67%;
	max-height: 30%;
	margin: 5px 0 0 5px;
	float: left;
	line-height: 15px;
	display: block;
	min-width: 65%;
}

.newsitem p {
	color: black;
	font-size: 13px;
	line-height: 15px;
	text-align: justify;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	max-width: 67%;
	max-height: 68%;
	margin-bottom: 0;
	overflow: hidden;
}

.newsarea {
	margin-right: 10px;
	border: 1px solid rgb(209, 209, 209);
	padding: 5px;
	-webkit-box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.6);
-moz-box-shadow:    2px 2px 10px rgba(50, 50, 50, 0.6);
box-shadow:         2px 2px 10px rgba(50, 50, 50, 0.6);
}

.ownmeter {
	margin: 0;
	display: inline-block;
	bottom: 3px;
	position: relative;
	height: 5px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.newsibot {
	width: 30%;
	max-width: 30%;
	max-height: 34%;
	height: 34%;
	display: inline-block;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	
}


.backwrap {
	position: absolute;
	height: 120px;
	width: 100%;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.fullwrap {
	position: absolute;
	width: 100%;
	height: 650px;

	
}

body {
	height: 100%;
	background-color: black;
}




.newsitem {
	background-color: rgb(247, 247, 247);
	position: relative;
	height: 130px;
	margin-bottom: 10px;
}

.newsitem img {
	max-width: 30%;
	max-height: 65%;
	border: 1px solid gray;
	border-top-left-radius: 7px;
	
	float: left;
}



.navbar-inner .container a {
	text-decoration: none;
	color: #FAE5E5;

}

.sidemenu {
	-webkit-box-shadow: 0 0 8px #5A0B0B;
	-moz-box-shadow: 0 0 8px #5A0B0B;
	box-shadow: 0 0 8px #5A0B0B;
	margin-bottom: 15px;
	max-width: 98%;
	
	background-color: maroon;
	height: 100%;
	border-right: 3px solid maroon;
	border-bottom: 3px solid maroon;
	border-left: 3px solid maroon;
	position: relative;

}

.sidemenu1 {
	-moz-box-shadow:inset 0px 0px 10px 2px rgba(237, 144, 23, 0.8);
	-webkit-box-shadow:inset 0px 0px 10px 2px rgba(237, 144, 23, 0.8);
	box-shadow:inset 0px 0px 10px 2px rgba(237, 144, 23, 0.8);
	background-color: #edd7b0;
	max-width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	height: 170px;
	white-space: nowrap;
	position: relative;
	
}

.releaseitem {
	display: inline-block;
	width: 250px; 
	height: 140px; 
	border: 1px solid black;
	margin-top: 5px;
	position: relative;
	
}

.releaseitem:first-child {
	margin-left: 5px;
}

.releaseitem:last-child {
	margin-right: 5px;
}

.releaseitem img {
	vertical-align: bottom;
	margin-bottom: 5px;
}

.releasedate {
	position: absolute; 
	bottom: 32px; 
	left: 5px; 
	padding: 2px; 
	background-color: rgba(0,0,0,.6); 
	-moz-box-shadow:0px 0px 5px 2px rgba(225, 225, 225, 0.5);
-webkit-box-shadow:0px 0px 5px 2px rgba(225, 225, 225, 0.5);
box-shadow:0px 0px 5px 2px rgba(225, 225, 225, 0.5);
	color: white;
	border-radius: 2px;
	font-size: 12px;
}

.releasedategame {
	position: absolute; 
	bottom: 5px; 
	left: 5px; 
	padding: 2px; 
	background-color: rgba(0,0,0,.6); 
	-moz-box-shadow:0px 0px 5px 2px rgba(225, 225, 225, 0.5);
-webkit-box-shadow:0px 0px 5px 2px rgba(225, 225, 225, 0.5);
box-shadow:0px 0px 5px 2px rgba(225, 225, 225, 0.5);
 	text-decoration: underline;
	border-radius: 2px;
	font-size: 12px;
	max-width: 235px;
	overflow: hidden;
}

.releasedategame a {
	color: white;
}

.blogpop {
	
	margin-bottom: 3px;
	padding-top: 4px;
	border-top: 1px dashed rgba(0, 0, 0, 0.26);
	position: relative;
	
	min-height: 60px;
}

.blogpop:hover {
	background-color: rgba(237, 144, 23, 0.1);
}

.blogpop2:hover {
	background-color: rgba(237, 144, 23, 0.1);
}

.blogpopinfo {
	position: absolute;
	bottom: 3px;
	left: 107px;
}

.blogpop p {
	margin-bottom: 0;
	padding-right: 10px;
}
	
.blogpop2 p {
	margin-bottom: 0;
}

.blogpop2 {
	margin-top: 5px;
	margin-bottom: 2px;
	
	
	position: relative;
	min-height: 60px;
}

.blogpop2>div>a:first-child {
	color: rgb(139, 1, 1);
	float: none;
	font-size: 13px;
}

.blogpop2>div>a {
	color: rgb(180, 159, 159);
	
	font-size: 13px;
}


.blogpop>div>a:first-child {
	color: rgb(139, 1, 1);
	float: none;
	font-size: 13px;
}

.blogpop>div>a {
	color: rgb(180, 159, 159);
	
	font-size: 13px;
}

.sideblog {
	-webkit-box-shadow: 0 0 8px #5A0B0B;
	-moz-box-shadow: 0 0 8px #5A0B0B;
	box-shadow: 0 0 8px #5A0B0B;
	margin-bottom: 15px;
	max-width: 99%;
	
	background-color: maroon;
}

.sideblogt {
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

.sideblogt p {
	color: #FAE5E5;
	margin-bottom: 0;
	text-shadow: 1px 1px 2px black;
	padding-left: 5px;
}
.sideblogt i {
	margin-right: 3px;
	margin-top: 0px;

}

.blogpopwrap {
	-moz-box-shadow:inset 0px 0px 10px 2px rgba(237, 144, 23, 0.8);
	-webkit-box-shadow:inset 0px 0px 10px 2px rgba(237, 144, 23, 0.8);
	box-shadow:inset 0px 0px 10px 2px rgba(237, 144, 23, 0.8);
	background-color: #edd7b0;
	margin-left: 3px; 
	margin-right: 3px; 
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 3px;
	border-radius: 3px;
	height: 100%;
	border: 1px solid white;

}

.blogpopwrap .blogpop:first-child {
	border-top: transparent;
}

.blogpopwrap p {
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
	padding: 0 5px 0 0;
}

.blogpopwrap img {
	max-width: 100px;
	max-height: 55px;
	min-height: 54px;
	border: 1px solid rgb(139, 1, 1);
	float: left;
	margin-right: 5px;
}

.blogpopwrap h4 {
	max-height: 40px;
	margin: 0;
	padding-top: 7px;
	line-height: 13px;
	text-align: justify;
	font-size: 12px;
	padding-right: 5px;
	font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
}

.minimenu1 {
	
	margin-bottom: 5px;
	-moz-box-shadow:0px 0px 5px 1px #999999;
	-webkit-box-shadow:0px 0px 5px 1px #999999;
	box-shadow:0px 0px 5px 1px #999999;
	border: 1px solid black;
	min-width: 99%;

}

.minimenuitem {
	width: 24.5%;
	text-align: center;
	letter-spacing: 1px;
	font-size: 12px;
	position: relative;
}

.minimenuitem a {
	padding: 10px 0;
	font-size: 11px;
	font-family: Verdana;
}

.minimenuitem a img {
	height: 20px;
}

.minimenuwarn {
	position: absolute;
	top: 0px;
	padding: 0 1px 0 1px;
	left: 0;
	color: black;
	font-weight: bold;
	line-height: 12px;
	font-size: 9px;
	background-color: rgb(218, 197, 87);
	border: 1px solid black;
}


.minimenu2 {
	background: rgb(246,230,180); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(246,230,180,1) 0%, rgba(237,144,23,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,230,180,1)), color-stop(100%,rgba(237,144,23,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(246,230,180,1) 0%,rgba(237,144,23,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(246,230,180,1) 0%,rgba(237,144,23,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(246,230,180,1) 0%,rgba(237,144,23,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(246,230,180,1) 0%,rgba(237,144,23,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#ed9017',GradientType=0 ); /* IE6-9 */
	background-image: url(img/pattern-b6vs.png);
	-moz-box-shadow:inset 0px 0px 25px 3px #525252;
-webkit-box-shadow:inset 0px 0px 25px 3px #525252;
box-shadow:inset 0px 0px 25px 3px #525252;

width: 100%;



	
}

.divider-vertical {
	border-right: 1px solid black;
	border-left: 1px solid gray;
}



.releasetitle {
	
	
	padding: 5px 5px 3px 10px;
	color: rgb(250,229,229);
	text-shadow: black 1px 1px 2px;
	


}

.blogtopten {
	-moz-box-shadow:inset 0px 0px 10px 2px rgba(237, 144, 23, 0.8);
	-webkit-box-shadow:inset 0px 0px 10px 2px rgba(237, 144, 23, 0.8);
	box-shadow:inset 0px 0px 10px 2px rgba(237, 144, 23, 0.8);
	background-color: #edd7b0;
	margin-left: 3px; 
	margin-right: 3px; 
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 3px;
	border-radius: 3px;
	height: 100%;
	border: 1px solid white;

}

.topten {
	margin-bottom: 5px; 
	margin-top: 5px; 
	 
	font-size: 13px;
}

.topten li:nth-child(2) {
	font-weight: bold;
}

.topten li:nth-child(3) {
	font-weight: bold;
}

.topten li:first-child {
	font-weight: bold;
}

.topten li {
	border-bottom: 1px solid rgb(219, 201, 204);
	margin-right: 5px;
	margin-top: 4px;
}

.topten li:last-child {
	border-bottom: transparent;
}

#thumb {
	-moz-box-shadow:inset 0px 0px 10px 2px rgba(237, 144, 23, 0.8);
	-webkit-box-shadow:inset 0px 0px 10px 2px rgba(237, 144, 23, 0.8);
	box-shadow:inset 0px 0px 10px 2px rgba(237, 144, 23, 0.8);
	background-color: #f6e6b4;
}

#thumb p {
	display: inline-block;
	margin: 0;
	line-height: 14px;
	font-size: 11px;
	font-weight: bold;
}

#thumb img {
	max-height: 90px;
}

.newvid {
	margin-bottom: 0;
	padding-top: 10px;
	padding-right: 5px;
	border-radius: 5px;
	background-image: url(img/pattern-aj9u.png); 
	padding-left: 5px; 
	border: 2px solid maroon; 
	-moz-box-shadow:0px 0px 6px 2px #777777;
	-webkit-box-shadow:0px 0px 6px 2px #777777;
	box-shadow:0px 0px 6px 2px #777777; 
}

.newvid>div {
	padding-left: 8px;
}

#newvidli {
	display: inline-block; 
	max-width: 130px; 
	margin-left: 10px;
	margin-bottom: 10px; 
	-moz-box-shadow:0px 0px 6px 1px rgba(0, 0, 0, 0.5); 
	-webkit-box-shadow:0px 0px 6px 1px rgba(0, 0, 0, 0.5); 
	box-shadow:0px 0px 6px 1px rgba(0, 0, 0, 0.9); 
}

#newvidli:first-child {
	margin-left: 0;
}

.footeritem {

}

.footeritem a {
	display: block;
	font-size: 10px;
	line-height: 15px;
	padding-left: 5px;

}

.footeritem a:first-child {
	color: maroon;
	font-size: 12px;
	font-weight: bold;
	padding-left: 0;
}

.footerstuff {
	margin-top: 5px; 
	border: 1px solid black; 
	max-height: 90px; 
	padding: 5px;
	color: rgb(209, 175, 175);
	
	background: rgb(142,0,0); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(142,0,0,1) 0%, rgba(160,0,0,1) 38%, rgba(1,2,2,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(142,0,0,1)), color-stop(38%,rgba(160,0,0,1)), color-stop(100%,rgba(1,2,2,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(142,0,0,1) 0%,rgba(160,0,0,1) 38%,rgba(1,2,2,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(142,0,0,1) 0%,rgba(160,0,0,1) 38%,rgba(1,2,2,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(142,0,0,1) 0%,rgba(160,0,0,1) 38%,rgba(1,2,2,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(142,0,0,1) 0%,rgba(160,0,0,1) 38%,rgba(1,2,2,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e0000', endColorstr='#010202',GradientType=1 ); /* IE6-9 */

}

.footerstuff img {
	max-width: 150px; 
	max-height: 80px; 
	float: left; 
	margin-right: 5px;
}

.footerstuff p {
	font-size: 10px; 
	margin-left: 5px; 
	line-height: 10px;
}

.footerstuff a {
	color: rgb(226, 219, 219);
	margin-right: 5px;
	font-weight: bold;
	font-size: 11px;
	text-shadow: 1px 1px 1px black;

}

.righthead {
	display: inline-block;
	float: right;
	padding-right: 7px;
}

.righthead p {
	display: inline-block;
	font-size: 11px;
	margin-right: 3px;
}

.dbtitle {
	font-size: 15px;
	text-align: center;
	margin: 0 0 5px 0;
}

.dblogo {
	max-width: 170px;
}

.dbreq {
	margin-left: 5px;
	font-size: 10px;
	line-height: 12px;
}

.dbreq p {
	margin-bottom: 3px;
}

.dbdescr {
	font-size: 12px;
	line-height: 15px;
	padding-top: 5px;
}

.dbsimiliar {
	border: 2px solid maroon;
	border-radius: 3px;
	border-bottom: transparent;
	background-color: rgb(247, 247, 247);
	margin-top: 5px;
}

.dbsimiliar p {
	padding-left: 10px;
	background-color: rgb(231, 231, 231);
	border-bottom: 1px solid maroon;
	margin-bottom: 5px;
}

.dbsimiliar h5 {
	margin: 5px 0;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 15px;
	font-size: 13px;
	border-bottom: 2px solid white;
	padding-bottom: 5px;
}

.dbsimiliar h5:last-child {
	border-bottom: gray;
}

.dbperc {
	
	margin-top: 15px;
}

.dbperc p {
	font-size: 12px;
	background-color: rgb(231, 231, 231);
	border: 1px solid gray;
	margin-bottom: 0;
	text-align: center;
}

.dbperc:first-child {
	border: 1px solid black;
	background-image: url(img/pattern-b6vs.png);
}

.dbperc a {
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 4px 0;
	color: #FAE5E5;
	text-shadow: 2px 2px 2px rgb(19, 18, 18);
}

.dbperc i {
	margin-right: 3px;
}

.dbperc a:hover {
	color: #f6e6b4;
	background-color: rgba(253, 189, 189, 0.4);
}

.dbperc span {
	display: block;
	text-align: center;
	font-size: 22px;
	padding: 5px 0;
	border: 1px solid maroon;
	border-top: transparent;
	font-weight: bold;
	background-color: rgba(228, 123, 123, 0.59);
}

.dbslide {
	border: 2px solid maroon;
	border-radius: 3px;
	border-bottom: transparent;
	background-color: rgb(247, 247, 247);
	margin-top: 5px;
}

.dbslide p {
	padding-left: 10px;
	background-color: rgb(231, 231, 231);
	border-bottom: 1px solid maroon;
	margin-bottom: 5px;
}

.dbslide span {
	float: right;
	margin-right: 10px;
}

.dbslide span a {
	color: rgb(139, 1, 1);
	font-weight: bold;
	text-shadow: 1px 1px 1px white;
}

.dbslide span a:hover {
	text-decoration: none;

}

.dbit {
	max-width: 135px;
	max-height: 95px;
	display: inline-block;
	margin-left: 2px;
	margin-bottom: 5px;
}

.dbit:first-child {
	margin-left: 4px;
}

.commentarea .comment:nth-of-type(2) {
	margin-left: 40px;
}

.commentarea .comment:nth-of-type(3) {
	margin-left: 75px;
}

.commentarea .comment:nth-of-type(4) {
	margin-left: 105px;
}

.comment {
	background-color: rgb(247, 247, 247);
	min-height: 70px;
	padding: 0 3px;
	margin-bottom: 5px;
}


.commenttop span a {
	font-weight: bold;
	color: maroon;
}

.commenttop span:nth-of-type(2) {
	font-size: 11px;
	float: right;
	margin-right: 3px;
}

.comment p {
	font-size: 13px;
	text-align: justify;
	line-height: 17px;
}

.comment img {
	max-width: 64px;
	max-height: 64px;
	padding: 3px 3px 3px 0;
	float: left;
}

.plus {
	color: green;
	margin-left: 2px;
	font-weight: bold;
	padding-right: 10px;
}

.minus {
	color: red;
	margin-left: 2px;
	font-weight: bold;
	padding-right: 10px;
}

.commentbot {
	padding-bottom: 3px;

}

.commentbot .btn-mini {
	border-radius: 0;
	padding: 0 1px;
	line-height: 13px;
}

.commentadmin {
	float: right;
}


.contentarea {

}

.contentarea iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.contentarea img {
	max-width: 450px;
	max-height: 250px;
	margin: 10px;
}

.contentarea img {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.contentarea p {
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

.contentarea h1 {
	font-size: 21px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

.contentarea h2 {
	font-size: 17px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

.contentarea h3 {
	font-size: 14px;
	text-decoration: underline;
	margin-left: 5px;

}

.contentarea h4 {
	font-size: 14px;
	margin-left: 10px;
}

.contentbot  {
	padding-left: 10px; 
	border-bottom: 1px solid maroon; 
	margin-top: 5px;
	margin-left: 0;
	margin-right: 0;
}

.contentdate {
	font-size: 11px;
	float: right;
}

.friendsbar {
	position: fixed; 
	left: -250px; 
	top: 30px; 
	width: 275px; 
	background-color: white;
	border: 3px solid black; 
	opacity: 0; 
	height: 500px;
	z-index: 100;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow-y: auto;
}

.friendsarrow {
	position: fixed;
	left: 0;
	top: 30px;
	width: 50px;
	height: 500px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#33ffffff',GradientType=1 ); /* IE6-9 */
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.friendsarrow i {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	margin-top: 225px;
	margin-left: 20px;
	opacity: 0.5;
}

.emtitle {
	background: -moz-linear-gradient(top,  rgba(242,242,242,0.25) 0%, rgba(115,115,115,0.65) 21%, rgba(0,0,0,0.62) 40%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,0.25)), color-stop(21%,rgba(115,115,115,0.65)), color-stop(40%,rgba(0,0,0,0.62)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,242,242,0.25) 0%,rgba(115,115,115,0.65) 21%,rgba(0,0,0,0.62) 40%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,242,242,0.25) 0%,rgba(115,115,115,0.65) 21%,rgba(0,0,0,0.62) 40%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,242,242,0.25) 0%,rgba(115,115,115,0.65) 21%,rgba(0,0,0,0.62) 40%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(242,242,242,0.25) 0%,rgba(115,115,115,0.65) 21%,rgba(0,0,0,0.62) 40%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40f2f2f2', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.chatmsg {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	margin-left: 5px; margin-right: 5px;
	height: 380px;
	overflow-y: scroll;
	font-size: 12px;
	line-height: 14px;
}

.chatmsg p {
	margin-bottom: 5px;
}

.chatmsg>p:nth-child(odd)>span {
	color: maroon;
	font-weight: bold;
}

.chatmsg>p:nth-child(even)>span {
	color: green;
	font-weight: bold;
}

.leftrow {
	border-right: 1px solid maroon; 
	-moz-box-shadow:inset 0px 0px 25px 3px #525252;
-webkit-box-shadow:inset 0px 0px 25px 3px #525252;
box-shadow:inset 0px 0px 25px 3px #525252;
background-image: url(img/pattern-b6vs.png);
	opacity: 0.9;
	margin-bottom: 5px;
}

.leftrow a {
	display: block; 
	border-bottom: 1px solid maroon; 
	text-align: center; 
	padding: 5px 0;
	
	color: white;
	text-shadow: 2px 2px 2px black;
}

.leftrow a:hover {
	background-color: rgba(237, 215, 176, 0.44);
	color: rgb(231, 231, 132);
}

.infobar {
	margin-top: 10px;
}

.infobar p {
	font-size: 9px; 
	margin-bottom: 0px; 
	margin-left: 10px; 
	border-left: 1px solid rgba(128, 0, 0, 0.34); 
	padding-left: 1px;
}

.infobar p:first-child {
	font-size: 11px; 
	margin-bottom: 0px; 
	margin-left: 10px; 
	background-color: rgba(128, 0, 0, 0.34); 
	padding-left: 3px;
}

.centerrow {
	margin-top: 5px;
}

.centerrow span:first-child {
	background-color: rgb(231, 231, 231); 
	display: block; 
	padding: 0 5px;
}

.dot {
	background-color: green; 
	width: 8px; 
	height: 8px; 
	border-radius: 5px; 
	display: inline-block; 
	border: 1px solid white;
}

.centerrow>span:first-child a {
	color: green;
}

.profimg {
	max-height: 370px;
}

.profinfo {
	background-color: rgb(231, 231, 231); 
	padding-bottom: 3px;
}


.lvl {
	padding: 0 5px; 
	float: left;
}

.points {
	background-color: rgb(231, 231, 231); 
	padding: 0 5px; 
	float: right;
}

.lvlbar {
	clear: both; 
	margin: 0 5px; 
	height: 10px; 
	border: 1px solid rgba(128, 0, 0, 0.33);
}

.profinfobot {
	margin: 5px 5px 0px 5px; 
	border-top: 1px solid rgb(214, 205, 205); 
	font-size: 12px; 
	opacity: 0.5;
}

.profinfobot a {
	color: black;
}

.profwindow {
	
	border-radius: 3px;
	border-bottom: transparent;
	background-color: rgb(247, 247, 247);
	margin-top: 5px;
}

.profwindow p {
	padding-left: 10px;
	background-color: rgb(231, 231, 231);
	border-bottom: 1px solid maroon;
	margin-bottom: 5px;
}

.profwindow span {
	float: right;
	margin-right: 10px;
}

.profwindow span a {
	color: rgb(139, 1, 1);
	font-weight: bold;
	text-shadow: 1px 1px 1px white;
}

.profwindow span a:hover {
	text-decoration: none;

}

.giftli {
	display: inline-block; 
	padding-left: 10px;
}

.giftit {
	max-width: 135px;
	max-height: 95px;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 5px;
}

.giftit:first-child {
	margin-left: 4px;
}

.favgames {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 5px; 
	overflow-y: hidden; 
	height: 64px;
}

.favgames img {
	height: 64px; 
	width: 26%; 
	float: left;
}

.favgames:first-child img {
	height: 64px; 
	width: 26%; 
	float: left; 
	margin-left: 6px;
}

.favgames span {
	display: block; 
	float: none; 
	height: 64px; 
	margin-right: 0; 
	padding: 0px 5px; 
	font-size: 12px; 
	text-align: left; 
	overflow-x: hidden; 
	width: 67%; 
	padding-top: 10px; 
	line-height: 17px;
}

.favgames span b {
	color: maroon;
}

.favgames span a {
	color: green;
	font-weight: bold;
}

.inblogli {
	display: inline-block; 
	padding-left: 5px; 
	padding-right: 5px;
}

.inblogit {
	padding-left: 5px; 
	padding-right: 5px; 
	line-height: 16px; 
	margin-bottom: 5px; 
	border-bottom: 1px solid rgb(214, 205, 205); 
	padding-bottom: 3px; 
	padding-top: 3px;
}

.inblogit a {
	color:rgb(226, 131, 77);
}

.rightrow {
	padding-left: 15px;
}

.frli {
	display: inline-block;
}

.frit {
	max-width: 65px;
	max-height: 95px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 0px;
}

.frit img {
	border: 1px solid rgba(0, 128, 26, 0.53);
}

.frit:first-child {
	margin-left: 10px;
}

.frit span {
	display: block; 
	float: none; 
	margin-right: 0; 
	font-size: 9px; 
	text-align: center; 
	overflow-x: hidden; 
	line-height: 12px;
	font-weight: bold;
}

.frinli {
	margin-bottom: 5px;
}

.frinit {
	padding-left: 5px;
}

.frinit span {
	display: block; 
	float: none; 
	height: 64px; 
	margin-right: 0; 
	padding: 0px 5px;  
	font-size: 10px; 
	text-align: left; 
	overflow-x: hidden; 
	line-height: 14px;
}

.wallcomarea {
	margin: 0 5px 5px 5px; 
	border: 1px solid rgb(219, 219, 219);
}



.wallcom {
	background-color: rgba(237, 215, 176, 0.5);
	
	padding: 0 3px;
	margin-bottom: 5px;
}


.commenttop span a {
	font-weight: bold;
	color: maroon;
}

.commenttop span:nth-of-type(2) {
	font-size: 11px;
	float: right;
	margin-right: 3px;
}

.wallcom p {
	font-size: 13px;
	text-align: justify;
	line-height: 17px;
	background-color: rgba(235, 221, 192, 0.3);
	border: none;
}

.wallcom img {
	max-width: 55px;
	max-height: 55px;
	padding: 3px 3px 3px 0;
	float: left;
}

.plus {
	color: green;
	margin-left: 2px;
	font-weight: bold;
	padding-right: 10px;
}

.minus {
	color: red;
	margin-left: 2px;
	font-weight: bold;
	padding-right: 10px;
}

.wallcombot {
	padding-bottom: 3px;

}

.wallcombot .btn-mini {
	border-radius: 0;
	padding: 0 1px;
	line-height: 13px;
}

.commentadmin {
	float: right;
}

#dblist {
	margin-top: 5px;
}

#dblist:nth-child(odd) {
	margin-left: 0;
	
}

#rightside {
	margin-left: 10px;
}

.highlights {
	height: 330px;
}

.hlunit {
	position:relative;
	color: rgba(180, 14, 14, 1);
	display: inline-block;
	text-align: center;
	font-weight: bold;
	background-color: white;
	border: 1px solid black;
	border-bottom: 0px;
	padding: 2px;
	margin-right: 10px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

@media screen and (max-width: 1220px) {
  	
  	.highlights {
  		height: 270px;
  	}

  	#rightside {
  		margin-left: 2px;
  	}

  	.minimenuitem {
  		width: 24.5%;
  	}

  	.minimenuitem a {
  		font-size: 9px;
  	}

  	

}

@media screen and (max-width: 784px) {
	.newsarea {
		border: none;
	}
}

@media screen and (max-width: 480px) {
	body {
		padding-left: 0;
		padding-right: 0;
	}

	.highlights {
		display: none;
	}

	#featured {
		display: none;
	}

	.mmlist {
		font-size: 11px;
	}

	.nav-tabs > li > a {
		padding: 2px;
	}

	.backwrap {
		display: none;
	}

	.fullwrap {
		display: none;
	}

	#registration {
		display: none;
	}

	.mmlist2 a {
		font-size: 11px;
		padding: 0;
	}

}

.span10 form {
	margin: 55px auto;
	padding: 10px;
	background-color: #f5f5f5;
	border: 1px solid gray;
	
	float: none;

}

.span10 form table {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.span10 form table tr td {
	padding: 5px;
}

.span10 form table tr td label{
	display: inline-block;
}

.span10 form table tr td img {
	width: 200px;
	height: 50px;
}

.dialogues_window {
	
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.dialogues_msg {
	padding: 3px 8px;
	display: inline-block;
	border: 1px solid gray;
	border-radius: 3px;
	max-width: 75%;
	box-shadow: 0px 0px 5px 1px rgba(119, 119, 119, 0.45);
-moz-box-shadow: 0px 0px 5px 1px rgba(119, 119, 119, 0.45);
-webkit-box-shadow: 0px 0px 5px 1px rgba(119, 119, 119, 0.45);
	font-size: 13px;
}

.dialogues_msg_wrapper {
	display: block;
	margin: 5px;
	width: 100%;
}





















.mainstat {
	position: relative;
	background-image:url('img/parchment.png');
	background-size: 100% 100%;
    background-repeat:no-repeat;

   

}

.mainstatback {
	
}

.tiertitle {
	color: maroon;
	font-weight: bold; 
	text-align: center; 
	margin-bottom: 0; 
	font-size: 15px;
	margin: 0 25px;
	border: 1px solid #B19B57;
	background-color: rgba(177, 155, 87, 0.32);
	font-family: Comic Sans MS;
	text-shadow: 1px 1px 7px rgba(194, 79, 79, 1);
}

.tierimg {
	border: 1px solid rgba(177, 155, 87, 0.27);
	width: 80%; padding: 8px;
	border-radius: 5px;
	background-color: rgba(177, 155, 87, 0.12);
	max-height: 170px
}

.tierresults {
	font-family: Comic Sans MS;
}

.tierresults i {
	margin-top: 5px;
}

.tierwins {
	float: left; 
	margin-left: 15%; 
	color: rgb(64, 179, 64); 
	font-weight: bold;
	padding: 0 3px;
	border: 1px solid #B19B57;
	border-top: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: rgba(177, 155, 87, 0.32);
	font-size: 16px;
}

.tierloss {
	float: right; 
	margin-right: 15%; 
	color: rgb(180, 52, 52); 
	font-weight: bold;
	padding: 0 3px;
	border: 1px solid #B19B57;
	border-top: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: rgba(177, 155, 87, 0.32);
	font-size: 16px;
}

.rankedteamtitle {
	clear: both; 
	margin: 0 25px; 
	text-align: center;
	border: 1px solid #B19B57;
	line-height: 14px;
	border-top: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: rgba(177, 155, 87, 0.32);
	color: rgb(20, 85, 144);
	font-family: Comic Sans MS;
}

.mainstatbot {
	margin: 0 20px 15px 20px;

}

.riotprofileimg {
	height: 55px;
	width: 55px;
	display: inline-block;
	position: relative;
	float: left;
}

.riotlevel {
	position: absolute;
	display: inline-block;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.50);
	color: black;
	padding: 0 3px;
	font-weight: bold;
}

.riotbotinfo {
	display: inline-block;
	position: relative;
	min-width: 500px;
}

.riotbot {
	
}

.riotname {
	text-shadow: 1px 1px 7px rgba(0, 0, 0, 1);
	color: white;
	font-size: 20px;
	font-weight: bold;
	
}

.riotgeneral {
	display: inline-block;
	margin-left: 10px;
}

.riotgeneralhead {
	font-size: 16px;
	font-weight: bold;

}

.riotgeneralheadwins {
	text-shadow: 1px 1px 4px rgba(252, 252, 207, 1);
	color: rgb(27, 114, 27);
	font-weight: bold;
}

.riotgeneralheaddesc {
	color: white;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}





