
body, html {
	margin:0;
	padding:0;
	/*font: normal 100.01%/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;*/
	font-size : 90%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

body {
	margin:0;
	padding:0;
	background:#7F7F7F;
	background-image:url(images/bg.gif)
}

::-moz-selection {
	background:#000099;
	color:white;
}

::selection {
	background:#000099;
	color:white;
}

/*-----------GENERAL STYLING--------------*/

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


a:hover {

color:#fff;
	border-bottom:1px dotted #fff;
}



/*--------POST-------*/

.body {
	
	border-bottom:1px dotted silver;

}

.image {
	
	border-left:1px solid silver;

}

.title {
	font-size:2em;
	border-left:1px solid silver;
	padding:1em 0 1em 0;
}

 .quote {
	font-size:1.2em;

	padding:1em 0 1em 0;
}
 
 
.post {

	font-family:"times", "Lucida Sans Unicode", Arial, sans-serif;
  	font-size:1.1em;

	padding:1.3em 0 1.3em 0;
}
