/*
 * Basic stylesheeting instructions
 * Singapore.pm
 * Copyright (c) Gaurav Vaidya, 2008
 * 
 * This file's contents may be used freely by anybody for any
 * purpose, including rendering websites.
 */

/* The navigation bar allows quick navigation to the (few) pages on the site */
div.navigation-bar {
	font-family:	sans-serif;
	font-size:	105%;		/* Slightly bigger than normal */
	text-align:	center;
	width:		100%;
}

div.content table td {
    text-align: left;
}

div.content table.centertable td {
    text-align: center;
}

div.navigation-bar a {
	text-decoration: none;
}

div.navigation-bar a:hover, div.navigation-bar a:active {
	text-decoration: underline;
}

div.navigation-bar a:visited {
	color:	rgb(100, 100, 100);	
}

/* All non-other content goes into the 'content' div */
div.content {
	margin-left:	15%;
	margin-right:	15%;
}

div.content p {
	padding-right:	230px;
	text-align:	justify;
}

blockquote {
	padding-right:	230px;
	text-align:	left;
}

blockquote div.by {
	text-align:	right;
}

div.content img {
	float: 		right;
	max-width:	200px;
}

div.content div.like-image {
	float:		right;
	max-width:	200px;
}

div.content td {
	text-align: center;
}

/* The footer has copyright information, links for validation, and
   quick links to other pages */
div.footer {
	clear: both;
	
	margin-left:	15%;
	margin-right:	15%;
	font-size: 80%;
	text-align: left;
}

div.footer div.icons {
	float:	right;
}
