/*   
Theme Name: ODharma 01
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: iamronen
Author URI: http://www.iamronen.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
     background-color: #f3efec;
     font-family: sans-serif;
     color: #756149;
}

a,
a:link,
a:hover,
a:active,
a:focus,
a:visited {
   text-decoration: none;
   color: #DF9545;
}

a:hover {
   text-decoration: underline;
}

#branding {
     background: url(images/branding_bg.jpg) no-repeat;
     height: 70px;
     padding: 0;
     margin: 20px auto 0 auto;
}

#main {
     background-color: #ffffff;
     font-size: 0.9em;
     text-align: justify;
}


#blog-title {
     text-indent: -9999em;
}

#blog-title a {
     display: block;
     width: 940px;
     height: 100px;
}

#blog-description {
     display: none;
}

.page-title {
    display: none;
}

#access {
     width: 940px;
     margin: 0 auto;
     background-color: #ded9cf;
     border: none;
}

#access_pages ul {
    margin: 0;
    padding: 4px 0 0 30px;
}

#access .menu {
   list-style: none;
   padding: 0;
   margin: 0;
}

#access ul li {
   float: left;
   padding: 0 30px 0 0;
}

#access .menu,
#access .menu li,
#access .menu li a,
#access .menu li a:link,
#access .menu li a:active,
#access .menu li a:focus,
#access .menu li a:hover,
#access .menu li a:visited {
     border: none;
     background: transparent;
     text-decoration: none;
     color: #756149;
}

#access .menu li a:hover {
    color: #ffffff;
}

#main {
    padding: 0;
}

#page-container {
   width: 820px;
   padding: 20px 60px;
   margin: 0 auto;
}

#container {
   width: 720px;
   float: right;
   padding: 30px 30px;
   margin: 20px 0;
   border-left: 1px solid #DED9CF;
}

.main-aside {
   display: none;
}

#content {
   width: 100%;
   padding: 0;
   margin: 0;
}

#odharma-sidebar {
   width: 130px;
   float: left;
   padding: 80px 0 0 0;
   margin: 0 0 0 20px;
   list-style: none;
}

#odharma-sidebar .widgettitle {
   font-weight: bold;
}

#odharma-sidebar .menu {
   width: 130px;
   list-style: none;
   border-left: 1px solid #DED9CF;
}

#odharma-sidebar li a,
#odharma-sidebar li a:link,
#odharma-sidebar li a:active,
#odharma-sidebar li a:focus,
#odharma-sidebar li a:visited,
#odharma-sidebar li a:hover {
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  color: #756149;
  padding: 0 0 0 10px;
}

#odharma-sidebar .menu .current-menu-item{
  background-color: #DED9CF;  
}

#odharma-sidebar li a:hover {
  color: #000000;
  text-decoration: underline;
}

.widgetcontainer {
  margin-bottom: 30px;
}

.hentry {
   width: 100%;
}

.entry-title, #odharma-recent-posts h1 {
   font-weight: bold;
   padding: 10px 0;
   color: #9F9181;
   font-size: 22px;
}

#odharma-recent-posts h1 {
   padding: 0 0 30px 0;
}

.entry-title a,
.entry-title a:link,
.entry-title a:active,
.entry-title a:visited,
.entry-title a:focus,
.entry-title a:hover {
   text-decoration: none;
   color: #756149;
}

.entry-title a:hover {
   color: #DF9545;
   font-weight: bold;
}

.entry-content h2, #odharma-recent-posts h2 {
   font-size: 16px;
   font-weight: bold;
   padding: 0 0 10px 0;
}



.category-articles .entry-title {
  padding-bottom: 0;
}

.category-articles .entry-content {
/*  padding: 0; */
}

.entry-content h3 {
   font-size: 14px;
   font-weight: normal;
   font-style: normal;
   padding: 10px 0 0 0;
   font-weight: normal;
   text-decoration: underline;
	
}

.entry-content a,
.entry-content a:link,
.entry-content a:hover,
.entry-content a:active,
.entry-content a:focus,
.entry-content a:visited {
   text-decoration: none;
   color: #DF9545;
}

.entry-content a:hover,
.entry-content a:focus {
   text-decoration: underline;
}

#home-container {
   width: 100%;
   background-color: #FAF7F2;
   padding: 0;
}

#home-top {
   width: 710px;
   padding: 0;
   margin: 0 auto 20px auto;
}

#home-container .entry-title {
   display: none;
}

#home-container em {
     font-style: normal;
     font-weight: normal;
     color: #756149;
}

#home-container .entry-content {
   color: #9F9181;
   font-size: 20px;
   line-height: 30px;
   text-align: center;
}

#home-top p {
   padding: 0;
   margin: 0;
}

.home-post-content {
   display: none;	
}

#home-posts-outer {
   clear: both;
   width: 710px;
   margin: 0 auto;
   border: 1px solid #DED9CF;
   border-right: 1px solid #DED9CF;
}

#home-posts {
   padding: 0;
   margin: 0;
}

.home-post {
   width: 710px;
   display: block;
   float: right;
   margin: 0;
   padding: 0;
}

.carousel-control, .carousel-pagination {
   display: none;
}

#home-bottom {
  background-color: #ffffff;
  padding: 20px 0;
}

#odharma-recent-posts {
  width: 710px;
  margin: 20px auto;
}

.recent-post {
  padding: 0;
  margin: 0 0 30px 0;
}

.recent-post p {
  margin-bottom: 0
}

.readmore {
  display: block;
  width: 100%;
  text-align: right;
}

#footer {
   border: none;
}

#content #nav-above {
   display: none;
}

#nav-below{
    width: 100%;
    height: 40px;
    text-align: center;
    margin-top: 60px
}

#nav-below .wp-pagenavi .current,
#nav-below .wp-pagenavi .page,
#nav-below .wp-pagenavi a,
#nav-below .wp-pagenavi a:link,
#nav-below .wp-pagenavi a:active,
#nav-below .wp-pagenavi a:visited {
   border:none !important;
   background-color:#FFFFFF!important;
   color: #756149!important;
   width: 30px;
   display: inline block;
   padding: 4px;
   margin-left: 8px;
   font-style: normal;
}

#nav-below .wp-pagenavi .current {
   color:#F3EFEC!important;
   background-color: #756149 !important;
}

.odharma-service {
   width: 80%;
   margin: 0 auto 20px auto;
   padding: 0;
}

.service-header {
   border-bottom: 1px solid #DED9CF;
   font-weight: bold;
   padding: 0 0 5px 0;
   margin: 0;
   overflow: auto;
}

.service-header span {
  display: inline-block;
}

.service-title {
  float: left;
}

.service-price {
  float: right;
}

.odharma-project {
  display: block;
  float: left;
  width: 210px;
  padding: 0 13px;
  margin-bottom: 30px;
  border-right: 1px solid #DED9CF;
}

.odharma-project img {
	width: 210px;
	height: 140px;
}

.norightborder {
  border-right: none;
}