﻿/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/

.willstrohl .ui-helper-hidden {
    display: none;
}

.willstrohl .ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.willstrohl .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.willstrohl .ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.willstrohl .ui-helper-clearfix {
    display: inline-block;
}

/* required comment for clearfix to work in Opera \*/

* html .ui-helper-clearfix {
    height: 1%;
}

.willstrohl .ui-helper-clearfix {
    display: block;
}

/* end clearfix */

.willstrohl .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/

.willstrohl .ui-state-disabled {
    cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */

.willstrohl .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.willstrohl .ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */

/* Component containers
----------------------------------*/

.willstrohl .ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

.willstrohl .ui-widget .ui-widget {
    font-size: 1em;
}

.willstrohl .ui-widget input, .willstrohl .ui-widget select, .willstrohl .ui-widget textarea, .willstrohl .ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

.willstrohl .ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(Images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
}

.willstrohl .ui-widget-content a {
    color: #222222;
}

.willstrohl .ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url(Images/ui-bg_highlight-soft_75_cccccc_1x100.png) 100% 100% repeat-x;
    color: #222222;
    font-weight: bold;
}

.willstrohl .ui-widget-header a {
    color: #222222;
}

/* Interaction states
----------------------------------*/

.willstrohl .ui-state-default, .willstrohl .ui-widget-content .ui-state-default, .willstrohl .ui-widget-header .ui-state-default {
    border: none;
    background: none;
    font-weight: normal;
    color: #555555;
}

.willstrohl .ui-state-hover a, .willstrohl .ui-state-hover a:hover {
    color: #212121;
    text-decoration: none;
}

.willstrohl .ui-state-active, .willstrohl .ui-widget-content .ui-state-active, .willstrohl .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url(Images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.willstrohl .ui-state-active a, .willstrohl .ui-state-active a:link, .willstrohl .ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

.willstrohl .ui-widget :active {
    outline: none;
}

/* Interaction Cues
----------------------------------*/

.willstrohl .ui-state-highlight, .willstrohl .ui-widget-content .ui-state-highlight, .willstrohl .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(Images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636;
}

.willstrohl .ui-state-highlight a, .willstrohl .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.willstrohl .ui-state-error, .willstrohl .ui-widget-content .ui-state-error, .willstrohl .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(Images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a;
}

.willstrohl .ui-state-error a, .willstrohl .ui-widget-content .ui-state-error a, .willstrohl .ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}

.willstrohl .ui-state-error-text, .willstrohl .ui-widget-content .ui-state-error-text, .willstrohl .ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.willstrohl .ui-priority-primary, .willstrohl .ui-widget-content .ui-priority-primary, .willstrohl .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.willstrohl .ui-priority-secondary, .willstrohl .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.willstrohl .ui-state-disabled, .willstrohl .ui-widget-content .ui-state-disabled, .willstrohl .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */

.willstrohl .ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(Images/ui-icons_222222_256x240.png);
}

.willstrohl .ui-widget-content .ui-icon {
    background-image: url(Images/ui-icons_222222_256x240.png);
}

.willstrohl .ui-widget-header .ui-icon {
    background-image: url(Images/ui-icons_222222_256x240.png);
}

.willstrohl .ui-state-hover .ui-icon, .willstrohl .ui-state-focus .ui-icon {
    background-image: url(Images/ui-icons_454545_256x240.png);
}

.willstrohl .ui-state-active .ui-icon {
    background-image: url(Images/ui-icons_454545_256x240.png);
}

.willstrohl .ui-state-highlight .ui-icon {
    background-image: url(Images/ui-icons_2e83ff_256x240.png);
}

.willstrohl .ui-state-error .ui-icon, .willstrohl .ui-state-error-text .ui-icon {
    background-image: url(Images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */

.willstrohl .ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.willstrohl .ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

/* Corner radius */

.willstrohl .ui-corner-all, .willstrohl .ui-corner-top, .willstrohl .ui-corner-left, .willstrohl .ui-corner-tl {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.willstrohl .ui-corner-all, .willstrohl .ui-corner-top, .willstrohl .ui-corner-right, .willstrohl .ui-corner-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.willstrohl .ui-corner-all, .willstrohl .ui-corner-bottom, .willstrohl .ui-corner-left, .willstrohl .ui-corner-bl {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.willstrohl .ui-corner-all, .willstrohl .ui-corner-bottom, .willstrohl .ui-corner-right, .willstrohl .ui-corner-br {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* Overlays */

.willstrohl .ui-widget-overlay {
    background: #aaaaaa url(Images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
}

.willstrohl .ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url(Images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */

#ui-datepicker-div {
    display: none;
}

.willstrohl .ui-datepicker {
    width: 163px;
    padding: .2em .2em 0;
    display: none;
    background: #ffffff url(Images/ui-bg_highlight-soft_75_cccccc_1x100.png) 100% 100% repeat-x;
}

.willstrohl .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.willstrohl .ui-datepicker .ui-datepicker-prev, .willstrohl .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.willstrohl .ui-datepicker .ui-datepicker-prev-hover, .willstrohl .ui-datepicker .ui-datepicker-next-hover {
    top: 4px;
}

.willstrohl .ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.willstrohl .ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.willstrohl .ui-datepicker .ui-datepicker-prev-hover {
    left: 3px;
}

.willstrohl .ui-datepicker .ui-datepicker-next-hover {
    right: 4px;
}

.willstrohl .ui-datepicker .ui-datepicker-prev span, .willstrohl .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.willstrohl .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.willstrohl .ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.willstrohl .ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.willstrohl .ui-datepicker select.ui-datepicker-month, .willstrohl .ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.willstrohl .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.willstrohl .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.willstrohl .ui-datepicker td {
    border: 0;
    padding: 1px;
}

.willstrohl .ui-datepicker td span, .willstrohl .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: center;
    text-decoration: none;
}

.willstrohl .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.willstrohl .ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.willstrohl .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */

.willstrohl .ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.willstrohl .ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.willstrohl .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.willstrohl .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.willstrohl .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.willstrohl .ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.willstrohl .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.willstrohl .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.willstrohl .ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.willstrohl .ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0em;
}

/* RTL support */

.willstrohl .ui-datepicker-rtl {
    direction: rtl;
}

.willstrohl .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.willstrohl .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.willstrohl .ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.willstrohl .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.willstrohl .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.willstrohl .ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.willstrohl .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

.willstrohl .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.willstrohl .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.willstrohl .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */

.willstrohl .ui-datepicker-cover {
    display: none;
    /*sorry for IE5*/
    display/**/
    : block;
    /*sorry for IE5*/
    position: absolute;
    /*must have*/
    z-index: -1;
    /*must have*/
    filter: mask();
    /*must have*/
    top: -4px;
    /*must have*/
    left: -4px;
    /*must have*/
    width: 200px;
    /*must have*/
    height: 200px;
    /*must have*/
}

.willstrohl {
    margin: 0px auto;
    width: 522px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.willstrohl a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.willstrohl .manageblog {
    float: right;
    margin-bottom: 15px;
}

.willstrohl h1.blogname, h3.blogdescription {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

.willstrohl .mrssfeeds {
    float: right;
}

.willstrohl h1.blogname {
    font-size: 22px;
    color: #000000;
    float: left;
}

.willstrohl h3.blogdescription {
    font-size: 12px;
    color: #3E81B5;
    margin-left: 1px;
}

.willstrohl .postleft {
    width: 522px;
}

.willstrohl .postright {}

.willstrohl .post .socialnetwork {
    margin-top: 10px;
    min-width: 138px;
}

.willstrohl .post .socialnetwork .socialnetworkwrap {
    float: right;
}

.willstrohl .post .readmore {
    float: right;
    font-size: 0.75em;
    font-weight: bold;
    text-align: right;
    /*margin-top:10px;*/
}

.willstrohl .post .inpost {
    margin-right: -4px;
}

.willstrohl .post .header, .willstrohl .head {
    border-color: #E4E4E4 #CCCCCC #BBBBBB;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.willstrohl .post .header {
    border: none;
}

.willstrohl .post .header {
    background-color: #FFFFFF;
    /*background-image : url(Images/post-bg.png);*/
    background-position: bottom;
    background-repeat: repeat-x;
}

.willstrohl .head {
    background-color: #ffffff;
    padding: 10px;
}

.willstrohl .post {
    margin-bottom: 1.0em;
}

.willstrohl .post .details {
    /*background:#fcfcfc;*/
}

.willstrohl .post .metadata {
    background: #E4E4E4;
    color: #000000;
    font-size: 11px;
    font-style: normal;
    padding: 5px;
    margin: 5px 0 15px 0;
    position: relative;
    left: -20px;
    -moz-box-shadow: 0 3px 5px 0 #ccc;
    -webkit-box-shadow: 0 3px 5px 0 #ccc;
    box-shadow: 0 3px 5px 0 #ccc;
}

.willstrohl .post .metadata a {
    color: #000000;
    font-size: 11px;
}

.willstrohl .post .line {
    clear: both;
    height: 2px;
    overflow: hidden;
    width: 100%;
    /*background:url(Images/line.gif) repeat-x scroll center top transparent;*/
}

.willstrohl .post h1 {
    margin: 0px;
    padding: 0px;
    line-height: 28px;
}

.willstrohl .post .footer {
    padding: 0 18px;
    height: 42px;
    /*background :url(Images/box-bg.gif) repeat-x scroll center top #EEEEEE;*/
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    webkit-border-radius: 0px 0px 4px 4px;
}

.willstrohl .post h1.heading a, .willstrohl .post h1.heading, .willstrohl .post h2.heading a, .willstrohl .post h2.heading {
    font-size: 28px;
    color: #000000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-weight: normal;
    text-decoration: none;
}

.willstrohl .post input, .willstrohl .post textarea, .willstrohl .post select {
    -moz-border-radius: 3px;
    border: 1px #cccccc solid;
    padding: 2px;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.willstrohl .post label {
    font-style: normal;
}

.willstrohl .post .content {
    line-height: 18px;
    min-height: 160px;
}

.willstrohl .post .content ul, .willstrohl .post .content ol {
    margin: 0 0 20px 20px;
}

.willstrohl .post .footer .left, .willstrohl .post .footer .right {
    line-height: 42px;
}

.willstrohl .post .footer .left {
    float: left;
}

.willstrohl .post .footer .right {
    float: right;
}

.willstrohl .post .footer .left span {
    background: url("Images/comment-icon.png") no-repeat scroll left center transparent;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    margin-right: 6px;
    padding: 4px 0 8px;
    text-align: center;
    width: 40px;
}

.willstrohl .post .post-tags {
    text-align: right;
    margin-bottom: 13px;
    margin-top: 6px;
    font-weight: normal !important;
}

.willstrohl .post .edit a {
    padding: 3px 5px 3px 5px;
}

.willstrohl .tags h1, .willstrohl .categories h1, .willstrohl .archives h1, .willstrohl .authors h1, .willstrohl .mwidgetposts h1, .willstrohl .search h1 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

.willstrohl .authors ul, .willstrohl .mwidgetposts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.willstrohl .authors ul li {
    list-style: none;
    padding: 7px 0;
    border-bottom: none;
}

.willstrohl .mwidgetposts ul li {
    list-style: none;
    padding: 7px 0;
    border-bottom: 1px dashed #EEEEEE;
}

.willstrohl .mwidgetposts * a.posttitle {
    font-weight: normal;
    color: #3969B7;
    text-decoration: underline;
}

.willstrohl .authors img, .willstrohl .head img, .willstrohl .categories .treeview img {
    border: none;
    margin: 0px;
    padding: 0px;
}

.willstrohl .tags {
    text-align: justify;
    word-wrap: break-word;
}

.willstrohl .tags a {
    color: #000000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    display: inline;
}

.willstrohl .tags a.cloudweight1 {
    font-size: 12px;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.willstrohl .tags a.cloudweight2 {
    font-size: 14px;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.willstrohl .tags a.cloudweight3 {
    font-size: 16px;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.willstrohl .tags a.cloudweight4 {
    font-size: 18px;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.willstrohl .tags a.cloudweight5 {
    font-size: 20px;
    filter: alpha(opacity=100);
    opacity: 1;
}

.willstrohl.widgetmodule {
    width: inherit;
}

.willstrohl .categories, .willstrohl .archives, .willstrohl .authors, .willstrohl .tags, .willstrohl .mwidgetposts, .willstrohl .search {
    /*background: url("Images/categories-bg.png") repeat-x scroll left bottom #ffffff;*/
    padding: 2px;
    width: 163px;
    border: none;
    /* border-radius:5px; 
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;*/
    margin-bottom: 20px;
}

.willstrohl .recentcomments {
    width: 276px;
}

.willstrohl .popularposts {
    width: 174px;
}

.willstrohl .calendar {
    width: 163px;
    margin-bottom: 20px;
}

.willstrohl .post .content img {
    margin: 1em;
}

.willstrohl .post .CommentForm {
    margin-bottom: 20px;
}

.willstrohl .post .CommentForm .commenterror, .willstrohl .post .CommentForm .moderatemsg {
    color: red;
    margin-bottom: 10px;
    font-style: normal;
}

.willstrohl .post .CommentData .content {
    min-height: 0;
    font-style: normal;
    font-size: 11px;
    margin-bottom: 20px;
    height: auto;
}

.willstrohl .post .CommentData .content p {
    margin: 0px;
    padding: 0px;
}

.willstrohl .post .CommentForm .newheading, .willstrohl .post .CommentForm .replyheading, .willstrohl .post .CommentData .heading {
    font-size: 13px;
    color: #2E3D47;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 15px;
}

.willstrohl .post .CommentData .name {
    line-height: 12px;
    margin-bottom: 10px;
    font-style: normal;
    border-radius: 4px;
    -moz-border-radius: 4px;
    webkit-border-radius: 4px;
    padding: 3px;
    border: 1px #cccccc solid;
    background-color: #eeeeee;
}

.willstrohl .post .CommentData .name .userinfo {
    margin-top: 8px;
    position: absolute;
}

.willstrohl .post .CommentData .name .reply {
    float: right;
    margin-top: 8px;
}

.willstrohl .post .Preview {
    border-radius: 4px;
    -moz-border-radius: 4px;
    webkit-border-radius: 4px;
    color: Black;
}

.willstrohl .post .CommentData .com {
    padding-left: 20px;
}

.willstrohl .pager, .willstrohl .ms-result .paging {
    font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}

.willstrohl .ms-result .paging {
    margin: 0;
}

.willstrohl .pager a, .willstrohl .CurrentPageSelected, .willstrohl .CurrentPage, .willstrohl .ms-result .paging a, .willstrohl .ms-result .paging .pageselected {
    background-position: center bottom;
    border: 1px solid #CCDBE4;
    color: #3E81B5;
    margin-right: 3px;
    padding: 2px 5px;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    webkit-border-radius: 3px;
    font-size: 11px;
}

.willstrohl .CurrentPage, .willstrohl .CurrentPageSelected, .willstrohl .ms-result .paging .pageselected {
    padding-top: 1px;
    padding-bottom: 0px;
}

.willstrohl .pager a:hover, .willstrohl .pager a:active, .willstrohl .CurrentPage, .willstrohl .CurrentPageSelected, .willstrohl .ms-result .paging .pageselected, .willstrohl .ms-result .paging a:hover, .willstrohl .ms-result .paging a:active {
    background-color: #4D6880;
    background-image: none;
    border: 1px solid #999999;
    color: #ffffff;
}

.willstrohl .pager a.Next {
    border: 2px solid #CCDBE4;
    margin: 0 0 0 10px;
}

.willstrohl .pager a.Next:hover, .willstrohl .pager a.Prev:hover {
    border: 2px solid #2B55AF;
}

.willstrohl .pager a.Prev {
    border: 2px solid #CCDBE4;
    margin: 0 10px 0 0;
}

.willstrohl .rightTriangle {
    width: 0;
    height: 0;
    display: inline-block;
    border: 5px solid transparent;
    top: 8px;
    position: absolute;
    left: 2px;
    cursor: pointer;
    border-left-color: #999;
}

.willstrohl .bottomTriangle {
    width: 0;
    height: 0;
    display: inline-block;
    border: 5px solid transparent;
    border-top-color: #999;
    top: 11px;
    position: absolute;
    left: 2px;
    cursor: pointer;
}

.willstrohl .msearch-result .ms-result .lnktitle, .willstrohl .mwidgetposts .posttimeago, .willstrohl .mwidgetposts .postummary, .willstrohl .archives a, .willstrohl .categories a, .willstrohl .authors ul li a, .willstrohl .mwidgetposts .posttitle {
    color: #000000;
}

.willstrohl .msearch-result .caption a, .willstrohl .msearch-result .ms-result .desc, .willstrohl .msearch-result .caption, .willstrohl .mwidgetposts .postummary, .willstrohl .mwidgetposts .posttimeago, .willstrohl .post .readmore a, .willstrohl .post .footer a, .willstrohl .post .post-tags, .willstrohl .post .post-tags a {
    font-size: 11px;
}

.willstrohl .msearch-result .ms-result .lnktitle, .willstrohl .archives a, .willstrohl .mwidgetposts .posttitle {
    font-size: 12px;
}

.willstrohl .msearch-result .caption a, .willstrohl .msearch-result .caption, .willstrohl .mwidgetposts .posttimeago, .willstrohl .post .readmore a, .willstrohl .post .footer, .willstrohl .post .footer a, .willstrohl .post .post-tags, .willstrohl .post .post-tags a {
    color: #878787;
}

.willstrohl .msearch-result .caption, .willstrohl .mwidgetposts .posttimeago, .willstrohl .post .footer, .willstrohl .post .footer a, .willstrohl .post .post-tags, .willstrohl .post .post-tags a {
    font-style: italic;
}

.willstrohl .msearch-result .ms-result .lnktitle, default .post .readmore a, .willstrohl .mwidgetposts .posttitle, .willstrohl .post .footer a, .willstrohl .post .post-tags, .willstrohl .post .post-tags a {
    font-weight: bold;
}

.willstrohl .calendar .LiveBlogDateHlight a {
    background-color: #878787;
    color: White;
    border-radius: 5px;
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-image: none;
}

.willstrohl .search {
    padding-bottom: 20px
}

.willstrohl .msearch-toolbar .textbox {
    margin-top: 10px;
    border: #DDDDDD solid 1px;
    padding: 3px 25px 3px 3px;
    width: 150px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    webkit-border-radius: 4px;
}

.willstrohl .msearch-toolbar .search-button {
    background: url("Images/search.png") transparent no-repeat;
    border: none !important;
    text-indent: -999px;
    width: 20px;
    position: relative;
    margin-left: -20px;
}

.willstrohl .msearch-result {
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    -moz-border-radius: 8px;
    webkit-border-radius: 8px;
    padding: 12px;
    margin-bottom: 15px;
}

.willstrohl .msearch-result .ms-result .result {
    border-bottom: 1px solid #cccccc;
}

.willstrohl .msearch-result .close-button {
    background: url("Images/close.png") transparent no-repeat;
    border: none !important;
    text-indent: -999px;
    width: 30px;
    height: 32px;
    position: relative;
    float: right;
    top: -28px;
    right: -22px;
}

.willstrohl .msearch-result h3 {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #000000
}

.willstrohl .treeview .rtPlus, .willstrohl .treeview .rtMinus {
    background-image: url('Images/PlusMinus.png')
}

.willstrohl .treeview .rtChecked, .willstrohl .treeview .rtUnchecked, .willstrohl .treeview .rtIndeterminate {
    background-image: url('Images/TriState.png')
}

.willstrohl .treeview .rtHover .rtIn, .willstrohl .treeview .rtSelected .rtIn {
    border: none !important;
    padding: 4px 3px 3px;
    background: none;
    text-decoration: underline;
}

.willstrohl .treeview .rtSelected .rtLoadingBefore, .willstrohl .treeview .rtSelected .rtLoadingAfter, .willstrohl .treeview .rtSelected .rtLoadingBelow {
    color: #333
}

.willstrohl .treeview .rtLoadingIcon {
    background-image: url('Images/LoadingIcon.gif')
}

.willstrohl .treeview .rtLI .rtEdit .rtIn {
    border-color: #515151;
    background: #fff
}

.willstrohl .treeview .rtLines .rtLI, .willstrohl .treeview .rtLines .rtFirst .rtUL {
    background-image: url('Images/NodeSpan.png')
}

.willstrohl .treeview .rtLines .rtFirst, .willstrohl .treeview .rtLines .rtFirst .rtUL {
    background-image: url('Images/FirstNodeSpan.png')
}

.willstrohl .treeview .rtLines .rtLast, .willstrohl .treeview .rtLines .rtLast .rtUL {
    background-image: none
}

.willstrohl .treeview .rtLines .rtTop {
    background-image: url('Images/TopLine.png')
}

.willstrohl .treeview .rtLines .rtMid {
    background-image: url('Images/MiddleLine.png')
}

.willstrohl .treeview .rtLines .rtBot {
    background-image: url('Images/BottomLine.png')
}

.willstrohl .treeview .rtLines .rtLast .rtTop {
    background-image: url('Images/SingleLine.png')
}

.willstrohl .categories ul li, .willstrohl .archives ul li {
    list-style: none;
    margin: 2px 0;
    position: relative;
    padding-left: 18px;
    line-height: 24px;
    font-size: 14px;
}

.willstrohl .categories ul li a, .willstrohl .archives ul li a, .willstrohl .authors li a {
    color: #999;
    text-decoration: none;
    /* line-height: 15px; */
    margin-bottom: 4px;
    display: inline-block;
}

.willstrohl .authors li a {
    vertical-align: middle;
}

.willstrohl .categories ul li a:hover, .willstrohl .archives ul li a:hover, .willstrohl .authors li a:hover {
    color: #777;
}

.willstrohl .categories li a img[alt="rss"] {
    position: absolute;
    right: 4px;
    top: 8px;
}