/* ###################### */
/*    FORT SILOSO 2011    */
/*          MAIN          */
/* ###################### */

/* RESETS */
html, body, div, span, object, table, caption, tr, th, td, font, img, h1, h2, h3, 
p, a, abbr, acronym, ol, ul, li, fieldset, form, label, legend	{
	vertical-align: baseline;
	font-size: 100%;
	line-height: 1;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	color: #000;
	background: transparent;
	}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
html {
min-height: 101%; /* Force a Scrollbar in Firefox to prevent jumping on short pages */
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FONT STACKS */
@font-face {
    font-family: 'Tiresias PCfont Bold';
    src: url('pcfont/Tiresias PCfont Bold.ttf') format('truetype')
}
@font-face {
    font-family: 'Tiresias PCfont Italic';
    src: url('pcfont/Tiresias PCfont Italic.ttf') format('truetype')
}
@font-face {
    font-family: 'Tiresias PCfont';
    src: url('pcfont/Tiresias PCfont.ttf') format('truetype')
}
p, th, td, li, .gallery_right	{
	font-family: 'Tiresias PCfont', "Trebuchet MS", "Lucida Sans Unicode", Geneva, Arial, sans-serif;
}
h1, h2, h3, .update, caption	{
	font-family: Verdana, Tahoma, "Lucida Sans Unicode", Geneva, Arial, sans-serif;
	font-weight: bold;
}
.bold, .legend, gallery_legend	{
	font-family: 'Tiresias PCfont Bold', "Trebuchet MS", "Lucida Sans Unicode", Geneva, Arial, sans-serif;
	font-weight: bold;
}
.quote	{
	font-family: 'Tiresias PCfont Italic', "Trebuchet MS", "Lucida Sans Unicode", Geneva, Arial, sans-serif;
	padding: 0 100px;
	font-style: italic;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* LAYOUT */
body	{
	background: #a1a1a1;
	color: #000;
}
#wrapper	{
	width: 960px;
	min-height: 600px;
	margin: 0 auto 15px auto;
	color: #000;
	background: #ccc;
	-webkit-border-radius: 12px;
 	-moz-border-radius: 12px;
	border-radius: 12px;	
}
#header	{
	width: 960px;
	height: 146px;
}
#header_insert	{
	height: 100px;
	width: 764px;
	margin-bottom: 10px;
	float: right;
	border: 4px ridge #a1a1a1;
	background: url(../layout/background.jpg) no-repeat;
	-webkit-border-radius: 12px;
 	-moz-border-radius: 12px;
	border-radius: 12px;	
}
#header h1	{
	font-size: 5px;
	margin-left: -5000px;
}
#navigation	{
	float: right;
	width: 180px;
/*	margin: -28px 0 0 10px; */
margin: 0 0 0 10px;
	min-height: 400px;
	color: #000;
	background: #c0c0c0;	
	border: 4px ridge #a1a1a1;
	-webkit-border-radius: 12px;
 	-moz-border-radius: 12px;
	border-radius: 12px;	
}
#left	{
	position: relative;
	float: left;
	width: 188px;
	margin: -146px 10px 0 0;
}
#left_top, #left_bottom	{
	float: left;		
	width: 180px;
	color: #000;
	background: #c0c0c0;	
	overflow: hidden;
	border: 4px ridge #a1a1a1;
	-webkit-border-radius: 12px;
 	-moz-border-radius: 12px;
	border-radius: 12px;	
}
#left_top	{
	height: 180px;
}
#left_bottom	{
	margin-top: 10px;
	padding-bottom: 10px;
}

#left_bottomMAP	{
	float: left;	
	margin: 10px 0 10px 0;
	width: 230px;
	border: 4px ridge #a1a1a1;
	-webkit-border-radius: 12px;
 	-moz-border-radius: 12px;
	border-radius: 12px;	
}
#footer	{
	clear: both;
	border-top: 4px ridge #a1a1a1;
	margin-top: 10px;
	padding-bottom: 15px;
}
.forceright	{
	width: 576px;
	margin-left: 192px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* TEXT FORMATTING */
h2	{
	margin: 15px 0 10px 10px;
	font-size: 1.3em;
}
h3	{
	margin: 15px 0 0 10px;
	font-size: 1.2em;
}
p	{
	font-size: 1em;
	line-height: 1.15em;
	margin: 15px 10px 0 10px;
}
.centre	{
	text-align: center;
}
.close_top	{
	margin-top: 0;
}
.extra_top	{
	margin-top: 20px;
}
.extra_bottom	{
	margin-bottom: 20px;
}
.small	{
	font-size: .75em;
}
.legend	{
	font-size: 1.1em;
	text-align: center;
}
.update	{
	float: left;
	color: #000;
	padding: 2px 4px 3px 4px;
	font-size: .75em;
	background: #fff;
	margin: -10px 0 0 10px;	
	border: 2px solid #f00;
	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.indent	{
	margin-left: 100px;
}
.underline	{
	text-decoration: underline;
}
#left p	{
	font-size: .8em;
}
#left p.legend	{
	font-size: 1.1em;
}
.black	{
	color: #fff;
	background: #000;
	margin: 15px 0 0 0;
	padding: 3px 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ALIGNMENT */
.align-right	{
	float: right;
	margin: 0 0 0 10px;
}
.align-left { 
	float: left; 
	margin: 0 10px 0 0;
}
.align-centre { 
	display: block; 
	margin: 0 auto; 
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* IMAGES */
img	{
	border: 1px solid #000;
}
.noborder	{
	border: 0;
}
#header img	{
	border: 0;
}
#left_top img, #left_bottom img	{
	border: 0;
	-webkit-border-radius: 8px;
 	-moz-border-radius: 8px;
	border-radius: 8px;	
}
.pad	{
	margin: 0 10px;
}
/* OVERLAYS FOR IMAGES IN 1950s */
#aerial	{
	height: 500px;
	width: 647px;
	margin: 0 auto;
	background-image: url(../history/1943/1950s/aerial.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#aerialtwo	{
	height: 276px;
	width: 400px;
	margin: 20px auto;
	background-image: url(../history/1943/1950s/aerial-2.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
		
	}
#harold	{
	height: 327px;
	width: 450px;
	margin: 20px auto;
	background-image: url(../history/1943/1950s/siloso-8.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CLEARANCES */
.clearleft	{
	clear: left;
}
.clearright	{
	clear: right;
}
.clearboth	{
	clear: both;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* TABLES */
table	{
	margin: 0 auto 10px auto;
	border-collapse: collapse;
	border: 2px solid #000 ;
}
caption	{
	margin: 10px auto;
	font-size: 1.1em;
	background: transparent;
	color: #000000;
	text-align: center;
}
th	{
	background: transparent;
	color: #000000;
	text-align: center;
	border: solid 1px Black;
	padding: 5px;
}
td	{
/*	width: 8em; */
	background: transparent;
	color: #000000;
	font-size: .9em;
	text-align: center;
	border: solid 1px Black;
	padding: 5px;
}
.google	{
	width: 600px;
	height: 90px;
	margin: 10px auto;
	border: 4px ridge #a1a1a1;
	-webkit-border-radius: 12px;
 	-moz-border-radius: 12px;
	border-radius: 12px;		
}
.googleLeft	{
	width: 150px;
	float: left;
}
.googleRight	{
	width: 470px;
	float: right;
}	
.googleRightL	{
	width: 300px;
	float: left;
}
.googleRightR	{
	width: 150px;
	float: right;
	text-align: center;
}
.googleinput	{
	margin: 5px;
	border: 3px inset #1a1a1a;
}

/* LISTS	*/
.new	{
	margin-left: 250px;
}
ul.whatsNew	{
	list-style: disc;
}
ul.whatsNew li	{
	margin: 5px 0 0 30px;
	line-height: 1.15em;	
}
ul.batteryList	{
	list-style: none;	
}
ul.batteryList li	{
	margin: 15px 0 0 20px;
	line-height: 1.15em;	
}
