/* Theme Name: A Presentation Novel
	Theme Description: Bootstrap-basiertes Theme f&uuml;r apresentationnovel.com
	Author: Boris B&auml;sler
	Version: 0.1
	URI: http://www.apresentationnovel.com/
*/

@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}
body {
	font-weight: 300;
	color: #222;
	background-color: #f7f7f7;
	font-size: 13px;
	line-height: 18px;
	padding-top: 50px;
}
.container {
	padding: 0 5px;
}
iframe {
	border: none;
	overflow: hidden;
	margin: 0;
}
a {
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #222;
}
li.active a {
	color: #222;
}
h2, h3 {
	font-weight: 300;
    font-size: 18px;
}
h1 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 5px;
}
#header {
	box-shadow: 0 4px 3px -3px rgba(0,0,0,.1);
	padding: 25px 15px 15px 15px;
}
h1.title {
	font-weight: 700;
	font-size: 52px;
}
h1.title a {
	text-decoration: none;
	color: #222;
}
h1.title a:hover {
	color: #222;
}
h2.description {
	font-size: 36px;
	font-weight: 500;
}
h1 a {
	color: #222;
}
h1 a:hover {
	text-decoration: none;
	color: #666;
}
header {
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	font-weight: 500;
	font-size: 22px;
}
blockquote {
    font-size: 13px;
    margin: 0;
    color: #666;
    border-left: 5px solid #d7d7d7;
}
.author {
    text-align: right;
    margin-bottom: 20px;
    color: #666;
}
.post ul {
    list-style-type: none;
}
.post ul li:before {
    content: "\00BB\0020";
}
.entry {
	padding: 10px 0;
}
.navbar-default {
	background-color: #d7d7d7;
}
.navbar-default .navbar-nav .active a {
	color: #222;
	background-color: transparent;
}
.navbar-default .navbar-nav .active a:hover {
	color: #222;
	background-color: transparent;
}
.navbar-default .navbar-nav a:hover {
	color: #222;
	background-color: transparent;
}
.navbar-default .navbar-brand {
	color: #666;
	font-size: 22px;
}
.navbar-default .navbar-brand:hover {
	color: #222;
}
.navbar-right {
	font-size: 18px;
	font-weight: 300;
}
.home {
	padding: 10px 0 0 0;
}
.sidebar {
	padding-top: 20px;
}
div.widget {
	box-shadow: 0 4px 3px -3px rgba(0,0,0,.1);
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.widget .title {
	font-weight: 500;
	font-size: 13px;
	padding-bottom: 5px;
}

.widget .menu-item {
	font-weight: 300;
	font-size: 13px;
	display: block;
	padding: 2px 10px;
}

.affix {
	top: 65px;
	position: relative;
}

@media (min-width: 768px) {
    #header {
        background-image: url(/wp-content/themes/apresentationnovel.com/boris_drawing.gif);
        background-repeat: no-repeat;
        background-position: right;
    }
	body {
		padding-top: 30px;
		font-size: 15px;
		line-height: 21px;
	}
    h1 {
        font-size: 21px;
    }
    h2 {
        font-size: 21px;
    }
    blockquote {
        font-size: 15px;
    }
	.container {
		padding: 0 15px;
	}
	.affix {
		width: 210px;
		position: fixed;
	}
	.widget .title {
		font-size: 15px;
	}
	.widget .menu-item {
		font-size: 15px;
	}
	.home {
		padding: 10px 15px 0 15px;
	}
	small {
		font-size: 10px;
	}
	li.active:after {
		position: absolute;
		bottom: 0;
		left: 50%;
		display: block;
		content: " ";
		width: 0;
		height: 0;
		margin-left: -5px;
		vertical-align: middle;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		border-bottom: 5px solid;
	}
}

@media (min-width: 992px) {
	body {
		font-size: 21px;
		line-height: 29px;
	}
    #header {
        background-image: url(/wp-content/themes/apresentationnovel.com/boris_drawing_broad.gif);
        background-repeat: no-repeat;
        background-position: right;
    }
    blockquote {
        font-size: 21px;
    }
	.affix {
		width: 283px;
		position: fixed;
	}
	.widget .title {
		font-size: 21px;
	}
	.widget .menu-item {
		font-size: 21px;
	}
	small {
		font-size: 12px;
	}
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 30px;
    }
}
.sidebar .nav li a {
	padding: 2px 10px;
}
.sidebar .nav li a:hover {
	background-color: transparent;
}
.sidebar .nav li.active:after {
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	content: " ";
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid;
}
ul.menu {
	-webkit-padding-start: 10px;
}
ul.menu li {
    list-style-type: none;
    padding-left: 10px;
}
.tooltip-inner {
	background-color: rgba(0, 0, 0, 0.8);
	
}