@charset "utf-8";

h1 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}

h3 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
}

p {
	font-size: 14px;
	margin: 25px;
}

p.strong {
	font-weight: bold;
}

blockquote {
	font-size:14px; 
}

img {
	border: none;
}

#tagline {
	font: 150% "Monotype Corsiva", Verdana, Arial, Helvetica, sans-serif;
}

div#exibitions {
	width: 275px;
	margin: 5px;
	padding: 5px;
	float: left;
	border: #CCC solid 1px;
}

div#exibitions p {
	margin: 10px 0 5px 3px;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(/images/bodybackground.gif) repeat;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container { 
	width: 945px;
	background: url(/images/bodybackground.gif) repeat;
	margin: 0 auto; /* center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	height: 45px;
	background: url(/images/bodybackground.gif) repeat;
	padding: 0 10px 0 20px;
} 

#home .home, #about .about, #photography .photography, #drawings .drawings, #workshops .workshops, #cv .cv, #contact .contact
{/*commands for highlighted navigation*/ 
	color: #000000;
	font-weight: bold;
}

/* Menu*/
#menu ul {
	margin:0; 
	padding: 15px;
	text-align: center;
	font-size: 20px;
}

#menu ul li { 
	display:inline; 
	list-style-type: none;
}

#menu ul li a:link, #menu ul li a:visited { 
	color: #000000; 
	padding: 15px; 
	text-decoration:none;  
}

#menu ul li a:hover { 
	color: #999999;
}

#mainContent {
	padding: 0 25px;
}

#gallerywrapper {
	border: #CCC 1px solid;
}

#galleryimg {
	margin-left: 30px;
}

/*image gallery*/
#gallery {
	background: url(/images/bodybackground.gif) repeat;
}

#gallery ul { 
	list-style: none;
	padding-left: 25px;
}

#gallery ul li { 
	display: inline;
}

#gallery ul li p{
	margin-left: 5px;
}

#gallery ul img {
	border: 5px solid #FFFFFF;
	border-width: 5px 5px 20px;
}

#gallery ul a:hover img {
	border: 5px solid #CCCCCC;
	border-width: 5px 5px 20px;
	color: #000000;
}
#gallery ul a:hover { 
	color: #000000; 
}

#footer {
	margin-top: 50px;
	padding: 0 10px 0 20px;
	background: url(/images/bodybackground.gif) repeat;
} 

#footer p {
	margin: 0;
	padding: 10px 0;
}

/*portfolio*/
.portfolioWork {
	background: #F5F5F5;	
	float: left;
	width: 400px;
	height: 400px;
	margin: 3px 0 23px 23px;
	padding: 6px 6px 25px;
	border: #999999 solid 1px;
}

.portfolioWork:hover {
	background: #CCCCCC;
}

.portfolioWork a {
	position: relative;
	display: block;
	width: 400px; 
	font-weight: normal; 
	text-decoration:none;
	text-align: center;
	font-size: 14px;
}

.portfolioPic {
	margin: 0;
	padding: 0;
}

.portfolioInfo {
	position: relative;
	font-weight: normal;
}

/*Contact form*/
#contact-wrapper {
	width: 840px;
	height: 625px;
	background: url(images/bodybackground.gif) repeat;
	padding:20px;
	border: #CCC solid 1px;
}

#contact-wrapper div {
	clear:both;
	margin:1em 0;
}

#contact-wrapper label {
	display:block;
	float:none;
	font-size:100%;
	width:auto;
}

form#contactform input {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
}

form#contactform textarea {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	width: 825px;
	height: 300px;
}

.fltrt { /*float right*/
	float: right;
	margin-left: 8px;
}
.fltlft { /* float left */
	float: left;
	margin-right: 8px;
}

.centred { /* centred element together with text */
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.clearfloat { /* clearing float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div#topspace {
	padding-top: 52px; 
}