/*
 Theme Name:   Carton Child
 Theme URI: http://themes.bavotasan.com/2012/carton/
 Author: c.bavota
 Author URI: http://bavotasan.com
 Template:     carton
 Text Domain:  carton-child
*/

/*
@font-face{
  font-family:'Inconsolata';
  src: url('fonts/Inconsolata.otf') format('otf');
  src: local('Inconsolata'), url(fonts/Inconsolata.woff2) format('woff2');
  font-style: normal;
  font-weight: 400;
}*/

@import url(https://fonts.googleapis.com/css?family=Inconsolata:400,700);

body {
  -moz-transition: left 0.25s ease-in-out;
  -o-transition: left 0.25s ease-in-out;
  -webkit-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
  position: relative;
  left: 0;
  text-shadow: 1px 1px 0 #fff;
  letter-spacing: 0.05em; }
  body.basic {
    color: #555;
    font-family: 'Inconsolata', serif;
    background: #fff; }

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, 
body.basic, .basic h1, .basic h2, .basic h3, .basic h4, .basic h5, .basic h6,
.basic #site-title, .basic #site-description,
.basic .entry-title, .basic .entry-meta,
.basic .post-category, .basic
.post-format, .basic
.page-title  {	
	font-family: 'Inconsolata', serif;
	letter-spacing: 0;
}

article {
    border-top: 1px solid;
}

.more-link, .button, #posts-pagination a, input[type="submit"], .comment-reply-link {
	text-shadow: none;
	background: #F0F0F0;
	color: #222 !important;
}

.widget ul {
    padding: 0 0 0 15px;    
}

.widget li {
    padding: 0 0 0 10px;
}