/*
********************************
**  CSS File for g0lgs.co.uk  **
********************************
** By Stewart Wilkinson G0LGS **
********************************
*/

/* top right bottom left */

BODY	{
		background-image: url(/bg/backgnd.jpg);
		background-attachment: fixed;
		background-position: top left;
/*		font-family: Courier, sans-serif;*/
/*		font-family: Arial, Sans;*/
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12pt;
	}

HR	{	color: #6699cc;
		height: 4px;
		background-color: #6699cc;
	}

TD	{
		font-size: 10pt;
	}

TH	{
		font-size: 12pt;
		font-weight: bold;
		text-decoration: underline;
	}

a:link	{
/*		color: #0000FF;*/
		color: #003366;
		text-decoration: underline;
	}

a:visited{
/*		color: #330099;*/
		color: #003366;
		text-decoration: underline;
	}

a:hover	{
/*		color: #FF0000; */
		color: #cc0033; 
		text-decoration: none;
	}

a:active{
		color: #FF0000;
}

.header	{
		border: 3px solid #6699cc;
		padding: 4px 4px 4px 4px;
	}

.head	{
		font-size: 10pt;
		font-weight: normal;
/*		font-family: Arial, Sans;*/
		margin : 0;
		vertical-align: middle;
	}

.foot	{
/*		border: 3px solid #6699cc; */
		padding: 4px;
	}

.summary{	font-size: 12pt;
		font-weight: bold;
/*		font-family: Arial, Sans;*/
		text-align: center;
		padding: 6px;
	}

.nrml	{	font-size: 10pt;
		font-weight: normal;
/*		font-family: Arial, Sans;*/
	}

.small	{	font-size: 8pt;
		font-weight: normal;
/*		font-family: Arial, Sans;*/
		text-align: center;
		padding: 5px;
	}

.title	{	font-size: x-large;
		font-weight: bold;
/*		font-family: Arial, Sans;*/
		text-align: center;
		padding: 10px;
	}

.list	{	font-size: 10pt;
/*		font-family: Arial, Sans;*/
		text-align: left;
	}

.tiny	{
		font-size: 8pt;
/*		font-family: Arial, Sans;*/
	}

.info	{
		font-size: 10pt;
/*		font-family: Arial, Sans;*/
		text-align: justify;
		padding: 3px;
	}

/* Activity Log / Calendar */
.day	{
		font-size: 10pt;
		text-align: center;
		padding: 2px;
	}
.month	{
		text-decoration: none;
		text-align: center;
		font-size: large;
		font-weight: bold;
		font-style: italic;
		padding: 4px;
		border-bottom: 2px dotted #cccc99;
	}
.year	{
		text-decoration: none;
		text-align: center;
		font-weight: bold;
		font-size: x-large;
/*		font-family: Arial;*/
		padding: 4px;
		border:	1px dotted #ffff99;
	}
/*
.subject{
		font-family: Arial, Sans;
	}
*/
.date	{
		text-decoration: none;
/*		font-family: Arial, Sans;*/
	}

/* Menus */
.menu	{	background: #66cc66;
/*		font-family: Arial, Sans;*/
		border:	2px solid #cc99cc;
		padding: 2px 2px 2px 2px;
	}

.menu HR{	color: #66ff00;
		height: 3px;
		background-color: #66ff00;
	}

.menu a:link{
		color: #0033cc;
		text-decoration: underline;
	}

.menu a:visited{
		color: #0033cc;
		text-decoration: underline;
	}

.menu a:hover{
		color: #cc0033; 
		text-decoration: none;
	}

.menu a:active{	
		color: #cc0033; 
}

.lastblog{
		font-size: 8pt;
		color: #ff0000; 
		text-align: right;
}

.error {
	color: red;
	font-weight: bold;
	font-size: 12pt;
	text-align: justify;
}

.errorbk {
	color: black;
	font-weight: normal;
	font-size: 12pt;
	text-align: justify;
}

.bklist {
	background-color: #6699cc;
}

.bkmenu {
	background-color: #ccffcc;
}

INPUT.button-navigate {
        background-color: #3333ff;
        border: 1px solid black;
        width: 60px;
        color: #cc9900;
        font-size: 10pt;
        font-weight: bold;
        text-align: center;
}

INPUT.button-navigate-disabled {
        background-color: #3333ff;
        border: 1px solid black;
        width: 60px;
        color: #c0c0c0;
        font-size: 10pt;
        font-weight: bold;
        text-align: center;
}

#cookie-law {
	position:relative;
	top:20px;
	max-width:940px;
	background:#EEEADD;
	margin:10px auto 0;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
}

#cookie-law a {
	font-size:12pt;
	font-weight:bold;
}

#cookie-law p {
	padding:10px;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	color:#682008;
	margin:0;
}

#fb-share-count {
	position: relative;
	left:5px;
	top:-5px;
	max-width: 70px;
	height: 15px;
	padding: 1px;
	background:#EEEADD;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: #7F7F7F solid 2px;
	font-size: 10pt;
}

#fb-share-count:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 3px 4px 3px 0;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	left: -4px;
	top: 4px;
}

#fb-share-count:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 4px 5px 4px 0;
	border-color: transparent #7F7F7F;
	display: block;
	width: 0;
	z-index: 0;
	left: -7px;
	top: 3px;
}
