/* Mediele Skin Stylesheet */
/* Includes color.css Copyright by Jenutan */


/* Common */
body {
	position: relative;

	margin: 0px;
	padding: 0px;

	background-color: #e0cbc2;
	color: #e3e1df;

	font-family: 'Book Antiqua';
    src: url(fonts/ANTQUAB.TTF);

    font-size: 12px;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#admin_box ,
	#adsense,
	#login_field label,
	#motd_nav,
	#source,
	.button,
	.navhead,
	.navheadlink,
	.navhelp,
	.trhead,
	a.hotmotd,
	a.nav,
	button,
	input[type="submit"],
	input[type="button"]
	{
		font-size: 13px !important;
	}

	span.vita-nav-head,
	td.charhead,
	td.bookmarkhead
	{
		font-size: 14px !important;
		padding-top: 13px !important;
	}
}


#admin_box ,
#adsense,
#login_field label,
#motd_nav,
#source,
.button,
.navhead,
.navheadlink,
.trhead,
a.hotmotd,
a.nav,
button,
input[type="submit"],
input[type="button"],
td.charhead {
	font-variant: small-caps;
	font-family: Book Antiqua;
}



button, .button,input[type="submit"],input[type="button"] {
	font-size: 12px;
	margin-top: 2px;

	color: #B0A198;
	background-color: #1e191a;

	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #141414;
	border-right: 1px solid #141414;

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

	-webkit-box-shadow: 1px 1px 2px #888;
	-moz-box-shadow: 1px 1px 2px #888;
	border-radius: 10px;
}

hr {
	background-color: #333333;

	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #141414;
	border-right: 1px solid #141414;
	height: 2px;

	-webkit-box-shadow: 1px 1px 2px #888;
	-moz-box-shadow: 1px 1px 2px #888;
}

input, textarea {
	font-size: 12px;

	color: #B0A198;
	background-color: #202020;

	border-top: 1px solid #141414;
	border-left: 1px solid #141414;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
	border-radius: 10px;
}

select {
	font-size: 11px;

	color: #000000;
	background-color: #202020;

	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #141414;
	border-right: 1px solid #141414;
}
/* End Common */

#screen {
	position: relative;
	width: 100%;
}
/* Header */

#header {
 
  max-width: 2000px;
  height: 920px;
  background-image: url("img/cherry.png");
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -460px;
  margin-left: -50px;
}

#pagetitle {
    display: none;
}

#headline a.hotmotd {
	color: #ad0101;
	font-weight: bold;
	font-size: 13px;
    letter-spacing: 1px;
    word-spacing: 2px;
}

#motd_nav_left, #motd_nav_right {
    position: absolute;
    top: 1px;
    bottom: 0px;

    padding: 2px;

}

#motd_nav_left {
    left: 0px;
    right: 53%;
    margin-right: -10px;
    text-align: right;
}

#motd_nav_right {
    left: 53%;
    right: 0px;
    float: right;
    margin-left: -70px;
    text-align: left;
}



/* End Header */


/* Main Content Container */
#main-content {
  position: relative;
  display: table-cell;
  width: 100%;
  min-width: 500px; }

#main {
  padding: 20px;
  z-index: 10; 
  min-width: 600px; 
}
/* End Main Content Container */

.sidebar {
  display: table-cell;
  max-width: 200px;
  min-width: 200px;
  padding: 0 20px;
  padding-top: 12px;
  vertical-align: top; 
}

/* Nav Container */

.navhead,
.navheadlink  {
    display: inline-block;
	height: 34px;
	padding: 5px 0px;
	margin-top: 5pt;
	min-width: 210px;
	max-width: 210px;
	color: #ffffff;
   

	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 1.5px;
	word-spacing: 1.5px;

	text-decoration: none;
	text-align: center;

	cursor: default;
	background-image: url("img/navcherry.png");
	background-repeat: no-repeat;
}

.navhi {
	text-decoration: underline;
	margin: 0;
	color: #000000;

}

.navheadlink-text {
	color: #a1a1a1;
}

.navhead {
    display: inline-block;
	margin-bottom: 1px;
	
}
a.nav {
	display: inline-block;
	width: 185px;
	padding: 0 10px;
	padding-top: 0px;
	text-decoration: none;
    font-size: 8pt;
    letter-spacing: 1px;
    word-spacing: 1px;
	color: #000000;
	vertical-align: bottom;
	transition: color .7s ease;
    -webkit-transition: color .7s ease; /* chrome & safari */
    -moz-transition: color .7s ease; /* firefox */
    -o-transition: color .7s ease; /* opera */
}

.nav-wrapper {
	background-color: transparent;
    color: #a1a1a1;
	width: 158px;
	padding: 0;
	padding-top: 5px;
}
span.vita-nav-head {
	position: relative;
	display: inline-block;
	border: none;
    background-color: transparent;
	text-align: left;
	width: 100%;
	
}
span.navhelp,
a.vita-nav {
	width: 200px;
	padding: 0;
	padding-top: 5px;
	background-color: transparent;
	letter-spacing: 0;
	text-transform: none;
	font-variant: normal;
	color: #000000;
}
a.nav-left,
a.nav-right {
	display: inline;
    background-color: rgba(0,0,0,0.0);
	
}
a.nav-left {
	min-width: 24px;
	min-height: 24px;
	padding: 0;
	margin-top:13px;
}
a.nav-right {
	width: 150px;
	color: #000000;
	padding-left: 5px;
}

a {
	color: #E3E1DF;
	text-decoration:none;
	transition: color .7s ease;
    -webkit-transition: color .7s ease; /* chrome & safari */
    -moz-transition: color .7s ease; /* firefox */
    -o-transition: color .7s ease; /* opera */
}
a.navhilite{
	padding: 2px;
	float: right;
	color: #fff;
	text-decoration: none;
}

a:hover.nav {
	color: #C0C0C0;
}

a:hover {
	color: #C0C0C0;
}
/* End Nav Container */

/* Main */
#main {
    background-color: #000000;
   
    border-color: #ffffff;

border-width: 2px;
    
    border-left-width-value: 1px;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
border-style: solid;
    border-top-style: solid;
    border-right-style-value: solid;
    border-bottom-style: solid;
    border-left-style-value: solid;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;

    
  
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
	border-radius:20px;

}

.slideshow {
	display: block;

	overflow: hidden;

	min-width: 300px;
	max-width: 300px;
	min-height: 263px;
	max-height: 263px;
}

navhelp {
	text-decoration: none;
	width: 135px;
	height: auto;
	float: left;
	clear: none;
	background: url(backgr_nav.jpg);
	padding: 1px;
}
/* End Main*/


/* Vitalinfo */

#vital_info {
	color: #000000;
}

.vitalinfo {
	width: 158px;
}
.vitalinfo td {
	padding: 1px;
}

table.charinfo {
	border: none;
}

span.vita-nav-head,
td.charhead,
td.bookmarkhead {
	padding: 2px 0px;
	margin-top: 10px;
	color: #000000;
	background-image: url(img/Streifenkasten4.png);
	

	border: 0px solid #C0C0C0;
	font-size: 8pt;
	letter-spacing: 2px;
	word-spacing: 2px;
	padding-top: 15px;
	cursor: default;

}
span.vita-nav-head {
	margin-top: 5px;
}

/*.navhead {
	width: 170px;
        display: block;
	padding: 2px 5px;
	margin-top: 10px;

        background-color: #ffffff;
        background-color: rgba(46, 44, 38, 0.7) !important;
	color: #c0c0c0;

        border: 1px solid #C0C0C0;

        font-family: Book Antiqua;
	font-size: 10pt;
	font-weight: bold;
        font-variant: small-caps;
	text-decoration: none;
	text-align: center;

	cursor: default;
}*/


td.charinfo {
	padding: 1px;
	cursor: default;
	font-size: 12px;
	
}

#vita_extra {
	width: 200px;
	margin: 10px 20px 10px 0px;
	position: relative;
}

#vita_extra p {
	width: 170px;
	margin: 10px 20px 10px 0px;
}
/* End Vitalinfo */


/* Footer */
#footer {
    position: relative;
    margin: 25px auto;
    width: 650px;

    padding: 12px;
    height: 110px;
    border: 1px solid #202020;
}

#copy {
        position: absolute;
	top: 50px;
        left: 20px;
        float: left;
	font-weight: bold;
}

#admin_box {
	position: absolute;
	top: 6px;
        right: 5px;
	bottom: 5px;
}

#source {
	position: absolute;
        top: 12px;
	right: 20px;
	text-align: right;

        z-index: 4;
}
/* End Footer */

/* Misc */
.ingame_table {

    background-color: #202020;
    border: 2px solid #c0c0c0;
    padding: 2px;
}

.trhead {
	background-color: #b9a4a0;
	color: #1e1919;
	font-size: 9pt;
}

.trlight {
	background-color: #1a1216;
}

.trdark {
	background-color: #1a1216;
}

.input {
	color: #b0a198;
	background-color: #1e1919;
	border-top: 2px solid #202020;
	border-left: 2px solid #202020;
	border-bottom: 2px solid #b0a198;
	border-right: 2px solid #b0a198;

/*	color: #FFFFFF;
	background-color: #333333;
	border-top: 1px solid #141414;
	border-left: 1px solid #141414;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080; */
}

#adsense {
    text-align: center;
    position: absolute;
    bottom: 80px;
    left: 50px;
    right: 50px;
}
/* End Misc */


/* Login */
#login_box {
	position: relative;

	width: 400px;
	height: 400px;
	background-image: url();
	background-repeat: no-repeat;
}

#login_field {
	position: absolute;
        left: 0px;
        right: 0px;
        bottom: 80px;

}

#login_field label {
	color: #c0c0c0;
	font-weight: bold;
}

.login-text{
	color: #c0c0c0;
}
/* End Login */
