@charset "utf-8";
/* HTML Body contents */
/* define fonts */
@font-face {
	font-family: '3dumb';
	src: url(http://mardena.com/font/3Dumb.eot);
	src: local('3Dumb'), local('3dumb'), url('../font/3Dumb.ttf') format('truetype');
}

body {
	color: #000;
	margin: 0;
	padding: 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: #000 url(../img/bg.jpg) no-repeat top center;
}

/* Redefining HTML Tags */

a{ text-decoration: none; color: #877;}
a:hover{ text-decoration: none; color: #cceeff;}

h1 {
	font: 1.5em arial, Times, serif;
	border-bottom: thin solid #a99;
	color: #cef;
	margin: 0 0 1em 0;
}

h2 {
	margin: -1em 0 1em 0;
	font: 1.2em arial, Times, serif;
	color: #cef;
}

b { /* redefine 'b' tag for the title */
	text-decoration: none;
	font-weight: normal;
	font: 3.5em '3dumb', "Times New Roman", Times, serif;
	color: #877;
	cursor: crosshair	
}

b:hover { /* hover over 'i' tag performs like link */
	color: #cef;
}

/* Tag ID */

#container { /*content window div */
	position: relative;
	border: #766 double;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 20px auto; /* 1.5em gives 15px buffer top and bottom, auto center the content. */
	width: 47.5em; /* roughly 16px - 1em at 100% font * blog = 47.5em / orig = 44.5em */
	height: 26.7em; /* blog = 26.7em / orig = 25 em */
	padding: 0;
	background: url(../img/bg000_90.png) repeat 0px 0px;
}
#title, #profile, #portfolio, #contact, #content {
	position: absolute;
	margin: 1em;
	width: 45.5em; /* blog size = 45.5em / orig = 42.5em **remember to change ie adjustments */
}

#title { /* style for main content name tag */
	visibility: visible;
	padding-top: 8.625em;
}

#title p, #contact p { /* define content 1 & 4 p tags  */
	font: 1em "Courier new", Times, serif; 
	line-height: 1.1em;
	color: #877;
	margin: 0 2em;
	font-weight: normal;
}

#profile { /* content div 1 */
	visibility: hidden;
	padding: 0;
	font-weight: normal;
	text-align: left; 
}

#portfolio { /* content div 2 */
	visibility: hidden;
	padding: 0;
	text-align: left; 
	font-weight: normal;
}

#profile p { /* define content 2 & 3 p tags  */
	font: 1em arial, Times, serif;
	line-height: 1.2em;
	color: #79a;
	margin: 0 2em;
}

#portfolio p { /* define content 2 & 3 p tags  */
	font: 1.1em arial, Times, serif;
	line-height: 1.2em;
	color: #79a;
	margin: 0 2em;
}

#contact { /* content div 3 */
	visibility: hidden;
	padding-top: 8.625em;
	font-weight: normal;
}

#content { 
	padding-top: 4em;
	font-weight: normal;
}

#content p { 
	font: 1em "Courier new", Times, serif; 
	line-height: 1.1em;
	color: #877;
	margin: 0 2em;
	font-weight: normal;
}


#footer { /* style for footer links */
	position: absolute;
	bottom: 0;
	font: 0.7em Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
	width: 100%;
	height: 2.5em;
	color: #877;
	font-weight: normal;
	padding: 0;
} 

#footer a:active, #footer a:focus { 
	text-decoration: none;
	COLOR: #79a;
}

#footer img {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 16px;
	height: 16px;
	margin: 0 0 -3px 0;
	padding: 0;
	border: none;
	opacity: 0.2;
}

#footer img:hover { 
	opacity: 0.7;
}

#noscript {
	border: 1px #79a dashed;
	padding: 10px 0;
}

/*** Grrrr... IE6 die damn you die ***/

#ie6_banner { /* Grrrrr..... IE6 is a pain in the brain! */
	visibility: hidden;
	border: 2px solid #877;
	background-color: #ddd;	
	margin: 0em auto 1em auto;
	width: 40em;
	padding: 1em;
	text-align: center; 
	font-weight: normal;
}

#ie6_banner p {
	font: bold 0.8em arial, Times, serif;
	text-align: left;
	padding: 0 1.5em;
	color: #468;
	margin: 0;
}

#ie6_banner h1 {
	font: bold 1em arial, Times, serif;
	text-align: left;
	color: #468;
	margin-bottom: 0.9em;
}

#ie6_banner img{
	position: relative;
	hieght:auto;
	Width: auto;
	border: 0;
}

#ie6_banner a{
	font: bold 0.8em arial, Times, serif;
	text-align: left;
	color: #468;
	margin: 0 1.5em;
}

#ie6_banner a:hover{
	color: #68a;
}