/*  
Theme Name: Hamasaki
Theme URI: http://www.jauhari.net/themes/hamasaki/
Description: <p>Hamasaki Theme is magazine style theme. I dedicated this theme for Ayumi Hamasaki.</p> <p>Visit the <a href="http://www.jauhari.net/themes/hamasaki">Theme Page</a> for theme update and other related information. Icon by <a href="http://www.pinvoke.com/">Pinvoke</a> </p><p>The CSS, XHTML and design is released under a <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a></p>
Version: 1.7
Author: Nurudin Jauhari
Author URI: http://www.jauhari.net/
Tags: blue, gree, three columns, fixed width, 125 ads ready, widgets, theme options

	This theme was designed and built by Nurudin Jauhari,
	whose blog you will find at http://www.jauhari.net/themes/hamasaki
	Crafted on 09 July 2008
	Last Edit: 18 February 2009 07.47  +7 GMT

	The CSS, XHTML and design is released under a Creative Commons Attribution 3.0 License:
	http://creativecommons.org/licenses/by/3.0/

*/

@import url("src/menu.css");  /* Drop Navigation specific styles */
@import url("src/contact.css");  /* Contact specific styles */

/* 
*********************
Social Style 	
********************* 
*/

html {
	height: 100%;
}
* {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
p {
	line-height: 1.5em;
	margin: 0 0 0.7em;
}
dl {
	margin: 1em 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0.5em;
	padding: 0;
}
img.right, img.alignright, .entry .alignright {
	float: right;
	margin: 10px 0 0 10px;
}
img.left, img.alignleft, .entry .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
hr {
	display: none;
}
body {
	font: 12px Lucida Sans Unicode, arial, verdana, tahoma, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #666;
}
a:hover, a:active {
	color:#333;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Helvetica, Arial, Verdana, Serif;
}

/* 
********************
Etc
******************** 
*/
br.clear {
	clear: both;
}
/* 
********************
Design 
******************** 
*/
#big_container
{
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:0 auto; 
	width:1000px;
}
#page {
	text-align: left;
	width: 970px;
	margin: 0 auto;
}
#sub-page {
	padding: 20px 0 0;
}
#content-wrap {
	float: left;
	width: 100%;
}
#content {
	margin: 0 320px 0 0;
}
#sidebar {
	float: left;
	margin-left: -300px;
	width: 300px;
}
.side1 {
	width: 300px;
	float: left;
}
.side2 {
	width: 120px;
	float: left;
}
#footer-all {
	border-top: 2px dotted #ccc;
	background: #efefef;
	margin-top: 20px;
}
#footer {
	width: 970px;
	margin: 0 auto;
	padding: 10px 10px 0;
	text-align: left;
	position: relative;
}
#footer p {
	font-size: 80%;
}
#footer p.right {
	text-align: right;
	position: absolute;
	right: 0;
	top: 10px;
}
#footer .rss {
	background: url(images/ico/rss.png) 0 2px no-repeat;
	padding-left: 20px;
}
/*
********************
myHead 
********************
*/
#pager {
/*	height: 90px;*/
}
#headr {
	margin: 10px 0 0;
	padding: 0;
	text-align:left;
	position: relative;
	height: 90px;
}
#top {
	background: #333;
	border-top: 5px solid #990000;/*	border-top: 5px solid #58C6F4;*/
}
#navr {
	height: 40px;
	width: 970px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	font-size: 110%;
}
#navr ul {
	list-style: none;
	padding-top: 10px;
	/*	padding-top: 100px;*/

}
#navr ul li {
	display: inline;
}
#navr ul li a {
	padding: 2px 10px;
	color: #efefef;
}
#navr ul li.current_page_item a {
	background: #990000;
	color: #000;
}
#navr ul li a:hover {
	padding: 2px 10px;
	color: #fff;
	background: #666;
}
.search {
	position: absolute;
	right: 0;
	top: 8px;
}
.search #s {
	width: 200px;
	padding: 4px;
	border: 0px solid #ccc;
	background: #666 /*url(images/ico/search.png) 3px 3px no-repeat*/;
	color: #ccc;
	padding-left: 10px
}
.search #s:hover, .search #s:focus {
	width: 200px;
	padding: 4px;
	border: 0px solid #ddd;
	background: #444 /*url(images/ico/search.png) 3px 3px no-repeat*/;
	color: #fff;
	padding-left: 10px
}
.search #valid_s {
	padding: 3px;
	border: 0px solid #ccc;
	background: #666;
	color: #ccc;
	cursor:pointer;
	height:24px;
}
#headr h1 {
	font-size: 110%;
	padding-top: 25px;
	padding-left: 650px;
}
#headr h1 a {
	color: #B30300;
}
.post h1 {
	margin-bottom:10px;
}
.description {
	display: none;
}
#ads-468 {
	position: absolute;
	right: 0;
	bottom: 20px;
}
.catcat {
	padding-top: 5px;
	/*background: #FFF;*/
}
h3.468-header {
	display: none;
}
/*
********************
myPost 
********************
*/
div#entry_article {
	clear:both;
	top: 10px;
	position: relative;
}
.pix {
	background: #ccc;
}
.lastlast {
	background: #EFEFEF /*url(images/bg/last.jpg) 0 0 no-repeat*/;
	padding: 20px 20px 50px;
	color: #666;
	position: relative;
	z-index: 1;
	border:#000;
}
.lastlast a {
	z-index: 100;
}
.lastlast h2 {
	z-index: 100;
}
.superdate {
	margin-bottom: 10px;
}
.lastlast .metameta {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.superlast {
	float: left;
	width: 600px;
	z-index: 3;
}
.post {
	margin-bottom: 10px;
}
.post h2 {
	font-family: Georgia, Helvetica, Arial, Verdana, Serif;
	font-size: 130%;
	letter-spacing: -1pt;
	margin-bottom: 4px;
	margin-top: 2px;

}
.post h2 a:link, .post h2 a:visited {
	color: #B30300;
}
.superflow {
	border-top: 2px dotted #999;
	padding-top: 20px;
}
.posties {
	/*height: 180px;*/
	margin-bottom: 20px;
	position: relative;
}
.posties h2 {
	margin-bottom: 5px;
}
.double h2 a:link,.double h2 a:visited, .posties h2 a:link, .posties h2 a:visited {
	color: #990000
}
.double h2 a:hover, .posties h2 a:hover {
	color: #7f0101
}
.double .entry, .posties .entry {
	margin-top: 5px;
	margin-bottom: 10px;
}
.leftside {
	float: left;
	width: 650px;
	border-bottom: 1px dotted #999;
	padding: 0 0 10px;
}
.rightside {
	float: right;
	width: 650px;
	border-bottom: 1px dotted #999;
	padding: 0 0 10px;
}
.posties .metameta {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 315px;
}
.posties .metameta .commr {
	position: absolute;
	bottom: 0;
	right: 0;
}

.double .metameta .commr {
	text-align: right;
	position: absolute;
	right: 0;		
	/*bottom: 10px;*/
	bottom: 15px;
}
.tages {
	/*position: absolute;
	left: 0;
	bottom: 10px;*/
	width:515px;
}


.double {
	min-height: 140px;
	width: 650px;
}
.featured {
	margin-top: 20px;
}
.double, .featured-post {
	border-bottom: 1px dotted #999;
	padding: 0 0 10px;
	/*margin-bottom: 20px;*/
	margin-bottom: 8px;
	position: relative;
}
.double {
	padding-bottom: 20px;
	/*padding-bottom: 30px;*/
}
.featured a:link,.featured a:hover {
	color: #B30300;
}
.featured h3 a:visited,.featured h3 a:link {
	color: #ccc;
}
.featured h3.title {
	background: #000;
	padding: 4px;
	margin-bottom: 10px;
}
.post-content {
	float: left;
	width: 480px;
}
.post-image {
	float: right;
}
.postin {
	width: 495px;
}
.featured .tumbr {
}
/*.navigation {
	margin-bottom: 20px;
	min-height: 20px;
}*/
div.pagination {
	text-align:center;
}
div.navigation  {
	margin: 10px 0 0 0;
}
.navigation a {
	color: #990000;
}
.navigation .alignleft {
	float: left;
	width: 47%;
}
.navigation .alignright {
	float: right;
	text-align: right;
	width: 47%;
}
.entry ul, .entry ol {
	margin: 0 0 0.7em 30px;
	line-height: 1.6em;
}
.entry a:link, .entry a:visited {
	color: #990000;
	text-decoration: none;
	font-weight:bold;
}
.entry a:hover {
	color: #000;
	text-decoration: underline;
}
.lastlast a:link, .lastlast a:visited {
	color: #990000;
}
.lastlast a:hover {
	color: #7f0101;
}
blockquote {
	font-style: italic;
	margin-left: 30px;
	font-family: Georgia, serif;
	font-size: 110%;
}
pre, code {
	margin: 0 0 1.2em;
}



/* -------- art --- */
.pagetitle {
	margin-bottom: 20px;
}
.archives ul {
	margin-left: 30px;
}

/*.singlelis {
	clear:both;
	margin-bottom: 20px;
}*/
.singlelis {
	clear:both;
}
.singlelis h3 {
	border-bottom: 1px solid #ccc;
}
.inn {
	border-bottom: 1px dotted #ccc;
	padding: 5px 0 0;
}
/*
********************
myday
********************
*/
#sidebar a {
	color: #333;
}
#sidebar a:hover {
	text-decoration: underline;
}
.side1 ul, .side2 ul {
	list-style: none;
}
.side1 h3, .side2 h3, .side1 h2, .side2 h2 {
	font-size: 16px;
	padding: 4px 0;
	margin-bottom: 5px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
/*.boxr, #sidebar .categories, #sidebar .linkcat, #sidebar .widget {
	margin-bottom: 20px;
}*/
.side1 .gapy {
	margin-right: 10px;
}
.boxtop {
	background: #efefef;
	padding: 15px 0 8px;
	/* margin-bottom: 20px; */
	border: 1px dotted #666;
}
/* Box Ads */
.box-ad {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	text-align: center;
	list-style: none;
	font-size: 0.9em;
}
.box-ad li {
	float: left;
	margin: 0 0 10px 17px;
	padding: 0;
	display: inline;
}
ul.box-ad li a img:hover  {
	box-shadow: 0px 0px 20px #888888;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

#ayu {
	margin-bottom: 20px;
}

.stats {
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	font-size: 90%;
}

.archiv li {
	padding-left: 16px;
	background: url(images/ico/10-dates.png) 0 3px no-repeat;
}
.linkcat li {
	padding-left: 16px;
	background: url(images/ico/10-link.png) 0 3px no-repeat;
}
.meta li {
	padding-left: 16px;
	background: url(images/ico/10-star.png) 0 3px no-repeat;
}

/*
********************
myComment 
********************
*/
h3#trackbacks, h3#comments, h3#respond {
	margin-bottom: 10px;
}

ol.commentlist, ol.trackbacklist {
	list-style: none;
}
.commentlist ul {
	list-style: none;
}
.track {
	padding: 10px 0;
}
.comment {
	padding: 10px 5px;
	position: relative;
	min-height:58px;
	clear:both\9;
}
.comment a {
	color: #004199;
}
.alt {
	background: #EFEFEF;
}
.alt a {
	color: #132A34;
}


.commentlist .children {
	margin-left: 30px;
}


.formin input {
	padding:4px 2px;
	border:solid 1px #aacfe4;
}
textarea {
	width: 100%;
	padding:4px 2px;
	border:solid 1px #aacfe4;
}
.formin #submit {
		clear:both;
		width:125px;
		height:31px;
		background:#666666 url(images/submit.png) no-repeat;
		text-align:center;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
		border: none;
}

.leftarea {
	float: left;
	/*width: 170px;*/
	width: 100px;
}
.leftarea img {
	background: #EFEFEF;
	padding: 4px;
	margin-bottom: 10px;
}
.alt .leftarea img {
	background: #fff;
	padding: 4px;
}
.rightarea {
	margin-right: 50px;
	/*margin-left: 170px;*/
	margin-left: 100px;
}
.commentmetadata {
	position: absolute;
	bottom: 10px;
	/**/
	height: 10px;
}
.numero {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 200%;
}
.alt .numero a {
	color: #fff;
}

.tool-tip {
	color:#444444;
	width:250px;
	z-index:13000;
}
.tool-title {
	font-weight:normal;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	color:#343434;
	padding:8px 8px 5px 8px;
	background:url(images/tips-trans.png) top left;
	text-align:left;
	border: 1px dotted #999;
	border-bottom: none;
}
.tool-text {
	font-size:12px;
	padding:0 8px 8px 8px;
	background:url(images/tips-trans.png) bottom right;
	text-align:left;
	border: 1px dotted #999;
	border-top: none;
}
img.wp-smiley {
	vertical-align: -25%;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* WP 2.7 */
.reply {
	text-align: right;
}

/* AJOUT MiP/

/* Bloc de lien */
.lien_mip {
	border:1px dotted #999999;
	padding:5px;
	margin-bottom:5px;
	overflow:hidden;
}

.lien_mip H2{
	font-family:Georgia,Helvetica,Arial,Verdana,Serif;
	font-size: 12px;
	padding:8px 0 2px 0;

}
.lien_mip ul {
	padding-bottom:7px;
}

.lien_mip li {
	list-style-type:none;
}
/* Bloc CloudTag */
.cloudtag_mip {
	/*border:1px dotted #999999;*/
	/*padding:5px;*/
	margin-bottom:5px;
	text-align:center;
}
.cloudtag_mots_mip {
	margin:5px;
	padding-top:2px;
	border:none;
}
/* Footer */
.footer-text p{
	width:600px;
}
.footer-text p.right{
	width:370px;
}
/* SITE MAP */
div.sitemap_categories  h3, div.sitemap_articles  h3, div.sitemap_tag  h3{
	margin-bottom:10px;
}
div.sitemap_titre h1{
	text-align:center; 
	height:70px;
	color:#900;
}
div.sitemap_col-left1 {
	float:left;
	width:290px;
	margin:0 20px 0 0;
}
div.sitemap_col-left2 {
	float:left;
	width:290px;
	margin:0 0 0 0;
}
div.sitemap_pages{
	margin-bottom:20px;
}
div.sitemap_pages li.pagenav {
	display: block;
	font-size: 1.17em;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}
div.sitemap_pages li.pagenav ul {
	font-size:12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
div.sitemap_pages li.pagenav ul li ul li {
	margin-right:10px;
}
div.sitemap_pages li{
	display:inline;
	margin-right:3px;
}	
div.sitemap_categories {
	margin-bottom:20px;
}
div.sitemap_categories li{
	display:inline;
	text-transform:uppercase;
	margin-right:3px;
}
div.sitemap_tag ul li{
	list-style-type: none;
}
div.sitemap_col-right {
	width:250px;
	float:left;
}
div .sitemap_articles ol {	
	list-style-position:inside;
}
*div .sitemap_articles ol li a{	
	padding-left:10px;
}
#reverse {
	list-style-type: none;
}
/* Openx */
.openx{
	margin-bottom:18px;
}
/* Entete Categories & Tag*/

.MiP_entete {
	background: #EFEFEF none repeat scroll 0px 0px;
	border-bottom-left-radius: 15px 15px;
	border-bottom-right-radius: 15px 15px;
	border-top-left-radius: 15px 15px;
	border-top-right-radius: 15px 15px;
	-moz-border-radius: 15px;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	min-width: 600px;
	padding: 10px;
}
div.MiP_entete_citation {
	clear: both;
}
span.guil_ouv {
	background: transparent url(http://www.gillespudlowski.com/wp-content/themes/Hamasaki/images/guillemets_ouv.png) no-repeat;
	display: block;
	height: 15px;
	margin: 0 0 0 10px;
	width: 21px;
}
.entete_texte p {
	margin:0 40px;
}
span.guil_ferm {
	background: transparent url(http://www.gillespudlowski.com/wp-content/themes/Hamasaki/images/guillemets_ferm.png) no-repeat 100% 50%;
	display: block;
	height: 15px;
	margin: 0px 10px 0px 0px;
	position: relative;
}
.MiP_entete_liens {
	clear: both;
	display: block;
	margin: 20px 10px 20px 15px;
	overflow: hidden;
}
.MiP_entete_liens_col-tete {
	margin: 0px 0px 20px;
	text-align: center;
}
.MiP_entete_liens_titre {
	font-size:14px;
}
.MiP_entete_liens ul {
	font-size: 12px;
	list-style-type: none;
}
.MiP_entete_liens_col-tete ul li {
	display: inline;
}
.MiP_entete_liens_col1 {
	float: left;
	margin-right: 50px;
}
.MiP_entete_liens_col2 {
	float: left;
}
.MiP_entete_liens_col3 {
	float: right;
}
.entete_hover ul li a:hover , .MiP_entete_liens_TAG a:hover {
	color:#990000;
}
.MiP_entete_liens_TAG  {
	font-size:16px;
	text-align:center;
	margin-bottom:20px;
}
.liste-posts_sous-titre {
	clear: both;
	margin: 20px 0px;
}
a.MiP_lien_select {
	color:#990000;
	font-weight:bold
}
/* Similar Post*/
div.Similar_POST {
	background-color:#F8F8F8;
	overflow:hidden;
	padding:20px;
	margin-top:10px;
}
div.Similar_POST h2.titre_SP {
	margin:0 0 12px 0;
}
/*Correction de la superposition des images vs title dans la galerie*/

div.post div.entry p.smallattachment{
	margin-top:10px;
}
/* Bloc adresse en bas de page etab */
div.Etab_adresse_mip {
	clear:both;
	margin-top:10px;
}
form.Etab_adresse_mip_2version {
	width:680px;
	overflow:hidden;
}
fieldset.Etab_adresse_mip_2version_fieldset {
	width:630px;
	overflow:hidden;
	border: solid #CDCDCD 1px;
	padding:10px;
	box-shadow: 5px 5px 13px #CECBC9;
	-webkit-box-shadow: 5px 5px 13px #88;
	margin-bottom: 15px;
}
legend.Etab_adresse_mip_2version_legend {
	font-size:18px;
	padding: 0 2px;
	color: #3C3B3B;
}
div.Etab_adresse_mip_2version h3 {
	font-size:16px;
	margin-bottom: 7px;
}
div.Etab_adresse_mip_2version_zone1{
	width:325px;
	float:left;
}
div.Etab_adresse_mip_2version_zone2{
	width:300px;
	min-height:200px;
	overflow:hidden;
	float:right;
}
span.Etab_adresse_mip_ligne {
	line-height: 18px;
}
/* COMMENTAIRES */
h3.titre_comment {
	font-size:18px;
	margin-bottom:8px;
}
/* COMMENTAIRES HOME*/
.superflow .metameta .commr {
	text-align: right;
	position: absolute;
	right: 0;
}
/* COMMENTAIRES HOME*/
.a2a_kit {
	margin-top:10px;
}
/* RECENT COMMENT*/
form fieldset#recent_comments_mip {
	padding:8px;
	margin-bottom:10px;
}
form fieldset#recent_comments_mip ul li{
	list-style-type:none;
}
legend {
	font-size:16px;
	color:#990000;
}
.recent_comments {
	margin-bottom:10px;
}
.recent_comments ul{
	list-style-type:none;
}
.recent_comments ul li.recent_comments_debut{
	background-repeat: no-repeat;
	padding-left: 24px;
	min-height:22px;
}
span.comment_author {
	color:black;
}
div.recent_comments ul li a:link.comment_title {
	color:666666;
}
div.recent_comments ul li a:hover.comment_title {
	color:333333;
}
.recent_comments_debut {
	margin-top:5px;
}
span.guil_ouv_comment{
	background: transparent url(http://www.gillespudlowski.com/wp-content/themes/Hamasaki/images/guillemets_ouv_comment.png) no-repeat;
	display: block;
	height: 11px;
	margin: 2px 0 0 0;
	width: 15px;
}
.texte_comment p {
	margin:0 10px;
}
span.guil_ferm_comment {
	background: transparent url(http://www.gillespudlowski.com/wp-content/themes/Hamasaki/images/guillemets_ferm_comment.png) no-repeat 100% 50%;
	display: block;
	height: 11px;
	position: relative;
}
div.Twitter_Suivre {
	overflow:hidden;
	margin-top:-20px;
	margin-bottom:10px;
}
div#mesuivre div {
	float:left;
}
/*div#mesuivre div h3 {
	display:inline;
	float:left;
	top: 15px;
	position: relative;
	font-size: 15px;
	margin-right: 10px;
}*/
#suivre_twitter {
	padding: 2px 0 0 10px;
	width:90px;
}
#suivre_google {
	padding-left:15px;
	width:40px;
}
div#mesuivre a:hover img {
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#buttons_sociaux {
	height:25px;
	float: left;
	margin-left: 20px;
	position: relative;
	top: 2px;
}
.GooglePlus1 {
	float:left;
	margin-left: 20px;
}
.GooglePlus1_cat {
	float:right;
}

.button_facebook_article {
	float:left;
}
.twitter_button {
	float:left;
	margin-left:5px;
}

/* PUB GOOGLE */
.GoogleAd_post {
	margin-bottom:10px;
}
/* ARTICLE */
.date_article {
	font-family: Georgia, Helvetica, Arial, Verdana, Serif;
	float:left;
	border-right: 1px grey solid;
	padding-right: 15px;
}
.date_article_intro {
	font-size:12px;
}
.date_article_time{
	font-size:19px;
	color:#666666;
}
/* Archives */
li.archiv ul{
	overflow: hidden;
	margin-bottom:8px;
}
li.archiv ul li {
	float:left;
	width:128px;
}
/* Article plus récent & Archivé */
#ARTICLE_PLUS_RECENT  p{
	width:280px;
	text-align:center;
	margin-left:130px;
	background-color:#DED9D9;
	padding:20px 50px;
	font-size: 14px;
	box-shadow: 1px 1px 14px #555;
	-moz-box-shadow: 0 0 10px 2px #888888;
}
#ARTICLE_PLUS_RECENT  p a {
	text-decoration:underline;
}
#ARTICLE_PLUS_RECENT  p a:hover {
	text-decoration:none;
}
#ARTICLE_ARCHIVE  p{
	width:400px;
	text-align:center;
	margin-left:110px;
	background: transparent url('http://www.gillespudlowski.com/wp-content/themes/Hamasaki/images/articles_archive.gif');
	padding:10px;
	font-size: 14px;
	box-shadow: 1px 1px 14px #555;
	-moz-box-shadow: 0 0 10px 2px #888888;
}
#ARTICLE_ARCHIVE  p span {
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#900;
}
/* Page de Photo - attachment*/
#page_images_lien_article {
	display:block;
	margin:10px 20px 0 0;
	text-align:right;
	text-decoration:underline;
	font-family: Georgia, Helvetica, Arial, Verdana, Serif;
	font-size: 160%;
	letter-spacing: -1pt;
}
#page_images_lien_article:hover {
	text-decoration:none;
}
/* Page de posts*/
p.description_CoupCoeur_Paris{
	margin:10px 0 20px 0;
}
ul.entete_texte_col1 {
	margin:0 50px;
	float:left;
}
ul.entete_texte_col2{
	float:left;
}
#entete_texte_title {
	text-align: center;
	display: block;
	margin-bottom: 5px;
}
div.MiP_entete_citation span.entete_texte p{
	margin: 0 60px;
}
.CoupCoeur_Paris div.post-content {
	margin-bottom:10px;
}
.info-article-liste-menu {
	margin-right:10px;
}
.info-article-liste-menu  strong, .info-article-liste-carte  strong{
	color:#666;
}
/*DIV Hide-Visible*/
#divHideShow_link{
	color:#666;
	font-size:14px;
	overflow: hidden;
	width:600px;
	margin-bottom: 5px;
}
#divHideShow_link:hover {
	color:#900;
	cursor:pointer;
}
#divHideShow_link div {
	float:left;
}
.divHideShow_link_title1 {
	margin-right:50px;
	width:198px;
}
.divHideShow_link_title2 {
	width:196px;
}
.divHideShow_link_title3 {
	width:150px;
}
.flecheDroit1 {
	background: transparent url(/wp-content/themes/Hamasaki/images/fleche-gris2.png) no-repeat 162px 6px;
}
.flecheDroit2 {
	background: transparent url(/wp-content/themes/Hamasaki/images/fleche-gris2.png) no-repeat 144px 6px;
}
.flecheDroit3 {
	background: transparent url(/wp-content/themes/Hamasaki/images/fleche-gris2.png) no-repeat 120px 6px;
}
.flecheBas1 {
	background: transparent url(/wp-content/themes/Hamasaki/images/fleche-gris_bas2.png) no-repeat 162px 6px;
}
.flecheBas2 {
	background: transparent url(/wp-content/themes/Hamasaki/images/fleche-gris_bas2.png) no-repeat 144px 6px;
}
.flecheBas3 {
	background: transparent url(/wp-content/themes/Hamasaki/images/fleche-gris_bas2.png) no-repeat 120px 6px;
}
/*Comments*/
form.formin p input#submit {
	float:right;
}
form.formin p input#submit:hover {
	background:#666666 url(images/submit_hover.png) no-repeat;
}
.subscribe-to-comments {
	float:right;
}
.Similar_POST {
	clear:both;
}
