/*
THEME NAME: GraphiteBox
THEME URI: http://collib.org/
DESCRIPTION: Simple style for presentation of an artist
VERSION: 0.1
AUTHOR: Magnus Enger
AUTHOR Uri: http://collib.info/
TEMPLATE: sandbox
*/

body {
  font-family: sans-serif;
	color: black;
	background-color: #e6e6e6; /* lightgrey */
}

img {
  border: 0.5px solid silver;
}

/* HEADER */

h1 {
  text-decoration: none;
	text-align: center;
  font-size: 250%;
	margin-bottom: 0.2em;
	text-transform: uppercase;
  white-space: nowrap;
	margin-top: 0em;
}

a:link, a:visited {
  color: black;
	text-decoration: none;
}

/* WRAPPER */

#wrapper {
  margin-left: 10%;
	margin-right: 10%;
}

#content {
  min-height: 600px;
}

/* MENU */

.skip-link {
  display: none
}

#menu {
  text-align: center;
	width: 100%;
	background-color: #808080;
	padding: 0.3em;
}

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

.page_item {
  display: inline;
	margin: 0em;
	/*
	padding-left: 1.5em;
	padding-right: 1.5em;
	*/
}

#menu a:link, #menu a:visited {
  color: white;
	padding: 5px;
	/* font-weight: bold; */
	text-decoration: none;
}

.current_page_item a:link, .current_page_item a:visited {
  text-decoration: underline;
}

/* MISC ELEMENTS */

div#primary {
  display: none;
}

div#footer {
  text-align: center;
	width: 100%;
	background-color: #808080;
	padding: 0.3em;
}

#footer a:link, #footer a:visited {
  color: black;
}

.edit-link {
  display: none;
}

.sidebar {
  display: none;
}

/* NGG GALLERY */

.ngg-imagebrowser img {
  max-width: 600px;
  width: expression(this.width > 600 ? 600: true);
}

.ngg-imagebrowser-desc {
  text-align: center;
}

.pic {
  text-align: center;
}

.counter {
  display: none;
}

.entry-title{ 
  font-size: 100%;
}
