/* CSS Document */
/* by: Guillaume Danielou
Reskin added CSS code for existing website 
17th July 2009
*/

/*================= 
Marianne North Gallery 
==================*/

#sampleimage {
    color:#666666;
    display:block;
    float:right;
    font-size:0.9em;
    padding:0 0 6px 18px;
    width:240px;
}

.comment_form {
    background-color:#F8F8F8;
    border:1px solid #E4E4E4;
    color:#48545D;
    font-size:100%;
    margin-bottom:14px;
    margin-top:17px;
    padding:18px;
}

.comment_form_block {
	width: 400px;
}

.comment_form input, .comment_form select {
    border:1px solid #D4D4D4;
    color:#48545D;
    font-family:Arial,Helvetica,sans-serif;
    font-size:1.2em;
    margin:10px 0;
    padding:3px 0;
    width:400px;
}

.mng-thumbnail {
    color:#336633;
    float:left;
    font-size:1em;
    height:220px;
    padding:4px 15px 6px 15px;
    text-align:center;
    width:137px;
}

.mng-thumbnail span {
    display:block;
}

.thumb_link {
    padding-top:6px;
}

.mng-thumbnail a, .thumbnail_sm a {
    text-decoration:none;
}

.clearboth {
    clear:both;
    display:block;
}

#mng-content {
    width:700px;
}

#painting {
    padding:12px 0;
}

#paintinglinks {
    clear:both;
    padding:12px 0;
}

#painting .title {
    color:#336633;
    font-size:1em;
    font-weight:bold;
    margin-top:2px;
}

#fullimage {
    float:left;
}

#fullimage img {
    max-width: 500px;    
	padding-top: 10px; /*Added to get space between Facebook button and image*/
}

#details {
    display:block;
    float:right;
    padding-left:8px;
    padding-right:8px;    
    width:160px;
}

#categories {
    border-bottom:1px solid #336633;
    clear:both;
    font-size:1em;
    padding-top: 1px;
}

.previous, .next {
    display:block;
    font-size:1em;
    width:280px;
}

.previous {
    float:left;
    padding-right:20px;
}

.next {
    float:right;
}

h1 {
	margin-top:0.5em;
}