﻿/*
    Louise Aarons
    Reiki Practitioner

    Main style sheet
    
    Chris Evans
    30 Sept 2006
*/

body {
    font: 80%/1.25em "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    background: #BBCDD1 url(images/bg.gif) repeat-x left top;
    color:#333;
    text-align: center;
}

a { color:#CA603E; }
a:hover {}
a:visited { color:#DFB8A6; }

h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; }
h1 {
    line-height: 1em;
    font-size: 140%;  
    margin:0 0 .25em 0;
}
h2 {
    line-height: 1em;
    font-size: 120%;   
}

div#content h2 {
    margin: 2em 0 .5em 0;
    padding: 0 0 .25em 0;
    border-bottom: 1px solid #cccccc; 
   
}

div#credit a,
div#credit a:visited { color: #cc0000; }

p { margin: 0 0 1em 0; padding: 0; }

img { border: none; }

ul.navigation {
    margin: 0;
    padding: 0;
    list-style: none;   
}

/* ++ Layout */
div#page {
    width: 760px;   
    text-align: left;
    margin: 1em auto .5em auto;   
    background: #E8EEF1 url(images/page_bg.gif) repeat-y left top;
}

div#header {
    border-bottom: 1px solid #CA3809;    
}

div#content {    
    padding: 1em;
    min-height: 26em;
}
* html div#content { height: 26em; }


div#content div.mainContent {    
    float: right;
    width: 70%;
    margin: 0 0 0 0;
}


div#content div.sideMenu {    
    float: left;
    width: 25%;
}

div#footer {  
    clear: both;
    padding: .25em .75em .25em .25em;
    margin: 1em 0 0 0;
    font-size: 85%;
    border-top: 1px solid #CA3809;    
  
}

div#footer p {
    float: left;  
    margin:0;
    padding:0; 
}

span.copyright {
    float: right;   
}

div#credit {
    text-align: right;
    font-size: 90%;   
    width: 760px;  
    margin: 0 auto;      
}
div#credit p { margin:0 .75em 0 0; padding:0; }



/* ++ Appearance */
div#header h1, span.name {
    text-transform: lowercase;
    word-spacing: .5em;
    letter-spacing: .25em;
    font-family: "Century Gothic","Trebuchet MS",Arial;
    padding: .5em 0 .25em .5em;
   
}

div#header h2 {
    text-transform: lowercase;
    font-family: "Century Gothic","Trebuchet MS",Arial;
    text-align: right;
    padding: .25em .5em .5em 0;
    word-spacing: .5em;
    letter-spacing: .25em;
}

span.name {
 font-weight: bold; 
 padding-left: 0;  
 font-size: 120%;
}

ul.navigation {
}

ul.navigation li {
    
}

ul.navigation li a:first-child {
    
}

ul.navigation li a,
ul.navigation li a:visited {
    display: block;
    width: 100%;
    border-bottom: 1px solid #CA3809;
    padding: .5em;
    text-decoration: none;
    color:#CA603E;
    margin:0;
}

ul.navigation li a:hover {
    background: #E0B9A7;
    
}

ul.navigation li a.selected,
ul.navigation li a.selected:visited {
    background: #CA3809;
    color: #fff;
}
ul.navigation li a.selected:hover {
    background: #CA3809;
    color: #fff;
}

table.infoTable { width: 55%; margin: 1em 0 0 0; }
table.infoTable th {
    width: 65%; 
    text-align: left;
    font-weight: normal;  
}

table.infoTable td.price { text-align: right; }

div.mainContent ul li {
    margin: 0 0 1em 0;   
}

div#content div.mainContent ul.lineageList {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    }
div#content div.mainContent ul.lineageList li {
    text-align: center;
    border: 1px solid #c0c0c0;
    padding: .5em .5em 1.5em .5em;
    margin: 1em auto;
    width: 40%;  
    background: transparent url(images/arrow.gif) no-repeat center bottom; 
}

div#content div.mainContent ul.lineageList li.final {
    background: none;   
}

img.portrait {
    float: right;
    border: 1px solid #000;
    margin: .5em 0 .5em .5em;   
}

/* ++ Helper styles */
.fc:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both;
    visibility: hidden;
}

.fc { 
    display: inline-block; 
    height: 1%; 
    display: block; 
}
