/************************************

CSS-Stylesheet for SimpleGal Plugin

Author: Daniel Theiss (dath)
Author URI: http://www.dath.info/

Version: 1.0

*************************************/

.clear {
  display: block;
  clear: left;
}

.simplegal {
	margin: 0.25em 0 1em 0;
	padding: 10px 0px 1px 0px;
  list-style: none;
	line-height: 0.5em;
}

.simplegal li {
  width: 110px;
	height: 110px;
  margin: 0px 7px 7px 0px;
	float: left;
	line-height: 0.5em;
  background-color: #eee;
  content: none;
  list-style-type: none;
  list-style-image: none;
  padding-left, padding-top: auto;
  vertical-align: middle;
  position:relative;
	display:table;
	text-align: center;
}

.entry ul li:before, .simplegal li:before {
 content: none;
}

.simplegal li a {
  margin: 0px;
  display: table-cell;
  padding: 3px;
  border: 1px solid #dcdcdc;
  color: #dcdcdc;
  text-decoration: none;
	vertical-align: middle;
	position: relative;
	text-align: center;
}

.simplegal li a:hover {
  border: 1px solid #222;
}

.simplegal img {
	display: inline;
  padding: 0px;
	border: none;
}
