/*
Theme Name: The Greatest Bits
Theme URI: http://www.greatest-bits.com/
Description: The Greatest Bits theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 2.1.1
Author: Martin Bekkelund
Author URI: http://www.bekkelund.net/
Tags: black, grey, one column, fixed width

	The Greatest Bits 2.1.1
	 http://www.bekkelund.net/

	This theme was designed and built by Martin Bekkelund,
	whose blog you will find at http://www.bekkelund.net/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* --------------------------------------------------- */
/*                 GENERELLE ELEMENTER                 */
/* --------------------------------------------------- */


body {
	background-color: #6b6665;
	background-image: url(images/background-gradient.png);
	background-position: top;
	background-repeat: repeat-x;
	font-family: "Gill Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

div#globalmenu {
	margin: 10px auto;
	width: 750px;
	text-align: right;
	font-weight: lighter;
}

div#globalmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#globalmenu ul li {
	float: right;
}

div#globalmenu ul li a {
	padding: 3px 0 3px 10px;
	color: white;
}

div#header {
	margin: 0 0 50px 0;
	clear: both;
	background-image: url(images/greatest-bits-logo.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 74px;
}

div#header h1, div#header p {
	display: none;
}

div#container {
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

div#menu {
	padding-left: 10px;
	background-color: #494949;
	height: 50px;
	text-transform: uppercase;
	font-weight: lighter;
}

div#menu ul {
	margin: 0;
	padding: 0;
}

div#menu li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

div#menu a {
	margin: 0;
	padding: 14px;
	height: 22px;
	display: block;
	text-align: center;
	color: white;
	text-decoration: none;
	background-color: #494949;
}

div#menu a:hover {
	background-color: gray;
}

div#content {
	border: 10px solid #494949;
	border-top: none;
	padding: 10px 10px 5px 10px;
	background-color: white;
}

h2.title {
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	background-color: #ff9c00;
	text-align: center;
}

h2.title a {
	padding: 10px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: lighter;
	display: block;
}

div.archive_image_wrapper {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	width: 166px;
}

h2.category_title {
	margin: 0 0 10px 0;
	padding: 10px;
	text-transform: uppercase;
	font-weight: lighter;
	background-color: #ff9c00;
	text-align: center;
	color: white;
}

div.title_archive h3 {
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #494949;
}

div.title_archive h3 a {
	margin: 0;
	padding: 10px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: lighter;
	font-size: 70%;
	display: block;
	text-align: center;
}

div.entry_archive p {
	margin: 0 0 -4px 0;
	padding: 0;
}

div.entry_archive img {
	border: none;
	width: 166px;
	height: 166px;
}

div.entry p {
	margin: 0;
	padding: 0;
}

div.entry img {
	width: 100%;
	border: none;
}

div.entry p.enlarge_info {
	margin: 6px 0 0 0;
	padding: 8px;
	color: white;
	background-color: #494949;
	text-transform: uppercase;
	font-weight: lighter;
	text-align: center;
	font-size: 90%;
}

div.entry div p {
	display: none;
}

h3.exif_header {
	margin: 6px 0 8px 0;
	padding: 8px;
	text-align: center;
	background-color: #494949;
	color: white;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: lighter;
}

h3.exif_header a {
	color: white;
	text-decoration: none;
}

table.exif_table {
	width: 100%;
}

td.exif_label {
	margin: 0;
	padding: 0;
	background-color: white;
	border-bottom: 1px solid silver;
}

td.exif_content {
	margin: 0;
	padding: 0;
	text-align: right;
	background-color: white;
	border-bottom: 1px solid silver;
}

td.exif_last_row {
	border-bottom: none;
}

p.postmetadata, p.nocomments {
	display: none;
}

div.navigation {
	display: none;
}

div.breaker {
	clear: both;
}

div#footer {
	clear: both;
	text-align: center;
	color: white;
	font-size: 90%;
	font-weight: lighter;
}

div#footer a {
	color: white;
}

#zoom-image {
	display: none;
}
