﻿/**************************************************************************************************

    HTML element styles

**************************************************************************************************/

html {
    overflow-y: scroll;
}

body {
	color: #666666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 0.75em;
	line-height: 1.6em;
}

h1 {
	font-family: Constantia, Georgia, serif;
	font-size: 2.7em;
	line-height: 1.2em;
	margin-bottom: 22px;
}

h2 {
	color: #e8038f;
	font-family: Constantia, Georgia, serif;
	font-size: 2.3em;
	font-style: italic;
	line-height: 1.2em;
	margin-bottom: 14px;
}

h3 {
    color: #000000;
    font-weight: bold;
    margin-bottom: 8px;
}

p {
	margin-bottom: 12px;
}

p.last {
    margin-bottom: 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a {
    color: #333333;
    border-bottom: solid 1px #d8d8d8;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    border-color: #333333;
}

input, textarea, select {
    padding: 3px 2px 3px 2px;
    border: solid 2px #e5e5e5;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 1em;
    font-weight: bold;
    color: #666666;
    background-color: #ffffff;
}

input:focus, textarea:focus, select:focus {
    border: solid 2px #dddddd;
    background-color: #f3f3f3;
}

input.button {
    padding: 0px;
    border: none;
    background: none;
}





/**************************************************************************************************

    Header

**************************************************************************************************/

#header {
	position: fixed;
	left: 0px;
	top: -1px;
	width: 100%;
	height: 220px;
	background: transparent url("../images/banner.png") no-repeat center top;
}

#header a.prevPage {
    position: absolute;
    left: 20px;
    top: 125px;
    border: 0;
    cursor: pointer;
}

#header a.nextPage {
    position: absolute;
    right: 20px;
    top: 125px;
    border: 0;
    cursor: pointer;
}

#logo {
    position: absolute;
    top: 12px;
    left: 50%;
    display: block;
    width: 653px;
    height: 224px;
    margin-left: -327px;
    border: 0;
    cursor: pointer;
}

#about {
    position: absolute;
    top: 165px;
    left: 50%;
    display: block;
    width: 134px;
    height: 25px;
    margin-left: -384px; /* 250 + width */
    border: 0;
    cursor: pointer;
}

#contact {
    position: absolute;
    top: 165px;
    left: 50%;
    display: block;
    width: 134px;
    height: 25px;
    margin-left: 250px;
    border: 0;
    cursor: pointer;
}

#thumb-menu {
	position: relative;
	width: 100%;
	height: 100px;
	overflow: hidden;
	margin-top: 20px;
}

#thumb-menu ul {
	position: absolute;
	display: block;
	width: 20000px;
	height: 100px;
}

#thumb-menu li {
	float: left;
	display: block;
	width: 124px;
	height: 94px;
	margin: 0 20px 0 20px;
}

#thumb-menu li a {
    display: block;
    width: 120px;
    height: 90px;
    overflow: hidden;
    border: solid 2px #d1006d;
    line-height: 0;
}

#thumb-menu li a:hover, #thumb-menu li a:active, #thumb-menu li a:focus {
    border-color: #ffffff;
}

#thumb-menu li img {
	width: 120px;
	height: 90px;
}





/**************************************************************************************************

    Main content

**************************************************************************************************/

#sites {
	list-style-type: none;
}

#sites li.site {
	display: block;
}

#sites li.site {
	height: 700px;
	padding: 260px 50px 0 50px;
}

#sites li.site div.images {
	float: left;
	width: 500px;
	margin-right: 50px;
}

#sites li.site div.images div.main {
    width: 500px;
    height: 375px;
}

#sites li.site div.images div.main img {
    width: 500px;
    height: 375px;
    border: solid 4px #e6e6e6;
}

#sites li.site div.images div.thumbs a {
    float: left;
    display: block;
    width: 60px;
    height: 45px;
    overflow: hidden;
    margin: 15px 15px 0 0;
    border: solid 2px #f2f2f2;
}

#sites li.site div.images div.thumbs a img {
    width: 60px;
    height: 45px;
}

#sites li.site div.text {
	margin-left: 550px;
}



/**************************************************************************************************

    Contact tip styles

**************************************************************************************************/

#contact-tip div.form-element {
    clear: both;
    height: 40px;
}

#contact-tip div.form-element label {
    float: left;
    width: 80px;
    margin-right: 30px;
    font-weight: bold;
    text-align: right;
}

#contact-tip div.form-element input, #contact-tip div.form-element textarea {
    float: left;
    width: 350px;
}

#contact-tip div.button-element {
    clear: both;
    padding: 10px 0 0 110px;
}

#contact-tip div.form-element.error input, #contact-tip div.form-element.error textarea {
    color: #ff0000;
    border-color: #ff0000;
}




/**************************************************************************************************

    Utility styles

**************************************************************************************************/

.clear-both {
    clear: both;
    height: 0;
    font-size: 0.001em;
    line-height: 0.001em;
}

.hide {
    display: none;
}