/*
Theme Name: rakshafoundation
Theme URI: http://rakshafoundation.com/
Description: rakshafoundation by sagar
Author: sagar
Author URI: http://rakshafoundation.com/
version: 1.0
Tags: rakshafoundation by sagar
*/

/* basics */
*{margin:0; padding:0;}
/* RESET STYLES */

html,body,div,h1,h2,h3,h4,h5,h6,p,img,
dl,dt,dd,ol,ul,li,caption,form,fieldset,
embed,object,applet {
  margin: 0;
  padding: 0;
  border: 0;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}



body{background:#f2f3e7 url(images/bg.gif);margin: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000;font-size:12px;}

/* text Css */
a:focus {outline: 0px dotted;}
hr {border: 0 #ccc solid;border-top-width: 1px;	clear: both;height: 0;}
ul, ol{margin:0 10px;}
li{font-size:12px;}
table, td{font-size:12px;}
table{width:100%;}
table{margin:10px auto;}
table td{padding:5px 10px;}


/* fonts */
h1.h2,h3,h4,h5,h6{font-family:Calibri,Arial, Helvetica, sans-serif;}
h1 {font-size: 24px; margin:0; margin-bottom:5px; padding:5px 0; font-weight:bold; color:#333; line-height:28px;}
h2 {font-size: 22px; margin:0; margin-bottom:5px; padding:5px 0; font-weight:bold; color:#333; line-height:26px;}
h3 {font-size: 20px; margin:0; margin-bottom:5px; padding:5px 0; font-weight:bold; color:#333; line-height:24px;}
h4 {font-size: 18px; margin:0; margin-bottom:5px; padding:5px 0; font-weight:bold; color:#333; line-height:22px;}
h5 {font-size: 16px; margin:0; margin-bottom:5px; padding:5px 0; font-weight:bold; color:#333; line-height:20px;}
h6 {font-size: 14px; margin:0; margin-bottom:5px; padding:5px 0; font-weight:bold; color:#333; line-height:18px;}
p{font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px;padding:5px 0;text-align:left; line-height:18px; color:#555}
small{font-family: Tahoma,Arial, Helvetica, sans-serif;font-size:8pt;color:#999999;}

/* images and misc. */

img{ border: none; padding: 0px; }
img a{border:none;}
img.left{ float: left; border: none; padding: 0px; }
img.right{ float: right; border: none; padding: 0px; }

blockquote{	border-left:1px solid #A5ABAB;margin:15px;padding:0 12px 0 12px;}
code{margin:10px;font-family:"Courier New", Courier, monospace;}

/* links */
a:link, a:visited, a:active{color:#f89626;text-decoration:none;border: none;	}
a:hover{color:#04ac56;text-decoration: none; border: none;}
a.one:link, a.one:active, a.one:visited{color: #000;	text-decoration:none;border: none;}
a.one:hover{color: #f89626;text-decoration: none; border: none;}
a.dt:link, a.dt:active, a.dt:visited{color: #666;text-decoration:none;border: none;}
a.dt:hover{color:#f68d2f;text-decoration: underline; border: none;}
a.rmr:link, a.rmr:active, a.rmr:visited{color: #909090;text-decoration:none;border: none; background:#f8f8f8; font-size:9px; text-transform:uppercase; padding:5px 10px;-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
a.rmr:hover{color:#fff;text-decoration: underline; border: none; background:#333}
a.rmr1:link, a.rmr1:active, a.rmr1:visited{color: #fff;text-decoration:none;border: none; background:#333; font-size:9px; text-transform:uppercase; padding:5px 10px;-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
a.rmr1:hover{color:#fff;text-decoration: underline; border: none; background:#f89626}
a.vall:link, a.vall:active, a.vall:visited{color: #fff;text-decoration:none;border: none; background:#fbb12f; font-size:9px; text-transform:uppercase; padding:5px 10px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
a.vall:hover{color:#fff;text-decoration: underline; border: none; background:#333}

/* container */
.wrapper{width:100%; float:left;}
.container {width: 970px;margin: 0 auto;padding: 0px;color:#333;}
.icontainer {width: 940px;margin: 0px;padding: 15px;color:#333; float:left; margin-top:30px; margin-bottom:30px; background:#fff; -webkit-box-shadow: 1px 1px 14px 0px rgba(50, 50, 50, 0.5); -moz-box-shadow:    1px 1px 14px 0px rgba(50, 50, 50, 0.5); box-shadow:         1px 1px 14px 0px rgba(50, 50, 50, 0.5);}
.full{width:100%; float:left;}
.txtrt{text-align:right;}
.txtcenter{text-align:center;}

/* header */
.webheader{width:100%; float:left; height:95px;}
.web_logo{width:30%; float:left;}
.search_menu{width:70%; float:right;}
.top_search{margin-top:0px; margin-bottom:20px;}
	
.banner{width:100%; float:left; height:350px; background:#eee; overflow:hidden}
	
/* Menu */
#menu{float:left;width: 100%;color: #fff;height: 30px;background:#000; font-size:12px; }

#menu-main-menu, #menu-main-menu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.5em; z-index:70;font-weight: normal; float: right; font-family: Verdana, Arial, Helvetica, sans-serif;}
#menu-main-menu a {display:block; padding:6px 10px 6px 10px; color:#363d36;text-decoration:none; font-size:12px;-webkit-transition:color .2s linear,background .2s linear;-moz-transition:color .2s linear,background .2s linear;-o-transition:color .2s linear,background .2s linear;transition:color .2s linear,background .2s linear; margin-left:2px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#menu-main-menu li {float:left; position:relative;}
#menu-main-menu ul {position:absolute; display:none; width:150px; top:29px; left:2px;background-color:#f27335;  }
#menu-main-menu ul a {border-left:1px solid #f39060;border-right:1px solid #f39060;  padding:7px 10px; text-transform:none; font-size:12px; margin:0; font-weight:normal !important }
#menu-main-menu li ul {border-top:1px solid #f39060; width:172px;}
#menu-main-menu li ul a {width:150px; height:auto; float:left;  border-bottom:1px solid #f39060;}
#menu-main-menu ul ul {top:auto;}
#menu-main-menu li ul ul {left:150px; margin:0px 0 0 21px; top:-1px }
#menu-main-menu li:hover ul ul, #menu-main-menu li:hover ul ul ul, #menu-main-menu li:hover ul ul ul ul {display:none;}
#menu-main-menu li:hover ul, #menu-main-menu li li:hover ul, #menu-main-menu li li li:hover ul, #menu-main-menu li li li li:hover ul {display:block;}

ul#menu-main-menu li:hover a {background:#f27335 ;color:#fff;  }
ul#menu-main-menu li:hover li a { background-color:#f27335; background-image:none; color:#fff }
ul#menu-main-menu li:hover li a:hover{color:#fff; background:#ee492a;}

#menu-main-menu .current-menu-item a, #menu-main-menu .current-page-ancestor a, #menu-main-menu .current-menu-ancestor a, #menu-main-menu .current-post-ancestor a{background:#33b454; color:#fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-weight:bold}

.menu-footer-menu-container{width:100%; float:left; text-align:center; margin-bottom:0px;}
#menu-footer-menu ul { margin: 0;padding:0px 5px 0 5px;list-style:none; text-align:center;}
#menu-footer-menu li { display:inline;margin:0;padding:0;cursor:pointer;}
#menu-footer-menu li a { padding:0px 10px 0px 10px; color:#a0a0a0;text-decoration:none; font-size:11px; margin:0; border-left:1px solid #7e7e7e; }
ul#menu-footer-menu li:hover a {color:#00b7ff; text-decoration:underline  }
#menu-main-menu .menu-item-home a, #menu-footer-menu .menu-item-home a{border-left:0;}

/* breadcrumb */
.breadcrumb{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #fff; width:100%; padding:0px 0 5px 0; font-weight:normal;}
.breadcrumb a{color:#666;}
.breadcrumb a:hover{color:#000; text-decoration:underline}

/* Footer */
.webfooter{width:100%; float:left; padding-top:10px; border-top:1px solid #eee; font-size:11px; color:#c3c3c3}
.webfooter1{width:50%; float:left;}
.webfooter2{width:50%; float:right; text-align:right}

/*Content Box */
#cnt{float:left;width: 100%;color: #333; padding-bottom:20px;}
.intro{width:80%; float:left; min-height:100px; background:#f68d2f;}
.social{width:20%; float:left;  background:#33b454; overflow:hidden}
.welcome1{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18px; color:#fff; font-weight:bold; margin-top:-1px; position:relative; z-index:1000}
.welcome11{min-width:200px; background:#f68d2f; padding:5px 20px; float:left;}
.welcome12{width:16px; height:33px; float:left; background:url(images/intro.png) no-repeat bottom left;}
.welcome2{padding:5px  20px 10px 20px; width:96%; float:left; color:#fff}
.welcome2 h4{color:#fff;}
.welcome2 p{color:#fff;}
.socialinks{padding:6px 0; line-height:24px; border-bottom:1px solid #68d584}
.socialinks img{float:left; margin-right:10px; margin-left:10px;}
.social a, .sidebar-social a{color:#fff;}
.social a:hover, .sidebar-social a:hover{color:#333;}
.home_intro{background:#33b454;}

.mnw_box{margin-top:20px;}
.mediawatch{width:230px; float:left;}
.newsevents{width:340px; float:left; margin-left:50px;}
.wishbox{width:280px; float:right; }
.wishbox p{padding:0;}
.home_title2{font-size:12px; font-weight:bold; color:#f68d2f; border-bottom:1px solid #f68d2f; padding-bottom:5px; margin-bottom:10px; margin-top:0; padding-top:0; line-height:21px;}
.newsevents1{border-bottom:1px solid #33b454; width:100%; float:left}
.newsevents2{font-size:12px; font-weight:bold; color:#33b454; width:80%; float:left; margin-bottom:7px; padding-top:3px;}
.newsevents3{width:20%; float:right; text-align:right;}
.medialist{width:100%; float:left; text-align:center; padding:5px 0}
.mediah6{margin:0; padding-bottom:0;}

.newscaousel {padding: 0px;position: relative;}
.newscaousel li{padding:15px 0 0 0;margin:0px; width:340px;display: block;float: left; min-height:150px;}
.newslist{width:340px; float:left;}
.newslist1{width:150px; float:left;}
.newslist2{width:175px; float:right;}
.innerpage{ min-height:400px;}

.page-block{width:95%; background:#ffc878; padding:10px 20px; margin-bottom:20px; border:1px solid #eee}
.headclass{font-size:30px; line-height:36px; color:#cb3d05; margin:0; padding:0; font-family:calibri,Arial, Helvetica, sans-serif}
.headclass1{font-size:20px; line-height:26px; color:#24a846; margin:0; padding:0; font-family:calibri,Arial, Helvetica, sans-serif}
/*left Sidebar */
#leftsdbr{float:left;margin:0px 0;width: 280px;color: #000;min-height: 400px;background: #fafafa;padding:5px 10px;}
.lsdbx{float:left;margin:0px 0 10px 0;width: 180px;color: #000;min-height: 100px; background:#fff;}
.lsdbx ul{ padding:0 0 0 20px; font-size:10pt;}

/*left Sidebar */
#rightsdbr{float:right;margin:0px 0;width: 280px;color: #000;}
.rsdbx{float:left;margin:0px 0 15px 0;width: 100%;color: #000;min-height: 100px; }
.rsdbx ul{ padding:0 0 0 20px; font-size:10pt;}
.sidebar-social{background:#fbb12f;}

/*right Box */
#icnt{float:left;width: 700px;	color: #000;min-height: 400px;background: #fff;	padding:10px;}
#icnt ul, #icnt ol{margin:10px 20px; color:#333}
#icnt ul li, #icnt ol li{padding:5px 0}

/* Inner content */
.pagepost{margin: 0px 0px;padding:0px;line-height: 13pt; width:100%; float:left;}
.pagepost ul, .post ul {margin:0px 0 0 20px;}
.pagepost li, .post li {font-family:Arial, Helvetica, sans-serif;font-size:10pt;}

/* post content */
.pagepostsub{width:96%; float:left; padding:10px 15px; background:#fffbec; margin:10px 0; border:1px dashed #dcd7c6; -webkit-box-shadow: 2px 1px 1px 0px rgba(230, 230, 215, 0.25);-moz-box-shadow:    2px 1px 1px 0px rgba(230, 230, 215, 0.25);box-shadow:         2px 1px 1px 0px rgba(230, 230, 215, 0.25);}
.postcontent {width:96%; float:left; padding:10px 15px; background:#fffbec; margin:10px 0; border:1px dashed #dcd7c6; -webkit-box-shadow: 2px 1px 1px 0px rgba(230, 230, 215, 0.25);-moz-box-shadow:    2px 1px 1px 0px rgba(230, 230, 215, 0.25);box-shadow:         2px 1px 1px 0px rgba(230, 230, 215, 0.25);}
.spost {margin: 5px 0px;padding:10px;line-height: 13pt; width:98%; float:right;}

.entry img{float:left;margin:5px 20px 5px 5px;padding:0px;background:#fff;}
.entry1 img{ }
.postmetadata{clear: both;background:#F7F7F7;padding:6px;margin-top: 16px;}
.navigation {font-size:8pt;float:left;width:100%;margin:10px 0;}
.pageentry{ padding:0 20px;}
.pageentry img{border:2px solid #DDDDDD }
.pageentry .aligncenter{ margin:10px auto;}
.pageentry .alignleft{ margin:10px 25px;}
.pageentry .alignright{ margin:10px 25px;}
	
.alignleft {float:left; margin:25px;}
.alignright {float:right; margin:25px;}

.notfound{padding: 10px; font-size: 14pt; font-weight: 300;}
cite {font-family: arial, verdana, tahoma;font-size: 9pt;font-weight: bold;font-style: normal;}
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

/* search */
#searchform{padding: 0px 0 0px 0px; width:187px; float:right;}
#searchform input#s{font-size: 11px;padding:4px 5px 5px 5px;margin: 0px; border:0; border-bottom: 1px solid #eee;color:#999; float:left; width:150px; background:#fff; border-right:0;height:17px}
#searchform input#searchsubmit{ margin:0px; float:left; background:#fff; border-bottom:1px solid #eee; border-left:0; padding:2px 0 1px 0}

/* Text and image properties */
.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.alignleft {float: left;}
.alignright {float: right;}
.wp-caption-text{text-align:center;}
.wp-caption {border: 1px solid #ddd;text-align: center;background-color: #f3f3f3;padding-top: 4px;margin: 10px;}
.wp-caption img {margin: 0;padding: 0;border: 0 none;}
.wp-caption-dd {font-size: 11px;line-height: 17px;padding: 0 4px 5px;margin: 0;}

.wp-caption.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption.alignright {float:right; margin:0 0 1em 1em}
.wp-caption.alignleft {float:left; margin:0 1em 1em 0}


/* Pagination */
.emm-paginate { font-size:12px; font-weight:bold}
.emm-paginate a {background:#fff; border:1px solid #eee; color:#666; margin-right:4px; padding:5px 10px; text-align:center; text-decoration:none; }
.emm-paginate a:hover, .emm-paginate a:active {background:#f68d2f; color:#fff;}
.emm-paginate .emm-title {color:#555; margin-right:4px;}
.emm-paginate .emm-gap {color:#999; margin-right:4px;}
.emm-paginate .emm-current {color:#fff; background:#33b454; border:1px solid #eee; margin-right:4px; padding:5px 10px;}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}

#screen-meta-links {
display: none;
}

#brk_news ul{white-space:nowrap; height: 1em;width: 100%; line-height:14pt;}
#brk_news ul li{display:inline; padding:0 15px; }

table#kpg-albums td{text-align:center !important; border:0 !important}
table#kpg-albums{border:0 !important}
table#kpg-albums td img.kpg-thumb-multiplePerRow{border:3px solid #B12925 !important}
table#kpg-albums td div.kpg-nbPhotos{margin-top:5px !important}
table#kpg-pictures td, table#kpg-pictures {border:0 !important}
table#kpg-pictures td img.kpg-thumb {border: 3px solid #F4CC6A !important;}
div#kpg-backLink{padding:0 !important}
div#kpg-album-description{margin-bottom:0 !important;}
.kpg-title{float:left;text-align:center; width:100%}

#s2email{padding:5px; margin:5px 0 0 0;width:200px;}

.image_carousel {padding: 0px;position: relative;}
.image_carousel li{padding:0px;margin:0px; width:920px;display: block;float: left; height:290px; text-align:center; overflow;hidden}
a.prev, a.next {background: url(images/nav.png) no-repeat transparent;width: 32px;	height: 65px;display: block;position: absolute;top: 120px;}
a.prev {left: 0px;background-position: 0 0; }
a.prev:hover {background-position: 0 -71px; }
a.prev.disabled {background-position: 0 -100px !important;  }
a.next {	right: -1px;background-position: -40px 0; }
a.next:hover {background-position: -40px -71px; }
a.next.disabled {background-position: -40px -100px !important;  }
a.prev.disabled, a.next.disabled {cursor: default;}
a.prev span, a.next span {display: none;}
.shadrad{-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;-moz-box-shadow: 2px 2px 8px #c2c2c2;-webkit-box-shadow: 2px 2px 8px #c2c2c2;box-shadow: 2px 2px 8px #c2c2c2;}

#comments{ text-align:left; padding:10px 10px; font-size:16px; color:#333; border-top:1px solid  #eee; margin-top:20px;}
ol.commentlist { list-style:none; margin:0 !important; padding:0 !important; width:100%; float:left;  }
ol.commentlist li { margin:10px 0 10px; position:relative; background:#fafafa; border:1px solid #ddd; padding:0 !important}
ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font-weight:bold; font-size: 14px; line-height: 16px; font-family: helvetica,arial,sans-serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 14px; }
ol.commentlist li div.vcard cite.fn a.url { color:#cc0000; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { background: #fff; border:1px solid #aaa; padding: 5px; left:10px; position:absolute; top:10px; }
ol.commentlist li div.comment-meta { font-weight:bold; font-size: 10px; line-height: 16px; font-family: helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#ccc; text-decoration:none; }
ol.commentlist li p { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; margin:5px 0 12px; }
ol.commentlist li ul { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; list-style:square; margin:0 0 12px; padding:0; }
ol.commentlist li div.reply { background:#999; border:0px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:36px; }
ol.commentlist li div.reply:hover { background:#cc0000; border:1px solid #cc0000; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:0px 0 0; text-indent:0;border:0px solid #eee; border-bottom:0; margin: 10px}
ol.commentlist li ul.children li.depth-2 { margin:0 0 0px; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 0px; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 0px; }
ol.commentlist li ul.children li.depth-5 { margin:0 0 0px; }
ol.commentlist ul.children li.odd { background:#fff; }
ol.commentlist ul.children li.even { background:#fff; }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
.cmnt_navigation{ width:100%; float:left; margin:5px 0;}
.cmnt_alignleft{ float:left; margin:0; padding:0;}
.cmnt_alignright{ float:right; margin:0; padding:0;}
.comment-body{ margin-left:60px; padding:10px;}
.fn{font-size:14px; }
.says{font-size:11px; color:#999}
.brdrrd{-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
#respond{padding:10px 20px;  }
#respond textarea{width:100%; }
a#cancel-comment-reply-link{ background:#f00; color:#fff; padding:3px 5px;}
.cmnt_navigation {padding:3px 10px; width:97%;}
.cmnt_navigation a{color:#333; font-weight:bold}
#commentform input{padding:5px 10px;}
#respond label small{color:#000;}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(images/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: right; width:900px; float:left;
	padding: 20px 0; margin-top:0px; z-index:100; position:absolute; display:none
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 0px; font-size:1px; 
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}