@charset "UTF-8";
/* CSS Document */

#head{
	background-image: url(img/blog_head.png);
	background-repeat: no-repeat;
	height: 255px;
	width: 1000px;

}


#body_content{
	background-image: url(img/blog_body.png);
	background-repeat: repeat-y;
	width: 1000px;

}

#left{
	float:left;
	position: relative;
	top: -10px;
	left: 16px;
	width:160px;
	padding-left:12px;
	padding-right:12px;

}

#middle{
	float:left;
	position: relative;
	top: -16px;
	left: 12px;
	width:437px;
	padding-left:12px;
	padding-right:12px;

}

#right{
	float:left;
	position:relative;
	left: 12px;
	width:300px;
	padding-left:12px;
	padding-right:12px;

}


#latest_posts{
	float:left;
	width:969px;
	padding-left:12px;
	padding-right:12px;

}


#foot{
	background-image: url(img/blog_foot.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 15px;

}

/* HEAD */

#head .head_flash{
	position:absolute;
	width: 320px;
	height: 200px;
	top: 15px;
	left: 670px;

}

/* LEFT COLUMN */

#left h3 {
	position: relative;
	left: -12px;
	display: block;
	background-image: url(img/blog_bck_160.png);
	background-repeat: no-repeat;
	margin:0;
	margin-bottom: 10px;
	width: 160px;
	height: 25px;
	padding-top: 16px;
	padding-left: 18px;
	padding-right: 4px;
	color: #CFEBFA;
	letter-spacing: 2px;
	font-size: 13px;
}


#left a {
	font-style: italic;
	font-weight: bold;
	border: 0;
	color: #FFFFFF;
	line-height: 16px;
}

#left a:hover {
	border-bottom: dotted 1px;
}

#left .note {
	color: #CFEBFA;
	font-size: 10px;
	line-height: 13px;
}

/* MIDDLE COLUMN*/

.post_head{
	float: left;
	display: block;
	width: 437px;
	height: 5px;
	background-image: url(img/blog_post_head.png);
	background-repeat: no-repeat;

}

.post_body{
	float: left;
	background-color: #E2EAF4;
	padding-left: 6px;
	padding-right: 6px;
	text-align: justify;
}

.post_foot{
	float: left;
	background-image: url(img/blog_post_foot.png);
	background-repeat: no-repeat;
	width: 437px;
	height: 50px;
	margin-bottom: 25px;
}

#middle h1{
	display: block;
	margin: 0;
	margin-bottom: -12px;
	color: #405DA7;
	font-size: 20px;
}

#middle h3{
	position: relative;
	left: -12px;
	float: left;
	display: block;
	background-image: url(img/blog_bck_437.png);
	background-repeat: no-repeat;
	margin:0;
	margin-bottom: 10px;
	width: 437px;
	height: 25px;
	padding-top: 16px;
	padding-left: 18px;
	padding-right: 4px;
	color: #CFEBFA;
	letter-spacing: 2px;
	font-size: 13px; 

}

#middle a {
	color: #405DA7;
}

#middle img{
	margin-bottom: 10px;
}

#middle .categories{
	display: block;
	margin-bottom: 3px;
	padding-right: 5px;
	text-align: right;
	color: #FFFFFF;

}

#middle a.categories_link{
	color: #FFFFFF;
}

#middle .post_date{
	color: #405DA7;
	font-size: 10px;
	margin-bottom: 10px;
}

#middle .post_text{
	line-height: 16px;

}

#middle .more{
	display: block;
	color: #405DA7;
	margin-top: 20px;
	padding-bottom: 10px;
	background-image: url(img/blog_read_more.png);
	background-repeat: no-repeat;
	background-position: -2px -1px;
	padding-left: 32px;
}

#middle .comment{
	color: #FFFFFF;
	line-height: 16px;
	margin-bottom: 15px;
	border-bottom: dotted 1px #3F484E;
}


#middle .comment_info{
	color: #3F484E;
	font-size: 10px;
}

#middle a.comment_mailto{
	color: #3F484E;
	font-size: 10px;
	font-weight: bold;
}

#middle .navi_page {
	text-align: center;

}

#middle .navi_page a {
	color: #FFFFFF;
	border: 0;
	font-size: 18px;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}

#middle .navi_page a:hover,  #middle a.current_page{
	color: #4B7EBF;
	background-color: #FFFFFF;
}


#middle .navi_page a.arrow:hover {
	background-color: #4B7EBF;
}



/* RIGHT COLUMN */

#right .blogads{
	background-image: url(img/back_blogads.png);
	background-repeat: repeat-y;
	width: 300px;
	margin-top: 10px;
	text-align: center;
}

#right .store{
	background-image: url(img/store.png);
	background-repeat: no-repeat;
	width: 300px;
	margin-top: 10px;
	padding-top: 75px;
}

#right .store_product{
	float: left;
	width: 136px;
	margin: 2px;
	padding: 4px;
	border: solid 1px #80A3CF;
	cursor: pointer;

}

#right .store_product:hover{
	float: left;
	width: 136px;
	margin: 2px;
	padding: 4px;
	border: solid 1px #B5CAE3;
	background-color: #3D74BA

}

#right .store_img{
	float: left;
	margin-right: 4px;

}

#right a.store_link{
	color: #FFFFFF;
	border: 0;

}

#right a.store_link:hover{
	color: #FFFFFF;
	border-bottom: dotted 1px;

}


#right .store_categorie{
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;

}

#right .store_more{
	display: block;
	text-align: right;

}

#right a.store_more_link{
	color: #FFFFFF;
	border-bottom: dotted 1px;

}


/* LATESTS POSTS */

#latests_posts{
	float: left;
	width: 969px;
	margin-left:14px;
	margin-bottom:10px;
	padding-left:12px;
	padding-right:12px;

}
#latests_posts h3 {
	position: relative;
	left: -12px;
	display: block;
	background-image: url(img/blog_bck_969.png);
	background-repeat: no-repeat;
	margin:0;
	margin-bottom: 10px;
	width: 960px;
	height: 25px;
	padding-top: 16px;
	padding-left: 18px;
	padding-right: 4px;
	color: #CFEBFA;
	letter-spacing: 2px;
	font-size: 13px;
}

#latests_posts .lastests_list{
	width: 314px;
	float: left;
}

#latests_posts a {
	color: #CFEBFA;
	font-size: 11px;
	line-height: 15px;
	border: 0;

}

#latests_posts a:hover {
	border-bottom: dotted 1px;
}


/* FORMS */

#left form{
	text-align: center;
}

.input160 {
	width: 152px;
	height: 21px;
	padding-top: 5px;
	padding-left: 4px;
	padding-right: 4px;
	border: 0;
	background: none;
	background-image: url(img/blog_input160.png);
	background-repeat: no-repeat;
	color: #405DA7;
	font-weight: bold;
	font-size: 12px;

}

.input90 {
	width: 84px;
	height: 21px;
	padding-top: 5px;
	padding-left: 4px;
	padding-right: 4px;
	border: 0;
	background: none;
	background-image: url(img/blog_input90.png);
	background-repeat: no-repeat;
	color: #405DA7;
	font-weight: bold;
	font-size: 12px;

}

.button90 {
	width: 92px;
	height: 26px;
	padding : 0;
	border: 0;
	background: none;
	background-image: url(img/blog_button90.png);
	background-repeat: no-repeat;
	color: #CFEBFA;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	cursor: pointer;

}

.button90:hover {
	background-image: url(img/blog_button90_hover.png);
}

.label {
	float: left;
	width: 120px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}

.form_line {
	display: block;
	margin-bottom: 5px;
	padding: 3px;
	color: #FFFFFF;
	font-size: 11px;
	clear:both;
}
.required {
	color:#990066;
}

/*GOOGLE ADS*/

.goog_blog_thema_top{

	position:absolute;
	width:468px;
	height: 15px;
	
	
	top: 180px;
	left: 190px;

}
