/*
Theme Name: Tiny Monopsone
Theme URI: http://dev.d10e.net/wordpress/
Description: Tiny is a WordPress theme for minimalists.
Author: Ben de Groot & PE
Author URI: http://d10e.net/
Version: 0.1
.
Copyright (C) 2005 Ben de Groot & PE
Distributed under the terms of the GNU General Public License v2
.
*/


* {
	margin: 0;
	padding: 0;
	}

html, body {
	background: #eee;
	color: #444;
	}
body {
	text-align: center; /* IE quirks auto margins workaround */
	font: 70%/160% verdana, sans-serif;
	padding: 10px;
	}
html>body { font-size: 11px; } /* for modern browsers that can resize px */

#wrap {
	width: 500px;
	margin: 20px auto; /* auto centers the div */
	text-align: left; /* after centering #wrap above for IE we return to normal alignment */
	background: #fff;
	border: 1px solid #888;
	}

#header {
	height: 140px;
	margin: 20px;
	overflow: hidden;
	background: transparent url(tinyheader.jpg) no-repeat;
	}

#menu {
	background: #f3f3f3;
	text-align: right;
	margin: 20px;
	padding: 5px 8px;
	}

#content {
	text-align: left;
	margin: 20px;
	}

#footer {
	border-top: 1px solid #ccc;
	color: #888;
	text-align: center;
	margin: 20px;
	}

/*	Header image and link	 */

#header h1 {
	font-size: 3.5em;
	line-height: 1em;
	margin: 0;
	}

#header h1 a {
	text-indent: -9999px;
	display: block;
	width: 460px;
	height: 140px;
	}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
	}

#smlink {
	float: left;
	width: 30%;
	text-align: left;
	margin: 0;
	}

#searchform, #searchform p {
	font-size: 1em;
	margin: 0;
	}
#searchform input {
	width: 110px;
	font-size: 1em;
	background: #fff;
	color: #333;
	margin: 0;
	border: 1px solid #888;
	}
#searchform input:focus {
	border-color: #36d;
	}

/*	Giving block elements a default margin.	 */

h2, h3, h4, h5, h6, p, ul, ol, dl, pre, fieldset, address, table {
	margin: 1em 0;
	}

/* 	General styling		*/

h2 {
	font: normal 2em/120% 'Nimbus Sans L', helvetica, arial, sans-serif;
	margin-bottom: .2em;
	text-transform: uppercase;
	}

h3 {
	font: normal 1.5em/120% 'Nimbus Sans L', helvetica, arial, sans-serif;
	margin-bottom: .3em;
	}

h4 {
	font-size: 1.1em;
	}

h5 {
	font-size: 1em;
	}

address {
	font-style: italic;
	}

blockquote {
	margin: 0;
	padding: 1px 0 1px 20px;
	background: url(quote.png) 0 0 no-repeat;
	}
blockquote p {
	margin: .7em 0;
	}

dt {
	margin: 1em 0 .5em 0;
	font-weight: bold;
	}

code, pre, var {
	font-family: 'bitstream vera sans mono', 'andale mono', monospace;
	font-size: 1em;
	}

dd {
	margin: .5em 0 1em 1.5em;
	}

img {
	border: none;
	}

#content p {
	text-align: justify;
	}

#content form p {
	text-align: left;
	}



textarea {
	width: 320px;
	}


a:link {
	color: #36d;
	text-decoration: none;
	}
a:visited {
	color: #96c;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}

h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: #444;
	text-decoration: none;
	}


.commentlink {
	text-align: right;
	}

ol.commentlist {
	list-style: none;
	margin-left: 0;
	}

.commentlist li {
	color: #444;
	font-style: normal;
	padding: 1em;
	}

.commentlist .alt {
	background: #f6f6f6;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

.commentlist p {
	margin: .6em 0 0 0;
	}

.hilite {
	background: #f93;
	}

#content .more {
	margin-top: -1em;
	text-align: right;
	}

.posted {
	color: #888;
	margin-top: .3em;
	}

.posted cite {
	font-weight: bold;
	font-style: normal;
	}

#postcomment {
	text-align: left;
	}

input#submitComment {
	padding: 2px 4px;
	}

input#submitComment:hover {
	cursor: pointer;
	}


/*	Navigation links		*/

.prev {
	display: block;
	float: left;
	text-align: left;
	width: 48%;
	}

.next {
	display: block;
	float: right;
	text-align: right;
	width: 48%;
	}

.nav:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
* html .nav { height: 1%; }

object.support {
	margin: 20px;
	padding: 0;
	border: none;
	height: 120px;
	width: 330px;
	overflow: hidden;
}

/* navigation
--------------------------------------------------*/
#navigation {background-color:#f3f3f3;}
#navigation li {border-color:white;}
#navigation a {color:#000;}
#navigation .selected,
#navigation a:hover
  {background-color:#f3f3f3}

#navigation form {
  border-color:white;
  background:#FEC42D url(images/spring_flavour/corner_bottom_right.gif) bottom right no-repeat;
}

#navigation #s {border-color:#FFF9EA;}

#navigation #searchbutton {
  color:white;
  background-color:#A3C159;
}

/* navigation
--------------------------------------------------*/
#navigation {
  height:2.7em;
  line-height:2.7em;
}

#navigation ul {
  margin:0;
  padding:0;
}

#navigation li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border-right:0px solid;
  white-space:nowrap;
}

#navigation li a {
  /*display:block;*/
  padding:0 12px;
  font-size:0.8em;
  text-transform:uppercase;
  letter-spacing:1px;
}
* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */
#navigation form {
  float:right;
  height:100%;
  width:189px;
  padding:0 15px;
  border-left:1px solid;
  line-height:0;
}

#navigation form fieldset {
  /* centering the search form could've
  been done way more elegant but IEWin
  and Opera refused to follow the rules */
  margin-top:7px;
  border:0 solid; /* Opera */
}
* html #navigation form fieldset {margin-top:7px;}
#navigation #s {
  height:1.5em;
  width:140px;
  margin:0 5px 0 0;
  padding:0;
  border:1px solid;
  font-size:0.8em;
  vertical-align:middle;
}

#navigation #searchbutton {
  height:2em;
  width:auto;
  padding:0 1px;
  border:1px solid;
  font-size:9px;
  letter-spacing:1px;
  text-align:center;
  vertical-align:middle;
}

.langue {
  font-size:9px;
  text-align:right;
  padding:0 5px;
}


/* /////////////////////////////////////////////  */

.phototitle {
  text-align: center;
  font-weight: normal;
  width: 100px;
  margin: 0 3px 3px 3px;
  }

.thumb {
	float: left;
	text-align: center;
border: 1px solid #A0ACC0;
padding:5px;
margin: 0 10px 0px 1px;
	}	

.thumb a:hover {border: 1px solid black;}

div.thumb2 {
	margin: 3px;
	background: #f4f4f4;
    font-size : 11px;
	border: 1px solid #A0ACC0;
	height: auto;
	float: left;
	text-align: center;
	}	


.thumb2 img{
	display: inline;
	margin: 5px;
	border: 1px solid #A0ACC0;
	}

.thumb2 a:hover img {border: 1px solid black;}

.shadowed { 
  float:left;
  background: url(http://www.monopsone.com/nav/drop-shadow.png) no-repeat bottom right !important;
  background: url(http://www.monopsone.com/nav/drop-shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.shadowed img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

.infos {
  padding: 8px;
  }
  
.liens {
  padding-left: 15px;
  }
  
.catalogue {
  padding-top: 8px;
    font-size : 9px;
	}		