/*  File name               :   vaesoli.css
    Version                 :   2.1.0002
    Author                  :   Patrick Boens
    Creation date           :   15/04/2008 - 14:18
    Last modification date  :   15/09/2009 - 08:29
    Last modified by        :   Patrick Boens
    Copyrights              :   (c) 2006-2009 Lato Sensu Management
    Purpose                 :   Provides global styling definitions for Vae Soli!
*/

/* Call additional style sheets -- @import section */
@import url( vaesoli-admin.css );                                       /* Inclusion of styles needed for Vae Soli! Administration */
@import url( vaesoli-blog.css );                                        /* Inclusion of styles needed for Vae Soli! Blog */
@import url( vaesoli-contact.css );                                     /* Inclusion of styles needed for Vae Soli! Contact form */
@import url( vaesoli-doc.css );                                         /* Inclusion of styles needed for Vae Soli! Site Documentation */
@import url( vaesoli-login.css );                                       /* Inclusion of styles needed for Vae Soli! Login/Logoff */
@import url( vaesoli-poll.css );                                        /* Inclusion of styles needed for Vae Soli! Poll */
@import url( vaesoli-search.css );                                      /* Inclusion of styles needed for Vae Soli! Search */
@import url( vaesoli-slideshow.css );                                   /* Inclusion of styles needed for Vae Soli! Slideshow */
@import url( vaesoli-source-file.css );                                 /* Inclusion of styles needed for Vae Soli! Source File */
@import url( vaesoli-explorer.css );                                    /* Inclusion of styles needed for Vae Soli! Explorer */
@import url( vaesoli-invoice.css );                                     /* Inclusion of styles needed for Vae Soli! Invoices */
@import url( vaesoli-bookmarks.css );                                   /* Inclusion of styles needed for Vae Soli! Bookmarks */
@import url( vaesoli-calculator.css );                                  /* Inclusion of styles needed for Vae Soli! calculator */
@import url( vaesoli-inplace-editing.css );                             /* Inclusion of styles needed for Vae Soli! In-Place-Editing */
@import url( vaesoli-comments.css );                                    /* Inclusion of styles needed for Vae Soli! Comments */
@import url( vaesoli-users.css );                                       /* Inclusion of styles needed for Vae Soli! User Manegement */
@import url( vaesoli-microblog.css );                                   /* Inclusion of styles needed for Vae Soli! Microblogs */
@import url( vaesoli-language-switchers.css );                          /* Inclusion of styles needed for Vae Soli! Language Switchers */
@import url( vaesoli-site-manager.css );                                /* Inclusion of styles needed for Vae Soli! Site Manager */
@import url( vaesoli-email.css );                                       /* Inclusion of styles needed for Vae Soli! Email form widget */
@import url( vaesoli-business-coordinates.css );                        /* Inclusion of styles needed for Vae Soli! Business Coordinates */
@import url( vaesoli-business-hours.css );                              /* Inclusion of styles needed for Vae Soli! Business Hours + Closing Periods */
/* End of @import */

/* Last update presentation */
span.LS_VAESOLI_LUPDATE
                    {   display                     :   block;
                        padding                     :   0 0 0 16px;
                        background                  :   transparent  url('/vaesoli/images/alarmclock.gif') left center no-repeat;
                        font                        :   9px "Lucida Grande","Trebuchet MS",Arial,Helvetica,sans-serif;
                        letter-spacing              :   1px;
                    }

div.LS_VAESOLI_CONTENTS_ISLAND
                    {
                    }

form.LS_VAESOLI_ISLAND_EDITING_FORM
                    {
                    }

/* This will affect the images displayed by TinyMCE */
html body div.LS_VAESOLI_CONTENTS_ISLAND form.LS_VAESOLI_ISLAND_EDITING_FORM img
                    {   padding                     :   0 !important;
                        margin                      :   0 !important;
                        border                      :   none !important;
                        margin                      :   0 !important;
                        background-color            :   transparent !important;
                    }

textarea.LS_VAESOLI_ISLAND_TEXTAREA
                    {
                    }

input.LS_VAESOLI_ISLAND_SUBMIT
                    {
                    }


