
@import url('http://loxosceles.org/includes/style.css');

body { background-color: #fff; color: #666; font-family: sans-serif; margin-top: 0px; padding-top: 0px;}

h1, h2, h3, h4, h5 {
color: #666;
font-family: sans-serif;
margin-top: 2px; margin-bottom: 2px;
}
 
//div.toppy {margin-left: 0px; margin-top: 20px;}
div.toppy h1 {color: #f00}
div.toppy img {margin-left: 0px; padding-left: 0px; }

div.main {margin: auto; width: 530px;}

div.main div.item {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #d80;
}

a {
	color: #f00 !important;
	text-decoration: underline;
}

a:visited {
	color: #a00 !important;
}

li {
  margin-left: 0px;
  list-style-image: url('/img/bullet.png');
}

div.thumbclip {
  margin-top: 20px;
  border-bottom: 1px dotted #333;
  clear: both;
  min-height: 100px;
}

div.thumbclip img {
  float: left;
  margin-right: 10px;
  moz-border-radius: 10px;
  background-color: #eee;
  padding: 3px;
  border: 1px dotted #666;
}

blockquote {
  font-style: italic ;
}

