
/***************************************************************************/
/* HTML Tags */
/***************************************************************************/

body {
  background-color:#000000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  margin:0px;
  padding:0px;
        text-align:center;
}

h1 {
        margin:0px;
        padding:0px;
}

blockquote {
  border-width:1px 1px 1px 8px;
  border-color:#C5C4BC;
  border-style:dotted dotted dotted solid;
  background-color:transparent;
  padding:0em 1em;
}

pre {
  overflow:auto;
        width:80%;
  font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'LucidaTypewriter', monospace;
  background: transparent;
  border: solid 1px #aaa;
  padding: 0px 10px 15px 10px;
}

code {
  font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'LucidaTypewriter', monospace;
  font-size: 11px;
  background: transparent;
  border: solid 1px #aaa;
}
A:link, A:visited {
font-family: "Trebuchet MS", Arial, Verdana, Tahoma, Geneva, sans-serif;
font-size: 11px;
color: #FFDF31;
background-color: transparent;
text-decoration: none;
}
A:active, A:hover {
color: #FF3810;
background-color: transparent;
}

.comment-text pre {
  margin:0px 30px;
}

pre code, pre pre {
  border: 0;
}

/***************************************************************************/
/* This is the container for the whole page */
/***************************************************************************/

.page {
  max-width:770px;
  min-width:770px;

  
  position:relative;
  padding:5px;
  margin:0 auto;
  text-align:left;
}

/***************************************************************************/
/* Header */
/***************************************************************************/

.header {
  border-color:#000000;
  background-color:#000000;
  height:176px;
  background-image:url("http://www.celebratemozart.com/wp-content/themes/mozart/img/top1.jpg");
  background-repeat:no-repeat;
  background-position:center;
  border-style:solid;
  margin-bottom:14px;
  border-width: 1px;
  padding-left:10px;
}

.blog-name:link, .blog-name:visited, .blog-name:hover {
  color:#3A3B43;
  font-family:Arial, Helvetica, sans-serif;
  font-size:34pt;
  font-weight:bold;
  text-decoration:none;
}

.blog-description {
  color:#3A3B43;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12pt;
  font-weight:normal;
  margin:0px;
  padding-left:5px;
}

/***************************************************************************/
/* Post */
/***************************************************************************/

.post-title:link, .post-title:visited, .post-title:hover {
        font-family:Arial, Helvetica, sans-serif;
        color:#FFDF31;
        text-decoration: none;
        background-color: #000000;
        margin-bottom:0px
}

.post-content, .comment-content {
        font-size:8pt;
}

/***************************************************************************/
/* Sidebars */
/***************************************************************************/

.left-sidebar, .right-sidebar {
        top:188px;
        font-size:8pt;
        position:absolute;
}

.left-sidebar {
        width:180px;
        left:5px;
}

.right-sidebar {
        width:153px;
        right:5px;
}

/***************************************************************************/
/* Widgets */
/***************************************************************************/

.left-widget-title {
         color:#FFFFFF;
        background-color:#B70501;
  border-color:#610710;
        width:168px;
        border-width:1px 1px 0px 1px;
        border-style:solid;
        font-size:9pt;
        font-weight: bold;
        padding:5px;
}

.left-widget {
        border-color:#610710;
        width:168px;
        border-width:1px 1px 1px 1px;
        border-style:solid;
        color:#FFFFFF;
        background-color:#FFFFFF;
        padding:0px;
        margin-bottom:5px;
        background: url(img/100.jpg) repeat bottom;
}

.right-widget-title {
        color:#FFFFFF;
        background-color:#B70501;
        border-color:#610710;
        width:141px;
        border-width:1px 1px 0px 1px;
        border-style:solid;
        font-size:9pt;
        font-weight: bold;
        padding:5px;
}

.right-widget {
        border-color:#610710;
        width:141px;
        border-width:1px 1px 1px 1px;
        border-style:solid;
        color:#000000;
        background-color:#FFFFFF;
        padding:0px;
        margin-bottom:5px;
        background: url(img/100.jpg) repeat bottom;
}

.right-widget1 {
        position:absolute;
        width:160px;
        border-width:0px 0px 0px 0px;
        border-style:solid;
        color:#000000;
        background-color:transparent;
        padding:0px;
        margin-top:125px;
        margin-left:500px;
        text-align:right;
}

.right-widget2 {
        border-color:#610710;
        width:141px;
        border-width:1px 1px 1px 1px;
        border-style:solid;
        color:#000000;
        background-color:#610710;
        padding:2px;
        margin-bottom:5px;
        text-align:center;
}

.center-widget-title {
        color:#FFFFFF;
        background-color:#000000;
        border-color:#000000;
        margin-left:185px;
        margin-right:158px;
        border-width:1px 1px 0px 1px;
        border-style:solid;
        font-size:10pt;
        font-weight: bold;
        padding:5px;
        text-valign:middle;
}

.center-widget {
        border-color:#000000;
        margin-left:185px;
        margin-right:158px;
        color:#FFFFFF;
        background-color:#000000;
        border-width: 1px;
        border-style:solid;
        padding:1em;
        margin-bottom:5px;
        font-size:9pt;
        text-align:justify;
}

.center-widget1 {
        margin-left:185px;
}

.footer {
        margin-left:185px;
        margin-right:158px;
        border-color:#000000;
        font-size:10px;
        text-align:center;
        position: relative;
        color:#FFFFFF;
        background-color:#000000;
        border-width: 1px;
        border-style:solid;
}

img {
   border-width:0px;
}

img1 {
   border-width:1px;
   border-style:solid;
   border-color:#ffffff;
}

h3#respond, h3#comments {
        color:#000000;
}

.single-post-metadata {
        color:#B70501;
        background-color: #000000;
        border-top-color: #CCCCCC;
        border-bottom-color: #CCCCCC;
}

.even-comment {
}

.odd-comment, .even-comment{
        /*background-color:#f8f7ef;*/
}

.left-widget ul, .right-widget ul {
  list-style-type:none;
  padding-left:7px;
  margin-top:0px;
  margin-left:0px;
}

.right-widget2 ul {
  list-style-type:none;
  padding-left:0px;
  margin-top:0px;
  margin-left:0px;
}

.left-widget li,  .right-widget li {
        margin-top:5px;
}

h3#respond, h3#comments {
        font-family:Geneva, Arial, Helvetica, sans-serif;
        text-decoration: none;
        background-color: #000000;
        margin-bottom:0px
}

.post-time, .post-author {
        font-size:8pt;
        color:#B70501;
        background-color: #000000;
}

.post-metadata {
        font-size:8pt;
        color:#B70501;
        background-color: #000000;
  padding-left:3em;
}

/* Comments Styles */
.comment-header {
        border:0px;
        padding:5px 10px;
        border-style:solid;
        background-color:#000000;
}

.comment-num:link, .comment-num:visited, .comment-num:hover{
        float:right;
        font-family:Georgia, "Times New Roman", Times, serif;
        font-size:34px;
        font-style:italic;
        color:#aaaaaa;
                                text-decoration:none;
}

.comment-text {
        padding:0px 10px;
        border-color:#e7e6de;
        border-width:1px;
        border-style:solid;
        background-color:#000000;
}

.comment-list .odd-comment,
.comment-list .even-comment {
        font-size:12px;
  margin-bottom:15px;
}

.comment-list {
        font-size:12px;
        padding:0px;
        margin:0px;
}

.comment-date{
         color:#999999;
         font-size:7pt;
}

.comment-edit-link {
         color:#999999;
         font-size:7pt;
}

/* Single post */
.single-post-metadata {
        font-size:8pt;
        /*font-style:italic;*/
        border-top-style: solid;
        border-bottom-style: solid;
        border-width: 1px;
        padding:1em;
        clear:both;
}

/***************************************************************************/
/* Dum, dum dum dum, Don't touch this! */
/***************************************************************************/
/* IE Hack (http://www.positioniseverything.net/easyclearing.html) - Begin */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* IE Hack - End */
/***************************************************************************/

/* Search input */
input#s {
        width:90%;
}

/* Page nav */
.bottom-page-nav, .top-page-nav {
        color:#B70501;
        text-align:center;
        background-color:#000000;
}

.permitted-tags {
        font-size:7pt;
        color:#999999;
        background-color:#000000;
        width:300px;
}

textarea#comment {
        width:400px;
}

.google-ads {
        text-align:center;
}

.gravatar {
  float:left;
  border:1px solid #888888;
  padding:2px;
  background-color:#000000;
  margin-right:5px;
}

#topnav
{
        list-style:none;
        font-size:0.9em;
        margin:0 auto;
        padding:148px 0px 0 0;
        text-align:left;
        font-family:Verdana, Arial, Sans-Serif;
}
#topnav1
{
        position:absolute;
        list-style:none;
        font-size:0.9em;
        margin-left:500px;
        padding:120px 0px 0 0;
        text-align:right;
        font-family:Verdana, Arial, Sans-Serif;
}
#topnav li
{
        list-style:none;
        display:inline;
        padding:0;
        margin:0;
        font-weight:bold;
}

#topnav li a:link, #topnav li a:visited
{
        text-decoration:none;
        color:#000000;
}
#topnav li a:hover, #topnav li a:active
{
        color:#FFDF31;
}
.toppuce {
vertical-align: middle;
margin-left: 10px;
}
.puce {
vertical-align: middle;
}
.topmenu {
height: 26px;
text-align: left;
vertical-align: middle;
padding-left: 25px;
}

.post-title:link, .post-title:visited, .post-title:hover {
        font-size:11pt;
}

/* TITRE BLOC CENTRE & DROITE */
.bloctitre {
font-size: 14px;
font-weight: bold;
color: #FFDF31;
margin: 5px;
border-bottom: 1px dotted #000000;
}
/* BLOC CENTRE & DROITE */
.bloc {
text-align: inherit;
color: #FFFFFF;
margin: 5px;
}

.pic {
border: 1px solid #FFFFFF;
margin-right: 3px;
margin-left: 3px;
}

.logo {
position:absolute;
}
