﻿
/*
* CSS for Ian Burrell's Xativa House
*/


body
{
    color:              #000000;
    padding:            0px;
    margin:             0px;
    font-family:        arial, Helvetica, 'Bitstream Vera Sans' , 'Luxi Sans' , Verdana, Sans-Serif;
    font-size:          12px;
}

p
{
    text-align: justify;
    font-size:  12px;
    color:      #000000;
}


a:link
{
    color:              #3333ff;
    text-decoration:    none;
}


a:visited
{
    color:              #3333ff;
    text-decoration:    none;
}


a:hover
{
    text-decoration:    underline;
    font-weight:        bold;
}






/* CLASSES */

.section
{
    background-color: #ffefd5;     /* wheat */
    padding-left:     8px;
    padding-right:    8px;
}

.flag       /* Small flags */
{
    width: 30px;
    height: 16px;
    border-width: 1px;
    border-color: Gray;
    left: 10px;
    position: relative;
}


.top        /* Main header image - not used  */
{
    background-image:   url("xat4.jpg");
    background-repeat:  no-repeat;
    
}


.htop       /* Main header - not used */
{
    text-align:         justify;
    font-size:          60px;
    color:              #cc6666;
}


.picsection     /* Section pictures */
{
    width:              300px;
    height:             200px;
    border-width:       0px;
}

    
.hsection       /* Section header */
{
    font-weight:        bold;
    font-size:          16px;
    text-align:         center;
}


.tsection       /* Section text */
{
    font-size:          12px;
    width:              295px;
    vertical-align:     text-top;
    text-align:         justify;
}






/* MENU */

#menu {
    clear:            both;
    float:            left;
    width:            125px;
    margin:           14px 0px 0px 0px;
}


#menu ul {
    padding:          0px 0px 0px 0px;
    margin:           0px 8px 0px 8px;
    list-style:       none;
}


#menu li a
{
    display:        block;
    color:          #000088;
    border-top:     0px #ffffff solid;
    border-bottom:  2px #ffffff solid;
    margin:         0px;
    padding:        0px;
    padding-left:   0px;
    width:          100%;
    line-height:    18px;
    height:         18px;
    font-weight:    normal;
    font-size:      12px;
    text-align:     left;
    background-position: 0% 0%;
    background-attachment: scroll;
    background-repeat: repeat;
    background-color: #f5deb3;  /* papaya */
}


#menu li a:visited {
    color:            #000088;
}


#menu li a {
    width: auto;
}


#menu li a:hover, ul li a:hover
{
    display: block;
    color: #ffffff;
    border-top: 0px #ffffff solid;
    border-bottom: 2px #ffffff solid;
    text-decoration: none;
    background-position: 0% 0%;
    background-attachment: scroll;
    background-repeat: repeat;
    background-color: #ff7e4a;      /* Green #99cc66 */
}




