@import 'blueprint/lib/reset.css';
@import 'sIFR-screen.css';

/****************************************************************************/
/* Guidance: http://www.alistapart.com/stories/goingtoprint/                */
/*           http://www.alistapart.com/articles/improvingprint/             */
/****************************************************************************/
/* General */

/* Put small B&W Dying Days logo on top of page */
body {
        line-height: 1.5;
        font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;   
        color:#000;
        background: white;
        font-size: 10pt;
}

/* Hide header, some admin stuff, etc */
#header, #footer, #menu, #content_menu {
        display: none; !important
}

/* Margins */
div#container {
        margin: 5%;
}

/* Typography*/
p { margin: 0 0 1.5em; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
h1 { font-size: 2.5em; line-height: 1; margin-bottom: 1em; }
h2 { font-size: 1.75em; margin-bottom: 11px; border-bottom: 1px #ccc solid; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
ol { margin: 0 1.5em 1.5em 1.5em; }
ul { margin: 0 1.5em 1.5em 0; list-style-type: none; }

/* Links */
a:link, a:visited {
        color: #520;
	font-weight: normal;
        text-decoration: underline;
}

/* Images */
a img { border: none; }

img {
        float: left;
        margin: 0 1.5em 1.5em 0;
}

/****************************************************************************/
/* Styles for /view/band */

#band_logo { 
        display: none;
}

#right_image_and_info img { 
        float: right;
}

#biografia, .excerpt { 
        clear: both;
}

/****************************************************************************/
/* Styles for /views/albums */

.left_image_and_info, #tracklist { 
        clear: both;
}

/* The End */
/****************************************************************************/

