/*--------------------------------------------------------------------------------------------------------------------------------- 	
	CSS
	User Agent: All Media
	Version: 1.0
	Type: Normal
	Written by Mauro Vignati (skype: mauro.vignati, www.naughtydesign.ch) for globe-trotter.ch
	Note: the CSS is not copyrighted, so pick up what you need, but not the images, these are the great work of marchand2sable.ch.
	So please, be cool. 
	
-----------------------------------------------------------------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	font: 76% "Courier New";
	background: url(../img/body_background.gif);
}

img {border: none;}


/* Structure Superior Part
------------------------------*/

#masthead {
	background: transparent;
	padding: 0;
	margin: 20px auto 0px auto;
	width: 776px;
	height: 200px;
	background: url(../img/masthead_background.png) no-repeat;
	background-position: top;
}

#masthead h1 {
	padding: 30px 0px 0px 50px;
	font: 2em "Courier New";
	text-transform: uppercase;
	font-weight: 900;
	color: #542909;
}

#masthead h2 {
	margin: -20px 0px 0px 50px;
	font: 1em "Courier New";
	font-weight: normal;
	color: #542909;
}

/* Main Navigation
--------------------------------*/

#nav {
	height: 114px;
	padding: 0;
	margin: 0px 0px 0px 40px;
}

#nav ul  {
	height: 114px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li {
	height: 114px;
	padding: 0;
	margin:0;
	float: left;
}

#nav ul li a {
	display: block;
	height: 26px;
	width: 113px;
	font: 0.9em "Courier New";
	color: #542909;
	text-decoration: none;
}

#nav ul li#journal a {padding: 100px 0px 0px 10px}
#nav ul li#decouvertes a {padding: 100px 0px 0px 0px}
#nav ul li#aventuriers a {padding: 100px 0px 0px 15px}
#nav ul li#telegraphe a {padding: 100px 0px 0px 15px}

#nav ul li a:hover {text-decoration: underline;}

.select {text-decoration:underline; color:#542909;}

/* Structure Content Part
----------------------------------*/

#wrapper {
	margin: 0 auto;
	width: 776px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
    background: url(../img/wrapper_background.png);
	background-repeat: repeat-y;	
}


#largebox {
	margin: 0px 0px 0px 50px;
	padding: 15px 0px 0px 0px;
	width: 470px;
}


#largebox h1 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font: 1em "Courier New";
	color: #542909;
	text-align: left;
	text-decoration:underline;
	text-transform:uppercase;
	font-weight:bold;
}

#largebox h1 > a {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font: 1em "Courier New";
	color: #542909;
	text-align: left;
	text-decoration:underline;
	text-transform:uppercase;
	font-weight:bold;
}

#largebox h1 > a:hover {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font: 1em "Courier New";
	color: #542909;
	text-align: left;
	text-decoration:underline;
	text-transform:uppercase;
	font-weight:bold;
}

*html #largebox a {font: 1.2em "Courier New";font-weight:bold;color: #542909;text-transform:uppercase;text-decoration:underline;}
*html #largebox a:hover {font: 1.2em "Courier New";font-weight:bold;color: #542909;text-transform:uppercase;text-decoration:underline;}


.customfield {
	padding: 0px 10px 0px 0px;
	margin: 0px;
	font: 0.9em "Courier New";
	color: #542909;
	text-align: left;
	text-transform: uppercase;
	text-decoration: underline;
}


#largebox p {
	margin: 10px 0px 0px 0px;
	font: 1em "Courier New";
	color: #542909;
	line-height: 18px;
	text-align: left;
	clear: both;
}


#largebox ul {
	margin: 0px;
	padding: 0px;
	font: 1em "Courier New";
	color: #542909;
	text-align: left;
}
 
#largebox li {
	padding: 0px;
	margin: 0px;
	list-style:none;
}

#smallbox_wrapper {
	position: absolute;
	margin: -170px 0px 0px 505px;
	padding: 0px;
	width: 228px;
	min-height: 430px;
	height: auto !important;
	height: 430px;
	background-color: transparent;
}

#smallbox_top {
	width: 228px;
	height: 250px;
	margin:0;
	padding:0;
	background: url(../img/smallbox_top_background.png) top;
	background-repeat: no-repeat;
}


#smallbox_top h1 {	
	padding: 120px 0px 0px 60px;;
	margin: 0px;
	font: 1.1em "Courier New";
	color: #542909;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}

#smallbox_top p {
	padding: 0px 10px 0px 60px;
	color: #542909;
	font: 1em "Courier New";
	text-decoration:none;
}

/* Calendar
-----------------------------------*/

.calendar_table {
	padding: 120px 0px 0px 60px;
	font: 1em "Courier New";
	color: #542909;
	text-decoration:none;
}

*html .calendar_table {padding:0;margin:120px 0px 0px 60px;}
*+html .calendar_table {padding:0;margin:120px 0px 0px 60px;}


.calendar_table th {
	color: #542909;
	font: 1em "Courier New";
	font-weight:bold;
	text-decoration:none;
}

th a {color:#542909;text-decoration:none;}
th a:hover {color:#542909;text-decoration:none;}

td.today {background:#542909 !important;color:#fff !important;}
td.today a {color:#fff !important;text-decoration:none;}
td.today a:hover {color:#fff !important;text-decoration:none;}

td.hasarticle {background:#be9640;color:#542909;}
td.hasarticle a {color:#542909;text-decoration:none;}
td.hasarticle a:hover {color:#542909;text-decoration:none;}

#smallbox_middle {
	width: 228px;
	margin:0;
	padding:0;
	background: url(../img/smallbox_middle_background.png);
	background-repeat: repeat-y;
}

#smallbox_middle h1  {	
	padding: 5px 0px 0px 60px;
	margin: 0px;
	font: 1.1em "Courier New";
	color: #542909;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}

#smallbox_middle ul {
	padding: 0px 0px 0px 60px;
	margin: 0px;
	list-style-type: none;
}

#smallbox_middle li {
	padding: 5px 0px 0px 0px;
	font: 1em "Courier New";
	color: #542909;	
}

#smallbox_middle a {
	font: 1em "Courier New";
	color: #542909;
	text-decoration: none;	
}

#smallbox_middle a:hover {
	font: 1em "Courier New";
	color: #542909;
	text-decoration: underline;	
}

#smallbox_footer {
	width: 228px;
	height: 74px;
	background: url(../img/smallbox_footer_background.png);
	background-repeat: no-repeat;
}


.smallbox_divider {
	margin: 0px 0px 0px 52px;
	width: 161px;
	height: 3px;
}

.largebox_divider {
	margin: 18px 0px 18px 0px;
	width: 460px;
	height: 3px;;
}



/* Comments
---------------------------------*/

.comment_count {
	background:url(../img/icon_comment.gif) left;
	background-repeat:no-repeat;
	padding: 12px 0px 12px 20px;
	font: 1em "Courier New";
	color: #542909;
	line-height: 18px;
	text-align: left;
	clear: both;
}

.comment {
	background-repeat: no-repeat;
	padding: 30px 0px 8px 0px !important;
	margin: 0px !important;
	font: 1em "Courier New";
	color: #542909;
	text-align: left;
	text-decoration: underline;
}

.commentauthor {
	padding: 0px 0px 0px 15px !important;
	padding:0;
}

.commentauthor a {
	margin: 20px 0px 0px 0px !important;
	padding:0;
	color: #542909 !important;
	text-decoration:none !important;
}

.commentauthor a:hover {
	margin: 20px 0px 0px 0px !important;
	padding:0;
	color: #542909 !important;
	text-decoration: underline !important;
}

.commenttext_border {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	background: url(../img/commenttext_border.gif) top;
	background-repeat: no-repeat;
	width: 450px;
	height: 11px;
}


.commenttext {
	margin: 0px 0px 20px 10px !important;
	padding: 0px !important;
	background: url(../img/commenttext_background.gif) repeat-y !important;
	width: 450px;
}

* html .commenttext {margin: -4px 0px 0px 10px !important;}

.commenttext p {
	padding: 8px 0px 8px 10px !important;
	margin: 0px !important;
	font: 1em "Courier New";
	color: #542909;
	line-height: 18px;
	text-align: left;
}

.commenttext_author_border {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	background: url(../img/commenttext_author_border.gif) top;
	background-repeat: no-repeat;
	width: 450px;
	height: 11px;
}

.commenttext_author {
	margin: 0px 0px 20px 10px !important;
	padding: 0px !important;
	background: url(../img/commenttext_author_backgrou.gif) repeat-y !important;
	width: 450px;
}

* html .commenttext_author {margin: -4px 0px 0px 10px !important;}

.commenttext_author p {
	padding: 8px 0px 8px 10px !important;
	margin: 0px !important;
	font: 1em "Courier New";
	color: #542909;
	line-height: 18px;
	text-align: left;
}


.comment_name_input {
	float: left;
	width: 200px;
	height: 20px;
	border: 0;
	padding: 1px 0px;
	margin: 5px 0px 5px 10px;
	background: url(../img/commenttext_background.gif) repeat-y;
	font: 1em "Courier New";
	color: #542909;
	line-height: 18px;
	text-align: left;
}


.comment_email_input {
	float: left;
	width: 200px;
	height: 20px;
	border: 0;
	padding: 1px 0px;
	margin: 5px 0px 5px 10px;
	background: url(../img/commenttext_background.gif) repeat-y;
	font: 1em "Courier New";
	color: #542909;
	line-height: 18px;
	text-align: left;
}


.comment_web_input {
	float: left;
	width: 200px;
	height: 20px;
	border: 0;
	padding: 1px 0px;
	margin: 5px 0px 5px 10px;
	background: url(../img/commenttext_background.gif) repeat-y;
	font: 1em "Courier New";
	color: #542909;
	line-height: 18px;
	text-align: left;
}



.txpCommentInputMessage {
	width: 450px;
	border: none;
	margin: 5px 0px 5px 10px;
	background: url(../img/commenttext_background.gif) repeat-y;
	font: 1em "Courier New";
	color: #542909;
	line-height: 18px;
	text-align: left;
	overflow: hidden;
}


.comment_label {
	float: left;
	width: 250px;
	height: 20px;
	border: 0;
	padding: 1px 0px;
	margin: 5px 0px 5px 10px;
	background: transparent;
	font: 1em "Courier New";
	color: #542909;
	line-height: 18px;
	text-align: left;
}

#txpCommentPreview {margin: 7px 0px 0px 10px;}
#txpCommentSubmit {margin: 7px 0px 0px 5px;}

#txpCommentInputForm {padding:0px;margin:0px;clear:both;}

/* Footer 
-----------------------------------*/



#footer {
	margin: 0 auto;
	padding: 0;
	border: 0;
	background: url(../img/footer_background.png); 
	background-repeat: no-repeat;
	height: 98px;
	width: 776px;
	clear: both;
}


#footer p {
	position: absolute;
	font: 1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #adb584;
	margin: 0px 0px 0px 37px;
	padding: 0;
	border: 0;
	text-align: left;
}





/* Clearer
--------------------------*/

.spacer {
	clear: both;
	height: 0;
}





/* Zem Contact Reborn
-----------------------------------------*/

.zemContactForm label {
	margin: 5px 0px 5px 10px;
	float: left;
	background: transparent;
	width: 200px;
}
 
.zemContactForm input {color: #542909;}


.zemContactForm br {
   clear: left;
   }
   
.zemText {
	float: left;
	width: 238px;
	height: 20px;
	border: 0;
	padding: 1px 0px;
	margin: 5px 0px 5px 10px;
	background: url(../img/commenttext_background.gif) repeat-y;
	font: 1em "Courier New";
	color: #542909;
	line-height: 18px;
	text-align: left;
}

.zemLabel {
	float: left;
	width: 250px;
	height: 20px;
	border: 0;
	padding: 1px 0px;
	margin: 5px 0px 5px 10px;
	background: transparent;
	font: 1em "Courier New";
	color: #542909;
	line-height: 18px;
	text-align: left;
}

.zemSubmit {
	margin: 7px 0px 0px 10px;
}

.zemTextarea {
	width: 450px;
	border: none;
	margin: 5px 0px 5px 10px;
	background: url(../img/commenttext_background.gif) repeat-y;
	font: 1em "Courier New";
	color: #542909;
	line-height: 18px;
	text-align: left;
	overflow: hidden;
}

.zemRequired {
	font: 1em "Courier New";
	color: #542909;
}

.zemRequirederrorElement {
	font-weight: bold; 
	color: red;
}

.zemError ul {
	width: 400px;
	clear: left;
}

.zemError li {
	width: 400px;
	clear: left;
	color: red !important;
}

.zemSelect {
	border: 1px solid #7d7d7d;
	font: 1em Arial, Helvetica, sans-serif;
	color: #7d7d7d;
}


/* Foto Blog
--------------------------------*/

.foto_border_small {
	height: 175px;
	width: 230px;
	margin: 10px 5px 10px 0px;
	background: url(../img/foto_border_small.png) no-repeat;
	z-index: 1;
	float: left;
}

.foto_small_blog {
	padding: 10px 0px 0px 10px;
	width: 200px;
	height: 135px;
}


.foto_border_long {
	height: 340px;
	width: 230px;
	margin: 10px 5px 10px 0px;
	background: url(../img/foto_border_long.png) no-repeat;
	z-index: 1;
	float: left;
}


.foto_long_blog {
	padding: 10px 0px 0px 10px;
	width: 200px;
	height: 300px;
}


.foto_border_big {
	height: 325px;
	width: 460px;
	margin: 10px 5px 10px 0px;
	background: url(../img/foto_border_big.png) no-repeat;
	z-index: 1;
	float: left;
}


.foto_big_blog {
	padding: 10px 0px 0px 10px;
	width: 430px;
	height: 285px;
}

.didascalia {
	padding: 5px 0px 0px 0px;
	height: 200px;
	width: 227px;
	overflow: hidden;
	float: left;
}

.didascalia h1 {
	padding: 5px 0px 5px 0px !important;
	margin: 0px;
	font: 1em "Courier New" !important;
	color: #542909;
	text-align: left;
	font-weight: bold !important;
	text-decoration: none !important;
	text-transform: none !important;
}

.didascalia p {
	margin: 0px !important;
	font: 1em "Courier New";
	color: #542909;
	line-height: 18px;
	text-align: left;
}





