/********************************* colour definitions ********************************* 

sage    #CED98F
crimson   #990033
orange   #D57900

light grey #EBEBEB
dark grey  #585858
dark blue  #0074BA
light blue #EEF5FB
orange   #FF6622
sidharta red#DD2520
sidharta not so red #EF3339

 */
li {
	list-style: none;
}

a {
	color: #3fb0ac;
	text-decoration: none;
}

a:hover, a:focus {
	color: #3fb0ac;
	text-decoration: underline;
}

/********************************* redefined tags *********************************/
body {
	background-color: #ddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
	text-align: left;
}

h2 {
	color: #666666;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 2px;
	padding: 2px;
	text-align: left;
}

h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: 141414;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
}

h4 {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif
}

h5 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
}

h6 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

img {
	border: none;
}
/********************************* header *********************************  */
header.header {
	margin: 0;
	padding: 10px;
	background: #FFF; /*border-bottom:1px solid #585858;*/
}

@media screen and (min-width:0px) and (max-width: 768px) {
	.listings {
		float: none;
		width: 100%;
	}
}

@media screen and (min-width:0px) and (max-width: 768px) {
	.top-bar {
		display: none;
	}
}

@media ( min-width : 768px) {
	.navbar-nav>li>a {
		padding-right: 12px;
	}
}

@media ( max-width : 768px) {
	.navbar-fixed-bottom {
		position: relative;
	}
}

header.header .top-bar {
	margin: 0;
	padding: 0;
	height: 24px;
	float: right;
}

.header-section {
	margin-top: 50px;
	background-color: #ddd;
}

.heading-image {
	float: left;
	padding: 0;
	margin: 10px 0 0 0;
}

@media screen and (min-width:0px) and (max-width: 768px) {
	.heading-image {
		display: none;
	}
}

.heading-image img {
	border-radius: 7px;
}

.heading-text {
	float: left;
	padding: 10px 0 0 8px;
	margin: 0;
}

.heading-text h1, .heading-text p {
	letter-spacing: 5px;
	font-weight: bold;
	font-size: 22px;
	color: #141414;
	padding: 0px;
	margin: 10px 0 0 0;
}

.heading h1 span {
	font-size: 18px;
}

.heading p {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}

.page h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #141414;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EF3339;
}

/* ul.top-books { */
/* 	margin: 0px; */
/* 	padding: 20px 10px; */
/* 	display: block; */
/* 	float: right; */
/* } */

/* ul.top-books li { */
/* 	padding: 0 2px;; */
/* 	margin: 0; */
/* 	display: inline; */
/* } */
/********************************* navbar menu *********************************/
nav {
	font-size: 12px;
}

.navbar>.container {
	margin-left: 0;
	margin-right: 0;
}

ul.navbar, ul.navbar-top {
	clear: both;
	margin: 10px;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: left;
}

ul.navbar-top {
	clear: both;
	border-top: solid 1px #585858;
	border-top: none;
	text-align: right;
	float: right;
	width: auto;
	border: none;
	height: 30px;
	margin-top: 3px;
	background: none;
	margin: 10px 0 0 0;
}

ul.navbar li {
	display: inline;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}

.navbar-inverse .navbar-toggle {
	border-color: #fff;
	color: #fff;
}

.dropdown-menu>li>a {
	white-space: nowrap;
	font-size: 12px;
}

.navbar-nav>li>.dropdown-menu {
	background-color: #f8f8f8;
}

/********************************* book navbar *********************************/
.booknav ul {
	clear: both;
	margin-top: -4px;
	float: right;
}

.booknav ul li {
	padding: 0 0 0 10px;
	margin: 0;
	display: inline;
}

.booknav ul li a {
	font-size: 21px;
	white-space: nowrap;
}

/********************************* layout *********************************/
header.main, .main {
	max-width: 1000px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ddd;
}

.bodywrap {
	float: left;
	max-width: 800px;
	position: relative;
}

@media screen and (min-width:0px) and (max-width: 1000px) {
	.bodywrap {
		max-width: 1000px;;
	}
}

aside {
	float: right;
}

.clear-fix {
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0;
}

/********************************* body *********************************/
p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;
	text-align: left;
}

.display-books h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #141414;
	border-bottom: solid 2px #EF3339;
	font-size: 18px;
}

.content {
	min-height: 120vh;
	overflow: hidden;
	display: block;
	position: relative;
	padding-bottom: 120px;
}

.page hr {
	border: none;
	border-bottom: solid 2px #EF3339;
}

.page h2.author {
	color: #A7AB48;
	text-align: right;
	border: none;
	margin: revert;
	margin-right: 15px;
}

.page h2.author>a {
	color: #A7AB48;
}

.section-content, .book-review {
	margin: 0;
	padding: 0 10px 10px 10px;
	text-align: left;
}

.content-column .section-content {
	margin: 0;
	text-align: left;
	background-repeat: no-repeat;
}

.welcome {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	clear: both;
	text-align: right;
}

.section-content {
	min-height: 150px;
}

.more .section-content {
	min-height: 30px !important;
}

.more .listings, .author-books .listings {
	width: 100%;
	min-height: revert;
}

.more .listings {
	margin: 5px;
}

.image-column {
	float: left;
	width: 100px;
	height: 150px;
}

.section .image-column {
	position: relative; /* for ie */
	margin-bottom: 10px;
}

.section {
	background-color: #fff;
	border-radius: 10px;
	padding: 25px;
}

section.book, article.book, section.author, section.more {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	margin: 25px 15px 15px 0;
}

article.book {
	padding: 0;
	margin: 0 15px 15px 0;
}

.image-author, .image-book {
	height: 170px;
}

.author .image-column img {
	height: 150px;
	width: 100px;
	border-radius: 55px;
}

.author-links .image-column {
	width: 30px;
	height: auto;
}

.author-links .image-column img {
	width: 20px;
	height: 20px;
}

.authors .image-column img {
	width: 100px;
	height: 150px;
	border: none;
	border-radius: 55px;
}

.book .author {
	text-align: right;
}

.content-column {
	margin: 0 10px 0 110px;
}

.testimonials .content-column {
	min-height: 110px;
}

.testimonials .image-column {
	padding: 10px;
}

table .content-column {
	width: 265px;
}

.author-links .content-column {
	margin: 0 0 0 30px;
}

.content-column p {
	margin: 10px 0 10px 10px;
	padding: 0;
}

.content-column li {
	list-style: disc;
	padding: 0;
}

.content-column h4 a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #06F;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.content-column h4.heading, .content-column h4.heading a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #06F;
	text-align: left;
	font-weight: bold;
	margin: 3px 0;
	padding: 0;
}

.content-column h4.author, .content-column h4.author a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	text-align: right;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.content-column h4.author span.by {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
	font-weight: inherit;
	margin: 0;
	padding: 0;
}

.price-box {
	margin: 5px 0 0 0;
	padding: 0 0 15px 0;
	text-align: right;
	float: right;
}

.price-box p {
	padding: 0;
	margin: 0;
	color: #666666;
	font-size: 11px;
	text-align: right;
	height: 18px;
}

.price-box label {
	padding: 0 5px 0 0;
	margin: 0;
	color: inherit;
	font-size: inherit;
	font-weight: bold;
	text-align: left;
	height: 18px;
	float: left;
}

.price-box span {
	padding: 0;
	margin: 0;
	color: inherit;
	font-size: inherit;
	text-align: right;
	height: 18px;
}

.listings {
	margin: 20px 35px 5px 0;
	width: 45%;
	min-height: 285px;
	float: left;
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
}

@media screen and (min-width:0px) and (max-width: 768px) {
	.listings {
		float: none;
		width: 100%;
	}
}

.testimonials .listings {
	clear: left;
	width: 100%
}

.testimonials .content-column {
	margin-left: 120px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}
/********************************* side navigation *********************************/
@media screen and (min-width:0) and (max-width: 1024px) {
	aside {
		display: none;
	}
}

#sidemenu-dropdown {
	display: none;
}

@media screen and (min-width:0px) and (max-width: 1024px) {
	#sidemenu-dropdown {
		display: block;
	}
}

aside.side {
	margin-top: 50px
}

.sideMenuBox {
	width: 170px;
	margin: 5px 2px 25px 2px;
}

.sideMenuBox .sideContent {
	position: relative;
	padding: 20px 10px 10px 10px;
	border-radius: 10px;
}

.sideMenuBox h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding: 0 10px 5px 15px;
	font-size: 12px;
	font-weight: bold;
	color: #141414;
	border-bottom: solid 1px #141414;
}

.sideMenuBox h3 a:link, .sideMenuBox h3 a:visited, .sideMenuBox h3 a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #141414;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

.sideMenuBox h4 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #141414;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
}

.slider {
	width: 100px;
}

.sideMenuBody {
	margin: 0;
	padding: 5px 3px;
}

.sideMenuBox div {
	background-color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.sideMenuBox ul li {
	list-style: none;
	margin: 0px;
	padding: 1px 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #141414;
	font-weight: normal;
	line-height: 15px;
	border-bottom: solid 1px #CCCCCC;
}

/********************************* footer *********************************/
footer {
	background-color: #333;
	color: #fff;
	text-align: center;
	clear: both;
	padding: 15px;
	margin-top: 15px;
}

footer li {
	display: inline;
	padding: 5px;
}

footer a {
	color: #fff;
	text-decoration: underline;
}

footer a:hover, footer a:focus {
	color: #fff;
	text-decoration: underline;
}

/**************** search box *****************/
.searchbox {
	float: right;
	margin: 10px 10px 0 0;
	border: solid 1px #ccc;
	width: 280px;
	background-color: #FFF;
	border-radius: 4px;
	padding-left: 5px;
	color: #333;
	border-color: #adadad;
}

.searchbox input.field {
	height: 32px;
	width: 220px;
	border: none;
	margin: 0 0 0 3px;
	float: left;
	color: #666;
}

.searchbox button.go {
	background-color: #FFF;
	color: #777;
	height: 30px;
	margin: 0 10px 0 0;
	width: 21px;
	border: none;
	cursor: pointer;
	float: right;
}

@media screen and (max-width:1024px) {
	.searchbox, ul.navbar-top, .searchbox input.field {
		float: none;
	}
}

@media screen and (max-width:1024px) {
	.searchbox {
		margin-right: 10px;
	}
}

/******** not found *******************/
.not-found {
	height: 125px
}

.not-found .content-column {
	margin: 30px 0 0 150px;
}
/*************** slideshow ******************/
#slideshow {
	height: 150px !important;
}

#slideshow>div {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: none !important;
}

/********************** forms **************/
.field label {
	display: block;
	float: left;
	width: 120px;
}

.field input[type='text'], .field select, .field .textfield {
	width: 200px;
	padding: 1px;
}

input[type='submit'] {
	/** for ie10 **/
	padding: 3px;
}

.textfield a {
	font-weight: bold;
}

.field {
	margin: 1px 0 4px 0;;
}

legend {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
	text-align: left;
}

.field textarea {
	width: 900px;
	height: 200px;
	padding: 5px;
}

.field textarea.shortText {
	height: 75px;
}

.field textarea.LongText {
	height: 200px;
}

.form .col1 {
	float: left;
}

.form .col2 {
	float: left;
	margin: 0 0 10px 60px;
}

.formbottom {
	clear: both;
}

ul.button {
	float: none;
	display: inline;
}

ul.button li {
	font-weight: bold;
	display: inline;
}

ul.button a, ul.button a:visited {
	font-weight: bold;
}

.appraisal .field {
	padding: 5px;
}

/* admin */
.admin {
	margin-top: 40px;
}

fieldset {
	padding: 10px;
	margin: 10px;
	border: solid 1px;
}