/*"...All the sugar you'll ever need..."  Dan Wilson*/

HTML,BODY {
	background-color:	#000;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	color: 				#808080;
	height: 			100%;
	margin-left: 		0px;
	margin-top: 		0px;
	margin-right: 		0px;
	margin-bottom: 		0px;}

/*links*/
A:link         				{color: #000000; text-decoration: none;}
A:visited      				{color: #000000; text-decoration: none;}
A:hover        				{color: #000000; text-decoration: underline;}
A:active       				{color: #C00000; text-decoration: none;}

A.header:link               {color: #FFFFFF; text-decoration: none;}
A.header:visited            {color: #FFFFFF; text-decoration: none;}
A.header:hover              {color: #00FFFF; text-decoration: none;}
A.header:active             {color: #C00000; text-decoration: none;}

A.content:link         				{color: #000; text-decoration: underline; cursor: default;}
A.content:visited      				{color: #000; text-decoration: underline; cursor: default;}
A.content:hover     				{color: #000; text-decoration: none; cursor: default;}
A.content:active       				{color: #000; text-decoration: underline; cursor: default;}

HTML.main,BODY.main {
	background-color:	#FFF;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	color: 				#808080;
	height: 			100%;
	margin-left: 		0px;
	margin-top: 		0px;
	margin-right: 		0px;
	margin-bottom: 		0px;}

/*Classes*/
LI {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 0px;
	padding: 0px;
}

UL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	font-size: 10px;
	padding: 0px;
}

TD {
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

STRONG {
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000;
}

/*Layers*/

#nav {
	position: absolute;
	top: 0px;
	left: 600px;
}

* html #firefox {display:block;}
#firefox {
	color: #808080;
	font-size: 10px;
	display: none;
	margin: 0;
	padding: 0px;
	width: auto;
	height: 100px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

#splash {
	height: auto;
	width: auto;
	color: #808080;
	padding-top: 20%;
	padding-bottom: 30%;
	text-align: center;}

#menu {
	background-color: #000;
	color: #C0C0C0;
	font-size: 10px;
	margin: 0;
	padding: 4px;
	width: auto;
	border-bottom: 1px solid #000;}

#box {
	height: 45%;
	width: auto;
	text-align: center;
	vertical-align: middle;}

#footer {
	bottom: 0px;
	color: #c0c0c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	text-align:center;
	width: 100%;
	visibility: inherit;}

#resume {
	text-align: justify;
	padding-top: 0px;
	padding-left:  10px;
	padding-right: 10px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 375px;
	width: 90%;
	overflow: auto;}

* html #sitemeter {display:none;}
#sitemeter {
	background-color: #990000;
	border-bottom: 1px solid #000;
	color: #fff;
	font-size: 11px;
	display: none;
	margin: 0;
	padding: 8px;
	width: 100%;
	float: left;
	display: none;}
	
#news {
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*background-image: url(http://www.lacdan.com/gfx/bg_news.png);*/
	text-align: justify;
	word-spacing: normal;
	padding: 15px;
	height: 375px;
	width: 375px;
	line-height: normal;
	color: #000000;
}

#entrycontent {
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	word-spacing: normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	height: 355px;
	width: 355px;
	line-height: normal;
	color: #000000;
	overflow: auto;
	margin-bottom: 5px;
	list-style-type: none;
}

#gfxmenu {
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	word-spacing: normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	height: 460px;
	width: 120px;
	line-height: normal;
	color: #000000;
	overflow: auto;
	margin-bottom: 5px;
	list-style-type: none;
}

#archivebox { 
	padding: 0px;
	height: 50px;
	width: auto;
	overflow: auto;
	}

.line{
	line-height: 0px;
	margin: 5px;
	padding-top: 0px;
	height: 0px;
}
.links {
	border: 1px solid #333333;
}

/*centering*/
#outer {
	height: 100%; 
	overflow: hidden; 
	position: relative;
	width: 100%;
	}
#outer[id] {
	display: table; 
	position: static;
	width: 100%;
	}

#middle {
	position: absolute; 
	top: 50%;
	width: 100%;
	} /* for explorer only*/

#middle[id] {display: table-cell; vertical-align: middle; position: static;  width: 100%;}

#inner {position: relative; top: 175%} /* for explorer only */
/* optional: #inner[id] {position: static;} */

/* optional: #inner[id] {position: static;} */

/*Copyright ©2006 Jeff Lacdan*/
