@font-face {
  font-family: 'Invitation Script';
  src: url('font/InvitationScript/invitation_script.eot');										/* IE9 Compat Modes */
  src: url('font/InvitationScript/invitation_script.eot?#iefix') format('embedded-opentype'),	/* IE6-IE8 */
		url('font/InvitationScript/invitation_script.otf') format('opentype'),
		url('font/InvitationScript/invitation_script.woff2') format('woff2'),					/* Super Modern Browsers */
		url('font/InvitationScript/invitation_script.woff') format('woff'),						/* Pretty Modern Browsers */
		url('font/InvitationScript/invitation_script.ttf') format('truetype'),					/* Safari, Android, iOS */
		url('font/InvitationScript/invitation_script.svg#InvitationScript') format('svg');		/* Legacy iOS */
}
/*==================================================================================================*/
/*                                             SECTION                                              */
/*==================================================================================================*/
#post_content .post_format .section{
	width:100%;
	margin:0px 0px 40px 0px;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
	background-color:#fff;
}
	#post_content .post_format .section a{
		text-decoration:none;
	}
	#post_content .post_format .section .section_strip{
		width:100%;
		height:100%;
		min-height:25px;
		line-height:25px;
		line-height:1.563rem;	/* 25 / 16 = 1.563 */
		position:relative;
		background-image:url('img/blueshade_50.jpg');
		border-top:1px solid #999;
		border-bottom:1px solid #999;
	}
	
		#post_content .post_format .section .section_strip a{
			color:#000;
		}
		#post_content .post_format .section .section_strip a:hover,
		#post_content .post_format .section .section_strip a:hover:visited{
			color:#fff;
		}
		#post_content .post_format .section .section_strip .section_head{
			float:left;
			padding:0px 5px 0px 5px;
		}
			#post_content .post_format .section .section_strip .section_head .section_infos{
				line-height:1.563rem;	/* 25 / 16 = 1.563 */
				font-size:0.750rem;	/* 12 / 16 = 0.75 */
				font-weight:light;
			}
				#post_content .post_format .section .section_strip .section_head .section_infos a{
					
				}
			#post_content .post_format .section .section_strip .section_head .section_title{
				overflow:hidden;
				height:100%;
				font-weight:bold;
				line-height:25px;
				line-height:1.563rem;	/* 25 / 16 = 1.563 */
			}
				#post_content .post_format .section .section_strip .section_head .section_title a,
				#post_content .post_format .section .section_strip .section_head .section_title a:visited{
					color:#fff;
				}#post_content .post_format .section .section_strip .section_head .section_title a:hover,
				#post_content .post_format .section .section_strip .section_head .section_title a:hover:visited{
					color:#000;
				}
			#post_content .post_format .section .section_strip .section_moreinfo{
				margin:0px 5px 0px 0px;
			}
		#post_content .post_format .section .rating{
			/* .rating */
			margin:3px;
			/* .section_rating */
			float:right;
			position:relative;
			top:0px;
			right:0px;
			overflow:hidden;
			height:100%;
		}
		#post_content .post_format .section .section_strip .section_moreinfo{
			float:right;
			height:25px;
			line-height:1.563rem;	/* 25 / 16 = 1.563 */
			font-size:0.750rem;	/* 12 / 16 = 0.75 */
		}
	#post_content .post_format .section .section_content{
		margin:10px 10px 10px 10px;
		overflow:hidden;
	}
		#post_content .post_format .section .section_content .section_description{
			width:100%;
			margin:0px 0px 0px 0px;
			text-align:justify;
			text-justify:inter-word;
		}
			#post_content .post_format .section .section_content .section_description a{
				color:#00c;
				text-decoration:underline;
			}#post_content .post_format .section .section_content .section_description a:hover{
				color:#08f;
			}
		#post_content .post_format .section .section_content .section_screen{
			max-width:100%;
			/*float:left;*/
			margin:0px 10px 5px 0px;
		}
/*==================================================================================================*/
/*                                             ARTICLE                                              */
/*==================================================================================================*/
#post_content .post_format .article{
	margin:0px 0px 50px 0px;
	width:100%;
	border:1px solid #ddd;
	background-color:#fff;
	padding:0px 20px 20px 20px;
}
	#post_content .post_format .article h1{
		border-bottom:1px solid #ddd;
	}
	
	#post_content .post_format .article .article_dates{
		width:200px;
		padding:5px;
		text-align:center;
		display:inline-block;
		background-color:#08f;
		background-image:linear-gradient(#08f, #06d);
		border-top-left-radius:5px;
		border-top-right-radius:5px;
		border-bottom-left-radius:5px;
		border-bottom-right-radius:5px;
		color:#fff;
		font-size:0.625rem;	/* 10 / 16 = 0.625 */
		line-height:1.250rem;	/* 20 / 16 = 1.250 */
		margin:20px 0px 30px 0px;
	}
		#post_content .post_format .article .article_date .date{
			font-size:0.875rem;	/* 14 / 16 = 0.875 */
		}
		#post_content .post_format .article .article_date .time{
			font-size:0.750rem;	/* 12 / 16 = 0.75 */
			font-style:italic;
		}
/*==================================================================================================*/
/*                                              ALBUM                                               */
/*==================================================================================================*/
#post_content .post_format .album{
	width:100%;
	margin:0px 0px 40px 0px;
	/*-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;*/
	background-color:#fff;
	
	border:1px solid #ddd;
}
	#post_content .post_format .album .album_element{
		padding:10px;
	}
	#post_content .post_format .album .album_cover{
		float:left;
		margin:0px 10px 0px 0px;
		max-width:250px;
		max-height:350px;
	}
	#post_content .post_format .album .album_info{
		float:left;
	}
		#post_content .post_format .album .album_info .album_info_title{
			margin:0px 0px 10px 0px;
			font-weight:bold;
			font-size:1.625rem;	/* 26 / 16 = 1.625 */
			color:#000;
		}
		#post_content .post_format .album .album_info .album_info_row{
			
		}
			#post_content .post_format .album .album_info .album_info_row .album_info_row_label{
				display:inline-block;
				width:140px;
				font-weight:bold;
				color:#333;
				float:left;
			}
			#post_content .post_format .album .album_info .album_info_row a,
			#post_content .post_format .album .album_info .album_info_row a:visited{
				color:#08c;
			}
			#post_content .post_format .album .album_info .album_info_row a:hover,
			#post_content .post_format .album .album_info .album_info_row a:hover:visited{
				color:#0cc;
			}
		#post_content .post_format .album .album_info .album_info_description{
			margin:10px 0px 0px 0px;
		}
#post_content .post_format .album_thumbnails{
	width:100%;
	margin:0px 0px 40px 0px;
	/*-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;*/
	background-color:#fff;
	
	border:1px solid #ddd;
}
	#post_content .post_format .album_thumbnails .album_thumbnails_element{
		padding:10px;
		text-align:center;
	}
	#post_content .post_format .album_thumbnails .album_thumbnails_title{
		font-weight:bold;
		font-size:1.625rem;	/* 26 / 16 = 1.625 */
		color:#000;
		/*text-align:center;*/
	}
	#post_content .post_format .album_thumbnails .album_thumbnails_image{
		display:inline-block;
		overflow:hidden;
		margin:10px;
		text-align:center;
		max-width:150px;
	}
		#post_content .post_format .album_thumbnails .album_thumbnails_image a,
		#post_content .post_format .album_thumbnails .album_thumbnails_image a:visited{
			color:#08c;
		}
		#post_content .post_format .album_thumbnails .album_thumbnails_image a:hover,
		#post_content .post_format .album_thumbnails .album_thumbnails_image a:hover:visited{
			color:#0cc;
		}
		#post_content .post_format .album_thumbnails .album_thumbnails_image .album_thumbnails_image_screen{
			overflow:hidden;
			max-height:180px;
		}
			#post_content .post_format .album_thumbnails .album_thumbnails_image .album_thumbnails_image_screen img{
				
			}
		#post_content .post_format .album_thumbnails .album_thumbnails_image .album_thumbnails_image_pagenum{
			
		}
	/*
	.album_thumbnails .button{
		/*display:inline-block;
		padding:5px;
		border:1px solid #bbb;
		border-top-left-radius:3px;
		border-top-right-radius:3px;
		border-bottom-left-radius:3px;
		border-bottom-right-radius:3px;
		font-weight:bold;
		box-shadow:-1px 1px 5px rgba(255, 255, 255, 0.4) inset;
		background-image:linear-gradient(#ddd, #888);
		color:#333;
		font-size:12px;
		font-size:0.750rem;	/* 12 / 16 = 0.75 *//*
	}
	.album_thumbnails .button:hover{
		box-shadow:-1px 1px 5px rgba(000, 000, 000, 0.1) inset;
		background-image:linear-gradient(#999, #ddd);
	}
	.album_thumbnails .button:active{
		box-shadow:-1px 1px 5px rgba(000, 000, 000, 0.4) inset;
		background-image:linear-gradient(#777, #ccc);
	}
	*/
/*==================================================================================================*/
/*                                               TAB                                                */
/*==================================================================================================*/
#post_content .post_format .tab{
	/*width:210px;
	height:140px;
	/*/
	width:calc(50% - 30px);
	height:180px;
	/**/
	display:inline-block;
	overflow:hidden;
	margin:10px;
	border:1px solid #000;
	position:relative;
	z-index:1;
	text-align:left;
	vertical-align:middle;
	background-color:#fff;
	background-size:cover;
	-webkit-filter:grayscale(80%);
	filter:grayscale(80%);
}
#post_content .post_format .tab:hover{
	-webkit-filter:grayscale(0%);
	filter:grayscale(0%);
	/*/
	background-size:auto 100%;
	background-position:-50px -50px;
	/**/
}
	#post_content .post_format .tab img{
		z-index:2;
		position:absolute;
		
		opacity:1;
		filter:alpha(opacity=100);
	}
	#post_content .post_format .tab img:hover{
		opacity:0.8;
		filter:alpha(opacity=80);
	}
	#post_content .post_format .tab .tab_label{
		padding:2px;
		position:absolute;
		bottom:0px;
		text-align:center;
		z-index:4;
		display:inline-block;
		font-size:1.250rem;	/* 24 / 16 = 1.25 */
		color:#fff;
		text-shadow:0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 3px #000, 1px 1px 1px #000, 2px 2px 1px #000;
		width:100%;
	}
	#post_content a > .tab,
	#post_content a > .tab:hover,
	#post_content a > .tab:visited,
	#post_content a > .tab:visited:hover{
		font-family:'arial';
		font-weight:bold;
		color:#333;
	}
	
	@media screen and (max-width:800px){
		#post_content .post_format .tab .tab_label{
			font-size:1.250rem;	/* 24 / 16 = 1.25 */
		}
	}@media screen and (min-width:800px){
		#post_content .post_format .tab .tab_label{
			font-size:2rem;	/* 32 / 16 = 1.25 */
		}
	}
/*==================================================================================================*/
/*                                             PRODUCT                                              */
/*==================================================================================================*/
#post_content .post_format .product{
	position:relative;
	min-width:260px;
	width:30%;
	
	/*height:300px;*/
	display:inline-block;
	overflow:hidden;
	margin:20px 1% 20px 1%;
	border:1px solid #ccc;
	position:relative;
	z-index:1;
	text-align:left;
	vertical-align:middle;
	background-color:#eee;
	/*
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
	*/
}



	#post_content .post_format .product .product_image{
		width:96%;
		height:160px;
		margin:2%;
		background-color:#fff;
		
		background-size:cover;
		background-position:center center;
		background-repeat:no-repeat;
	}
	#post_content .post_format .product .product_informations{
		position:relative;
		margin:2%;
	}
		#post_content .post_format .product .product_informations .product_informations_title{
			display:block;
			width:100%;
			margin:10px;
			font-size:1.125rem;	/* 18 / 16 = 1.125 */
			text-align:left;
			color:#000;
		}
		#post_content .post_format .product .product_informations .product_informations_content{
			margin:10px;
			color:#666;
			
			height:100px;
			overflow-y:scroll;
			
			display:none;
		}
			#post_content .post_format .product .product_informations .product_informations_content::-webkit-scrollbar{
				width:5px;
				background-color:#ccc;
			}#post_content .post_format .product .product_informations .product_informations_content::-webkit-scrollbar-thumb{
				background-image:linear-gradient(#999, #777);
				/*background-color:#04c;*/
			}
		#post_content .post_format .product .product_informations .product_informations_price{
			margin:10px;
			/*display:block;*/
			/*width:100%;*/
			font-size:1.125rem;	/* 18 / 16 = 1.125 */
			text-align:right;
			color:#555;
			/*text-shadow:0px 0px 3px #000;*/
			/*font-style:italic;*/
		}
		#post_content .post_format .product .product_informations .product_viewmore{
			display:block;
			text-align:center;
			height:30px;
			line-height:1.875rem;	/* 30 / 16 = 1.875 */
			background-color:#5f1955;
			background-color:#80bd01;
			color:#fff;
		}
		#post_content .post_format .product:hover .product_informations .product_viewmore,
		#post_content .post_format .product .product_informations .product_viewmore:hover{
			background-color:#80bd01;
			background-color:#5f1955;
		}
/****************************************************************************************************/
#post_content .post_format #productextra{
	border:1px solid #5f1955;
	background-color:#b4a7d6;
}
	#post_content .post_format #productextra .product_informations .product_informations_title{
		color:#5f1955;
		text-shadow:0px 0px 1px #000, 1px 1px 1px #000, 2px 2px 1px #000;
	}
	#post_content .post_format #productextra .product_informations .product_viewmore{
		visibility: hidden;
	}#post_content .post_format #productextra .product_informations .product_viewmore:after{
		visibility:visible;
		display:block;
		text-align:center;
		height:30px;
		line-height:1.875rem;	/* 30 / 16 = 1.875 */
		background-color:#5f1955;
		color:#fff;
		content:'Nos Propositions';
		margin-top:-30px;
	}
	#post_content .post_format #productextra .product_informations .product_viewmore:hover:after{
		background-color:#fff;
		color:#5f1955;
	}
	#post_content .post_format  #productextra .product_informations .product_informations_price{
		visibility:hidden;
	}
	#post_content .post_format  #productextra .product_informations .product_informations_price:after{
		display:inline-block;
		content:'Laissez nous vous guider';
		visibility:visible;
	}
/*==================================================================================================*/
/*                                          PRODUCT_DETAILS                                         */
/*==================================================================================================*/
#pr_content .post_format .product_details{
	padding:10px;
	margin-top:70px;
	/*border:1px solid #999;*/
	-moz-box-shadow:0px 0px 5px #777;
	-webkit-box-shadow:0px 0px 5px #777;
	box-shadow:0px 0px 5px #777;
	background-color:#fff;
}
	@media screen and (max-width:600px){
		#post_content .post_format .product_details .product_details_gallery,
		#post_content .post_format .product_details .product_details_infomations{
			width:100%;
		}
	}@media screen and (min-width:601px){
		#post_content .post_format .product_details .product_details_gallery,
		#post_content .post_format .product_details .product_details_infomations{
			width:49%
		}
	}
	#post_content .post_format .product_details .product_details_gallery{
		float:left;
		margin-bottom:20px;
		/*height:300px;*/
		/*background-color:#ccc;*/
		
	}
		#post_content .post_format .product_details .product_details_gallery .product_details_gallery_cover{
			/*padding:8px;
			background-color:#e8e8e8;*/
			
		}
		#post_content .post_format .product_details .product_details_gallery img{
			border:1px solid #777;
			cursor:zoom-in;
		}
		#post_content .post_format .product_details .product_details_gallery .product_details_gallery_thumbs{
			
		}
			#post_content .post_format .product_details .product_details_gallery .product_details_gallery_thumbs .product_details_gallery_thumbs_thumb{
				float:left;
				margin:10px 10px 0px 0px;
				width:50px;
				height:50px;
				border:1px solid #777;
				background-color:#777;
				background-size:cover;
				background-repeat:no-repeat;
				background-position:center center;
				
				cursor:pointer;
			}
	#post_content .post_format .product_details .product_details_infomations{
		float:right;
	}
		#post_content .post_format .product_details .product_details_infomations .product_details_infomations_texts{
			/*background-color:#cfc;*/
		}
			#post_content .post_format .product_details .product_details_infomations .product_details_infomations_texts h1{
				margin:0px;
				font-size:1.313rem;	/* 21 / 16 = 1.313 */
			}
			#post_content .post_format .product_details .product_details_infomations .product_details_infomations_texts span{
				color:#999;
			}
			#post_content .post_format .product_details .product_details_infomations .product_details_infomations_texts .product_details_infomations_texts_content{
				color:#555;
			}
		#post_content .post_format .product_details .product_details_infomations .product_details_infomations_panel{
			border-top:1px dotted #ccc;
			padding-top:15px;
		}
			#post_content .post_format .product_details .product_details_infomations .product_details_infomations_panel .product_details_infomations_panel_price{
				margin:auto;
				/*width:200px;*/
				height:50px;
				font-size:1.500rem;	/* 24 / 16 = 1.5 */
				line-height:3.125rem;	/* 50 / 16 = 3.125 */
				text-align:center;
				font-weight:bold;
				
				background-color:#80bd01;
				background-color:#eee;
				color:#555;
			}
				#post_content .post_format .product_details .product_details_infomations .product_details_infomations_panel .product_details_infomations_panel_price .product_details_infomations_panel_price_small{
					font-size:0.875rem;	/* 14 / 16 = 0.875 */
					font-weight:normal;
				}
			#post_content .post_format .product_details .product_details_infomations .product_details_infomations_panel .product_details_infomations_panel_quantity{
				border-top:1px dotted #ccc;
				border-bottom:1px dotted #ccc;
				padding:20px 0px 20px 0px;
				margin:20px 0px 20px 0px;
				/*max-width:100px;*/
			}
				#post_content .post_format .product_details .product_details_infomations .product_details_infomations_panel .product_details_infomations_panel_quantity .line{
					max-width:80px;
				}
				#post_content .post_format .product_details .product_details_infomations .product_details_infomations_panel .product_details_infomations_panel_quantity label{
					display:inline-block;
					padding-right:10px;
				}
				#post_content .post_format .product_details .product_details_infomations .product_details_infomations_panel .product_details_infomations_panel_quantity_value{
					height:20px;
				}
			#post_content .post_format .product_details .product_details_infomations .product_details_infomations_panel .product_details_infomations_panel_addtocart{
				background-image:linear-gradient(#73e600, #55aa00);
				/*border-radius:5px;*/
				height:40px;
				line-height:2.500rem;	/* 40 / 16 = 2.500 */
				text-align:center;
				border:1px solid #55aa00;
				color:#fff;
				text-shadow:0px 0px 1px #000;
				font-weight:bold;
			}
/*==================================================================================================*/
/*                                              MESSAGE                                             */
/*==================================================================================================*/
#post_content .post_format .message{
	width:100%;
	margin:0px 0px 15px 0px;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
	background-color:#fff;
}
	#post_content .post_format .message a{
		text-decoration:none;
	}
	#post_content .post_format .message .message_strip{
		width:100%;
		min-height:50px;
		overflow:hidden;
		position:relative;
		border-top:1px solid #999;
		border-bottom:1px solid #999;
	}
	#post_content .post_format .message .message_strip .message_strip_on{
		background-image:url('img/onshade_50.png');
	}
	#post_content .post_format .message .message_strip .message_strip_off{
		background-image:url('img/lblueshade_50.jpg');
	}
		#post_content .post_format .message .message_strip  a{
			color:#000;
		}
		#post_content .post_format .message .message_strip a:hover{
			color:#fff;
		}
		#post_content .post_format .message .message_poster{
			float:left;
			height:100%;
			line-height:3.125rem;	/* 50 / 16 = 3.125 */
			margin:0px 10px 0px 0px;
		}
			#post_content .post_format .message .message_avatar{
				float:left;
				margin:5px;
				width:40px;
				height:40px;
				overflow:hidden;
				background-color:#ccc;
			}
			#post_content .post_format .message .message_head{
				float:left;
			}
				#post_content .post_format .message .message_pseudo{
					padding:0px 0px 0px 5px;
					/*line-height:1.563rem;	/* 25 / 16 = 1.563 */
					font-size:1rem;	/* 16 / 16 = 1 */
					font-weight:bold;
				}
				#post_content .post_format .message .message_date{
					padding:0px 5px 0px 5px;
					/*line-height:1.563rem;	/* 25 / 16 = 1.563 */
					font-size:0.750rem;	/* 12 / 16 = 0.750 */
					font-weight:light;
				}
	#post_content .post_format .message .message_content{
		padding:0px 0px 10px 0px;
		margin:10px 10px 10px 10px;
		overflow:hidden;
	}
/*==================================================================================================*/
/*                                             THUMBNAIL                                            */
/*==================================================================================================*/
#post_content .post_format .thumbnail{
	display:inline-block;
	overflow:hidden;
}
	#post_content .post_format .thumbnail a,
	#post_content .post_format .thumbnail a:hover,
	#post_content .post_format .thumbnail a:hover:visited,
	#post_content .post_format .thumbnail a:visited{
		color:#000;
	}
	#post_content .post_format .thumbnail .thumbnail_cover{
		position:relative;
		display:inline-block;
		border:1px solid #ccc;
		margin:5px;
		overflow:hidden;
		z-index:2;
	}
		#post_content .post_format .thumbnail .thumbnail_info{
			position:absolute;
			width:100%;
			padding:2px;
			display:none;
			bottom:0;
			background-color:#0f0;
			z-index:3;
			text-align:center;
			vertical-align:middle;
		}
		#post_content .post_format .thumbnail:hover  .thumbnail_info{
			display:block;
			background-color:rgba(255,255,255,0.7);
		}
			#post_content .post_format .thumbnail a .thumbnail_info_title,
			#post_content .post_format .thumbnail a .thumbnail_info_title:hover,
			#post_content .post_format .thumbnail a .thumbnail_info_title:hover:visited,
			#post_content .post_format .thumbnail a .thumbnail_info_title:visited{
				color:#049;
				font-weight:bold;
			}
			#post_content .post_format .thumbnail a .thumbnail_info_pages,
			#post_content .post_format .thumbnail a .thumbnail_info_pages:hover,
			#post_content .post_format .thumbnail a .thumbnail_info_pages:hover:visited,
			#post_content .post_format .thumbnail a .thumbnail_info_pages:visited{
				color:#444;
				font-size:0.750rem;	/* 12 / 16 = 0.75 */
			}
/*==================================================================================================*/
/*                                               TITLE                                              */
/*==================================================================================================*/
#post_content .post_format .post_title{
	/*margin:0px 0px 30px 0px;*/
}
	#post_content .post_format .post_title h1{
		border-bottom:1px solid #5f1955;
		font-family:'Invitation Script';
		font-family:'Bodoni XT';
		font-size:4.375rem;	/* 70 / 16 = 4.375 */
		font-size:40px;	/* 70 / 16 = 4.375 */
		/*color:#000;*/
		color:#5f1955;
		font-weight:lighter;
		/*text-shadow:0px 0px 0px #000;*/
	}
/*==================================================================================================*/
/*                                              RUBRIC                                              */
/*==================================================================================================*/
#post_content .post_format .rubric{
	float:left;
	margin:0px 15px 50px 15px;
	width:100%;
}
	#post_content .post_format .rubric h1{
		font-size:1.500rem;	/* 24 / 16 = 1.5 */
		color:#08f;
		border-bottom:2px solid #08f;
		text-shadow:2px 2px 2px #888;
		font-weight:lighter;
	}
	#post_content .post_format .rubric .screen{
		margin-bottom:15px;
		width:100%;
		height:150px;
		overflow:hidden;
	}
	#post_content .post_format .rubric p{
		text-align:justify;
		text-justify:inter-word;
		overflow:hidden;
	}
	#post_content .post_format .rubric p.truncated{
		max-height:10em;
		margin-bottom:5px;
		text-overflow:ellipsis;
		/*word-wrap:break-word;*/
	}
	#post_content .post_format .rubric a,
	#post_content .post_format .rubric a:visited{
		color:#00f;
	}
	#post_content .post_format .rubric a:hover,
	#post_content .post_format .rubric a:visited:hover{
		color:#0cf;
	}
/*==================================================================================================*/
/*                                              ALBUM                                               */
/*==================================================================================================*/









/*--------------------------------------------------------------------------------------------------*/
/*                                              PERIOD                                              */
/*--------------------------------------------------------------------------------------------------*/
#post_content .periods{
	width:100%;
}
	#post_content .periods h1{
		border-bottom:1px solid #000;
		font-family:'Invitation Script';
		font-size:4.375rem;	/* 70 / 16 = 4.375 */
		color:#000;
		font-weight:lighter;
		text-shadow:0px 0px 0px #000;
	}
	#post_content .periods .year{
		margin:30px 0px 0px 0px;
		font-size:1.250rem;	/* 20 / 16 = 1.250 */
		font-weight:bold;
	}
	#post_content .periods .month{
		width:100%;
		margin:50px 0px 50px 0px;
	}
		
		#post_content .periods .month table{
			width:100%;
			border-spacing:0px;
			border-collapse:collapse;
		}
		#post_content .periods .months ul{
			list-style-type:none;
			list-style-image:none;
			border:1px solid #ddd;
			border-top-left-radius:5px;
			border-top-right-radius:5px;
			border-bottom-left-radius:5px;
			border-bottom-right-radius:5px;
			padding:0px;
			overflow:hidden;
			display:inline-block;
			clear:both;
		}
			#post_content .periods .months ul li{
				float:left;
				padding:5px;
				display:inline-block;
				width:35px;
				background-color:#fff;
				text-align:center;
				vertical-align:middle;
				font-size:1rem;	/* 16 / 16 = 1 */
				font-weight:bold;
			}
			#post_content .periods .months ul a li:hover{
				/*background-image:linear-gradient(#08f, #04c);*/
				background-image:linear-gradient(#eee, #bbb);
				color:#000;
			}
			#post_content .periods .months ul a li.active{
				/*background-image:linear-gradient(#06d, #02a);*/
				background-image:linear-gradient(#ddd, #999);
				color:#fff;
			}
				#post_content .periods .months ul a,
				#post_content .periods .months ul a:visited{
					color:#000;
				}
				#post_content .periods .months ul a:hover,
				#post_content .periods .months ul a:visited:hover{
					color:#fff;
				}
			
			#post_content .periods .month table thead tr th{
				width:14%;
			}
			#post_content .periods .month table tbody tr td{
				height:120px;
			}
			#post_content .periods .month table tbody tr td.day{
				min-height:120px;
				border:1px solid #ccc;
				background-color:#fff;
				vertical-align:top;
				position:relative;
				
			}
				#post_content .periods .month table tbody tr td.day .number{
					position:absolute;
					color:#ccc;
					font-size:1rem;	/* 16 / 16 = 1 */
					font-weight:bold;
					right:5px;
					bottom:5px;
					z-index:7;
				}
				#post_content .periods .month table tbody tr td.day a,
				#post_content .periods .month table tbody tr td.day a:visited{
					color:#000;
				}
				#post_content .periods .month table tbody tr td.day a:hover,
				#post_content .periods .month table tbody tr td.day a:visited:hover{
					color:#fff;
				}
				#post_content .periods .month table tbody tr td.day .event{
					padding:5px;
					font-weight:bold;
				}
/*--------------------------------------------------------------------------------------------------*/
/*                                            POST_STAMPS                                           */
/*--------------------------------------------------------------------------------------------------*/
#post_content .post_stamps{
	margin:10px;
}
	#post_content .post_stamps .post_stamps_line{
		font-size:0.750rem;	/* 12 / 16 = 0.750 */
		text-align:right;
		width:100%;
	}
		#post_content .post_stamps .post_stamps_line .post_stamps_line_label{
			color:#555;
		}
		#post_content .post_stamps .post_stamps_line a{
			color:#d70;
		}
		#post_content .post_stamps .post_stamps_line a:hover{
			color:#009;
		}
/*--------------------------------------------------------------------------------------------------*/
/*                                           LEGAL_NOTICE                                           */
/*--------------------------------------------------------------------------------------------------*/
#post_content .legal_notice{
	background-color:#fff;
	border:1px solid #ddd;
	padding:10px 20px 20px 20px;
}
	#post_content .legal_notice h1{
		border-bottom:1px solid #ddd;
	}
	#post_content .legal_notice h2{
		color:#333;
	}
	#post_content .legal_notice h3{
		color:#333;
		margin:0px;
		font-size:16px;
		font-size:1rem;
	}
	#post_content .legal_notice p{
		text-align:justify;
		color:#555;
	}
	#post_content .legal_notice .tmp{
		color:#f00;
		display:none;
	}