/* Flickery v2.0 */

/* basic element styles */

body {
  background: white;
  padding: 0px;
  margin: 20px 40px 20px 40px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  color: #555;
}

img {
  border: 0;
}

a {
  color: #0061de;
  text-decoration: underline;
}

h1 {
  border-top: 1px dotted #ccc;
  padding-top: 5px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #ff0083;
}

h2 {
  margin-top: 1em;
  clear: both;
  font-size: 16px;
  color: #333;
}

h3 {
  font-size: 14px;
  color: #333;
}

h4 {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  font-style: italic;
}

/* The main page container */

.IGMain {
  margin: 0 auto 0 auto;
  width: 900px;
}

.IGLeftColumn img {
  max-width: 640px;
  height: auto;
}

.IGLeftColumn {
  width: 660px;
  float: left;
}

.IGRightColumn {
  float: left;
  width: 220px;
  padding-left: 19px;
  border-left: 1px dotted #ccc;
}

.IGRightColumn ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

/* Style previous/next navigation items */

.IGRightColumn li {
  text-align: center;
  display: block;
  width: 100px;
  float: left;
  margin: 0px 10px 0 0px;
  padding: 0px;
}

.IGRightColumn li img {
  width: 100px;
  height: auto;
}

/* Gallery table uses a table to layout images in rows with a number of columns set by the user */

.IGGalleryTable table {
  width: 900px;
  border: none;
}

.IGGalleryTable td {
  padding: 5px;
  text-align: center;
}

.IGGalleryTable tr {
}

.IGGalleryTable img {
}

.IGGalleryTable a {
}

/* Image grid is an alternative way of displaying the thumbnail grid with the potential for more flexible layouts */

.IGImageGrid {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding: 0px;
	clear: both;
}

.IGImageGrid ul {
  margin: 0px;
  padding: 0px;
  display: block;
  list-style-type: none;
}

.IGImageGrid li {
  display: inline-block;
	margin: 0 5px 5px 0;
	list-style: none;
	text-align: center;
}

.IGImageGrid img {
}

/* Description contains text and potentially links and other formatted text */

.IGDescription {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
}

.IGDescription p {
  line-height: 1.5em;
}

/* The menu for navigating the gallery */

.IGNavigation {
  margin: 5px 0 5px 0;
  padding-bottom: 20px;
  text-align: left;
  font-size: 11px;
  display: block;
  clear: both;
}

.IGNavigation li.selected {
  text-decoration: none;
  padding: 1px 5px 1px 5px;
  border: 1px solid #ff0083;
  font-weight: normal;
  background: #ff0083;
  color: white;
  margin-top: 0px;
}

.IGNavigation a {
  text-decoration: none;
  padding: 1px 5px 1px 5px;
  border: 1px solid #aaa;
  font-weight: normal;
  color: #0061de;
}

.IGNavigation a:hover {
  text-decoration: none;
  border: 1px solid #0061de;
  font-weight: normal;
  background: #0061de;
  color: white;
}

.IGNavigation ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.IGNavigation li {
  float: left;
  display: inline;
  margin-top: 2px;
  margin-right: 5px;
}

/* the page footer */

.IGCopyright {
  margin: 10px 0 10px 0;
  padding-top: 5px;
  text-align: left;
  clear: both;
  color: #aaa;
}

/* the tag cloud and EXIF boxes. The tag cloud uses the same style on index and photo pages */

.IGTagCloud {
  clear: both;
}

.IGTagCloud, .IGExif {
  width: auto;
  padding: 10px;
  margin-top: 10px;
  background: #eee;
}

.IGExif {
  line-height: 2em;
  font-size: 11px;
}

.IGExifLabel {
  text-align: right;
  font-weight: bold;
  padding-right: 5px;
}

.IGTagCloud a {
  text-decoration: none;
}