/* -----------------------------------------------------------------------------
 * Main css file
 * -----------------------------------------------------------------------------
 * Blue North Studios
 * Contains the global styles for the capstone driven website
 * -----------------------------------------------------------------------------
*/
body {
    margin: 0px auto;
    font-family: arial;
    font-size: 0.75em;
    background: #4C6085 url(../images/bg/bg.jpg) top left repeat-x;
    color: #445;
}
a {
    color: #4C6085;
    text-decoration: none;
}
a:hover {    
    color: #778BB0;
}
h1,h2,h3,h4,h5 {
    font-weight: normal;
    color: #000;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px; 
}
h5 {
    font-size: 16px; 
}
.grey {
    color: #888;
}
table.bg_glow {
    border-collapse: collapse;
    position: relative;
    width: 846px;
    left: 50%;
    margin-left: -423px;
}
td.bg_tl {
    background: url(../images/bling/bg_tl.png) top left repeat-x; height: 15px;
}
td.bg_t {
    background: url(../images/bling/bg_t.png) top left repeat-x; height: 15px;
}
td.bg_tr {
    background: url(../images/bling/bg_tr.png) top left repeat-x; height: 15px;
}
td.bg_l {
    background: url(../images/bling/bg_l.png) top right repeat-y; width: 15px;
}
td.bg_r {
    background: url(../images/bling/bg_r.png) top left repeat-y; width: 15px;
}
td.bg_bl {
    background: url(../images/bling/bg_bl.png) top right no-repeat; height: 15px; width: 15px;
}
td.bg_b {
    background: url(../images/bling/bg_b.png) top left repeat-x; height: 15px;
}
td.bg_br {
    background: url(../images/bling/bg_br.png) top left no-repeat; height: 15px; width: 15px;
}
td.bg_c {
    background-color: #e0e0e0;
    padding: 5px;
    border: 1px solid #bbb;
}
.ds_bottom {
    height: 10px;
    background: url(../images/bling/ds_bottom.png) top left repeat-x;
}
.header {
    height: 200px;
    background-color: #ddd;
}
/* Main Naviagtion */
.mainnav {
    background: url(../images/bg/mainnav_bg.jpg) top left repeat-x;
    border: 2px solid #373F53;
    border-width: 1px 0px 1px 0px;
}
.mainnav table {
    border-collapse: collapse;
}
.mainnav td {
    padding: 0px;
}
.mainnav a {
    display: block;
    float: left;
    padding: 10px 15px 10px 15px;
    color: #FFF;
    text-decoration: none;
    border-right: 1px solid #424B65;
}
.mainnav a:hover {
    color: #ffb;
    background: url(../images/bg/mainnav_bg_hover.jpg) top left repeat-x;
}
.mainnav_dd {
    position: absolute;
    display: none;
    width: 798px;
    background: url(../images/bg/dropdown_bg_solid.png) top left repeat;
    color: #FFF;
    padding: 0px;
    border: 1px solid #444;
    border-width: 1px 1px 1px 1px;
    margin-top: -2px;
}
.mainnav_dd table {
    border-collapse: collapse;
    background: url(../images/bling/ds_bottom_dark.png) top left repeat-x;
}
.mainnav_dd td {
    padding: 10px;
    background: url(../images/bling/ds_bottom_dark.png) top left repeat-x;
}
.mainnav_dd a {
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
    background: url(../images/icons/arrow.png) center left no-repeat;
    padding-left: 10px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space:nowrap;
}
.mainnav_dd a:hover {
    color: #000;
}
.mainnav_dd h4 {
    margin: 0px 0px 3px 0px;
    font-size: 1.4em;
    color: #fff;
}

/* Content */
.content {
    border: 1px solid #ccc;
    border-width: 0px 1px 1px 1px;
    background-color: #fff;
}
.content table {
    border-collapse: collapse;
}
/* Left */
.left {
    background-color: #e5e5e5;
    width: 230px;
    padding: 0px 5px 0px 5px;
    border-right: 1px dashed #ccc;
}
/* Side nav */
.sidenav_header {
    font-size:16px;
    color:#FFFFFF;
    
    background: #4C6085 url(../images/bg/sidenav_bg.jpg) top left repeat-x;
    border:1px solid #373F53;
    border-width:1px 0px 1px 0px;
    padding:5px 0px 5px 5px;
    margin-bottom:0px;
}
.sidenav a {
    display: block;
    padding: 4px 4px 4px 15px;
    border-bottom: 1px solid #ccc;
    background: url(../images/icons/arrow.png) 5px no-repeat;
    font-size:11px;
}
.sidenav {
    background-color: #ffffff;
    margin: 0px 0px 10px 0px;
}
.calendar {
    margin: 0px 0px 10px 0px;    
    border: 1px solid #bbb;
    padding: 2px;
    width: 225px;
    background-color: #fff;
}
.calendar form {
    margin: 5px 5px 5px 5px;
}
.calendar input[type='submit'] {
    font-size: .8em;
}
.calendar table {
    border-collapse: separate;
}
.calendar th {
    background-color: #DDE;
    color: #333;
    font-weight: normal;
    padding: 0px;
    border: 1px solid #ccc;
    border-width: 1px 0px 1px 0px;
}
.calendar td {
    border: 1px solid #ccc;
    height: 15px; 
    font-size: .85em;
    padding: 2px;
    color: #445;
}
.calendar td.markday {    
    border: 1px solid #ccc;
    background-color: #ffc;
    cursor: pointer;
}
.calendar td.noday {
    border-width: 0px;
}
.calendar div.popup {
  position: absolute;
  display: none;
  margin-left: 18px;
  margin-top: -11px;
  background-color: #FFFFFF;
  padding: 10px;  
  width: 300px;
  border: 1px solid #4C6085;
}
.calendar div.popup a {
    display: block;
    font-size: 12px;
    font-weight:bold;
    border-bottom: 1px solid #ccc;
    margin: 5px 0px 5px 0px;
}
.calendar div.popup h2 {
    font-weight:normal;
    font-size:18px;
    margin-bottom:0px;
}
.calendar div.popup h3 {
    margin-bottom:0px;
}
/* Right */
.right {
    padding: 0px 10px 10px 10px;
}
/* This and that */
.thisthat {
    border: 1px solid #CCC;
    border-width: 1px 0px 1px 0px;
    padding: 5px 0px 5px 0px;
    font-size: .9em;
    background-color: #F0F0F0;
}
.thisthat a {
    color: #666;
    text-decoration: none;
}
.thisthat a:hover {
    color: #333;
}/* Images */
.thumb {
    border: 1px solid #ccc;
    border-width: 1px 0px 1px 0px;
}
.thumb img {
    border: 1px solid #ddd;
    padding: 3px;
    margin: 10px 5px 10px 5px;
    float: left;
}
.thumb img:hover {
    border-color: #ff9900;
}
/* Items */
.items {
    margin: 15px 0px 15px 0px;
}
.items img {
    border: 1px solid #ccc;
    padding: 3px;
    margin: 0px 5px 5px 0px;
}
.items th {
    font-size: 1.4em;
    font-weight: normal;
    border: 1px solid #bbb;
    border-width: 1px 1px 1px 1px;
    padding: 5px 0px 5px 5px;
}
.items td.space {
    height: 5px;
}
.description {
    padding: 0px 0px 10px 0px; 
}
.columns {
    font-size: 0.9em;
}
/* Footer */
.footer {
    background: url(../images/bling/ds_bottom.png) top left repeat-x;
    padding: 10px;
    font-size: 0.9em;
}
.footer td {
    padding: 0px 10px 10px 10px;
    border-right: 1px solid #ccc;
}
.footer a.email {
    color: #4C6085;
}
.footer a.email:hover {
    color: #778BB0;
}
.footer td b a {
    color: #4C6085;
}
.footer td b a:hover {
    color: #778BB0;
}
.footer td a {
    color: #666;
    display: block;
}
.footer td a:hover {
    color: #000;
}
.rimage {
    border: 1px solid #BBBBBB;
    padding: 5px;
    margin: 0px 0px 10px 0px;
}
.rimage img {
    float: none;
    border-width: 0px; 
}
.rimage b {
    display: block;
    padding: 5px 0px 0px 0px;
    color: #000;
}
.rimage span {
    display: block;
    color: #555;
    font-size:11px;
}