/******************************************/
/*                                        */
/* Sixteen Sixteen                        */
/* style.css                              */
/*                                        */
/******************************************/

body {
    background: #EBEBEB url('../img/bg.jpg');
    border-top: 7px solid #444751;
    color: #000000;
    font: normal 13px arial, veranda, sans;
}

/******************************************/
/*                                        */
/* PAGE SECTIONS                          */
/*                                        */
/******************************************/

/*========================================*/
/* General Layout                         */
/*========================================*/

#container {
    margin: -7px 0px 0px 210px;
    min-height: 100%;
    padding: 0px 0px 10px 0px;
    width: 620px;
}

#top {
    overflow: hidden;
    padding: 0px 0px 7px 0px;
}

#header {
    background: #E1E1E1 url('../img/gradient.jpg') repeat-x;
    border-bottom: 1px dotted #B1B2B9;
    margin: 0px;
    position: relative;
    width: 100%;
    -moz-box-shadow: 0px 0px 7px #777777;
    -webkit-box-shadow: 0px 0px 7px #777777;
}

#logo {
    float: left;
    margin: 0px;
}

#full {
    margin: 40px 0px 0px 0px;
}

#sidebar {
    clear: both;
    float: right;
    padding: 40px 0px 0px 0px;
    width: 200px;
}

#content {
    border-right: 1px dotted #B1B2B9;
    overflow: hidden;
    padding: 40px 40px 0px 0px;
    width: 340px;
}

#footer {
    border-top: 1px dotted #B1B2B9;
    clear: both;
    height: 100%;
    margin-bottom: 20px;
    padding: 10px 0px 0px 0px;
}

#dropdown {
    font-size: 0.9em;
    background: #444751;
    color: #EBEBEB;
    position: absolute;
    left: 550px;
    margin: 0px 0px 0px 80px;
    padding: 10px 20px 20px 20px;
    text-align: center;
    width: 160px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-radius-bottomleft: 10px;
    -khtml-border-radius-bottomright: 10px;
}

#dropdown a {
    color: #FFFFFF;
    font-size: 1.5em;
}

/*========================================*/
/* Navigation                             */
/*========================================*/

#nav {
    float: left;
    line-height: 150px;
}

#nav ul {
    margin-left: 0px;
    padding-left: 0px;
    white-space: nowrap;
}

#nav ul li {
    float: left;
    list-style-type: none;
    margin-left: 20px;
}

#nav ul li a {
    font-weight: bold;
    margin: 0px 10px 0px 0px;
    text-decoration: none;
}

#nav ul li a#current {
    border-bottom: 1px dotted #000000;
}

#nav ul li a#subpage {
}

#nav ul li a:hover {
    color: rgb(0, 153, 51);
}

/*========================================*/
/* Midbar                                 */
/*========================================*/

#midbar {
    background: #B1B2B9;
    padding: 20px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-radius-bottomleft: 10px;
    -khtml-border-radius-bottomright: 10px;
}

#midbar .name {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0px 10px 0px 0px;
}

#midbar .caption {
    border-left: 1px dotted #444751;
    padding: 0px 0px 0px 10px;
}

#midbar ul {
}

#midbar ul li {
    display: inline;
    margin-right: 20px;
}

#midbar ul li a {
    font-weight: bold;
    text-decoration: none;
}

#midbar ul li a#current {
    border-bottom: 1px dotted #444751;
}

#midbar ul li a#subpage {
}

#midbar ul li a:hover {
}

/******************************************/
/*                                        */
/* GENERAL TAGS                           */
/*                                        */
/******************************************/

/*========================================*/
/* Headings                               */
/*========================================*/

h2 {
    background: #D1EADC;
    border: 1px solid rgba(26, 149, 80, 0.2);
    color: #444751;
    font: normal 20px/20px georgia;
    margin: 0px 0px 20px 0px;
    padding: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-radius-topright: 10px;
    -khtml-border-radius-bottomleft: 10px;
}

h3 {
    color: #444444;
    display: inline-block;
    font: normal 15px/15px georgia;
    margin: 0px 0px 10px 0px;
}

h3 a:hover {
    text-decoration: none;
}

/*========================================*/
/* Typography                             */
/*========================================*/

/* P */

p {
    font-size: 13px;
    text-align: justify;
}

#content p, #full p {
    line-height: 20px;
    margin: 0px 0px 20px 0px;
}

#footer p {
    color: #AAAAAA;
}

/* EM */

em {
    border-left: 1px dotted #B1B2B9;
    color: #444444;
    display: block;
    font: bold 16px/16px georgia;
    padding-left: 20px;
}

/*========================================*/
/* Links                                  */
/*========================================*/

a {
    font-weight: bold;
}

a:link, a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: rgb(0, 153, 51);
    text-decoration: none;
}

a:link h2, a:visited h2 {
    font-weight: normal;
    text-decoration: none;
}

a:hover h2 {
    color: rgb(0, 153, 51);
    font-weight: normal;
    text-decoration: none;
}

#footer a:link, #footer a:visited {
    color: #AAAAAA;
    font-weight: normal;
}

/*========================================*/
/* Images/Embed                           */
/*========================================*/

img {
    border: none;
    margin: 0px;
    vertical-align: middle;
}

object {
    display: block;
    margin: 0px 0px 20px 0px;
}

#full img, #full object {
    border: 1px solid #B1B2B9;
    background: #FFFFFF;
    padding: 5px;
}

/*========================================*/
/* Tables                                 */
/*========================================*/

table {
    border: none;
    margin: 0px;
    padding: 0px;
}

table.full {
    width: 100%;
}

tr {
    margin: 0px;
    padding: 0px;
}

td {
    margin: 0px;
    padding: 0px 6px 6px 0px;
    vertical-align: top;
}

table.full td h2 {
    border: 1px solid rgba(26, 149, 80, 0.2);
    margin: 0px;
    width: 287px;
}

/******************************************/
/*                                        */
/* SPECIALTY ITEMS                        */
/*                                        */
/******************************************/

/*========================================*/
/* Speech Bubble                          */
/*========================================*/

.speech {
    font-size: 0.8em;
    margin: 10px 0px 30px 0px;
    width: auto;
}

.speech blockquote {
    border-top: 1px solid #B1B2B9;
    border-bottom: 1px solid #B1B2B9;
    font-size: 1.2em;
    margin: 0px;
    text-align: justify;
    padding: 10px 0px;
}

.speech cite {
    background: transparent url(../img/tip.gif) no-repeat 20px 0;
    font-style: normal;
    margin: 0px;
    padding: 7px 0px 0px 15px;
    position: relative;
    top: 6px; /* 1px less than padding-top */
}

/*========================================*/
/* Comment Form                           */
/*========================================*/

form p {
    margin: 10px 0px;
}

#submit {
    background: #FFFFFF;
    border: 1px dotted #B1B2B9;
}

#id_author {
    border: 1px dotted #B1B2B9;
    width: 260px;
}

#id_body {
    border: 1px dotted #B1B2B9;
    height: 100px;
    width: 260px;
}

/*========================================*/
/* Captioned Images                       */
/*========================================*/

.captioned {
    background: #FFFFFF;
    border: 1px solid #B1B2B9;
    float: left;
    margin: 0px;
    overflow: hidden;
    padding: 5px;
    position: relative;
}

.captioned.single {
    float: none;
}

.captioned.single .desc {
    display: block;
}

.captioned:hover {
    background: #E1E1E1;
}

.captioned .desc{
    background: #000000;
    border: none;
    bottom: 25px;
    color: #FFFFFF;
    display: none;
    filter: alpha(opacity=80);
    font-size: 0.8em;
    height: auto;
    max-width: 110px;
    right: 5px;
    opacity: .80;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    width: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.captioned:hover .desc {
    display: block;
}

.captioned .desc a.big {
    font-size: 1.5em;
}

.captioned .desc strong {
    display: block;
}

.captioned .desc a {
    color: rgb(0, 153, 51);
    font-weight: normal;
}

.captioned .desc strong a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.captioned .desc strong a:hover {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}

.captioned .desc a:hover {
    text-decoration: underline;
}

/*========================================*/
/* Block style lists                      */
/*========================================*/

ul.blocks {
    margin: 0px;
    padding: 0px;
}

ul.blocks li {
    background: #E1E1E1;
    border-right: 5px solid #E1E1E1;
    list-style: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    overflow: hidden;
}

ul.blocks li a {
    color: #444751;
    display: block;
    font-weight: normal;
    margin: 0px;
    padding: 5px 0px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

ul.blocks li a#current .left {
    background: #444751;
    color: #E3E3E3;
}

ul.blocks li a:hover {
    color: #777777;
}

ul.blocks li a .left {
    background: #B1B2B9;
    padding: 5px;
}

ul.blocks li a:hover .left {
    color: #E3E3E3;
    background: #444751;
}

ul.blocks li a .right {
    padding: 5px;
}

/*========================================*/
/* Special Classes                        */
/*========================================*/

.block {
    margin: 0px 0px 40px 0px;
}

.clearboth {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
}

.spacer {
    margin: 0px 0px 40px 0px;
}