html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Here we go! */

body {
  /*background: #fff url("/images/design/header-background.gif") top repeat-x;*/
  background: #fff url('/images/design/header-background.png') no-repeat 50% 0;
  color: #000;
  font-family: "Arial", sans-serif;
  font-size: 15px;
}

a {
  color: #0381FF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#container, .container {
  margin: 0 auto;
  width: 965px;
}

/* Header */

#header {
  height: 110px;
  margin: 0 0 14px;
}

  #header h1 {
    float: left;
    padding: 50px 0 0;
  }
  
    #header h1 a {
      background: url("/images/design/logo.png");
      display: block;
      height: 60px;
      width: 224px;
    }
    
    #header h1 span {
      display: none;
    }

  #header-banner {
    float: right;
    padding: 10px 0 0;
  }
  
/* Navigation */

#nav {
  font-size: 16px;
  font-weight: bold;
  height: 36px;
  margin: 0 0 44px;
  float: left;
}

  #nav li {
    float: left;
    line-height: 36px;
    margin: 0 26px 0 0;
  }
  
    #nav a {
      color: #43A1FF;
    }
  
  li#post-yours {
    background: url("/images/design/nav-post-gradient.gif");
    border: #B2B2B2 1px solid;
    float: right;
    margin: 0;
  }
  
    #post-yours a {
      background: url("/images/design/nav-post-folders.png") 161px 1px no-repeat;
      display: block;
      height: 34px;
      line-height: 34px;
      padding: 0 0 0 9px;
      width: 238px;
    }
 
/* Icons */

#icons-box {
  font-size: 16px;
  font-weight: bold;
  height: 36px;
  margin: 0 0 44px;
  float: right;
}

  li#icons {
    border: #E4E4E4 1px solid;
    float: right;
	width: 247px;
	padding: 6px 0 4px 0;
  }
  
    #icons a {
      padding-left:30px;
    }


/* Content */

#content {
  float: left;
  width: 639px;
}

/* Search form */

#search {
  margin: 0 7px 36px 0;
}

#search input {
  border: #000 1px solid;
  border-bottom: #b2b2b2 1px solid;
  border-right: #b2b2b2 1px solid;
  font-family: "Arial", sans-serif;
  font-size: 15px;
  padding: 6px 0 6px 5px;
  margin: 0;
  width: 100%;
  color: #989995;
}

/* Article */

.highlight {
  background: #D1E8FF;
}

.article {
  margin: 0 0 43px;
}

  .article .meta {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 4px;
    padding: 0 0 1px;
    overflow: hidden;
  }
  
    .article .meta li {
      float: left;
      margin: 0 17px 0 0;
      color: #97978B;
      font-size: 12px;
    }
    
    .article .meta a {
      color: #97978B;
    }
    
    .article .date {
      background: url("/images/design/article-created.png") left 5px no-repeat;
      padding: 0 0 0 13px;
    }
    
    .article .follow {
      background: url("/images/design/article-follow-left.png") left 1px no-repeat;
      padding: 0 0 0 9px;
    }

      .article .follow span {
        background: url("/images/design/article-follow-right.png") right 2px no-repeat;
        display: block;
        padding: 0 10px 0 0;
      }

    .article .comments a {
      background: url("/images/design/article-comment-right.png") right 1px no-repeat;
      display: block;
      padding: 0 5px 0 0;
    }

      .article .comments span {
        background: url("/images/design/article-comment-left.png") left 1px no-repeat;
        display: block;
        padding: 0 0 0 5px;
      }

    .article .author img {
      vertical-align: top;
    }
    
  .article h2 {
    clear: both;
    font-size: 36px;
    line-height: 38px;
  }
  
    .article h2 a {
      color: #43A1FF;
    }
  
  .article .text {
    line-height: 133%;
    margin: 11px 0 8px 0;
  }
  
    .article .text p {
      margin: 0 0 11px;
    }
    
    .text blockquote {
      background: url("/images/design/article-blockquote.png") left 3px no-repeat;
      padding: 10px 0 0 40px;
      font-style: italic;
    }
  
  .article .categories,
  .article .tags {
    color: #656565;
    font-size: 12px;
    line-height: 16px;
    padding: 0 0 2px 20px;
  }
  .article .categories {
    background: url("/images/design/article-categories.png") left top no-repeat;
    padding-bottom: 10px;
  }
  .article .tags {
    background: url("/images/design/article-tags.png") left top no-repeat;
     padding-bottom: 5px;
  }
    .article .categories a,
    .article .tags a {
      color: #656565;
    }

/* Pager */

#pager {
	width: 150px;
	margin: 0 auto 43px auto;
	clear: both;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 12px;
	color: #000;
}
#pager a {
	color: #656565;
}
#pager a.next, #pager a.back {
	display: block;
	float: left;
	width: 35px;
	height: 35px;
	background: url(/images/design/next-inactive.png) no-repeat top left;
}
#pager a.next {
	float: right;
	background-image: url(/images/design/back-inactive.png);
}
#pager a.back.hover {
	background-image: url(/images/design/next-hover.png);
}
#pager a.next.hover {
	background-image: url(/images/design/back-hover.png);
}
#pager a.back.disabled, #pager a.back.hover.disabled {
	background-image: url(/images/design/next-disabled.png);
	cursor: no-drop;
}
#pager a.next.disabled,  #pager a.next.hover.disabled {
	background-image: url(/images/design/back-disabled.png);
	cursor: no-drop;
}


/*.pager {
  float: left;
  margin: 0 0 34px 7px;
}

  .pager .previous, .pager .next {
    background: url("/images/design/pager-previous.png") 7px center  no-repeat;
    display: block;
    float: left;
    height: 35px;
    text-indent: -9999px;
    width: 35px;
  }
  
  .pager .next {
    background: url("/images/design/pager-next.png") left center no-repeat;
    float: right;
  }

  .pager .previous:hover, .pager .next:hover {
    background: url("/images/design/pager-previous-hover.png") right center no-repeat;
    /*margin: 0 0 0 -10px;*/
  }
  
  .pager .next:hover {
    background: url("/images/design/pager-next-hover.png") left center no-repeat;
    margin: 0 0 0 -10px; 
  }

  .pager form {
    float: left;
    font-size: 13px;
    margin: 0 17px;
    height:	35px;
    line-height: 35px;
  }
  
    .pager form a {
      color: #656565;
    }
    
    .pager .input-wrapper {
      background: #000;
      display: -moz-inline-box;
      display: inline-block;
      padding: 0 1px 1px 0;
      line-height: 17px;
    }
    
      .pager input {
        border: #B2B2B2 1px solid;
        font-family: "Arial", sans-serif;
        font-size: 13px;
        height: 17px;
        margin: -1px 0 0 -1px;
        padding: 0 0 0 3px;
        width: 28px;
      }*/

/* Archive dropdown */

.archive {
  float: right;
  font-size: 13px;
  margin: 0 0 34px;
}

  .archive form {
    display: inline;
    padding: 0 0 0 5px;
  }
  
    .archive form div {
      display: inline;
    }
    
    .archive select {
      background: #fff;
      border: #000 1px solid;
      border-bottom: #B2B2B2 1px solid;
      border-right: #B2B2B2 1px solid;
      font-family: "Arial", sans-serif;
      font-size: 13px;
      height: 19px;
      margin: 0;
      padding: 0;
      width: 129px;
    }

/* Article banner */

.article-banner {
  background: #F3F3F3;
  border: #e4e4e4 1px solid;
  padding: 19px 0;
  text-align: center;
}

  .article-banner img {
    vertical-align: top;
  }

/*  ADS  */


.ads-link-post{
    padding-left: 15px;
}

.ads-side-big{
    text-align: center;
}


/* Comment */

.comments {
  margin: 44px 0 0;
}

  .comments h3, .add-comment h3 {
    font-size: 21px;
    margin: 0 0 22px;
  }
  
    .comments h3 span {
      color: #97978B;
    }
    
  .comments .comment {
    background: #FFFFFF;/*url("/images/design/comments-thread-vertical.png") 0 0 repeat-y;*/
    clear: both;
    overflow: hidden;
	margin-top: 20px;
  }
  
    .comment .avatar {
      float: left;
      /*margin: 0 0 18px;*/
    }

      .comment .avatar img {
        vertical-align: top;
      }
    
    .comment .meta, .comment .text {
      margin: 0 0 0 59px;
    }
	
    .comment .thread_pic {
	  background: url("/images/design/comments-thread-horizontal2.png") 0 0 repeat-x;
	  height: 1px;
	  margin-top: 30px;
    }
	
	
	/*.threaded .comment {
	  background: url("/images/design/comments-thread-horizontal2.png") 40px 70px repeat-x;
    }*/
    .comment .threaded {
      /*background: url("/images/design/comments-thread-vertical.png") 0 0 repeat-x;*/
	  /*background: url("/images/design/comments-thread-horizontal2.png") 0 70px repeat-x;*/
    }
    
    .comment .comment {
      /*background: url("/images/design/comments-thread-horizontal.png") 27px 25px no-repeat;*/
	  /*background: url("/images/design/comments-thread-horizontal2.png") 0 70px repeat-x;*/
      padding: 0 0 0 51px;      
    }
    
    .comments .comment.last {
      background: url("/images/design/comments-thread-last.png") 24px 0 repeat-y;     
    }
    
    .comment .meta {
      color: #97978B;
      font-size: 13px;
      margin-bottom: 7px;
    }
    
      .comment .meta a {
        color: #656565;
      }
      
      .meta .thread, .meta .reply {
        background: url("/images/design/comments-thread.png") top no-repeat;
        display: -moz-inline-box;
        display: inline-block;
        height: 12px;
        margin: 0 0 0 8px;
        text-indent: -9999px;
        width: 20px;
      }
      
      .meta .reply {
        background-image: url("/images/design/comments-reply.png");
        width: 22px;
      }

      .meta .thread:hover, .meta .reply:hover {
        background-position: bottom;
      }
      
    .comment .text {
      /*margin-bottom: 25px;*/
      line-height: 113%;
    }
    
      .comment .text p {
        margin: 0 0 8px;
      }

/* New comment form */

.add-comment {
  margin: 20px 0;
}

  .add-comment .preview {
    border: #E3E3E3 1px solid;
    border-bottom: 0;
    padding: 20px 20px 1px;    
  }
  
    .preview .comment .text {
      margin-bottom: 16px;
    }

  .add-comment form {
    background: #F3F3F3;
    border: #E3E3E3 1px solid;
    padding: 20px;
  }
  
  .add-comment .left {
    float: left;
    margin: 0 39px 0 0;
    width: 227px;
  }

  .add-comment .right {
    float: left;
  }
  
  .add-comment p {
    margin: 0 0 17px;
  }
  
  .add-comment label {
    font-weight: bold;
    padding: 0 0 0 9px;
  }
  
  .add-comment .input {
    background: #fff;
    border: #000 1px solid;
    border-bottom: #b2b2b2 1px solid;
    border-right: #b2b2b2 1px solid;
    display: block;
    font-family: "Arial", sans-serif;
    font-size: 15px;
    height: 16px;
    padding: 6px 0 6px 5px;
    margin: 5px 0 0;
    width: 227px;
  }
  
  .add-comment .error {
    background: #F89292;
    display: block;
    margin: 2px -3px -3px -3px;
    position: relative;
    padding: 3px;
    width: 234px;
  }
  
  .add-comment .right .error {
    margin-top: 1px;
    width: 331px;
  }
  
    .add-comment .error input, .add-comment .error textarea {
      margin: 0;
    }

  .add-comment span.file {
    height: 28px;
    padding: 0 0 0 5px;
  }

  .add-comment .file div {
    background: url("/images/design/comments-file.png") top !important;
    margin-top: 4px;
  }

  .add-comment .file div:hover {
    background: url("/images/design/comments-file.png") bottom !important;
  }

  .add-comment .file .file {
    border: 0;
    font-family: "Arial", sans-serif;
    font-size: 15px;
    margin-top: 4px;
  }

  .add-comment .remember {
    margin: 0 0 13px;
  }

    .add-comment .remember label {
      font-size: 13px;
      font-weight: normal;
      padding: 0;
    }
  
    .add-comment .remember input {
      display: inline;
      height: auto;
      margin: 0;
      width: auto;
    }

  .add-comment .controls {
    clear: both;
    line-height: 39px;
	/*padding-left: 256px;*/
  }
  
  .add-comment .controls p {
  	display: block;
  	width: 226px;
  	margin: 0;
  	padding: 0 0 0 30px;
	float: left;
	font-size: 11px;
	line-height: 39px;
	color: #909090;
	background: url(/images/design/info.png) no-repeat 9px center;
  }
  
    .add-comment .controls input {
      font-size: 16px;
      line-height: 16px;
      padding: 4px;
      width: 114px;
    }
  
  .add-comment .formating {
    display: block;
    float: right;
    margin: -4px 0 0;
  }

    .add-comment .formating a {
      background: url("/images/design/comment-formating.png") bottom left;
      display: block;
      float: left;
      height: 18px;
      text-indent: -9999px;
      width: 19px;
    }
    
    .add-comment .formating .italic {
      background-position: bottom center;
    }

    .add-comment .formating .hyperlink {
      background-position: bottom right;
    }

    .add-comment .formating .bold:hover {
      background-position: top left;
    }
    
    .add-comment .formating .italic:hover {
      background-position: top center;
    }

    .add-comment .formating .hyperlink:hover {
      background-position: top right;
    }

  
  .add-comment textarea {
    background: #fff url("/images/design/textarea-pattern.png") -1px top;
    border: #000 1px solid;
    border-bottom: #b2b2b2 1px solid;
    border-right: #b2b2b2 1px solid;
    display: block;
    font-family: "Arial", sans-serif;
    font-size: 15px;
    height: 230px;
    line-height: 29px;
    padding: 0 0 0 5px;
    margin: 4px 0 0;
    width: 324px;
  }
  
  .add-comment #f-post {
    margin: 0 0 0 10px;
  }

/* Sidebar */

#sidebar {
  float: right;
  font-size: 13px;
  line-height: 120%;
  width: 250px;
}

  #sidebar .box, #content .box {
    border: #e4e4e4 1px solid;
    margin: 0 0 20px;
    padding: 9px 9px 9px;
  }
  
  #sidebar .textwidget {
  	margin: 0 0 20px;
  }
  
  #content .ad-after-fifth .textwidget {
	background: #f3f3f3;
	border: 1px solid #e3e3e3;
	padding: 15px;
	text-align: center;
	margin: 0 0 43px 0;
  }
  
  #content .ad-before-post .textwidget {
  	background: #f3f3f3;
	border: 1px solid #e3e3e3;
	padding: 15px;
	text-align: center;
	margin: 15px 0;
  }
  
    #sidebar .box h3, #content .box h3 {
      color: #000000;
      font-size: 21px;
      margin: 2px 0 13px;
    }
    
    .box li {
      /*background: url("/images/design/bullet-triangle.png") 0 5px no-repeat;*/
      padding: 0 0 7px 0;
    }

/* Categories */

#categories, #links {
  padding-bottom: 3px !important;
}

  #categories a, #links a, #most-viewed a {
    font-weight: bold;
  }

  #categories li.open {
    background: url("/images/design/bullet-triangle-down.png") 0 6px no-repeat;
  }

  #categories ul ul {
  }

    #categories ul ul li {
      background: url("/images/design/bullet-arrow.png") 0 11px no-repeat;
      padding: 6px 0 0 8px;
    }
    
    #categories ul ul a {
      color: #656565;
    }

/* Last comments */

#last-comments {
  padding-bottom: 6px !important;
}

  #last-comments li {
    background: transparent;
    padding: 5px 0 2px;
  }

    #last-comments .author {
      line-height: 19px;
      margin: 0 0 4px;
    }

    #last-comments .author a {
      color: #656565;
    }

    #last-comments img {
      vertical-align: top;
    }

 /* Tags */   

#moinid-tags a{
	line-height: 20px;
}
    
    
.wp-caption-text {
	color: #97978B;
    font-size: 12px;
}

strong {
	font-weight: bold;
}

.textwidget .box {
	text-align: center;
}

.wp-caption.aligncenter {
	margin: 0 auto;
	text-align: center;
}

#content .box .textwidget {
	float: right;
	padding: 35px;
}

#content .box li {
	padding: 0 0 12px 0;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 0em;
	height: 0;
	margin: 0;
	padding: 0;
}

.article{
    position: relative;
}

.share_buttons {
    position: absolute;
    top: 0px;
    right: 0px;
}
.share_buttons div {
    float: left;
}

/* Footer */

#footer {
    font-size: 13px;
    line-height: 120%;
    padding: 13px 0 19px;
    background: #FAC340;
    margin-top: 50px;
}

#footer .container{
    margin-bottom: 20px;
}

#footer .post_tags {
    padding-top: 10px;
    float: left;
}

#footer .post_tags ul{
    float: left;
    width: 128px;
}

#footer .post_tags ul a,
#footer .more-link a{
    color: #962300;
    line-height: 120%;
}

#footer .post_tags ul a:hover,
#footer .more-link a:hover{
    color: #962300;
    text-decoration: underline;
}

#footer .more-link a{
    font-weight: bold;   
}

#footer .more-link {
    padding-top: 7px;
}

#footer .about {
    padding-top: 10px;
    float: right;
    width: 250px;
    color: #000000;
}


#footer h3{
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #000;
}

#footer .bottom {
    padding-top: 20px;
}

#footer .copyright {
    color: #A07D29;
    float: left;
}

#footer .menu {
    float: left;
}

#footer .menu ul li{
    float: left;
}


#footer .menu ul li a{
    color: #962300;
    line-height: 120%;
    margin-left: 20px;
}

#footer .menu ul li a:hover{
    color: #962300;
    text-decoration: underline;
}