/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

    Kubrick v1.5
     http://binarybonsai.com/kubrick/

    This theme was designed and built by Michael Heilemann,
    whose blog you will find at http://binarybonsai.com/

    The CSS, XHTML and design is released under GPL:
    http://www.opensource.org/licenses/gpl-license.php

*/

/* Special Font */

@font-face {
   font-family: Helvetica-Light;
   *src: url( /wp-content/themes/default/images/2010/Helvetica-Light.eot );
   src: url( /wp-content/themes/default/images/2010/Helvetica-Light.ttf );
}

/* Begin Typography & Colors */
body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: Arial, Verdana, 'Lucida Grande', Sans-Serif;
    background: #e5f0fd;
    color: #d8d8d8;
    text-align: center;
    }

#page {
    text-align: left;
    display: inline-block;
    }

#header {
    background-image: url('/wp-content/themes/default/images/2010/hero_0.jpg');
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: top center;
    }

#content {
    font-size: 12px;
    display: inline-block;
    }

.widecolumn .entry p {
    font-size: 1.05em;
    }

.narrowcolumn .entry {
    padding: 0;
    width: 450px;
    }

.narrowcolumn .entry, .widecolumn .entry {
    line-height: 1.6em;
    }
    
.narrowcolumn .entry, .narrowcolumn .postmetadata {
    background-color: #232830;
    }

.narrowcolumn .entry p {
    margin: 25px 25px 25px 25px;
    *margin: auto 25px auto 25px;
    width: 400px;
    }

.narrowcolumn .entry hr {
    margin-right: 25px;
    margin-left: 25px;
    height: 1px;
    color: #617083;
    background-color: #617083;
    }
    
.narrowcolumn .entry blockquote {
    border-left: 1px solid #617083;
    margin-right: 25px;
    margin-left: 40px;
    }
    
.narrowcolumn .entry blockquote p {
    padding: 0;
    width: 330px;
    margin-left: 15px;
    margin-right: 15px;
    }
    
.narrowcolumn .postmetadata {
    padding: 0 25px 0 25px;
    }

body.single .narrowcolumn .postmetadata {
    padding: 0;
    width: 370px;
    _width: 360px;
    }

.narrowcolumn .readmore {
    width: 450px;
    height: 28px;
    margin-top: 20px;
    display: inline-block;
    }
    
.narrowcolumn .readmore a {
    width: 450px;
    height: 28px;
    background-image: url('/wp-content/themes/default/images/2010/btn_readmore.gif');
    display: inline-block;
    }
    
.narrowcolumn .readmore a span {
    display: none;
    }
    
.narrowcolumn .readmore a:hover {
    background-image: url('/wp-content/themes/default/images/2010/btn_readmore_ovr.gif');
    }
    
.widecolumn {
    line-height: 1.6em;
    }

.thread-alt {
    background-color: #d7e0ec;
}
.thread-even {
    background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
    border-left: 1px solid #617083;
    margin-left: 25px;
    }

.narrowcolumn .entry p.postmetadata.alt {
    padding-left: 15px;
    margin: 0 25px;
    }
    
#footer {
    border: none;
    }

small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    }

h1, h2, h3 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
    }

h1 {
    font-size: 4em;
    text-align: center;
    }

h2 {
    font-size: 1.6em;
    }

.narrowcolumn h2 {
    font-family: Helvetica-Light, Helvetica;
    background-image: url('/wp-content/themes/default/images/2010/notch.gif');
    background-repeat: no-repeat;
    background-position: 0 16px;
    position: relative;
    left: -61px;
    padding-left: 61px;
    text-align: left;
    font-size: 29px;
    line-height: 32px;
    color: #fff;
    font-weight: lighter;
    }

.narrowcolumn h2 a:hover {
    color: #6aaeff;
    }
    
h2.pagetitle {
    background-image: none;
    font-size: 29px;
    color: #ff0072;
    }

h3 {
    font-size: 1.3em;
    }

h1, h1 a, h1 a:hover, h1 a:visited {
    text-decoration: none;
    color: white;
    }

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    color: #fff;
    }

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
    text-decoration: none;
    }

.entry p a:visited, .entry p a:hover, .entry p a:link {
    color: #2f8dff;
    }

.entry p.postmetadata a:visited, .entry p.postmetadata a:hover, .entry p.postmetadata a:link {
    color: #a1ccff;
    font-weight: bold;
    }
    
.sticky {
    background: #f7f7f7;
    padding: 0 10px 10px;
    }
.sticky h2 {
    padding-top: 10px;
    }

.commentlist li, #commentform input, #commentform textarea {
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    }
.commentlist li ul li {
    font-size: 1em;
}

.commentlist li {
    font-weight: bold;
}

.commentlist li .avatar { 
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
    }

.commentlist cite, .commentlist cite a {
    font-weight: normal;
    font-style: normal;
    font-size: 1.1em;
    }

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
    }

#commentform p {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    }

.commentmetadata {
    font-weight: normal;
    }

#sidebar {
    font: 12px Arial, 'Lucida Grande', Verdana, Sans-Serif;
    }

#sidebar .widget_twitter {
    font-size: 11px;
    }
    
#sidebar #text-3, #sidebar #linkcat-3 {
    line-height: 1.5em;
    }
    
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, strike {
    color: #5b6d83;
    }

blockquote {
    color: #D8D8D8;
    }
    
.postmetadata a, .postmetadata a:link, .postmetadata a:visited, .postmetadata a:hover {
    color: #2f8dff;
    }

.postmetadata small {
    font-size: 11px;
    line-height: 2em;
    color: #9a9a9a;
    }
    
body.single .postmetadata small {
    color: #fff
    }
    
code {
    font: 1.1em 'Courier New', Courier, Fixed;
    }

acronym, abbr, span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
    }

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

a:hover {
    text-decoration: underline;
    }

#sidebar a:hover, #sidebar a:link, #sidebar a:visited {
    color: #a1ccff;
    }
    
#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
    }

#wp-calendar a {
    text-decoration: none;
    }

#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
    }

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    }
/* End Typography & Colors */



/* Begin Structure */
body {
    margin: 0;
    padding: 0;
    }

#page {
    background-color: #292e38;
    background-image: url('/wp-content/themes/default/images/2010/bg_fade.png');
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0px auto;
    padding: 0;
    width: 922px;
    border: 0;
    }

#header {
    background-color: #000000;
    margin: 0; 
    padding: 0; 
    height: 305px; 
    width: 922px;
    }

#header #topBit {
   margin-top: 305px;
   }
    
.narrowcolumn {
    float: left;
    padding: 70px 0 0 61px;
    margin: 0;
    width: 450px;
    }

.widecolumn {
    padding: 10px 0 20px 0;
    margin: 5px 0 0 150px;
    width: 450px;
    }

.post {
    margin: 0 0 50px;
    text-align: left;
    }

body.single .post {
    margin: 0;
    }
    
.post div.postBody {
    background-color: #232830;
    padding: 0;
    *margin-top: 20px;
    }

body.single .post div.postBody {
    padding-bottom: 25px;
    }
    
.post hr {
    display: block;
    }

.widecolumn .post {
    margin: 0;
    }

.widecolumn .postmetadata {
    margin: 30px 0;
    }

.widecolumn .smallattachment {
    text-align: center;
    float: left;
    width: 128px;
    margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
    text-align: center;
    margin: 5px 0px;
}

.postmetadata {
    clear: both;
}

.clear {
    clear: both;
}

#footer {
    padding: 0;
    width: 922px;
    clear: both;
    margin: 36px auto 82px auto;
    text-align: left;
    color: #718aaa;
    }
    
#footer a:link, #footer a:visited, #footer a:hover {
    color: #718aaa;
    }

#footer img {
    margin-left: 42px;
    }
    
#footer span.copyRightText {
    font-size: 13px;
    position: relative;
    top: -10px;
    margin: 0 0 0 42px;
    }
    
#footer p {
    text-align: center;
    }
/* End Structure */



/*  Begin Headers */
h1 {
    padding-top: 70px;
    margin: 0;
    }

h2 {
    margin: 0;
    }

h3 {
    padding: 0;
    margin: 30px 0 0;
    }

h3.comments {
    padding: 0;
    margin: 40px auto 20px ;
    }
/* End Headers */


/* Begin Menu */
#pagebar {
    background: url('images/pagebar.jpg');
    width: 740px;
    height: 35px;
    border-bottom: 1px black solid;
    padding: 0;
    margin: 0px 0px 0px 5px;
}

#pagebar a {
    font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
    color: #333;
    font-size: 1.4em;
    display: block;
    float: left;
    padding: 8px 15px 0px 15px;
    border-right: 1px #CECECE solid;
    text-align: center;
    height: 27px;
}

#pagebar a:hover {
    /*nothing pretty so we dont break paths to files */
    background-color: #CECECE;
    text-decoration: none; 
}

#pagebar li {
    list-style:none;
}

#pagebar li.page_item {
    display: inline;
}
/* End Menu */


/* Begin Images */

.entry img {
    max-width: 450px;
    width: expression(this.width > 450 ? "450px" : true);
    }

.entry p img {
    padding: 0;
    max-width: 400px;
    width: expression(this.width > 400 ? "400px" : true);
    }
    
/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left
    }
/* End Images */



/* Begin Lists

    Special stylized non-IE bullets
    Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
    margin-left: 25px;
    margin-right: 25px;
    padding: 0 0 0 30px;
    list-style: none;
    padding-left: 10px;
    text-indent: -10px;
    } 

html>body .entry a {
    color: #2F8DFF;
    }
    
html>body .entry li {
    margin: 7px 0 8px 10px;
    }
    
html>body .entry li:before {
    content: "\00BB \0020";
    }
    
.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
    }

.entry ol li {
    margin: 0;
    padding: 0;
    }

.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
    }

#sidebar ul, #sidebar ul ol {
    margin: 0;
    padding: 0;
    }

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 30px;
    _margin-bottom: 15px;
    line-height: 2em;
    }

#sidebar ul.twitter li {
    margin-bottom: 10px;
    line-height: 1.5em;
    }
    
#sidebar ul p, #sidebar ul select {
    margin: 4px 0 8px;
    }
    
#sidebar ul ul li, #sidebar ul ol li {
    color: #818991;
    }

#sidebar ul div.textwidget ul {
    border: 0;
}

#sidebar ul ul ul, #sidebar ul ol {
    background: transparent;
    margin: 0 0 0 10px;
    border: none;
    padding: 0;
    }

#sidebar ul div div {
    background: transparent;
    margin: 0;
    border: none;
    }

ol li, #sidebar ul ol li {
    list-style: decimal outside;
    }

#sidebar ul ul li, #sidebar ul ol li {
    margin: 0;
    padding: 0;
    }
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
    margin: 10px auto;
    padding: 5px 3px; 
    text-align: center;
    }

#sidebar #searchform #s {
    width: 108px;
    padding: 2px;
    }

#sidebar #searchsubmit {
    padding: 1px;
    }

.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align:center;
    }

select {
    width: 130px;
    }

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
    vertical-align: middle;
    }

#commentform {
    margin: 12px 20px 0 20px;
    }
#commentform textarea {
    width: 380px;
    margin: 6px 0;
    }
#respond:after {
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
    }
#commentform #submit {
    width: 400px;
    height: 49px;
    float: left;
    background-color: transparent;
    margin: 0;
    padding: 0;
    margin-bottom: 46px;
    *margin-bottom: 20px;
    position: static;
    }
/* End Form Elements */



/* Begin Comments*/

div#commentsArea li div.comment-body {
    padding: 18px;
    overflow: hidden;
    width: 364px;
    }

div#commentsArea li.thread-alt {
    background-image: url('/wp-content/themes/default/images/2010/bg_blueBot.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    }

div#commentsArea li.thread-alt div.comment-body {
    background-image: url('/wp-content/themes/default/images/2010/bg_blueTop.png');
    background-position: center top;
    background-repeat: no-repeat;
    }

div#commentsArea li.thread-even {
    background-image: url('/wp-content/themes/default/images/2010/bg_whiteBot.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    }

div#commentsArea li.thread-even div.comment-body {
    background-image: url('/wp-content/themes/default/images/2010/bg_whiteTop.png');
    background-position: center top;
    background-repeat: no-repeat;
    }
   
div#commentsArea {
    color: #000;
    background-image: url('/wp-content/themes/default/images/2010/bg_diagonal_comments.png');
    padding: 13px 0 0 0;
    margin: 0 13px;
    *padding-bottom: 13px;
    }

div#commentsAreaContainer {
    background-color: #232830;
    padding-bottom: 13px;
    margin-bottom: 20px;
    }
    
div#commentsArea small {
    color: #fff;
    font-size: 12px;
    }
    
div#commentsArea label {
    display: inline-block;
    clear: none;
    width: 150px;
    vertical-align: middle;
    }
    
div#commentsArea h3#comments {
    margin: 0 13px 0 0;
    padding: 12px;
    background-color: #232830;
    }
    
div#commentsArea div#h3commentBot {
    background-image: url('/wp-content/themes/default/images/2010/bg_commentsDownArrow.gif');
    background-position: right top;
    background-repeat: no-repeat;
    width: 385px;
    height: 15px;
    }
    
div#commentsArea div#respond h3 {
    font-family: Helvetica-Light, Helvetica;
    font-weight: normal;
    font-style: normal;
    margin: 0 150px 0 0;
    padding: 5px 0 8px 20px;
    background-color: #232830;
    color: #ff2d8b;
    font-size: 27px;
    position: relative;
    }
   
.commentlist {
    padding: 0;
    margin: 0;
    text-align: justify;
    }

.commentlist li {
    margin: 15px 12px 0 12px;
    list-style: none;
    background-repeat: no-repeat;
    width: 402px;
    border: 0;
    }
.commentlist li ul li { 
    margin-right: -5px;
    margin-left: 10px;
}

.commentlist p {
    color: #424d5e;
    font-family: Arial;
    font-size: 12px;
}
.children { padding: 0; }

#commentform p {
    margin: 10px 0;
    }

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
    }

.commentmetadata {
    margin: 0 0 20px 0;
    display: block;
    }
    
.commentlist .comment-author cite.fn, .commentlist .comment-author cite.fn a, .commentlist .comment-author cite.fn a:visited , .commentlist .comment-author cite.fn a:hover  {
    font-family: Helvetica-Light, Helvetica;
    font-size: 22px;
    color: #3491ff;
    font-weight: bold;
    }

.commentlist .comment-author span.says {
    color: #6e7c92;
    font-family: Arial;
    font-size: 12px;
    }
    
.commentlist .comment-meta a, .commentlist .comment-meta a, .commentlist .comment-meta a:link {
    color: #8594ac;
    font-family: Arial;
    font-size: 11px;
    }
    
/* End Comments */



/* Begin Sidebar */
#sidebar
{
    display: inline-block;
    margin: 0;
    padding: 70px 0 0 50px;
    width: 300px;
}

#sidebar form {
    margin: 0;
    }
    
body.single #sidebar {
    _padding-left: 30px;
    }
/* End Sidebar */



/* Begin Sidebar Units */
#sidebar li.widget_text {
    width: 300px;
    }
#sidebar li.widget_text h2.widgettitle {
    display: none;
    }
#sidebar div.textwidget {
    background-image: url('/wp-content/themes/default/images/2010/subhdr_rss.png');
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 64px 24px 24px 24px;
    _padding-top: 20px;
    }
#sidebar div.textwidget ul {
    _padding-top: 44px;
    }
#sidebar li.widget_links {
    *margin-top: -15px;
    _margin-top: 0;
    margin-bottom: 10px;
    }
#sidebar li.widget_links h2.widgettitle {
    display: none;
    }
#sidebar li.widget_links ul {
    background-image: url('/wp-content/themes/default/images/2010/subhdr_connect.png');
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 64px 24px 24px 24px;
    }
#sidebar li.widget_twitter {
    *margin-top: -10px;
    _margin-top: 20px;
    _margin-bottom: 30px;
    }
#sidebar li.widget_twitter h2.widgettitle {
    display: none;
    }
#sidebar li.widget_twitter ul.twitter {
    background-image: url('/wp-content/themes/default/images/2010/subhdr_tweet.png');
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 64px 24px 24px 24px;
    margin-top: 30px;
    }
#sidebar li.widget_twitter ul.twitter li.twitter-item {
    border-bottom: 1px solid #343945;
    }
#sidebar li.widget_quickflickr {
    padding-top: 35px;
    background-image: url('/wp-content/themes/default/images/2010/subhdr_flickr.png');
    background-repeat: no-repeat;
    }
#sidebar li.widget_quickflickr h2.widgettitle {
    display: none;
    *display: inline;
    *visibility: hidden;
    }
#sidebar div.flickr {
    background-image: url('/wp-content/themes/default/images/2010/bg_diagonal.png');
    background-repeat: repeat;
    text-align: center;
    padding: 25px 0 25px 0;
    *padding-top: 0;
    *padding-left: 20px;
    _padding-left: 5px;
    }
#sidebar div.flickr div {
    background-color: #000;
    clear: none;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 15px 15px 15px 15px;
    *float: left;
    vertical-align: top;
    position: relative;
    }
    
#sidebar div.flickr span#flickr_link {
    display: block;
    color: #ff0000;
    background-color: #000;
    width: 267px;
    height: 30px;
    padding-top: 8px;
    text-align: right;
    }
#sidebar div.flickr span#flickr_link a:hover, #sidebar div.flickr span#flickr_link a:visited, #sidebar div.flickr span#flickr_link a:link {
    padding: 10px 10px;
    color: #ff0072;
    background-color: #000;
    font-size: 12px;
    }
#sidebar li.widget_categories {
    display: none;
}
/* End Sidebar Units */



/* Begin Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
    }

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
    }

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
    }

#wp-calendar a {
    display: block;
    }

#wp-calendar caption {
    text-align: center;
    width: 100%;
    }

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
    }

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
    }

acronym, abbr {
    border-bottom: 1px dashed #999;
    }

blockquote cite {
    margin: 5px 0 0;
    display: block;
    }

.center {
    text-align: center;
    }

.hidden {
    display: none;
    }
    
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
    height: 1px;
    color: #AAAAAA;
    background-color: #AAAAAA;
    border: 0;
    }

a img {
    border: none;
    }

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
    }
    
.navigationPage {
    display: block;
    text-align: center;
    width: 449px;
    height: 109px;
    position: relative;
    background-image: url("/wp-content/themes/default/images/2010/nav_bg.gif");
    margin-bottom: 50px;
    }

.navigationPage div.alignleft a {
    width: 76px;
    height: 109px;
    background-image: url("/wp-content/themes/default/images/2010/nav_lt.gif");
    display: inline-block;
    }

.navigationPage div.alignleft a:hover {
    background-image: url("/wp-content/themes/default/images/2010/nav_lt_ovr.gif");
    }
    
.navigationPage div.alignright a {
    width: 76px;
    height: 109px;
    background-image: url("/wp-content/themes/default/images/2010/nav_rt.gif");
    display: inline-block;
    }

.navigationPage div.alignright a:hover {
    background-image: url("/wp-content/themes/default/images/2010/nav_rt_ovr.gif");
    }
    
.navigationPage span.navText {
    display: none;
    }

div.navigationPage div#navUnits {
    display: inline-block;
    position: absolute;
    z-index: 2;
    left: 107px;
    top: 40px;
    }
    
div.navigationPage div#navUnits a {
    width: 30px;
    height: 24px;
    display: inline-block;
    background-image: url("/wp-content/themes/default/images/2010/nav_unit.gif");
    background-repeat: no-repeat;
    padding: 6px 0 0 1px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-family: courier;
}

div.navigationPage div#navUnits a:hover {
    background-image: url("/wp-content/themes/default/images/2010/nav_unit_ovr.gif");
    color: #004599;
    text-decoration: none;
}

div.navigationPage div#navUnits a#nav_first {
    background-image: url("/wp-content/themes/default/images/2010/nav_unit_ovr.gif");
    color: #004599;
}

div#commentsArea div.navigation div.alignleft a, div#commentsArea div.navigation div.alignright a {
    margin-left: 20px;
    margin-right: 20px;
    color: #A1CCFF;
}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* End captions */


/* Begin Ad styles */

#headad {
    background-color: black;
    text-align: center;
    height: 112px;
    padding-top: 19px;
    }
#rightHandAd {
    background-color: #14161b;
    border: 0;
    width: 300px;
    _margin-top: 30px;
    padding: 30px 0 30px;
    margin-bottom: 45px;
    }
/* End Ad styles */


/* Begin Admin bar style */

#adminbar {
    background-color: #5581c0;
    color: white;
    border: 1px solid #333333;
    text-align: left;
    width: 100%;
    height: 35px;
    font-size: 1.2em;
    line-height: 0.9em;
    }

#adminbarlink {
    color: white;
    }
    
/* End Admin bar style */

#topicsBox {
   background-color: #1e2125;
   margin: 0 auto;
   width: 922px;
   display: block;
   padding: 40px 0;
}
#topicsBoxInner {
   border: 1px dashed #42464c;
   margin: 0 30px;
   padding: 40px 30px;
   text-align: left;
}
#topicsBoxInner img {
   display: block;
}
#topicsBoxInner h2.widgettitle {
   display: none;
}
#topicsBoxInner ul {
   display: inline-block;
   margin: 40px 0 0 0;
   padding: 0;
   color: #a1ccff;
   font-size: 13px;
}
#topicsBoxInner ul li {
   display: inline-block;
   line-height: 2em;
   float: left;
   width: 150px;
   _width: 145px;
   margin-left: 10px;
}
#topicsBoxInner ul li a:hover, #topicsBoxInner ul li a:link, #topicsBoxInner ul li a:visited {
   color: #a1ccff;
   font-family: Arial;
}
#topicsBoxInner ul li:before {
    content: "* ";
}
#topicsBox ul, #topicsBoxInner ul li.cat-item {

}

#bottomRoundedImg {
   display: block;
   margin: 0 auto;
}

/* start cher! */
div#cherBar {
   width: 411px;
   _width: 400px;
   height: 31px;
   background-color: #373c45;
   position: relative;
   left: -5px;
   margin: 21px 25px;
   color: #b8b8b8;
}
.narrowcolumn .entry div#cherBar p {
   padding: 6px 0 0 15px;
   margin: 0;
   width: 100px;
   display: inline-block;
   float: left;
   clear: none;
}
body .entry div#cherBar ul {
   padding: 0;
   text-indent: 0;
   display: inline;
   clear: none;
   float: right;
   margin: 5px 5px 0 0;
}
div#cherBar li {
   display: inline;
   margin: 0 0 0 3px;
}

div#cherBar li:before, .entry div#cherBar li:before {
    content: "";
}
div#cherBar a {
   width: 23px;
   height: 23px;
   display: inline-block;
}
div#cherBar a#cher_facebook {
   background-image: url("/wp-content/themes/default/images/2010/cher_facebook.gif");
}
div#cherBar a#cher_twitter {
   background-image: url("/wp-content/themes/default/images/2010/cher_twitter.gif");
}
div#cherBar a#cher_rss {
   background-image: url("/wp-content/themes/default/images/2010/cher_rss.gif");
}

/* end cher! */

/* start calendar mods
body.page-id-3 .narrowcolumn .entry {
   padding: 0;
   background-color: #000;
   *width: 450px;
}
body.page-id-3 h2 {
   padding: 0;
   background-image: none;
   background-position: 0;
   color: #818b96;
   font-family: Arial;
   font-size: 12px;
   font-weight: normal;
   padding: 0;
   left: 0;
}
.calendar-heading {
  height: 80px;
  text-align: center;
  background-image: url("/wp-content/themes/default/images/2010/bg_calendarHdr.png");
  background-repeat: repeat;
}
.calendar-month {
  width: 355px;
  text-align: left;
  font-weight: lighter;
  font-family: Helvetica-Light;
  font-size: 29px;
  padding-left: 10px;
  color: #b3c0d0;
  *height: 40px;
  *line-height: 1em;
}
.calendar-next {
  width: 30px;
}
.calendar-prev {
  width: 35px;
}
.day-without-date, .day-with-date, .current-day {
   color: #000;
}
.day-without-date span.dayNumber, .day-with-date span.dayNumber, .current-day span.dayNumber {
   font-size: 10px;
   float: right;
}
.day-without-date {
   background-image: url("/wp-content/themes/default/images/2010/cal_day_nodate.png");
}
.day-with-date {
   background-color: #d4dfec;
}
span.weekend, .weekend-heading {
   color: #818b96;
}
.weekend-heading, .normal-day-heading {
   background-image: url("/wp-content/themes/default/images/2010/cal_day_hdr.png");
   height: 31px;
   border: 0;
   font-size: 11px;
}
.widget_calendar_today h2, .widget_calendar_upcoming {
   display: none;
}
#sidebar ul li.widget_calendar_today {
   background-image: url("/wp-content/themes/default/images/2010/wp_incoming_hdr.png");
   behavior: url("/iepngfix.htc");
   background-repeat: no-repeat;
   padding-top: 95px;
   _padding-top: 0;
   font-size: 10px;
   position: relative;
   _position: static;
   width: 300px;
}
#sidebar ul li.widget_calendar_today ul li {
   color: #91b2db;
   line-height: 1.5em;
}
#sidebar ul li.widget_calendar_today a:link, #sidebar ul li.widget_calendar_today a:visited, #sidebar ul li.widget_calendar_today a:hover {
   color: #fff;
   font-size: 12px;
}
#sidebar ul li.widget_calendar_today ul {
   background-image: url("/wp-content/themes/default/images/2010/wp_incoming_bg.png");
   background-repeat: repeat-y;;
   padding-bottom: 10px;
   position: relative;
   _padding-bottom: 14px;
   *margin-top: -1px;
   _margin-top: 80px;
}
#sidebar ul li.widget_calendar_today ul li {
   background-color: #0056cb;
   margin: 0 50px 15px 0;
   padding: 0 0 0 23px;
}
#sidebar ul li.widget_calendar_today ul li ul, #sidebar ul li.widget_calendar_today ul li li {
   margin: 0;
   padding: 0;
}
#sidebar li.widget_calendar_today #calendarMore {
   position: absolute;
   right: 0;
   bottom: 0;
   _bottom: 81px;
}
.event-title-break {
  width:96%;
  margin-left:2%;
  margin-right:2%;
  margin-top:5px;
  margin-bottom:5px;
  text-align:center;
  height:1px;
  background-color:#000000;
}
.event-content-break {
  width:96%;
  margin-left:2%;
  margin-right:2%;
  margin-top:5px;
  margin-bottom:5px;
  text-align:center;
  height:1px;
  background-color:#000000;
}
.event-title-break, .event-content-break {
   _line-height: 1px;
   _font-size: 1px;
}
body.page-id-1734 .narrowcolumn .entry p {
   *margin: 0;
   *margin-top: 25px;
   }
body.page-id-1734 .narrowcolumn .entry {
   *background-color: transparent;
   }
.calnk a:hover {
   background-position:0 0;
   text-decoration:none;  
   color:#000000;
   }
.calnk a:visited {
   text-decoration:none;
   color:#000000;
  }
.calnk a {
  text-decoration:none; 
  color:#000000; 
  }
.calnk a span { 
  display:none; 
  }
.calnk a:hover span {
  color:#333333; 
  background:#F6F79B; 
  display:block;
  position:absolute; 
  margin-top:1px; 
  padding:5px; 
  width:150px; 
  z-index:100;
  }
.calendar-table {
  line-height: 1em;
  border: 1px solid black;
  width: 450px;
}
.normal-day-heading {
  text-align:center;
  width:25px;
  background-color:#EBF2EA;
}
.weekend-heading {
  text-align:center;
  width:25px;
  background-color:#EBF2EA;
}
.day-with-date {
  vertical-align:text-top;
  text-align:left;
  width:60px;
  height:60px;
}
.day-without-date {
  width:60px;
  height:60px;
}
.current-day {
  vertical-align:text-top;
  text-align:left;
  width:60px;
  height:60px;
  background-color:#E4EBE3;
}
span.event {
  font-size:0.75em;
}
.kjo-link {
  font-size:0.75em;
  text-align:center;
}
.event-title {
  text-align:center;
  font-weight:bold;
  font-size:1.2em;
}
.calendar-date-switcher {
  height:25px;
  text-align:center;
  border:1px solid #D6DED5;
  background-color:#E4EBE3;
}
.calendar-date-switcher form {
  margin:0;
  padding:0;
}
.calendar-date-switcher input {
  border:1px #D6DED5 solid;
}
.calendar-date-switcher select {
  border:1px #D6DED5 solid;
}
.cat-key {
  width:100%;
  margin-top:10px;
  padding:5px;
  border:1px solid #D6DED5;
}
end calendar mods */

