/*
Theme Name: Christmas Theme - Print Stylesheet
Theme URL: http://www.successwebmasters.com
Description: The Christmas theme from the Open Source people at <a href="http://www.successwebmasters.com">Success Webmasters</a>.
Version: 2.0.0
Author: Tommy Pettersson, Success Webmasters Pte. Ltd.
Author URL: http://www.successwebmasters.com

        This theme was designed and built by Tommy Pettersson,
        whose blog you will find at http://www.TommyPettersson.com

        The CSS, XHTML and design is copyright Tommy Pettersson and Success Webmasters Pte. Ltd.
*/

body {
                    font-size: 12pt;
                    font-family: "times new roman", times, roman, serif;
                    color: #000000;
                    background-color: #ffffff;
                    margin: 0;
                    padding: 0;
}


/* THIS PART CONTROL COMMON STYLES */
.doNotPrint {
                    display: none !important;
}

h1, h2, h3, h4     {font-weight: bold;
                    font-family: Comic Sans MS, Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
                    text-align: center;
}

h1                 {font-size: 22pt;
                    color: #ff0000;
}

h2                 {font-size: 18pt;
                    color: #008000;
}

h3                 {font-size: 18pt;
                    color: #ff0000;
}

h4                 {font-size: 16pt;
                    color: #008000;
                    padding-top: 20px;
}

 /* THIS PART CONTROLS THE MIDI FILES */
#timetochristmas {
                    display: none !important;
}

div#midifiles,
div#musicfiles {
                    display: none !important;
}


/* THIS PART CONTROL THE LANGUAGES PART */
#area1,
#area2,
#area3 {
                    display: none !important;
}

p.abc {
                    display: none !important;
}

p.letter {
                    font-weight: bold;
                    font-size: 18pt;
                    font-family: Comic Sans MS, Verdana, Tahoma, Arial, Geneva, Helvetica;
                    color: #000080;
                    text-align: left;
                    margin: 0;
                    padding: 0;
                    padding-top: 20px;
}

div.langpic,
div.randompic,
div.sledge {
                    display: none !important;
}

p.language {
                    font-weight: normal;
                    font-size: 12pt;
                    font-family: Comic Sans MS, Verdana, Tahoma, Arial, Geneva, Helvetica;
                    color: #008000;
                    margin: 0;
                    padding: 0;
}

span.greeting {
                    color: #ff0000;
}
p.endgreeting {
                    font-weight: bold;
                    font-size: 12pt;
                    font-family: Comic Sans MS, Verdana, Tahoma, Arial, Geneva, Helvetica;
                    text-align: justify;
                    color: #ff0000;
                    line-height: 1.4em;
                    padding-top: 30px;
}


 /* THIS PART CONTROLS THE END OF THE PAGE */

.ggreen            {display: none;
}

.footer            {font-weight: normal;
                    font-size: 10pt;
                    font-family: Comic Sans MS, Arial, Verdana, Geneva, Helvetica;
                    color: #008000;
                    text-align: center;
}


/* Det här är för att kompensera för MSIE:s oförmåga att förstå */
/* att fontstorleken i tabeller skall ärvas från body. */
table, table table {FONT-SIZE: 1.0em;}

