@charset "utf-8";

html {
	font-size: 16px;
	font-family: Verdana,Helvetica,Arial,sans-serif;

	min-height: 100%; /* workaround: else background gradient is clamped with Opera */
	background-color: #464B4E;
	background-image: url(/https/springrts.com/images/background.png);
	background-repeat:repeat-x;

	/* replicates the image based background */
	background: linear-gradient(top, #464B4E, #28404f 765px);
	background: -o-linear-gradient(top, #464B4E, #28404f 765px);
	background: -moz-linear-gradient(top, #464B4E, #28404f 765px);
	background: -webkit-linear-gradient(top, #464B4E, #28404f 765px);
	background: -ms-linear-gradient(top, #464B4E, #28404f 765px);
}

body {
	margin: 0;
	text-align:center;
	background-color: transparent;
}

#wrapper {
	text-align:left;
	margin:0 auto;
	width: 100%;
	max-width:1000px;
	margin-bottom: 18px;
}

#maincontentwrapper {
	page-break-before: always;
	margin-top: 4px;
	border-radius: 10px 10px 0 7px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.7);
	width: 100%;
	background: #4C626F;
}

#content {
	top: 0; margin: 0; padding: 0; overflow: hidden;
	background-color: #4C626F;
	border-left: 1px solid #20292E; border-right: 1px solid #20292E;
}

p {
	margin: 0;
}


#header {
	margin-bottom: 15px;
	max-width: 100%;
}


.banner {
	margin: 0;
	padding: 0;
	height: 105px;
	position: relative;
}

.topbannershadow {
	width:  100%;
	height: 98px;
	margin-top: 6px;
	margin-right: 100px;
	border-radius: 10px 0 0 0;

	background-image: linear-gradient(right top, #4F4F5F, #323f47 45%);
	background-image: -o-linear-gradient(right top, #4F4F5F, #323f47 45%);
	background-image: -moz-linear-gradient(right top, #4F4F5F, #323f47 45%);
	background-image: -webkit-linear-gradient(right top, #4F4F5F, #323f47 45%);
	background-image: -ms-linear-gradient(right top, #4F4F5F, #323f47 45%);
	border-bottom: 1px solid #333;
	box-shadow:
		0 0 10px 1px rgba(0,0,0,0.7),
		inset 1px 0 #333,
		inset 0 -4px 0 #3b6075,
		inset 0 -3px 0 #4a7791,
		inset 0px 1px rgba(255, 255, 255, 0.4),
		inset 0px 10px 20px rgba(255, 255, 255, 0.3),
		inset 0px -16px 20px rgba(0, 0, 0, 0.198);
}
.topbannerbg {
	position:absolute;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	background: transparent url(/https/springrts.com/imagerotate.php?cat=32) top right no-repeat;
}
#topbannerfade {
	float: left;
	margin-top: 7px;
	margin-left: 0px;
	border-radius: 10px 0 0 0;
	height: 95px;
	width:  100%;
	min-width: 200px;
}

#toplogo {
	display:block;
	margin-left: 13px;
	margin-top: 17px;
	width:400px;
	height:74px;
	background: transparent url(/https/springrts.com/images/logo.png) no-repeat;
}

.banner a {
	position: absolute;
	z-index: 1001;
}

table.menubar td {
	line-height: 0;
	padding: 0;
}
.headertd {
	padding: 0;
}

a.menubar:link,
a.menubar:visited,
a.menubar:hover {
	color: #EEE;
	text-decoration: none;
}

.menubar {
	font-size: 14px;
	font-weight:bold;
	color: #EEE;
}



/* MAIN MENUBAR */
#menu {
	font-size: 12px;
	font-weight:bold;
	color: #EEE;
	height: 27px;
	padding: 0;
	margin: 0 0 10px 0;
}

#menu ul {
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	height: 100%;
	border-radius: 0 0 7px 7px;
	border-bottom: 1px solid rgba(0,0,0,0.5);
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.7);
}

#menu li {
	float:left;
	margin:0;
	padding:0;
	height: 100%;
	background: #323f47;
        background-image: linear-gradient(top, #323f47, #465863 100%);
        background-image: -o-linear-gradient(top, #323f47, #465863 100%);
        background-image: -moz-linear-gradient(top, #323f47, #465863 100%);
        background-image: -webkit-linear-gradient(top, #323f47, #465863 100%);
        background-image: -ms-linear-gradient(top, #323f47, #465863 100%);
	box-shadow: inset 0px -1px rgba(255, 255, 255, 0.198);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.35);
}

/* Hover Highlight */
#menu li:hover {
	background: #778;
	background-image: linear-gradient(top, #323f47 20%, #778 100%);
	background-image: -o-linear-gradient(top, #323f47 20%, #778 100%);
	background-image: -moz-linear-gradient(top, #323f47 20%, #778 100%);
	background-image: -webkit-linear-gradient(top, #323f47 20%, #778 100%);
	background-image: -ms-linear-gradient(top, #323f47 20%, #778 100%);
}

/* Background & Round Corners */
#menu .headermenuleft  { border-radius: 0px 0px 0px 7px; }
#menu .headermenu      { border-radius: 0px 0px 0px 0px; }
#menu .headermenuright { border-radius: 0px 0px 7px 0px; }

/* Separator between header menu items */
#menu .headermenuleft,
#menu .headermenu {
	border-right: 1px solid rgba(255, 255, 255, 0.106);
}

#menu a {
	display: block;
	padding: 4px 8px;
	height: 18px;
	line-height: 14pt;
}


.locationbar {
	background-color: #34414A;
	background-repeat:repeat-x;
	border-right:  1px solid #20292E;
	border-left:   1px solid #20292E;
	border-bottom: 1px solid #20292E;
        border-radius: 10px 10px 0 0;
	padding: 0;
	padding-left: 12px;
	font-size: 13px;
	font-weight:bold;
	color: #EEEEEE;
	line-height: 24px;
}
.bottombar {
	height: 20px;
	line-height: 20px;
	background: #242c2f;
	border-radius: 0 0 0 7px;
	box-shadow: inset 0px -1px 3px rgba(0, 0, 0, 0.45);
	border-top: 1px solid #20292E;
	padding-left: 12px;
	font-size: 10px;
	font-weight: bold;
	color: #EEEEEE;
	padding-right: 6px;
	text-align: right;
	overflow: hidden;
}

/* Links except for those in PhpBB */
#content a:link    { color: #8ec6f0; text-decoration: none; }
#content a:visited { color: #8ec6f0; text-decoration: none; }
#content a:hover   { text-decoration: underline; }
#content a         { outline: none; }

.bottombar a:link, .bottombar a:visited  { color: #8ec6f0; text-decoration: none; }




@media (max-width: 1050px), (max-device-width: 1050px) {
	#mediatoolbar { display: none; }
}

@media (max-width: 760px), (max-device-width: 760px) {
	html {
		background: #272E33;
		background-image: linear-gradient(top, #8498a3 0px, #8498a3 19px, #272E33 20px);
		background-image: -o-linear-gradient(top, #8498a3 0px, #8498a3 19px, #272E33 20px);
		background-image: -moz-linear-gradient(top, #8498a3 0px, #8498a3 19px, #272E33 20px);
		background-image: -webkit-linear-gradient(top, #8498a3 0px, #8498a3 19px, #272E33 20px);
		background-image: -ms-linear-gradient(top, #8498a3 0px, #8498a3 19px, #272E33 20px);
		max-width: 100%;
	}

	#header { overflow: hidden; }

	#menu {
		background: #272E33;
		height: auto;
		margin-bottom: 0;
	}

	#menu ul {
		border-radius: 0;
		box-shadow: none;
		border-bottom: none;
		float: none;
		height: auto;
	}

	#menu li {
		float: none;
		display: inline-block;
		height: auto;
	}
	#menu li a {
		display: inherit;
		height: auto;
		line-height: normal;
		text-shadow: 0 0 4px rgba(255,255,255,0.5);
	}
	#menu li:hover a {
		text-shadow: 0 0 10px rgba(255,255,255,1);
	}

	#menu .headermenuleft,
	#menu .headermenu,
	#menu .headermenuright,
	#menu .headermenuleft:hover,
	#menu .headermenu:hover,
	#menu .headermenuright:hover {
		border: none;
		background: transparent;
		box-shadow: none;
		border-radius: 0;
	}

	.topbannershadow {
		border-radius: 0;
	}
	#frontrightbuttons {
		width:100%;
		max-width:100%;
	}
	#topbannerfade {
		border-radius: 0;
	}

}

@media (max-width: 633px), (max-device-width: 633px) {
	.topbannershadow {
		border-radius: 0;
	}
	#topbannerfade {
		border-radius: 0;
	}
	#toplogo {
		display:block;
		margin-top: 27px;
		background: transparent url(/https/springrts.com/images/logosmall.png) no-repeat;
	}
}
