﻿/* Design Code */
html, body
{
    margin: 0px;
    padding: 0px;
    /*Change default text color */
    color: white;
    /*Change default bg color */
    background-color: #131E28;
    /*Change image location and properties */
    background-image: url(http://www.eartistmanagement.com/controlpanel/assets/Templates/4/b/mainbg.jpg?4b);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
}

A:link
{
    /*Change image location */
    color: #ffffff;
    text-decoration: underline;
}
A:hover
{
    /*Change image location */
    color: silver;
}
A:visited
{
    /*Change image location */
    color: #ffffff;
}

#pagewidth
{
    width: 765px; /* this will probably change */
    margin-left: auto;
    margin-right: auto;
    /* set background if needed 
    background-color: aqua;*/
    /* set bg and properties if needed*/
    background-image: url(http://www.eartistmanagement.com/controlpanel/assets/Templates/4/b/bg1.jpg?4b);
    background-repeat: repeat-y;
    background-position: left top;
    

}

#header
{
    position: relative;
    height: auto;
    width: 100%;
   
  

}

.headerimg
{
    
}

#nav
{
    position: relative;
    width:100%;
    height: auto;
    text-align: center;
    padding: 3px;
    padding-top: 10px;
      
}

#navwrapper
{
    height: inherit;
    padding-left: 50px;
    padding-right: 50px;
    
}

a.navimg
{
    padding: 3px;
    filter: alpha(opacity=80);
    opacity: 80;
    -moz-opacity: .80;
    vertical-align: middle;
}
a.navimg:hover
{
    filter: alpha(opacity=100);
    opacity: 100;
    -moz-opacity: .99;
}

.sectionheaderimg
{
    margin-left: 30px;
}

#wrapper
{
    /* set bgcolor if needed 
    background-color:#F5F5F5;*/
    /* set bg and properties if needed
    background-image: url(http://www.eartistmanagement.com/controlpanel/assets/Templates/4/b/bg1.jpg?4b);
    background-repeat: repeat-x;
    background-position: center top;*/
    width:767px;
    padding-top:10px;
    padding-bottom:10px;
    
}

#main
{
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 90%;
     
    /* set bgcolor if needed 
    background-color: White;
    filter: alpha(opacity=70);
    opacity: 70;
    -moz-opacity: .70; */
}

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */

/* Module Menu's*/
#main #menu
{
    float: right;
    width: auto;
    padding:13px;

}
#footer
{
    text-align: center;
    height: auto;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    padding-top:10px;
    width:auto;
    /* set bg properties if necessary
    background-image: url(http://www.eartistmanagement.com/controlpanel/assets/Templates/3/a/footer.jpg?3a);
    background-repeat: no-repeat;
    background-position: 0px 0px;*/
    
}
/* Control's layout Code  */

/* change footer if necessary */
#footer table
{
    width:auto;
    height: auto;
    height: 65px;
    margin-left: auto;
    margin-right:auto;
    text-align: center;
    clear: both;
    padding: 5px;
    margin-bottom:20px;

}



/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */



/*printer styles*/
@media print
{
    /*hide the left column when printing*/
    #rightcol
    {
        display: none;
    }
    #twocols, #main
    {
        width: 100%;
        float: none;
    }
}



