/*
Theme Name: The Bootstrap Geohackers
Theme URI: http://geohackers.in
Description: Child theme for the Bootstrap theme
Author: Sajjad Anwar & ajantriks
Author URI: http://twitter.com/geohacker
Template: the-bootstrap
Version: 0.1.0
*/

@import url("../the-bootstrap/style.css");

#page {
	border-radius: 6px;
}

.widget-title {
	font-size: 20px;
	color: grey;
	}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	}

blockquote p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.6;
	}

.entry-title a {
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	font-weight: 600;
	}

.entry-title a:hover {
	color: #005580;
	text-decoration: none;
	}

#site-description {
	font-family: 'Open Sans', sans-serif;
	color: #666666;
	font-size: 18px;
	//margin-left: 215px;
	}

.page-header {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	border-bottom: 1px solid #EEEEEE;
	margin: 20px 0 30px;
	padding-bottom: 4px;
	}

.page-header .entry-meta {
	margin: 20px 0 20px 0;
	}

.dropdown-menu li > a {
	clear: both;
	color: #666;
	display: block;
	font-weight: normal;
	line-height: 20px;
	padding: 3px 20px;
	white-space: nowrap;
	}

.dropdown-menu li > a:hover {
	background-color: #0088CC;
	color: #efefef;
	}

.thumbnail {
	border: none;
	box-shadow: none;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0px;
	}

#branding hgroup, #header-image, .entry-content {
	margin-bottom: 35px;
}
table {
	margin-top:50px;
	margin-bottom:50px !important;
	}

.subheading {
	font-size:18px;
	}

#author-info h2 {
	//margin-left: 30px;
	display: none;
}

#author-description {
//	margin-left: 210px;
//	margin-top: 10px;
}

#colophon #page-footer p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	margin: 0 0 20px;
	text-align: center;
	}