/*
    Document   : stylesheet
    Created on : Jun 28, 2014, 6:35:01 PM
    Author     : Jamal_000
    Description:
    Purpose of the stylesheet follows.
*/
/*
    TODO customize this sample style
    Syntax recommendation http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html
*/
/* FONTS */
/* line 19, stylesheet.scss */
h1 {
  font-family: 'Cambria';
  color: black;
  font-size: 1.6em;
}

/* line 27, stylesheet.scss */
h2 {
  font-family: 'Cambria';
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}

/* line 34, stylesheet.scss */
h3 {
  font-family: 'Cambria';
  font-size: 1.1em;
}

h4 
{
	font-family: 'Cambria';
	font-size: 1.1em;
	font-weight: normal;
}

/* line 41, stylesheet.scss */
p {
  font-family: 'Cambria';
  text-align: justify;
  font-size: .9em;
}

/* CONTAINS THE HEADER ELEMENTS/DEFINITIONS  
===============================================
===============================================
===============================================
*/
/* line 54, stylesheet.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 56, stylesheet.scss */
body {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* line 64, stylesheet.scss */
#header {
  width: 1000px;
  display:table;
}

/* line 69, stylesheet.scss */
#headerBackgroundImg{
  width: 1000px;
  float: left;
  position: relative;
}

.headerLogo
{
	width: 30px;
	height: 30px;
	float: right;
	margin-top: 3px;
	margin-right:5px;
}

#headerLogoContainerParent { position: absolute; width: 1000px; float: right; height: 100px;}
#headerLogoContainer
{
	height: 40px;
	float: right;
	margin-top:90px;
	margin-right:0px;
}

/* line 75, stylesheet.scss */
#menuContainer {
  width: 1000px;
  height: 40px;
}

/* line 82, stylesheet.scss */
.headerButton {
  float: left;
  width: 164.66px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #cccccc;
  border-color: gray;
  border-width: 1px;
  border-style: solid;
}

/* line 98, stylesheet.scss */
.headerButton:hover {
  background-color: #E8E8E8;
}

/* line 100, stylesheet.scss */
.headerButton:hover h1 {
  color: #464646;
}

/* line 104, stylesheet.scss */
.headerButton h1 {
  text-align: center;
  display: inline;
}

/* CONTAINS THE LEFT SIDE ELEMENTS/DEFINITIONS
===============================================
===============================================
===============================================
*/
/* line 117, stylesheet.scss */
.menuContainerLeft 
{
	background-color: rgb(230, 230, 230);
	float: left;
	min-height: 300px;
	
	
	border-color: black;
	border-style: solid;
	border-width: 1px;
	
	margin-right:10px;
}

.menuContainerLeft ul li 
{ 
	line-height: 1.4em; 
	margin-left: 25px; 
	margin-right: 15px; 
}

.dropDownContainer li
{     
    display: block;
    width: 100%;

    line-height: 30px;
    height: 30px;
    background-color: lightgray;

    border: 1px solid black;
    border-top-width: 0px;

    box-sizing: border-box;
    padding-left: 5px;

    font-size: .8em;
}

/* line 123, stylesheet.scss */
.menuContainerRight 
{
	background-color: rgb(230, 230, 230);
	float: right;
	width: 150px;
	min-height: 300px;
	
	padding: 5px;
	padding-left: 25px;
	margin-right: 0px;
	margin: 10px;
	
	border-color: black;
	border-style: solid;
	border-width: 1px;
}


/* line 130, stylesheet.scss */
.menuTitle 
{
	text-align: left;
	background-color: lightgray;
	border-top-width: 8px;
	border-top-color: red;
	border-top-style: solid;
	
	margin-bottom: 5px;
	padding: 5px 5px; /* 10 px padding top and bottom, 5 left and right */
}

/* line 140, stylesheet.scss */
#contentContainer {
  width: 974px;
  float: left;
  
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  border-style: solid;
  border-color: lightgray;
  border-width: 3px;
}

/* HOME PAGE STUFF
===============================================
===============================================
===============================================
*/
/* line 162, stylesheet.scss */
#homePageImg {
  width: 217px;
  height: 310px;
  float: left;
  margin-right: 10px;
}



/* BLOG STUFF */

.blogPostContainer
{
    height: 150px;
    display: table;
    
    padding-top: 10px;
    padding-bottom: 15px;
    
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: black;
}

.blogPostContainer a { color: black; }
.blogPostContainer a img
{
    padding: 10px;
    padding-left: 0px;
    float: left;
}

.blogPostContainer a:hover
{
    color: darkgray;
}

.blogParagraph /* this appears on the single blog entry--not the list of blogs */
{
	text-align: justify;
}

.blogParagraphoutline /* this appears on the single blog entry--not the list of blogs */
{
	padding-left: 35px;
}

/* WHERE TO BUY 

==========================
==========================
==========================
==========================
*/


#backgroundColorDiv
{
    float:left;
    /*background-color: #DBDBDB;*/
    width: 570px;
    height: 653px;
}

#itemsContainer
{
    display: block;
    width: 470px;
    margin-left: auto;
    margin-right: auto;
}

#bookImage
{
    width: 400px;
    height: 653px;
    float: left;
}


.item
{
    width: 223px;
    height: 137px;
    padding: 5px;
    float: left;

    border-width: 1px;
    border-color: black;
    border-style: solid;
}

.item *
{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#amazon
{
    width: 110px;
    height: 110px;
}

#barnes { width: 160px; height: 110px; }
#itunes { width: 110px; height: 110px; }
#bam { width: 150px; height: 110px; }
#kobo { width: 110px; height: 110px; }
#powell { width: 130px; height: 110px; }
#indigo { width: 150px; height: 110px; }
#hudson { width: 110px; height: 110px; }


.item h2 { color: #3a3a3a; }
.backgroundColorDiv a:visited
{
    color: #3a3a3a;
}

.item:hover h2
{
    color: gray;
}

.item:hover
{
    background-color: #E8E8E8;
}



.twoBlock
{
	display:table;
	box-sizing: border-box;
	margin:0;	
	padding: 0;
	position: relative;
	
	margin-bottom: 30px;
}

.twoBlockImg
{

	width:350px;
	height:260px;
	box-sizing: border-box;
}

.twoBlockiFrame
{
	position: relative;
	display: table;
	float: left;
	width:350px;
	height:256px;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	margin-top:4px;
}

.video
{
	position: relative;
	display: table;
	float: left;
	width:350px;
	height:256px;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	margin-top:4px;
}
/* contact form
====================
====================
====================

*/

.error
{
	font-size: .75em;
    width: 250px;
    color:red;
}

form .label
{
    height: 25px;
    text-align:right;
    float:left;
    padding-right: 10px;
    width: 110px;
    clear:both;
}


form input[type=submit]
{
    margin-left: 250px;
}


#contactFormContainer
{
	float: left;
    margin-left: 15px;
}

/* CHAPTER ELEMENTS/CSS */

#bookContainer 
{
	margin-left:auto;
	margin-right:auto;
	display: table;
	
	width: 750px;
	padding: 20px;
	box-sizing: border-box; /* width/height wont change from padding now */
}

.rightAlign { text-align: right; }
.center { text-align: center; display: table; margin:auto; }
.lineBreak { width: 500px; height: 5px; }
.justify { text-align: justify; }


/* 'BUY AT' CSS */

#buyAtContainer
{ 
	height: 50px;
	display: inline-block;
	
	line-height:40px;
	margin-bottom: 40px;
}

#buyAtContainer img
{
	width: 50px;
	height: 50px;
	
	margin-left: 10px;
}

sup { font-size: .6em; }

/*
LINK PREVIEW WINDOW STYLING
*/

.linkPreview:hover iframe { display: inline-block; whitespace: pre; }
.beltwayBeastVideo /* use iFrame *** */
{
	width: 600px;
	height:430px;
	display: block;
	margin: 15px;
	margin-left: 0px;
	float: left;
}

html {
	background-color: lightgray;
}

body { 
	background-color: white;
	padding-left:8px;
	padding-right:8px;
	display: table;
}

.line {
	width: 90%;
	margin: auto;
	height: 3px;
	background-color: lightgray;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}