/* ------------------- //
// -- ukholsmap.com -- //
// ------------------- */

/* -- colours -- //

red: #fc0201;
blue: #008698;
green: #5b8424;

/* ------------- */



/* -- toolbox -- */

* {
	border: none;
	margin: 0px;
	padding: 0px;
}

/* -- toolbox -- */

.align-center {
	text-align: center;
}
.float-left {
	float: left;
}
.hidden {
	display: none;
}

/* -- global -- */

html {
	overflow: hidden;
}

body {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;;
	width: 100%;
	height: 100%;
}
a {
	color: #555;
	text-decoration: underline;
}
a:hover {
	color: #008698;
	text-decoration: underline;
}
h1 {
	display: none;	
}
h2 {
	background: #fc0201;
	color: #fff;
	padding: 5px 10px;
	margin: 5px 5px 0px 5px;
	font-size: 13px;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	margin: 5px 5px 0 5px;
}
h4 {
	font-size: 13px;
	margin: 5px 5px 0 5px;
}

/* -- map -- */

div#map {
	color: #000;
	bottom: 0px;
	top: 0px;
	left: 0px;
	right:  0px;
	position: absolute;
	height: 100%;
	width: 100%;
}

/* -- side panels -- */

#left, 
#right {
	background: url('/images/panel-background.png');
	bottom: 0px;
	color: #000;
	position: absolute;
	width: 240px;
	top : 0px;
	z-index: 100;
	overflow: hidden;
	height: 100%;
}
#left {
	left: 0px;
}
#right {
	overflow: auto;
	padding-bottom: 5px;
	right: 0px;
	width: 250px;
}

#left-tab,
#right-tab,
#status {
	background: url('/images/panel-background.png');
	color: #fff;
	font-weight: bold;
	padding: 5px 7px;
	position: absolute;
	text-decoration: none;
	z-index: 200;
}
#left-tab {
	bottom: 40px;
	left: 240px;
}
#left-tab:hover {
	cursor: pointer;
	padding-left: 9px;
}
#right-tab {
	bottom: 40px;
	right: 250px;
}
#right-tab:hover {
	cursor: pointer;
	padding-right: 9px;
}

#logo {
	margin: 5px 5px 0px 5px;
}

#mini-logo {
	background-color: #fc0201;
	color: #fff;
	font-weight: bold;
	padding: 5px 7px;
	position: absolute;
	z-index: 200;
	top: -50px;
}

#status {
	top: -30px;
	left: 325px;
}

#follow {
	margin: 10px 15px 0px 0px;
	float: right;
	color: #fff;
	cursor: pointer;
}

#tweet-container {
	position: absolute;
	margin: 0px 5px;
	overflow: auto;
	width: 230px;
}
#tweets {
	background: #fff;
	/*margin: 0px 5px;*/
	padding: 0px;
	list-style: none;
	list-style-type: none;
	
}
#tweets li {
	background: #fff;
	border-bottom: 1px dotted #555;
	color: #555;
	min-height: 48px;
	padding: 5px;
	width: 200px;
}
#tweets li .profile-pic {
	float: left;
	height:  48px;
	margin-right: 5px;
	width:  48px;
}
#tweets li .tweet,
#tweets li .info {
	margin-left: 53px;
	display: block;
	width: 147px;
}
#tweets li .info {
	margin-top: 5px;
	color: #999;
}
#tweets li h3 {
	margin: 0px 0px 5px 0px;
}
#tweets li h3 a {
	text-decoration: none;
}

.content {
	background: #fff;
	color: #555555;
	margin: 0px 5px;
	padding: 5px;
}
.content h3,
.content p {
	margin: 5px;
}

.content-last {
	margin-bottom: 5px !important;
}

.spaced {
	margin: 5px !important;
}

.example {
	background: #eef2e9;
	/*border: 1px solid #5b8424;*/
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
}

.panel {
	background: url('/images/panel-background.png');
	position: absolute;
	top: 100px;
	left: 100px;
	width: 500px;	
	z-index: 200;
}
.panel .close {
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 300;
}
.panel .content {
	background:  #fff;
	bottom: 0px;
	margin: 0px 5px 5px 5px;
	right: 0px;
}
.panel .content img {
	padding: 0px 20px;
}
.panel .content hr {
	border-top: 1px dotted #555;
	height: 0px;
	width: 98%;
	margin: 0px 5px;
	padding: 0px;
}
.panel .content ul {
	color: #555;
	margin: 5px 5px 5px 30px;
	width: 420px;
}

#terms .content,
#privacy .content {
	height: 420px;
	overflow: auto;
}

.btn {
	padding: 5px 15px 5px 0px;
	color: #555;
	border-bottom: 1px dotted #555;
	border-top: 1px dotted #555;
	margin: 10px 5px 5px 5px;
	text-decoration: none;
	display: block;
}
.btn:hover {
	background-position: 100% -94px;
}
.btnGrassGreen {
	background-image: url('/images/arrow-grassGreen.gif');
	background-position: 100% 6px;
	background-repeat:no-repeat;
}
.btnPetrol {
	background-image: url('/images/arrow-petrol.gif');
	background-position: 100% 6px;
	background-repeat:no-repeat;
}

.grassGreenBG {
	background-color: #5b8424;
}
.petrolBG {
	background-color: #008698;
}
.yellowBG {
	background-color: #f3b700;
}
.lightBlueBG {
	background-color: #6dc1d7;
}
.deepPurpleBG {
	background-color: #732978;
}
.orangeBG {
	background-color: #f39500;
}
.blueBG {
	background-color: #0077B7;
}
.greenBG {
	background-color: #009868;
}

ol#destinations {
	margin: 5px;
	padding:  0px 0px 0px 0px;
	list-style: none;
}
ol#destinations span {
	display: inline-block;
	width: 15px;
	text-align: right;
}

.popup {
	color: #555;
	width: 220px;
}
.popup img {
	float: left;
	margin: 0px 5px 0px 0px;
}
.popup div {
	float: left;
	width: 167px;
}
.popup h3 {
	margin: 0 0 5px 0;
}
.popup .info {
	margin-top: 5px;
	color: #999;
}