html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body{
	color:#555555;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #0;
	width: 980px;
	margin: 0 auto;
	margin-top: 30px;
}

#page {
	
	 
	width: auto ;
	font-size:16px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#ffffff;
	letter-spacing:1px;
	padding: 5px;
	background-color: #0;
	
	
	
}
#page1 {
	
	margin: 10px 10px 0px 10px auto;
	
	font-size:16px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#ffff00;
	letter-spacing:1px;
	margin: 0px 30px 0px 30px auto;
	background-color: #0;
	
	
}



#navbar {
	background-color: grey;
	list-style:none;
	padding-left:20px;
	vertical-align: bottom;
	height: 44px;	
	margin-bottom 10px;
	font-family: "Arial Black", Gadget, sans-serif; 
	font-size:16px;
	color:#eee;
}

#navbar #holder {
float: left;
border-bottom:0px solid #000;
width:100%;


}

#navbar #holder ul{
list-style:none;

padding:0px;

}
#navbar #holder ul li a{
list-style:none;
margin-right: 8px;
padding: 10px;
padding-top: 10px;
text-align: center;
vertical-align: bottom;
color: #e6e6e6;
border:1px solid white;
border-bottom:none;
width:95px;
display: block;
float: left;
-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;

}



#navbar #holder ul li a:hover{

color: white;
background:#4d4d4d;;
text-shadow:1px 1px 1px #000;	
text-decoration: none;

}


#holder ul li a#active{
background: #4d4d4d;
color: white;
border-bottom: 1px solid #4d4d4d;;

}

#holder ul li a#active:hover{
background: lime;
color: white;
text-shadow: 1px 1px 1px #000;

}


.clans {
	margin-left: 20px;
	margin-right: 20px;
}
.clans   table{
	table-layout: fixed;
	color: #efefef;
	border: 1px solid white;
	width: 80%;
	margin-left: 10px;
	margin-right: 10px;
	
}
.clans   td {
	color: #efefef;
	border-top: 1px solid white;
	padding: 7px;
	margin: 3px;
}
.clans   th{
	color: #efefef;
	font-weight: bold;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	padding: 7px;
	margin: 3px;
	
}

.clans td:nth-child(1) {
	width: 30%;
}
.clans td:nth-child(3) {
	width: 40%;
}
.clans td:nth-child(2),
.clans td:nth-child(4) {
background: gray;
  width: 15%;
}

.clans th:nth-child(1),
.clans th:nth-child(3) {
	width: 20%;
	
}
.clans th:nth-child(2),
.clans th:nth-child(4) {
	background: gray;
  width: 10%;
}


.members {
	margin-left: 20px;
	margin-right: 20px;
}
.members   table{
	table-layout: fixed;
	color: #efefef;
	border-top: 1px solid white;
	width: 80%;
	margin-left: 10px;
	
}
.members   td{
	color: #efefef;
	padding-left: 7px;
	padding-right: 7px;
}

.members   th{
	color: #fefefe;
	border-bottom: 2px solid white;
		padding-left: 7px;
	padding-right: 7px;

	
}

.members td:nth-child(1),
.members td:nth-child(2) {
	width: 40%;
}
.members td:nth-child(3),
.members td:nth-child(4) {
  width: 10%;
}

.members th:nth-child(1),
.members th:nth-child(2) {
	width: 40%;
}
.members th:nth-child(3),
.members th:nth-child(4) {
  width: 10%;
}


h1{
	font-size:28px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	color: white;
	letter-spacing:1px;
	background-color: grey;
	margin: 0px 30px 0px 30px auto;
	
	
}

h2{
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:2px;
	text-transform:uppercase;
	white-space:nowrap;
	margin-top:4px;
	color:#888888;
}

#main p{
	padding-bottom:8px;
}

.clear{
	clear:both;
}

#main{
	width:800px;
	/* Centering it in the middle of the page */
	margin:60px auto;
}

.container{
	margin-top:20px;
	
	background:#FFFFFF;
	border:1px solid #E0E0E0;
	padding:15px;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
}

.err{
	color:red;
}

.success{
	color:#00CC00;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

.tutorial-info{
	text-align:center;
	padding:10px;
}

.login {
  position: relative;
  width: 350px;
  display: block;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid #ECF0F1;
  left: 50%;
  position: absolute;
  top: -10px;
}

.formholder {
  background: #ecf0f1;
  width: 350px;
  border-radius: 5px;
  padding-top: 5px;
}
.formholder input[type="email"], .formholder input[type="password"] {
  padding: 7px 5px;
  margin: 10px 0;
  width: 96%;
  display: block;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.formholder input[type="email"]:focus, .formholder input[type="password"]:focus {
  outline: none;
  box-shadow: 0 0 1px 1px #1abc9c;
}
.formholder input[type="submit"] {
  background: #1abc9c;
  padding: 10px;
  font-size: 20px;
  display: block;
  width: 100%;
  border: none;
  color: #fff;
  border-radius: 5px;
}
.formholder input[type="submit"]:hover {
  background: #1bc6a4;
}

.randompad {
	color: black;
  padding: 10px;
}

.green {
  color: #1abc9c;
}
.dropbtn {
    background-color: grey;
    color: white;
    padding: 8px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: none;
    min-width: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {text-decoration: underline;background-color: grey;align:left;}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: grey;
}

.loginwrapper {
	border-width:0px;
	border:none;
	color:white;
	background:grey;
	min-height:45px;
	margin-top:0px;
	padding-top:8px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;


}
	
