body{
	border-bottom: solid 1px #567;
	border-top: solid 3px #567;
	color: #000;
	background-color: #fff;
}

a{
	color: #026;
}
a:visited {
	color: #024;
}
a:hover {
	color: #89b;
}

#header, #footer{
	background-color: #90a0b4;
	border-left: solid 1px #567;
	border-right: solid 1px #567;
	border-top: solid 1px #abc;
	border-bottom: solid 1px #abc;
	color: #fff;
}
#header h1 a{
	color: #fff;
}
#footer a{
	color: #fff;
}
#footer a:hover {
	color: #000;
}

#header{
	border-bottom: double 3px #abc;
}

#footer{
	border-top: double 3px #abc;
}

#menu ul{
	border: solid 3px #e0e0e6;
	border-top: none;
	background: #f4f4f4;
}

#menu a{
	color: #000;
}

#menu a:hover {
	border-bottom: 1px solid #808090;
}

#topnav{
	border-left: 3px solid #e0e0e6;
	border-bottom: 3px solid #e0e0e6;
    background: #f4f4f4;
}
#topnav ul li a{
    border: 2px solid #e0e0e6;
    background: #fafafa;
}
#topnav ul li a:hover {
    border: 2px solid #89b;
}

#content h1.storytitle a, #content h2.storytitle a,
#content h1.storytitle, #content h2.storytitle{
	color: #026;
}

#content h1.storytitle a:hover, #content h2.storytitle a:hover {
	color: #89b;
}

#content .post a img:hover,
#gallery a img.giThumbnail:hover {
	border-color: #026;
}



/* Gallery colours */
#gallery{
	color: #333;
	background-color: #fff;
}

#gallery .gcBackground1{
	background-color: #f4f4f4;
}
#gallery .gcBackground2{
	background-color: #eee;
}

#gallery .gcBorder1 {
	border: 0 solid #ccc;
}
#gallery .gcBorder2 {
	border: 0 solid #888;
}

#gallery a{
	color: #026;
}
#gallery a:hover {
	color: #024;
}
#gallery a:active {
	color: #89b;
}

#gallery div.gNavBar h2{
    border-bottom: 1px dotted #ccc;
}
#gallery div.gNavBar{
    border-top: solid 3px #e0e0e6;
    border-left: solid 3px #e0e0e6;
    border-bottom: solid 3px #e0e0e6;
}
#gallery .giInfo {
    font-size: 0.9em;
    color: #888;
}
#gallery .giSuccess { color: #5c0; }
#gallery .giWarning { color: #c50; }
#gallery .giError { color: #a44; }

#gallery table.gbDataTable th {
    text-align: left;
    background-color: #e7e7e7;
}

#gallery .gbEven {
    background-color: #fff;
}

#gallery .gbOdd {
    background-color: #eee;
}

#gallery div.gbTabBar a {
    color: #777;
    text-decoration: none;
}

#gallery div.gbTabBar span.giSelected span {
    color: #333;
    padding-bottom: 6px;
    background-image: url('images/tab_right_on.jpg');
}

#gallery #gsSidebar ul span {
    color: #999;
}

