/*
Theme Name: BergePhoto MediaFive99
Description: Theme for BergePhoto <a href="http://www.mediafive99.com/">MediaFive99</a>.
Version: 1.0
Author: Wouter Meeuwisse
Author URI: http://www.mediafive99.com/
Tags: custom, pods
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000;
	color: #fff;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	}
	
#header {
	margin: 0;
	padding: 0;
	width: 960px;
	margin:0px auto;
	margin-top:32px;
	margin-bottom:16px;
	}

h1{
	width:428px;
	height:60px;
	background:url(images/logo.jpg) no-repeat;
	margin:0px auto;
	}

h1 a{
	width:428px;
	height:60px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	}

h2{
	margin:0px auto;
	width:960px;
	color:#424242;
	}

h5, #cufon{
	font-size:42px;
	color:#424242;
	}

#cufon{
	margin-top:70px;
	margin-bottom:70px;
	}
	
#navigationp ul{
	position:absolute;
	left:0;
	top:156px;
	width:73px;
	list-style:none;
	margin:0;
	padding:0;
}

#navigationp ul li{
	width:73px;
	text-align:left;
	margin-bottom:4px;
	}

	
#content {
	width:960px;
	margin:0px auto;
	font-size: 1.2em;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 960px;
	}

#peilers{
	width:960px;
	margin:0px auto;
	height:190px;
	}

#peilers a{
	border:none;
	}
	
#peilers ul{
	list-style:none;
	margin:0;
	padding:0;
	}
	
#peilers ul li{
	width:183px;
	float:left;
	margin-right:10px;
	text-align:left;
	}

#peilers ul li img{
	margin-bottom:4px;
}
	
#peilers ul li.last{
	margin:0;
	}
	
.clear {
	clear: both;
}

#image-holder{
	margin:0px auto;
	width:600px;
	text-align:center;
	}

#image-holder img{
	margin:0px auto;
	max-width:500px;
	max-height:500px;
}

*html #image-holder img{
	height: expression( this.scrollHeight > 499 ? "500px" : "auto" );
	width: expression( document.body.clientWidth < 500 ? "501px" : "auto" );
}

#footer {
	margin: 0 auto;
	padding-top:5px;
	margin-bottom:32px;
	color:#424242;
	width: 960px;
	clear: both;
	border-top:1px solid #424242;
	}

#footer .credits {
	margin: 0;
	float:left;
	}	
	
#footer p.menu {
	margin: 0;
	float:right;
	}

#footer span.white{
	color:#fff;
	}

#footer a{
	color:#424242;
	text-decoration:underline;
	}
	
/* basis Wordpress stuff */



.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #ccc;
	text-decoration: none !important;
	outline:none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */
	
hr {
	display: none;
	}

a img {
	border: none;
	}
