.minionProRegular {
	font-family: "minion-pro", georgia, serif;
	font-style: normal;
	font-weight: 400;
}

.minionProItalic {
	font-family: "minion-pro", georgia, serif;
	font-style: italic;
	font-weight: 400;
}

.minionProBold {
	font-family: "minion-pro", georgia, serif;
	font-style: normal;
	font-weight: 700;
}

.alternativeGothic {
  font-family: "alternate-gothic-no-3-d", sans-serif;
	font-style: normal;
	font-weight: 400;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}

h4 {
  margin-top: 25px;
}

h6 {
  margin-top: 25px;
  text-transform: uppercase;;
  letter-spacing: 1px;
  font-size: 13px;
  color: #888888;
}

h6.first {
	margin-top: 0px;
}

img.author-pic {
    border: 0px;
    width: 150px;
    border-radius: 50em;
}

.row {
  margin-bottom: 20px;
}
.row .row {
  margin-top: 10px;
  margin-bottom: 0;
}

[class*="col-lg-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}

#bio {
	margin-top: 0px;
	line-height: 23px;
}

@media (min-width: 992px){
    #bio {
		margin-top: 8px;
	}
}

#bio a {
	color: #444;
	border-bottom: 1px solid #ddd;
	padding-bottom: 0px;
}

#bio a:hover {
	color: #333;
	border-bottom: 1px solid #aaa;
	text-decoration: none;
}

#social {
	margin-top: 30px;
	margin-bottom: 10px;
}

#social a {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	padding: 0px;
	margin-right: 8px;
	overflow: none;
}

#social a:before {
	color: #428bd4;
	font-size: 24px;
}

#social a:hover:before {
	color: #4f6496;
	background-color: none;
}

#sidebar .nav-pills li > a {
	background-color: #efefef;
}

#sidebar .nav-pills li > a:hover {
	background-color: #dfdfdf;
}

span.category {
	border-radius: 2px;
	background-color: #999;
	color: #eee;
	font-size: 9px;
	padding: 3px 4px 2px 4px;
	margin-left: 3px;
	position: relative;
	top: -1px;
	font-family: "Helvetica", Arial, sans-serif;
}

#sidebar .nav-pills li > a:hover > span.category {
	background-color: #555;
}

.vanish {
		display: none;
	}

@media (min-width: 970px) {
	.vanish {
		display: block;
	}
}