
.mainview {
	background-color: #111111;
	background-image: url('images/bigcastlebg.png'), url('images/mainbg.png');
	background-position: top right;
	background-repeat: repeat-y;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	color: #444;
	background-attachment: fixed;
	background-blend-mode: color-dodge;
}

a, a:hover, a:visited {
	color: #444;
}

#main {
	max-width: 720px;
	margin: 50px auto;	
}

.portal {
	margin: 55px;
	padding: 24px;
	background-color: transparent;
	/*border: 1px solid black;*/
	border-radius: 25px;
	box-shadow: 0px 0px 80px 20px #900;
	text-align: center;
	color: #fefefe;
	font-family: 'Cinzel', serif;
	font-size: 16px;
	text-shadow: 2px 2px 8px #FF0000;
}

form input {
	font-family: arial;
	color: black;
	text-shadow: none;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.invis {
	display: none;
}

.doeswrap {
	white-space: normal;
}

footer {
	background-color: black;
	border-top: 1px solid #222;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.subtext {
	color: #888;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: right;
	font-size: 12px;
	text-shadow: none;
	
}

.lalign {
	text-align: left;
}

.newsitem {
	background: #f2e4c1 url('images/main_bg.jpg') repeat scroll right top;
	margin: 15px;
	padding: 0px 15px;
	border: 1px solid brown;
	color: #000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: left;
	font-size: 14px;
	text-shadow: none;
}

@media screen and (max-width: 575px) {
	#main {
		margin: 5px auto;
	}
}

.fitwidth {
max-width: 97%;
}

.btn {
border: 1px solid black;
border-image-source: url('images/btn-border.png');
border-image-slice: 8 6 6 4;
border-image-width: auto;
border-image-outset: 2px;
border-image-repeat: repeat;
}

.btn-success {
background-color: #449d44;
}
.btn-success:hover {
background-color: #5cb85c;
}
.btn-danger {
background-color: #c9302c;
}
.btn-danger:hover {
background-color: #d9534f;
}
.btn-primary {
background-color: #286090;
}
.btn-primary:hover {
background-color: #204d74;
}
.btn-warning {
background-color: #ec971f;
}
.btn-warning:hover {
background-color: #f0ad4e;
}
.btn-default {
color: black;
background-color: rgb(210, 195, 161);
text-shadow: none;
}