/*
Project Name: ViennaOperaTickets.com 2015
Project URI: http://viennaoperatickets.com
Author: Pixelflower
Author URI: http://pixelflower.com
Description: ViennaOperaTickets.com is custom-designed website for A&A Tickets Online.
Version: 2.0
*/

/* reset default browser CSS
-------------------------------------------------------------- */
img
{
    border: 0px;
}
body, h1, h2, h3, h4, h5, h6, h7, p, hr, form, header, ul, ol, nav, article, section, header, footer, aside
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: normal;
    list-style: none;
}
.content ul, .content ol
{
    margin-top: 0px;
    margin-bottom: 1em;
    margin-left: 20px;
    list-style: disc;
}
.content p
{
    margin: 0px 0px 1em 0px;
    padding: 0px 0px 0px 0px;
}




.clear
{
    clear: both;
}



/* clear after inline elements
-------------------------------------------------------------- */
.clearfix:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
