﻿body {
	margin:0 auto;
	padding:0;
	text-align:center;
    line-height:1.5em;
    font-family: Arial;
}
strong {
        font-weight:bold;
}
#wrapper {
    margin:0 auto;
	margin-top:10px;
	/*background-image:url('images/Tom%20Mence%20website.jpg');
	background-repeat:no-repeat;  */
	width:940px;
    min-height:900px;
	height:auto !important;
    height:900px;
	border:1px black solid;
    text-align:left;
}
#header {
   /* background-image: url(images/header2.jpg);
	background-repeat:no-repeat; */
    width:940px;
    height:140px;
}



#content {
    background-image: url(../images/body3.jpg);
    background-repeat:repeat-y;
    min-height:760px;
    height:auto!important;
    height:760px;
    width:940px;
    margin-top:0px;


   /* position:absolute; */
}

/* navigation styling */
#navigation{
  /*margin-left:119px;     */
    width:145px;
    margin-top:30px;
    min-height:890px;
    height:auto!important;
    height:890px;
    float:left;
    padding-right:40px;

}
#navigation ul{
    letter-spacing: 1.5px;
    padding:0;
    margin:0;
    list-style-type:none;
}
#nav li{
    padding:0;
    margin:0;
    margin-bottom:10px;
}
#nav li a{
    padding:0;
    letter-spacing:1.5px;
    padding-left:15px;
    height:32px;
    display:block;
}
#nav a:hover{
    font-weight:bold;
    font-size:12px;
}
/* individual list elements styling */
#home {
    background-image: url('../images/navigation/home.png');
    background-repeat: no-repeat;
    background-position:0px 0px;
    height:32px;
    width:145px;
}
#tom {
    background-image: url('../images/navigation/exhibitions.png');
    background-repeat: no-repeat;
    background-position:0px 0px;
    height:32px;
    width:145px;
}
#paint {
    background-image: url('../images/navigation/paintings.png');
    background-repeat: no-repeat;
    height:32px;
    width:145px;
}
#landscape {
    background-image: url('../images/navigation/exhibitions.png');
    background-repeat: no-repeat;
    height:32px;
    width:145px;
}
#exhibit {
    background-image: url('../images/navigation/greetings.png');
    background-repeat: no-repeat;
    height:32px;
    width:145px;
}
#prints {
    background-image: url('../images/navigation/prints.png');
    background-repeat: no-repeat;
    height:32px;
    width:145px;
}
#com {
    background-image: url('../images/navigation/commisions.png');
    background-repeat: no-repeat;
    height:32px;
    width:145px;
}
/*inner navigation styling */
#paintnav {
    display:none;
}

#paintnav li
{
    margin:0;
    margin-left:12px;
    background-image: url('../images/navigation/insidepaint.png');
    background-repeat:no-repeat;
    background-position:0px 0;
    height:35px;
    width:165px;
    padding:0;
    overflow:hidden;
    margin-top:5px;
}
#paintnav li a {
    color:#602825;
    font-weight:bold;
    font-size:14px;
    padding:0;
    margin:0;
    padding-left:20px;
}
#paintnav li a:hover {
    font-size:15px;
    color:white;
    font-weight:bold;
    background-image: url('../images/navigation/hover.png');
    background-repeat:no-repeat;
}
 #paintnav #active {
    font-size:15px;
    color:white;
    font-weight:bold;
    background-image: url('../images/navigation/hover.png');
    background-repeat:no-repeat;

}
#line {
    background-image: url('../images/line.jpg');
    background-repeat: repeat-y;
    width:2px;
    margin-left:127px;
    margin-top:-140px;
    min-height:900px;
    height:auto!important;
    height:900px;
    position:absolute;
    z-index:99;

}
#line2 {
    background-image: url('../images/line.jpg');
    background-repeat: repeat-y;
    width:2px;
    margin-left:809px;
    margin-top:-140px;
    min-height:895px;
    height:auto!important;
    height:895px;
    position:absolute;
    z-index:99;
}
/*main content styling */
#main {
    min-height:700px;
    height:auto!important;
    height:700px;
    width:680px;
    margin-left:119px;
    padding-top:10px;

}
#main p {
    padding-top:5px;
    padding-bottom:5px;
}
#break {
    width:10px;
    height:10px;
    clear:both;
}
/* classes */
.active {
    margin-left:10px;
    font-size:12px;
    font-weight:bold;
}
.normal {
    margin-left:-11px;
}
.about {
    color:#535351;
    font-size:10px;
}
/* general styling */

a {
    text-decoration:none;
    color:white;
    font-size:13px;
    padding-left:20px;
    margin:0;
}

h1 {
    font-weight:bold;
    padding-top:3px;
    font-size:16px;
}
em {
    font-style:italic;
}
h2 {
  color:#602825;
  font-size:16px;
}


/* gallery page layout */

.gallery a {
    border:1px white solid;
}
.gallery a{
    padding:0;
    display:block;
}
.gallery a:hover {
    border: 1px black solid;
}
/* table layouts for images */
.prints {
    padding:0;
    margin:0;
    margin-top:30px;
}
.prints td{
    padding-left:2px;
    padding-right:2px;
    padding-bottom:15px;
}
.prints td a{
  border:4px solid white;
}
.prints td a{
  padding:0;
  margin:0;
  display:block;
}
.prints td a:hover{
  border:4px solid #4a653a;
}
.prints .single {
    width:480px;
    text-align:center;
}
.prints .single a{
   border:0;
}
.prints .single a:hover{
   border:0;
   text-decoration:underline;
   font-weight:bold;
}
.greetings {
    padding:0;
    margin:0;
    margin-top:30px;
    color:black;

}
.greetingst {
    padding:0;
    margin:0;
    margin-top:30px;
    color:black;
}

.greetingss{
   padding:0;
    margin:0;
    margin-top:30px;
    color:black;

}
.greetingss th a{
  color:white;
  padding-right:10px;
    padding-left:10px;
  background-color:#4A653A;
}


.greet {
   padding:0;
    margin:0;
  margin-top:30px;
}


.greet th a{
    color:white;
    padding-right:10px;
    padding-left:10px;
    background-color: #90843a;
}


.greetings td{
    color:black;
    padding-left:2px;
    padding-right:2px;
    padding-bottom:15px;

}
.greetingst td{
    color:black;
    padding-left:2px;
    padding-right:2px;
    padding-bottom:15px;

}



.greetings th a{
    color:black;
    background-color:#90843a;
    width:20px;
    display:inline;
    text-align:center;
}
.greetingst th a{
    color:black;
}
.greetings td.single{
  margin-top:30px;
}


.current{
    font-weight:bold;
    font-size:18px;
}
.greetings td a{
  padding:0;
  margin:0;
 display:block;
  border:4px solid white;
}
.greetingst td a{
  padding:0;
  margin:0;
 display:block;
   border:4px solid white;
}
.greetings td a:hover{
  border:4px solid #90843a;
}
.greetingst td a:hover {
    border:4px solid #4A653A;
}
.greeting td .singleimg {
  width:200px;
}
.greetings .single {
     width:480px;
    text-align:center;
}
.greetings .single a{
   border:0;
}
.greetings .single a:hover{
   border:0;
   text-decoration:underline;
   font-weight:bold;
}
.greetings th a.active{
    font-weight:bold;
    font-size:20px;
}
#email {

    background-image: url(../images/body3.jpg);
    background-repeat:repeat-y;
    margin:0;
    padding:0;
    height:20px;
    width:940px;
    text-align:center;
    padding-bottom:20px;

}
#email a{
margin-left:-200px;
    color:#293F67;
    font-size:18px;
    font-weight:bold;
}
#email a:hover{

    color:#293F67;
    font-size:20px;
}
li.last {
    display:none;
}
#orphans {
    background-image: url(../images/body3.jpg);
    background-repeat:repeat-y;
     text-align:center;
    width:940px;
    ;
}
#orphans a{
  text-align:center;
   color:black;
  font-size:10px;
  margin-left:-195px

}


