/* ~~~~~~~~~~~~~~~~~~ */
/*     FORT SILOSO    */
/*        MAIN        */
/*        2017        */
/* ~~~~~~~~~~~~~~~~~~ */

/* 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;
	}
a:active, a:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
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 */
body, p, th, td, li, a	{
	font-family: Tahoma, "Lucida Sans Unicode", Geneva, Arial, sans-serif;
}
h1, h2, h3, h4, .caption, .streetview, .update, .rg-caption p	{
	font-family: Georgia, Cambria, Baskerville, Palatino, Garamond, serif;
	font-weight: bold;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* LAYOUT */
body	{
	background: #ccc url(../z_layout/background.gif) no-repeat fixed 50% 280px;
	color: #000;
	padding: 15px;

}
#wrapper	{
	width: 960px;
	margin: 0 auto 15px auto;
	color: #000;
	background: #ddd;
	border: 2px solid gray;
	border-radius: 8px;
	overflow: hidden;
}

#header	{
	width:960px;
	height: 250px;
	background-image: url(../z_layout/background.jpg);
	border-bottom: 3px double;
	overflow: hidden;
}

#footer	{
	clear: both;
	margin: 10px 0 10px 0;
	Border-top: 4px double #000;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CLEARANCES */
.clearleft	{
	clear: left;
}
.clearright	{
	clear: right;
}
.clearboth	{
	clear: both;
}/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* UPDATE */
.update	{
	float: right;
	color: #000;
	background: #fff;
	margin: -20px 10px 0 0;	
	padding: 2px 4px 3px 4px;
	font-size: .75em;
	border: 2px solid red;
	border-radius: 5px;	
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* TEXT FORMATTING */
#header h1	{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
h1, h2, h3	{
/*	clear: both; */
	margin: 15px 0 0px 10px;
}
h2	{
	font-size: 140%;
}
h3	{
	font-size: 125%;
}
.extra20	{
	padding-top: 20px;
}
p	{
	font-size: 100%;
	line-height: 1.15em;
	margin: 20px 10px 0 10px;
}
.clearnav	{
	margin-top:30px;
}
.smaller	{
	font-size: 90%;
}
.small	{
	font-size: 70%;
}
.bold	{
		font-weight: bold;
	}
.centre	{
	text-align: center;
}
.last	{
	margin-bottom: 10px;
}
.italic	{
	font-style: italic;	
}
.quote	{
	font-style: italic;
	margin: 5px 50px 0 50px;
/*	padding: 0 50px 0 50px; */
}
.indent	{
	margin-left: 50px;
}
.indentclosetop	{
	margin: 0 0 0 50px;
}
.sup	{ /* Superscript */
	position: relative;
	font-size: 70%;
	vertical-align: .3em;
}
.underline	{
	text-decoration: underline;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SPACING */
/* .extratop	{
	margin-top: 10px;
}*/
.extratop10	{
	margin-top: 10px;
}
.extratop20	{
	margin-top: 20px;
}
.extrabottom20	{
	margin-bottom: 20px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* IMAGES */
 #header img	{
	margin-top: 10px;
} 
img	{
	border-radius: 10px 10px 0 0;
}
.align-right	{
	float: right;
	margin: 0 0 10px 10px;
}
.align-left { 
	float: left; 
	margin: 0 10px 10px 0;
}
.align-centre { 
	display: block; 
	margin: 0 auto 10px auto; 
}
.caption, .streetview	{
	margin-top: 15px;
	font-size: 110%;
	line-height: 125%;
	text-align: center;
	text-transform: capitalize;
}
.captionsmaller	{
	Font-size: 100%;
}
.pad	{
	padding: 0 5px;
}
.padbottom	{
	padding-bottom: 10px;
}
.padtop	{
	padding-top:10px;
}
.boxright, .boxleft	{	/* Image box on screen */
	margin: 10px 10px 0 10px;
/*	padding-bottom: 10px; */
	color: #000;
	background: transparent;
	overflow: hidden
}
.border	{
	border: 1px solid #000;
}
#around	{ /* Mouseover */
	width: 800px;	
	height: 650px;
	margin: 10px auto;
	background-image: url(../thefort/images/siloso.jpg);
	border-radius: 10px 10px 0 0;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.streetview	{
	margin: 20px  auto 5px auto;
	width: 840px;
	overflow: hidden;
	border-radius: 15px 15px 0 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* VIDEO */

.videobox	{
	width: 720px;
	background: #ccc;	
	padding: 20px;
	border: 2px solid #000;
	border-radius: 10px;
	margin: 20px auto;
}
video	{
	width: 720px;
	border-radius: 10px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* PAGE BOXES */
.boxright	{
	float: right;
	margin-bottom: 10px;
}
.boxleft	{
	float: left;
	margin-bottom: 10px;
}
.boxleftfixed	{
	float: left;
	width: 460px;
	margin: 10px 0 10px 10px;
}
.boxrightfixed	{
	float: right;
	width: 460px;
	margin: 10px 10px 10px 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* LISTS */

ul.whatsnew, ul.ordinary	{
	list-style: disc;
}
ul.nodisc	{
	list-style: none;
}
ul.whatsnew li	{
	margin: 10px 10px 0 30px;
	font-size: 90%;
	line-height: 110%;	
}
ul.ordinary li, ul.nodisc li	{
	margin: 5px 10px 0 70px;
}
#aroundthefort ul	{
	list-style:url(../z_layout/icon.gif);
}	
#aroundthefort ul li	{
	margin: 10px 0 10px 85px;
}
ul.batterylist	{
	list-style: none;	
}
ul.batterylist li	{
	margin: 15px 10px 0 20px;
	line-height: 1.15em;	
}
.moremargin	{
	margin-left: 100px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* TABLES */
table	{
	margin: 15px auto 10px auto;
	border-collapse: collapse;
	border: 2px solid #000 ;
}
caption	{
	margin: 10px auto;
	font-size: 1.1em;
	font-weight: bold;
	background: transparent;
	color: #000000;
	text-align: center;
}
th	{
	background: transparent;
	color: #000000;
	text-align: center;
	border: solid 1px Black;
	padding: 7px 10px;
}
td	{
/*	width: 8em; */
	background: transparent;
	color: #000000;
	font-size: .9em;
	text-align: center;
	border: solid 1px Black;
	padding: 7px 10px;
}
