/*
Theme Name: Matchsnack
Theme URI: http://matchsnack.se/
Description: Matchsnack blogg
Version: 0.8
Author: Rikard Ekberg
Author URI: http://kroofy.com/
Tags: matchsnack

	Yeah!

*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	background-color: #f4f4f4;
	color: #333;
}

a {
	color: #11891C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

input {
	font: 12px/1.4 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	border: 1px solid #ccc;
	color: #333;
	padding: 3px 3px 3px 3px;
	
}

input[type="text"].search-text {
	font-size: 10px;
	width: 155px;
}

input[type="submit"] {
	font-size: 11px;
	background-color: #bbb;
	margin-top: 5px;
	border-top: 1px solid #999;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 1px solid #999;
	padding: 1px 6px 1px 6px;
}

textarea {
	font-size: 12px;
	padding: 1px 6px 1px 6px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
	margin-bottom: 13px;
}

h2 {
	font-size: 23px;
	margin-bottom: 11px;
}

h3 {
	font-size: 21px;
	margin-bottom: 9px;
}

h4 {
	font-size: 19px;
	margin-bottom: 7px;
}

h5 {
	font-size: 17px;
	margin-bottom: 5px;
}

h6 {
	font-size: 15px;
	margin-bottom: 3px;
}

/* Text */

p {
	font-size: 13px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/*
	BANNER FORMATS
*/

.leaderboard {
	margin: 20px auto 0px auto;
	color: #fff;
	text-align: center;
}

.vert-banner {
	width: 120px; height: 240px;
	background-color: #333;
	color: #fff;
	text-align: center;
}

.skyscraper-wide {
	padding-top: 20px;
	width: 160px; height: 600px;
	background-color: #fff;
	color: #fff;
	text-align: center;
}

.skyscraper {
	width: 120px; height: 600px;
	background-color: #333;
	color: #fff;
	text-align: center;
}

/*
	SITE COMPONENTS
*/


#container {
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#main-content {
	
}

.single {
	margin-top: 40px;
}

#site-title {
	margin-top: 0px;
	font-size: 20px;
}

#header {
	margin-bottom: 0px;
}

#preface {
	margin-top: 30px;
	margin-bottom: 50px;
}

#preface-content {
	padding: 10px 14px;
	background-color: #fefedb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#footer {
	background-color: #eee;
}

.logo {
	background-color: transparent;
	background-image: url('img/logo-matchsnack.png');
	background-repeat: no-repeat;
	width: 150px;
	height: 110px;
}

/*
	POST
*/

.post {
	margin-bottom: 40px;
}

.post-header {
	margin-bottom: 0;
}

.post-date {
	color: #888;
	text-align: right;
	padding: 0;
	margin: 0;
}

.post-author {
	color: #888;
}

.post-content p {
	margin: 10px 0 10px 0;
}

.post-content a {
	color: #11891C;
	text-decoration: underline;
}

.post-content a:hover {
	color: #11891C;
	text-decoration: none;
}

.post-content a:visited {
	color: #333;
	text-decoration: underline;
}

.post-tags {
	color: #888;
	font-size: 11px;
}

.post-comments {
	color: #888;
	font-size: 13px;
}

.social-share {
	text-align: center;
}


/*
	COMMENTS
*/

#comment-container {
	margin-top: 30px;
}

/*
	SIDEBAR
*/

#sidebar-left {
	margin-top: 50px;
}

#sidebar-search {
	margin-bottom: 20px;
}

/*
	MENU
*/

#menu {
	margin-top: 40px;
}

#menu ul {
	padding: 0;
	margin: 0 0 30px 0;
	list-style: none;
}

#menu li {
	padding: 5px 0 0 0;
	margin: 0;
	list-style: none;
}