/*[fmt]1A40-1A0A-34B*/
/*
Theme Name: Willamette Family Medical Center
Theme URI: http://synotac.com
Description: A custom theme developed by Synotac Web Design
Version: 1.0
Author: Synotac Web Design
Author URI: http://synotac.com/


style.css
Developer: Synotac Web Design
URI: http://www.synotac.com

CSS Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
/*remember to define focus styles!*/
:focus {
    outline: 0;
}
/*remember to highlight inserts somehow!*/
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
/*tables still need 'cellspacing="0"' in the markup*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*End CSS Reset
General
------------------------------------------------------------------
Selection background color*/
*::-moz-selection {
    background: #95C9C2 none repeat scroll 0 0;
    color: #FFF;
}
/*HTML and BODY*/
html, body {
}
html {
    height: 100%;
    margin-bottom: 1px;
    overflow-y: scroll;
}
body {
    background: #EBE8DA url(images/background_gradient.gif) repeat-x 0px 0px;
    font: 13px/22px Arial, "Lucida Grande", "Lucida Sans Unicode", "Microsoft YaHei", sans-serif;
    text-align: center;
    color: #232323;
}
/*Links*/
a {
}
a:link {
    color: #3F5C57;
}
a:visited {
    color: #645A44;
}
a:focus, a:hover, a:active {
    color: #76BBB2;
}
/*Headers*/
h1, h2, h3 {
}
h1 {
    font: normal 24px/22px Georgia, serif;
    color: #472A2B;
}
h2 {
    font: bold 18px/22px Arial, sans-serif;
    color: #472A2B;
}
h3 {
}
h4, h5, h6 {
}
h4 {
}
h5 {
}
h6 {
}
/*Text blocks, Content*/
address {
}
blockquote {
}
cite {
}
em {
    font-style: italic;
}
p {
    margin: 0 0 1em;
}
.entry p {
    margin: 0 0 22px;
}
pre {
}
small {
    font-size: 0.8em;
}
span {
}
strong {
    font-weight: bold;
}
/*Misc*/
abbr, acronym {
    border-bottom: 1px dashed #999;
    cursor: help;
}
del {
    color: #8B0000;
    text-decoration: line-through;
}
hr {
    display: none;
}
ins {
    color: #006400;
    text-decoration: none;
}
sub, sup {
    font-size: 0.7em;
}
sup {
    vertical-align: sub;
}
sup {
    vertical-align: super;
}
/*Tables*/
.entry table {
}
.entry caption {
}
.entry thead {
}
.entry tbody {
}
.entry tfoot {
}
.entry td#next {
}
.entry tr {
}
.entry tr.alt {
}
.entry th {
}
.entry td {
    vertical-align: top;
    text-align: left;
    padding: 5px 10px 5px 0px;
}
/*Froms*/
form {
}
fieldset {
}
legend {
}
label {
}
input {
    vertical-align: middle;
}
input.button {
}
input.primary-button {
}
input.secondary-button {
}
textarea {
}
select {
}
.checkboxes {
}
/*Lists*/
.entry ul, ol {
}
.entry ul {
}
.entry ol {
}
.entry li {
}
/*Defition Lists*/
.entry dl {
}
.entry dd {
}
.entry dt {
}
/*STRUCTURE
------------------------------------------------------------------
Use #bgwrap if centered column has drop shadow background that is centered*/
#wrap {
    margin: 0 auto;
/*centered*/
}
#header, #main, #footer {
    width: 900px;
    margin: 0 auto;
    text-align: left;
}
#header {
}
#main {
    background-color: #FFFFFF;
    margin-top: 14px;
    padding: 20px 20px 70px;
/*width = 900px - padding (20px + 20px = 40px) = 860px*/
    width: 860px;
}
#main-ds {
    height: 11px;
    width: 900px;
    margin: 0 auto;
    background: url(images/dropshadow_mainnav.png) no-repeat center bottom;
}
/*Sub page container / content / sidebar*/
#container {
    float: right;
/*left = sidebar on right; right = sidebar on left*/
    margin: 0 0px 0 -240px;
/*negative value margin (side of sidebar) width of sidebar*/
    width: 100%;
}
#content {
    margin: 0 0px 0 240px;
    overflow: hidden;
    padding: 10px 0 0 30px;
}
#sidebar {
    float: left;
    padding: 20px 0px 9px;
    width: 240px;
    background: #F1EFE3 url(images/dropshadow_subnav.gif) no-repeat center bottom;
}
div#footer {
}
/*HEADER
----------------------------------------------------------------*/
#accessibility {
    display: none;
}
#branding {
    width: 100%;
    position: relative;
}
#branding dt.logo a {
    display: block;
    left: 0px;
    top: 0px;
    width: 175px;
    height: 118px;
    background: url(images/logo.gif) no-repeat 0px 0px;
}
#branding dd.tel {
    position: absolute;
    top: 32px;
    right: 0px;
    text-align: right;
}
#branding dd.tel span.value {
    font: bold 22px Arial;
    color: #472A2B;
}
/*MENU
------------------------------------------------------------------*/
#nav {
    padding-bottom: 8px;
    background: url(images/dropshadow_mainnav.gif) no-repeat center bottom;
}
ul#menu {
    background-color: #3F5551;
}
#menu li {
    display: block;
    float: left;
}
#menu a {
    display: block;
    float: left;
    padding: 16px 16px 18px;
    font: 20px/20px Georgia, serif;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: 0px;
}
#menu a:hover, #menu li.current_page_item a, 
#menu li.current_page_ancestor a {
    background-color: #76BBB2;
}
#menu li.page-item-2 a {
    padding-left: 40px;
}
#menu li.page-item-10 a {
    padding-right: 40px;
}
/*SUB-PAGE SIDEBAR
--------------------------------------------------------------------*/
#sidebar ul.sb-list {
}
#sidebar ul.sub-links {
    padding: 0px 15px 30px 20px;
}
#sidebar ul.sub-links a {
    text-decoration: none;
    display: block;
    padding: 5px 0px;
    color: #3F5C57;
    font: 16px/18px Arial, sans-serif;
}
#sidebar ul.sub-links a small {
    font: 12px/18px Arial, sans-serif;
}
#sidebar ul.sub-links a:hover, 
#sidebar ul.sub-links li.current_page_item a, 
#sidebar ul.sub-links li.current_page_ancestor a {
    color: #5B2827 !important;
}
#sidebar ul.sub-links h2 a {
    font: bold 18px/30px Arial;
    padding: 0px;
}
#sidebar ul.sub-cta-list {
    margin-bottom: 40px;
    border-bottom: 1px solid #FFFFFF;
}
#sidebar ul.sub-cta-list li {
    display: block;
    border-top: 1px solid #FFFFFF;
}
#sidebar ul.sub-cta-list li a {
    display: block;
    background-color: #EDEBDF;
    padding: 10px 20px;
    text-decoration: none;
}
#sidebar ul.sub-cta-list li a:hover {
    background-color: #6FB7AD;
}
#sidebar ul.sub-cta-list li a span.cta-title {
    font: bold 14px/18px Arial, sans-serif;
    text-transform: uppercase;
    color: #472A2B;
}
#sidebar ul.sub-cta-list li a span.cta-desc {
    font: normal 14px/18px sans-serif;
    color: #3F5C57;
}
#sidebar ul.sub-cta-list li a:hover span.cta-desc {
    color: #FFFFFF;
}
/*FOOTER
------------------------------------------------------------------*/
#footer {
    font-size: 12px;
    color: #000000;
    padding-bottom: 40px;
}
#footer div.alignleft {
    padding-left: 20px;
}
#footer div.alignright {
    padding-right: 20px;
    text-align: right;
}
#footer h2 {
    font-size: 14px;
}
#footer p {
    margin-bottom: 0px;
}
ul#footer-links li {
    display: inline;
    margin-right: 20px;
}
ul#footer-links li a {
    text-transform: lowercase;
}
ul#footer-links {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*Individual Page Template Styles
-------------------------------------------------------------------*/
.page .post h1 {
    margin-bottom: 20px;
}
/*-- HOME
-----------
---- hero container / cta-buttons*/
#hero-container {
    border: 1px solid #E5D4AE;
    height: 258px;
    overflow: hidden;
}
#hero-container-ds {
    height: 8px;
    width: 100%;
    background: url(images/dropshadow_homeheader.gif) no-repeat center bottom;
}
.hero-left, .hero-center, .hero-right {
    float: left;
}
#welcome-text, .hero-left {
    width: 246px;
    padding: 13px 20px 19px 19px;
}
#welcome-text h1 {
    font: bold 18px/30px Arial, sans-serif;
}
#welcome-text p {
    font: normal 16px/30px Arial, sans-serif;
}
#welcome-text a {
    font: normal 13px/30px Arial, sans-serif;
}
#hero-image, .hero-center {
    width: 350px;
    padding: 0px;
    height: 258px;
    overflow: hidden;
}
#hero-image img, .hero-center img {
    width: 350px;
    height: 258px;
}
#cta-buttons, .hero-right {
    width: 223px;
}
#cta-list-home li {
    width: 223px;
}
#cta-list-home li a {
    display: block;
    text-decoration: none;
    padding: 16px 20px 0px;
}
#cta-list-home li.first a {
    height: 70px;
    border-bottom: 1px solid #8B8D4B;
}
#cta-list-home li.middle a {
    height: 68px;
}
#cta-list-home li.last a {
    border-top: 1px solid #8B8D4B;
    height: 70px;
}
#cta-list-home li a:hover {
    background-color: #75BBB1;
}
#cta-list-home li a:hover span.cta-desc {
    color: #FFFFFF;
}
#cta-list-home li a span.cta-title {
    font: bold 16px/20px Arial;
    color: #472A2B;
    text-transform: uppercase;
}
#cta-list-home li a span.cta-desc {
    font: normal 13px/18px Arial, sans-serif;
    color: #3F5C57;
}
/*---- cta boxes / 3 column*/
#cta-container {
    margin-top: 25px;
    background-color: #F4F4EE;
}
#cta-container-ds {
    height: 8px;
    width: 100%;
    background: url(images/dropshadow_home3col.gif) no-repeat center bottom;
}
#cta-container .col {
    float: left;
}
#cta-container .col .wrap {
    margin: 20px 0px;
    padding: 58px 20px 0px;
    height: 162px;
    overflow: hidden;
}
#cta-container .col2 .wrap {
    border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
}
#cta-container .col1 {
    background: url(images/icon_newsandpress.png) no-repeat 0px 0px;
    width: 387px;
}
ul#news-and-press-list li {
    margin-bottom: 1em;
}
#cta-container .col2 {
    background: url(images/icon_ourservices.png) no-repeat 0px 0px;
    width: 250px;
}
ul#services-list, ul#services-list li {
    list-style: disc;
}
ul#services-list {
    margin-left: 20px;
    margin-bottom: 1em;
}
#cta-container .col3 {
    /*[disabled]background:url(images/icon_language.gif) no-repeat 0px 0px;*/
    width: 222px;
}
#cta-container .col3 .wrap {
    padding-top: 18px;
    height: 197px;
}
div.spanish-button {
    display: block;
    width: 50%;
    height: 92px;
    margin: 0 auto 10px;
}
div.spanish-button a {
    display: block;
    width: 90px;
    height: 92px;
    background: url(images/icon_language_rollovers.png) no-repeat 0px 0px;
    float: right;
}
div.spanish-button a:hover {
    background-position: -90px 0px;
}
div.russian-button {
    display: block;
    width: 50%;
    height: 92px;
    margin: 0 auto;
}
div.russian-button a {
    display: block;
    width: 90px;
    height: 92px;
    background: url(images/icon_language_rollovers.png) no-repeat 0px -92px;
}
div.russian-button a:hover {
    background-position: -90px -92px;
}
/*News And Press
------------------------------------------------------------------*/
.post {
    margin-bottom: 50px;
}
.post small {
    color: #666;
    font-size: 10px;
    letter-spacing: 1px;
    display: block;
    margin-top: 2px;
    margin-bottom: 5px;
}
.page-id-63 .post h1 {
    margin-bottom: 20px;
}
.postmetadata a {
    display: block;
    background: #F0EEE2;
    border-bottom: 1px solid #DEDEDE;
    padding: 1px 7px;
}
.postmetadata a:hover {
    background: #F7F6F1;
    border-bottom: 1px solid #CCC;
}
/*CONTACT PAGE
--------------------------------------------------------------------*/
ul.sb-list li.get-in-touch-text {
    padding: 0px 20px;
}
ul.sb-list li.get-in-touch-text img.alignleft {
    margin-right: 7px;
    margin-bottom: -5px;
}
ul.sb-list li.get-in-touch-text div#more {
    display: none;
}
.cform {
    padding: 0 20px;
}
.cform fieldset legend {
    display: none;
}
.cform fieldset label {
    display: block;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 1px;
}
.cform fieldset ol li {
    margin-bottom: 10px;
}
.cform fieldset textarea, .cform fieldset .single {
    width: 191px;
}
.cform fieldset .cformselect {
    width: 197px;
}
.cform .single, .cform .cformselect, .cform .area {
    border: 1px solid #878C4B;
    padding: 2px;
}
.cform .cf_error {
    border: 2px solid #B61515;
}
.cform .single:focus, .cform .cformselect:focus, .cform .area:focus {
    border: 1px solid #46292A;
    background: #E8F1F0;
}
p.cf-sb {
    text-align: right;
}
p.cf-sb input#sendbutton {
    border: none;
    width: 103px;
    height: 45px;
    background: url(images/button_submit.gif) no-repeat 0px 0px;
    font-size: 1px;
    padding-top: 5px;
    color: #75BAB1;
    cursor: pointer;
    cursor: hand;
}
div.failure {
    display: block;
    margin: 0px 20px 10px;
    padding: 2px 4px;
    font-weight: bold;
    font-size: 11px;
    background: #F9DDDD;
    color: #620808;
    border: 1px solid #620808;
}
.cform fieldset .reqtxt, .cform fieldset .emailreqtxt, .linklove {
    display: none;
}
div.bottom-contact-area {
    clear: right;
    padding-top: 20px;
}
a.public-transportation {
    background: url(images/icon_ambulance.gif) no-repeat 0px 0px;
    padding: 8px 10px 1px 26px;
    line-height: 32px;
}
a.medical-transportation {
    background: url(images/icon_bus.gif) no-repeat 0px 0px;
    padding: 6px 10px 3px 26px;
}
/*Wordpress specific CSS
-------------------------------------------------------------------*/
.entry {
    color: #232323;
}
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.aligncenter img, .aligncenter p.wp-caption-text {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
img.alignleft {
    display: inline;
    margin: 0 20px 2px 0;
    padding: 4px;
}
img.alignright {
    display: inline;
    margin: 0 0 2px 20px;
    padding: 4px;
}
.entry div.alignleft {
    float: left;
    margin: 0 8px 7px 0;
}
/*Resizes the image to the maximum width of the content area*/
.entry img {
    max-width: 576px;
/*smooth image resizement in IE7+*/
    -ms-interpolation-mode: bicubic;
}
.wp-caption {
    background-color: #F0F0F0;
    border: 1px solid #E5E5E5;
    overflow: hidden;
    padding: 3px;
}
.wp-caption img {
    border: 0 none #000000;
    margin: 0;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
.more-link {
    background-color: #F4F8F9;
    border-bottom: 1px solid #E6F0F2;
    font-size: 11px;
    padding: 5px 6px 3px;
    text-shadow: 0 1px 0 #fff;
}
.more-link:hover {
    background-color: #E6F0F2;
    border-bottom-color: #B3CDD8;
    color: #000;
}
/*GENERIC CLASSES
------------------------------------------------------------------
Beautified ampersands*/
.amp {
    font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman";
    font-style: italic;
}
/*Emphasize your name in the About-Box*/
.smaller-caps {
    font-size: 110%;
    font-variant: small-caps;
}
.hidden {
    display: none;
}
.hidden {
    position: absolute;
    left: -9999em;
}
/*CLEARFIX
------------------------------------------------------------------*/
html .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
/*TINYMCE EDITOR
------------------------------------------------------------------*/
body#tinyMCE {
    text-align: left;
    font: 13px/22px Arial, sans-serif;
    width: 590px;
    padding: 20px;
    background: #FFFFFF;
}
body#tinyMCE ul, .entry ul {
    list-style-type: circle;
    padding: 0;
    margin-left: 30px;
    margin-bottom: 22px;
}
body#tinyMCE ul li, .entry ul li {
    padding: 0;
    line-height: 22px;
}
body#tinyMCE ol, .entry ol {
    list-style-type: decimal;
    padding: 0;
    margin-left: 26px;
    margin-bottom: 22px;
}
body#tinyMCE ol li, .entry ol li {
    padding: 0;
    line-height: 20px;
}
body#tinyMCE h1 {
    margin-bottom: 20px;
}
