/*
Theme Name: Morralla
Version: 1.0
Description: Tema per a la web de la Morralla
Author: Xavi Ivars
Author URI: http://xavi.ivars.me
Template: backstage
*/
 
@import url("../backstage/style.css");

body {
    background: #000000 url("images/fons-morralla.jpg") repeat-x fixed center top !important;
}

body #nav a {
    color: white;
    font-weight: bold;
}

body #bio_content p {
    font-size: 16px;
    text-align: justify;
}

body .music {
    width:50%;
    float:left;
}

body .music img.woo-image {
    border: 3px solid black;
}

body #portfolio-filter {
    margin-bottom: 20px;
}

body #portfolio-filter a {
    background:transparent url(../backstage/styles/default/h2_short.png) no-repeat scroll center top;
    color: white;
    font-size: 1.2em;
    padding: 20px;
    text-decoration: none;
    font-weight: bold;
}


body #main .post .music .intro p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.15em;
    letter-spacing: -1px;
    color: #dcdcdc;
}

body #main .post .music .intro p.instrument {    
    line-height: 1em;
    margin-bottom: -17px;
	color: #555;
	margin-top: 3px;
}
body #main .post .music .intro p.instrument span.nom {
    color: black;
    margin-right: 5px;
}
body #main .post .music .intro p.instrument span {
    background-color: rgba(255, 255, 255, 0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FFFFFF, endColorstr=#80FFFFFF);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FFFFFF, endColorstr=#80FFFFFF)";
    padding: 2px 7px;
    border-radius: 5px;
    font-size: 0.8em;
}

body #bio_image img {
	border: 5px solid black;
	margin-left: 10px;
}

#bio_content p, .info-text p {
    color: white;
}

body #main .post-content {
    margin-left: 0px;
}

body #main .col1 {
    width: 250px;
    margin-right: 50px;
}

body .picture-unit .image_box {
    margin-left:20px;
    margin-bottom: 20px;
}

body .picture-unit .first {
    margin-left:0;
}
body .picture-unit img {
    border: 2px solid black;
}

body div.photos-holder img {
    border: 1px solid black;
    border-collapse: collapse;
}

body #lightbox #imageData {
    color: black;
}
body #lightbox #imageData #caption{
    font-size: 16px;
}
body #lightbox #imageData #numberDisplay{
    margin-top: 5px;
}

body #sidebar #youtube-sidebar-widget ul, body #home-sidebar #youtube-sidebar-widget ul {
    padding: 0px;
    margin-top: -20px;
}
 
body #youtube-sidebar-widget ul li div.play_arrow,
body #youtube-sidebar-widget ul li img {
    margin-left: 0px !important;
    float: none;
}

body #youtube-sidebar-widget ul li div.play_arrow {
margin-bottom: 10px;
}

body div.imgfotos {
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}

body .sec-image {
	display: none;
}

body .gform_wrapper {
	border: 1px solid black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(128, 128, 128, 0.5)
}

