/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {color: #238;}
a:hover {color: #68a;}
body {
	background: #42424c url(../images/bg.jpg) top center repeat-y;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}
h1 {font-size: 1.4em;}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h1,h2,h3 {color: #654;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: url(../images/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 702px;
}

/* top */
.top {
	background: #222d6f;
	height: 230px;
	margin: 0 auto;
	width: 630px;
}
.top a {
	text-decoration: none;
	width: 100%;
	border-style: none;
}
.top img {
	border: none;
}
.top a:hover {
	color: #fff;
	border: none;
}

/* header */
.header {
	margin: 0 auto;
	padding: 0;
	width: 630px;
}
.logo {
	margin-right: 20px;
	padding: 20px;
	width: auto;
	float: right;
}

/* item */
.item {clear: both;}
.item .pics a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	border-style: none;
}
.item .pics a:hover {
	color: #3d3c41;
	border: none;
}
.item .pics {
	list-style: none;
	color: #553;
	display: inline;
}
.item .pics li {
	margin: 10px 5px 10px 5px;
	width:110px;
	height:120px;
	text-align: center;
	float: left;
}
.item .date {
	background: url(../images/bgdate.jpg) no-repeat;
	color: #fdd;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	float: left;
	width: 420px;
}
.item h1 {
	background: #222d6f;
	color: #fff;
	line-height: 40px;
	padding-left: 16px;
}
.item h1 a {
	background: #222d6f;
	color: #fff;
	line-height: 40px;
	padding-left: 16px;
}
.item h1 a:hover {
	background: #222d6f;
	color: #e3e4ec;
	line-height: 40px;
	padding-left: 16px;
}
.item .body {padding: 12px 18px;}

.item .pagebody {padding: 12px 3px 12px 70px;}

.item .body blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px;
}

.item .body span {color: #00348b;}

/* main */
.main {float: left;}

/* navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 208px;
}
.navigation h1 {
	background: #3142ab;
	color: #fff;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	border-bottom: 1px solid #adbee8;
	list-style: none;
}
.navigation li a {
	background: #ced0dd url(../images/bgnavigation.jpg) repeat-x;	
	color: #553;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation li a:hover {
	background: #001381;
	color: #dfe0e9;
}

/* footer */
.footer {
	background: url(../images/bgfooter.jpg) repeat-x;
	color: #fff;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 626px;
}
.footer a {color: #fff;}
.footer a:hover {color: #fafcb0;}
.footer span a {text-decoration: none;}
.footer span a:hover {
	color: #fff;
	text-decoration: none;
	cursor: text;
}


.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(../highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(../highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-html {
    background-color: white;
    border: 2px solid gray;
}
.highslide-html-content {
	position: absolute;
    display: none;
    padding: 10px;
}

/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}