/* Mobile StormerClan Style sheet by A.Birch for StormerClan */

body {
margin: 10px auto; 
max-width: 460px; 
background: black;	
}

.mainbox {
margin: 2px; 
border: 1px dashed #002448; 
background: #002448; 
/* width: 800px; */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;

}

.outerbox {
margin: 2px; 
border: 1px dashed gray; 
background: gray; 
/* width: 700px; */
text-align: center;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
.innerbox {
border: 1px dashed blue; 
margin: 2px; 
padding: 5px; 
background: white; 
/*min-width: 92%; 
max-width: 100%; 
max-height: 100%; */
text-align: left;
display: inline-block;
-moz-border-radius: 5px;
-webkit-border-radius: 5px; 
}

H1 {
font-family: arial, sans-serif; 
color: gray; 
font-size: 12pt; 
border-bottom: 1px dotted gray; 
margin: 5px 0;
}

/* Menu links */
	A.scmobmenu, A.scmobmenu:link, A.scmobmenu:visited {
		font-size: 8pt;
		color: white;
		background: #146a87;
		border: 1px dotted #3985b3;
		font-weight: bold;
		text-decoration: none;
		padding: 5px;
		margin: 2px;
		font: bold 8pt/18px Tahoma, Arial, Helvetica, sans-serif;
		display: inline-block;
	}
	A.scmobmenu:hover {
		font-size: 8pt;
		color: #3985b3;
		background: white;
		border: 1px dotted #3985b3;
		font-weight: bold;
		text-decoration: none;
		padding: 5px;
		margin: 2px;
	}
/* Member name list links */
	A.stormerclan, A.stormerclan:link, A.stormerclan:visited {
		font-size: 9pt;
		color: Gray;
		border-bottom: 1px dashed Navy;
		font-weight: bold;
		text-decoration: none;
		padding: 5px 0px 2px 0px;
		line-height: 25px;
		margin-right: 5px;
	}
	A.stormerclan:hover {
		font-size: 9pt;
		color: #3985b3;
		border-bottom: 1px dashed Silver;
		font-weight: bold;
		text-decoration: none;
		padding: 5px 0px 2px 0px;
		line-height: 25px;
		margin-right: 5px;
	}
