/* Reset Start */
html, body, div, a, h1, h2, h3, img, b, u, i, center {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* Reset End */

html {
    background-color: #ffffff;
}

body {
    color: #000000;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1; /* Reset */
}

h1 {
    font-size: 3.5em;
    font-family: 'Poiret One', sans-serif;
}

h2 {
    font-size: 2em;
    font-family: 'Poiret One', sans-serif;
    color: silver;
}

h3 {
    font-size: 1.875em;
}

p {
    font-size: 1.9em;
    margin: 10px;
    
    /* Reset */
    padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a:link, a:visited {
    color: coral;
}

a:hover {
    color: crimson;
}

a:link, a:visited, a:hover {
    text-decoration: none;
}

/* Form */
input[type=text] {
    
}

textarea {
    
}

input[type=submit], input[type=reset] {
    background-color: coral;
    border-radius: 25px;
    border: none;
    color: white;
    padding: 5px 20px;
    margin: 4px 4px;
    cursor: pointer;
    font-size: 1.3em;
}

/* Good Bones */
#wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: auto;  
}

#content {
    width: 960px;
    height: 100%;
    margin: auto;
    background-color: #ffffff;
}

/* Header */
#header {
    margin: auto;
    width: 960px;
    margin-bottom: 20px;
}

#menu {
    width: 960px;
    margin-top: 15px;
    padding: 5px 0 10px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    float: left;
}

#menu .button {
    padding: 5px 41px;
    float: left;
}

/* The Gallery */

#gallery {
    margin: 5px;
    padding: 10px 0;
}

/* The Form */

#form {
    width: 385px;
    margin: 25px 290px 25px 290px;
}

.labels {
    width: 150px;
    margin-bottom: 10px;
    float: left;
    font-size: 1.25em;
    font-family: 'Source Sans Pro', sans-serif;
}

.inputs {
    width: 200px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    vertical-align: text-bottom;
}

.clear {
    clear: both;
}