body{
    background-color: black;
    color: white;
}


#Logo{
    float: left;
    width: 275px;
    text-align: center;
}

.unstyled{
	text-decoration: none;
	color: white;
}

.image{
    text-align: center;
}

.date{
	font-size: small;
}

.photocredit{
    font-size: small;
    text-align: center;
}

a img {
    border: 0;
}

a:visited{
    color: white;    
}

a:link{
    color: #FF2945;
}

.hot{
	color: red;
}

#teamUpdates{
	clear: both
}

.nav{
	display: block;
	color: white;
}


#Navigation{
	display: inline-block;
	text-align: center;
	width:  70%;
}

#Navigation>a{
	margin: 25px;
    width: 20%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: white;
    border: 5px solid white;
    border-style; solid;
    height: 50px;
}


#Navigation>a>h2{
    margin-top: 10px;
}




#Body{
    clear: both;
}

.post{
	clear: both;
	padding: 10px;
	margin: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #303030;
}



.panel{
	clear: both;
	display: inline-block;d
	padding: 10px;
	margin: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #303030;
}

.button{
	clear: both;
	color: white;
	cursor: pointer;
	padding: 10px;
    margin: 10px;
    background-color: #303030;
    display: block;
}

.comment{
	width: 400px;
	padding: 10px;
	margin: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #303030;
}

.banner{
    background-color: #303030;
    margin-top: 0px;
    padding-top: 0px;
}


#Sidebar{
    display: inline-block;
    width: 300px;
    padding-top: 50px;
    margin-right: 10px;
    background-color: #303030;
    min-height: 600px;
    vertical-align: top;
}



.link{
	cursor: pointer;
}

#auth{
	text-align: center; 
}



#Content{
    display: inline-block;
    width: 70%;
}

#footer{
	vertical-align: bottom;
    clear: both;
    text-align: center;
    background-color: #303030;
    margin: 0px;    
}

.match{
	background-color: #303030;
	border: 2px solid white;
	height: 100px;
	margin: 10px;
	vertical-align: 50%
}

.match>h3>a{
	display: block;
}

.match>h2{
	text-align: center;
	display: inline-block;
	margin: 0px;
	width: 100px;
	height: 100%
}
.match>h3{
	text-align: center;
	margin: 5px;
	display: inline-block;
	height: 100%;
	width: 100px;
}

.match>.time{
	text-align: center;
	margin: 0px;
	display: inline-block;
	height: 100px;
	width: 300px;
}


.teammatch{
	padding: 10px;
}




.team{
	clear: both;
	background-color: #303030;
	
	border: 2px solid white;
	height: 100px;
	margin: 10px;
	vertical-align: 50%
}

.team>a:link{
	color: white;
}

.team>a>h3>a{
	display: block;
}

.team>a>h2{
	text-align: center;
	display: inline-block;
	margin: 0px;
	width: 200px;
	height: 100%
}
.team>a>h3{
	text-align: center;
	margin: 5px;
	display: inline-block;
	height: 100%;
	width: 100px;
}


.competition{
	background-color: black;
	float: none;
	width: 700px;
	padding: 10px;
	display: block;
	margin: 10px;
}




*[hidden] {display: none;}
