body {
	font-family: Times New Roman, Times, serif;

	color: #333;
}

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, .thumbscontainer p {

	font-size: 0.7em;
	color: 	 #333;
	font-weight: normal;
	font-style: italic;
	font-family: Palatino Linotype, Palatino, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
} 

h2, h3 {
	padding-bottom: 1em;
	text-align: left
} 

h4 {
	padding-bottom: 1em;
	text-align:center;
}
p, dt, dd {
	color: 	 #333;
	font-size: 0.7em;
	margin-bottom: 1em;
	line-height:1.2em;
	font-family: Times New Roman, Times, serif;
}

a {
	text-decoration: none;
	outline-style: none;
}

a:link, a:visited {
	color: #333;
}

a:hover, a:active, a:focus  {
	text-decoration: underline;
    }

h1#sitetitle {
	display: block;
	position: relative;
	font-weight: bold;
	vertical-align: bottom;
	margin-top: 40px;
	text-align: right;
	font-size: 2em;
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-style: italic;
	font-family: Palatino Linotype, Palatino, serif;
	line-height: 1.8em;

}

h1 span#sitedescription {
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: normal;
}

ul#navigation {
	text-align: right;
	list-style: none;
	margin-top: 0.5em;
	font-size: 0.7em;
	font-style: italic;
	font-family: Palatino Linotype, Palatino, serif;
	padding-bottom: 2em;
}

#navigation li {
	margin-bottom: 1em;
	display:inline;
	padding-left:0.5em;
	line-height: 1.8em;
}

#navigation li.last {
 /*	padding-right: 0;*/
}
#navigation li ul {
	margin-bottom: 1em;
	margin-top: 0.5em;
	float: right;
	width: 100%;
	font-size: 1em;
}

#navigation li.active li a:link, #navigation li.active li a:visited {
	color: #333;
	white-space: nowrap;
}

#navigation li.active a:link, #navigation li.active a:visited, #navigation li.active li.active a:link, #navigation li.active li.active a:visited, h1#sitetitle a:link, h1#sitetitle a:visited {
	font-weight: bold;
	text-decoration: none;
}

#navigation li.active li a:link, #navigation li.active li a:visited {
text-decoration: none;
font-weight: normal;
}

#navigation li.active a:hover, #navigation li.active li a:hover, #navigation li.active li.active a:hover, h1#sitetitle a:hover {
	text-decoration: underline;
}

#navigation li.active a:active, #navigation li.active a:focus, #navigation li.active li a:active, #navigation li.active li a:focus, #navigation li.active li.active a:active, #navigation li.active li.active a:focus {
	text-decoration: underline;
}

#content {
	margin-top: 20px;
	margin-left:auto;
	margin-right: auto;
	min-width: 800px;
	width:50%;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

h1#sitetitle, ul#navigation   {
	margin-left:auto;
	margin-right: auto;
	min-width: 800px;
	width:50%;

}

#content p {
	padding-right: 250px;
	text-align: left;
}

#content p.centre {
	padding-right: 0;
	text-align: center;
}

#content .thumbscontainer p {
	padding-left: 0;
	padding-right: 0;
	text-align:right;
} 

.blogentryblock {
	padding-bottom: 2em;
}

object {
	margin-bottom: 20px;
}


/* rokslideshow */

#slideshow {
	margin-left: auto;
	margin-right: auto;
}

#loadingDiv{

	padding-top: 0;
	}

#slideshow ul {
	list-style-type: none;
}

#slideshow li a.next {
	display: block;
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	width: 800px;
	height: 500px;
	cursor: pointer;
}

#slidewrap {
	padding-bottom: 10px;
}

/* Target loading box */

#slidewrap div { 
	text-align: center;
	font-size: 11px;
	color: 	 #333;
	font-weight: normal;
	font-style: italic;
	font-family: Palatino Linotype, Palatino, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
 }
#slidewrap div p { 
	text-align: left;
	font-size: 11px;
	font-style: normal;
	font-family: Times New Roman, Times, serif;
	text-transform: none;
	letter-spacing: 0;
 }

#popupcontent {
text-align:center;
}

.clr {

	clear: both;

}