/* -----------------------------------------------------------
  Style sheet for artists-insideout.co.uk
  ------------------------------------------------------------ */

/* Global styles. */
body{
	margin: 20px 0 20px 0;
	padding: 0px;
	font: 62.5%/1.5em Arial, Helvetica, Sans-serif;
	font-size: 1.0em;
	letter-spacing: 0px;
	line-height: 1.3em;
	color: #e8e8e8;
    background-color: #636363;
}

img {
	border: 1px solid #636363;
}

a, a:visited {
	color: #e8e8e8;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:hover img {
    border: 1px solid #e8e8e8
}

p {
	padding: 7px 0 5px 0;
	margin: 0;
}

.left {
        float: left;
        padding: 0 10px 0 0;
}

.right {
	float: right;
    padding: 0 0 0 10px;
}

.right a img {
	width: 100px;
}

/* Container for pages - centered. */
#main_body{
	margin: auto;
	width: 800px;
}

/* Header container. */
#logo{
	margin: 0 0 30px 185px;
	padding: 20px 0 0 0;
	font-size: 4.0em;
	text-transform: uppercase;
	letter-spacing: 5px;
}

/* Left "menu" */
#left_menu{
	float: left;
	margin: 15px 0 0 7px;
	width: 160px;
	letter-spacing: -0.5px;
	font-size: 0.8em;
	line-height: 1.4em;
}

/* House gallery image container. */
#house {
	margin: 40px 0 50px 0;
}

#house a img {
	width: 150px;
}

/* Menu list. */
#left_menu ul {
	list-style: none;
	margin: 25px 0 0 0;
	padding: 0;
}

#left_menu ul li {
  font-weight: bold;
  font-size: 1.2em;
  padding: 5px 0 5px 0;
}

/* special colour for the current item. */
#left_menu li#selected a {
  color: #363636;
  border-left: 4px dotted #e8e8e8;
  padding-left: 8px;
}

#left_menu li a { 
	text-decoration: none;
	color: #e8e8e8;
}

#left_menu li a:hover {
  color: #363636;
}

/* Right hand content. */
#right_box{
	float: left;
	width: 531px;
	margin: 15px 0 0 26px;
}

#right_top{
	float: left;
	height: 25px;
	margin-bottom: 5px;
}

#right_content{
	float: left;
	width: 531px;
	border-top: 1px solid #e7e7e7;
	padding-top: 20px;
}

#right_content ul {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 0px;
}	

/* Google map container. */
#map {
	width: 530px;
	height: 300px;
	margin: 20px 0 5px 0;
}

/* Image in google map info window. */
#map img {
	width: 100px;
	float: left;
	margin-right: 10px;
    border: 1px solid #e8e8e8;
}

#map a:hover img {
    border: 1px solid #636363;
}

/* Google map info container. */
#locationinfo {
	width: 320px;
	height: 80px;
	font-size: 0.8em;
	color: #363636;
	line-height: normal;
}

#locationinfo p {
	padding: 0;
	margin: 0;
}

/* Artist picture thumbnails container. */
#thumbnails {
    margin: 40px 0 5px 0;
}

#thumbnails img {
    margin: 0 20px 0 0px;
}

/* Artists picture description. */
#picturedesc {
    margin: 10px 0 0px 0;
    font-size: 0.6em;
}
