* {
		padding: 0;
		margin: 0;
	}

html,body
{
	margin: 0;
	padding: 0;
}

p
{
	margin: 0 0 1em 0;
	padding: 0;
}
h1
{
	margin: 0 0 .7em 0;
	padding: 0;
}
form
{
	margin: 0;
	padding: 0;
}

BODY
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #3C2010;
	text-transform: none;
	margin: 0pt;
	/* font-size: 85%; */
}

.link
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #3c2010;
	text-decoration: none;
		text-shadow: 2px 2px 0px #FFF;
	font-weight: bold;
}

A:link
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #3c2010;
	text-decoration: none;
		text-shadow: 2px 2px 0px #FFF;
}

A:visited
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #3c2010;
	text-decoration: none;
		text-shadow: 2px 2px 0px #FFF;
}

A:active
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #3c2010;
	text-decoration: none;
		text-shadow: 2px 2px 0px #FFF;
}

A:hover
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #3c2010;
		text-shadow: 2px 2px 0px #FFF;
	text-decoration: underline;
}

TD
{
	font-size: 9pt;
	background-image: url(images/Necessary_Evil_Background_3.jpg);
}


.strong
{
	font-size: 100%;
	font-weight: bold;
}


.notes {
 font-size: 80%; }

.title
{
	font-style: oblique;
	font-weight: bold;
}


.byline
{
	font-size: 70%;
	font-weight: bold;
}


.slidetitle
{
	color: black;
	text-transform: none;
	text-align: justify;
	font-weight: bold;
	font-size: 9pt;
}

.slidenotes
{
	color: black;
	text-transform: none;
	text-align: justify;
	font-size: 9pt;
}

/* Fun Fact ---------------------------------------------- */
	
	.funFact {
		margin: 0pt 1em 2em 1em;
		background-image: url(/img/misc/lightbulb.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-attachment: scroll;
	}
	.funFact p {
	}

	.funFact p {
		margin-bottom: .5em;
		text-indent: 18px;
		line-height: 1.4em;
	}
	

/* General ------------------------------------------------- */
	.small {
		font-size: .8em;
	}

	
	.caption {
		font-size:.8em;
		margin:5px 0 0 0;
		}
	p {
		margin: 1em 0px;
	}
	
	ul, ol {
		margin: 1em 0px;
		padding-left: 40px;
	}
	
	/* Header */
	h1, h1 a:link, h1 a:visited
	{
		color: #3C2010;
		text-shadow: 2px 2px 0px #FFF;
	}
	h2, h2 a:link, h2 a:visited
	{
		color: #3C2010;
		text-shadow: 2px 2px 0px #FFF;
	}
	h3, h3 a:link, h3 a:visited
	{
		color: #3C2010;
		text-shadow: 2px 2px 0px #FFF;
	}
	h4, h4 a:link, h4 a:visited
	{
		color: #3C2010;
		text-shadow: 2px 2px 0px #FFF;
	}
	h5, h5 a:link, h5 a:visited
	{
		color: #3C2010;
		text-shadow: 2px 2px 0px #FFF;
	}
	h1 {
		line-height: 30px;
		margin: 0 0 .5em 0;
	}	
	h2 {
		line-height: 30px;
		margin: 0 0 .5em 0;
	}	
	h3
	{
		margin: 0 0 .5em 0;
	}	
	h4 {
		line-height: 30px;
		margin: 1em 0 0 0;
	}	
	h5 {
		line-height: 30px;
		margin: 1em 0 0 0;
		font-weight: normal;
		font-style: italic;
	}

	subheader
	{
		font-size: 12px;
		text-shadow: 2px 2px 0px #FFF;
		padding: 0px 0px 2px 0px;
		border-color: #DBD9C5;
		border-width: 0 0 1px 0;
		border-style: solid;
		margin: 10px 0 7px 0;
		text-transform: uppercase;
		font-weight: bold;
	}	


#content h3 {
		font-size: 15px;
		text-shadow: 2px 2px 0px #FFF;
		padding: 0px 0px 2px 0px;
		border-color: #DBD9C5;
		border-width: 0 0 1px 0;
		border-style: solid;
		margin: 10px 0 7px 0;
		text-transform: uppercase;
	}	
	
	
	hr {
		height: 1px;
		background-color: #D0BDA2;
		border-color: #FFF;
		border-width: 0;
		border-style: solid;
		margin: 0 0 1em 0;
	}
	body.gray hr {
		background-color: #CAD8DA;
	}
	a img {
		border-width: 0;
	}

/* Quotes ---------------------------------------------- */

	blockquote {
		margin: 0pt 1em 2em 1em;
		background-image: url(/img/bg/quoteOpen.png);
		background-repeat: no-repeat;
		background-position: 0pt 2px;
		background-attachment: scroll;
	}
	.close-q {
		padding: 0pt 27px 0pt 0pt;
		background-image: url(/img/bg/quoteClose.png);
		background-repeat: no-repeat;
		background-position: right top;
		background-attachment: scroll;
	}
	cite {
		font-size: .8em;
		line-height: .8em;
		font-style: italic;
		font-weight: lighter;
		text-align: right;
	}
	
/* Site Title ---------------------------------------------- */

	#homeLink a {
		position: absolute;
		top: 0px;
		width: 69px;
		height: 36px;
		background-image: url(/img/bg/joyentLink.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		text-indent: -3000px;
		display: block;
	}


/* Tabs ---------------------------------------------------- */

	ul#tabs {
		list-style-type: none;
		height: 36px;
		top: 0;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
/* Headers ------------------------------------------------- */

	body.coverSheet #header {
		height: 267px;
	}
	#header {
		height: 120px;
	}
	#header {
		position: absolute;
		top: 36px;
		display: block;
		text-indent: -3000px;
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	
/* Header Links ------------------------------------------- */

/* Content ------------------------------------------------- */


	body.coverSheet #mainContent {
		top: 305px;
	}
	#mainContent {
		position: absolute;
		top: 160px;
	}	
	
	#content {
		margin: 0 20px 20px 20px;
	background-image: url(images/Necessary_Evil_Background_3.jpg);
}
	
	#content a {
		text-decoration: underline;
	}
	
	.extendedContent > p:first-child {
		border-color: #D0BDA2;
		border-width: 1px 0 0 0;
		border-style: solid;
		margin-top: 1em;
		padding-top: 1em;
	}
		
	/* sidebarNews ---------------------------------------*/
		
		.sidebarNews {
			margin: 0pt 1em 1em 1em;
		}
		.sidebarNews h3 {
			margin: 0;
		}
		.sidebarNews p {
			margin: 0;
		}
		.sidebarNews .entry {
			margin: 0 0 1em 0;
		}
		.sidebarNews h4 {
			margin: 0;
			font-size: 1em;
		}
		
			
/* Footer ------------------------------------------ */

	#footer {
		margin: 0 0 3em 20px;
		display: block;
		padding: 7px 0 0 0;
		width: 760px;
		background-image: url(/img/bg/footerBG.png);
		background-repeat: no-repeat;
		background-position: center top;
		border-color: #DBD9C7;
		border-width: 1px 0 0 0;
		border-style: solid;
		text-align: center;
		clear: both;
	}
	body.pro #footer {
		border-color: #262118;
		background-image: url(/img/bg/footerBGPro.png);
	}
	body.gray #footer {
		border-color: #D5D5D5;
		background-image: url(/img/bg/footerBGGray.png);
	}



	
	
	
/* Blogger ------------------------------------------ */
	
   #content {
    width:660px;
    margin:0 auto;
    padding:0;
    text-align:left;
    }
    
 p img
{
	margin: 0 0 5px 0;
	padding: 4px;
	border-color: #D1BDA1;
	border-width: 1px;
	border-style: solid;
	background-color: #EAEBDD;
}

