/* 	
	 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 */
													
body {
}

#sgContainer {
	background-color: #FFF;	
}

#sgHeader {
	border-right-color: #C3C3C3;				
}

#sgMain-nav {
	border-right-color: #C3C3C3;				
	color: #999;
}

#sgContent {
	border-right-color: #C3C3C3;				
	border-bottom-color: #C3C3C3;				
	border-top-color: #FFF;
}

#sgUpdate {
	background-color: #FFF;
	border-bottom-color: #DEDEDE;	
	color: #666;			
}

/* Page Elements */

.sgCrumb {
	color: #999;
}

.sgGallery {
	border-color: #CCC;
}

.sgAlbum {
	border-color: #CCC;
}

.sgImageBox {
	background-color: #EEE;
	border-color: #DDD;
	border-right-color: #AAA;
	border-bottom-color: #AAA;
}

img.sgImage  {
	background: #EEE url(../img/loader_w.gif) center bottom no-repeat;
}

/* Typography */

/*h2 {
	color: #000;
}

h4 {
	color: #666;
}*/
#title_block {
	background:url(../img/title_bg.gif) right top repeat-x;
}
.t_bl_l {
	background:url(../img/title_bg_l.gif) left top no-repeat;
}
.t_bl_r {
	background:url(../img/title_bg_r.gif) right top no-repeat;
}
p {
	color: #666;
}

.sgGallery p.sgCount {
	color: #AAA;
}

.sgPreview p {
	color: #999;
}

#sgFooter p {
	color: #AAA;
}

a {
	color: #29A9FF;
}

.link_ext a {
	color: #F93;
	text-decoration: none;
}
.link_ext a:hover {
	color: #F93;
	text-decoration: underline;
}

#sgFooter a {
	color: #29A9FF;
}

/* Links and Thumbnails */

.sgAlbum a img {
	background-color: #FFF;
	border-color: #DDD;			
}

.sgGallery a img {
	border-color: #999;
}

a:hover img.sgThumbnailAlbum, a:hover img.sgThumbGallery {
	border-color: #BBB;
}

.sgPreview a img {
	border-color: #CCC;
	color: #CCC;
}

.sgPreview a:hover img, .sgPreview a:hover img.sgThumbnailPreviewCurrent{
	border-color: #29A9FF;
}

/* Details */

dl {
	color: #000;
	display:block
}

dt {
	color: #000;
	display:block
}

/* Forms */

select{
	color: #666;
}

/* In-Image Rollovers */

.sgImageBox a {
	background-color: #ccc;
	color: #000;
}

.sgImageBox a.prev {
	border-right-color: #111;
}

.sgImageBox a.thumb {
	border-bottom-color: #111;
}

.sgImageBox a.next {
	border-left-color: #111;
}

.sgImageBox a.control {
	border-top-color: #111;
}

/* Slideshow */

body#slideshow {
	background-color: #666;
	
}

#slideshow div.sgImageBox {
	background-color: #000;
}