/*
Theme Name: Wisconsin Medical Society 2012
Template: starkers
*/

@import "_css/reset.css";

body {
    background-color: #E8E8E8;
    color: #333333;
    /* font-family: 'Crimson Text',serif; */
    font-family: Arial, Helvetica, sans-erif; 
    font-size: 14px;
/*    line-height: 24px;*/
    line-height: 1.2em;
    min-width: 960px;
    font-weight: 400;
}

strong, b{
    font-weight: 700;
}

p, ul, ol, dd, pre {
    margin-bottom: 22px;
}

a:link, a:visited, .entry-title a:link, .entry-title a:visited {
    color: #005699;
    font-family: Arial,Helvetica,sans-serif;
}

/************** Header **************/

#header {
    background-color: #FFFFFF;
    height: 120px;
    padding-top: 20px;
    width: 100%;
    position: relative;
}

#header .container {
    height: 120px;
    margin: 0 auto;
    position: relative;
    width: 960px;
}

#branding {
    margin-left: 0;
    padding: 0;
    width: 268px;
}

#blog-title a {
    background: url("_images/logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 79px;
    text-indent: -999em;
    width: 268px;
}


/********************** - Top Menu - *******************/

#access {
    border-bottom: medium none;
    height: auto;
    padding-right: 20px;
    position: absolute;
    right: 0;
    bottom: 31px;
    width: 680px;
    font-size: 13px;
    overflow: visible;
    z-index: 100;
}

.skip-link {
    display: none;
}

div.menu {
    width: 100%;
    margin: 0 auto;
}

ul#menu-gecka-main-menu{
    border-right: medium none;
    float: right;
    line-height: 1;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

ul#menu-gecka-main-menu li {
    float: left;
    position: relative;
}

ul#menu-gecka-main-menu li a {
    font-size: 14px;
    padding: 9px 13px 30px;
    color: #005699;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-decoration: none;
}

ul#menu-gecka-main-menu li a:hover{
    color: #000000;
}

ul#menu-gecka-main-menu li.current_page_item > a,
ul#menu-gecka-main-menu li.current-page-ancestor > a
 {
    background: url("/wp-content/themes/wimedsoc/_images/nav-on.png") no-repeat scroll center bottom transparent;
    color: #000000;
}

/******************** - End Top Menu - ***************/

/****************** - Utility Menu - ****************/

#utility {
    font-family: Arial,Helvetica,sans-serif;
    margin-right: 20px;
    margin-top: 15px;
    position: absolute;
    right: 0;
    top: 0;
    width: 645px;
}

#utility #searchform {
    float: right;
}

#utility ul {
    float: right;
    margin: 5px 15px 0 0;
    font-size: 14px;
}

#utility ul li {
    display: inline;
    list-style-type: none;
}

#utility ul li a {
    font-size: 14px;
    padding: 0 0 0 10px;
    text-decoration: none;
}

#utility #s, #content #error404-s, #aside #s {
    background: url("/wp-content/themes/wimedsoc/_images/search-icon.png") no-repeat scroll 5px 50% #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding: 8px 0 8px 35px;
}

#utility #searchsubmit, #content #error404-searchsubmit {
    background-color: #7EAD00;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 8px 10px;
    text-transform: uppercase;
}

#utility #searchsubmit:hover, #content #error404-searchsubmit:hover {
    background-color:#005699;
}

#utility ul li a:hover {
    text-decoration:underline;
}

/******************* - End Utility Menu - *****************/

/******************* - Blue Bar - *********************/

#bluebar {
    background-color: #005699;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding: 25px 0;
}

#bluebar .container {
    margin: 0 auto;
    width: 960px;
}

.mission-statement { text-align:center;}

#bluebar h2 {
    color: #FFFFFF;
    font-size: 18px;
}

#bluebar h2 span {
    display: block;
}

#bluebar p {
    margin: 0;
}

/***************** - End Blue Bar - *******************/

/******************** End Header *************/

/************** Page Content ****************/

h1, h2, h3, h4, h5, h6 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:0;
    padding:0;
}

h1 {
    font-size: 22px;
}

h1.entry-title {
    color:#78a400;
    font-weight: normal;
    border-bottom: 3px solid #e8e8e8;
    padding-bottom: 14px;
}

h2 {
    font-size: 20px;
}
h2.entry-title {
    color: #78a400;
    font-weight: normal;
}

h3 {
    font-size: 18px;
}

h3.entry-title {
    color: #78a400;
    font-weight: normal;
}

.entry-title{
    line-height: 26px;
	margin-bottom: 1em;
}

.entry-title a {
    color: #000000;
    text-decoration: none;
}

a.read_more {
    font-size: 14px;
}

ul {
    /* list-style-position: inside; */
    margin: 0;
    padding: 0;
}

.error {
    color: #C33;
}

#main {
    background-color: #FFFFFF;
    margin: 0 auto;
    margin-bottom: 50px; 
    padding-bottom: 50px;
    padding-top: 25px;
    width: 980px;
    clear: both;
    overflow: hidden;
    position: relative;
}

#container {
    margin-left: 20px;
    width: auto;
}
#container {
    float: left;
}

#firstcolumn {
    float: left;
    margin-right: 20px;
    width: 218px;
}

.left_homepage_widget, 
.left_column_widget {
    margin-bottom: 10px;
}

#firstcolumn .widget-title,
#firstcolumn .widget-container h3,
#home-aside .widget-title {
    background: -moz-linear-gradient(center top , #82B200 2%, #739E00 99%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(top,  hsla(76,100%,35%,1) 2%, hsla(76,100%,31%,1) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,hsla(76,100%,35%,1)), color-stop(99%,hsla(76,100%,31%,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  hsla(76,100%,35%,1) 2%,hsla(76,100%,31%,1) 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  hsla(76,100%,35%,1) 2%,hsla(76,100%,31%,1) 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  hsla(76,100%,35%,1) 2%,hsla(76,100%,31%,1) 99%); /* IE10+ */
    background: linear-gradient(top,  hsla(76,100%,35%,1) 2%,hsla(76,100%,31%,1) 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81b100', endColorstr='#749f00',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
    line-height: 24px;
}

.left-column-widget li a, .right-column-widget li a {
    border-bottom: 1px solid #CCCCCC;
    display: block;
    padding: 6px 10px;
    text-decoration: none;
}

.left-column-widget ul ul ul li a, .right-column-widget ul ul ul li a{
    padding-left: 22px;
}

.left-column-widget ul ul ul ul li a, .right-column-widget ul ul ul ul li a {
    padding-left: 40px;
}

.left-column-widget a:hover, .right-column-widget a:hover {
    background-color:#e5e5e5;
}

#aside #s{
    width: 175px;
}

#aside h3,
#firstcolumn h3,
#home-aside h3 {
    font-size: 13px;
}

#aside h3,
#home-aside h3 {
    font-style: italic;
}

#aside h3{
    line-height: 22px;
    margin-bottom: 6px;
}

#aside a img{
    text-align: center;
    padding: 10px 0 0 0;
}

#aside p, #aside ul, #aside blockquote{
    padding:  8px;
}

#aside .widget-container h3 {
    border-bottom: 1px dotted #CCCCCC;
    color: #757575;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    margin-bottom: 4px;
    padding: 3px 0 3px 3px;
}

blockquote{
    font-style: italic;
}

#aside blockquote p{
    margin-bottom: 0;
    padding: 0;
}

#aside .quote {
    padding: 5px;
}

#aside .quote p {
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 10px;
    padding-bottom: 3px;
}

#aside .quote p:last-child {
    margin-bottom: 0;
}

#aside ul ul li{
    /* background: url("/wp-content/themes/wimedsoc/images/arrow.gif") no-repeat scroll 3px 8px transparent;
    list-style-position: inside; */
    border-bottom: medium none;
    padding-left: 15px;
}

#aside ul ul li a {
    border-bottom: 1px dotted #CCCCCC;
    display: block;
    padding: 6px 10px;
    text-decoration: none;
}

/**
 * Red headline color removed.
 *

#aside .current_page_item a,
#aside a:hover,
#home-aside a:hover,
ul.news_list li a:hover,
#utility ul li a:hover,
#utility ul li.current_page_item a{
    color: #FF4B33;
}
*/

#firstcolumn ul li, 
#home-aside ul {
    background-color: #F4F4F4;
    text-transform: uppercase;
}

#firstcolumn ul.sub-menu li,
#firstcolumn ul.children li {
    text-transform: none;
}

#aside ul, 
#aside li, 
.left_column_widget ul, 
.left_column_widget li, 
.left_homepage_widget ul, 
.left_homepage_widget li, 
#footer ul, #footer li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


#aside li, #firstcolumn li, #home-aside li {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
}

#firstcolumn li.widget-container{
    margin-bottom: 10px;
}

#firstcolumn div.textwidget{
    background-color: #ffffff;
    color: #333333;
/*    font-family: 'Crimson Text',serif;*/
    font-size: 12px;
}


#aside ul, #aside li, .left_column_widget ul, .left_column_widget li, .left_homepage_widget ul, .left_homepage_widget li, #footer ul, #footer li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#content {
    float: left;
/*    font-family: 'Crimson Text';*/
    margin-right: 15px;
    width: 465px;
    padding:  0;
    overflow:  hidden;
}

#content.two-column {
    width: 685px;
    margin-right: 0;
}

#content.one-column {
    width: 940px;
    margin-right: 20px;
    margin-left: 20px;
}


.hentry {
    padding: 0 0 22px;
}

#content.two-column .hentry  {
    padding-right: 0;
}

h1.entry-title {
    border-bottom: 3px solid #E8E8E8;
    color: #78A400;
    font-size: 26px;
    font-weight: normal;
    padding-bottom: 14px;
    font-family: Arial,sans-serif;
    line-height: 1.2em;
}

.entry-content h2, .entry-content h3 {
    margin: 0 0 0.5em;
    padding: 0;
    line-height: 1.25em;
}

.entry-content {
    padding: 0;
}

.entry-content ul{
    list-style: disc outside none;
}

.entry-content ol{
    list-style-type: decimal;
}

.entry-content ul, .entry-content li {
    margin: 0 0 0.5em 0.75em;
    padding: 0;
}

.entry-content ol{
    margin: 0 0 18px 2.5em;
}

.entry-content a:link {
    font-family: Arial,Helvetica,sans-serif;
/*    font-size: 14px;*/
}

.entry-meta {
    border-bottom: 1px dotted #CCCCCC;
    color: #666666;
    font-size: 17px;
    padding-bottom: 2px;
}

table.wms-forms{
    padding: 0;
}

table.wms-forms td{
    padding: 3px;
}

.required {
    color: #C33;
}

.eventlist li {
    margin-bottom: .5em;
}

/*
 * Custom Search results formatting
 */

.search-results {
    font-size: 14px;
    line-height: 18px;
}

.search-results thead a {
    text-decoration: none;
}

.search-results tbody td div {
    padding: 6px 0;
}


/********************
- Web Service Forms - 
*********************/

#physician-search tbody th {
    font-weight: normal;
    text-align: right;
}

p.note {
    font-size: 12px;
    line-height: 14px;
    margin: 0.5em 0 0.5em;
}






/************** - Right Sidebar - *****************/

#aside {
/*     background-color: #F4F4F4; */
    float: left;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 0 10px 10px;
    width: 215px;
    color: #666666;
}


#aside #s{
    padding: 4px 0 4px 35px;
    margin-bottom: 5px;

    margin: 10px 0 5px 0;
    width: 175px;
}

#aside .widget-title {
    border-bottom: 1px dotted #CCCCCC;
    color: #757575;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    margin-bottom: 4px;
    padding: 3px 0 3px 3px;
}

#aside form, #aside table {
    margin-bottom: 22px;
}

.right-sidebar-area {
    background-color: #F4F4F4;
}

#aside li.widget-container {
    margin-bottom: 1.5em;
}
/*************** - End Right Sidebar - ***************/






/*************** - Bottom Sidebar - ***************/

#bottom-nav {
    background-color: #BEC7CE;
    padding: 2em 0;
    overflow: hidden;
}

#bottom-nav .bottom-nav {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#bottom-nav .bottom-menu,
#bottom-nav .bottom-nav li  {
    font-size: 12px;
    font-weight: bold;
    float: left;
}

#bottom-nav .bottom-menu li.widget_wms_menus_widget,
#menu-bottom-menu li {
    width: 185px;
    margin-right: 5px;
    padding-left: 5px;
}
#bottom-nav .bottom-menu li h3 {
    color: #005699;
    font-size: 12px;
}

#bottom-nav .bottom-menu .widget_wms_menus_widget ul li,
#menu-bottom-menu li ul li {
    width: auto;
    margin-right: auto;
}
#bottom-nav .bottom-menu .widget_wms_menus_widget a,
#menu-bottom-menu li a {
    text-decoration: none;
}

#bottom-nav .bottom-menu .page_item,
#bottom-nav .bottom-nav .sub-menu li  {
    font-weight: normal;
    float: none;
    line-height: 1.25em;
    margin-bottom: 7px;
}

#bottom-nav .bottom-menu ul {
    padding-left: 5px;
}


#bottom-nav .bottom-menu ul,
#bottom-nav .bottom-nav .sub-menu  {
    margin-bottom: 1.5em;
}

#bottom-nav .bottom-menu .page_item a,
#bottom-nav .bottom-nav .sub-menu a {
    color: #767D83;
}

/*************** - End Bottom Sidebar - ***************/






/******************** End Page Content ************/

/******************** Homepage *******************/

.home .entry-content {
    padding-top: 0;
}

#home-aside {
    float: left;
    margin-bottom: 10px;
    margin-left: 0;
    width: 218px;
}

#slider {
    background: none repeat scroll 0 0 #E2EAF0;
    margin-bottom: 40px;
    padding: 10px 10px 20px;
}

#slider img {
    width:320px; height:256px; float:left; margin:20px; -webkit-box-shadow: 0px 0px 5px 2px #ccc;
    -moz-box-shadow: 0px 0px 5px 2px #ccc;
    box-shadow: 0px 0px 5px 2px #ccc;
}

.rounded {
    border-radius: 5px 5px 5px 5px;
}

.listic_slideri a img {
    margin-right:20px !important;
}

img.listic_slider_thumbnail {
    margin-bottom:15px !important;
}

.listic_slider h2 a {
    color:#81B100;
}

.home #content{
    width: 703px;
}

div.one_half {
    float: left;
    width: 48%;
}

div.one_half_last {
    float: right;
    width: 48%;
}

h1.list_title {
    border-bottom: 2px solid #DEDEDE;
    color: #7EAD00;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.right-column-widget ul{
    margin-bottom: 40px;
}

ul.news_list li{
    line-height: 1em;
}

ul.news_list li a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

ul.news_list li p{
    font-size: 13px;
    margin: 3px 0 12px 0;
    line-height: 1em;
    color: #666666;
}

/******************** End Homepage ************/

/****************** Footer *****************/

#copyright {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    padding: 10px 0 20px;
    text-align: center;
}

/****************** End Footer *******************/

@media print {
    #header,
    #bluebar,
    #container,
    #aside,
    #bottom-nav,
    #footer {
        display: none;
    }
    #content {
        width: 100%;
    }
}