body
{
    background-image: url(../img/movabletype.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin: 0;
    font-family: "Raleway", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 100;
    font-size: 1.5em;
}

/*fonts*/
.cursive
{
    font-family: 'Waiting for the Sunrise', cursive;
}

h1,h2
{
    font-weight: 100;
}

/*logo*/
#logocontainer
{
    position: relative;
    height: 135px;
    width: 100%;
    margin: 0;
    background-color: #fff;
}

#logo
{
    position: absolute;
    left: 0;
    top: 0;
}

#logocursive
{
    position: absolute;
    left: 500px;
    top: -125px;
    z-index: 50;
    font-size: 4em;
}

#bgcredit
{
    position: fixed;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 100;
    font-size: .5em;
}

/*menu*/
#menu
{
    position: absolute;
    top: 135px;
    right: 50px;
    background: #fff;
    padding: 10px;
}

#menu a
{
    text-decoration: none;
    color: #000;
}

/*content*/
#content
{
    background: rgba(0,0,0,.8);
    width: 75%;
    top: 200px;
    color: #fff;
    position: absolute;
    padding: 20px;
}

#content a
{
    color: #fff;
}

/*form*/
form
{
    position: relative;
}

#contactform input,textarea
{
    position: absolute;
    left: 120px;
    font-size: 1em;
    width: 85%;
    padding: 0;
    border: 1px solid #ccc;
}

.error {
    background: red;
}   

/*photos*/
#portrait {
	float: right;
    margin-left: 1em;
}

#trophy {
    float: left;
    margin-right: 1em;
}

/*gallery*/
.galleryimg {
    padding-right: 1em;
    padding-bottom: 1em;
}

.highlight
{
    color: #000;
}