/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt

Color Palette "Odd but Trendy" - colourlovers.com
light-sky blue #E0EFF1, RGB: 224,239,241
dark sky blue #7DB4B5 RGB: 125,180,181
purple without brown #680148 RGB: 104,1,72
white
black
*/
/* special typology */
figcaption {
	font-size: 80%;
	padding: 0 5px;
}

/* used for the Reference label */
p.no-vspace {
	margin-bottom: 0;
	font-size: 80%;
}

blockquote {
	font-size: 14px;
/* take out the styles left grey line */
	border-left: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
}

/* for the blockquote poems, stanzas,etc. */
blockquote.poem p {
	margin-bottom: 0;
}

/* Post styles */
ul.no-bull > li {
	list-style-type: none;
	margin-left: -40px;
	padding-left: 0;
}

ul.ref-list > li {
	list-style-type: none;
	font-size: x-small;
	margin-left: -40px;
}

ul.no-bull-indent > li {
	list-style-type: none;
	padding-left: 0;
}

/* for para in list */
li p {
	margin: 0;
}

/*optional space below image */
img.space-below {
	margin-bottom: 5px;
}

/* standard table styling */
table, th, td {
	border: 1px solid black;
	padding: 5px;
	text-align: left;
}

table {
	width: 506px;
}

tbody {
	vertical-align: top;
}

/*Special Fonts for select headers*/
@font-face {
	font-family: 'headEmphasis';
	src: local('headEmphasis'), url('http://www.geriwalton.com/wp-content/themes/bootstrap-basic/fonts/FiraSans-regular.otf') format("opentype");
	font-stretch: ultra-expanded;
}

@font-face {
	font-family: 'blockEmphasis';
	src: local('blockEmphasis'), url('http://www.geriwalton.com/wp-content/themes/bootstrap-basic/fonts/FiraSans-ExtraLight.otf') format("opentype");
}

@font-face {
	font-family: 'bookTitle';
	src: local('bookTitle'), url('http://www.geriwalton.com/wp-content/themes/bootstrap-basic/fonts/AlexBrush-Regular.ttf') format("truetype");
}

/* Custom CSS for globals like header and titles */
.site-branding {
	background-color: #7DB4B5;
	padding-top: .3em 0 .3em 0;
/* padding-left: 2em; */
	border: 0;
}

div.row-with-vspace:nth-child(1) {
	margin-bottom: 5px;
	padding-bottom: 15px;
}

h1.site-title-heading {
	display: inline-block;
}

h1.site-title-heading a {
	color: #E0EFF1;
}

h1 a {
	color: #680148;
	font-size: 22pt;
}

div#main-column.col-md-12.content-area.one-col h1.entry-title {
	display: none;
}

div.site-title > div.site-description {
	display: inline-block;
	width: 70%;
	padding-left: 5px;
}

div.site-description small {
	color: white;
	font-size: 18px;
	display: inline-block;
}

/* styles with custom fonts */
h1, h2 {
	font-family: "headEmphasis", sans-serif;
	color: #7DB4B5;
}

blockquote.bigquote {
	font-family: "blockEmphasis", sans-serif;
	border-left-style: none;
	color: #680148;
	font-size: 150%;
	padding: .25em;
	text-align: left;
}

/*navbar styles from design*/
.navbar-default .navbar-nav a {
	padding-top: .25em;
	padding-bottom: .25em;
	margin-bottom: 0;
}

.navbar {
	min-height: 25px;
	margin: 0 -15px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: black;
	background-image: none;
	background-repeat: none;
	color: white;
}

.navbar-default .navbar-nav>a, .navbar-default .navbar-nav>a#disabled {
	color: gray;
}

/* Section tag */
section {
	background-color: white;
	height: 26em;
	padding: 0 .5em .25em;
	margin-bottom: 1em;
}

section.rightline {
	border-right: .27em dotted #7DB4B5;
	border-bottom-color: black;
	padding-right: 3em;
}

section div.rssBody ul {
	list-style-type: none;
	padding-left: 0;
}


/* RSSimport feed styling */

section.feed ul {
    list-style: none;
    padding-left: 0;
}
section.feed li {
    color: #7DB4B5;
		padding-top: 5px;
}

/*CHANGE color of boostrap buttons to match palette*/
a.btn.btn-default.btn-info.btn-sm {
	background-color: #7DB4B5;
	color: white;
	background-image: none;
	background-repeat: none;
	border: none;
}

/* bookttitle on book page */
.inlinepics {
	padding-top: .4em;
}

span#bookTitle {
	font-family: "bookTitle";
	font-size: 300%;
	text-align: center;
	max-width: 400px;
	padding-bottom: 2em;
/*  padding: 0em auto 5em auto;   */
	color: #680148;
/*  text-align: center;*/
	font-style: italic;
}

/* tabs for jquery */
.tab-content {
	height: 220px;
}

.tabimage {
	float: left;
	opacity: .99;
	padding-right: .5em;
	padding-top: .25em;
}

.inlinepics {
	padding-top: .4em;
}

/* widgets */
li.cat-item a, aside a {
	color: #7DB4B5;
}

/* Admin screen buttons enhancement */
.html-active .switch-html, .tmce-active .switch-tmce {
	background: #F5F5F5 none repeat scroll 0 0;
	color: #555;
	border-bottom-color: #F5F5F5;
	font-weight: bold;
	font-size: large;
}