body {
	color: white;
	background: #1d1f21;
	}

#wrapper{
	width:  970px;
	margin:auto;
	margin-left: auto;
	margin-right: auto;
	}
p {
	font-size:130%;
	}
li {
	font-size:130%;
	}
summary {
	font-size:130%;
	}
h1 {
	color: #bb83f7;
	text-align: center;
	}

h2 {
	color: #bb83f7;
	}

h3 {
	margin-left: auto;
	margin-right: auto;
	}

hr {
	border-right : 0;
	max-width: 100%;
	border-left: 0;
}

@font-face { font-family: wizard;
	src: url('../Font/alma_virgo.ttf'); 
	src: url('../Font/In_die_busillis.ttf');
}
.customfont { font-family: "wizard"; }

.underline {
	text-decoration: none;
	border-bottom: 5px solid #bb83f7;
	}

.alignleft {
	text-align: left;
	max-width: 100%;
	align: left;
	margin-right: auto;
	margin-left: 10px;
	}

.alignright {
	text-align: right;
	align: right;
	max-width: 100%;
	margin-right: 10px;
	margin-left: auto;
	}

.box.right {
	background: #eef;
	color: #006;
	border: 1px solid #006;
	float: right;
}
.box.left {
	background: #eef;
	color: #006;
	border: 1px solid #006;
	float: left;
}

.marginright {
	max-width: 80%;
	margin-right: auto;
	}

.marginleft {
	max-width: 80%;
	margin-left: auto;
	}
.icon {
	width: 20px;
	eight: 20px;
}

.movie {
	width: 50px;
	eight: 50px;
	float: left;
	margin-right:5px;
	margin-bottom:1px;	
}

a:link {
	color: #bb83f7;
	text-decoration: none;
	}

a:visited {
	color: #bb83f7;
	/*#785f8f*/
	text-decoration: none;
	}
.white {
	color: #ffffff;
	}

.container {
	background: #1d1f21 none repeat scroll 0 0;
	border: 2px solid #bb83f7;
	display: table;
	font-size: 100%;
	margin-bottom: 1em;
	padding-right: 35px;
	width: auto;
	height: auto;
	}
 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.list_title {
	font-weight: 700;
	text-align: center;
	a {
		color: #ffffff;
		text-decoration: none;
	}
	color:#ffffff;
	background-color:#bb83f7;
	
	}

.toc_ul {
	list-style-type: none;
	}

/*dirty cheap tricks here*/
.toc_ul ul {
	list-style-type: none;
	}

.contents-style {
	display: inline-block;
	max-width:70%;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	}
.dumb {
	text-align: center;
	}
.smallsximg {
	margin-right:10px;
	margin-bottom:10px;	
	float:left;
	width:112.5px;
	height:250px;
	}
.smalldximg {
	margin-left:10px;
	margin-bottom:10px;
	float:right;
	width:20%;
	height:20%;
	}
.indexsximg {
	margin-right:20px;
	margin-bottom:10px;	
	float:left;
	width:250px;
	height:250;
	}
.indexdximg {
	margin-left:10px;
	margin-bottom:10px;
	float:right;
	width:250px;
	height:250;
	}
.mediadximg {
	margin-left:10px;
	margin-bottom:10px;
	float:right;
	width:15%;
	height:15%;
	}
.mediasximg {
	margin-right:10px;
	margin-bottom:10px;	
	float:left;
	width:20%;
	height:20%;
	}

 ul#menu li {
  display:inline;
}

 @media only screen and (max-width: 600px) {
#wrapper {
	width: 100%;
	}
.contents-style {
	max-width:100%;
	margin-left:10px;
	margin-right:10px;
	text-align:center;
	}
.container {
	margin-left: 15%;
	margin-right: 15%;
	size: auto;
	border: 3px solid #bb83f7;
	}
.dumbm {
	text-align: center;
	}
.mediadximg {
	margin-left:10px;
	margin-bottom:10px;
	float:right;
	width:50%;
	height:50%;
}
.mediasximg {
	margin-right:10px;
	margin-bottom:10px;	
	float:left;
	width:50%;
	height:50%;
}
.alignleft {
	text-align: left;
	max-width: 80%;
	align: left;
	margin-right: auto;
	margin-left: 10px;
	}

.alignright {
	text-align: right;
	align: right;
	max-width: 80%;
	margin-right: 10px;
	margin-left: auto;
	}

}
