/*Modified from the MT default blog.css by Reuben Son*/

html,body,div,
ul,ol,li,dl,dt,dd,
form,input,textarea,
h1,h2,h3,h4,code,p,blockquote,hr,
th,td,a {
font-family: Georgia, "Helvetica Neue", sans-serif;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4, .entry-title {
    font-size: 100%;
    font-weight: normal;
}

p, .entry-body, .page-body { font-size: 90% }
h1 { font-size: 80% }
h4 { font-size:80%}
#footer-content { font-size:80% }

img { border:none }
form { display: inline }
:link,:visited {    
    text-decoration: none;
    color:#000;
    font-weight: bold;
}
a:hover {color:red}

/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content { display: block; }
/* no ie mac \*/

* html .pkg, * html #content { height: 1%; }
.pkg, #content { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }

/* Layout ----------------------------------------------------------------- */

#container {
    width: 1030px;
    min-height: 100%;
    padding-left:20px;
    padding-right:20px;
    margin: 0 auto;
}

#header, #content, #alpha, #beta, #footer {
    position: center;
}

#alpha {
    width: 630px;
    bottom:10px;
    /* display: inline; */
    float: left;
    text-align:left;
    margin-top: -15px;
}

#beta {     
    width: 330px;
    bottom: 10px;
    left: 60px;
    margin-top: -150px;
    float:right;
    text-align: left;
    padding-right:20px
}

#header {
    padding-top:20px;
  /*  margin:0 5px; */
}

#content, #footer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.entry-header {margin-top: 2.2em }
.entry-title { margin-bottom:-4px ; padding-left:5px}
#page-title {padding-left:5px}
.page-header {margin-top: 2.2em}
.page-body {margin-bottom: 10px}


#flash {
    text-align:center;
    margin: 5px 10px 0px 10px;
}

.widget-about-this-page{font-size:90% ; margin-top:20px}

#widget-bar {
height: 3px;
width: 100%;
background-color: #000;
float: left;
}

#footer-bar {
height: 2px;
width: 100%;
background-color: #000;
clear: both;
float: left;
}

#page-bar {
height:2px;
width:100%;
background-color: black;
float:left;
margin-bottom:6px;
}

img#tracklisting {
float:left ;
margin:5px}

/* Content  */

.entry-meta {
    font-size: 11px;
    margin-top: .25em;
    padding-top: 1px;
    font-weight: normal;
    font-family:sans-serif;
    padding-left: 8px
}

.content-nav {
    text-align: center;
}


/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/*.widget-content { margin: 0px 0px 3px }*/
.widget-content {margin-top:2px}

.widget-about-this-page, .widget-catalogue, .widget-distributed, .widget-performances { 
    padding-bottom:15px }

.ppal{
    position:relative;  margin-top:-17pt; margin-left:195pt; 
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}

/* Coloration */

.layout-wm {background-color: #8a4039}

#logo {
text-align:center;
margin-left:30px;
margin-right:430px;
background-color: white ;
padding: 0.5em 0.5em 0.5em 0.5em;
-webkit-border-top-left-radius: .5em .5em;
-webkit-border-top-right-radius: .5em .5em;
-webkit-border-bottom-left-radius: .5em .5em;
-webkit-border-bottom-right-radius: 0.5em 0.5em;
-moz-border-radius-topleft: 0.5em 0.5em;
-moz-border-radius-topright: 0.5em 0.5em;
-moz-border-radius-bottomleft: 0.5em 0.5em;
-moz-border-radius-bottomright: 0.5em 0.5em;;
}

.entry-body, .page-body {
background-color: #EAEAEA ;
padding: 0.5em 0.5em 0.5em 0.5em;
-webkit-border-bottom-left-radius: .6em .6em;
-webkit-border-bottom-right-radius: 0.6em 0.6em;
-moz-border-radius-bottomleft: 0.6em 0.6em;
-moz-border-radius-bottomright: 0.6em 0.6em;
}

.widget-content {
background-color: #EAEAEA ;
padding: 0.3em 0.2em 0.1em 0.2em;
-webkit-border-bottom-left-radius: .6em .6em;
-webkit-border-bottom-right-radius: 0.6em 0.6em;
-moz-border-radius-bottomleft: 0.6em 0.6em;
-moz-border-radius-bottomright: 0.6em 0.6em;
}

.entry-title {
background-color: #A0A0A0 ;
-webkit-border-top-left-radius: .5em .5em;
-webkit-border-top-right-radius: .5em .5em;
-moz-border-radius-topleft: 0.5em 0.5em;
-moz-border-radius-topright: 0.5em 0.5em;
}
.entry-meta { background-color : #A0A0A0 }

#widget-title, #page-title {
background-color: #A0A0A0 ;
padding: 0em 0.3em 0em 0.1em;
-webkit-border-top-left-radius: .5em .5em;
-webkit-border-top-right-radius: .5em .5em;
-moz-border-radius-topleft: 0.5em 0.5em;
-moz-border-radius-topright: 0.5em 0.5em;
}



