/*  
Theme Name: Ahimsa
Theme URI: http://ahren.org/code/ahimsa
Description: Ahimsa -- customisable collapsible sidebars...
Version: 3.3
Author: Ravi Sarma
Author URI: http://ahren.org/code/
Tags: one-column, two-columns, three-columns, flexible-width, left-sidebar, right-sidebar, theme-options, threaded-comments, orange, red, white, yellow, custom-colors, translation-ready
*/
BODY {margin: 0px; padding: 0px; height: 100%; width: 100%; border-style: none; background-color: white /*#6f900d*/; font-size: medium; font-family: Futura, Helvetica, Arial;}

A
{
    color: #772200;
    text-decoration: none;
}

A:hover
{
    text-decoration: none;
}

IMG
{
    border: none 0px;
}

BLOCKQUOTE
{
    background-image: URL('images/quote.gif');
    background-position: 0px 1px;
    background-repeat: no-repeat;
    background-color: #f0f0aa;
    color: #333355;
    margin: 15px 25px 15px 25px;
    padding: 20px 20px 10px 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

/* hack to get fieldset background and legend position working right in IE */
fieldset
{
    position: relative;
    margin: 0 0 1em 0;
}

fieldset legend
{
    /*position: absolute;*/
    top: -15px;
    left: 3%;
}

#bgtop
{
    z-index: -1;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 50%;
    margin: 0;
    padding: 0;
    /*background-color: #333333;
    border-bottom: 6px solid #cccccc;/*
    /* for IE */
    _position:absolute;
    _top:expression(eval(document.body.scrollTop));

}

#container
{
    /*width: 100%;*/
    padding: 0px;
    margin: 0px;
    border-style: none;
}

#main
{
    margin: 50px 30px 10px 10px;
    max-width: 1218px; width:auto !important; width: 1218px;
    width: 90%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.sidetabs
{
}

.entry_author_image {float: right; clear: right; margin: 13px 10px 7px}
.entry_author_image img {border: 1px solid rgb(150,150,150); width: 100px; cursor: pointer;}


#header { /*background-color: #B791A0;*/ background-color: #FFFF00; color: #ffffff; margin: 0; border-radius-topleft: 30px; border-radius-topright: 30px; -webkit-border-top-right-radius: 30px; -webkit-border-top-left-radius: 30px; -moz-border-radius-topleft: 30px; -moz-border-radius-topright: 30px;}

#header table
{
    color: #ffffff;
    width: 100%;
}

#header #title
{
    height: 20px;
    font-size:  24pt;
    font-family: "Trebuchet MS", "Gill Sans", Skia, "Century Gothic";
    padding-right: 15px;
    border-right: 2px solid #ffdd00;
}

#header #description
{
    padding-right: 45px;
    width: 100%;
}

#header a
{
    color: #ffffff;
    /*display: block;
    width: 247px;*/
}

#header #search
{
    vertical-align: middle;
    text-align: right;
    padding-right: 20px;
    width: 100px
}

#header h2 {margin: -23px 0 0px; color: #cfcfcf; font:bold 30px/35px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; text-align: center; position: relative; text-shadow: 1px 1px 6px black; width: 96%; zoom: 1 !important; max-width: 1218px; width:auto !important; width: 1218px; z-index: 100;}
#header .note {color: #000060; font:bold 13px/13px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; text-align: center; zoom: 1 !important;}
#header .counter {color: #000060; font:bold 16px/22px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; position: absolute; margin: 0px 0px 0px 14px;top: 60px;text-shadow: 2px 2px 3px rgb(200,200,200);  zoom: 1 !important;}
.number {font-size: 24px; line-height: 28px;}

#searchform INPUT
{
    background-image: URL('images/search.gif');;
    background-position: 3% 50%;
    background-repeat: no-repeat;
    border: 0px solid #aaaaaa;
    margin: 2px 44px;
    background-color: #dddddd;
    padding-left: 18px;
    font-size: 8pt;
    height: 15px;
}
#searchform {padding: 0; margin: 0; display: block;}
#recent
{
    margin: 0px 0px 30px 0px;
    padding: 10px 5px;
    color: #ffffff;
    background-color: #777777;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#recentheader
{
    padding: 5px 10px;
    font-size: large;
    font-family: "Trebuchet MS", "Gill Sans", Skia, "Century Gothic";
}

#recentmore
{
    float: right;
    font-size: small;
    background-color: #b70100;
    cursor: pointer;
}

#recentclose
{
    background-color: #b70100;
    color: #ffffff;
    float: left;
    clear: left;
    padding: 1px 3px 3px 3px;
    font-family: Verdana;
    font-size: xx-small;
    font-weight: bold;
    /* border: 1px solid #ffffff; */
    margin-right: 8px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#recentlist
{
    margin: 10px;
}

#recentlist ul
{
    margin: 0px 0px 0px -20px;
}

#recentlist ul li
{
    list-style-type: none;
    color: #ffffff;
    border-top: 1px solid #cccccc;
    padding: 2px 5px;
    font-size: small;
}

#recentlist ul li:last-child
{
    border-bottom: solid 1px #cccccc;
}

#recentlist a, #recentlist a:hover
{
    text-decoration: none;
    color: #ffffff;
}

#sidebartab
{
    width: 20px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
    padding: 7px 0px;
    font-size: smaller;
    background-color: #111111;
    color: #cccccc;
    cursor: pointer;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-topleft: 8px;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

#tdsidebar,
#sidebar {background-color: #00FF00/*#ff9f06*/; overflow: hidden; border-radius-bottomleft: 30px; -webkit-border-bottom-left-radius: 30px;
-moz-border-radius-bottomleft: 30px;}

#sidebar
{
    color: #111111;
    padding: 10px;
    padding-top: 15px;
    height: 100%;
    width: 270px;
    overflow: hidden;
}

#sidebar fieldset.sidebarlist {font-size: small; border: none; padding: 0px; margin: 17px 3px 37px; padding: 5px; background-color: white /*#ffdd99*/; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;}

#sidebar legend
{
    font-family: "Trebuchet MS", Verdana, Helvetica;
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff;
    background-color: #846d21;
    padding: 3px 9px;
    margin: 0 0 5px 5px;

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#sidebar legend {*margin-bottom: 15px;_margin-bottom: 15px;}
#sidebar .sidebarlist ul, #postaction ul
{
    margin: 0px;
    padding: 0px;
}

#sidebar .sidebarlist li, #postaction li {border: none; border-top: 1px solid lightPink; padding-top: 4px; padding-bottom: 4px; margin: 0px 2px 0 7px; list-style-type: none;}
#sidebar .sidebarlist li:first-child, #postaction li:first-child
{
    border: none;
}


#sidebar #calendar_wrap
{
    width: 90%;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10px;
}

#sidebar #wp-calendar
{
    margin-left: auto;
    margin-right: auto;
    border-spacing: 0px;
}

#sidebar #wp-calendar caption
{
    margin-bottom: 5px;
    letter-spacing: 0.1em;
    color: #222222;
}

#sidebar #wp-calendar thead th
{
    padding: 3px 5px;
    color: #ffffff;
    background-color: #ff9f06;
}

#sidebar #wp-calendar tbody td
{
    color: #a08050;
    padding: 2px 3px;
    border-width: 0px;
    border-style: none;
}

#sidebar #wp-calendar tfoot td.pad
{
    background-color: #ff9f06;
}

#sidebar #wp-calendar tfoot td#next,
#sidebar #wp-calendar tfoot td#prev
{
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #dd6f06;
}

#sidebar #wp-calendar thead th:first-child,
#sidebar #wp-calendar tfoot td#prev
{
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
}

#sidebar #wp-calendar thead th:last-child,
#sidebar #wp-calendar tfoot td#next
{
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topright: 5px;
}

#sidebar #wp-calendar tfoot a
{
    color: #ffffff;
}

#sidebar .textwidget
{
    padding: 5px 8px;
    color: #334400;
}

.sidebarlist a
{
    color: #553333;
    font-weight: bold;
}
.sidebarlist a:hover {color: #6F0D0D;background-color: white;}
#sidebar .cat-item a {font-size: 14px; color: #1F600D /*#AD5D00*/;}
#sidebar .cat-item .children a {font-size: 12px; color: #553333; display: block; margin-left: 15px}
#sidebar .cat-item ul.children {margin-left: -7px; padding-left: 0;}
#sidebar .cat-item ul.children ul.children {margin-left: 7px !important; padding-left: 0;}
#sidebar .cat-item ul.children ul.children a {color: black !important}
#content {margin: 0px; padding: 20px 30px; padding-top: 30px; background-color: #dddddd; border-radius-bottomright: 30px; -webkit-border-bottom-right-radius: 30px; -moz-border-radius-bottomright: 30px;}

.post {margin-bottom: 50px;width: 848px;max-width: 848px; height: auto; *overflow: auto; overflow-y: visible;}

.post fieldset
{
    /*max-width: 840px; height: auto;*/
    background-color: #ffffff;
    padding: 0px;
    padding-top: 20px;
    /* Firefox uses padding-left to determine Fieldset Legend margin!!! */
    padding-left: 15px;
    border-style: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;

}

.post fieldset legend.title, fieldset#comments legend, fieldset.comment legend, fieldset#responsebox legend {background-color: #5EA226/*#6f900d*/; border: 0px solid #666666; font-size: 18px; font-weight: bold; padding: 4px 12px; margin-left: 5px; border-radius: 8px; -webkit-border-radius: 8px;
    -moz-border-radius: 8px; font-family: "Trebuchet MS", "Gill Sans", Helvetica, Arial; display: block; max-width: 783px;}
legend.title a {font-size: 18px; font-weight: bold; white-space: normal;}

legend, legend a
{
    color: #ffffff;
}

.dateauthor {
clear: both; float: right; margin: -7px 20px; cursor: pointer;
[margin: 0px 20px;
margin: 20px 20px 0;
]margin: 0px 20px;
font-size: small;
}


.dateauthor .capsule, .nocomments .capsule { background-color: #5EA226 /*#cc9900*/;}

.entry {padding: 10px 25px;color: #111111; /*max-width: 778px; height: auto;*/}
.entry, .commenttext {font-size: small;}
.entry A:hover {text-decoration: none;border-bottom: 1px dotted #aaaaaa;}
.entry .entry_author_image img {width: 100px}
.entry img {max-width: 721px; height: auto;}
.entry div.wp-caption {max-width: 708px; height: auto;}

#postaction
{
    float: right;
    clear: right;
    padding:0 5px 0 0;
    margin: 20px;
    background-color: #dd6f06;
    font-size: small;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#postaction a
{
    color: #ffffff;
}

.postmetadata
{
    text-align: left;
    padding: 8px 10px 32px 10px;
    background-color: #eeeeee;
    margin: 0px;
    margin-left: -15px; /* see hack for Firefox in .post frameset above */
    clear: both;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
}

.postmetadata #commentlink
{
    background-color: #dd6f06;
    float: right;
    padding: 3px 8px;
}

.postmetadata .cattrigger
{
    cursor: pointer;
    float: left;
    /*
    background-image: URL('images/down_arrow.png');
    background-position: 85% 50%;
    padding: 3px 35px 3px 10px;
    background-repeat: no-repeat;
    */
    padding: 3px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 8px; /* webkit can't render larger radius for smaller height */
    border-width: 0px;
}

.postcattags
{
    padding: 4px 10px 8px 10px;
    margin: 4px 10px 0px 10px;
    background-color: #ffffff;
    color: #442222;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    clear: both;
    text-align: left;
}

.postcattags .capsule
{
    font-size: small;
    padding: 1px 4px;
    margin-right: 5px;
    line-height: 20px;
    -webkit-border-radius: 8px; /* see comment above for .cattriger */
}

#single .postmetadata .cattrigger
{
    font-weight: bold;
}

.postcats
{
    background-image: URL('images/cat2.png');
    background-position: 3% 50%;
    padding: 5px 35px 5px 45px;
    background-repeat: no-repeat;
}

.posttags
{
    margin-top: 15px;
    background-image: URL('images/tag2.png');
    background-position: 3% 50%;
    padding: 5px 35px 5px 45px;
    background-repeat: no-repeat;
}

#single .postcattags
{
    border-style: none;
}

#single .postcattags .capsule
{
    background-color: #ffddaa;
    margin-top: 2px;
    margin-bottom: 2px;
    float: left;
}

#single .postcattags .capsule a
{
    color: #772200;
}

FIELDSET#comments
{
    background-color: #c9ba90;
    padding: 0px;
    padding-left: 15px;
    margin-bottom: 20px;
    border-style: none;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

fieldset#responsebox
{
    background-color: #ffffff;
	color: #333333;
    margin-top: 50px;
    padding: 10px 30px;
    border-style: none;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

fieldset.comment
{
    border: none;
    background-color: #ffffff;
    margin: 10px 20px 20px 5px;
    padding: 0px;
    padding-top: 10px;
    padding-left: 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

fieldset.comment legend
{
    font-size: medium !important;
}

fieldset.comment IMG.avatar,
fieldset.comment .commenttext
{
    padding-top: 5px;
}

fieldset.comment .commenttext
{
    padding-right: 30px;
    padding-left: 30px;
	color: #333333;
}

.entry UL, .page UL, .entry OL, .page OL
{
	margin-left: 0px;
	padding: 15px;
	padding-left: 30px;
	background-color: #d0f0ff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    min-width: 500px; width:auto !important;width:500px;
    font-weight: bold;
    float: left;
}
.entry UL + *, .page UL + *, .entry OL + *, .page OL + *, blockquote  + * {clear:left;}

.post LI, .page LI
{
    padding: 4px 0px;
	margin-left: 0px;
    /*border-bottom: 1px dotted #aaaaaa;*/
}

.post LI:first-child, .page LI:first-child
{
    /*border-top: 1px dotted #aaaaaa;*/
}

.entry > P:first-child:first-letter
{
    color: #662222;
    font-size: larger;
}

.navigation .capsule
{
    font-size: large;
}

#rsslinks
{
    position: fixed;
    z-index: 15;
    top: 0;
    right: 0;
    left: 0;
    padding: 4px 10px;
    margin: 0px;
    font-family: Helvetica;
    font-size: 8pt;
    background-color: #333333;
    color: #ffffff;
    font-size: 9pt;
    font-weight: bold;
    text-align: right;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    border-style: none;
}

#rsslinks .capsule
{
    /* firefox likes padding here */
    float: right;
    margin-right: 5px;
    padding: 2px 10px !important;
    background-color: #000000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#rsslinks a
{
    color: #ffffff;
}

#credits
{
    margin: 0px;
    font-family: "Trebuchet MS", Verdana, Helvetica;
    padding: 5px;
    padding-right: 10px;
    background-color: #333333;
    color: #ddcc33;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

#credits A
{
    color: #ffffff;
}

#respond INPUT#submit
{
	font-weight: bold;
    font-size: medium;
    cursor: pointer;
	border: none;
	padding: 3px 10px;
}

#respond TEXTAREA, #respond INPUT.inptext
{
    border: 1px solid #aaaadd;
    background-color: #eeeeee;
    width: 55% !important;
}

fieldset#comments .postmetadata,
.replybuttonbox
{
    padding: 10px 25px;
    text-align: right;
}

.capsule
{
    text-align: center;
    padding: 4px 10px;
    font-family: Optima, Verdana, Helvetica;
    font-size: small;
    color: #ffffff;
    background-color: #dd6f06;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.capsule a
{
    color: #ffffff;
}

img.avatar
{
    float: left;
    margin: 5px 20px 20px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/* required as per wordpress.org */

.aligncenter, div.aligncenter
{
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft
{
   float: left;
}

.alignright
{
   float: right;
}

.wp-caption
{
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   max-width: 708px; height: auto;
   /* optional rounded corners for browsers that support it */
   border-radius: 3px;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
}

.wp-caption img
{
   margin: 0;
   padding: 0;
   border: 0 none;
   max-width: 700px; height: auto;
}

.wp-caption p.wp-caption-text
{
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
.search {margin: 0px -10px 0px 15px;}
.search p {color:auto; line-height: 15px; margin:2px 0px 7px;}
.rotated {-moz-transform: rotate(90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg);float:left; height: 410px;}
.more-link {color:darkGreen; font-size:14px; font-weight:bold; text-decoration:underline;}
.stats {display: block; position: fixed; background: none repeat scroll 0% 0% white; padding: 8px !important; top: -300px; left: 10px; width: 200px; -moz-border-radius: 6px;-webkit-border-radius: 6px; border: 1px solid rgb(221, 221, 221); font-weight: bold;-moz-box-shadow: 10px 10px 40px black}
.stats li {border-top: 1px solid rgb(221,221,221) !important;}
.stats li:first-child {border-top: none !important;}
pre {white-space: pre-wrap; white-space: -moz-pre-wrap !important; white-space: -o-pre-wrap;  word-wrap: break-word;}
div#countries {background-color: white; border: 3px solid #FFFF00; font-size: 13px; overflow: hidden;}
div#countries ul, #countries li {padding: 0; margin: 0; list-style: none;}
div#countries li {float: left; display: block; height: 13px; overflow: hidden; margin: 3px 0 3px 4px; text-align: left; width: 144px;  border-right: 1px solid #aaaaaa; padding: 0 3px;}
div#countries div {float: left;}
div#countries div a {margin-top: 7px;}
div.cpd-flag {float: left !important; margin-top: 3px !important;}
#countries li b {float: right;}
.page_item ul li{border: none !important;}
.page_item ul li a {color: #AD5D00;margin-left:10px;display: block;}
.social_bookmark {clear: both;}
.sidebarlist > ul.list > li.collapsing > a {color: #9966ff; font-size: 18px; letter-spacing: -0.4px;}
.sidebarlist > ul.list > li.collapsing > span.collapsing {/*display:none;*/ float: right;}
li.item a, li.oneItemCategory a {color:#1F701D; text-decoration: none; font-size: 13px;}
.sidebarlist > ul.list > li.collapsing {margin-left: 0px !important; }
.sidebarlist ul.list li.collapsing span.sym {margin: 0px 5px 0px -5px !important; }
.statsLabel {background-color:#FFFF00; height:36px; padding:15px 0px 12px 9px;}
.statsLabel a {color:#000060;font:bold "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;text-shadow:2px 2px 6px #C8C8C8;}
.button {color: #EBEFE7; border: 1px solid rgb(250, 161, 40); padding: 2px 7px; margin: 3px 4px; display: inline-block; text-align: center; background: #F69D25 url(http://www.energy-medicine.info/graphics/buttonbg.png) repeat scroll 0 40%; font-weight: bold; text-decoration: none; cursor: pointer; -moz-border-radius: 7px; -webkit-border-radius: 7px; margin-top: auto; -moz-box-shadow: 3px 3px 5px gray; font-size: 18px;}
.button:hover {background-image: none; background-color: #EBEFE7; color: rgb(220, 144, 31); -moz-box-shadow: 1px 1px 6px gray; padding-left: 5px inherit;}
.button:active {background-color: white; color: red;}
#flickrCloud {position: absolute; right: -30px; top: -10px; z-index: 100;}
#headerCell {padding-right: 13px; width: auto;}
#slideshow {position: relative; overflow-x: hidden; overflow: hidden; padding-right: 170px !important; height: 200px; border-top-left-radius: 17px; border-top-right-radius: 17px; -webkit-border-top-left-radius: 17px; -webkit-border-top-right-radius: 17px; -moz-border-radius-topleft: 17px;-moz-border-radius-topright: 17px;}
#slideshow img {position: absolute; z-index: 10; border-top-left-radius: 17px; border-top-right-radius: 17px; -webkit-border-top-left-radius: 17px; -webkit-border-top-right-radius: 17px; -moz-border-radius-topleft: 17px;-moz-border-radius-topright: 17px;}
#slideshow div, #slideshow object, #slideshow embed  {width: 90%; z-index: 11; position: absolute; right: 150px}
div#MindResonator fieldset {background: none repeat scroll 0 0 #FDFDFD; border: 1px solid #BBBBBB; border-radius: 11px 11px 11px 11px; padding: 0 1em 1em; width: 150px;}
div#MindResonator fieldset.leftFS {float: left; margin: 1em 10px 1em 70px;}
div#MindResonator fieldset.rightFS {float: right; margin: 1em 70px 1em 10px;}
div#MindResonator fieldset legend {color: #999999; font-weight: bold; padding: 0 5px;}
div#MindResonator fieldset table {text-align: left;}
div#headerFlashContainer, #headerFlash {width: 100% !important; right: 0 !important; padding: 0px !important; z-index: 10 !important;}
