html {
	font-size:100%;
	/* IE hack */
}
body {
	margin:0;
	padding:0;	
	background:#1d1d1d url(../img/main-bg.jpg);	
	background: #111 url(../img/bg_x.gif) fixed center center;	
	background-position: fixed;
	
	text-align: justify;
	font-family: "lucida grande", verdana, arial, sans-serif;
	font-size: small;
	border-top: 3px solid #282828;
	/*border-bottom: 3px solid #000;	*/

}

#container {
	width:900px;
	margin:60px auto 0 auto;
	padding:40px 30px 30px 30px;
	min-height: 512px;
	min-height: 525px;
}

strong {
	color:#ffffff;
	font-weight:bold;
}

#page {
	width:880px;
	margin: 0 auto 0 auto;
	padding:0;
}

#content {
	width:880px;
	float:left;
	padding:0;
}

h1 {
	font-size:26px;
	line-height: 34px;	
	font-weight:normal;
	margin-bottom:10px;
	margin-top:8px;
	color:#ffffff;
	text-align: left;
	
	letter-spacing:-0.05em;
	font:2.3em Tahoma, Georgia, "Times New Roman";	
	margin:0;
	font-weight:normal;
	font-size:1.5em;
	display:block;


text-shadow: #111 0 0 0;	
}

h1 em {
	color: #ffde00;
	color:#cf0;
	font-style: normal;
	text-decoration: none;
}

h5 {
	font-size:18px;
	line-height: 28px;	
	font-weight:normal;
	margin: 6px 0 0 0;
	padding: 12px 6px 0px 0px;
	color:#fff;
	text-align: left;
	/*background: #000;
	border-bottom: 2px solid #000;	*/
}

h5 em {
	color: #ffde00;
	color:#cf0;
	font-style: normal;
	text-decoration: none;
	
}

h3 {
	font-size:18px;
	line-height: 24px;	
	font-weight:normal;
	margin-bottom:4px;
	margin-top:28px;
	color:#ffffff;
	text-align: left;
	border-bottom: 1px solid #000;
}

h3 em {
	color: #ffde00;
	color:#cf0;
	font-style: normal;
	text-decoration: none;
}



h2 {
	font-family:Arial;
	color:#00b4ff;
	font-size:1.4em;
	font-weight:normal;
	padding:0 0 0 0;
	margin:0 0 8px 0;
	letter-spacing: -1px;
}

h4{
	margin:2px 0 0 6px;
	text-align: justify;
	font-size: 90%;
	line-height: 1.8em;
	text-shadow: #111 0 0 0;	
	color: #fff;
	font-weight: bold;
}

h4 em{
	font-style: normal;
	text-decoration: underline;
}

img {
	border:0;
}

.space {	
	height: 30px;
}	

.post {
	width:880px;
	margin:10px 0 77px 0;
	padding: 0 0 0 8px;
}

.post p {
	margin:0 0 6px 0;
	text-align: justify;
	font-size: 90%;
	line-height: 1.8em;
	text-shadow: #111 0 0 0;	
	color:#2e2e2e;
	color: #dedede;
	padding: 0;	
}

.intro {
	width:880px;
	padding: 20px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;	
	background:url(../img/bg_wrapper_g1.png) 
}

.chunk {
	width:880px;
	padding: 8px;
}

p {
	margin:0 0 6px 0;
	text-align: justify;
	font-size: 90%;
	line-height: 1.8em;
	text-shadow: #111 0 0 0;	
	color:#2e2e2e;
	color: #dedede;
	padding: 6px 0;	
}

p em{
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
}

p span{
	color: #eee;
	font-weight: bold;
}

p.posted-in-sml {
	margin:6px 0 8px 0;
	text-align: left;
	font-size: 80%;
	line-height: 1.8em;
	text-shadow: #111 0 0 0;	
	color:#888;
}

a:link {
	color:#B7FF00;
	border-bottom:1px dotted #B7FF00;
	_border-bottom:1px solid #B7FF00;	
	text-decoration:none;
}

a:hover {
	color:#00b4ff;
	border-bottom:1px solid #00b4ff;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:#CCEA0F;
	border-bottom:1px dotted #CCEA0F;
	_border-bottom:1px solid #CCEA0F;
	text-decoration: line-through; 
	color: #999;
	border-bottom: 1px dotted #888;	
	_border-bottom: 1px dotted #888;		
}

#content img {
	border:solid 1px #000;
	background:#FFF;
	padding:4px;
	float:left;
	margin:4px 20px 10px 0;
}



#footer{ 
	clear:both; 
	padding:0 8px 50px 8px; 
	width: 880px; 
	margin: 0 auto; 

}

#footer p#copy {
	font-size: 85%;
	line-height: 1.8em;
	text-shadow: #111 0 0 0;	
	color:#55595d;
	float:left;
	padding-left: 8px;
}

#footer p {
	float:right;
	font-size: 85%;
	line-height: 1.8em;
	text-shadow: #111 0 0 0;	
	color: #aaa; 
	margin:19px 0 0; 
}





