/* CSS Document */
a:link, a:visited{color: #0066FF; text-decoration: none;}
a:hover, a:active{color: #0066FF; text-decoration: underline;}

/*global*/
*{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}

/*global type*/
h1, h2, h3, h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}
h1{
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 5px;
}
h2, h3, h4{
	font-size: 18px;
	line-height: 24px;
}
h3{	padding-bottom: 4px;}
h1 a:link, h4 a:link{color: #000000; text-decoration: none;}
h1 a:visited, h4 a:visited{color: #666666; text-decoration: none;}
h1 a:hover, h4 a:hover, h1 a:active, h4 a:active{color: #0066FF;}
p{padding-bottom: 18px;}

/*content type*/
#htmlcontent{
	position: relative;
	width: 872px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 0px;
}

/*WEBLOG HEADER*/
#label{
	visibility: hidden;
	position: absolute;
	top:0px;
	left:0px;
}
#weblog_header{
	position: relative;
	width: 536px;
	height: 80px;
	background-image: none;
}
#weblog_header .header_image{margin-top:24px;}

/*WEBLOG MAIN COLUMN*/
#weblog_main_column{
	position: relative;
	width: 536px;
	float: left;
	background-image: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-right: 24px;
}
.weblog_main_item{
	position: relative;
	top: -12px;
	background-image: none;

	padding-top: 0px;
	padding-bottom: 4px;
	padding-right: 56px;
}
.weblog_main_item img{margin-bottom: 5px;}
.weblog_date{
	font-style: italic;
	color: #999999;	
	padding-bottom:5px;
}
.weblog_date a:link, .weblog_date a:visited{color: #999999; text-decoration: none;}
.weblog_date a:hover, .weblog_date a:active{color: #999999; text-decoration: underline;}
.readmore_link{
	background-image: url(/images/html/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 8px;
	display: block;
	text-decoration: none;
}

/*navigation*/
.weblog_navigation, .weblog_navigation_top{
	visibility: hidden;
	position: absolute;
	top: 0px;
}
.back_button_weblog, .forward_button_weblog{
	visibility : hidden;
	position: absolute;
	top: 0px;
}

/*footer*/
.weblog_footer{
	position: relative;
	color: #999999;
	font-size: 10px;
	padding-top: 6px;
	padding-bottom: 32px;
}
.weblog_footer a:link, .weblog_footer a:visited{color: #999999; text-decoration: underline;}
.weblog_footer a:hover, .weblog_footer a:active{color: #999999; text-decoration: none;}

/*WEBLOG SECUNDARY COLUMN*/
#actions{visibility: hidden;}
#about{
	position: absolute;
	top: 0px;
}
#categories{visibility: hidden;}
#feeds{visibility: hidden;}
#weblog_secundary_column{
	position: relative;
	width: 312px;
	float: left;
	background-image: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 10px;
	line-height: 14px;
	padding-top: 1px;
}
.weblog_secundary_item{
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 12px;
	padding-bottom: 8px;
}
.weblog_secundary_item img{
	margin-top: 3px;
	margin-bottom: 5px;
}
.weblog_secundary_item p{padding-bottom: 14px;}
.link_list_sec{
	padding-bottom: 12px;
	list-style-position: outside;
	list-style-type: none;
}
.link_list_sec li{padding-bottom: 2px;}
.link_list_sec li a{
	background-image: url(/images/html/arrow_small_blue.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 8px;
	display: block;
}
.portrait{
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-right: 16px;
	float: left;
}
.new_flag_small img{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left:3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rss_big{
	background-image: url(/images/html/rss_icon_big.gif);
	background-repeat: no-repeat;
	background-position: left 7px;	
	padding-left: 17px;
}

/*CONTENT adjustement 22-01-2008*/
.intro img{
	margin-bottom:0px;
}
.intro p{
	/*background-color: #000000;
	background-image: url(/images/html/intro_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 12px;
	padding-right: 12px;*/
	padding-top: 5px;
	margin-bottom: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size: 18px;
	font-style:italic;
	line-height: 24px;
}
/*.intro p a:link, .intro p a:visited{color: #FFFFFF;	text-decoration: underline;}*/
/*.intro p a:hover, .intro p a:active{color: #0066FF;	text-decoration: none;}*/
.caption{
	font-style: italic;
	color: #999999;
}
.weblog_navigation_top{
	position: relative;
	margin-top: 1px;
	height: 30px;
}
.weblog_secundary_menu{
	background-color: #E5E5E5;
	background-image: url(/images/html/form_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 17px;
	padding-bottom: 9px;
}
.weblog_secundary_menu .button_weblog{margin-bottom: 10px;}
.button_print_weblog{padding-bottom:15px;}
.button_weblog, .button_print_weblog{
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
}
.button_weblog a:link, .button_weblog a:visited{
	color: #000000;
	text-decoration: none;
	background-image: url(/images/html/arrow_forward_black.gif);
	background-repeat: no-repeat;
	background-position: 1px 7px;
	padding-left: 13px;
}
.button_weblog a:hover, .button_weblog a:active{color: #0066FF;text-decoration: underline;background-image: url(/images/html/arrow_forward_blue.gif);}
.button_print_weblog a:hover, .button_print_weblog a:active{color: #0066FF;text-decoration: underline;background-image: url(/images/html/print_icon_over.gif);}
#comments_header{
	background-image: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 12px;
	padding-bottom: 20px;
	padding-right: 56px;
}
.comments_odd, .comments_even{
	font-size: 10px;
	line-height: 14px;
	background-image: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 8px;	
	padding-right: 56px;
}
.comments_odd h3, .comments_even h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	color: #333333;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
}
.comments_odd p, .comments_even p{padding-bottom:16px;}
.comments_odd a:link, .comments_odd a:visited, .comments_even a:link, .comments_even a:visited{color: #333333; text-decoration: underline;}
.comments_odd a:hover, .comments_odd a:active, .comments_even a:hover, .comments_even a:active{color: #333333; text-decoration: none;}

#comments_form{
	visibility: hidden;
	position: absolute;
	top: 0px;
}
.related_link{
	background-image: url(/images/html/arrow_small_blue.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 8px;
	display: block;
}
