/*___________ CTLS-styles.css __________________*/
/*-- Author: Patrick Stack _____________________________*/
/*-- www.adeptassociates.net ___________________________*/

body {
    margin: 0;
    padding: 0;
    /*text-align: center;*/ /* centre hack */
    font-size: 76%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.3;
    text-align: center;
    background-color: #f0ba46;
}
html, body {	/* force page to go full length */
	min-height: 100%;
	width: 100%;
	height: 100%;
}
#wrap {
    position: relative;
   /* min-height: 100%;*/
    height: auto;
    min-width: 760px;
    max-width: 960px;
    width: auto !important; /* IE6 hack */
    width: 960px; /* IE6 hack */
    margin: 0 auto; /* centre hack */
    text-align: left; /* centre hack */
    border: 1px solid #999;
    background: url(images/wrap_mid.png) repeat-y;/**/ /* does not work - change it! */
    padding: 0;
}
#wraptop {
    height: 6px;
    width: 100%;
    padding: 0;
    background: url(images/wrap_top.png) no-repeat;
    margin: 0;
}
#wrapbottom {
    height: 7px;
    width: 100%;
    padding: 0;
    background: url(images/wrap_bottom.png) no-repeat;
    margin: 0;
}
#header {
    /*border-bottom: 1px solid #999;*/
    height: 209px;
    width: 953px;
    /*margin-top: 6px;*/
    margin-left: 4px;
    background: url(images/header_mid.png) 0 0 repeat-y;
    clear: both;
    /*outline: dotted 1px #f00;*/
}
#headertop {
    width: 100%;
    height: 16px;
    background: url(images/header_top.png) 1px -1px no-repeat;
    padding: 0;
    margin: 0;
    /*outline: solid 1px #00f;*/
}
#headerbottom {
    width: 953px;
    height: 9px;
    margin: 0;
    padding: 0;
    margin-left: 4px;
    background: url(images/nav_bottom.png) 0 0 no-repeat;
    /*outline: solid 1px #f0f;*/
    /*clear: both;*/
}
#tagline {
    position: absolute;
    width: 273px;
    height: 22px;
    padding: 0;
    background: url(images/tagline.png) 0 0 no-repeat;
    margin-left: /*10px*/355px;
    margin-top: /*155px*/25px;
}
#logo {
    position: absolute;
    width: 174px;
    height: 143px;
    margin: 0;
    margin-left: 10px;
    background: url(images/logo.png) 0 0 no-repeat;
    /*outline: dashed 1px #000;    delete when finished*/
    background-color: #999;  /*delete when finished*/
}
#main {
    width: 953px;
    min-height: 600px;
    height: auto;
    margin-left: 4px;
    padding: 0;
    background: url(images/header_mid.png) 0 0  repeat-y;/**/
    background-color: transparent;
    clear: both;
}
#mainbottom {
    width: 953px;
    height: 9px;
    margin-left: 4px;
    padding: 0;
    background: url(images/main_bottom.png) 0 0 no-repeat;
}
#sidebar {
    float: left;
    width: 19%;
    overflow: hidden;
    background-color: /*#5d4e15*/#f0ba46;
    margin-left: 4px;
}
#content60 {
    float: left;
    width: 55%;
    overflow: hidden;
    background-color: transparent;
    outline: double 2px #050;
}
#content80 {
    float: left;
    width: 75%;
    overflow: hidden;
    background-color: transparent;
    /*outline: solid 2px #0ff;*/
}
#content100 {
    float: left;
    width: 100%;
    overflow: hidden;
    background-color: transparent;
    outline: double 2px #050;
}
#sidebar2 {
    float: left;
    width: 19%;
    overflow: hidden;
    clear: both;
}
#footer {
    /* border-top: 1px solid #999;*/
    width: 953px;
    padding: 0;
    margin: 0;
    margin-left: 4px;
    background: url(images/footer_mid.png) 0 0 repeat-y;
    /*outline: dashed 1px #f00;*/
}
#footertop {
    margin-top: 0;
    width: 953px;
    height: 5px;
    margin-left: 0;
    padding: 0;
    background: url(images/footer_top.png) 0 0 no-repeat;
}
#footerbottom {
    width: 953px;
    height: 7px;
    margin: 0;
    margin-left: 0;
    padding: 0;
    background: url(images/footer_bottom.png) 0 0 no-repeat;
}
.inside {
    padding: 0;
    clear: both; /* added by Patrick */
}
.inside p {	/* added by Patrick */
    padding-left: 2em;
    padding-right: 1em;
    line-height: 1.35em;
}
.inside p.outdent {	/* added by Patrick */
    padding-left: 0.5em;
    padding-right: 0.5em;
    line-height: 1.35em;
    font-size: 0.8em;
    text-align: center;
}
.inside p.outdent a img {
    border: none;
}
/*___________ typography _______________*/
* {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
    margin: 0.5em 0;
}
li, dd {
    margin-left: 1em;
}
fieldset {
    padding: .5em;
}
strong {
    color: #640;
}
.booktitle {
    font-style: italic;
    text-decoration: underline;
}
.poemtitle {
    font-style: italic;
    font-weight: 500;
}
/*_______________________________ V I D E O S ____________________________________*/
#vidspace {
    width: 400px;
    padding: 20px 40px 20px 40px;
    /*outline: 1px solid #f00;*/
    margin-left: 3px;
}



/*________________ tag selectors _____________  */
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    text-decoration: none;
    color: #f30;
}
.componentheading {
    margin-left: 1em;
    color: #640;
}
h1,.componentheading {
    font-size: 1.7em;
}
h1.name {
    position: absolute;
    margin-left: 205px;
    top: 30px;
    display: block;
    width: 366px;
    height: 112px;
    background: url(images/clarethreeleggedstoolpoets.png) 0 0 no-repeat;
    text-indent: -9999px; /* */ /* restore when have images */
    z-index: 100;
    /*outline: dotted 1px #f00;*/
}
h2,.contentheading {
    font-size: 1.5em;
}
h2.subheading {
    font-size: 1.2em;
    margin-left: 1.5em;
    color: #640;
}
h3 {
    font-size: 1.3em;
}
h4 {
    font-size: 1.2em;
}
h5 {
    font-size: 1.1em;
}
h6 {
    font-size: 1em;
    font-weight: 600;
}
/*--------------- C O L O U R S --------------------*/
/*
    #f0e8a4	->	pale beige page bg
    #f6eda1	->	light cream
    #7b671b	->	dark brown
    #f0ba46	->	body colour
*/
/*__________________ Modules _________________________*/

.moduletable {
    margin-bottom: 0;
    padding: 0 10px; /*--- padding for inside text ---*/
    border: 1px solid /*#ccc*/#333;
    border-bottom: none;
}
.moduletable h3 {
    background: /*#666*/#f0ba46;
    color: #640;
    padding: 0.25em 0;
    text-align: center;
    font-size: 1.1em;
    margin: 0 -10px 0.5em -10px;
    /*--- negative padding to pull h3 back out from .moduletable padding ---*/
}
.moduletable_menu {
    padding: 0;
    color: #333;
    margin-bottom: 1em;
    outline: 1px solid #8c5d00;
}
.moduletable_menu h3 {
    background: #8c5d00;
    color: #f0ba46;
    padding: 0.25em 0;
    text-align: center;
    font-size: 1.1em;
    margin: 0;
    border-bottom: 1px solid #fff;
}
.moduletable_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.indent {
    margin-left: 4em;
}
ul.indent li.highlight {
    background-color: #fff;
    font-size: 1.2em;
}
p.highlight {
    background-color: #fff;
    font-size: 1.2em;
}
.moduletable_menu li {
    border-bottom: 1px solid #ccc;
    margin: 0;
}
.moduletable_menu li a {
    display: block;
    padding: 3px 5px 3px 0.5em;
    border-left: 10px solid /*#333*/#640;
    border-right: 10px solid /*#9d9d9d*/#d8b400;
    background-color: /*#666*/#8c5d00;
    color: #fff;
    text-decoration: none;
}
html>body .moduletable_menu li a {
    width: auto;
}
.moduletable_menu li a:hover, a#active_menu:link, a#active_menu:visited {
    border-left: 10px solid /*#1c64d1*/#7b671b;
    border-right: 10px solid /*#5ba3e0*/#d1c579;
    background-color: /*#2586d7*/#fc0;
    color: /*#fff*/#f30;
}
/*_____________________ T E X T  F O R M A T T I N G ___________________*/
.clear {
    clear: both;
}
#footer,.small,.createdate,.modifydate,.mosimage_caption {
    font: 0.9em Arial, Helvetica, sans-serif;
    color: #666;	/* was #999 */
}
#footer p {
    text-align: center;
}
#footer.smaller {
    font-size: 0.7em;
}
/*_______________________ M E N U S __________________________________*/
