/*
File:			print.css
Description:	Print styles for tunnistatuntiin/

Creator BoringDesign*/
body.custom {
    background: #ffffff;
}

body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background: #ffffff;}
.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #ffffff;
    border: 0.4em solid #fff;
}


.custom #page  {
    background: #fff;
}
.custom #content {
background:#FFf;!important!

}
#content{background:#fff;border:1em;border-colour:#000;margin-top: 2em;}
 #footer {background:#fff none repeat scroll 0 0;height:10em;padding-bottom:4em;}
#footer-sidebar {background:#fff none repeat scroll 0 0;}

#printlink {display:none;}
.custom .sidebar ul.sidebar_list  {display:none;}



/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a {display:none;}

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline  {display:none;}

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline  {display:none;}

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header {display:none;}



.custom .format_text blockquote.left, .custom .format_text blockquote.right { padding: 0.611em 0; border: 3px double #ddd; border-width: 3px 0; }


.custom .entry-title a, .custom .entry-title { color: #1e71b8 !important; }

.custom #adblock a img  {display:none;}
.custom #adblock a:hover img  {display:none;}

.custom #custom_box {display:none;}

/*    WordPress image captioning */
.custom .format_text .alignleft { margin: 0 1.571em 1.571em 0; float: left; clear: left; }
.custom .format_text .alignright { margin: 0 0 1.571em 1.571em; float: right; clear: right; }
.custom .format_text .aligncenter { display: block; margin: 0 auto 1.571em auto; float: none; clear: both; }
.custom .format_text .wp-caption p { font-size: 0.786em; margin-bottom: 0; }

.captioncentered {
display: block;
text-align: center; /*centers text & image*/
margin: 10px auto; /*centers the whole div*/
padding-bottom: 1px; /*this depends of your design*/
font-size: 0.786em;
color: #000;
}

.captionleft {
display: block;
text-align: left; /*centers text & image*/
margin: 10px auto; /*centers the whole div*/
padding-bottom: 1px; /*this depends of your design*/
font-size: 0.786em;
color: #000;
}

.captionright {
display: block;
text-align: right; /*centers text & image*/
margin: 10px auto; /*centers the whole div*/
padding-bottom: 1px; /*this depends of your design*/
font-size: 0.786em;
color: #000;
}