/* Structure */

html,body
{
	margin:0px;
	padding:0px;
}

body.default
{
	background-color:#c1c3d1;
}

html,body,td,th
{
   font-family:'Helvetica Neue','Helvetica','Arial',sans-serif;
	font-size:11pt;
}

form
{
	margin:0px;
}

input.monospace,textarea.monospace
{
	font-family:monospace;
	font-size:9pt;
	padding:3px;
	border:1px solid #e0e1e8;
}

input.monospace:focus,textarea.monospace:focus
{
	background-color:#fafafd;
}

.formLabel,.formControl,.formSubLabel,.formSubControl,.formSubLabelCheckbox
{
	font-size:9pt;
}

.formLabel,.formSubLabel,.formSubLabelCheckbox
{
	white-space:nowrap;
}

.formLabel
{
	padding:0px 5px 10px 0px;
	text-align:right;
}

.formControl
{
	padding-bottom:10px;
}

.formSubLabel,.formSubControl
{
	padding-right:10px;
}

.formSubLabel,.formSubControl
{
	padding-right:10px;
}

.formSubLabelCheckbox
{
	padding-right:2px;
}

.formError
{
	padding:0px 0px 10px 0px;
}

/* Header */

#loginPanel
{
	position:fixed;
	left:0px;
	top:0px;
	z-index:1000;
	padding:7px 7px 7px 10px;
	background:url('/images/login/background.png');
	_background:url('/images/login/background_solid.png');
	border-bottom:solid 1px #dddddd;
	border-right:solid 1px #dddddd;
}

.loginMessage
{
	color:red;
	font-weight:bold;
}

#headerContainer
{
	background:url('/images/header/background.png');
	background-repeat:repeat-x;
	border-bottom:1px solid #e0e1e8;
}

#header
{
	background:url('/images/header/nic_jones_british_folk_singer_guitarist.png');
	background-repeat:no-repeat;
	width:900px;
	height:139px;
	margin:0px auto;
	padding:0px 5px;
}

#header #basket
{
	position:absolute;
	width:193px;
	height:46px;
	padding:10px 10px 0px 10px;
	margin:20px 0px 0px 685px;
	background:url('/images/panel/background.png');
	background-repeat:repeat-x;
	background-color:#ffffff;
	border:1px solid #e0e1e8;
	font-size:10pt;
	color:#666666;
}

#header #basket h4
{
	margin:0px 0px 2px 0px;
	font-size:10pt;
}

#header #basket a
{
	text-decoration:none;
}

#header #basket a:hover
{
	text-decoration:underline;
}

/* Navigation */

#navigation
{
	position:absolute;
	margin-top:108px;
	font-size:11pt;
}

#navigation ul
{
	margin:0px;
	padding:0px;
}
	
#navigation ul li
{
	float:left;
	list-style:none;
}

#navigation ul li a.menu
{
	padding-right:14px;
	background:url('/images/header/arrow.gif');
	background-position:right center;
	background-repeat:no-repeat;
}

#navigation ul li a
{
	display:block;
	text-decoration:none;
	color:#666666;
	white-space:nowrap;
	margin-right:21px;
	margin-bottom:3px;
}

#navigation ul li a:hover,#navigation ul li ul li a:hover
{
	color:#323966;
	text-decoration:underline;
}

#navigation ul li ul
{
	position:absolute;
	padding-bottom:7px;
	background-color:#ebebf0;
	border:1px solid white;
	font-size:10pt;
}

#navigation ul li ul li
{
	float:none;
	display:inline;
}

#navigation ul li ul li a,#navigation ul li.active ul li a
{
	font-weight:normal;
	text-decoration:none;
	color:#666666;
	margin-right:0px;
	padding:7px 10px 0px 10px;
}

#navigation ul li.active a,#navigation ul li ul li.active a,#navigation ul li.active ul li.active a
{
	font-weight:bold;
	text-decoration:underline;
	color:#323966;
}

#navigation ul li.active a:hover
{
	color:#787fb3;
}

/* Body */

#bodyContainer
{
	background-color:#ffffff;
}

#body
{
	width:900px;
	margin:0px auto;
	padding:20px 0px 10px 0px;
}

#photos
{
	padding:0px 0px 10px 20px;
	float:right;
}

.subPages
{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #e0e1e8;
	font-size:10pt;
}

.subPages a
{
	text-decoration:none;
	padding-right:25px;
}

.subPages a:hover
{
	text-decoration:underline;
}

.subPages a.active
{
	font-weight:bold;
	text-decoration:underline;
}

.editInvisible
{
	opacity:0.3;
	-moz-opacity:0.3;
	-khtml-opacity:0.3;
	filter:alpha(opacity=30);
}

/* Footer */

#footerContainer
{
	background:url('/images/footer/background.png');
	background-repeat:repeat-x;
	background-color:#c1c3d1;
	border-top:1px solid #e0e1e8;
}

#footer
{
	width:900px;
	height:139px;
	margin:0px auto;
	padding:20px 0px;
	font-size:9pt;
}

#footer,#footer a
{
	color:#666666;
}

#footer #login
{
	float:right;
	text-align:right;
}

#footer #login,#footer #login a
{
	text-decoration:none;
}

#footer #login a:hover
{
	text-decoration:underline;
}

/* Content */

p,ul,ol,h1,h2,h3,h4,h5,h6
{
	margin-top:0px;
	margin-bottom:15px;
	padding-top:0px;
	padding-bottom:0px;
}

li
{
	margin-bottom:5px;
	list-style:square;
}

h1
{
	font-size:18pt;
}

h2
{
	font-size:14pt;
}

h3,h4,h5,h6
{
	font-size:11pt;
}

hr
{
	visibility:hidden;
}

.rule
{
	height:1px;
	margin:20px 0px;
	border-top:1px dotted #e0e1e8;
	overflow:hidden;
}

.floatLeft
{
	float:left;
	margin:0px 20px 20px 0px;
}

.floatRight
{
	float:right;
	margin:0px 0px 20px 20px;
}

.floatLeft .panel,.floatRight .panel
{
	margin-bottom:0px;
}

.panel .floatLeft,.panel .floatRight
{
	margin-bottom:0px;
}

.small
{
	font-size:9pt;
}

.error
{
	font-weight:bold;
}

a.plain
{
	text-decoration:none;
}

a.plain:hover
{
	text-decoration:underline;
}

.panel,td.panel
{
	padding:10px 10px 0px 10px;
	border:1px solid #e0e1e8;
	background:url('/images/panel/background.png');
	background-repeat:repeat-x;
	background-color:#f3f3f6;
}

.panel
{
	margin-bottom:20px;
	overflow:auto;
}

.panel p,.panel h2,.panel h3
{
	margin:0px;
	padding:0px 0px 10px 0px;
}

.panel .rule
{
	height:1px;
	margin:0px -10px;
	border-top:1px dotted #e0e1e8;
	padding-bottom:10px;
}

.panel h1
{
	font-size:16pt;
}

.panel h2
{
	font-size:12pt;
}

panel h3,.panel p
{
	font-size:10pt;
}

.panel a
{
	text-decoration:none;
}

.panel a:hover
{
	text-decoration:underline;
}

div.print
{
	display:none;
}

/* Blog */

#blogControls
{
	float:right;
	width:200px;
}

#blogControls table
{
	margin-bottom:20px;
}

#blogControls p
{
	font-size:10pt;
}

#blogControls .rule
{
	height:1px;
	margin:0px -10px;
	border-top:1px dotted #e0e1e8;
}

.blogEntry
{
	overflow:auto;
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom:1px dotted #e0e1e8;
}

.blogContent
{
	margin-right:220px;
}

.blogSubContent
{
	float:right;
	margin-left:20px;
}

/* Shop */

#shop #toolbar
{
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px dotted #e0e1e8;
	font-size:10pt;
}

#shop #breadcrumbs a,#shop h1 a,#shop h2 a,#shop h3 a,#shop h4 a,#shop h5 a,#shop h6 a
{
	text-decoration:none;
}

#shop #breadcrumbs a:hover,#shop h1 a:hover,#shop h2 a:hover,#shop h3 a:hover,#shop h4 a:hover,#shop h5 a:hover,#shop h6 a:hover
{
	text-decoration:underline;
}

#shop p.error,#shop p.message
{
	font-size:10pt;
}

#shop p.error
{
	background:url('/images/shop/error.png');
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:21px;
}

#shop p.message
{
	background:url('/images/shop/message.png');
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:23px;
}

#shop #breadcrumbs a.home
{
	background:url('/images/shop/home.png');
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding:0px 12px 0px 23px;
}

#shop #breadcrumbs a.category,#shop #breadcrumbs a.product
{
	background:url('/images/shop/arrow.png');
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding:0px 12px 0px 23px;
}

#shop .categories .category,#shop .products .product
{
	padding-top:20px;
	border-top:1px dotted #e0e1e8;
}

#shop .categories .category,#shop .products .product
{
	margin-bottom:20px;
}

#shop .categories .category .thumbnail,#shop .products .product .thumbnail
{
	float:left;
	margin-right:15px;
}

#shop .products .reference,#shop .product .reference,#shop .basket .reference
{
	font-size:9pt;
	color:#666666;
}

#shop .category .image,#shop .product .image
{
	float:right;
	margin:0px 0px 20px 20px;
}

#shop .product .price
{
	font-size:16pt;
}

#shop table.basket
{
	width:650px;
	border:1px solid #e0e1e8;
	margin-bottom:20px;
	background:url('/images/panel/background.png');
	background-repeat:repeat-x;
	background-color:#f3f3f6;
}

#shop .basket th,#shop .basket td
{
	padding:10px;
}

#shop .basket th
{
	text-align:left;
	font-weight:bold;
}

#shop .basket tbody td
{
	border-top:1px dotted #e0e1e8;
}

#shop .basket thead td
{
	border-bottom:1px dotted #e0e1e8;
}

#shop .basket th,#shop .basket td,#shop .basket tbody td h3,#shop.basket td p
{
	font-size:10pt;
}

#shop .basket td.label
{
	font-weight:bold;
}

#shop .basket tr.totals td
{
	text-align:right;
}

#shop .basket .thumbnail
{
	float:left;
	margin-right:10px;
}

#shop .basket a
{
	text-decoration:none;
}

#shop .basket a:hover
{
	text-decoration:underline;
}

#shop .basket h3,#shop .basket p
{
	margin-bottom:0px;
}

#shop #paymentMethods
{
	width:628px;
}

#shop #postalForm,#shop #postalForm .lighter,#shop #postalForm .reference
{
	color:black;
}

/* Colours */

html,body,a
{
	color:#323966;
}

a:hover,#footer a:hover
{
	color:#787fb3;
}

.error
{
	color:#aa0000;
}

.message
{
	color:#328d3f;
}

.lighter
{
	color:#666666;
}