/*
Theme Name: JT
Theme URI: http://jt.jtandnait.co.uk/
Description: JT's custom theme.
Version: 0.1
Author: JT
Author URI: http://jt.jtandnait.co.uk/

	This theme was designed and built by JT,
	who you will find at http://jt.jtandnait.co.uk/

	The CSS, XHTML and design is Copyright © 2009 JT

*/

body
{
	position: relative;
	margin: 0;
	text-align: center;
	background: #bbc;
	font-family: Verdana, sans-serif;
	font-size: 72%;
	color: #334;
}

a
{
	text-decoration: none;
	color: inherit;
	font-weight: bold;
	outline: none;
	-moz-outline-style: none;
}

a img
{
	border: 0;
	outline: none;
	-moz-outline-style: none;
}

code
{
	display: block;
	margin: 5px 10px 0;
	padding: 5px;
	border: #999 1px solid;
	font-family: monospace;
}

#container
{
	position: relative;
	width: 800px;
	height: 662px;
	margin: 0 auto;
	padding: 0;
	background: url('images/g1l.jpg') no-repeat left top;
}

#nav
{
	position: absolute;
	top: 402px;
	left: 87px;
	width: 475px;
	height: 235px;
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 10px;
}

#nav li
{
	display: inline;
	line-height: 35px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li a
{
	height: 10px;
	margin: 0;
	padding: 10px 5px 2px;
	background: #222;
	border: 1px #112 solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
	color: #ccd;
}

#nav li:hover a
{
	color: #eef;
}

#home
{
	position: absolute;
	top: 522px;
	left: 692px;
	width: 47px;
	height: 48px;
}

#login
{
	position: absolute;
	top: 425px;
	left: 640px;
	width: 37px;
	height: 100px;
}

#adverts
{
	position: absolute;
	top: 0;
	left: -200px;
	width: 200px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	z-index: 10000;
}

#adverts li
{
	margin: 5px 0;
	padding: 0;
	list-style: none;
}

#adverts li img
{
	margin: auto;
	vertical-align: middle;
}

#content
{
	position: absolute;
	top: 37px;
	left: 94px;
	width: 460px;
	height: 311px;
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#contentslider
{
	width: 460px;
	height: 311px;
}

#content li
{
	list-style: none;
	margin: 0;
	padding: 2px;
}

#content li:hover
{
	padding: 0;
	border: 2px #f90 solid;
}

#content li.highlight
{
	background: #eef;
}

#content h2
{
	display: inline;
	font-size: 100%;
	font-weight: bold;
	color: #000;
}

#content h2:after
{
	content: ":";
}

#wpstats
{
    display: none;
}

/* jScrollPane */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #fff;
}
.jScrollPaneDrag {
	position: absolute;
	background: #88a;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
