@charset "UTF-8";

h1 {
	font-size:0px;
	color:#FFF;
}

h2,h3,h4,h5,h6,h7{
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#222222;
	font-weight:normal;
}

html, body { 
	margin:0;
	padding:0;
	height:100%;
}

body {
	overflow:hidden;
	color:#333;
	font-family:"Arial";
	font-size:10px;
}

#flash{
	width:100%;
	height:100%;
	overflow:hidden;
}

#blog{
	height:100%;
	position:relative;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:14px;
}

.author{
	font-style:italic;
	color:#666;
}


#blog_iframe{
	width:100%;
	height:100%;
	margin:0;
	overflow:visible;
}

iframe{
	width:100%;
	height:100%;
	border:0px;
	overflow:visible;
}

.back_to_flash{
	position:absolute;
	left:750px;
	top:25px;
	width:100px;
	height:20px;
	background:url(../img/back.gif) #fff;
	background-repeat:no-repeat;
	cursor:pointer;
}

a {
	color:#f96f00;
	text-decoration:none;
}

.clear{clear:both}


/* HTML VERSION - NO FLASH */

#no_flash{
	position:relative;
	left:100px;
	top:50%;
	margin-top:-50px;
}






