@charset "UTF-8";
/*
Theme Name: Discordance
Theme URI: http://www.discordance.fr/
Description: A Magazine theme framework for Wordpress by <a href="http://www.myruiner.com">MyRuiner</a>
Version: 2.2.4
Tags: photography, one-column, two-column, theme options, minimal, widgets, white, portfolio, video, framework
Author: MyRuiner
Author URI: http://www.discordance.fr/
License: GPL
*/

/* import core styles | Basis-Stylesheets einbinden */


/* import print layout | Druck-Layout einbinden */
#ArticleGallery ul
{
  width: 625px;
  float: left;
  margin: 0px;
  padding: 2.5px;
}
#ArticleGallery li
{
  float: left;
  width: 98px;
  margin: 0;
  padding: 2.5px;
}

.encadre{
background:#dbd5db;
border:solid 1px black;
border-color:#b0aab0;
padding:5px;
margin:5px 0px 15px 0px;
}

.Lettrine{
font-size:28px;
}

.notes{
margin:35px 0px 20px 0px;
font-size:90%;
color:#333333;
}

.notes li{
padding:0 0 0 10px;
}

.notes p {
line-height: 1.5em;
margin:0.5em 0 0 0;
}


#galleria{height:400px;}


#scroll {
	position:relative;
	overflow:hidden;
	border:1px solid #ddd;
	width:575px;
	padding:20px 0px 0px 0px;
	height:480px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
		background:black;
}

#tools {
	width:9999em;
	position:absolute;
	height:480px;

	color: white;
}

.tool {
	float:left;
	width:575px;
	height:340px;
}
.playerVideo{text-align:center;}
.playerDetails{padding-left: 30px; color:white;}
.playerDetails a {color:white;}
.playerTitle{font-size:16px;}
.slide{ position: relative; display: inline-block; text-align: center;  padding:11px 10px 0px 0px;}
.slide img{ border:2px solid #333;cursor:pointer;}


.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 10px 0 5px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;

}

.underlinemenu li{
display: inline;
color: #494949;
}

.underlinemenu a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 3px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 0px solid gray; /*bottom border is 3px*/
}

.underlinemenu a:hover, .underlinemenu a.selected{
border-bottom-color: black;
}

.socialMenu  ul {
	padding: 10px 20px 10px;
}
.socialMenu  li{
	display: inline;
	padding:0px 5px;
	color:white;
}
.socialMenu  a{
	color:white;
}