/*
 Theme Name:   Twenty Thirteen Child
 Theme URI:    http://example.com/twenty-thirteen-child/
 Description:  Twenty Thirteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentythirteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-thirteen-child
*/

@import url("../twentythirteen/style.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Gafata");

body {
	background: #e2e2e2 url('images/background.png') repeat;
        min-width: 600px;
}

#masthead {
	background: url('images/bg.jpg') repeat;
}

.site {
	max-width: 960px;
	border: none;
}

h1.site-title {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
}

h2.site-description {
	color: #fff;
	font-size: 20px;
}

.site-header .home-link {
	min-height: 180px;
}

h1.entry-title {
	font-size: 24px;
}

.sidebar .site-footer .widget-area {
	left: 20px;
	max-width: 940px;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 960px;
	padding: 0 316px 0 30px;
}
.site-info {
	padding: 30px;
}

.archive-title,
.archive-meta {
	padding: 30px 10px;
}

.syntaxhighlighter .toolbar {
	display: none !important;
}