/*
Theme Name: yumyum2
Theme URI: http://www.yumyumcreations.fr
Description: yumyum2
Version: 1.0
Author: dju`
Author URI: http://dju.elegiac.net/
*/

html, body {
	margin:0;
	padding:0;
	background:white;
	font-family:'Courier New', monospace;
}

/* From http://www.alistapart.com/articles/howtosizetextincss/, iteration 5: */
body {
	font-size:100%;
	line-height:1.125em; /* 16×1.125=18 */
	background:url('images/header-background.png') repeat-x;
}

#wrapper {
	margin:0 auto;
	width:846px;
	background:url('images/header.jpg') no-repeat;
/*	height:791px;
}
html > body #wrapper {
	height:auto;
	min-height:791px;*/
}

#accessibility {
	height:0;
	text-indent:-5000px;
}

#header {
	height:142px;
}

#header h2, #header h3 {
	text-indent:-5000px;
}

/* Menu */

#menu {
	margin-bottom:12px;
	padding:12px;
	width:200px;
	float:left;
}

#menu > ul > li {
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px dotted #B5BB9D;
	font-size:0.875em;
	font-family:'Arial', sans-serif;
}

#menu > ul > li#login {
	margin-bottom:0;
	padding-bottom:0;
	border:0;
}

#menu > ul > li > * {
	margin-top:.5em;
	font-family:'Courier New', monospace;
}

/* Navigation */

#nav > ul > li {
	padding:2px 0;
}

#nav > ul > li > a {
	text-indent:-5000px;
	display:block;
	overflow:hidden;
	margin:0 auto;
}

.nav-accueil {
	width:126px;
	height:83px;
	background:url('images/accueil.png');
}
#nav-accueil-current {
	background:url('images/accueil-current.png');
}

.nav-journal {
	width:126px;
	height:83px;
	background:url('images/journal.png');
}
#nav-journal-current {
	background:url('images/journal-current.png');
}

.nav-collections {
	width:126px;
	height:83px;
	background:url('images/collections.png');
}
#nav-collections-current {
	background:url('images/collections-current.png');
}

.nav-commander {
	width:126px;
	height:83px;
	background:url('images/commander.png');
}
#nav-commander-current {
	background:url('images/commander-current.png');
}

.nav-goodies {
	width:126px;
	height:83px;
	background:url('images/goodies.png');
}
#nav-goodies-current {
	background:url('images/goodies-current.png');
}

.nav-about {
	width:126px;
	height:83px;
	background:url('images/a-propos.png');
}
#nav-about-current {
	background:url('images/a-propos-current.png');
}

#search-text {
	width:150px;
}

#search-submit {
	width:30px;
}

/* Content */

#content {
	margin:40px 0 12px 0;
	padding:12px;
	float:right;
	width:598px;
}

.breadcrumb {
	margin-bottom:6px;
	color:#aaa;
	font-size:.875em;
}

.post {
	margin-bottom:1em;
	border-bottom:1px dotted #B5BB9D;
}

.storytitle>a:hover {
	text-decoration:none;
}

.meta {
	color:#aaa;
	font-size:.675em;
}

.storycontent {
	margin-top:1em;
}

.feedback {
	font-size:.75em;
}

.wp-caption-text {
	color:#aaa;
	font-size:.75em;
	font-style:italic;
	text-align:center;
}

/* Comments */

.comment {
	margin-bottom:12px;
	padding:6px;
	border:2px solid #fee;
	background-color:#ffe;
}

.comment-admin {
	border:2px solid #dcc;
	background-color:#ffe;
}

.comment cite {
	font-size:.675em;
}

#postcomment {
	margin-bottom:1em;
	padding-top:1em;
	border-top:1px dotted #B5BB9D;
}

/* Gallery */

.ngg-album {
	margin:12px;
	padding:6px;
	width:160px;
	float:left;
}

.ngg-albumtitle {
	margin-bottom:1em;
	font-size:1.1em;
	text-align:center;
}

.ngg-thumbnail img, .ngg-gallery-thumbnail img {
	border:1px solid #000;
}

.ngg-albumcontent {
	text-align:center;
}

.ngg-albumoverview, .ngg-galleryoverview {
	overflow:auto;
}

.ngg-gallery-thumbnail-box {
	margin:12px;
	width:160px;
	float:left;
}

.ngg-gallery-thumbnail {
	text-align:center;
}

.ngg-gallery-thumbnail-alttext {
	font-style:italic;
	font-size:.8em;
	display:block;
}

.ngg-gallery-thumbnail-description {
	display:block;
}

.ngg-clear {
	clear:both;
}

/* Footer */

#footer {
	clear:both;
	padding:2em;
	font-size:.75em;
	font-style:italic;
	text-align:center;
}

.avatar {
	border:1px solid black;
}

h1 {
	font-size:1.4em;
}

h2 {
	font-size:1.2em;
}

h3 {
	font-size:1.1em;
}

p {
	margin-bottom:1em;
}

img {
	border:1px solid #666 !important;
}

a:link, a:visited {
	color:#17acb1;
}

a:hover {
	text-decoration:underline;
}

acronym, abbr {
	cursor:help;
}

input, select, textarea {
	background:#fff4f4;
	border:1px solid #666;
	font-family:'Courier New', monospace;
}

