/*
Theme Name: MyRuinerPhotoBlog
Theme URI: http://photographil.net/blog/
Description: A PhotoBlog Theme 
Version: 1.1
Author: MyRuiner
Author URI: http://www.discordance.fr/
Tags: blog, photo, Art
	The CSS, XHTML is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

@import url(yaml/core/base.css);
@import url(css/screen/basemod.css);
@import url(css/screen/content.css);

body {font-family: Verdana, Helvetica, Arial, sans-serif;}
.page_margins { max-width: 80em; }
.page { margin: 0 20px; }
#topnav, #header, #nav, #main, #extended, #footer { overflow:hidden; min-width: 720px; }
#main {float:left;width: 100%;}

p { font-size: 90.67%; }    

.post {
    margin-bottom: 2.0em;
  }    

/* Post */
a, a:hover, a:visited {color:#649600;}
a.postTitle, #comments {font-weight:bold; text-transform: uppercase;}
.postDate {color:#aaaaaa; font-weight:bold; text-transform: uppercase;}
.postDate > a {color:#666666; }
.infocomments > a {color:#666666; }
.postCommentSeparator { margin-bottom: 1.0em; text-align:center;}
#comments {margin: 1.5em 0; border-top-color: #aaaaaa; border-top-width:1px; border-top-style:solid; padding-top:1em;}
.comment{margin: 0.8em 0;}

/* Images */
img {margin: 15px 0px;}

/* Pagebar */
.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	border: 1px solid #fff;
	background: #fff;
	text-decoration: none;
	text-align: center;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #649600;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar a:visited {
	border: 1px solid #649600;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid #649600;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #649600;
	color: #fff;
}

.pagebar a:hover {
	border-color: #649600;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}

