/***********************************
Main Styles
***********************************/
body {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: arial, helvetica sans-serif; 
  text-align: center;
  color: #000;
  background: url("/images/priyabg.gif") repeat-x #eceae0;
}
.wrap {
  width: 950px;
  margin: 0 auto;
  text-align: left;
}
.posts-wrap {
  width: 590px;
  float: left;
}
.sidebar-wrap {
  float: right;
}

*{padding: 0; margin: 0;}
a {text-decoration: none;}
p {color: #5b5b5b; 
font-size: 13px; line-height: 20px; 
padding-top: 10px; 
padding-bottom: 10px;}

span {color: #5b5b5b;}

h1 { letter-spacing: -1px; font-size: 25px;}
.left {float: left;}
.right {float: right;}
.center {text-align: center;}
.clear {clear: both;}
img { border: none; }
img.right {float: right; clear: none; margin: 0 0 1em 1em}
img.left {float: left; clear: none; margin: 0 1em 1em 0}
img.center {display: block; margin: 1em auto; text-align: center}
.marginauto {width: 950px; margin: 0 auto;}
.marginautoshowcase {width: 990px; margin: 0 auto;}
.iblock {display: inline-block;}
.preload {display:none; width: 0; height: 0;}


/***********************************
Topbar
***********************************/

.banner {
  width: 950px;
  height: 200px;
  margin: 0 auto;
}
.logo{
  height: 200px;
  display: block;
  float: left;
  background: url("/images/priyalogo.jpg") no-repeat;
}
.logo .prop {
  width: 360px;
  height: 1px;
  display: block;
}
.logo a {
  font-size: 30px;
  color: #747133;
  font-weight: bold;
  font-family: "trebuchet MS";
  display: block;
  float: left;
}
.logob {
  padding-top: 27px;
}
.logoa {
  width: 230px;
  height: 28px;
  margin-top: 31px;
  display: block;
  float: left;
/*  background: url("/images/logoa.gif") no-repeat; */
}

.topbars {
  width: 950px;
  height: 52px;
  margin-top: 27px;
  padding-left: 92px;
  clear: both;
  font-weight: bold;
  font-size: 13px;
}
.topnav li a{
  width: 120px;
  height: 35px;
 padding: 15px 0 0 0;  
  text-align: center;
  font-weight: bold;
  display: block;
  float: left;
}
.topnav li{
  display: block;
  float: left;
}
.page_item a{
  color: #ffffff;
}
.page_item a:hover{
  color: #5B5920;

}
.current_page_item a{
  color: #ffffff;
}

/***********************************
Showcase
***********************************/
.mySlides {
  width: 940px;
  padding: 0;
  margin: 0 auto;
}
.showcase {
  width: 100%;
  height: 285px;
  padding-top: 10px;
  text-align: left;
  color: #eceae0;
  border-bottom: 0px solid #eceae0;
}
.featured-wrap {
  width: 902px;
  height: 259px;
  margin: 0 auto;
}
.featured-wrap p{
  color: #333333;
  font-size: 13px;
  line-height: 21px;
}
.featured-wrap img {
  padding: 1px;
  border: 1px solid #d4d1c5;
  background: #efede4;
}
.featured-left {
  width: 445px;
  height: 225px;
  color: #eceae0;
  padding: 9px;
}
.featured-right {
  width: 410px;
  padding: 0;
  padding-top: 12px;
  padding-left: 20px;
  height: 243px; 
  color: #333333; 
}
.showcase-title {
  color: #333;
  font-family: "trebuchet MS";
  font-size: 27px;
  display: inline-block;
}
.showcase-title:hover {
  color: #333;
}
.showcasenext {
  width: 35px;
  height: 243px;
 color: #eceae0;
  display: block;
  float: right;
  cursor: pointer;
}
.showcaseprev {
  width: 35px;
  height: 243px;
  color: #eceae0;
  margin-right: 6px;
  display: block;
  float: left;
  cursor: pointer;
}

#myController {
  height: 26px;
  padding: 0;
  margin: 0;
 color: #eceae0;
  padding-left: 22px;
}
.controls {
  width: 44px;
  height: 20px;
  padding-top: 6px;
  margin-right: 2px;
  text-align: center;
  color: #eceae0;
  font-weight: bold;
  display:block;
  float: left;
  border: none;
}


.controls:hover {
  cursor: pointer;
  color: #f1efe5;
}


.featuredmeta {
  height: 37px;
}
.featuredmeta span{
  height: 28px;
  padding-top: 9px;
  text-indent: 33px;
  font-size: 13px;
  color: #76746c;
  font-weight: bold;
  float: left;
}
.comment-link {
  width: 132px;
  height: 28px;
  padding-top: 9px;
  display: block;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #76746c;
  float: left;
  border-right: 1px solid #c48751;
}
.readmore {
  width: 116px;
  height: 37px;
  float: left;
  background: url("/images/readmore.gif") no-repeat;
}
.readmorefff {
  width: 116px;
  height: 37px;
  float: left;
  background: url("/images/readmorefff.gif") no-repeat;
}

/***********************************
Search
***********************************/
.widget_search .widget-bg {
  padding: 13px 9px;
}
#searchform{
  width: 257px;
  height: 32px;
  margin: 0 auto;
  text-align: center;
}
#searchform #s{
  width: 160px;
  height: 16px;
  padding: 6px;
  margin: 0;
  margin-right: 4px;
  color: #333;
  display: block;
  float: left;
  text-align: left;
  border: 2px solid #b3b1a5;
}
#searchform #searchsubmit {
  width: 67px;
  height: 32px;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  cursor: pointer;
  text-align: center;
}



/***********************************
Navigation
***********************************/
.navigation {
  height: 30px;
  padding: 0;
  padding-top: 15px;
  clear: both;
  color: #2e4f85;
}
.navigation a {
  color: #777670;
  text-decoration: underline;
}
.nav-prev a {
  color: #777670;
  float: left;
}
.nav-next a {
  color: #777670;
  float: right;
}

/***********************************
Post
***********************************/
.post {
  width: 905px;
  margin-top: 20px;
  text-align: left;
  background: #fff;
  display: inline-block;
  clear: both;
  border: 7px solid #dddacd;
  padding-bottom: 12px;
}
.postpadding{
  width: 720px;
  padding: 12px;
}
.entry-content {
  font-size: 13px;
  color: #6a6865;
  line-height:24px;
}
.post-image {
  padding: 5px;
  display: inline-block;
  float: left;
  background: #efede4;
  border: 1px solid #d4d1c5;
}
.image-single {
  float: none;
  clear: both;
}
.post-wrap {
  width: 480px;
  padding: 15px;
  padding-top: 0;
  float: right;
}
#post-single {
  width: 905px;
  padding: 10px;
}
#post-single1 {
  width: 593px;
  padding: 10px;
}

.post-more a{
  color: #45443f;
  font-weight: bold;
}

.post-more a:hover {
  color: #000;
}

/***********************************
Entry title/header/components
***********************************/
.entry-title{
  margin-top: -2px;
  font-size: 25px;
  display: block;
  font-family: "trebuchet MS";
  color: #45443f;
}
.entry-title a{
  color: #45443f;
}
.entry-title a:hover {
  color: #000;
}
.entry-title-single a{
  padding-left: 10px;
}

.post-header {
  height: 38px;
  color: #ffffff;
  font-size: 13px;
  display: block;
  float: left;
}

.post-header-date{
  color: #ffffff;
  padding-right: 3px;
  float: left;
}
.post-header a{
  color: #ffffff;
}
.post-header a:hover{
  text-decoration:underline;
}
.post-header-padding {
  width: 444px;
  height: 27px;
  padding: 11px 10px 0 10px;  
  display: block;
  float: left;
}
.postmetaspacer {
  width: 2px;
  height: 38px;  
  float: right;
}
.post-header-single {
  height: 17px;
  padding: 6px;
  margin-top: 5px;
  display: inline-block;
  background: #a5615e;
  color: #fff;
}
.post-header-date-single{
  color: #fff;
  margin-right: 3px;
}
.post-header-single a{
  color: #fff;
}
.post-comments-single {
  height: 17px;
  padding: 6px;
  margin-top: 5px;
  float: left;
  color: #767675;
  background: #eae8e1;
}


/***********************************
Elements
***********************************/

h1,h2,h3,h4,h5,h6 {margin:0;padding:0; font-weight:normal; }
.entry-content h1 {font-size: 1.6em; color: #8f8c7d; margin-bottom: 5px;}
.entry-content h2 {font-size: 1.5em; color: #8f8c7d; margin-bottom: 3px;}
.entry-content h3 {font-size: 1.4em;}
.entry-content h4 {font-size: 1.3em;}
.entry-content h5 {font-size: 1.2em;}
.entry-content h6 {font-size: 1.1em;}

.entry-content table {border:1px solid #D9D9D9;}
.entry-content th {background-color: #E9E9E9; padding: 5px;}
.entry-content td {border-top:1px solid #D9D9D9; padding: 5px;}

.entry-content a {color: #777}
.entry-content small{color: #777}

pre {overflow: auto;}

blockquote {
  padding-left: 5px;
  margin: 20px;
  font-style: oblique;
  color: #777;
}
/*-- ================ Elements ================= --*/

.additional-meta {
  font-size: xx-small;
}

ul {
  margin:0;
  padding:0;
}
ul li {
  padding:0;
}
li {
  list-style-type:none;
  margin:0;
  padding:0;
}
.disc {
  list-style-type:disc;
}

h2#comments{
  font-size: 21px;
  color: #498ca4;
  font-family: "trebuchet MS";
}
h3#comments{
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 23px;
  color: #333;
  font-family: "trebuchet MS";
}
h3#comments span{
  color: #777;
}
#searchresults {
  padding-top: 30px;
  text-align: left;
}
#search {
  width: 98%;
  height: 30px;
  padding-top: 4px;
  padding-left: 2%;
  font-size: 28px;
  color: #333;
  font-family: "trebuchet MS";
}
#searchnone {
  width: 550px;
  padding: 20px;
  padding-top: 30px;
}
.searchnothingfound {
  margin-top: 50px;
}


/* lists inside posts */
.entry-content ul ol {margin-left:0;}
.entry-content ul li {margin-left:10px; list-style:disc; list-style-position:inside;}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol li {margin-left:5px; list-style: decimal; list-style-position:inside;}
.entry-content ol li li {margin-left:5px;}

/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/***********************************
Footer Widget
***********************************/

.footer-widget-wrap {
  width: 100%;
  height: 200px;
  padding-top: 20px;
  clear: both;
  float: none;
  background: #dedcd4;
  border-top: 1px solid #dddacd;
}

.footer-widget {
  width: 905px;
  margin: 0 auto; 
}

.widgetfooter {
  width: 221px;
  height: 173px;
  margin: 0;
  text-align:left;
  margin-right: 79px;
  float: left;
  overflow: hidden;
}
.widgetfooter div.textwidget {
  height: 105px;
  padding: 10px;
  display: block;
  overflow: hidden;
}
.widgetfooter li {
  height: 22px;
  padding: 5px 0 0 0;
  margin: 0;
  color: #8e8e8e;
  font-size: 14px;
  display: block;
}
.widgetfooter li a {
  font-weight: bold;
  margin: 8px;
  padding: 0;
  display: inline;
  color: #8e8e8e;
  background: none;
}
.widgetfooter li a:hover {
  color: #000;
  background: none;
}
.widgetfooter h3{
  height: 26px;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-size: 23px;
  font-family: "Trebuchet MS", arial, helvetica;
  color: #333;
}
.widgetfooter #recentcomments li {
  background: none;
  padding: 0;
  height: 22px;
  padding: 5px 0 0 0;
}
.widgetfooter #recentcomments li a{
  background: none;
  padding: 0;
}
.widgetfooter #recentcomments li a:hover{
  color: #444;
}
/***********************************
Footer
***********************************/
.cancelfooter {
  width: 100%;
  height: 30px;
  clear: both;
  float: none; 
}
.footer {
  width: 100%;
  height: 26px;
  padding-top: 9px;
  color: #777;
  text-align: left;
  font-weight: bold;
  background: #cdccc5;
}
.footer a{
  color: #555;
  text-decoration:underline;
}
.footer a:hover {
  color: #000;
  text-decoration: none;
}