/*
Theme Name: BilineleTemple
Theme URI: http://belineletemple.com/
Description: Exclusive wordpress theme for Bilineletemple.com 
Author: Sagar, Dhyeya Software Solutions Pvt. Ltd. 
Author URI: http://dhyeya.in/
version: 2.0
Tags: sagar,dhyeya,bilineletemple,bilinele,gopalakrishna,wordpress theme
*/

/* 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:#ffe4b5;margin: 0px; font-family: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; margin-left:10px;}
table, td{font-size:12px;}
table{width:100%;}
table{margin:10px auto;}
table td{padding:5px 10px;}


/* fonts */
h1 {font-size: 23px; margin:0; margin-bottom:5px; padding:5px 0; font-weight:bold; color:#000; line-height:28px;}
h2 {font-size: 21px; margin:0; margin-bottom:5px; padding:5px 0; font-weight:bold; color:#000; line-height:26px;}
h3 {font-size: 19px; margin:0; margin-bottom:5px; padding:5px 0; font-weight:bold; color:#000; line-height:24px;}
h4 {font-size: 17px; margin:0; margin-bottom:5px; padding:5px 0; font-weight:bold; color:#000; line-height:22px;}
h5 {font-size: 16px; margin:0; margin-bottom:5px; padding:5px 0; font-weight:bold; color:#000; line-height:20px;}
h6 {font-size: 15px; margin:0; margin-bottom:5px; padding:5px 0; font-weight:bold; color:#000; line-height:18px;}
p{font-family:Arial, Helvetica, sans-serif;font-size:14px;padding:5px 0;text-align:left; line-height:18px; color:#333}
small{font-family: Tahoma,Arial, Helvetica, sans-serif;font-size:8pt;color:#956b5b;}

/* 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:#275d00;text-decoration:none;border: none;	}
a:hover{color:#e46600;text-decoration: none; border: none;}
a.one:link, a.one:active, a.one:visited{color: #904101;	text-decoration:none;border: none;}
a.one:hover{color: #275d00;text-decoration: none; border: none;}
a.dt:link, a.dt:active, a.dt:visited{color: #000;text-decoration:none;border: none;}
a.dt:hover{color:#f00;text-decoration: underline; border: none;}
a.rmr:link, a.rmr:active, a.rmr:visited{color: #999;text-decoration:none;border: none;}
a.rmr:hover{color:#333;text-decoration: underline; border: none;}
a.readmore:link, a.readmore:active, a.readmore:visited{color: #fff;text-decoration:none;border: none; padding:3px 8px; background:#7A2F0E; -webkit-border-radius: 2px;
-moz-border-radius: 2px; border-radius: 2px; font-size:12px;}
a.readmore:hover{color:#fff;text-decoration: none; border: none; background:#337900}

/* container */
.wrapper{width:100%; float:left;}
.container {width: 960px;margin: 0 auto;padding: 0px;color:#333;}
.icontainer {width: 100%;margin: 0px;padding: 0px;color:#333; float:left; background:#ffe4b5; min-height:600px}
.full{width:100%; float:left;}
.txtrt{text-align:right;}
.txtcenter{text-align:center;}

/* header */

.bgtborder{width:100%; float:left; background:url(images/border.gif) repeat-x; height:15px;}
.bgtborder2{width:100%; float:left; background:url(images/border2.gif) repeat-x; height:15px;}
.floral1{width:100%; float:left; min-height:600px; background:url(images/floral.png) repeat-y left top}
.floral2{width:100%; float:left; min-height:600px; background:url(images/floral2.png) repeat-y right top}

#head{width: 900px;height: 110px;float:left; padding:0 30px}
	#head1{width:70%; float:left; }
	#head2{width:30%; float:right; text-align:right}
	.socialspace{margin:25px 0 0px 0;}
	
#banner{width:100%; float:left; height:380px; overflow:hidden; margin:5px 0;}
.banner-cover{width:960px; height:380px; background:url(images/banner-over.png) no-repeat top center; position:absolute; z-index:1000;}
/* Menu */
#menu{float:left;width: 850px;color: #fff;height: 32px;background:url(images/menu.png) no-repeat top center;  font-size:12px; padding:10px 55px;}

#menu-top-menu, #menu-top-menu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.5em; z-index:1100;font-weight:bold; float:left; font-family:Calibri, Arial, Helvetica, sans-serif;}
#menu-top-menu a {display:block; padding:7px 9px 7px 9px; color:#fff;text-decoration:none; font-size:17.5px;}
#menu-top-menu li {float:left; position:relative;}
#menu-top-menu ul {position:absolute; display:none; width:120px; top:29px; left:0px; background:#8ec346}
#menu-top-menu ul a {border-left:1px solid #ffb43f;border-right:1px solid #ffb43f;  padding:5px 10px; text-transform:none; font-size:14px;}
#menu-top-menu li ul {border-top:1px solid #ffb43f; width:142px;}
#menu-top-menu li ul a {width:120px; height:auto; float:left;  border-bottom:1px solid #ffb43f;}
#menu-top-menu ul ul {top:auto;}
#menu-top-menu li ul ul {left:120px; margin:0px 0 0 21px; top:-1px }
#menu-top-menu li:hover ul ul, #menu-top-menu li:hover ul ul ul, #menu-top-menu li:hover ul ul ul ul {display:none;}
#menu-top-menu li:hover ul, #menu-top-menu li li:hover ul, #menu-top-menu li li li:hover ul, #menu-top-menu li li li li:hover ul {display:block;}

ul#menu-top-menu li:hover a {background:#ff9c00 ;color:#fff;  }
ul#menu-top-menu li:hover li a { background-color:#ff9c00; background-image:none; color:#fff }
ul#menu-top-menu li:hover li a:hover{color:#fff; background:#ea501e;}

#menu-top-menu .current-menu-item a, #menu-top-menu .current-page-ancestor a, #menu-top-menu .current-menu-ancestor a, #menu-top-menu .current-post-ancestor a{color:#fff9b5;}

.menu-bottom-menu-container{width:100%; float:left; text-align:center; margin-bottom:0px; font-family:Calibri, Helvetica, sans-serif}
#menu-bottom-menu ul { margin: 0;padding:0px 5px 0 5px;list-style:none; text-align:center;}
#menu-bottom-menu li { display:inline;margin:0;padding:0;cursor:pointer;}
#menu-bottom-menu li a { padding:0px 10px 0px 10px; color:#652611;text-decoration:none; font-size:15px; margin:0; font-weight:bold }
ul#menu-bottom-menu li:hover a {color:#4d821d; text-decoration:underline  }
#menu-top-menu .menu-item-home a, #menu-bottom-menu .menu-item-home a{border-left:0;}

/* breadcrumb */
.breadcrumb{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #baab90; width:100%; padding:5px 0 5px 0; font-weight:normal; background:#f8ecd6; text-align:center   }
.breadcrumb a{color:#baab90;}
.breadcrumb a:hover{color:#000; text-decoration:underline}
.headclass{background:#337900; font-size:24px; line-height:30px; color:#fff; font-family:Georgia, "Times New Roman", Times, serif;  font-weight:bold; text-align:center; padding:5px 10px; margin:0;}

/* Footer */
#foot{float:left;width: 100%;color: #fff;padding:10px 0;font-family:Arial, Helvetica, sans-serif;font-size:12px;min-height: 20px;line-height:20px; border-top:3px solid #ce3c0b; margin:20px 0;}
	#foot1{width:100%; float:left; text-align:center}
	#foot2{width:100%; float:left; text-align:center; font-family:Calibri, Helvetica, sans-serif; color:#652611}

/*Content Box */
#cnt{float:left;width: 100%;color: #333;min-height: 400px;	}
.intro_krishna{width:100%; float:left;}
	.intro{width:550px; float:left; margin:10px;}
	.krishna{width:340px; float:right; margin-right:10px; margin-top:-260px; z-index:2000; position:relative}
	.h1cls1{ font-size:22px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; color:#de3f00; line-height:28px; margin:0; }
	.sevacontactmap{width:400px; float:left; margin:10px; margin-top:0;}
	.speciality_news{width:500px; float:right; margin:10px; margin-top:0;}
.seva_specialities{width:100%; float:left;}
.sevadetails{width:364px; float:left; min-height:100px; background:#337900 url(images/seva.jpg) no-repeat right top; border:3px solid #fff;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; margin-bottom:15px; padding:10px 15px;}
.contactnoemail{width:100%; float:left; margin-bottom:15px;}
.googlemap{width:100%; float:left; margin-bottom:35px; text-align:center; font-weight:bold}
.googlemap a{color:#000;}
.sevadetails img{float:left; margin-right:10px; padding:5px; background:#1e4700}
.h1cls2{ font-size:22px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; color:#fff32f; line-height:28px; margin:0; }
.whitetxt{color:#fff;}
.gallerydiv{width:170px; float:right; text-align:right}
.phoneemail{width:220px; float:left;}
.iconbx{width:100%; float:left; padding:3px 0;}
.iconbx1{width:40px; float:left; text-align:center}
.iconbx2{width:180px; float:right; padding-top:10px; font-size:12px; font-weight:bold; line-height:20px;}
.fnt21{font-size:21px;}
.icnbrdr{border-bottom:1px solid #f0d29c;}

.speciality{width:100%; float:left; margin-bottom:15px; min-height:100px;}
.h1cls3{ font-size:20px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; color:#de3f00; line-height:26px; margin:0; }
.halfbox{width:50%; float:left;}
.spl_content{width:200px; float:left; font-size:18px; line-height:26px; color:#275d00; font-weight:bold; text-align:left; padding-left:20px;}
.spl_content p{font-size:16px; line-height:22px; color:#275d00; font-weight:bold; text-align:left; }
.spl_image{width:200px; float:right;}
.spl_image img{padding:5px; background:#fff; float: left;}

.incontent{width:882px; float:left; margin:10px 35px; background:#fff1d8 url(images/krishna1.png) no-repeat top center; border:double #fff; padding:0px 0px 0px 0; min-height:400px;}

/*left Sidebar */
#leftsdbr{float:left;margin:0px 0;width: 180px;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: 180px;color: #000;min-height: 400px;background: #fafafa;padding:5px 10px;}
.rsdbx{float:left;margin:0px 0 10px 0;width: 180px;color: #000;min-height: 100px;background:#fff;}
.rsdbx ul{ padding:0 0 0 20px; font-size:10pt;}

/*right Box */
#icnt{float:right;width: 770px;	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:93%; float:left; padding:5px 15px; background:#fff; margin:5px 15px; border:2px dashed #ffe4b5}
.post {margin: 5px 0px;padding:10px;line-height: 13pt; width:97.8%; float:left;  background:rgba(255,255,255,0.8); border-top:2px solid #f5d49c; border-bottom:2px solid #f5d49c;}
.spost {margin: 0px 0px;padding:0px;line-height: 13pt; width:100%; float:right;}
.pagepostsub h3{margin:0;}
.entry1{padding:10px 20px; background:rgba(255,255,255, 0.8); width:95.5%; float:left}
.entry img{float:left;margin:5px 15px 5px 5px;padding:5px;background:#fff;border:1px solid #ccc;}
.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:10px 20px;}
.pageentry img{border:2px solid #DDDDDD }
.pageentry .aligncenter{ margin:10px auto;}
.pageentry .alignleft{ margin:10px 25px;}
.pageentry .alignright{ margin:10px 25px;}
	
.georgefont{font-family: Georgia, "Times New Roman", Times, serif;}

.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: 5px 0 0px 0px;font-family: verdana, arial, times; width:183px; float:right;}
#searchform input#s{font-family:arial, times;font-size: 10pt;padding:5px 5px 6px 5px;margin: 0px;border: 0px solid #ccc;color:#333; float:left; width:150px; background:#fff; border-right:0;height:17px; color:#666;-webkit-border-top-left-radius: 5px;-webkit-border-bottom-left-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-bottomleft: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
#searchform input#searchsubmit{ margin:0px; float:left; background:#fff; border:0px solid #ccc; border-left:0; padding:2px 0 1px 0; -webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;-moz-border-radius-topright: 5px;-moz-border-radius-bottomright: 5px;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}

/* 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 {}
.emm-paginate a {background:#fff; border:1px solid #ccc; color:#666; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.emm-paginate a:hover, .emm-paginate a:active {background:#e14a0e; 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:#337900; border:1px solid #89adcf; margin-right:4px; padding:3px 6px;}
.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;}
input[type=submit] { background:#000; padding:3px 5px; font-size:11px; color:#fff; font-weight:bold; border:0;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
}


.image_carousel {padding: 0px;position: relative;}
.image_carousel li{padding:0px;margin:0px; width:960px;display: block;float: left; height:380px; overflow:hidden; text-align:center}

.special_carousel {padding: 0px;position: relative;}
.special_carousel li{padding:10px 0;margin:0px; width:480px;display: block;float: left; min-height:160px; overflow:hidden; text-align:center ; margin:10px 0; border-top:1px solid #f5d59f; border-bottom:1px solid #f5d59f}
#spl_prev{width:38px; height:35px; float:left; background:url(images/special_slide.png) 2px 0 no-repeat;}
#spl_next{width:40px; height:35px; float:left; background:url(images/special_slide.png) -38px 0 no-repeat;}
.spl_slidebtn{width:80px; float:right;}

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;  margin-top:20px; background:#fff; margin-bottom:0;}
ol.commentlist { list-style:none; margin:0 !important; padding:0 !important; width:100%; float:left;  }
ol.commentlist li { margin:0 0 0px; position:relative; background:#fafafa; border-bottom:1px solid #eee; 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:1px 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:10px; text-indent:0;border:1px solid #eee; border-bottom:0;}
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:0px 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; background:rgba(255,255,255, 0.8); margin-bottom:-10px; }
#respond textarea{width:100%; }
a#cancel-comment-reply-link{ background:#f00; color:#fff; padding:3px 5px;}
.cmnt_navigation {padding:5px 10px; width:97.7%; background:#ffe063}
.cmnt_navigation a{color:#333; font-weight:normal}
#commentform input{padding:5px 10px;}
#respond label small{color:#000;}


.news_media{width:100%; float:left;}
div.simpleTabs { padding:0px; }
ul.simpleTabsNavigation { margin:0 0px; padding:0; text-align:right; }
ul.simpleTabsNavigation li { list-style:none; display:inline; margin:0; padding:0; }
ul.simpleTabsNavigation li a { border:1px solid #E0E0E0; padding:10px 20px; background:#ffe063; font-size:18px; text-decoration:none; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; font-style:italic; color:#595959}
ul.simpleTabsNavigation li a:hover { background-color:#F6F6F6; }
ul.simpleTabsNavigation li a.current { background:#fff; color:#de3f00; border-bottom:1px solid #fff; }
div.simpleTabsContent { border:1px solid #E0E0E0; padding:5px 15px 15px; margin-top:10px; display:none; background:#fff; min-height:350px; width:335px; float:right; }
div.simpleTabsContent.currentTab { display:block;}
.newslist{width:100%; float:left; padding:10px 0; border-bottom:1px solid #fafafa}
.newslist img{float:left; margin-right:15px;}
.newslist h6{font-size:16px; line-height:22px; margin:0; padding:0;}
.postdate{font-weight:bold; color:#956b5b; font-size:13px;}