body {
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #979797;
}

blockquote.standard {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	width: 80%;
	padding: 1em 45px 75px 45px;
	line-height: 1.45;
	position: relative;
	color: grey;
}

blockquote.standard:before {
   display: block;
   content: "\201C";
   font-size: 100px;
   position: absolute;
   margin:25px 0px 0px 0px;
   left: -5px;
   top: -50px;
   color: #595959;}

blockquote cite.standard {
	color: #999999;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	float: right;
   }

blockquote cite.standard:before {
   content: "\2014 \2009 \2009";}


.manager.thumbnails > li{
  float: left;
  margin: 0 0 9px 25px;
}

.filter .btn-toolbar {
overflow: hidden;
}

.mod-search__aside .mod-search_searchword {
	width: 13%;
	opacity: 0.3;
	float: right;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 16px;
}

#content-row .container {
  background-position: 50% 0 #1a1c1d;
  background-image: url(../images/content_texture.gif);
  background-color: #1a1c1d;
  padding-top: 54px;
  padding-bottom: 12px;
}

.quote {
  margin-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
}

.quote-attrib {
  text-align: right;
  padding-left: 50px;
  padding-right: 50px;
}

.caption-article {
  line-height: 18px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 25px;
  font-size: 14px;
  text-align: left;
}

.abstract {
  font-family: ''Source Sans Pro', sans-serif;
  font-style: italic;
  padding-left: 25%;
  padding-right: 25%
}

/* tables */

table { max-width: 100%; border-collapse: collapse; border-spacing: 0;}

.pro_table { width: 100%; margin-bottom: 18px;}

.pro_table th, .pro_table td { padding: 8px; line-height: 15px; text-align: left; border-top: 1px solid #ddd;}

.pro_table th { font-weight: bold; vertical-align: bottom;}

.pro_table td { vertical-align: top;}

.pro_table thead:first-child tr th, .pro_table thead:first-child tr td { border-top: 0;}

.pro_table tbody + tbody {border-top: 2px solid #ddd;}

.pro_table-condensed th, .pro_table-condensed td { padding: 4px 5px;}

.pro_table-bordered { border: 1px solid #ddd; border-collapse: separate; *border-collapse: collapsed;border-radius: 4px;}

.pro_table-bordered th + th,

.pro_table-bordered td + td,

.pro_table-bordered th + td,

.pro_table-bordered td + th { border-left: 1px solid #ddd;}

.pro_table-bordered thead:first-child tr:first-child th, 

.pro_table-bordered tbody:first-child tr:first-child th,

.pro_table-bordered tbody:first-child tr:first-child td { border-top: 0;}

.pro_pro_table-bordered thead:first-child tr:first-child th:first-child, 

.pro_table-bordered tbody:first-child tr:first-child td:first-child {border-radius: 4px 0 0 0;}

.pro_table-bordered thead:first-child tr:first-child th:last-child, 

.pro_table-bordered tbody:first-child tr:first-child td:last-child {border-radius: 0 4px 0 0;}

.pro_table-bordered thead:last-child tr:last-child th:first-child, 

.pro_table-bordered tbody:last-child tr:last-child td:first-child {border-radius: 0 0 0 4px;}

.pro_table-bordered thead:last-child tr:last-child th:last-child, 

.pro_table-bordered tbody:last-child tr:last-child td:last-child {border-radius: 0 0 4px 0;}

.pro_table-striped tbody tr:nth-child(odd) td, 

.pro_table-striped tbody tr:nth-child(odd) th {background-color: #f9f9f9;}

.pro_table-striped2 thead th,

.pro_table-striped2 tbody tr td:first-child {background-color: #f9f9f9;}


/* box */

.boxhead {
	font-family: 'Oswald', Calibri, Geneva, Helvetica, sans-serif;
	line-height: normal;
	margin: 10px 0 0 0;
	font-size: 28px;
}

.shadow-box {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding: 20px 28px;
	background: url(../images/main-texture.png) 50% 0;
	background-color: #222222;
	border-top: 1px solid #333;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #333;
	color: #CCC;
	line-height: 1.35;
}


/*ShadowBbox CSS3 Properties*/

.shadow-box {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 10px 10px 20px #666;
	-webkit-box-shadow: 10px 10px 20px #666;
	box-shadow: 10px 10px 20px #666;
}

.shadow-box a, .shadow-box a:visited,
#footer a, #footer a:visited {
	color: #9797A6; 
}

.shadow-box a:hover, .shadow-box a:focus,
#footer a:hover, #footer a:focus {
	color: #8e1a36;
	outline: 0;
}

div.row-middle {
	float: left;
	width: 304px;
	height: 220px;
	padding: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #151515;
	border: 1px solid #424242;
	margin-top: 10px;
}


/* Homepage changes */

.mostread, .module-aboutlotus, .module-gethebook {
	font-family: 'Oswald',sans-serif;		
	font-size: 16px;
}

.mostread {
    color: #8e1a36;
    list-style: disc outside none;
    margin-left: 20px;
  }

.module-aboutlotus, .module-gethebook, .getthebook-first {
	color: #979797;
}

.module-gethebook img {
	margin-bottom: 18px;
}
.module-gethebook a:hover img {
	opacity: 0.8;
}

a:hover .getthebook-first, .page-featured__home .item_title a:hover {
	color: #515151;
}

.page-featured__home .readmore, .module-aboutlotus .readmore {
	text-transform: uppercase;
	float: right;
}


.body__home .moduleTitle, .body__home .page_header h1 {
	text-transform: uppercase;
	font-size: 16px;	
	line-height: 18px;	
}

.body__home .moduleTitle:after, .body__home .page_header > *:after {
	width: 100%;
}

.body__home #component {
	padding-left: 0;
	padding-right: 50px;
}

@media (max-width: 767px) {
	.body__home #component {
		padding-right: 0px;
	}
}

.body__home #aside-right {
	padding-right: 0;
}

.body__home #content-row .container {
	background-color: transparent;
	background-image: none;
}

.page-featured__home .abstract {
	padding-left: inherit;
	padding-right: inherit;
	font-style: inherit;
}

.page-featured__home .item {
	font-family: 'Oswald',sans-serif;	
}

.page-featured__home .item_title, .page-featured__home .item_title a {
	color: #fff;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
}

.page-featured__home .item_title {
	margin-bottom: 10px;	
}

.page-featured__home .item_author {
	color: #8e1a36;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: 'Oswald',sans-serif;		
}

.mod-search a.btn {
    margin-right: 20px;
}

.mcSignupModule {
    font-family: "Oswald",sans-serif;
}

.mcSignupModule .inputbox {
    opacity: 0.3;
}

.mcSignupModule .btn {
    margin-top: 20px;
    background: rgba(0, 0, 0, 0) url("../images/button_marker.png") no-repeat scroll 100% bottom;
}

.mcSignupModule .intro {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px !important;
}

.social li a {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}


/*Defines Sub Menu Styling*/
.navigation ul.sf-menu ul > li a,
.navigation ul.sf-menu ul > li span {
  color: #bababa;
}
.navigation ul.sf-menu ul > li a:hover,
.navigation ul.sf-menu ul > li span:hover {
  color: #c42525;
}
