/*-------------------------------------------------------------------------------------------------------------------------------------------------
Typography Style Sheet

version: 1.0
author: Adit Gupta
email: aditgupta@gmail.com
website: www.what-a-geek.com
Last modified: August 22, 2009

-------------------------------------------------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0 none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
vertical-align:baseline;
}



h1 {
	position:relative;
	margin-top:10px;
	font-family:"Microsoft Sans Serif";
	font-size: 30px;
	color:#2B547E;
	line-height:30px;
	letter-spacing:2px;
	font-weight: bold;
	text-decoration:none;
	text-align:left;
	padding-left:20px;
	clear:both;
}

.article {
	padding:0px;		
}

h2 {
	float:left;
	color:#C60;
	font-family: Gill Sans, Verdana;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	padding-left:0px;
}

p {
	position:relative;
	font-family: “Lucida Grande”, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	text-align:justify;
}

p.mainarticle {
	width:400px;
	font-family:Georgia;
	font-style: normal;
	font-variant: normal;
	font-weight:normal;
	font-size: 0.875em;
	line-height: 1.125em;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	margin-right:30px;
}

/* Date */
.shortdate {
	background:url(../img/date5.png) no-repeat;
	width:80px;
	height:80px;
	margin-top:30px;
	text-align:center;
}

#month {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:800;
	text-align:center;
	color:#488AC7;
	text-transform:uppercase;
	margin-top:10px;
	
}

.newdate {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	
}


/* Intro */
.tdtitle{
	position:relative;
	width:400px;	
	clear:both;
	padding-left:10px;
}

.tdsummary {
	position:relative;
	width:400px;
	height:auto;
	font-family:"Trebuchet MS";
	font-size: 0.875em;
	font-style:italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	text-align:left;
	padding-left:30px;
	margin-top:0px;
	
}

.continue {
	position:relative;
	width:300px;
	color:#C60;
	font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	padding-top:30px;
	
}

.commentcount {
	position:relative;
	background:url(../img/bubble3.png) no-repeat;
	width:50px;
	height:50px;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding-top:10px;
	padding-bottom:20px;
	padding-right:50px;
}

.date {
	position:relative;
	width:400px;
	color:#444;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	letter-spacing: 1px;
	font-style:italic;
	padding-right:470px;
	}
	
.credits {
	
	color:#C60;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

.contentlink {
	color:#C60;
	font-weight:bold;
	text-decoration:underline;
	
}

.contenttable {
	border:dotted 1px;
	text-align:left;
}
#tablemac {
	float:right;
	text-align:left;
}	
			
#tablewin {
	float:left;
	text-align:left;
}	