@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Lora:400,400italic);
@import url(http://fonts.googleapis.com/css?family=Cinzel:700,400);
@import url(http://fonts.googleapis.com/css?family=Cinzel+Decorative);

html, body {
	height:100%;
	

	}



body {
	font: 100% 
	"Times New Roman", Times, serif;
		margin: 0;
		
	
	 /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
	/*background-color:#21275B; */
	background-image: url(images/blue-swirl-background.jpg);
	-webkit-text-size-adjust:100%;	
	
}

#container {
	width:100%;

	}

.container_releases {
	
	display: flex;
	flex-flow: wrap; 
	width: 74%;
	height: auto;
	float: left;
	font-weight: bold;
	
}

.container_portfolio {
	
	display: flex;
	flex-flow: wrap; 
	width: 100%;
	height: auto;
	float: left;
	font-weight: bold;
	
}

p.normal {
	
	text-align: left;
	font-size: 16px;
	color: #000000;
	font-variant: normal;
	font-weight:normal;
	
}

.container_home {
	
	display: flex;
	flex-flow: wrap; 
	width: 93%;
	height: auto;
	font-weight: bold;
	margin:auto;
	color: #FFFFFF;
	padding-bottom: 30px;
	border-radius: 4px;
	/*background: #21275b;*/
	margin-bottom: 50px;
	background-image:url("images/blue-swirl-background.jpg");
	
}

.container_footer {
	
	display: flex;
	flex-flow: wrap; 
	width: 99%;
	height: auto;
	font-weight: bold;
	margin:auto;
	color: #FFFFFF;
	/*background-color: #21275b;*/
	margin-top: 10px;
	border: 4px double #ffffff;
	border-radius: 4px;
	background-image: url(images/blue-swirl-background.jpg);
 

	
}

img.left_img {
	
	float: left;
	margin: 0 0 10px 10px;
	height: 200px;
	width: auto;
}



.footer_widgets {
	
	width:29%;
	height: auto;
	margin:auto;
	padding: 10px;
	border-radius: 4px;
	background-image: url(images/blue-swirl-background.jpg);
	color: #FFFFFF;
    padding-bottom: 25px;
	
}

.footer_widgets_slim {
	
	width:29%;
	height: auto;
/*	margin:auto;*/
	padding: 5px;
/*	background: #21275b;*/
	color: #FFFFFF;
	background-image: url(images/blue-swirl-background.jpg);
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}


.footer_widgets_third {
	
	width:29%;
	height: 150px;
/*	margin:auto;*/
	padding: 10px;
	border-radius: 8px;
/*	background: #21275b;*/
	color: #FFFFFF;
	background-image: url(images/blue-swirl-background.jpg);
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.social_media {
	
	float:right;
	margin: 20px;
}

.search_position {
	
	float:right;
	margin: 20px;
}

.container_releases img {
	
	height: 300px;
	width: auto;
	
	
}

.container_portfolio img {
	
	height: 400px;
	width: auto;
	
}


form {
	
	display:inline;
}

.flex-release {
	
	width:22%;
	height: auto;
	margin:auto;
	padding-top: 10px;
}

.flex-release-image {
	
	width: 100px;
	height:auto;
	text-align: center;
	
}

.blank-cover-contemporary, .blank-cover-historical, .blank-cover-mystery {
	
	color: #FFF;
	font-size: 26px;
	background-repeat: no-repeat;
	background-size: 225px 330px;
	padding: 4px;
	-webkit-border-radius: 0.4em;
		-moz-border-radius: 0.4em;
		border-radius: 0.4em;
		border:2px solid #CACAD9;
		height: 300px;
		width: 200px;
	margin: auto;
	
	
}

.blank-cover-contemporary {
	
	background-image:url("images/covers/cover-blank-contemporary.jpg");
}

.blank-cover-historical {
	
	background-image:url("images/covers/cover-blank-historical.jpg");	
}

.blank-cover-mystery {
	
	background-image:url("images/covers/cover-blank-mystery.jpg");
	
}


.flex-release-full {
	
	width:100%;
	height: auto;
	margin:auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.flex-newrelease {
	
	width:32%;
	height: auto;
	margin:auto;
	padding-top: 10px;
	/*background: #21275b;*/
	color: #FFFFFF;
	padding-bottom: 30px;
	border-radius: 4px;
	margin-bottom: 30px;
	background-image: url(images/blue-swirl-background.jpg);
}

.flex-blog {
	
	width:21%;
	height: auto;
	margin-left:3%;
	background: #FFFFFF;
	color: #21275b;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-variant: small-caps;
	font-size: 20px;
}


.flex-blog-a {
	
	width:30%;
	height: auto;
	margin-left:2.5%;
	background: #FFFFFF;
	color: #21275b;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-variant: small-caps;
	font-size: 24px;
}


.flex-blog-a img, .flex-blog-half img {
	
	height: 375px;
	width: auto;
}

.flex-blog2 {
	
	width:23%;
	height: auto;
	margin-left:2%;
	background: #FFFFFF;
	color: #21275b;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-variant: small-caps;
	font-size: 20px;
}


.flex-blog-half {
	
	width:61%;
	height: auto;
	margin-left: 2%;
	background: #FFFFFF;
	color: #21275b;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-variant: small-caps;
	font-size: 24px;
}


.flex-whats-half {
	
	width:45%;
	height: auto;
	margin-left: 3%;
	background: #FFFFFF;
	color: #000000;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-size: 16px;
}

.flex-whats-half img {
	
	height:200px;
	width: auto;
	margin-right: 15px;
}

.flex-whats-half img_normal {
	height:100%;
	width: auto;
	
}

.flex-whats-half a {
	text-decoration: underline;
	color: #B20000;
}


.whats_box {
	text-align: justify; 
	font-size: 16px; 
	color:#000000; 
	font-weight: normal; 
	margin-left:20px; 
	margin-bottom: 25px; 
	background: rgba(191, 255, 239, 0.5);
	border: solid #21275b 2px;
	padding: 10px;
}

.flex-blog img {
	
	height: 325px;
	width:auto;
}

.flex-blog2 img {
	
	height: 325px;
	width:auto;
}


.flex-inner {
	
	width:90%;
}

.buffer {
	
	padding-left: 50px;
	padding-right: 50px;
}

label {
	
	font-weight: lighter;
}

.container_footer input[type=text] {
    border: 2px solid #21275b;
    border-radius: 8px;
	height: 20px;
	margin: 7px 0;
} 

input[type=submit] {
	
	background-color: #FFFFFF;
    border: none;
    color: #21275b;
    padding: 5px 10px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    border-radius:8px;
	
}

	.flex-one-length {
	
	width:100%;
	height: auto;
	margin:auto;
	background-image: url(images/blue-swirl-background.jpg);
	color: #FFFFFF;
	
}

.flex-one-length table a {
	
	color: #21275b;
}

img.crop {
	
	height: 138px;
	width:auto;
	border: 6px solid #21275b;
	
}

.prev_next {
	

	width: 90%;
	background: rgba(191, 255, 239, 0.5);
	border-radius: 5px;
	height: 15px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	font-weight: normal;
	margin-bottom: 60px;
	
	
	
}

.page_numbers {
	
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	

	
	
}

.previous_next {
	
	/*border-radius: 0.3em; */
    border:4px double #CACAD9;
		padding: 10px;
	min-width: 60px;
	background:#FFFFFF;
	
} 

a.turn_page {
	
	color: #000000;
	text-decoration: none;
	
	
}


.prev_next a {
	
	text-decoration: underline;
}

a.turn_page:hover {
	
	background: #BFFFEF;
	color: #21275b;
	font-weight: bold;
		
}

.button_turnpage {
	
    background-color: #FFFFFF; /* Green */
    border:4px solid #CACAD9;
	border-radius: .2em;
    color: #000000;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
	display: inline-block;

}

.button_disabled {
	
    background-color: #BBBBBB; /* Green */
    border:4px solid #CACAD9;
	border-radius: .2em;
    color: #666666;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
	display: inline-block;
	font-weight: normal;
}

.button_turnpage:hover {
	
	background: #BFFFEF;
	color: #21275b;
	
}

a.button_turnpage:hover {
	
	background: #BFFFEF;
	color:blue;
	
}
 
table.center {
	margin:auto;
	
	}
			

.thrColLiqHdr {
	width: 100%;
} 

img.headerimage {
	width: 100%;
	height: auto;
}


.flex-release p img {
	
	width:35px;
	height:auto;
	margin-bottom: -7px;
	
}


.flex-release span img {
	
	width:200px;
	height:auto;
	padding-bottom: 5px;
	text-align: center;
	
	
	
}


#site_logo {
		float:left;
	padding: 15px 0 10px 10px;
	width: 15%;
	
	}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/	

#sidebar {
	margin: auto;
	background-color:#9E4E01;
	padding:4px;
	}
	
.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 22%; /* since this element is floated, a width must be given */
	background: #FFF7F0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 3px 15px ; /* top and bottom padding create visual space within this div  */
}
.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 29%; /* since this element is floated, a width must be given */
	background: #FFF7F0; /* the background color will be displayed for the length of the content in the column, but no further */
	/* top and bottom padding create visual space within this div */
}
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent { 
	margin: 0 33% 0 30%; 
	background-color:#FFF7F0;
	/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}

.thrColLiqHdr #footer { 
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#777E48;
	font-variant:small-caps;
	font-size: 14px;
	color:#000;
	padding:5px 15px 5px 0;
} 



@media only screen and (min-width: 1920px) and (max-width: 2732px) and (orientation: portrait)
{
	
	.container_releases img {
	
	height: 250px;
	width: auto;
	
}
	
	.container_home {
		
		width: 97%;
		
	}
	
	
}


@media only screen and (min-width: 1920px) and (max-width: 2732px) {
	
	#main_container {
		/* fall border is D9A300 - background is #FFFDEA*/
	width: 1600px;
	margin:auto;
	min-height:100%;
	}
	
	#page_container {
	/* fall border is D9A300 - background is #FFFDEA*/
	background: #21275B;
	margin:auto;
	width:1600px;
	min-height:100%;
	overflow:hidden;
	}
    
    .container_releases img {
	
	height: 400px;
	width: auto;
	
}
    
    .flex-newrelease img {
        
		 width: auto;
        height: 380px;
           
      
    }
    
    img.textwidget {
        
        width: 325px; 
        height: auto;
      
    }
    
    
    .flex-blog img, .flex-blog-half img, .flex-blog2 img {
        
        height: 400px;
        width: auto;
        
    }
	
	.flex-release span img {
	
	width:200px;
	height:auto;
	padding-bottom: 5px;
	text-align: center;
	
}
	
	#main_menu {
		/*width: 1300px;*/
		
	/*	background-color:#21275B;*/
		float:right;
		margin: 20px 20px 10px 5px;
		background-image: url(images/blue-swirl-background.jpg);
		}
		
	#upper_menu {
	font-family: 'Cinzel Decorative', cursive;
	font-weight: 600;
	font-size: 0.9em;
	/* color:#D9A300; */
	color:#FFFFFF;
	width: auto;
	background-image: url(images/blue-swirl-background.jpg);
    font-variant: small-caps;
	}
	
	.newreleases {
	font-family: 'Cinzel', serif;
	font-weight:600;
	font-size:1.0em;
	/*color:#9E4E01; */
	color:#FF0000;
	text-align:center;
	padding: 5px;
	
	}
	
	
	.imgleft {
		
		
		width:auto;
		}
		
		
	.imgright {
		width:auto;
		
		}
		
		
	}
	
	
	
	@media only screen and (min-width: 770px) and (max-width: 1540px) {
	
	#main_container {
	/* fall border is D9A300 - background is #FFFDEA*/
	background: #FFFFFF;
	width: 95%;
	margin:auto;
	min-height:100%;
	position:relative;
	}
	#page_container {
	/* fall border is D9A300 - background is #FFFDEA*/
	background: #FFFFFF;
	margin:auto;
	min-height:100%;	
	width:95%;
}
	
	#main_menu {
		
	/*	background-color: #21275b;*/
		background-image: url(images/blue-swirl-background.jpg);
		float:right;
		margin: 20px 30px 10px 5px;
		}
		
	#upper_menu {
	font-family: 'Cinzel Decorative', cursive;
	font-weight: 600;
	font-size: 0.9em;
	/* color:#D9A300; */
	color:#FFFFFF;
	}
		
		
	.flex-release span img {
	
	width:200px;
	height:auto;
	padding-bottom: 5px;
	text-align: center;
	
}	
		
		
	
	
	.newreleases {
		/*fall color:#9E4E01; */
	font-family: 'Cinzel', serif;
	font-weight:600;
	font-size:1.0em;
	color:#0F3569;
	padding: 2px 5px;
	text-align:center;

	}
	.imgleft {
		height: 400px;
		width:auto;
		
		}
		
	.imgcenter {
		height: 310px;
		width:auto;
		
		}	
		
	.imgright {
		
		height: 225px;
		width:auto;
		}
		
	#page_container img.buylinks {
	/* border: 1px solid #000; */
	
	/*background-color: #14A178;*/
	/*background-color: #21275b;*/
	/*background-color: #98A3C0;*/
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		/*border: 3px solid #21275B; */
		border:2px solid #CACAD9;
		padding: 1px;
	
}
		img.textwidget {
	
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		width:225px;
		height: auto; 
		
		}
		
		
	}



@media only screen and (min-width: 414px) and (max-width: 767px) 
{
	
	.flex-release span img {
	
	width:150px;
	height:auto;
	padding-bottom: 5px;
	text-align: center;
	
}
	
	
}

@media only screen and (min-width: 768px) and (max-width: 1024px)
{
	#main_container {
/* fall border is D9A300 - background is #FFFDEA*/
	background: #FFFFFF; 
	width: 98%;
	margin:auto;
	min-height:100%;
	}
	#page_container {
	/* fall border is D9A300 - background is #FFFDEA*/
	background: #FFFFFF;
	margin:auto;
	min-height:100%;	
	width:98%;
}
	
	#main_menu {

		/*background-color:#21275b; */
		background-image: url(images/blue-swirl-background.jpg);
		float:right;
		margin: 20px 30px 10px 5px;
		}
		
	#upper_menu {
	font-family: 'Cinzel Decorative', cursive;
	font-weight: 600;
	font-size: 0.8em;
	/* color:#D9A300; */
	color:#FFFFFF;
	}
	
	.newreleases {
	font-family: 'Cinzel', serif;
	font-weight:600;
	font-size:1.0em;
	color:#0F3569;	
	padding: 5px;
	}
	.imgleft {
	
		height: 350px;
		
		}
		
	.imgcenter {
		
		width: 150px;
		height:auto;
		
		}
			
	.imgright {
		
		height: 225px;
		
		}
	
	img.anniversary_covers{
	/* border: 1px solid #000; */
	background-color: #F5F6F9;
	padding: 4px;
	-webkit-border-radius: 0.6em;
		-moz-border-radius: 0.6em;
		border-radius: 0.6em;
		border:2px solid #CACAD9;
		height: 225px;
		width: auto;

	}
	
	
	.blank-cover-contemporary, .blank-cover-historical, .blank-cover-mystery {
	
	color: #FFF;
	font-size: 20px;
	background-repeat: no-repeat;
	background-size: 175px 250px;
	padding: 4px;
	-webkit-border-radius: 0.4em;
		-moz-border-radius: 0.4em;
		border-radius: 0.4em;
		border:2px solid #CACAD9;
		height: 225px;
		width: 150px;
	
	
}
	
	
	.flex-newrelease img {
			
			width: auto;
			height:375px;
			
			
		}
	
	img.thumb {
		
	background-color: #F00;
	padding: 4px;
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		border:2px solid #F00;
		height: 225px;
	}
	
		img.thumb_purple {
		
	background-color: #4d0fbf;
	padding: 4px;
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		border:2px solid #4d0fbf;
		height: 225px;
	}

img.thumb_gold {
		
	background-color: #D5B026;
	padding: 4px;
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		border:2px solid #D5B026;
	height: 225px;
	}
	
	img.thumb_green {
		
	background-color: #14A178;
	padding: 4px;
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		border:2px solid #14A178;
	height: 225px;
	}
	
	
	img.thumb_blue {
		
	background-color: #0031bb;
	padding: 4px;
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		border:2px solid #0031bb;
	height: 225px;
	}
	

	
	.flex-blog {
	
	width:22%;
	height: auto;
	margin:auto;
	background: #FFFFFF;
	color: #21275b;
	padding-bottom: 30px;
	margin-bottom: 30px;
	
}
	
		.flex-blog2 {
	
	width:23%;
	height: auto;
	margin:auto;
	background: #FFFFFF;
	color: #21275b;
	padding-bottom: 30px;
	margin-bottom: 30px;
	
}

	
	.flex-blog img {
	
	height:250px;
	width:auto;
}
	
	.flex-blog2 img {
	
	height:250px;
	width:auto;
}
	
		.flex-blog-half img {
	
	height:380px;
	width:auto;
}
	
	.flex-release span img {
	
	width:150px;
	height:auto;
	padding-bottom: 5px;
	text-align: center;
	
}
	
	 .searchBox img {
	width: 40px;
	height: auto;
}
	img.crop {
	
	height: 100px;
	width:auto;
	border: 6px solid #21275b;
	
}
	.right_sidebar table {
		
		width:95%;
	}
	
	
	img.title_cover {
		/* fall - border: 4px #D36702 solid; */
		border: 3px #21275b solid;
		padding: 3px;
		width: 190px;
		height: auto;
		}
	
	
	.center_area {
	/*background-color:#FFFDEA; */
		
	width:50%;

	}
	
	.left_sidebar_page {	
	
	
	width: 27%;	

}
	
	#page_container img.buylinks {
	/* border: 1px solid #000; */
	
	/*background-color: #14A178;*/
	/*background-color: #21275b;*/
	/*background-color: #98A3C0;*/
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		/*border: 3px solid #21275B; */
		border:2px solid #CACAD9;
		padding: 1px;
	
}
	
	img.textwidget {
	
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		width:210px;
		height: auto; 
		
		}

	
}

/*General styling for all media sizes*/

#main_container {
	/* fall border is D9A300 - background is #FFFDEA*/
	background: #FFFFFF;
	margin:auto;
	min-height:100%;	
	overflow:hidden;
	
}


#page_container {
/* fall border is D9A300 - background is #FFFDEA*/
	background: #FFFFFF;
	min-height:100%;
	overflow:hidden;	
	padding-bottom: 40px;
}

.left_sidebar {	
	
	float:left;
	background-color:#FFFFFF; 
	/* summer background-color: #B6CCE7; */
	width: 22%;
	margin:10px;
	border-radius: 8px;
	padding-bottom:40px;

}

.left_sidebar_page {	
	
	float:left;
	/*background-color:#FFFDEA; */
	background-color:#FFFFFF;
	width: 24%;
	margin: 20px 10px;
	border-radius: 8px;
	

}

.left_sidebar_page table {
	
	margin-left: 0;
	
}

.center_area {
	/*background-color:#FFFDEA; */
	background-color:#FFFFFF;		
	width:53%;
	margin:auto;
	
}

.center_area_new {
	/*background-color:#FFFDEA; */
	float:left;
	background-color:#FFFFFF;		
	width: 76%;
	margin:auto;
	
}


.center_blog {
	
	width:83%;
	margin:auto;
	
	
	}
	
	
	img.border_wide {
border: 4px #2A4C33 solid; 
/* summer border: 5px #E2B27C solid; */
}

.center_area_index {

	background-color:#FFFFFF;		
	width:53%;
	margin:auto;
	/*border-top: 4px #E2B27C solid; */
	
}


.right_sidebar {
	
	float:right;
	background-color:#FFFFFF; 
	/* summer background-color: #B6CCE7; */
	width: 23%;
	overflow:hidden;	
	border-radius: 8px;
	background: rgba(191, 255, 239, 0.5);
	margin: 12px 15px 20px 0px;
	padding-bottom: 30px;
	
}

.container_footer a {
	
	color: #FFFFFF;
}

.container_footer a:hover {
	
	text-decoration:underline;
}

.cream_font {
	
	color:#21275B;
}

.right_sidebar_book {
	
	float:right;
	/*fall - background-color:#9E4E01; border-left #D9A300 */
	background-color: #486A2E;
	margin:auto;
	width:100%;
	border-left: 4px #7A8EA6 solid;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.styleuppermenu {
	background-color:#FFFFFF;
		/* summer color:#D9A300; */
		color: #FF7900;
		border:none;
		height:23px;

}


.stylebutton {
/* fall color #D9A300; background-color:#696b49 */
background-color:#696b49;
color: #7A8EA6;
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
			
}


a {
	color:#000000;
	text-decoration: none;
	
}

h3 {
color: #1047a6;
font-family: 'Merriweather', Georgia, serif;
font-weight: normal;
font-size:20px;
}

hr.white{
	display: block; height: 1px;
    	border: 0; border-top: 1px solid #FFFFFF;
    	margin: auto;
	width: 97%;
	margin-bottom: 10px;
	margin-top: 10px;

}

hr.white-nobottom{
	display: block; height: 1px;
    	border: 0; border-top: 1px solid #FFFFFF;
    	margin: auto;
	width: 97%;
	margin-top: 20px;
}

hr.thin {
height: 1px;
border: 0;
color: #21275b;
width: 60%;
text-align:center;
} 

hr.gold{
	display: block; height: 1px;
    	border: 0; border-top: 1px solid #D9A300;
    	margin: auto;
	width: 90%;
}

hr.blue {
	display: block; height: 1px;
    border: 0; border-top: 1px solid #21275b;
    text-align: center;
	width: 93%;
	margin-bottom: 25px;
}

 #page_container hr{
	display: block; height: 1px;
    border: 0; border-top: 1px solid #21275b;
	width: 65%;
	margin-top: 40px;
	margin-left: 30px;
}



hr.style-eight {
    padding: 0;
    border: none;
    border-top: medium double #D9A300;
    color: #D9A300;
    text-align: center;
	margin-top: 20px;
	margin-bottom:20px;
}
hr.style-eight:after {
    content: "§";
    display: inline-block;
    position: relative; 
    top: -0.7em;  
    font-size: 1.5em;
    padding: 0 0.25em;
}

hr.test { 
    display: block;
    margin-top: .5em;
    margin-bottom: .5em;
    margin-left: auto;
    margin-right: auto;
    border: thin double #D9A300;
} 

hr.full{
	height: 1px;
    	/* full border: 0; border-top: 1px solid #D9A300;*/
		border: 0; border-top: 1px solid #21275B;
    	margin: auto;
	width: 100%;
}

img.thumb {
		
	background-color: #F00;
	padding: 4px;
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		border:2px solid #F00;
	}

img.thumb_purple {
		
	background-color: #4d0fbf;
	padding: 4px;
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		border:2px solid #4d0fbf;
	}

img.thumb_gold {
		
	background-color: #D5B026;
	padding: 4px;
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		border:2px solid #D5B026;
	}

img.thumb_green {
		
	background-color: #14A178;
	padding: 4px;
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		border:2px solid #14A178;
	}



img.thumb_blue {
		
	background-color: #0031bb;
	padding: 4px;
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		border:2px solid #0031bb;
	}


		img.purple_border {
		
	background-color: #21275b;
	padding: 4px;
	}

img.border {

/* summer border: 4px #E2B27C solid; */
border: 15px #FFFFFF solid; 
}

img.border_slim {

/* summer border: 4px #E2B27C solid; */
border: 12px #FFFFFF solid; 
}

img.border_wide {
/* fall - border: 4px #AC0A4D solid; */
border: 9px #2A4C33 solid;
}

a.olive {
color:#FFFFFF; 
/* winter color: #FFFFFF; */
/* color:#FECE3E; */
text-decoration:none;
}

#menu {

background: #21275B;
/* summer background: #7598D5; */
} 


a.pub_links { color:#FFFFFF;
text-decoration:none;
background-color:#777E48;
font-size:14px;
}

#section {
border-right-width:thin;
border-right:#999999;
text-align:center;
border-right-style:solid;
}


a.white {
	color:#E8D291;
	text-decoration:none;
}

a.white:hover {
text-decoration:underline;	
	
}


a.olive:hover {
	background: #FFFFFF; color:#21275B; 
/* summer background:#FECE3E; color:#7094D3; */
	text-decoration: none;
}

a.pub_links:hover {
	text-decoration:underline;
	color:#FFF;
	
}

a.black {
color:#000000;
text-decoration:none;
}

blockquote.quotes{
 quotes: "\201C" "\201D";
 /* summer background:#E3D3D3; */ 
 background: rgba(191, 255, 239, 0.5);
 padding:10px;
 font-style:italic;
 	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
 }
 
 blockquote.quotes:before { content: open-quote; font-weight: bold; font-size:30px; font-family:Georgia, "Times New Roman", Times, serif;}
 blockquote.quotes:after { content: close-quote; font-weight: bold; font-size:30px; font-family:Georgia, "Times New Roman", Times, serif;}
 

#lower_menu {
	background:#777E48;
	font-variant:small-caps;
	font-size: 15px;
	color:#000;
	padding:5px 10px 5px 0;
	font-weight:400;
	z-index: 2;
	position:relative;
	text-align:center;
	}
	
	#footer_menu {
	background:#AC0A4D;
	font-variant:small-caps;
	font-size: 15px;
	color:#000;
	padding:5px 10px 5px 0;
	font-weight:400;
	z-index: 0;
	position:relative;
	text-align:center;
	}

.no_und a {
	text-decoration:none;
}
	
.no_und a:hover {
	font-weight:normal;
	
	
}

.searchbutton{
	/* background-color:#FF0000;
		color:#F5F6F9;
		border:none;
			-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em; */
	border: none;
	width: 150px;
	height:25px;
	padding-left: 28px;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	background: #ffffff url(images/search.png) no-repeat 8px center;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.2);
	-moz-box-shadow: 0 -1px 0 rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.2);
	box-shadow: 0 -1px 0 rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.2);
	-moz-border-radius: 5px; 
	border-radius: 10px;
}
		


#blog {
	background-color:#FFFFFF;
	border:1px;
	border-color:#000;
	width:90%;
	text-align:left;
	border-style:solid;
	padding:2px;
	
}

.heading1 {
font-size:18px;
text-transform:uppercase;
font-weight:bold;
color:#21275b;
}
.authorname {
font-size:18px;
font-weight:bold;
color:#21275b;
}

.authorname a {
	color:#21275b;
}


.center {text-align:center;}

.border-right {
	border-right-color:#D2D2FF;
	border-right-style: solid;
	border-right-width: 1px;
	
}

/* Carousel */

.image_carousel {
	padding: 0 0 15px 15px;
	position: relative;
	background-color:#EBF1EB;
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		width: 95%;
		
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color:#ac0a4d;
	padding: 5px;
	margin: 10px;
	display: block;
	float: left;
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
}
a.prev, a.next {
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 85px;
}
a.prev {			left: 2px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.next {			right: 0px;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }

a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
}
.pagination a {

	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -100px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}


.border {
	
	border:1px; 
	border-style:solid; 
	border-color:#000033;
}

.border-no {
	border:0px;
	}
	
.star-position {
	align:absbottom;
	hspace: 3px;
	
	}	
	
	
.background-mystery {
background-color:#9B4E00;	
	
}

.release_dates {
/* summer background-color:#E2B27C; */
background-color: #21275b;
/* summer border: solid 3px #A6835B; */

padding:5px; 
font-size:17px; 
color:#FFFFFF;
font-weight:bold;
	
	}


.background-historical {

padding:10px; 
font-size:22px; 
color:#21275b;
background-color:#FFFFFF;

	
}

.background-genre {
/* background-color:#E2B27C; */
/* fall background-color:#AC0A4D; border-bottom:#D9A300; color:#FFFDEA*/
/*border: solid 4px #A6835B; */
padding:20px; 
font-size:22px; 
color:darkblue;
	
/*border-top: solid 4px #E2B27C; */
	
}
.background-youngadult {
background-color:#003535;	
	
}

.background-toppick-gold {
background-color:#B38700;	
	
}

.background-toppick-red {
background-color:#FF0000;	
	
}

.background-contemp {
background-color:#1A6632;	
}

.background-paranormal {
background-color:#660066;	
}

.background-suspense {
background-color:#FF3604;	
}

.background-main {
background-color:#1B3652;	
}

.background-mainstream {
	background-color: #75C5CC;
}

.border_top_bottom {
	border-bottom:1px;
	border-top:1px;
	border-top-style:solid;
	border-bottom-style:solid;
	border-bottom-color:#FFC;	
 	border-top-color:#FFC;	
	
}

.border_left{
	border-left:1px;
	border-left-style:solid;
	border-left-color:#D2D2FF;	
}

.historical_background {
	background-color:#F5F6F9;
	color:#000000;
	height:25px;
	font-size:16px;
	text-indent:15px;
	
}

img.covers {
	/* border: 1px solid #000; */
	background-color: #C8DBC8;
	padding: 8px;
	display: block;
	border-width: 1px;	
	border-style:solid;
	
}

img.feature_cover {
	/* border: 1px solid #000; */
	background-color: #ac0a4d;
	padding: 10px;
	display: block;

	
}

img.covers_noborder {
	/* border: 1px solid #000; */
	background-color: #F5F6F9;
	padding: 8px;
	display: block;
	
	
}

img.covers2 {
	/* border: 1px solid #000; */
	background-color: #F5F6F9;
	padding: 4px;
	border-width: 1px;	
	border-style:solid;
	
}
img.carouselcovers {
	/* border: 1px solid #000; 
	background-color: #006699;
	padding: 4px;
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em; */
	padding: 4px;
	background: #CDAC61;
	border: solid 1px #ccc;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.15);
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	position: relative;
	top: 10px;
	
}

#new-blurb{
	width:87%;
padding: 4px;
	background: #fff;
	border: solid 1px #ccc;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.15);
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
img.anniversary_covers{
	/* border: 1px solid #000; */
	background-color: #F5F6F9;
	padding: 4px;
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		border:2px solid #CACAD9;
		
	
}


img.buylinks {
	/* border: 1px solid #000; */
	
	/*background-color: #14A178;*/
	/*background-color: #21275b;*/
	/*background-color: #98A3C0;*/
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		/*border: 3px solid #21275B; */
		border:3px solid #CACAD9;
		padding: 2px;
	
}

	


#blurb {
	
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		background-image:url(http://smittenbybooks.com/images/background.jpg); 
		padding:10px 20px ;
		width:65%;
		float:left;
		text-align:justify;
		margin-left:40px;
		position: relative;
		top: 28px;
		
		}
		
		#review {
	
		padding:5px 10px ;
		width:65%;
		float:left;
		text-align:justify;
		margin-left:25px;
		position: relative;
		top: 15px;
		
		}
		
	.top-pick{
		background-color: #8C0000; 
		text-align:center;
		color: #FFFFFF;
		
		}
		
		.four-stars{
		background-color: #001A66; 
		text-align:center;
		color: #FFFFFF;
		
		}
		
		#star_rating-45 {
		background-image:url(http://smittenbybooks.com/images/star_rating/top-pick-summary-page.jpg); 
		text-align:center;
		
		}
		
		#pub_co {
	
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		background-color:#F5F6F9; 
		padding:5px 10px 5px 10px;
		width:90%;
		margin-left: auto;
		margin-right:auto;
		height: 100%;
		border-style:solid;
		border-color:#900;
		border-width: 1px;
		
		
		}
		
		.justify_it { 
		 
		width:90%;
		font-size:16px;
		text-align:justify;
		min-height: 490px;
		margin-left:15px;
		position:relative;
		top: 10px;
		 
		
		}

.justify_it img {
	
	border-radius: 6px;
}
		
#month {
	
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		background-color:#F5F6F9; 
		width:94%;
		margin-left:auto;
		margin-right:auto;
		padding: 5px 0 5px 0;
		
		}
		
		
		#rating {
	
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		background-color:#F5F6F9; 
		width:90%;
		padding: 5px 10px 5px 10px;
		margin-left:auto;
		margin-right:auto;
		
		}
		
		#grandprize{
	
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		background-color:#F5F6F9; 
		width:80%;
		margin-left:auto;
		margin-right:auto;
		padding: 5px 0 5px 0;
		border-width: 1px;
		border-color: #333300;
		border:solid;
		
		}
		
#blurb_review {
	
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		background-color:#F5F6F9; 
		padding:5px 10px 5px 10px;
		width: 90%;
		text-align:justify;
		
		}
		
	
		
#blurb_double {
	
		
		background-image:url(http://smittenbybooks.com/images/background.jpg);
		padding:5px 10px 5px 10px;
		-webkit-border-radius: 0.4em;
		-moz-border-radius: 0.4em;
		border-radius: 0.4em;
		font-size:16px;
		text-align:justify;
		min-height: 490px;
		width: 88%;
		margin-right:25px;
		position:relative;
		top: 10px;
		
		}
		
		
		
#reader_comments {
		background-color:#F5F6F9; 
		padding:5px 10px 5px 10px;
		margin-left:auto;
		margin-right: auto;
		width: 93%;
			-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		
		}
		
		#blurb_single {
	
		background-image:url(http://smittenbybooks.com/images/background.jpg);
		margin:auto;
		width: 80%;
		-webkit-border-radius: 0.4em;
		-moz-border-radius: 0.4em;
		border-radius: 0.4em;
		text-align:left;
		padding: 0 0 10px 15px;
		position:relative;
		top: 20px;
		
		
		}
		
		#book_buy_links {
	
		
		width: 95%;
		text-align:left;
		padding: 0 0 10px 20px;
		position:relative;
	
		
		
		}
		
			#blurb_single2 {
	
		border:solid;
		border-width: 1px;
		background-color:#C8DBC8; 
		padding:5px 10px 5px 5px;
		width:185px;
		
		}

.margin-left {
	margin-left:15px;
}

.readLess {    
height: 200px;}
.readMore {    
height: 600px;
}

/* Tabs */

#carousel ul {
	margin: 0; padding: 0; 
	list-style-type: none; 
	list-style-image: none;
	background-color:#EBF1EB;
	 }
#carousel li {
	display: inline; 
/*padding: 20px 8px 20px 8px; */

 }

#carousel { 
background-color:#EBF1EB;
		width: 95%;
		margin-left: 0;
		margin-right: 0;
		padding: 20px 0 20px 0;
			-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
}

#publishingnews {
width: 90%;
text-align:justify;
margin-left:auto;
margin-right:auto;
padding: 10px;
			-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
background-color:#F5F6F9;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Cinzel', serif;
	color:#AC0A4D;
}

#main_menu {
	color:#D9A300;
/*	background-color:#21275b;*/
	background-image: url(images/blue-swirl-background.jpg);
	float: right;
	margin: 20px 30px 10px 5px;

}
	

#upper_menu {	
	position:relative;
	z-index: 3;
	font-family: 'Cinzel', serif;
	font-weight: 600;
	font-size: 1.0em;
	color:#D9A300;
	float:right;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	

ul li {
	position:relative;
	float:left;
	padding:0 10px;
	
	
	}
	
 #upper_menu ul ul a {
	
	background:#21275B;
	/*background-image: url(images/blue-swirl-background.jpg);*/
	color:#FFFFFF;

	padding: 4px 4px 4px 15px;
	width: 11em;
	height: auto;
	text-transform: none;
	text-align:left;
	position:relative;
}

 #upper_menu ul ul ul a {
	 width:140px;
	 }

 #upper_menu ul ul ul ul a {
	 width:150px;
	 left: 5px;
	
	 }

li ul {
	position: absolute;
	display: none;
	left:0px;
	width:100%;
 
	}
	

ul li a {
	display: block;
	text-decoration: none;
	/* summer color:#FECE3E; */
	color:#FFFFFF;
	background-image: url(images/blue-swirl-background.jpg);
	/*background:#21275B;*/
	/* summer background-color: #7598D5; */
	width:100%;
	padding: 8px 8px;
/*	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor:pointer; */
	
	
	}
			
	
li:hover ul { 
display: block;
text-decoration:none;

}

#upper_menu ul li:hover ul li ul{
    position:absolute;
    display:none;

}

#upper_menu ul li:hover ul li:hover ul li ul {
    position:absolute;
    display:none;
}


/*2nd submenu appears when hover */

#upper_menu ul li:hover ul li:hover ul{
    display:block;
	left: 195px;
    top:0;
	
}


#upper_menu ul li:hover ul li:hover ul li:hover ul{
    display:block;
	left: 154px;
    top:0;
	
}



#upper_menu ul li:hover ul li:hover a{
  	/* summer color:#7094D3; background-color:#FECE3E; */
	color: #21275B;
	background-color: #FFFFFF;
	
}

/* We change the level 3 link color */

#upper_menu ul li:hover ul li:hover ul li:hover a{
   /* winter color:#FFFFFF; */
   color: #FFFFFF;        
 	
   background-color: #21275B;
	width: 145px;
}

#upper_menu ul li:hover ul li:hover ul li:hover ul li:hover a{
	
	color: #21275B;
	background-color: #FFFFFF;
}



#month-year {
	 text-align:center;
	 font-size:20px; 
	 color:#AC0A4D;
	 background-color:#FFFDEA; 
	font-family: 'Cinzel', serif;
	padding: 10px;
	
	}

.widget_title {
	
	font-family: 'Cinzel', serif;
	font-weight:600;
	font-size:1.0em;
	color:#FFFFFF;
	padding: 10px 0 5px;
	background: #21275b;
	margin:auto;
	
	}

.category_title {
	
	font-family:allura;
	font-weight:600;
	font-size:1.0em;
	color:#FFFFFF;
	padding: 10px 0 5px;
	margin:auto;
	background-color: #14A178;
	
	}
	
	.new_release_title {
	/* fall - background-color:#AC0A4D; */
	background-color: #FFFFFF; /*winter - #27570C; */
	font-family: 'Cinzel', serif;
	font-weight:600;
	font-size:1.2em;
	/* fall - color:#FFE2A9; */
	/* color: #0F3569;  */
	color: #2A4C33;
	/* fall - border-bottom: 4px #D9A300 solid;*/

	padding: 4px 0;
	width: 100%;
	
	}	
	
	img.textwidget {
	
	-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		
		}

		
	a:hover img {
	opacity:0.5;
}

.newreleases {
	font-family: 'Cinzel', serif;
	font-weight:600;
	font-size:1.2em;
	/*summer color: #E2B27C; */
	padding: 5px;
	font-variant:small-caps;
	color: #2A4C33;
	
	}
		
		
	.spacing {
		
		padding: 30px 0 2px 0;
	}
	
	img.title_cover {
		/* fall - border: 4px #D36702 solid; */
		border: 7px #21275b solid;
		padding: 3px;
		}
		
		
		img.review_cover {
		
		border: 4px #FF0000 solid;
		}
		
			img.review_cover_gold {
		
		border: 4px #B28500 solid;
		}
		
	.backing_releases {
		/* fall background-color:#FFE2A9; */
		background-color:#FFFFFF;
		width:93%;
		padding-bottom: 30px;
		-webkit-border-radius: 0.3em;
		-moz-border-radius: 0.3em;
		border-radius: 0.3em;
		
	}
	
	.button_rounded {
		
		/* summer background-color:#E2B27C; border: solid 3px #A6835B; */
		font-weight:bold;
		color: #000000;
		text-align: center;
    	text-decoration: none;
		
		background-color: #F5F6F9;
	padding: 5px 10px;
	-webkit-border-radius: 0.6em;
		-moz-border-radius: 0.6em;
		border-radius: 0.6em;
		border:2px solid #CACAD9;
		margin-right: 30px;
		
	}
	
	a:hover .button_rounded {
		
		opacity:0.5;
	}
	
	
	.figure_style {
		/* summer background-color:#E2B27C; */
		background-color: #2A4C33;
		color: #FFFFFF;
		text-align: center;
		text-decoration: none;
		padding: 10px 0 4px; 
		font-family: 'Cinzel', serif;
		font-weight:600;
		font-size:1.0em;
		font-variant:small-caps;
		}
		
	
	
	.backing_posts {
		background-color:#DFEFDF;
		width:88%;
		overflow:hidden;
		padding-bottom: 30px;
		margin:auto;
		padding: 0 10px;
		-webkit-border-radius: 0.3em;
		-moz-border-radius: 0.3em;
		border-radius: 0.3em;
	}
	
	.backing_posts a {
		color:#5D2D01;
		}
