/* sharoma.com '4th Style' cascading style sheet */
/* Modified September 19th, 2015 */

body
{
	background-color: #fff8dc;
	color: #000000;
	font-family: sans-serif;
	font-size: small;
}

div.topnav
{
	text-align: left;
	margin-left: 14em;
	margin-right: 1em;
	color: #000033;
	font-style: italic;
}

div.body
{
	margin-left: 14em;
	margin-right: 1em;
	border: 1px solid;
	border-color: #000033;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #ffffff;
	text-align: justify;
}

/* Thanks to Xama for the following: */

div

#container {width:100%; padding:1px;}

.imagebox {width:45%; border:1px dotted #fff8dc; margin:3px;}

.imagebox div:first-child { text-align:center; border:1px dotted #b0c4de;}

.left {float:left; margin-left:2%;}
.right {float:right; margin-right: 2%;}

.clear { clear:both; }


span.arrow
{
	color: #b0c4de;
}

span.no
{
	color: #ff5900;
	font-size: 800%;
}

img
{
	border: 0;
	padding: 1em;
}

img.logo
{
	border: 0;
	float: right;
	padding-top: 0;
	padding-bottom: 1em;
	padding-right: 2em;
	padding-left: 2em;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.hidden
{
	display: none;
}

em
{
	color: #000033;
}

strong
{
	font-weight: bolder;
}

hr
{
	text-align: center;
	width: 35%;
}

h1
{
	background-color: #b0c4de;
	text-align: center;
	letter-spacing: 6px;
}

h2
{
	letter-spacing: 2px;
	border-bottom: 8px solid;
	border-color: #b0c4de;
	text-align: left;
}

h2.fic
{
	letter-spacing: 1px;
	border-bottom: 0;
	text-align: center;
}

h3
{
	letter-spacing: 2px;
	border-bottom: 4px solid;
	border-color: #b0c4de;
	text-align: left;
}

h3.fic
{
	letter-spacing: 1px;
	border-bottom: 0;
	text-align: center;
	font-style: italic;
	font-family: segoe ui, sans-serif;
	font-size: smaller;
}

h4
{
	letter-spacing: 2px;
	border-bottom: 2px solid;
	border-color: #b0c4de;
	text-align: left;
}

h5
{
	letter-spacing: 2px;
	border-bottom: 1px solid;
	border-color: #b0c4de;
	text-align: left;
}

/* 'lang' in this case refers to the French translation of Frontierverse */

span.lang
{
	float: right;
	font-family: monospace;
	font-style: italic;
}

div.twit
{
	float: right;
	padding-right: 1em;
}

/* Navbar */

div.navbar
{
	float: left;
	width: 14em;
	color: #000033;
}

ul.nav li
{
	list-style: square;
}

ul.nav2 li
{
	list-style-type: disc;
}

ul.nav3 li
{
	list-style-type: circle;
	font-size: smaller;
}

span.fw
{
	font-family: monospace;
}

/* For lists with no style */

ul.ns
{
	list-style: none;
}

/* submenu for inline display */

ul.submenu li
{
	display: inline;
	font-size: smaller;
	padding: 1em;
}

p.rated
{
	color: #ff3300;
	font-weight: bolder;
}

p.quote
{
	color: #222222;
	font-style: italic;
	margin: 1em 2em 1em 2em;
}

address
{
	font-family: verdana, sans-serif;
	font-size: smaller;
	margin: 0 0 0 2em;
}

/* pl is a 'picture link' */

p.pl
{
	font-weight: bolder;
}

p.pl:before
{
	content: "[ ";
}

p.pl:after
{
	content: " ]";
}

/* md refers to MiniDisc on the hacking page. These three styles are for the commands, values and writing procedures */

span.mdcmd
{
	color: #200040;
	font-weight: bolder;
	text-decoration: underline;
}

span.mdval
{
	color: #006600;
	font-weight: bolder;
	text-decoration: underline;
}

span.mdwri
{
	color: #ff3300;
	font-weight: bolder;
	text-decoration: underline;
}

/* for the frontierverse combat page: different laser and tonnage colours */

span.blue
{
	color: #0000ff;
	font-weight: bolder;
}

span.orange
{
	color: #ffa500;
	font-weight: bolder;
}

span.green
{
	color: #008000;
	font-weight: bolder;
}

span.yellow
{
	color: #ffff00;
	background-color: #000000;
	font-weight: bolder;
}

span.magenta
{
	color: #ff00ff;
	font-weight: bolder;
}

span.grey
{
	color: #808080;
	font-weight: bolder;
}

span.red
{
	color: #ff0000;
	font-weight: bolder;
}

span.white
{
	color: #ffffff;
	background-color: #000000;
	font-weight: bolder;
}

/* for the ship's meters on frontierverse */

span.fuel
{
	color: #00e000;
	background-color: #000000;
	font-weight: bolder;
	padding: 2px;
}

span.laser
{
	color: #e00000;
	background-color: #000000;
	font-weight: bolder;
	padding: 2px;
}

span.cabin
{
	color: #e07000;
	background-color: #000000;
	font-weight: bolder;
	padding: 2px;
}

/* tables */

table
{
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px
}

table.ships
{
	font-size: smaller;
}


th
{
	border: solid;
	border-width: 1px;
	border-color: #000033;
	padding: 5px;
	background: #b0c4de;
	text-align: center;
}

td
{
	border: solid;
	border-width: 1px;
	border-color: #b0c4de;
	padding: 5px;
	text-align: left;
	background: #fff8dc;
}

td.road
{
	background: #d0e7ff;
	text-align: center;
}

td.oval
{
	background: #ffffff;
	text-align: center;
}

td.street
{
	background: #cccccc;
	text-align: center;
}

td img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* 'MSN Years' formatting */

span.stuart
{
	color: #ff3300;
	font-family: segoe ui, sans-serif;
}

span.robin
{
	color: #006600;
	font-family: segoe ui, sans-serif;
}

pre.msn
{
	font-family: segoe ui, sans-serif;
}
