
/* Demonstration of a WYMeditor style
p.pull-quote {
    float: right;
    padding: 20px;
    font-size: 150%;
    font-weight: bold;
    width: 25%;
}
*/

/* Basic page layout */
html, body {
    text-align: center;
    font-family: "Arial", "Helvetica", sans-serif;
}

body {
    background: #d1e3ed url(/images/cache/images-util-corners-6e9b32955bff193bf4229375695ace4f.png) repeat-x;
    text-align: left;
    padding: 0;
    /* If you're using fancybox and it won't center, use    */
    /* position: static;                                    */
    /* Beware that this can introduce IE6 problems          */
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    font-family: "Arial", "Helvetica", sans-serif;
}

h1 { font-size: 175%; margin: 0; padding: 0 0 0.714285714286em 0; }
h2 { font-size: 150%; margin: 0 0 0.833333333333em 0; }
h3 { font-size: 130%; margin: 0 0 0.961538461538em 0; }
h4 { font-size: 115%; margin: 0 0 1.08695652174em 0; }
h5 { font-size: 105%; margin: 0 0 1.19047619048em 0; }
h6 { font-size: 100%; margin: 0 0 1.25em 0; }

h1 {
    font-size: 222.222%;
    font-weight: normal;
    color: #003366;
}

h3 {
    font-size: 120%;
    color: #5490a7;
}

a {
    color: #548dff;
}

legend {
    color: black;
}

#header {
    color: white;
}

#logo {
    width: 287px;
    margin: 40px auto 25px;
    font-size: 300%;
    color: white;
    display: block;
    text-decoration: none;
    line-height: 50px;
    position: relative;
}

div.round_top {
    clear: left;
    padding-top: 16px;
    background: url(/images/cache/images-util-corners-3a559cdfc8c1e262cf3be1292fb88620.png) no-repeat center top;
}

div.round_mid {
    background: url(/images/cache/images-util-corners-15a4dadbdbdb4924da96d88ad7cbd818.png) repeat-y center top;
}

div.round_bot {
    padding-bottom: 16px;
    background: url(/images/cache/images-util-corners-8485bd8d42f8df33ef270c135b0a3544.png) no-repeat center bottom;
}

div.main {
    width: 960px;
    margin: 0 auto;
}

#content,
.content {
    width: 640px;
    margin: 19px 0 0 30px;
    display: inline; /* IE6 fix */
    float: left;
    font-size: 90%;
}

.content {
    width: 900px;
}

#sidebar {
    display: inline;
    float: right;
    width: 230px;
    margin: 19px 30px 0 0;
    font-size: 75%;
    padding-top: 62px;
}

#sidebar .button {
    display: block;
    width: 110px;
    height: 25px;
    line-height: 25px;
    color: white;
    text-decoration: none;
    text-align: center;
    background: transparent url(/images/cache/images-util-corners-a3e3f45b0db7680f3ca5b986268964f0.png) no-repeat;
    font-weight: bold;
    font-size: 110%;
}

#sidebar a.button:hover {
    color: white;
}

body.home #sidebar {
    padding-top: 97px;
}

.sidebar_item {
    width: 210px;
    float: left;
    padding: 0 16px 6px;
    margin: 0 -6px 5px -6px;
    background: transparent url(/images/cache/images-util-corners-0c2ed01693d1c829c7c34576a4937471.png) no-repeat scroll left bottom;
    position: relative;
}

.sidebar_item h2 {
    background: transparent url(/images/cache/images-util-corners-976f32a325ea3110a1e66150b4bff990.png) no-repeat scroll left top;
    color: white;
    padding: 8px 16px 2px;
    margin: 0 -16px 11px;
    font-weight: normal;
}

#sidebar p, #sidebar ul, #sidebar ol,
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6,
#sidebar .newsIndex li, #sidebar ul.rssFeed li {
    margin-bottom: 11px;
}

#sidebar a {
    color: #003366;
}

#sidebar a:hover {
    color: black;
}

#sidebar h2 a, #sidebar h2 a:hover {
    color: white;
    text-decoration: none;
}

#sidebar .newsIndex ul, #sidebar ul.rssFeed {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#sidebar .newsIndex .date, #sidebar .rssFeed .date {
    font-weight: bold;
}

#sidebar .newsIndex a, #sidebar .rssFeed a {
    text-decoration: none;
}

body.contact #content {
    width: 900px;
}

body.contact #sidebar {
    display: none;
}

/* Menu styles */
div#menubar {
    text-align: center;
    background: url(/images/theme-dentalpro/bgTopNav.png) no-repeat center top;
    line-height: 20px;
    font-size: 80%;
}

ul.menu {
    display: inline-block;
    margin: 0 0 11px;
    padding: 0;
    list-style: none;
    font-size: 75%;
}

ul.menu li {
    display: inline; /* IE6 fix */
    float: left;
    margin: 0;
    padding: 0;
}

ul.menu li a {
    padding: 2px 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
}

ul.menu li a.active,
ul.menu li a:hover {
    background: url(/images/theme-dentalpro/nav-arrow.png) no-repeat center top;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 75%;
    text-align: center;
    padding: 1.25em 0;
    color: #223866;
}

#footer a {
    color: #223866;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footTextlinks a {
    padding: 0 10px;
}

#footTextlinks a.first {
    padding-left: 0;
}

#copyright { margin-bottom: 0; }
#developerNotice { margin-top: 0; }

/* Social media icons */
#share {
    height: 16px;
    margin-bottom: 2px;
    text-align: center;
}

#share a {
    line-height: 16px;
    height: 16px;
    padding: 0 5px 0 18px;
    background: transparent url(/images/util/social-icons/16x16.png) no-repeat;
    text-decoration: none;
}

#share a.bookmark    { background-position: 0    0px; }
#share a.delicious   { background-position: 0  -20px; }
#share a.digg        { background-position: 0  -40px; }
#share a.email       { background-position: 0  -60px; }
#share a.facebook    { background-position: 0  -80px; padding-right: 0; margin-right: -20px; }
#share a.flickr      { background-position: 0 -100px; }
#share a.google      { background-position: 0 -120px; }
#share a.itunes      { background-position: 0 -140px; }
#share a.linkedin    { background-position: 0 -160px; }
#share a.myspace     { background-position: 0 -180px; }
#share a.reddit      { background-position: 0 -200px; }
#share a.rss         { background-position: 0 -220px; }
#share a.sharethis   { background-position: 0 -240px; }
#share a.twitter     { background-position: 0 -260px; }
#share a.youtube     { background-position: 0 -280px; }
#share a.print       { background-position: 0 -300px; }

#share .stbuttontext {
    line-height: 16px !important;
}

.stButton {
    margin: 0 !important;
}

.stButton .chicklets {
    display: block;
    font-family: "Arial", "Helvetica", sans-serif !important;
    font-size: 100% !important;
    line-height: 16px !important;
    padding-left: 18px !important;
    padding-right: 5px !important;
}

#share .stico_default, .stButton .chicklets {
    display: inline !important;
    background: transparent url(/images/util/social-icons/16x16.png) no-repeat scroll 0 -240px !important;
    color: #548dff;
}

/* Home Page */
body.home h1.contentopen {
    display: none;
}

body.home .columns-2 #first_column {
    width: 320px;
}

body.home .columns-2 #chunk2 {
    width: 300px;
}

body.home div#chunk0 div.floatLeft {
    width: 320px !important;
}

/* Bottom bar */
div.main2 h2 {
    font-size: 120%;
}

div.main2 #chunk10, div.main2 #chunk11, div.main2 #chunk12 {
    display: inline; /* IE6 margin fix */
    float: left;
    overflow: hidden;
    width: 286.666px;
    margin-left: 20px;
}

div.main2 #chunk10 {
    margin-left: 0;
}

/* Other */
ul.detailedIndex div.image {
    width: 120px;
}

ul.detailedIndex div.description {
    width: 500px;
}


