a {
	color:white;
}

body {
	background:url('../gallery/portal.jpg') no-repeat;
	background-color: rgba(0,0,0,1);
	max-width:1920px;
}


h1 {
	display:block;
	font-size: 42px;
	text-transform: uppercase;
	color: #42b3f4;
        -webkit-margin-before: 0em;
        -webkit-margin-after: 0em;
}
h1:hover {
	transition: all 0.5s ease-in-out;
	color:white;
}
h3 {
	color: #42b3f4;
	text-transform: uppercase;
}

img {
        max-width:1000px;
		margin-top: 2em;
}

li {
	float: left;
	padding-right: 8px;
}

p {
	font-family: Arial;
	color:white;
}

ul {
	display:inline-block;
	padding-left: 0em;
	list-style-image:none;
}

hr {
	border:1px solid white;
	border-radius: 3px;
}

.line {
	display:block;
	padding: 1em;
	margin: 0 auto;
	width:auto;
	max-width:1300px;
	border-radius: 25px;
	background: rgba(0,0,0, 0.3);
	height: 100px;
}

 .line:hover {
	transition: all 0.3s ease-in-out;
	background: rgba(0,0,0, 1);
	border-radius: 25px;
	border: 3px solid #42b3f4;
 }

.frm {
	width: 520px;
}

.logged_in, .logged_out {
	color: white;
	text-indent:0px;
	font-size: 24px;
	text-align:center;
}

#loginname {
	color:#42b3f4; 
	text-transform:uppercase;
	font-weight:bold;
}
.text {
	font-size: 24px;
	text-indent: 30px;
	text-align:left;
	color:white;
}

.category {
	font-weight: bold;
	color: #42b3f4;
}

.pubdate {
	color:#42b3f4;
	text-align:right;
}


.main-wrapper {
	display:block;
	border-radius: 25px;
	border: 1px solid white;
	width: 1100px;
	height: auto;
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 1em;
	background: rgba(0, 0, 0, 0.7);
}

.main-wrapper-content {
	display:block;
	position: relative;
	margin:30px;
}

#footer {
	display: inline-block;
    max-width: 100%;
    width: 100%;
    position: relative;
    border-radius: 10px;
    bottom: 0;
    height: auto;
    background: #272a2d;
    padding-left: 20em;
}


.menu-item:hover, a:hover{
	transition: all 0.2s ease-in-out;
	color:#42b3f4;
	text-decoration:none;
}

.menu-item {
	position:relative;
	margin-top: 10px;
	text-transform: uppercase;
}

.button, input[type=submit] {
	background-color:#242424;
	font-family: Arial;
	font-weight: bold;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.button {
	margin-top: 1em;
}

.button:hover, input[type=submit]:hover {
	color:black;
	background-color:white;
	transition: all 0.2s ease-in-out;
}

.linelink, .add-article {
	text-decoration:none;
	margin:0 auto;
	display:inline-block;
	font-family:Arial;
	font-size: 32px;
	color:white;
}

.add-article {
	padding-bottom: 10px;
	padding-top: 10px;
}

.gametitle {
	position:relative;
	margin:0 auto;
	font-size:24px;
	color:white;
}

#map {
	position:relative;
	left: 10em;
}

label, input, textarea {
	display:block;
}

input[type=text], input[type=password], input[type=email], textarea {
	font-family:Tahoma;
	font-size: 20px;
	font-weight: bold;
	background-color: black;
	color: white;
	border:3px solid #42b3f4;
	max-width: 900px;
	max-height: 500px;
	height: 60px;
	width: 500px;
	text-align:left;
}