/*
Theme Name: Addtraction
Author: Janne Uusitalo
Template: traction
*/

@import url('../traction/style.css');
/* @import url('liberation-sans/stylesheet.css');
@import url('liberation-serif/stylesheet.css'); */

.comments_in_index {
	float:right;
}

#footer-middle li.widget_text .textwidget {
	font-size: 1.3em;
	margin: 14px 0;
}

#copyright a:link, #copyright a:visited {
  color: #fff;
  font-weight: normal;
}

div#title, div.logo img {
  padding: 10px 0 0 10px;
}

body {
	font-family: "Liberation Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
}

/* Create indentation for flexo archive li's */
.flexo_widget_archives li li {
	padding-left: 10px;
}

/* Decorate sidebar lists with bullet holes */
#sidebar li.widget li {
	list-style-type: disc;
	list-style-position: inside;
}

/* Space between result listings and following chapter */
ol.results {
	margin-bottom: 1.5em;
}

/* Thumbnail images and their captions in posts */

.post .post-content img, .attachment img, .navigation .alignleft img, .navigation .alignright img {
  padding: 3px;
  margin: 4px 10px;
  border: 1px solid #b7a99a;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

.post .post-content img.alignleft, .attachment img.alignleft{ margin-left: 0; }
.post .post-content img.alignright, .attachment img.alignright{ margin-right: 0; }
.post .post-content img.aligncenter, .attachment img.aligncenter{ margin: 0 auto; text-align: center; }

.attachment-entry{
  text-align: center;
}

.attachment div.caption{
  background:#F7F7F7;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding-top:5px;
  margin:4px 10px;
  text-align:center;
  color: #8d8b8b;
  min-width: 0; /* ie7 peakaboo fix */
}

/* no border on smilies */
img.wp-smiley, .post .post-content img.wp-smiley, .attachment img.wp-smiley{
  padding: 0;
  margin: 0;
  border: 0;
}

.wp-caption {
  background:#F7F7F7;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding:.4em 0;
  margin:4px 10px;
  text-align:center;
  font-size: 90%;
  color: #928a85;
}

.wp-caption img, .post .post-content .wp-caption img, .attachment .wp-caption img{
  margin: 0;
  border: 0;
  padding: 0;
}

.wp-caption.alignleft {
	margin-left: 0;
}

.wp-caption.alignright {
	margin-right: 0;
}

.aligncenter, .youtube {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignleft { float: left; }
.alignright { float: right; }

