/*Theme Name: BootstrapTheme
Theme URI: 
Description: Bootstrap base theme
Version: 1.0
Author: Kamil
Author URI: 
Tags: Bootstrap
*/

* {
	border-radius: 0 !important;
}

#main-container {
	
}


.post-index {
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}

.post-index:last-child {
	border-bottom: 0;
}

.post-header {
	margin-bottom: 10px;
	font-size: 12px;
}

.wp-post-image {
	margin-bottom: 5px;
}

.footer {
	padding-top: 10px;
}

.footer .name {
	padding-top: 10px;
	border-top: 6px solid #6895b2;
}

.gallery-item {
	display: inline-block;
	padding: 5px;
}

#main-container img {
	border: 1px solid #6895b2;
	margin-bottom: 10px;
}

.gallery-caption {
	text-align: center;
}

.size-thumbnail {
	display: inline-block;
}

#scrollUp {
	bottom: 20px;
	right: 20px;
	height: 38px;  
	width: 38px; 
	background: url("lib/images/top.png") no-repeat;
}

#logo img {
	padding: 5px 0;
	max-height: 120px;
}

#logo h1 {	
	color: #6895b2;
	font-size: 32px;
	margin-top: 36px;
}

@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}

@media (max-width: 767px) {
	#logo img {
		margin: 0 auto;
	}
}