
.center {
    margin-left: auto;
    margin-right: auto;
}

.hidden {
    display: none;
}

.highlight {
    background-color: #dedbdb;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: bold;
}

.eased {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.clickable {
    cursor: pointer;
}

a {
    color: #808080;
}

img {
    border-style: none;
}

body {
    color: #808080;
    background-color: #dedbdb;
    font-size: medium;
    font-family: Arial;
}

header {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#logo {
    width: 600px;
}

body #container {
    /*background-color: #fff;*/
    width: 800px;
    padding-left: 25px;
    padding-right: 25px;
}

#menu {
    width: 100%;
}

#menu ul {
    list-style-type: none;
    margin-top: 20px;
    padding: 0;
}

#menu ul li {
    display: inline;
    padding: 5px;
    margin-right: 10px;
}

#menu ul li:last-child {
    margin-right: 0;
}

#menu ul li:hover {
    border-bottom: 1px dotted #dedbdb;
}

#content {
    min-height: 400px; 
}

#portfolio {
    text-align: center;
}

#portfolioImageContainer {
    width: 100%;
    height: 400px;
}

#portfolioImage {
    max-width: 600px;
    /*max-height: 400px;*/  
    height: 400px;
    /*border: 5px solid #dedbdb;*/
}

#portfolioImageProgress {
    position: relative;
    top: 150px;
}

#portfolioPrev {
    float: left;
    height: 400px;
}
#portfolioPrev img {
    position: relative;
    top: 165px;
    left: 40px;
    width: 30px;
    height: 60px;
}

#portfolioNext {
    float: right;
    height: 400px;
}
#portfolioNext img {
    position: relative;
    top: 165px;
    left: -40px;
    width: 30px;
    height: 60px;
}

#portfolioThumbs {
    border: 2px solid #dedbdb;
    width: 100%;
    height: 50px;
    margin-top: 5px;
    text-align: center;
}

.thumb {
     padding: 2px; 
     max-height: 46px;
     max-width: 46px;
     vertical-align: middle;
}

#about div, #session div {
    margin-bottom: 10px;
}

#artistImage {
    float: right;
    border: 2px dashed #dedbdb;
    width: 225px;
    height: 225px;
    margin: 10px;
    background-image: url('img/artist.jpg');
    background-repeat: no-repeat;
}

#contact form {
    width: 355px;
    border-style: none;
}

#contact form label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
}

#contact form input {
    width: 200px;
}

/*#contact form textarea {
    width: 200px;
}*/

textarea:focus, input:focus {
	border: 2px solid #900;
}

footer {
    font-size: x-small;
    text-align: center;
    border-top: 2px dotted #dedbdb;
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
