/* L o m a x   C S S - Sept 2007
------------------------------------------------------------------------*/
/* Colours: Gold - #E8D6B4, Bronze - #9B8767, Silver - #CACACB, Gunmetal - #52535D
/* Root Elements
------------------------------------------------------------------------*/ 
* { margin: 0; 
	padding: 0; 
	outline: 0 
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	background: #3d88ad url(../assets/bkgnd/freey.png) no-repeat 13em -0.2em;	
	color: #CACACB; /* silver */
	margin: 0;
	padding: 0;
	background-color: #112;
	font: 62.5% "Lucida Grande",fantasy, Geneva, Arial, sans-serif; 
	width:100%;
	height: 100%;
	min-height: 100%;
}

/* Layout
------------------------------------------------------------------------*/ 
.wrapper {
	display: block;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	width: 800px;
}

.content {
	clear: both;
	margin: 0 auto;
	min-height: 400px;
	width: 800px;
}

.push{
	height: 20px !important;
}

div#feedBody, liveBookmarksMenuItem, label {
	color: #9B8767 !important;
}

div#feedSubscribeLine, handlersMenuList {
	color: #FF4 !important;
}

div#preloader {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

/* Header
------------------------------------------------------------------------*/


div.header {
	border-bottom: 1px dotted #52535D;	
	height: 130px;
	margin: 0 auto;
	width: 800px;	
}

ul.logobanner {
	margin-left: 1em;
	padding-left: 0;
	list-style: none;
	background: none;
	border: 0;
	display:block;
}

.drop {
	margin-top: 0.6em;
	float: right;
	border:none !important;
	padding: 8px;
}

ul.logobanner li a, ul.logobanner li a:hover{
	list-style: none;
	background: none;
	border: 0;
}

/* Main Navigation
------------------------------------------------------------------------*/
.header ul#navmain {
	float: right;
	margin-bottom: 2em;
	padding: 3em 0 0 14em;
	list-style: none;
}

.header ul#navmain li {
	display: inline;
}

.header ul#navmain li a {
	border-left: 1px dotted #52535D;
	border-right: 1px dotted #52535D;
	display: block;
	float: left;
	font-size: 14px;
	padding: 0 10px;
	text-decoration: none;
	color: #52535D;
  	font-weight: 500;	
	font-family:"Crystal", Arial, Helvetica, san-serif sans-serif;
}

.header ul#navmain li a:hover{
	color: #CACACB !important;	
	display: block;
	float: left;
	padding: 0 10px;
	border-left: 1px dotted  #CACACB;
	border-right: 1px dotted  #CACACB;
	text-decoration: none !important;
}

.header ul#navmain li.first a {
	border-left: 2px dotted #52535D;
	border-right: 1px dotted #52535D;
}

.header ul#navmain li.first a:hover {
	border-left: 1px dotted #CACACB !important;
	border-right: 1px dotted #CACACB !important;
}

.header ul#navmain li.last a {
	border-left: 1px dotted #52535D;
	border-right: 1px dotted #52535D;
}

.header ul#navmain li.last a:hover {
	border-left: 1px dotted #CACACB !important;
	border-right: 1px dotted #CACACB !important;
}

/* Site Menu
------------------------------------------------------------------------*/
/*ul li.first {
	border-left: 0px;
}

ul li a {
	background-color: transparent;
	background-repeat: repeat-x;
	color: #FFE;
	font-size: 1.4em;
	font-weight: bold;
	list-style: none;
	padding: 8px 12px 8px 12px;
	text-decoration: none;
}

ul li a:hover {
	background: #fff url(/images/li-back.gif) repeat-x top;
	color: #FFD;
	text-decoration: none;
}
*/
/* Home 
---------------------------------------------------------- */
ul#navmain li a#homenav {
	color:#52535D;
}

body#home ul#navmain li a#homenav {
	border-left: 1px dotted #CACACB;
	border-right: 1px dotted #CACACB;
	color:#CACACB;
}

/* About 
---------------------------------------------------------- */
ul#navmain li a#aboutnav {
	color:#52535D;
}

body#about ul#navmain li a#aboutnav {
	border-left: 1px dotted #CACACB;
	border-right: 1px dotted #CACACB;
	color:#CACACB;
}


/* Music 
---------------------------------------------------------- */
ul#navmain li a#musicnav {
	color:#52535D;
}

body#music ul#navmain li a#musicnav {
	border-left: 1px dotted #CACACB;
	border-right: 1px dotted #CACACB;
	color:#CACACB;
}

/* Gigs
---------------------------------------------------------- */
ul#navmain li a#gigsnav {
	color:#52535D;
}

body#gigs ul#navmain li a#gigsnav {
	border-left: 1px dotted #CACACB;
	border-right: 1px dotted #CACACB;
	color:#CACACB;
}


/* Claims 
---------------------------------------------------------- */
ul#navmain li a#photosnav {
	color:#52535D;
}

body#photos ul#navmain li a#photosnav {
	border-left: 1px dotted #CACACB;
	border-right: 1px dotted #CACACB;
	color:#CACACB;
}

/* Contact 
---------------------------------------------------------- */
ul#navmain li a#contactnav {
	color:#52535D;
}

body#contact ul#navmain li a#contactnav {
	border-left: 1px dotted #CACACB;
	border-right: 1px dotted #CACACB;
	color:#CACACB;
}


/* Sitemap 
---------------------------------------------------------- */
ul#navmain li a#sitemapnav {
	color:#52535D;
}

body#sitemap ul#navmain li a#sitemapnav {
	border-left: 1px dotted #CACACB;
	border-right: 1px dotted #CACACB;
	color:#CACACB;
}



/* Colours: Gold - #E8D6B4, Bronze - #9B8767, Silver - #CACACB, Gunmetal - #52535D */
/* headers */
h1, h2, h3, h4, h5, h6, h7 {
	color: #CACACB;
  	font-weight: normal;	
	font-family:"Crystal", Arial, Helvetica, san-serif sans-serif;
  	margin:0;
	padding:0;
}

/* Main Column
------------------------------------------------------------------------*/ 
.main {
	float: left;
	margin: 0 0 0 10px;	
	padding: 0;
	width: 590px;
}

.main h1 {
	padding: 3px 6px;
	margin: 5px 5px 10px 5px;
	font: bold 1.8em 'Trebuchet MS', Helvetica, Arial, sans-serif;				
	letter-spacing: 6px;
}

.main h2 {
	padding: 3px 6px;
	margin: 5px 5px 10px 5px;
	font: bold 1.4em 'Trebuchet MS', Helvetica, Arial, sans-serif;				
	letter-spacing: 6px;
}

.main h3 {
	padding: 5px 12px;
	margin: 15px 5px 10px 5px;
	font: bold 1.2em 'Trebuchet MS', Helvetica, Arial, sans-serif;				
	letter-spacing: 6px;
}

.spaced span {
	color: #52535D; /* gm */
}

.main h2 a {
	color: #45D5E6;
	text-decoration: none;		
	border: none;		
}

.main ul li {
	list-style-image: url(../images/bullet.gif);
}

.image {
	position:relative;
	display: inline;
	float: left;
	margin-right: 1em;
}

.rtcol {
	position: relative;
	display: inline;
	float: left; /* alignment choice */
	text-align:left;
	padding-left:0;
	width: 560px;
}

.rtcol ol li {
	margin-left: 1em;
	padding: 8px;
}

/* Mp3 selection line */

div.rtcol p.vstb {
	display:block; 
	clear:both; 
	height:8px; 
	content: "."; 
} 

li p.small, li p.small>a {
color:#444;
	padding: 15px 0 0 0;
	font: 0.4em 'Trebuchet MS', Helvetica, Arial, sans-serif !important;				
	letter-spacing: 1px;
	width: 150px;
padding: 0px;
}

.creditwin {
	background-color: #112;
}
/* Sidebar
------------------------------------------------------------------------*/ 
.sidebar {
	float: right;
	width: 170px;
	padding: 0; 
	margin: 0px 10px 0 10px;		
	display: inline;
}

.sidebar h3 {
	padding: 10px 20px;
	margin: 15px 5px 10px 0;
	font: bold 1.6em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;				
	color: #FFF;
	border-bottom: 0; 	
}

.sidebar ul.sidemenu {
	text-align: left;
	margin: 4px 5px 4px 2px; 
	padding: 0;		
}

.sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 20px;
	margin: 0;		
}

* html body .sidebar ul.sidemenu li {
	height: 1%;
}

.sidebar ul.sidemenu li a {
	text-decoration: none;	
	border: none;
	color: #52535D; /* gunmetal */
	font-weight: bold;		
	font-family:"Crystal", Arial, Helvetica, san-serif sans-serif;
	font-size: 12px;		
}

.sidebar ul.sidemenu li a:hover {
	text-decoration: none;	
	border: none;
	color: #CACACB; /* silver */
	font-weight: bold;		
	font-family:"Crystal", Arial, Helvetica, san-serif sans-serif;
	font-size: 14px;		
}

.sidebar ul.sidemenu li a span {
	font-family:"Crystal", Arial, Helvetica, san-serif sans-serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 11px;
}

.sidebar ul.sidemenu li a:hover,
.sidebar ul.sidemenu li a:hover span {	
	color: #CACACB;
}

.sidebar ul.sidemenu ul { margin: 0 0 0 0px; padding: 0; }
.sidebar ul.sidemenu ul li { border: none; }

/* header quick search 
------------------------------------------------------------------------*/ 
.sidebar form#quick-search {
	padding: 0; margin: 20px 0 35px 0;
	border: none;
	width: 290px; height: 33px;
	background: url(../images/header-search.gif) no-repeat;		
}
.sidebar form#quick-search p {
	margin: 0; padding: 0;		
}
.sidebar form#quick-search input {
	float: left;
	border: none;
	background: transparent;
	color: #4E4E4E;	
	margin: 0;
}
.sidebar form#quick-search .tbox {
	margin: 5px 0 0 5px; 
	width: 240px;	
	display: inline;	
}
.search form#quick-search .btn{
	width: 24px; height: 24px;			
}
.sidebar form#quick-search label {
	display: none;
}

ul.logobanner li a img {
	margin-left: -17em;
	padding-left: 0;
	list-style: none;
}

/* Links */
a, a:visited {
	text-decoration: none;
	color: #BEBEBE;	
}

a:hover {
	color: #fdd;
}

p, ol, ul {
	line-height: 120%;
	font-size: 1.2em;
}

.table {
  	font-size: 1.0em;
  	list-style: none;
  	line-height: 1.2em;
	background: none;
}

.space {
	margin-left: 12px;
	margin-right: 12px;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul.logobanner {
	margin-left: 16em;
	padding-left: 0;
	list-style: none;
}

/* Homepage styles
------------------------------------------------------------------------*/

ul.sidemenu li.cd  {
	margin-top: 3px;
	width: auto;
}

h3.sig {
	color: #52535D;
	font-family:Papyrus, serif !important;
	padding-top: 3px;
	font-size: 18px;
	font-weight: 300;
}

/* Global styles
------------------------------------------------------------------------*/
/* Sidebar 
--------------------------------------*/
.sidebar p {
	margin-left: 5px;
	text-align:left;
	width:190px;
}

/* Sidemenu 
--------------------------------------*/
ul.sidemenu li.music {
	background: none;
	margin-left: 20px;
	padding: 5px 0 0 22px;
	background: url(../gif/down.gif) no-repeat 0 50%;
	width: auto;
}

ul.sidemenu li.photo {
	background: none;
	margin-left: 20px;
	padding: 5px 0 0 22px;
	background: url(../gif/muse.gif) no-repeat 0 50%;
	width: auto;
}

ul.sidemenu li.alley  {
	margin-top: 3px;
	width: auto;
}

ul.sidemenu li {
	margin-left: 5px;
	padding: 115px 0 0 0;
	width:190px;
}

ul.sidemenu li.music a, ul.sidemenu li.photo a {
	margin-left: 13px;
}

/* the_lomax_album.php specific 
--------------------------------------*/
span.emph {
	color:#FFF;
	text-align:left;
}

/* more HTML styles 
--------------------------------------*/

p, dl { padding: 10px; margin: 0; }

form > input {
    background-color:#112;
    border:0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

ul { list-style: none; }

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	background: #070707;
	border: 1px solid #111;   
}

acronym {
  	cursor: help;
  	border-bottom: 1px dotted #5B5B5B;
}

blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;
	background: #070707 url(../images/quote.gif) no-repeat 10px 10px;
	border: 1px solid #111; 
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family:"Crystal", Arial, Helvetica, san-serif sans-serif;
	color: #808080;	
}

/* Sitemap page 
--------------------------------------*/
div#link, div#title, div#desc {
	float: left; 
	width: 70px; 
	margin: 5px; 
	padding: 20px;
}

div.rtcol > ul li a { 
	color: #52535D; !important;
}

div.rtcol > ul li a:hover {
	color: #CACACB !important;
}

div#link ul li a { 
	color: #CACACB; !important;
}

div#link ul li a:hover, div#link ul li a:hover {
	color: #FFF !important;
        border-bottom: 1px dotted #FFF;
}

div#desc, div#desc ul li {
	color: #CACACB;
	width: 150px !important; 
}

div#title ul li a, div#desc ul li a {
	color: #9B8767 !important;
}

div#title ul li a:hover, div#desc ul li a:hover {
	color: #9B8767 !important;
}

div#link ul, div#title ul, div#desc ul {
 	padding: 0;
	border: 0;
	margin:0;
}

div#link li, div#title li, div#desc li {
	width: 100px; 
}

/* Thematic Breaks
--------------------------------------*/
p.stb { 
	margin: 2px 5px 2px 2px; 	
}

p.mtb { 
	margin: 6px 5px 6px 2px; 	
}

p.stbi { 
	margin: 2px 5px 2px 12px !important; 	
}

p.stbr {
	margin-top:0.5em;
	margin-bottom:1em;
}

p.stbafter { 
	margin: 2px 5px 2px 15px; 
	margin-left: 114px;
}

h3.stbafter { 
	margin: 2px 5px 2px 15px !important; 
	margin-left: 114px;
}

p.vstb, p.vstbn {
	line-height: 120%;
	padding-left: 3em;
	padding-bottom:5px;
}

p.vstb a img, p.vstbn a img {
	padding-right: 6px;
	padding-top: 4px;
}

p.vstbn a:hover {
	text-decoration: none;
}

/* Table elements
--------------------------------------*/
table {
	margin: 15px 10px; 
	border-collapse: collapse;	
	background: none;
}

th {
	background: #000;
	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20; 
	border-top: 1px solid #48780E;
	color: #FAFAFA;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
}

tr {
	color: #5b5b5b;
	height: 24px;		
}

td {
	background: #112; 
	border: 1px solid #112;	
	padding-left: 12px;
	padding-right: 12px;
}

dt {
  font-weight: bold;
  color: #FAFAFA;
}

dd {
  padding-left: 25px; 
}


/* Form Elements
--------------------------------------*/
form {
	background: #112; 	
	border: 1px solid #111;	
	margin: 20px 10px; 
	padding: 15px 25px 25px 20px; 
}

form p {
	border-bottom: 1px solid #101010;
	padding: 12px 0 5px 0;	margin: 0;	
}

p.alined {
	display:block;
	position: relative;
	top: -2.7em;
	left: 19em;
}

label {
	font-weight: bold;	
	color: #FAFAFA;
}

input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #6A6969;
	background: #0C0C0C;  
	border: 1px solid #1C1C1C;
}

option { 
	padding-right: 0.5em; 
} 

#name, #email, #message{
	width: 480px;
}

input.button { 
	font: bold 12px Arial, Verdana, Sans-serif; 
	height: 30px;
	padding: 2px 3px; 
	margin-top: 8px;
	color: #48780E;
	background: #000;
	border-width: 1px;
  	border-style: solid;
  	border-color: #1B1B1B;
}

/* postmeta
------------------------------------------------------------------------*/ 
.postmeta {	
	padding: 7px 5px; margin: 20px 10px 30px 10px;	
	font-size: 1em;	
	color: #545454;
	border: 1px solid #111; 
	/*background: #070707; */
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #444;	}
.post-info a, .post-info a:visited { color: #AE275A; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/* Chrome
------------------------------------------------------------------------*/
body:nth-of-type(1) {
	color: #9B8767;
	margin: 0;
	padding: 0;
	background-color: #112;
	text-align: justify;
	font: 62.5% "Lucida Grande", Arial, sans-serif; 
	font-size: 11px;
	width:100%;
	height: 100%;
	min-height: 100%;
	background-image: url(../assets/bkgnd/freex.png);
	background-repeat: no-repeat;
	background-position: top 12em;
}


/* footer
------------------------------------------------------------------------*/ 
.footer {
	clear: both;
	padding: 1em 0 1em 0;
	margin-top:1em;	
	float: left;		
	border-bottom: 20px solid #112;	
	border-top: 1px dotted #52535D;	
	width: 100%;
}

.footer a {	
	color: #DDD;
	border: none;
}

.footer a:hover {
	color: #fDD;
}

.footer .rssfeed {
	background: url(../assets/gif/rss.gif) no-repeat left 1px;
	padding-left: 17px;
}

.footer .maplnk {
	background: url(../assets/gif/16thm.gif) no-repeat left 1px;
	padding-left: 17px;
}

.footer .homelnk {
	background: url(../assets/gif/22thm.gif) no-repeat left 1px;
	padding-left: 17px;
}

.footer-left {
	float: left;
	width: 68%;
}

.footer-right {
	float: right;
	width: 30%;
}

.footer p a {
	border-bottom: 1px dotted #52535D;
}

.footer p a:hover, .footer p a:visited{
	border-bottom: 1px dotted #CACACB;
}