/* formats link strip */
ul.header{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #262626;
	min-width: 800px;
}
li.headerline{
    float: left;
	padding-top: 0px;
}

/* formats links on link strip */
a.one:link, a.one:visited{
	text-decoration: none;
	background-color: #262626;
	border: 1px solid #262626;
	color: orange;
	font-family: "Montserrat", sans-serif;
	padding: 10px 20px;
	text-align: center;
	display: inline-block;
}
a.one:hover, a.one:active{
	text-decoration: none;
	background-color: #3b3f44;
	color: orange;
	border: 1px solid #262626;
	font-family: "Montserrat", sans-serif;
	padding: 10px 20px;
	text-align: center;
	display: inline-block;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
}
a.selected:link, a.selected:visited{
	text-decoration: none;
	background-color: #262626;
	border: 1px solid orange;
	color: orange;
	font-family: "Montserrat", sans-serif;
	padding: 10px 20px;
	text-align: center;
	display: inline-block;
}

/* formats the dropdown on the link strip */
li a.ddl, .dropdownlist {
    display: inline-block;
    color: orange;
	font-family: "Montserrat", sans-serif;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
	position: relative;
	top: -4px;
}
li a.ddl:hover, .dropdown:hover .dropdownlist {
    background-color: #3b3f44;
}
li.dropdown {
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #262626;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    z-index: 1;
}
.dropdown-content a.ddl {
    color: orange;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {
	background-color: #3b3f44
}
.dropdown:hover .dropdown-content {
    display: block;
}

/* formats header lines */
h1{
	color: orange;
	font-family: "Montserrat", sans-serif;
	font-size: 40px;
	text-align: center;
}
h2{
	color: white;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	text-align: left;
	margin-left: 10px;
}
h2.contest, .h2center{
	color: white;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	text-align: center;
	margin-left: 10px;
}
h3{
	color: white;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	text-align: left;
	margin-left: 10px;
}

/* format shop item */
div.shopitem{
	border: 1px solid orange;
	background: rgba(0,0,0,0.6);
	float: left;
	margin-left: 5px;
	margin-bottom: 2px;
	padding: 10px;
	width: 260px;
	height: 185px;
	border-radius: 15px;
}
div.shopsellitem{
	border: 1px solid orange;
	background: rgba(0,0,0,0.6);
	float: left;
	margin-left: 5px;
	margin-bottom: 2px;
	padding: 10px;
	width: 140px;
	height: 120px;
	text-align: center;
	border-radius: 15px;
}
div.clear{
	clear: left;
}
/* format for custom objects */
div.customcraft{
	border: 1px solid orange;
	background: rgba(0,0,0,0.6);
	float: left;
	margin-left: 5px;
	margin-bottom: 2px;
	padding: 10px;
	width: 600px;
	height: 175px;
	border-radius: 15px;
}
div.customcommand{
	border: 1px solid orange;
	background: rgba(0,0,0,0.6);
	float: left;
	margin-left: 5px;
	margin-bottom: 2px;
	padding: 10px;
	width: 400px;
	height: 200px;
	border-radius: 15px;
}
div.worlddownload{
	border: 1px solid orange;
	background: rgba(0,0,0,0.6);
	float: left;
	margin-left: 5px;
	margin-bottom: 2px;
	padding: 10px;
	width: 400px;
	height: 170px;
	border-radius: 15px;
}
/* format basic containers */
html{
	background: url("Images/Background/Cherry.png") no-repeat center fixed;
	height: 110%;
	background-size: cover;
}
html.modded{
	background: url("Images/Background/Modded.png") no-repeat center fixed;
	height: 110%;
	background-size: cover;
}
ul li{
	padding-top: 5px;
}
div.logo{
	width: 40%;
	overflow: hidden;
}
div.maincontainer{
	background: rgba(0,0,0,0.6);
	border: 5px solid #262626;
	border-radius: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
	overflow: hidden;
}
div.maincontainerfloatleft{
	background: rgba(0,0,0,0.6);
	border: 5px solid #262626;
	border-radius: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
	float: left;
	width: 65%;
	overflow: hidden;
	min-height: 405px;
	min-width: 200px;
}
div.maincontainerDiscord{
	background: rgba(0,0,0,0.6);
	border: 5px solid #262626;
	border-radius: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
	float: left;
	width: 25%;
	overflow: hidden;
	min-height: 400px;
	min-width: 200px;
}
div.eventcontainerfloatleftsmall{
	background: rgba(0,0,0,0.6);
	border: 5px solid #262626;
	border-radius: 15px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
	float: left;
	width: 22%;
	min-height: 500px;
	min-width: 200px;
}
div.eventcontainerfloatleftlarge{
	background: rgba(0,0,0,0.6);
	border: 5px solid #262626;
	border-radius: 15px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
	float: left;
	width: 70%;
	min-height: 500px;
}
img.imagesize{
	width: 100%;
}
div.maincontdetail{
	color: white;
	font-family: "Montserrat", sans-serif;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
}
div.maincontdetailimage{
	width: 50%;
}
a.maincontdetaillink{
	color: orange;
	font-family: "Montserrat", sans-serif;
}

/* format staff containers */
div.staff{
	border: 1px solid orange;
	background: rgba(0,0,0,0.6);
	float: left;
	margin-left: 5px;
	margin-bottom: 2px;
	padding: 10px;
	width: 220px;
	height: 420px;
	border-radius: 15px;
}
div.maincontainerfloatlefthalf{
	background: rgba(0,0,0,0.6);
	border: 5px solid #262626;
	border-radius: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
	float: left;
	width: 45%;
	overflow: hidden;
	min-height: 570px;
	min-width: 390px;
}

/* format announcement containers */
div.announcement{
	border: 3px solid orange;
	background: rgba(0,0,0,0.6);
	margin-left: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-radius: 15px;
}
div.announcementwithimagetext{
	float: left;
	width: 50%;
}
div.announcementwithimage{
	float: left;
	width: 40%;
}

/* format event containers */
div.eventwithimagetext{
	float: left;
	width: 50%;
}
div.eventwithimage{
	float: left;
	width: 40%;
}
