/* @override http://jenniferdurham.com/lightcomingback/wp-content/themes/monolit/style.css */

/*
Theme Name: monolit
Theme URI: http://blog.jasen.dk/monolit
Description: <p>A photoblog theme based on <a href="http://www.wordpress.org/">Wordpress</a> and <a href="http://johannes.jarolim.com/yapb/">YAPB</a></p><p>This theme depends on the <a href="http://johannes.jarolim.com/yapb/">Yet Another Photoblog</a> plugin.</p><p>It is based on the default wordpress theme but has also borrowed stuff from the <a href="http://mac.defx.de/grain-theme">grain</a> theme, and the <a href="http://www.226-design.com/monochrome/">monochrome</a> blog with permission from the authors.</p><p><b>DON'T ENABLE EXIF IN THIS VERSION</b></p>
Version: 0.7
Author: Kim N&oslash;rgaard
Author URI: http://www.jasen.dk/
.
**IMPORTANT**
Configuring the theme:

If you wan to enable archives:
  - Create an 'archives' page through Manage/Pages. Remember the title and be
    sure to select the 'Arcives' template under "Page Template".
  - in the config/config.php file
    => change the value of MONOLIT_SET_ARCHIVE_WP_TITLE to the title of the page
       you just created
    => change the value of MONOLIT_SET_SHOW_ABOUT to 1

If you want to enable an about page:
  - Create an 'about' page through Manage/Pages. Remember the title.
  - in the config/config.php file:
    => change the value of MONOLIT_SET_ABOUT_WP_TITLE to the title of the page
       you just created
    => change the value of MONOLIT_SET_SHOW_ARCHIVES to 1

Changing the copyright notice and other settings
  - Copyright: Change the MONOLIT_SET_COPYRIGHT to whatever you want the
    copyright notice to say.
  - Change other configuration values in the file if needed. They are pretty
    much self-explanatory.

About sizes:
  The theme automatically resizes images to a max width of 900 pixels and a
  max height that is customizable through the MONOLIT_SET_MAX_HEIGHT value
  (default is 600 pixels). If you want wider images the layout will break 
  unless you change the stylesheet (look for the 'inside' class).

About language and messages:
  Language and messages can be configured through the lang/lang.php file. It
  might take some skill to figure out which message goes where :-)

Todo:
  - a smarter way to control the configuration, ie. via admin page
.
*/

body { 
	font-family: Arial, sans;
	font-size: 12px;
	line-height:16px;
	color: #222;
	background-color: #dddad2;
	width: 900px;
	margin: 50px auto;
}

/* CONTAINERS */
.inside {
	width: 800px;
	background-color: #f5f5f5;
	margin: 0px auto;
}

div.inside {
	background-color: #f5f5f5;
}

#searchform div {
	padding-left: 20px;
}

.whitebg { background-color: white;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 3px outset #f0f0f0;
	height: auto;
	border-right: 2px outset #fafafa;
}

#collapsCatList li.collapsCat span.collapsCat.show span.sym {
	font-size: 10px;
}

#collapsArchList li.collapsArch span.collapsArch.show span.sym {
	font-size: 10px;
}

#collapsCatList li.collapsCat span.collapsCat.hide span.sym {
	font-size: 10px;
}

#collapsArchList li.collapsArch span.collapsArch.hide span.sym {
	font-size: 10px;
}

p.eshopshipping {
	width: 100px;
}

.content {
	border-top: 1px dashed #ccc;
	margin-top: 0px;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dashed #ccc;
	background-color: #f5f5f5;
}

div.content {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
}

/* LINKS */
a {
	color: #784700;
	text-decoration: none;
}

a img { border: 0; }

a:hover {
	color:#fff;
	text-decoration:none;
	background-color: #999;
	}



	
/*********************************************
		Left Sidebar
*********************************************/
#l_sidebar {
	display: inline;
	float: left;
	border: 0px solid black;
	width: 260px; padding: 0px;
	display: block;
	margin-right: 0px;
	margin-bottom: 50px;
	top: 15px;
	position: relative;
	left: 40px;
}
#l_sidebar p {
	padding: 5px;
}
#l_sidebar img {
	text-align: center;
}
#l_sidebar form {
	padding: 0px;
	margin: 0;
}
#l_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#l_sidebar ul li {
	padding: 0 0px 10px;
	position: relative;
	top: 0;
	left: 10px;
}
#l_sidebar ul li ul {
	padding: 0px 0px 0px 0px;
}
#l_sidebar ul li ul li {
	padding: 0px;
	margin: 5px;
}
#l_sidebar ul li ul li a {
	color: #797979;
	text-decoration: none;
}
#l_sidebar ul li ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#l_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#l_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}

/*********************************************
		Middle Sidebar
*********************************************/
#m_sidebar {
	display: inline;
	float: left;
	border: 0px solid black;
	width: 260px;
	display: block;
	position: relative;
	margin-right: 0;
	margin-bottom: 50px;
	padding-top: 0px;
	top: 15px;
	left: 70px;
}
#m_sidebar p {
	padding: 5px;
}
#m_sidebar img {
	text-align: center;
}
#m_sidebar form {
	padding: 0px;
	margin: 5px;
}
#m_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#m_sidebar ul li {
	padding: 0px 0px 10px 0;
	position: relative;
	left: 10px;
}
#m_sidebar ul li ul {
	padding: 0px 0px 0px 0px;
}
#m_sidebar ul li ul li {
	padding: 0px;
	margin: 5px;
}
#m_sidebar ul li ul li a {
	color: #797979;
	text-decoration: none;
}
#m_sidebar ul li ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#m_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#m_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}

/*********************************************
		Right Sidebar
*********************************************/
#r_sidebar {
	display: inline;
	float: right;
	border: 0px solid black;
	width: 260px;
	margin: 0 30px 15px 0px; padding: 0px;
	display: block;
	position: relative;
	top: 15px;
}
#r_sidebar p {
	padding: 5px;
}
#r_sidebar img {
	text-align: center;
}
#r_sidebar form {
	padding: 0px;
	margin: 5px;
}
#r_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 250px;
}
#r_sidebar ul li {
	padding-top: 0px;
	padding-left: 0;
	padding-right: 0px;
	left: 10px;
	position: relative;
	width: 200px;
}
#r_sidebar ul li ul {
	padding: 0px 0px 0px 0px;
	width: 230px;
}
#r_sidebar ul li ul li {
	padding: 0px;
	margin: 5px;
}
#r_sidebar ul li ul li a {
	color: #797979;
	text-decoration: none;
}
#r_sidebar ul li ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#r_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}




/* BASIC ELEMENTS */
p {
	width: 700px;
	color: #555;
	margin: 2px 0 10px 2em;
	}

li#text-289546021.widget.widget_text {
	padding: 0;
	left: -15px;
	top: 10px;
}

textarea#comment {
	margin-right: 40px;
	margin-left: 25px;
	width: 700px;
}

li#comment-4 {
	width: 700px;
	background-color: white;
}

code {
	font-size: 10px;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-left: 10px;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-left: 1.5em;
}

/* ARCHIVES */
.archives {
	padding-right: 10px;
	padding-left: 10px;
}

.archive-post {
	display: inline;
	line-height: 30px;
}

.archive-photo {
	margin-left: 65px;
}

fieldset {
	width: 300px;
	background-color: #d8dccd;
	margin-left: 10px;
	margin-top: 40px;
}

span.offset {
	background-color: transparent;
	position: relative;
}

input.button {
	background-color: #9ab595;
}

form.addtocart {
	width: 320px;
}

.archive-photo a {
	border: 0;
	text-decoration: none;
}

.archive-photo a:hover {
	background-color: #f5f5f5;
	}

.archive-thumb {
	border: 1px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

div.archive-navigate-container {
	width: 700px;
	height: auto;
}

.archive-thumb:hover {
	border: 1px solid red;
	}

.archive-navigate-container {
	position: relative;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
	padding-bottom: 3px;
	margin-left: -50px;
}

/* HEADER AND NAVIGATION */
#header-container {
	position: relative;
	height: 40px;
	top: -40px;
	width: 900px;
	background-color: transparent;
}

#header-headline {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 50%;
	font-size: 1.8em;
	letter-spacing:2px;
	margin-left: 10px;
}

#header-navigation {
	position: absolute;
	bottom: 7px;
	width: 50%;
	text-align: right;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:1px;
	right: 0;
	margin-right: 10px;
}

#header-navigation a {
	border-bottom: none;
}

/* FOOTER */
#footer {
	border-top: 1px dashed #ccc;
	color: #888;
	background-color: white;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
	border-style: none;
}


/* IMAGE NAVIGATION */
#image-navigate-container {
	position: relative;
	height: 30px;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
	margin-top: 12px;
	background-color: white;
}

#image-navigate-container a {
	border-bottom: none;
}

.image-navigate-left {
	position: absolute;
	left: 30px;
	width: 20%;
	z-index: 2;
	margin-left: 100px;
	top: -5px;
}

div.image-navigate-left {
	float: none;
}

.image-navigate-center {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 1;
	top: 10px;
	margin-top: 20px;
}

.image-navigate-right {
	position: absolute;
	right: 30px;
	width: 20%;
	text-align: right;
	z-index: 2;
	margin-right: 100px;
	margin-top: 0;
	top: -5px;
}

/* IMAGES */
#image {
	text-align: center;
	}

img.photo {
	border: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* BULLETS */
.bullet ul {
	margin-top: 0;
}
.bullet li {
	list-style-type: square;	
}	

/* --- Float Hack --- */
.cf:after { content: "."; display: block;   height: 0;  clear: both; visibility: hidden; }
/* Hides from IE-mac \*/
html .cf {height: 1%;}
/* End hide from IE-mac */
