h1 {font-size: 18px; line-height:24px;}

ul.no_style {
	list-style: none;
}

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

a, a:link, a:visited {
	color: #ab2d21;
	
}

a:hover {
	color: #D15402;
	text-decoration: underline;
}


b.highlight {background-color: #ffEEAA; font-weight:normal;}

.small {font-size: 10px; line-height:13px;}
.light {color:#999;}

.summary {color:#555; margin-top:8px;}

a.hot, a.hot:visited, .hot {color: #ad2d24}

.fl {float: left; display: inline;}
.row {float: left; display: inline; width: 100%;}
.padded {padding: 3px;}

#fineprint p {
	font-size: 10px;
}

.entry {
	margin: 8px 0;
	float: left;	
	display:  inline;
	width:500px;
}

.reviewer
{
float: left;	
display:  inline;
width:100%;
clear:both;
}

.entry  .cover {
  	float: left;
  	display:  inline;	
  	text-align: center;
  	width: 120px;
		position:relative;
  }
  
.entry  .cover img {border:3px #EAE3D9 solid;}
  
.entry  .caption {
  	width: 300px;
  	float: left;
  	display: inline;
		margin-right:30px;

  }

.image_caption {
	width: 210px;
	float: left;
	display: inline;
	text-align:center;
	background:#EAE3D9;
	padding:4px;
	margin:0 8px 8px 0;
}

.image_caption .small {text-align:left;}

.cover img {
	border: #ecebe5 solid 1px;
}

.title { 
	font-size: 12px;
	margin: 4px 0;
	font-weight: bold;
}

.exhibtion {
  /*font-size: .7em;*/
  background: #EAE3D9;
  padding: 4px;
}

.rule {
	margin: 17px 0 17px 0;
	padding: 0;
	background:  #aeaaa7 url("/images/public/dotted.gif");
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

.divider {border-bottom: 1px #CCC dotted; padding-bottom: 5px; margin-bottom: 5px;}
