/*
Theme Name: Technique Topics
Author: Technique
*/

@import url("/css/main.css");
@import url("/css/add.css");

img {
  border: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#TopicsHeader {
  height: 157px;
  overflow: hidden;
}

#TopicsMain {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}

#SideBar {
  width: 220px;
  margin-left: 5px;
  float: left;
}
#ContentMain {
  width: 700px;
  float: right;
}
#SideBar, #ContentMain {
  padding: 80px 0;
}


.side-content {
  padding: 20px 0 50px;
  font-size: 12px;
}

.side-content ul {
  margin-left: 28px;
  padding-left: 0;
  list-style-type: disc;
}

.post {

  padding: 0 30px 50px;
  margin-bottom: 50px;
}

.post .title {
  border-bottom: 2px solid #44321C;
  font-size: 17px;
  font-weight: bold;
}

.post .title a {
color:#44321C;
}


.post .title span {
font-size: 11px;
color:#8a7153;
padding:0 5px 0 0;
}

.post .date {
  padding: 5px;
  text-align: right;
  font-size: 11px;
  color: #ff7e00;
}
.post .entry {
  padding-top: 20px;
  font-size: 12px;
}
.post .entry p {
  margin: 1em 0;
}

#wp-calendar {
  text-align: center;
  margin-left: 15px;
 color:#44321C;
}

#wp-calendar  a{
  color: #ff7e00;
}

#wp-calendar th, #wp-calendar td {
  padding: 2px 4px;
}

#PageNavi .next {
  float: left;
}
#PageNavi .prev {
  float: right;
}
