
/* Page Layout */

body {
  background: #eee;
  margin: 0;
  padding: 0;
  color: black;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  font-size: 76%;
  text-align: center;
}

#container {
  width: 80%;
  margin: 0 auto;
  position: relative;
  margin-top: 2%;
  padding-top: 25px;
  background: url("../gfx/head-grey.gif");
  background-repeat: no-repeat;
}

#sidebar {
  height: 50px;
  padding-left: 200px;
  text-align: right;
}

#content {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

#copyright {
  color: #333;
  text-align: center;
}

/* Links */

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

a:hover {
  color: black;
  text-decoration: underline;
}

#navigation ul {
	display: inline;
  margin: 0;
  padding: 0;
	list-style-type: none;
}

#navigation li {
  float: right;
  padding: 0;
	margin: 5px 0px;
}

#navigation a {
  background: #e9e9e9;
	display: inline;
  margin: 0px 0px;
	padding: 2px 4px;
  border-top: 1px #999 solid;
  border-bottom: 1px #999 solid;
	width: 100px;
	color: #c00;
  font-weight: normal;
  text-decoration: none;
}
  
#navigation a:hover {
	background: #c00;
	color: white;
}

#navigation a#nav-button-select {
	color: black;
}

/* Content Tags */

.aside {
  color: #333;
}

.hidden {
  height: 1px;
}

.nowrapper {
  white-space:nowrap;
}

.graphic-list {
	/* background: #444; */
  /* border: 1px solid #666; */
  /* border-top: 2px solid #fc3; */
  clear: both;
  margin: 10px 5%;
  padding: 5px;
  position: relative;
}

.graphic-list img {
  float: left;
  margin: 2px 20px 10px 4px;
  border: 1px #666 solid;
}

.graphic-list .download-action {
	display: block;
  float: right;
}

.graphic-list .download-action .download-indicator {
	display: none;
}

#style-switch-links {
  position: absolute;
  bottom: -20px;
  left: 0;
}

.blend-to-page {
  background: #333;
  border: 2px #c00 solid;
}

/* General Tag Mods */

img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

h1 {
  /* font-size: 16px; */
  font-size: 133%;
  color: #c00;
}

h2 {
  /* font-size: 14px; */
  font-size: 117%;
  color: #c00;
}

/* Layout Shortcuts */

.inline-left {
  text-align: left;
}

.inline-center {
  text-align: center;
}

.inline-right {
  text-align: right;
}

.box-center {
  margin: auto;
}

.box-right {
  float: right;
}

.box-left {
  float: left;
}

.clear-both {
  clear: both;
}

.clear {
  clear: both;
}

.ahem {
  display: none;
}

.short-page-extendor {
  height: 50px; /* just for ie */
}
