/*   
Theme Name: The HTML5 Reset Theme
*/

#page-wrap,header,#container,#main_content,#sidebar,#footer, article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {
	list-style: none;
}
.menu-header ul li::before {
	content: none; 
}
ul li::before {
	content: "\25AA"; 
	color: #9A1750;
	display: inline-block; 
	width: 1em;
  	margin-left: -1em
}
ul li {
	padding-top:3px;
	padding-bottom:3px;
}
blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {color:black;margin: 0; padding: 0; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	vertical-align: bottom; *vertical-align: baseline;
}
select, input, textarea {
	padding:5px;
	margin-top:5px; 
	margin-bottom:5px; 
	margin-right:0px;
	border:1px solid; 
	width:100%;
}
input[type=submit]{
	width:100%;
	text-align:right;
	background:transparent; 	
	font-weight:bold;
	border:none;
}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {color:black;outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}
#submit{text-align:left;}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/
/* My STYLES */
/* --------- */
	


/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/
/*html elements*/
html, body{ 
	margin:0 auto;}
body{	
	font-family: Monotype Corsiva, Times, Serif;
/*	font-family: 'Poppins', 'Arial', sans-serif;*/
	font-size:1.2em;
	letter-spacing:0.05em;
	line-height:1.3em;}
/* we like off-black for text */
body, select, input, textarea {color:#151020;}

h1,h2,h3,h4,h5 {
	font-variant:small-caps; 
}
h1{
	font-size:1.8em;
	line-height: 1.2em;
}
a {	
	text-decoration:none;
	text-transform:none;
	}
a:hover {
	text-decoration:underline; 
}
.more-link{
	display:block;
	margin-top:10px;
}
/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #8080aa; text-shadow: none;}
::selection {background: #8080aa; text-shadow: none;} 

article{
	background:url(_/lgline.png) bottom center no-repeat;
	padding-bottom:10px;
	padding-top:20px;
}
article:last-of-type {
  background:none;
}
article cite{font-style:normal}
blockquote{margin-bottom:0.5em;}
blockquote p{font-style:italic;line-height:25px;}

ins {background-color: #000; color: #000; text-decoration: none;}
mark {background-color: #000; color: #000; font-style: italic; font-weight: bold;}
ol{list-style:none;margin:30px 0 0px 0;}

/*Header styling*/
.header{padding-top:60px;}
h2.logU{color:black;
	font-size:1.7em;
	padding-left:80px;
	margin-top:-50px;
	font-family:serif;
}
a#logo{
	position:relative;
	left:40px;
	margin-bottom:60px;
	}
a#logo:hover{
	text-decoration: none;
	}
.header h1{
	width:375px;
	height:137px;
	display:block;
	background:url(_/logo.png) no-repeat top left;
	text-indent:-9999px;}
	
/*content*/
.input{}

nav li a {font-weight:normal;
font-style:normal;}

/*set up for home page*/

#page-wrap{
	position:relative;
	max-width:960px;
	height:auto;
	margin:10px auto;
}

#chopinface{
    background: url(https://www.fondationchopin.org/wp-content/uploads/2021/09/chopinface.jpg) no-repeat  ;
    display: inline-block;
	position:absolute;
	right: 150px;
	top: 5px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #9A1750;
    width: 240px;
    height: 240px;
    background-size: cover;
}


header{	z-index:10;clear:both;
	position:relative;
	width:100%;
	}
#main_content{
	width:780px;
	margin-left:230px;
}
#main_content_w{
	width:910px;
	margin-left:0px;	
}
#content{
	width:450px;
	float:left;
	padding:0 15px 0;
}
#content_w{
	width:620px;
	float:left;
	padding:0 15px 0 50px;
}
#wide_content{width:830px;margin-left:130px;padding-top:45px;}

.comm{clear:both;display:none;width:100%;padding-top:30px;}

#introfond cite{color:#666;font-size:0.8em;}
#introfond {background:url(_/sscont.png) bottom center no-repeat;padding-bottom:70px}
.slideshow{margin-top:20px}
#content_w .blogroll a img{
	display:block;
	margin-top:-20px;
	margin-bottom:10px;
	border:0px;
	border-radius:10px;
}
.blogroll a::after, .blogroll a img::after{
    content: "\a";
    white-space: pre;
}
.blogroll li{
	margin-top:10px;
	margin-bottom:10px;
}
.linkcat{
	padding:0px;
}
.linkcat::before{
	content:none;
}
.leconseil h3{font-size: 1.2em;margin-top:-20px;}
.leconseil h4{font-size: 1em;}
.leconseil a{
	text-decoration:underline;}
.leconseil .post-meta li span{display:none;}
.leconseil .post-meta li {margin:-5px 0 10px 0;}
#lereste{margin:30px 0 0 30px}

#laureats {background:url(_/botlaureats.png) bottom center no-repeat;position:absolute; width:210px;top:350px;left:0px;padding:0 10px 100px 10px;text-align:center;}

#laureats h3{background:url(_/headlaureats.png) 10px 0 no-repeat;text-align:center;padding: 110px 0 30px 10px;}
#laureats h4{}
#laureats a{text-align:center; padding-top:10px;}
#laureats p{ font-size:80%; text-align:left; line-height:1.2em; padding:10px;}
#laureats dl{margin:-20px 0px 0px 0px;}
#laureats dd{padding:0px 0px 40px 0px; background:url(_/litline.png) bottom center no-repeat;}
a.laulink{
	display:block;
	margin-top:20px}

#widgets{
	width:215px;
	float:left;
	padding:0 15px 0 15px;
	border-left:3px solid #E3AFBC;
}
#widgets input[type=submit]{}
#s{width:90%;}

#pub{text-align:center;background:url(_/pubornam1.png) top center no-repeat;padding:90px 0px 0px 0px;}
#pub h3{background:url(_/pubornam2.png) bottom center no-repeat;width:210px;padding:0px 0px 100px 0px;font-size:18px;letter-spacing:2px;text-align:center;}
#pub a{ display:block;text-align:center;margin-top:10px; font-style:normal;}

#sidebar{width:680px;clear:both;margin-left:230px;padding:30px 15px 0 15px;}
#sidebar h3{padding:10px 0px 0px 0px;}
#sidebar p{padding:10px 0px 20px 0px;}
.lastev{ 
	background:url(_/lgline.png) bottom center no-repeat;
	padding-bottom:5px;
	padding-top:5px;
}
.shortex{padding-top:20px}


#soc {padding-top:20px}
#soc h2{}
#soc h3{padding-bottom:80px;}
#soc a{}
#tweets, #facebook{width:300px;float:left;padding:0px 15px 0px 15px;}

#tweets{background:url(_/tweet.png) 15px 50px no-repeat; margin-left:10px}
#tweet_content cite{}
#tweet_content p{font-size:11px;}
#tweet_content ul li{} 
#tweet_content a{font-size:11px;display:block; margin:-30px 0px 30px 0px;text-align:right;}
#facebook{background:url(_/facebook.png) 15px 50px no-repeat; margin-left:10px}
#rss-3 a {font-size:13px;}
#rss-3 span{display:block; margin:5px 0px 10px 0px;font-size:11px;text-align:right;}
.rssSummary{font-size:11px;margin-bottom:5px;}
#rss-3 cite{}
#rss-3 h2 {position:absolute; left:-10000px}
#rss-3 img{position:absolute; left:-10000px}
#rss-3 li a{font-size:11px;}



/*Cforms*/
.linklove{
	visibility:hidden;}
#cformsform input[type=submit]{text-align:left;}

#footer{
	clear:both;
	width:95%;
	margin:0 auto; 
	padding-top:10px;
	border-top:3px solid #E3AFBC;
	line-height: 1em;
}

#comad ul, #shmenu ul,  #lks ul{padding-left:15px}

#adress,#comad,#shmenu,#lks{margin:15px 10px 20px 20px;}
#adress{width:30%;float:left;}
#comad{width:30%;float:left;}
#lks{width:30%;float:left;}

copy{
	display:block;
	clear:both;
	width:100%;
	height:40px;
	border-top:3px solid #E3AFBC;
	font-size:0.6em;
	text-align:center;
	padding-top:20px;
}

.entry{
	display:block;
	padding:10px 0 10px 0;
}
.entry-content img{}
.entry-content a {}
.entry-content a:hover {}


/*a.suite{width:100%;display:block;text-align:right;}
.navigation {margin:0 0 50px 0;}*/
.next-posts{float:right;}
.prev-posts{float:left;}

ol.commentlist {list-style: none;}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {border-bottom: 1px dotted #666; padding: 10px;}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {font-style: normal;}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {float:right; margin: 0 0 10px 10px;}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {font-size: 10px;}
ol.commentlist li.comment div.comment-meta a {color: #ccc;}
ol.commentlist li.comment p {}
ol.commentlist li.comment ul {}
ol.commentlist li.comment div.reply {font-size: 11px;}
ol.commentlist li.comment div.reply a {font-weight: bold;}
ol.commentlist li.comment ul.children {list-style: none; margin: 10px 0 0;}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {border-left: 5px solid #555; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-3 {border-left: 5px solid #999; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-4 {border-left: 5px solid #bbb; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {background: #fff;}
ol.commentlist li.odd {background: #f6f6f6;}
ol.commentlist li.parent {border-left: 5px solid #111;}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

/*navigation css*/

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

#access {
	z-index:1000;
	display: block;
	text-align:center;
	margin-top: 60px;
	width: 100%;
	
}
.menu-header{
	}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	text-align:center;
	margin-left:-25px;
}
#access .menu-header li,
div.menu ul li {
	display:inline;
	position: relative;
}
#access a {
	color: #E0DDCE;
	display: inline-block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 20px;
	padding-right: 20px;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
	font-variant:small-caps;
	text-decoration: none;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 23px;
	left:0px;
	padding:0 auto;
	float: left;
	z-index: 99;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	font-size: 1em;
	padding: 5px 10px;
	line-height: 15px;
	width:150px;
	line-height: 1.5em;
}
#access li:hover > a,
#access ul ul :hover > a {
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fcfddd;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fcfddd;
}

.byline{display:none;}

/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	
		
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}

/* =Images
-------------------------------------------------------------- */
#feature-image{
	text-align:center;
	padding: 20px;
	display:block;
	clear: left ;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}

#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/* COLORS CUSTOM */
body{	
	background-color: #9A1750;
}
#page-wrap{
	background-color:#E3E2DF;
}
h1,h2,h3,h4,h5 {
	color:#5D001E;
}
a {	
	color:#a34d72; 
}
a:hover {
	color:#5D001E; 
}
.menu-header a {
	background: #9A1750;
}
.menu-header ul ul :hover > a {
	background:#5D001E;
}
/* language highlight */
.menu-header span {
	color:#b88a97;
}
.wpglobus-current-language > a > span::before {
    font-family: 'Font Awesome 5 Free'; 
	font-weight: 900;
	content: '\f0ac';
	padding-right:10px;
}

#access {
	background:#9A1750;
}
select, input, textarea {
	border-color:#a34d72;
}
input[type=submit]{
	color:#a34d72;
}
#content img, #content_w img, #feature-image img{
	border: 2px solid #a34d72;
	border-radius: 20px;
}
#content img.icon, #content_w img.icon{
	border: 0px;
	border-radius: 0px;
}