/* Make the image use the full width at lower resolutions: */  
article > div[property="image"],  
article > div[property="image"] img {  
width: 100%;  
}  

/* Float the image to the left at higher resolutions: */  
@media(min-width: 960px) {  
    article > div[property="image"] {  
    margin: 10px 20px 0 0;  
    float: left;  
    max-width: 100%;  
    width: 40%;  
    }  
}


.clr {
	clear: both;
}

.wk-button {
    background-color: #0F295A;
    color: #ffffff;
    border-radius: 5px;
    padding: 0 20px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
}

.intro-image {
    margin-right: 15px;
    float: left;
}

.article-intro h2 a:hover {
    color: #bf9064;
}


.left {
    float: left;
}
.right {
    float: right;
}



.figure {
    background: url("/images/chakras/icons/chakras_figure.gif") no-repeat;
    float: left;
    padding-top: 7px;
    height: 940px;
    width: 420px;
}

.chakras {
    border-top: 1px solid #cac3bb;
    border-bottom: 1px solid #cac3bb;
    padding: 20px 0px;
    margin-bottom: 20px;
}

.chakra-menu-container {
    border-bottom: 1px solid #cac3bb;
    float: right; 
    padding: 2px 0px;
}

.chakra-menu {
    float: right;
    width: 100%;  
}

.chakra-inner {
    font-size: 15px;
    float: right;
    min-height: 115px;
    position: relative;
    padding: 0px 0px 0px 120px;
    width: 200px;
}

.chakra-inner h2 {
    padding: 10px 0px 0px 0px;
}

.chakra-menu a {
    color: #0F295A;  
    font-size: 20px;
    text-decoration: none;
}

.chakra-menu a:hover {
    color: #b4895d;
}

.chakra-figure-title {
    padding-left: 178px;
}

.chakra-figure-title a {
    color: #9c9690;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    padding-left: 80px;
    text-decoration: none;
}

.chakra-figure-title a:hover {
    color: #600000;
}

.active-chakra a {
    color: #600000;
}

.chakra-menu span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.chakra-menu:hover, .chakra-menu-container .active-chakra {
   background: url("/images/chakras/icons/chakra-menu-bgd.png") repeat-x #f2f2f0;
}

.chakra-menu .chakra0 {
    background: url("/images/chakras/icons/thumb_sahasrara.png") no-repeat 0px 3px;
}

.chakra-menu .chakra1 {
    background: url("/images/chakras/icons/thumb_bindu.png") no-repeat 0px 3px;
}

.chakra-menu .chakra2 {
    background: url("/images/chakras/icons/thumb_agya.png") no-repeat 0px 3px;
}

.chakra-menu .chakra3 {
    background: url("/images/chakras/icons/thumb_vishudhi.png") no-repeat 0px 3px;
}

.chakra-menu .chakra4 {
    background: url("/images/chakras/icons/thumb_anahata.png") no-repeat 0px 3px;
}

.chakra-menu .chakra5 {
    background: url("/images/chakras/icons/thumb_manipura.png") no-repeat 0px 3px;
}

.chakra-menu .chakra6 {
    background: url("/images/chakras/icons/thumb_svadisthana.png") no-repeat 0px 3px;
}

.chakra-menu .chakra7 {
    background: url("/images/chakras/icons/thumb_muladhara.png") no-repeat 0px 3px;
}

.chakras-container {
    float: right;
   /* width: 457px;*/
}

.figure .sahasrara.active-chakra a, .figure .sahasrara a:hover {
    background: url("/images/chakras/icons/chakras_sahasrara.png") no-repeat;
}

.figure .bindu.active-chakra a, .figure .bindu a:hover {
    background: url("/images/chakras/icons/chakras_bindu.png") no-repeat;
}

.figure .agya.active-chakra a, .figure .agya a:hover {
    background: url("/images/chakras/icons/chakras_agya.png") no-repeat;
}

.figure .vishuddhi.active-chakra a, .figure .vishuddhi a:hover {
    background: url("/images/chakras/icons/chakras_vishudhi.png") no-repeat;
}

.figure .anahata.active-chakra a, .figure .anahata a:hover {
    background: url("/images/chakras/icons/chakras_anahata.png") no-repeat;
}

.figure .manipura.active-chakra a, .figure .manipura a:hover {
    background: url("/images/chakras/icons/chakras_manipura.png") no-repeat;
}

.figure .svadhishthana.active-chakra a, .figure .svadhishthana a:hover {
    background: url("/images/chakras/icons/chakras_svadisthana.png") no-repeat;
}

.figure .muladhara.active-chakra a, .figure .muladhara a:hover {
    background: url("/images/chakras/icons/chakras_muladhara.png") no-repeat;
}

.figure a {
    display: block;
    height: 24px;
}

.figure .sahasrara {
    height: 34px;
}

#footer-figure .sahasrara {
    height: 27px;
}

.figure .bindu {
    height: 35px;
}

#footer-figure .bindu {
    height: 28px;
}

.figure .agya {
    height: 146px;
}

#footer-figure .agya {
    height: 95px;
}

.figure .vishuddhi {
    height: 117px;
}

#footer-figure .vishuddhi {
    height: 92px;
}

.figure .anahata {
    height: 146px;
}

#footer-figure .anahata {
    height: 115px;
}

.figure .manipura {
    height: 153px;
}

#footer-figure .manipura {
    height: 46px;
}

.figure .svadhishthana {
    height: 46px;
}

#footer-figure .svadhishthana {
    height: 46px;
}
.figure .active-chakra {
    background: none;
}

