/* 
    Document   : screen
    Created on : May 17, 2010, 2:33:22 PM
    Author     : Danny
    Description
        Purpose of the stylesheet follows.
*/

/* 
The ways of controlling markup
1. By using the "id"(e.g. #header)
2. By using an element (e.g. body)
3. by using a context selector (e.g. #aside>div)
4. Using a pseudo class (e.g. #nav a:link)
5. Use an attribute selector (e.g. #nav a[title~=home])
6.
*/
h1,h2,h3,h4 {
    color: #ffcc00;
}

root { 
    display: block;
}

body{
    background-color: black;
    color: white;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font: medium "Didot","San-Serif Unicode",Arial,Verdana,sans-serif;
}

#header{
    width:80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background:transparent url("/images/body-rx.jpg");
    width:725px;
    height:50px;

}

#nav{

}

#nav ul{
    margin:0;
    padding:15px;
    font: small "Didot","San-Serif Unicode",Arial,Verdana,sans-serif;
}

#nav li{
    margin:0;
    padding:0;
    display: inline;

}

#nav a{
    display:inline-block;
    width: 4em;
    padding: 2px 0 0 0;
    margin: 0 0 0 5px;
    text-decoration: none;
    /*border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-top-left:  2px;
    -moz-border-radius-top-right: 2px;
    -webkit-border-radius-top-left:  2px;
    -webkit-border-radius-top-right: 2px;
    -o-border-radius-top-left:  2px;
    -o-border-radius-top-right: 2px;*/
}

#nav a:link{
    color: white;
}

#nav a:visited{

}

#nav a:hover,
#nav a:focus{
    background-color: black;
    border-bottom: 0px solid #fff;

}

#mainouterbox{
    min-width: 1000px;
    min-height: 500px;
}

#aside{
    background-color: red;
    width:30%;
    height:0px;
    margin-top: 30px;
    padding-left: 1px;
    /*border-left: 5px;
    border-right: 15px;*/
   
}

#mainouter{
    position: relative;
    overflow: auto;

}

#content{
    width:70%;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*#imagecontent ul.gallery{
    padding:0;
    margin:0;
    position:relative;

}
#imagecontent ul.gallery li{
    float:left;
    list-style: none;
    display: inline;
    width: 60px;
    height: 60px;
    margin: 5px;

}*/
#content a:link{
    color:#ffcc00;
    
}

#content label{
    font-weight:bold;
    width: 6em;
    margin-right: 1em;
    float: left;
    text-align: right;

}

#content #captcha{
    float: left;
    margin-right: 1em;

}

#content input[type=radio]{
    display: block;

}

#contenttext{
    font: medium "Didot","San-Serif Unicode",Arial,Verdana,sans-serif;
    text-align: left;
}
table, th, td
{
border: 3px solid black;
}

#contenttext img.floatLeft {
    float: left;
    margin: 4px;
}
#contenttext img.floatRight {
    float: right;
    margin: 4px;
}

#imagealign{
    position: relative;
    list-style:none;
    float:left;
    display:inline-block;
    padding: 2px .4em 6px .5em;
    margin: 0 0 0 5px;
    border: 2px;
    text-decoration: none;
}

#maintitle{
    text-align: center;
    font: medium "Didot","San-Serif Unicode",Arial,Verdana,sans-serif;

}

#background{
    /*background-image: url("/images/TonyJaa_background.jpg");
    background-attachment: fixed;
    background-position:center;
    background-repeat: no-repeat;
    background-color:black;*/
    text-align: center;
    border:0px;
}
/*the height is dictated by the amount of content*/

#footer{
    width:80%;
    padding-top:5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /*background:transparent url("/images/body-rx.jpg");*/
    width:725px;
    height:60px;

}

#footer ul{
    margin:0;
    padding:0.4em;
    font: small "Didot","San-Serif Unicode",Arial,Verdana,sans-serif;
}

#footer li{
    margin:0;
    padding:0px;
    display: inline;
}

#footer a{
    display:inline-block;
    padding: 2px .4em 6px .5em;
    margin: 0 0 0 5px;
    border: 2px;
    text-decoration: none;
    /*border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-top-left:  2px;
    -moz-border-radius-top-right: 2px;
    -webkit-border-radius-top-left:  2px;
    -webkit-border-radius-top-right: 2px;
    -o-border-radius-top-left:  2px;
    -o-border-radius-top-right: 2px;*/
}

#footer a:link{
    color:white;

}
