/* CSS Document */

/* BASIC ELEMENTS */

html {
	margin: 0;
	padding: 0;
}

body {
	font: .8em sans-serif;
	line-height: 150%;
	color: #AC7A85;
	background: #000000 url(Images/Wallpaper/0-000.jpg) no-repeat fixed bottom right;
	/* Abstract image courtesy Björgvin Guðmundsson. */
	margin: 0; 
	padding: 0;
}

div {
	width: 400px;
	height: 450px;
	float: left;
	padding: 10px 10px 0px 130px;
	margin: 30px 10px 10px 10px;
	overflow: auto;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	background: url(Images/Wallpaper/0-001.png) no-repeat left;
}

p {
;
}

.lead-in:first-letter {
	font: small-caps bold 1em sans-serif;
}

a {
	font: bold .95em sans-serif;
	color: #C9A9A9;
}

a.URL:link {color: #C9A9A9;}
a.URL:visited {color: #DDDDDD;}
a.URL:hover {color: #AC7A85;;}

/* BLOG STYLE */

p.bloghead {
	background-color: #171717;
	font: small-caps bold .95em sans-serif;
	color: #DDDDDD;
	padding: 1px 0px;
}

.bloghead a {
	padding: 0px;
	font-weight: normal;
	color: #DDDDDD;
}


ul.inside {
	list-style-position: inside
}
