@import "layout.css";

body {
	background-color: #FFF;
}

body, table, th, tr, td {
	color: #333;
	font: 0.8em "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

.message {
	color: #090;
	font-weight: bold;
}

.error {
	color: red;
	font-weight: bold;
}

/* General
------------------------------------------------------------------------------*/

#top .top1 {
	color: #F00;
	font: 100 2em "Century Gothic", "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}
#top .top2 {
	color: #000;
	font: 900 2em "Century Gothic", "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

/* NavBar
------------------------------------------------------------------------------*/

#navBar a{
	color: #6A6A6A;
	border-bottom: 0;
}

#navBar a:hover{
	color: #900;
}

/* Module
------------------------------------------------------------------------------*/

.module {
	margin: 0 0 5px 0;
	padding: 5px;
	border-top: 1px solid #796649;
	position: relative;
}

.odd{
	background: #FFF url(/theme/laetitia/img/odd.png) repeat-x left bottom;
}

.even{
	background: #FFF url(/theme/laetitia/img/even.png) repeat-x left bottom;
}

.module .thumbnail{
	height: 120px;
	margin: 0 10px 5px 0;
	float: left;
	position: relative;
}

.module a {
	color: #900;
	text-decoration: none;
}

.module a:hover {
	color: #F00;
	text-decoration: underline;
}

/* left-bar
------------------------------------------------------------------------------*/
#left-bar #mainMenu a {
	border-top: solid 1px #999;
	border-left: solid 1px #999;

	display: block;
	height: 25px;
	padding-top: 5px;
	padding-left: 1em;
	text-decoration: none;
	background-color: #F8F8F8;
	color: black;
	}

#left-bar #mainMenu a.last {
	border-bottom: solid 1px #999;
	}

#left-bar #mainMenu a:hover {color: #900; background-color: #E9E9E9;}

#left-bar #language {text-align: center; display: block; margin: 4px;}

#left-bar #language img {border: none}

#right-bar .links a {
	display: block;
	text-align: right;
	border-bottom: solid 1px #999;
	text-decoration: none;
	color: black;
	background: url(/theme/laetitia/img/fl3.gif) 100% -7px no-repeat;
	padding-right: 1em;
	margin-top: 0.3em;
}

#right-bar .links a:hover {
	background: url(/theme/laetitia/img/fl3.gif) 100% 7px no-repeat;
	border-bottom: solid 1px #F00;
	color: red;
}

#right-bar #randomPicDiv {
	text-align: center;
}

#right-bar #randomPicDiv h3 {
	text-align: left;
}

#right-bar #randomPicDiv img {
	border: none;
}

#right-bar #randomPicDiv a {
	text-align: center;
	color: black;
}

#right-bar #randomPicDiv a:hover {
	color: red;
}


/* Footer
------------------------------------------------------------------------------*/
#footer{
	margin-top: 30px;
	margin-bottom: 4px;
	text-align: center;
	display: block;
	font-size: 0.8em;
}

#footer .part1{
	background-color: #FFF;
	color: #888;
	padding: 2px 5px 2px 5px;
	border: 1px solid #EBEBEB;
}

#footer .part1 img {
vertical-align: middle;
}

#footer .part2{
	color: #AAA;
	background: #FAFAFA;
	padding: 2px 5px 2px 5px;
	border-top: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}

#footer a{
	color: #AAA;
	border-bottom: none;
}

#footer img { border: none;}

#categoryContainer, #photoContainer {
	text-align: center;
}


#categoryContainer div.category, #photoContainer div.category {
	float: left;
	margin: 0 10px 10px 0;
	border: solid 1px #CCC;
	width: 160px;
	padding: 5px;
	background-color: #EEE;
	min-height: 145px;
}

#categoryContainer div.category img, #photoContainer div.category img {
	vertical-align: text-top;
	border: none;
}

#categoryContainer div.category a, #photoContainer div.category a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#categoryContainer div.category a:hover, #photoContainer div.category a:hover {
	text-decoration: none;
	color: red;
}

#categoryContainer div.spacer, #photoContainer div.spacer {
  clear: both;
}

#imageInfos {
	background-color: #EEE;
	border: dashed 1px #CCC;
	margin-top: 1em;
	padding: 2px;
}

.imgNav {
	background-color: #EEE;
	border: dashed 1px #CCC;
	margin-bottom: 1em;
}

.imgNav img {
	border: none;
	height: 5em;
	margin: 2px;
}

.imgNav img.prev {
	float: left;
}

.imgNav img.next {
	float: right;
}

.imgNav hr {
	display: block;
	clear: left;
	margin: -0.18em 0;
	visibility: hidden;
}

/* Pager
------------------------------------------------------------------------------*/

#pager {
}

#pager b {
	color: #090;
	border: solid 1px #CCC;
	background-color: #EEE;
	padding: 2px 5px 2px 5px;
}

#pager a {
	color: #000;
	text-decoration: none;
	border: solid 1px #CCC;
	background-color: #EEE;
	padding: 2px 5px 2px 5px;
}

#pager a:hover {
	color: #F00;
	background-color: #FFF;
}