﻿/*  
Theme Name: GigaOm - Hotness Edition
Theme URI: http://gigaom.com/
Description: WordPress theme for Gigaom.com by the BusinessLogs team.
Version: 1.5.2
Author: Mike Rundle, Colin D. Devroe & Mike Stickel
Author URI: http://businesslogs.com/

1.5.1	Foofy, February 2006
		Added a bunch of minor accessibility tweaks.  
1.5.2	Foofy, March 1, 2006
		Added Ajaxified comments from the K2 theme.

*/

/* Om Malik's Blog -- About the next generation internet. -- Design & Content (c) 2005 */

/* Body and box-like elements */
html, body { padding: 0; margin: 0; }
body {
	background: #fff url('/Library/bg.jpg') repeat-x left top;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 10pt;
	color: #000000;

}
a:link {color:#000055}
a:hover {color:red}
a:visited {color:#000055}
a:visited:hover {color:red}

.style1 {
	font-size: large;
}
.style2 {
	color: #000080;
	font-size: medium;
}
.defaulttext {
	font-size:10pt;
}

.newwin {
	font-family:Verdana;
	font-size:8pt;
}