/**
 * STYLE SHEET :: DEFAULT
 *
 * Specifies general page styles
 */


/*-----[ BASE STYLES ]
*/

body,
h1, h2, h3, h4, h5, h6,
div, p, a, img,
dl, dt, dd,
form, fieldset, label, input, select, option, textarea, button,
pre, code {
	margin: 0px;
	padding: 0px;
	}

body,
h1, h2, h3, h4, h5, h6,
div, p, img,
ul, ol, li,
dl, dt, dd,
form, fieldset, label, input, select, option, textarea, button,
code, pre, blockquote {
    font-family: Verdana, Bitstream Vera Sans, Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.45em;
    color: #272B1F;
    }

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.0em;
	}

img {
	display: block;
    border: 0px solid #000;
	}

table {
	margin: 0px;
	text-align: left;
	}

th, td {
	border: 0px solid;
	padding: 0px;
	vertical-align: top;
	}

a, a * {
    color: #D1B139;
    text-decoration: underline;
    }

    a:hover, a:hover * {
        color: #999;
        text-decoration: none;
        }

code, pre {
    display: block;
    margin: 8px;
    border: 1px solid #DDD;
    padding: 10px;
    background-color: #F7F7F7;
    font-family: Bitstream Vera Sans Mono !important;
    }



/*-----[ PAGE HEAD
*/

#print-head .site-name,
#print-head .site-name-sub-title {
    display: none;
    }

h1 {
    margin-bottom: 25px;
    padding-left: 0;
    font-size: 150%;
    font-size: 18px;
    line-height: 1.2em;
/*
    color: #060;
*/
    }

h2 {
    margin: 25px 0 8px 0;
    font-size: 14px;
    font-weight: bold;
    color: #D1B139;
    }

h3 {
    margin-bottom: 2px;
/*
    color: #999;
*/
    font-weight: normal;
    text-decoration: underline;
    }

h6 {
    padding: 0.5em;
    }

p {
    margin-bottom: 1.0em;
    }

.message, blockquote {
    padding: 0.3em 0.7em 0.7em 0.7em;
    background-color: #FCF9EE;
    }

.message {
    padding: 0.6em 0.7em 0.7em 0.7em;
    background-color: #FCF9EE;
    }

#review {
    width: 212px;
    margin: 0 auto 1.5em auto;
    background: transparent url(/images/bg-quote-shade-top.png) top left no-repeat;
    }

    #review blockquote {
        margin: 0;
        padding: 1.2em 1.2em;
        background: transparent url(/images/bg-quote-shade-bottom.png) bottom left no-repeat;
        }

        #review blockquote em {
            display: block;
            padding: 0.5em 0.7em;
            background: transparent url(/images/quotes-close.png) bottom right no-repeat;
            font-size: 13px;
            line-height: 1.35em;
            color: #000;
            }

        #review blockquote strong {
            padding-top: 0.5em;
            padding: 0.5em 0.7em;
            display: block;
            font-size: 12px;
            color: #000;
            }

.error {
    padding: 0.5em;
    border: 1px solid #DD7777;
    background-color: #EBCBCB;
    font-weight: bold;
    color: #000;
    }

    .error span {
        color: #C00;
        }



/*-----[ PAGE BODY
*/

/*-----[ Left Column
*/

#info, #left {
    padding-bottom: 10px;
    }

/*-----[ Centre Column
*/

img.photo {
    margin: 1.0em auto;
    border: 1px solid #82960D;
    padding: 5px;
    background-color: #D2E6AD;
    }

.data {
    margin: 0.4em auto 1.2em auto;
    }

    .data th,
    .data td {
        padding: 0.4em 0.6em 0.3em 0.6em;
        }

    .data th {
        background-color: #ECDDA8;
        }

    .data td {
        background-color: #FCF9EE;
        vertical-align: middle;
        }

    .data .odd {
        background-color: #EEE;
        background-color: #F7F7F7;
        }

    .data img {
        display: inline;
        }

    .data .room {
        padding-right: 3.6em;
        }



#rightColumn .photo {
    margin: 0 auto 1.5em auto;
    }

    #rightColumn .photo a {
        display: block;
        }

    #rightColumn .photo img {
        padding: 6px;
        }

#rightColumn .portrait {
    width: 146px;
    height: 212px;
    background: transparent url(/images/bg-photo-portrait-shade-top.png) top left no-repeat;
    }

    #rightColumn .portrait img {
        background: transparent url(/images/bg-photo-portrait-shade-bottom.png) bottom left no-repeat;
        }

#rightColumn .landscape {
    width: 212px;
/*
    height: 146px;
*/
    background: transparent url(/images/bg-photo-shade-top.png) top left no-repeat;
    }

    #rightColumn .landscape img {
        background: transparent url(/images/bg-photo-shade-bottom.png) bottom left no-repeat;
        }


