/* 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: 976px;/*1000 in total*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 24px;
}

/*WEBLOG HEADER*/
#label{
	position: absolute;
	top:0px;
	left:424px;
	width: 120px;
	height:96px;
}
#weblog_header{
	position: relative;
	width: 976px;
	height: 80px;
	background-image: url(/images/html/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 100;
}
#weblog_header .header_image{margin-top:24px;}

/*WEBLOG MAIN COLUMN*/
#weblog_main_column{
	position: relative;
	width: 536px;
	float: left;
	background-image: url(/images/html/dotted_line_weblog_big.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: 24px;
}
.weblog_main_item{
	background-image: url(/images/html/dotted_line_weblog_big_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
	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{
	position: relative;
	height: 56px;
	background-image: url(/images/html/dotted_line_weblog_big_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.weblog_navigation h2{
	position: relative;
	top: 15px;
}
.back_button_weblog, .forward_button_weblog{
	position: relative;
	top: 15px;
	width: 244px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	float: left;
	text-transform: lowercase;
}
.forward_button_weblog{
	float: right;
	text-align: right;
	margin-right: 1px;
}
.back_button_weblog a:link, .back_button_weblog a:visited{
	color: #000000;
	text-decoration: none;
	background-image: url(/images/html/arrow_back_black.gif);
	background-repeat: no-repeat;
	background-position: 1px 7px;
	padding-left: 13px;
}
.forward_button_weblog a:link, .forward_button_weblog a:visited{
	color: #000000;
	text-decoration: none;
	background-image: url(/images/html/arrow_forward_black.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
	padding-right: 13px;
}
.back_button_weblog a:hover, .back_button_weblog a:active{color: #0066FF;text-decoration: underline;background-image: url(/images/html/arrow_back_blue.gif);}
.forward_button_weblog a:hover, .forward_button_weblog a:active{color: #0066FF;text-decoration: underline;background-image: url(/images/html/arrow_forward_blue.gif);}

/*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*/
#weblog_secundary_column{
	position: relative;
	width: 312px;
	float: left;
	background-image: url(/images/html/dotted_line_weblog_small.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 10px;
	line-height: 14px;
	padding-top: 1px;
}
.weblog_secundary_item{
	background-image: url(/images/html/dotted_line_weblog_small_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	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;
}
#twitter_update_list{
	padding-bottom: 5px;
	list-style-position: outside;
	list-style-type: none;
}
#twitter_update_list li{
	padding-bottom: 9px;
}
#twitter_update_list span{
	display: block;
}
.readmore_link_twitter{
	background-image: url(/images/html/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 8px;
	display: block;
	text-decoration: none;
}
.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;
}

/*Accordion*/
h4.toggler {
	cursor: pointer;
}
h4.toggler  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;
}

/*Newsletter*/
.newsletter_weblog{
	background-color: #E5E5E5;
	background-image: url(/images/html/form_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 12px;
	padding-bottom: 35px;
}
form{padding-top:3px;}
label{
	width:56px;
	display: compact;
	float: left;
	margin-top: 1px;
}
.textfield, .textfield_big, .textfield_small{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 256px;
	height: 16px;
	font-size: 10px;
	color: #333333;
	margin-bottom: 8px;
	display: compact;
}
.textfield_small{
	position: absolute;
	width: 108px;
	margin-left: 8px;
}
.textfield_big{
	width: 364px;
	height: 80px;
}
.button, .button_comment{
	font-size: 10px;
	float: right;
	margin-right: 52px
}
.button_comment{
	margin-right: 56px;
}

/*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_print_weblog a:link, .button_print_weblog a:visited{
	color: #000000;
	text-decoration: none;
	background-image: url(/images/html/print_icon.gif);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding-left: 18px;
}
.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: url(/images/html/dotted_line_weblog_big_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 12px;
	padding-bottom: 20px;
	padding-right: 56px;
}
.comments_odd, .comments_even{
	font-size: 10px;
	line-height: 14px;
	background-image: url(/images/html/dotted_line_weblog_big_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	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{background-image: url(/images/html/form_bg_big.gif);}
.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{
	padding-top: 12px;
	padding-bottom: 35px;
	background-image: url(/images/html/form_bg_big.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 10px;
	line-height: 14px;
}
#comments_form h2{padding-bottom: 4px;}
#comments_form label{width:112px;}
.related_link{
	background-image: url(/images/html/arrow_small_blue.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 8px;
	display: block;
}
