
html {
margin:0; padding:0;
height:100%;
background-color:#dde5d9;
}

body {
margin:0 auto; padding:0;
width:835px; min-height:100%;
background:#f5f9fc url(images/body-bg.jpg) top repeat-x;
color:#888888;
font-family:"Lucida Sans Unicode","Lucida Sans",verdana,arial,helvetica;
border-left:5px solid #f59c06;
border-right:5px solid #f59c06;
}

h1, h2, h3, h4 {
margin:0; padding:0;
}

h2 {
font-size:24px;
}

h3 {
font-size:20px;
}

h4 {
font-size:16px;
}

a {
color:#63B4CD;
text-decoration:none;
}

a:hover {
color:#777777;
}

a img {
border:0;
}

.form_error {
border:1px solid #BF0000;
padding:2px 1px;
}

*:focus {
outline:0;
}


/* Top-Header-Logo */

#top {
background:transparent url(images/top-bg.png) top right no-repeat;
}

#header {
margin:0; padding:0;
}

#logo,
#logo * {
margin:0; padding:0;
}

#logo h1 a {
display:block;
width:400px; height:162px;
background:transparent url(images/logo.gif) no-repeat;
text-indent:-9999px;
}

#logo p {
display:none;
}


/* Menu */

#menu {
height:32px;
	height:45px;
background:transparent url(images/menu-bg.png) top repeat-x;
}

#menu ul {
margin:0; padding:0;
height:22px; line-height:18px;
list-style:none;
text-align:center;
}

#menu li {
display:inline;
}

#menu a {
margin:0 12px; padding:0 12px;
font-size:12px; font-weight:bold;
text-align:center; text-decoration:none;
}

#menu a:hover, #menu .active a {
color:#777777;
}


/* Content */

#content {
margin:0 auto; padding:0 0 20px 0;
width:815px;
}


#info {
float:right; clear:right;
width:598px;
background-color:#ffffff;
border:1px solid #e5e4db;
overflow:hidden;
margin-bottom:1em;
}
div.info_message {
padding:1em;
color:#8AB459;
	color:#808000;
font-weight:bold;
font-size:0.8em;
text-align:center;
}

/* Posts */

#posts {
margin:0 0 20px;
float:right; clear:right;
width:600px;
text-align:justify;
overflow:hidden;
font-size:0.75em;
}

.post {
background-color:#ffffff;
border:1px solid #e5e4db;
padding:1em;
}

.post .title {
letter-spacing:-2px;
/*font-size:2em;*/
font-weight:normal;
color:#3F95B8;
}

.post .date {
	height: 20px;
	padding: 2px 0 0 10px;
	background: url(images/img12.gif) no-repeat;
	font-size: 12px;
	font-weight: normal;
}

.post .story {
	padding: 0 20px;
	line-height: 1.6em;
}

.post .meta {
	height: 40px;
	margin: 0 20px;
	padding: 0 0 0 10px;
	background: #EEEDED url(images/img13.gif) no-repeat;
}

.post .meta span {
	display: none;
}

.post .meta p {
	margin: 0;
	padding: 10px 0 0 0;
}

.post .meta a {
	float: left;
	height: 20px;
	padding: 4px 20px 0 37px;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	color: #777777;
}

.post .meta a:hover {
	color: #E55D13;
}

.post .category {
	background: url(images/img14.gif) no-repeat left bottom;
}

.post .comments {
	background: url(images/img15.gif) no-repeat left bottom;
}

/* Pictures */

#pictures {
width:610px;
}

.picture {
margin:15px 20px 15px 0; padding:5px;
width:165px;
float:left;
	background-color:#F8F8F8;
	border:1px solid #DDDDDD;
	cursor:pointer;
	text-align:center;
}

.picture h4 {
height:35px;
font-size:15px;
font-weight:normal;
color:#808000;
}

.picture .vAlignMiddle {
margin:0; padding:0;
width:100%; height:160px;
}
.picture .vAlignMiddle .vAlignHelper,
.picture .vAlignMiddle .vAlignContent {
width:0; height:100%;
display:inline-block;
*display:inline; zoom:1; /* "inline-block" for IE6/7 */
vertical-align:middle;
}
.picture .vAlignMiddle .vAlignContent {
width:auto; height:auto;
}

.picture img {
border:1px solid #666666;
}

.picture .comments {
	background-image:url();
}


/* Liens */

.link {
margin:40px 0;
text-align:center;
}

.link h3 {
letter-spacing:-2px;
font-weight:normal;
}

.link div {
margin:10px 0;
}


/* Sidebar */

#sidebar {
width:202px;
}

.box {
margin-bottom:20px;
background:#ffffff;
border:1px solid #e5e4db;
font-size:0.75em;
}

.box h4 {
margin:0; padding:0;
height:25px; line-height:25px;
background:#f6a517 url(images/sidebar-title-bg.png) top repeat-x;
color:#ffffff;
font-size:12px;
text-indent:10px;
}

.box ul {
margin:0; padding:0;
list-style:none;
font-size:0.9em;
}

.box li {
padding:5px 10px;
}

.box .active, .boxed1 .active a {
font-weight:bold;
}

#sidebar .photo {
text-align:center;
}
#sidebar .photo h4 {
text-align:left;
}
#sidebar .photo p {
margin:0; padding:5px;
}


/* Footer */

#footer {
clear: both;
height:32px; line-height:32px;
background:#fdae1e url(images/footer-bg.gif) bottom repeat-x;
color:#444444;
font-family:"Lucida Sans Unicode","Lucida Sans",verdana,arial,helvetica;
font-size:0.65em;
}

#footer p {
margin:0; padding:0;
}

#footer p * {
float:left;
}

#footer .right {
float:right;
}



/* COMMENTS
 ----------------------------------------------*/

h3#comment,
h3#comments {
	margin:20px 0;
	letter-spacing: -.1em;
	font-size:1.5em;
	font-weight: normal;
	text-align:center;
	color: #8E959B;
	color: #3F95B8;
}

#comment {
clear:both;
padding-top:10px;
}

#comments span {
color:#666666;
color:#204B5C;
}

.comments {
margin-bottom:3em;
}

.comment {
margin:30px auto;
width:500px;
}
.comment div {
padding-top:15px;
background:transparent url(images/lightgray.gif) top no-repeat;
}
.comment div .content {
margin:0; padding:0 25px 30px 25px;
background:transparent url(images/lightgray.gif) bottom no-repeat;
}
.comment div.admin_comment {
background:transparent url(images/green.gif) top no-repeat;
}
.comment div.admin_comment .content {
background:transparent url(images/green.gif) bottom no-repeat;
}
.comment div.admin_comment .content {
	font-style:italic;
}
.comment .info {
margin:0; padding:0 25px;
}
.comment .info .author {
font-weight:bold;
}

#comment-form {
margin:0 auto;
width:500px;
}

#comment-form #comment_message,
#comment-form #guestbook_message {
width:99%; height:130px;
}


/* Tabs */

#tabs {
margin:20px 0 0 0;
	margin:0;
width:600px;
float:right; clear:right;
font-size:0.75em;
}

#tabs ul.tabsMenu {
margin:0; padding:0;
list-style:none;
height:32px; line-height:32px;
}
#tabs ul.tabsMenu li.tabsMenuLi {
margin:0 1px 0 0; padding:0;
width:120px; height:32px; line-height:32px;
float:left;
}
#tabs ul.tabsMenu li.tabsMenuLi a {
display:inline-block;
width:100%; height:100%;
text-align:center;
text-decoration:none;
font-weight:bold;
color:#ffffff;
background:transparent url(images/orangetab.jpg) no-repeat;
}
#tabs ul.tabsMenu li.tabsMenuLi.active a {
background-color:#E7FFCF;
}
#tabs ul.tabsMenu li.tabsMenuLi a:hover {
background-color: #EFDC86;
}

#tabs .tab {
padding:4px;
border:2px solid #E58E00;
background-color:#ffffff;
}
#tabs .tab#facebook {
padding:0 10px;
}
#tabs .tab#facebook div {
position:relative;
padding:0;
width:545px; height:155px;
overflow:hidden;
}
#tabs .tab#facebook iframe {
position:absolute;
top:-1px;left:-11px;
overflow:hidden;
}


/* lastForumPosts */

#lastForumPosts {
margin:0; padding:0 0 20px 0;
width:600px;
float:right; clear:right;
}

#lastForumPosts table {
width:100%;
background-color:#E5E4DB;
border:2px solid #E58E00;
font-size:10px;
}
#lastForumPosts th {
background:url("images/sidebar-title-bg.png") repeat-x scroll center top #F6A517;
color:#FFFFFF;
height:25px;
line-height:25px;
text-align:center;
}
#lastForumPosts th.first {
text-indent:4px;
text-align:left;
}
#lastForumPosts td {
border-top:1px solid #E5E4DB;
}

#lastForumPosts p {
margin:0; padding:0;
}

#lastForumPosts a.topictitle,
#lastForumPosts a.username-coloured {
font-weight:bold;
}

#lastForumPosts .row1 {
background-color:#FFFFFF;
padding:4px;
}
#lastForumPosts .row2 {
background-color:#F2F8EE;
padding:4px;
border-left:1px solid #E5E4DB;
border-right:1px solid #E5E4DB;
}


/* Divers */

.page-nav {
	margin:30px 0 40px 0;
	height:30px;
	text-align:center;
}

.page-nav .previous-link {
	float:left;
}

.page-nav .next-link {
	float:right;
}


img.photo {
	background-color:#FFFFFF;
	border:1px solid #DCDAB8;
	margin:5px;
	padding:3px;
}

#content p.pagination {
	clear:both;
	padding:20px;
	text-align:center;
}


body.js-disabled #comments-disabled-message {
display:none;
}

body.js-enabled #comments-disabled-list {
display:none;
}

body.js-enabled #comments-disabled-message {
margin:20px auto;
text-align:center;
width:500px;
}


