@charset "UTF-8";

html {
	overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px 10px;
	border: 0px;
}

@font-face {
    font-family: 'futuraextendedregular';
    src: url('../fonts/futura/futuraextended-webfont.eot');
    src: url('../fonts/futura/futuraextended-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura/futuraextended-webfont.woff') format('woff'),
         url('../fonts/futura/futuraextended-webfont.ttf') format('truetype'),
         url('../fonts/futura/futuraextended-webfont.svg#futuraextendedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

p {
	font-family: futuraextendedregular, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #999;
	line-height: 160%;
}


#container {
	width: 960px;
	margin: 0 auto 15px auto;
}

#header {
	width: 100%;
	margin: 40px 0 20px 0;
	position: relative;
	border-bottom-color: #959595;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: 60px;
}

@media only screen and (max-device-height: 768px) {
#header {margin: 10px 0 0 0;}
}

#SoMe {

	display:inline;
	float: right;
	margin-top: 20px;
}

#main {
	margin: 33px 0 0 72px;
	float: left;
	width: 640px;
}


h1 {
	font-size: 30px;
	font-weight: normal;
	color: #898989;
	text-transform: uppercase;
	font-family: "futuraextendedregular", Helvetica, Arial, sans-serif;
	margin-left: 45px;
}


/*  NAV STYLING  */

#nav {
	margin: 25px 0 0 0;
	float: left;
	width: 200px;
}

#nav ul{
	margin-top:15px;
	padding: 0px;
	line-height: 40px;
}
#nav li {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
}
#nav li a {
	font-family:"futuraextendedregular", Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-decoration:none;
	color: #999;
	font-weight: normal;
}
	
#home #nav-home a,
#recent #nav-recent a,
#paintings #nav-paintings a,
#details #nav-details a,
#about #nav-about a,
#biog #nav-biog a,
#contact #nav-contact a
{
	font-weight:bold;
	color: #666;
	display:block;
	background-repeat:no-repeat;
	padding-top: 30px;
}


#recent #nav-recent a {background-image:url(../images/menu/1.jpg); padding-top: 38px;}
#paintings #nav-paintings a {background-image:url(../images/menu/2.jpg); padding-top: 26px;}
#details #nav-details a {background-image:url(../images/menu/3.jpg); padding-top: 35px;}
#about #nav-about a {background-image:url(../images/menu/5.jpg); padding-top: 35px;}
#biog #nav-biog a {background-image:url(../images/menu/4.jpg); padding-top: 38px;}
#contact #nav-contact a {background-image:url(../images/menu/6.jpg); padding-top: 30px;}

#home #nav-recent a {background-image:url(../images/menu/1.jpg); display:block; height:50px; background-repeat:no-repeat; padding-top: 38px;}
#home #nav-paintings a {background-image:url(../images/menu/2.jpg); display:block; height:50px; background-repeat:no-repeat; padding-top: 26px;}
#home #nav-details a {background-image:url(../images/menu/3.jpg); display:block; height:50px; background-repeat:no-repeat; padding-top: 35px;}
#home #nav-about a {background-image:url(../images/menu/5.jpg); display:block; height:50px; background-repeat:no-repeat; padding-top: 35px;}
#home #nav-biog a {background-image:url(../images/menu/4.jpg); display:block; height:50px; background-repeat:no-repeat; padding-top: 38px;}
#home #nav-contact a {background-image:url(../images/menu/6.jpg); display:block; height:50px; background-repeat:no-repeat; padding-top: 30px;}

/*  END NAV STYLING  */



/*  IMAGE STYLING  */

.centreimage {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.imageright {
	float: right;
	margin-left: 15px;
}
.imageleft {
	float: left;
	margin-right: 25px;
}


#header a img {
	border-width: 0px;
	border-style:none;
	text-decoration: none;
}
#main a img {
	border-width: 0px;
	border-style:none;
	text-decoration: none;
	text-decoration: none;
}
#container #main .fancybox img {
	margin: 2px;
}


/*  PAGE-SPECIFIC STYLING  */


#details #main {
	margin: 10px 0 0 20px;
	width: 740px;
}

#contact #main {
	margin-top: 0px;
}

#contact #container #main p a {
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}

#contactform {
	margin-top: 40px;
}

#biog #main {
	margin-top: 0px;
}


/*  MISC STYLING  */


.referee {
	text-align: right;
}

.tascredit {
	font-size: 12px;
	text-align: center;
}

.contactform {
	border: 1px solid #999;
	height: 100px;
}
