/*
  Theme Name: Paydirt
  URI: http://www.paydirtdesign.com/
  Description: Screen CSS for corporate site
  Author: Keith Seyffarth
  Author URI: http://www.paydirtdesign.com/
  Version: 1.0

TOC
1- Global
2- Links
3- Headings
4- Header
5- Top Navigation
6- Side Navigation
7- Forms
8- Extras
9- Footer
10- Admin
*/

/* =1- Global
   ----------------------------------------------------*/
body {
font-size: .8em;
font-family: 'Trebuchet MS','Bitstream Vera Sans',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
padding: 0;
margin: 0;
}

div.body {
border: none;
background-color: #fff;
color: #000;
}

div.fullcontent, div.content, div.info {
clear: both;
margin: 8px 10px 0 0;
}
.pagination {
page-break-before: always;
}

div.pageitem {
clear: both;
padding: 18px 0;
}

div.pageitem h2 {
margin: 0;
clear: both;
}

div.pageitem img {
float: left;
margin: 8px;
width: 150px;
}

p {
margin: .5em 0 .6em;
}

div.content dl dd img {
float: left;
padding: 0 1em;
}

dt {
margin: .5em 0 .25em;
font-weight: 700;
clear: both;
}
dd {
margin: .25em 0 .6em 30px;
}

p.details {
text-align: right;
margin: .2em 0 0;
font-size: .85em;
font-weight: 700;
}

img.bio {
display: block;
float: right;
clear: both;
}

img.prologo {
float: right;
margin: 5px;
}

/* =2- Links
   ----------------------------------------------------*/
a, a:link, a:visited, a:hover, a:active {
text-decoration: none;
/* color: #a676bb; */
color: #006862;
font-weight: 700;
}

a img, a:link img, a:visited img, a:focus img, a:hover img, a:active img {
border: none;
}

/* =3- Headings
   ----------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
font-family: "Copperplate Gothic";
font-variant: small-caps;
}

/* =4- Header
   ----------------------------------------------------*/
div.logo img {
visibility: hidden;
display: none;
border: none;
width: 180px;
}

div.banner {
width: 100%;
text-align: center;
}
div.banner img {
height: 211px;
width: 701px;
position: relative;
margin-right: auto;
margin-left: auto;
}

div.banner h1 {
top: 76px;
position: absolute;
margin: 0 0 0 65px;
padding: 0;
color: #fff;
text-align: center;
font-size: 1.4em;
}

/* =5- Top Navigation
   ----------------------------------------------------*/
br#root, p.accessnav {
visibility: hidden;
display: none;
}

/* =6- Side Navigation
   ----------------------------------------------------*/
body img.background, div.additionalinfo, div.navigation ul, div.navigation h2,
div.non-content, div.clock, div.contacts, div.navigation p {
display: none;
visibility: hidden;
}

div.navigation div.logo {
text-align: center;
margin: .5em;
display: block;
visibility: visible;
}

div.navigation h1 {
font-size: 1.4em;
color: #a676bb;
/*margin: 1.2em 10px;*/
}

/* =7- Forms
   ----------------------------------------------------*/

/* =8- Extras
   ----------------------------------------------------*/
address {
font-style: normal;
margin: .5em 8px;
}

address br {
visibility: hidden;
display: none;
}

ul.minutes li {
margin: 0;
padding: 4px 10px;
line-height: 1.2em;
display: inline-block;
width: 130px;
}

.final {
clear: both;
padding-top: 8px;
visibility: hidden;
display: none;
}

/* =9- Footer
   ----------------------------------------------------*/
div.footer {
margin: 1em 0 0;
/* border: 1px solid #5bba47; */
border: 1px solid #006862;
/* color: #5bba47; */
color: #006862;
clear: both;
bottom: 0;
background: #fff;
height: 25px;
z-index: 2;
padding: 2px 8px;
}

div.footer img {
border: none;
float: right;
}

p.copyright {
text-align: left;
font-size: .65em;
line-height: .6em;
}

p.copyright a, p.copyright a:active, p.copyright a:visited, p.copyright a:link {
/* color: #5bba47; */
color: #006862;
text-decoration: none;
font-weight: 400;
}

/* =10- Admin
   ----------------------------------------------------*/
table.schedule, table.perms, table.minischedule {
empty-cells: show;
border-spacing: 3px;
font-size: 1.6em;
width: 100%;
}
table.minischedule {
font-size: 0.75em;
}
table.schedule td, table.perms td, table.minischedule td {
border-right: solid 1px #999;
padding: 5px;
vertical-align: top;
}
table.schedule td h3 {
font-size: .8em;
font-weight: 400;
text-align: center;
}
table.schedule td.overbooked, table.minischedule td.overbooked {
background: #a676bb;
}
table.schedule td.used, table.minischedule td.used {
border-left: solid 1px #006862;
/* border-left: solid 1px #5bba47; */
}
table.schedule td.start, table.minischedule td.start {
/* border-top: solid 1px #5bba47; */
border-top: solid 1px #006862;
}
table.schedule td.end, table.minischedule td.end {
border-bottom: solid 1px #999;
}
table.schedule td.vacant, table.minischedule td.vacant {
border-bottom: solid 1px #999;
}
table.schedule td form fieldset legend, span.note {
font-size: .75em;
}
/* modified for printable grid */
table.schedule td.used-p td.start-p, table.minischedule td.used-p td.start-p {
border-bottom: solid 1px;
}
