/*
Theme Name: monolit - edited by Michael 
Theme URI: http://ethode.com
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 {
	margin: 0px; 
	font-family: Arial, sans;
	font-size: 12px;
	line-height:16px;
	color: #222;
	background-color: #f5f5f5;
	}

/* CONTAINERS */
.inside {
	width:1000px;
	margin:0px auto 0px auto;
	}

.whitebg { background-color: #fff; }

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

/* LINKS */
a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
	}

a img { border: 0; }

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

/* BASIC ELEMENTS 
p {
	width: 600px;
	color: #555;
	margin: 2px 0 10px 2em;
	}
*/
h1 {
	position: absolute;
	left: 0;
	top: 5px;
	width: 50%;
	font-size: 1.8em;
	letter-spacing:2px;
	font-weight: normal;
	}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	}

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

/* ARCHIVES */
.archives {
	display: block;
	margin-left: 10px;
}

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

.archive-photo {
	margin: 10px;
	margin-left: 0px;
	display: inline;
	}

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

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

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

.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: 12px;
	}

/* HEADER AND NAVIGATION */
#header-container {
	position: relative;
	height: 40px;
}

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

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

#header-navigation a {
	border-bottom: none;
}
div.thumb_img 
{
	background-position:center center;
	background-repeat:no-repeat;
	height:200px;
	width:200px;
}
a.yapb-image-link img{
	display:none;
	height:0;
	width:0;
}
ul.thumbs {
	margin-left:50px;
	margin-right:30px;
	margin-top:30px;
	list-style:none outside none;
	margin:0 auto;
	padding-left:70px;
	position:relative;
	z-index:1;
	height:150px;
}
li.thumb-big {
	position:relative;
}
ul.thumbs li.thumb-big {
	float:left;
	height:133px;
	margin:20px 20px 0 0;
	width:200px;
}
div.post_title {
	color:#000000;
	font-family:Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	position:absolute;
	right:16px;
	text-align:right;
	text-transform:uppercase;
	top:16px;
	width:150px;
}

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


/* 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;
	}

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

.image-navigate-left {
	position: absolute;
	left: 0;
	width: 33%;
	z-index: 2;
	}

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

.image-navigate-right {
	position: absolute;
	right: 0;
	width: 33%;
	text-align: right;
	z-index: 2;
	}

/* IMAGES */
#image {
	text-align: center;
	width:950px;
	margin: 0 auto;
	}
.simpleSlide-slide div {
    height:300px;
    width:600px;
}
img.photo {
	border: 0;
}

/* BULLETS */
.bullet ul {
	margin-top: 0;
}
.bullet li {
	list-style-type: square;	
}	
div.container{
	background-color:#FFFFFF;
	border:10px solid #FFFFFF;
	height:550px;
	margin-bottom:30px;
	overflow:hidden;
	position:relative;
	width:900px;
	z-index:100;
	margin:auto;
}
div.imageContainer {
	border-right:10px solid #FFFFFF;
	cursor:pointer;
	float:left;
	padding-right:0;
	position:relative;
}

/* CYCLE */
#rotator{
	margin:0 auto;
}

/* --- 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 */

/* Slideshow by Michael Tuck*/
div.container {
 position: relative;
 overflow: hidden;
 margin-bottom: 30px;
 background-color: #fff;
 z-index: 100;
 height: 430px;
 width: 963px;
}
div.textcontainer {
 position: relative;
 z-index: 100;
 height: 40px;
 width: 963px;
 margin: 0 auto;
}
div.category_container {
 position: relative;
 float: left;
 width: 0px;
 cursor: move;
 border-right: 10px solid #ffffff;
 padding-right: 0px;
}

div.loader {
 position: absolute;
 top: 0px;
 left: 0px;
 background-color: #ffffff;
 width: 300px;
 height: 300px;
 background-image: url(content/loading.gif);
 background-repeat: no-repeat;
 background-position: center;
 z-index: 5000;
 padding: 0px;
 margin: 0px;
}

a.left, a.right {
 display: block;
 position: absolute;
 font-weight: bold;
 color: #000;
 background-color: #fff;
 z-index: 110;
 font-size: 25px;
 top: 50%;
 margin-top: -25px;
 line-height: 50px;
 text-decoration: none;
 display: none;
 border-bottom:none;
}

a.left:hover, a.right:hover {
 color: #000000;
}

a.left:active, a.right:active {
 color: #000000;
}

a.left {
 left: 0px;
 padding: 0px 20px 0px 15px;
 display:block;
}
.photo{
	display:block;
}

a.right {
 right: 0;
 padding: 0px 15px 0px 20px;
 display:block;
}

div.photo_overlay {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 background-color: #242424;
 z-index: 90;
}

span.photo_info {
 position: absolute;
 bottom: 10px;
 left: 10px;
 background-color: #000000;
 color: #ffffff;
 padding: 5px;
 font-size: 16px;
 letter-spacing: 2px;
}
 
#smcf-container div.smcf-bottom a {display:none;}
#socialcontainer{
	float:left;
	position:absolute;
	top:-14px;
	right:-190px;
}
#facebookimage{
	background-image:url('http://www.michaeltuckphotography.com/wp-content/uploads/2010/07/facebook_small.png');
	height:29px;
	width:29px;
	float:left;
	margin-right:10px
}
#twitterimage{
	background-image:url('http://www.michaeltuckphotography.com/wp-content/uploads/2010/07/twitter_small.png');
	height:29px;
	width:29px;
	float:left;
}
.loading{
        background:#FFFFFF;
	position:absolute;
	height:440px;
	width:963px;
	z-index:5;
	padding-left:227px;
	padding-top:30px;
}
