/* ==================================================================
 * Main Website Stylesheet (c)2008 Digdaya.com 
 * ================================================================== */

/*
	-- -- -- -- -- -- --
	undohtml.css
	Undo browser defaults

	http://tantek.com/log/2004/09.html#d06t2354
	-- -- -- -- -- -- --
*/

/* Undo browser HTML defaults -- */
	:link,:visited {text-decoration: none;}
	ul,ol {list-style: none;}
	h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
	ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
	a img,:link img,:visited img {border: none;}
	address {font-style: normal;}

	BODY {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 82%;
		font-weight: normal;
		border-top: 5px solid #333;
	}


/* OFFLINE THEME */

	#offline #wrapper, #home #wrapper {
		text-align: center;
		position: relative;	
		font-family: Arial, Helvetica, sans-serif;

	}
	
	#offline .quote, #home .quote {
		margin: 20px 0;
		color: #DC143C;
		font-size: 130%;
		font-weight: bold;
		font-style: italic;
	}
	
	#offline H1, #home H1 {
		margin: 3em 0;
	}
	
	#offline H3 {
		margin: 2em auto;
		width: 500px;
		border: 1px dotted #DC143C;
		padding: 1em;
		background: #efefef;
		color: #DC143C;
	}

	#home H3 {
		margin: 2em auto;
		padding: 1em;
		color: #DC143C;
		font-size: 150%;
	}

H3 A {
color: #333;
text-decoration: underline;
}