/***** lt.css - (c) tom hall and rohan drape, 2001-2008 *****/

/***** Basic Page Layout ******/

/*

  left             right
    v                v
+-------+-----------------------------+
|       +-----------------------------+  <- menu
|       +-----------------------------+  <- submenu
|       +                             +  <- main
|       +                             +
|       +                             +
|       +                             +
|       +                             +
|       +                             +
|       +-----------------------------+
+-------+-----------------------------+  <- footer

*/

html {
 /*background-color: red;*/
}

body {
 background-color: #111; /* #e2dfa8 e2dfa8 eae3ac e3e0a9 e0d9a3 e7e0a9 C0D090 */
 color: #999; /* #b8860b #999 */
 font-size: 68%;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin: 35px 0px;
 text-align: left;
}

div.left {
 /*background-color: black;*/
 width: 15%;
 float: left;
}

div.right {
 /*background-color: orange;*/
 width: 85%;
 float: right;
}

div.menu {
 /*background-color: green;*/
 margin: 0px;
}

div.submenu {
 /*background-color: yellow;*/
 margin: 0px;
}

div.main {
 width: 60%;
}

div.footer {
 /*background-color: blue;*/
 /*color: #fff;*/
 font-size: 84%;
 font-weight: normal;
 margin-top: 35px;
}

/***** Element Selectors *****/

p {
 line-height: 1.25em;
}

h1, h2, h3, h4 {
 clear: both;
}

h1 {
 font-size: 400%;
 font-weight: normal;
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}

h2 {
 font-size: 110%;
 font-weight: normal;
 margin: 0px 0px 25px 0px;
}

h2:before {
 /*content: ":: ";*/
}

h3 {
 font-size: 100%;
 font-weight: normal;
}

h3:before {
 /*content: ":: ";*/
}

blockquote p {
 line-height: 1.05em;
}

a {
 color: #999; /* #b8860b #999 */
}

a:visited {
 /*color: #fff;*/
}

ul {
}

ol {
}

/* make list spacing equal to line height (1.25em) */

li {
 margin: 0em 0em 0.25em 0em;
}

hr {
 /*background-color: #b8860b;*/
 height: 1px;
}

/* Images are _never_ the only link.  That they are links should not
   be visually marked. */

img {
 border: 0px;
}

/* Tables are used for form layout, there are alternate dl/dt/dd
   versions but they take up a lot of space... */

table {
 font-size: 100%; /* IE */
}

th {
 text-align: right;
 font-weight: normal;
}

td {
}

/***** Element.Class Selectors *****/

img.tag {
 display: none;
}

.menu a , .menu a:visited {
 padding: 0px 16px 0px 0px;
 /*color: #fff;*/
}

.submenu a , .submenu a:visited {
 padding: 0px 16px 0px 0px;
 /*color: #fff;*/
}

/***** albums *****/

.albums p {
 clear: both;
}

.albums em {
 font-style: normal;
}

.albums img {
 float: left;
 margin: 0px 50px 15px 0px;
}

.albums div div p {
 margin: 15px 0px 15px 0px;
}

.reviews blockquote {
 margin: 0px;
 padding: 0px;
}

a.discreet, a.discreet:visited {
 text-decoration: none;
}

/***** forms *****/

textarea, input {
 font-size: 100%;
 border-width: 0px;
}

input.send {
 background-color: transparent;
 border-width: 1px;
 border-style: dotted;
 color: #999;
 /*border-color: #fff;*/
}

form dl dt {
 display: inline;
}

.forms img {
 padding: 0px;
 margin: 0px;
}
