a:link, a:visited {
    color: #FFF;
    font-weight: bold;

}

a:hover {
    color: #008cdc;
}

body {
    background-color: #000;
    color: #fff;
    margin: 0 0 0 10px;
}

h2 {
    font-weight: bold;
	font-size: 150%;
	color: #09f;
	margin: 5px 0 15px 0;
}

.smallphoto {
/*    width: 160px;
    height: 160px;
    padding: 4px;*/
/*    float: left;*/
}

.smallphoto img {
    padding: 4px;
    border: 0;
}

#footer {
    font-family: verdana;
    font-size: 10px;
    color: #fff;
    text-align: center;
    background: url('../design/BackgroundBar.jpg') repeat-x;
    padding-top: 18px;
    padding-bottom: 10px;
}

.message {
    padding: 10px;
    padding-left: 30px;
    margin: 10px;
    border: solid 2px #111;
    min-width: 500px;
}

/**************** blogpost ****************/

.wic_blogpost {
    background-image: url('../design/leftdivide.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 35px;
}

.wic_blogpost .title {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 18px;
    color: rgb(0, 140, 200);
    font-weight: 600;
    margin: 10px 0;
}

.wic_blogpost .body {
    line-height: 1.6em;
}

/******************** event ******************/

.wic_event {
    font-weight: bold;
    padding: 8px 0;
}

/************ gviewer **************/

.wic_gallery {
    text-align: center;
}

.wic_gallery h2.name {
    font-size: 24px;
}

.wic_gallery .gviewer_mainview {
    height: 610px;  
    margin: 0 auto;
}

.wic_gallery .gviewer_main_image {
    margin: 0 auto;
    position: relative;
    border: solid 10px #111;
}

/*.wic_gallery .gviewer_main_image img {
}*/

.wic_gallery .gviewer_bar {
    white-space: nowrap;
    overflow: scroll;
    height: 150px;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 80%;
    margin: 0 auto;
    padding: 15px;
}

.wic_gallery .gviewer_bar a {
    display: inline-block;
    opacity: 0.5;
}

.wic_gallery .gviewer_bar a:hover {
    opacity: 1.0;
}

.wic_gallery .gviewer_bar a.selected {
    border: solid 3px #f0ff00;
    opacity: 1.0;
}

.wic_gallery .gviewer_bar a.selected img {
    border: solid 3px #f0ff00;
}

.wic_gallery .gviewer_bar a img {
    border: solid 3px transparent;
    display: inline-block;
    vertical-align: middle;
}

.wic_gallery .gviewer_bar_right {
    z-index: 101;
    position: absolute;
    display: block;
    height: 200px;
    width: 100px;
    right: 0;
    background-image: url('../design/rightarrow.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.wic_gallery .gviewer_bar_left {
    z-index: 100;
    display: block;
    position: absolute;
    height: 200px;
    width: 100px;
    left: 0;
    background-image: url('../design/leftarrow.png');
    background-repeat: no-repeat;
    background-position: left center;

}

.wic_gallery .gviewer_bar_left:hover {
    background-image: url('../design/leftarrow.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.wic_gallery .gviewer_bar_right:hover {
    background-image: url('../design/rightarrow.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.wic_gallery .gviewer_bar_internal {
    position: absolute;
}

.wic_gallery .gviewer_link_left {
    position: absolute;
    left: 0;
    z-index: 100;
    display: block;
    width: 35px;
    background-color: transparent;
    background-image: url('../design/trans.gif');
}

.wic_gallery .gviewer_link_right {
    position: absolute;
    z-index: 100;
    right: 0;
    width: 35px;
    background-color: transparent;
    background-image: url('../design/trans.gif');
}

.wic_gallery a.gviewer_link_right:hover {
    background-image: url('../design/rightarrow.png');
    background-repeat: no-repeat;
    background-position: center;
}

.wic_gallery a.gviewer_link_left:hover {
    background-image: url('../design/leftarrow.png');
    background-repeat: no-repeat;
    background-position: center;
}
