/* -----------------------------------------------------------
  Style sheet for susieturner.com
  ------------------------------------------------------------ */

/* 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: #89898b;
}

img {
	border: 1px solid #89898b;
}

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

a:hover {
	text-decoration: none;
}

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

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

h3 {
	padding: 0;
	margin: 15px 0 5px 0;
	font-size: 1.3em;
	font-weight: normal;
}

h4 {
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 1.0em;
	font-weight: normal;
}

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

/* Header container. */
#logo{
	margin: 0 0 10px 190px;
	padding: 10px 0 0 0;
	font-size: 1.8em;
	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;
}

/* 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: #606060;
  border-left: 4px dotted #e8e8e8;
  padding-left: 8px;
}

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

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

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

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

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

#right_content ul {
	padding-top: 5px;
	padding-bottom: 3px;
	margin-top: 0px;
	list-style: disc;
}	

#artiststatement {
    margin: 30px 0 30px 0;    
}

#indeximg img {
	width: 600px;
}

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

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

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