/* 
Theme Name: Paalam
Theme URI: http://wpthemepark.com/
Description: <a href="http://wpthemepark.com/themes/paalam/" title="Paalam Theme">Paalam</a> is a WP ThemePark production, made free by <a href="http://www.webhostingbluebook.com" title="Web Hosting Bluebook" target="_blank">Web Hosting Bluebook</a>. Support is available at the <a href="http://forums.wpthemes.info" title="Support by Sadish" target="_blank">Forums</a>.
Version: 1.1
Author: Sadish Bala
Author URI: http://wpthemepark.com
*/

/* Elements */
* 

body {
	margin: 0;
	padding: 0;
	background:#eee url(img/bodybg.gif) fixed;
	font-family: Verdana, Tahoma, Arial, Serif;	

	font-size: 10px; /* IE5 Win */
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family:Georgia, Tahoma, Verdana, Arial, Serif;
	font-weight:normal;
	color: #333;	
}

p 
{
	line-height:1.5;
	font-size: .8em;

}

a:link, a:visited {
	color: #579;
	text-decoration:none;
	border-bottom:#c96 1px dotted;
}
a:hover,a:active 
{
	color:#960;
	text-decoration:none;
	border-bottom:#699 1px solid;
}
img.left 
{
	float:left;
	margin:0 1em 1em 0;
}
img.right 
{
	float:right;
	margin:0 0 1em 1em;
}
a img 
{
	border:0;
	padding-bottom:2px;
	border-bottom:1px dashed;
}

.sub {
	font-size: .8em;
	line-height: normal;
}
.header {
	line-height: normal;
	font-variant: small-caps;
}

