/* 	
	 White on White CSS for Modern - Singapore Template v1.3 (www.sgal.org)
	   by Ross Howard (www.abitcloser.com)													

	Roughly edited by Alex Buznik (www.buznik.net)
*/

/* Structure */
													/* For editing and customisation read these notes */
#sgContainer {
	/*width: 800px; 	*/								/* This is the page width, if you want a full-screen/liquid layout use 'auto' */
	border: none; 						/* If you use full-screen/liquid layout you probably want to set all borders to 'none' */
}

#sgHeader {
}

#sgOptions {
	text-align: right;
	float: right;
	margin: 6px 0 0 0;
}

#sgMain-nav {
	padding-top: 12px;
	margin: 0 0 0 26px;
	font-size: 11px;
}

#sgContent {
	font-size:95%;
	padding-top:30px;
}

#sgFooter {
	width: 760px;
	margin: 16px auto 0 auto;
	padding: 0 0 16px 0;
	text-align: center;
}

#sgUpdate {
	font-size: 11px;
	padding: 8px 0 8px 0;
	text-align: center;
	border-bottom: 1px solid;
}


/* Page Elements */

.sgCrumb {
	font-size: 11px;
	line-height: 16px;
	padding: 20px 0 16px 26px;
}

.sgGallery {
	border: 0px solid;
	margin: 0px 24px 24px 24px;
	padding: 12px 12px 10px 12px;
}

.sgGalleryFloat {
	margin: 0 4px 12px 24px;
	float: left;
    width: auto;
}

.sgAlbum {
	border: 0px solid;
	margin: 18px;
	padding: 22px;
	clear: both;
	height:auto;
	
}

.sgImageBox {
	margin: 24px auto 24px auto;
	position: relative;
	font-size: 11px;
	padding: 5px;
	border: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
}

img.sgImage  {
	display: block;
}

.sgPreview {
	text-align: center;
	margin: 28px 0 24px 0;
}

.sgFoot {
	clear: both;	
}
.sgDetailsList{
color: #fff;
font-size:0.7em;
text-align:left;
padding:10px 10px 0 10px;
}

/* Typography */
/*h1 {
	font-family:"Arial Narrow", Helvetica, sans-serif;
	font-size: 2.4em;
	font-weight: normal;
	padding: 0;
	text-align:left;
}

h2 {
	font-family:"Arial Narrow", Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	line-height: 32px;
	padding: 0;
	text-align:left;
	clear:both;
}

h3 {
	font-family:"Arial Narrow", Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 18px;
	font-weight: normal;
	padding: 0;
}

h4 {
	font-size: 1.4em;
	font-weight: normal;
	text-align:center;
	margin: 0 0 0 26px;
}
*/
p {
	font-size: 11px;
	line-height: 16px;
	margin: 6px 16px 4px 16px;
}
#title_block {
	overflow:hidden;
	color: #fff;
	font-size: 1.5em;
	width:50%;
	padding:17px 0 10px 0;
	text-align:center;
	margin-left: auto;
	margin-right:auto;
	line-height:30px;
		
}
div#title_block span {
	text-decoration:underline;
}
.t_bl_l {
	overflow:hidden;
	float:left;
	padding:30px 26px 0 0;
	margin:-19px 5px 0 0;
}
.t_bl_r {
	overflow:hidden;
	float:right;
	padding:30px 27px 0 0;
	margin:-19px 0 0 0;
}

.but_next {
	float:right;	
	margin-top: 10px;
}
.but_prev {
	float:left;
	margin-top: 10px;
}


.sgGallery p {
	border: none;
}

#sgFooter p {
	text-align: center;
}

p.sgLinks {
	margin: 24px 0 -38px 24px;
	padding: 0 0 6px 0;
}

p.sgTab {
	line-height: 16px;
	text-align: right;
	margin: -16px 32px 0 24px;
	padding: 0 0 0 0;
	clear: both;
}

p.sgTab a{
	margin-right: 0px;
}

p.sgFullsize {
	text-align: center;
	margin: 0;
	padding: 0;
}

/*a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}*/

/* Links and Thumbnails */

.sgAlbum a {
	/*width: 134px;*/		/* This equals template.ini 'thumb_width_album' + padding and borders of inside img */
	/*height: 134px;*/		/* This equals template.ini 'thumb_height_album' + padding and borders of inside img */
	float: left;
	text-align: center;
	margin: 0 17px 30px 20px;	
}

.sgAlbum a img {
	padding: 0;									/* 16px x 2 = 32px																	*/
	border: 1px solid	;							/* 1px x 2 = 2px 		= 34px														*/
}

.sgGallery a img {
	padding: 0;
	border: 1px solid #666;
	float: left;
}

a:hover img.sgThumbnailAlbum, a:hover img.sgThumbGallery {
	border: 1px solid;
}

.sgPreview a {
	border: none;
}

.sgPreview a img {
	border: 1px solid;
	margin: 0 4px 0 4px;
	padding: 2px;
}

img.sgThumbnailPreviewCurrent {
	opacity: .6;
}

.sgPreview a:hover img, .sgPreview a:hover img.sgThumbnailPreviewCurrent{
	border: 1px solid;
	opacity: 1;
}
.link_ext a {
	text-indent:0;
	font-size:0.8em;
	text-align:inherit;
}

/* Details */

dl {
	font-size: 1.6em;
	padding: 0;
	text-align: left;
}

dt {
	display: inline;
	margin: 0 4px 0 0;
	padding: 0;
}

dd {
	display: inline;
	margin: 0;
	padding: 0;
}

.date {
	font-style:italic;
}
.desc {
}
/* Forms */

#sgOptions form{
	border: none;
	margin: 0 0 0 12px;
	padding: 0 12px 0 0;
	font-size: 10px;
	display: inline;
}

input {
	font-size: 10px;
	margin: 12px 0 0 0;
}

select{
	font-size: 10px;
}

/* Utility */

.clear {
	display: block;
	clear:both;
	float: none;
}

/* In-Image Rollovers */

.sgImageBox a {
	display: block;
	position: absolute;
	text-indent: -3000px;
	font-size: 15px;
	opacity: .0;
	width: 80px;
	text-align: center;
}

.sgImageBox a:hover {
	opacity: .9;
	text-indent: 0px;
	text-decoration: none;
}

.sgImageBox a span{
	display: block;
}

.sgImageBox a.thumb span, .sgImageBox a.control span{
	margin-top: 22px;
}

.sgImageBox a.prev {
	top: 5px;
	left: 5px;
	border-right: 1px solid;
}

.sgImageBox a.thumb {
	top: 5px;
	left: 5px;
	height: 60px;
	border-bottom: 1px solid;
}

.sgImageBox a.next {
	top: 5px;
	right: 5px;
	border-left: 1px solid;
}

.sgImageBox a.control {
	left: 5px;
	bottom: 4px;
	height: 60px;
	border-top: 1px solid;
}

/* Slideshow */
body#slideshow {
	width:100%;
	height:100%;
}
body#slideshow div.sgImageWrapper{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#slideshow div.sgImageBox {
	margin: 0 auto 0 auto;
	font-size: 11px;
	padding: 5px;
	border: none;
}

body#slideshow div img{
	margin: 0px auto 0px;
}

/*     DROPDOWN LIST    */
ul#navlist { font-family: "Arial Narrow", sans-serif; font-size:1.5em;}

ul#navlist a {text-decoration: none;}

ul#navlist, ul#navlist ul, ul#navlist li {
margin: 0px;
padding: 0px;
list-style-type: none;}

ul#navlist li { float: left; }

ul#navlist li a {
color: #000;
padding: 3px;
}
ul#navlist li a:hover
{
color: #000;
text-decoration: underline;
}
ul#navlist li a#active {padding-right:24px; background:url("../img/ico_up.gif") right center no-repeat;}
ul#navlist li a#active:hover {padding-right:24px; background:url("../img/ico_up_h.gif") right center no-repeat;}

ul#subnavlist { display: none; }
ul#subnavlist li { float: none; }

ul#subnavlist li a {
font-size:1.4em;
padding: 0px;
margin: 0px;}

ul#navlist li:hover ul#subnavlist {
display: block;
position: absolute;
font-size: 0.6em;
padding: 3px;
background:#fff;
}
ul#navlist li:hover ul#subnavlist li a
{
display: block;
width: 10em;
border-left: 3px solid #F90;
padding: 2px;
margin:2px;
}

ul#navlist li:hover ul#subnavlist li a:before { content: ""; }