/* CSS Mini Reset */

html, body, div, form, fieldset, legend, label
{
 margin: 0;
 padding: 0; 
}

table
{
 border-collapse: collapse;
 border-spacing: 0;
}

th, td
{
 text-align: left;
 vertical-align: top;
}

h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal; }

img { border: 0; }


/* CSS */

html { 
  background: url('/img3/brueghel-bkgd.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:#6c6435;
  margin:0;
  padding:0;
}

body {
	margin:0;
}

table {
	border-spacing: 0;
}

/* structure -------------------------------------------------------------- */


.wrapper {
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	max-width:920px;
}
	
.header {
	margin-bottom:12px;
	background-color: rgba(255, 255, 255, 0.7);
	padding:30px 34px 30px 34px;
	border:1px solid #302b12;
}

.logo-frame {
	max-width:339px;
	display:inline-block;
}

.logo {
	max-width:339px;
	display:inline-block;
	overflow:visible;
}

ul.topnav {
	list-style-type:none;
	padding:0;
	margin:10px;
}

/* start home page items */

.intro {
	background-color: rgba(108, 100, 53, 0.2);
	padding:30px 78px 30px 78px;
	border:1px solid #302b12;
}

.intro-bkgd {
	margin-bottom:12px;
	background-color: rgba(255, 255, 255, 0.7);
}

.intro-photo-frame {
	float:right;
	width:259px;
	margin:10px 0 0 10px;
	border:4px solid #302b12;
	background-color:#ffffff;
	display:inline-block;
	overflow:visible;
}

.intro-photo {
	width:100%;
	display:inline-block;
	overflow:visible;
}

.books {
	margin-bottom:12px;
	background-color: rgba(255, 255, 255, 0.6);
	padding:30px 78px 30px 78px;
	border:1px solid #302b12;
}

.book-title-frame {
	max-width:92px;
	margin-left:auto;
	margin-right:auto;
}

.book-title {
	max-width:92px;
	overflow:visible;
}

.book-array-frame {
	width:132px;
	height:200px;
	margin:17px 17px 0 0;
	display:inline-block;
	overflow:visible;
}

.book-array-frame-no-margin {
	width:132px;
	height:200px;
	margin:17px 17px 0 0;
	display:inline-block;
	overflow:visible;
}

.book-array {
    opacity: 1;
	width:132px;
	height:200px;
	transition: .5s ease;
	backface-visibility: hidden;
	border:1px solid #302b12;
}

.book-array-frame:hover .book-array {
  opacity: 0.4;
}

/* end home page items */

.two-column {
	margin-bottom:12px;
	background-color: rgba(255, 255, 255, 0.8);
	padding:30px 48px 30px 48px;
	border:1px solid #302b12;
}

.column-1 {
	display:inline-block;
	width:236px;
	overflow: hidden;
	float:left;
	/*border: 1px solid red;*/
}


.column-2 {
	display:inline-block;
	margin-bottom:12px;
	margin-right:40px;
	max-width:546px;
	overflow: hidden;
	float:left;
}

.sidebar-photo-frame {
	width:228px;
	border:4px solid #302b12;
	margin:0 0 2px 0;
}

.sidebar-photo {
	width:100%;
	margin:0 0 0 0;
	padding:0;
	border:0;
}

.book-index-frame {
	width:140px;
	margin:0 20px 0 0;
	display:inline-block;
	float:left;
	overflow:visible;
}

.book-index {
    opacity: 1;
	width:140px;
	transition: .5s ease;
	backface-visibility: hidden;
	border:4px solid #302b12;
}

.book-index-frame:hover .book-index {
  opacity: 0.4;
}

/*  these are for the book sidebar images  */

.book-highlight-frame {
	width:100%;
	margin:8px 0 20px 0;
	display:inline-block;
	overflow:visible;
}

.book-highlight {
    opacity: 1;
	width:228px;
	transition: .5s ease;
	backface-visibility: hidden;
	border:4px solid #302b12;
}

.book-highlight-frame:hover .book-highlight {
  opacity: 0.4;
}


#vendor-box {
	width:100%;
	border:4px solid #302b12;
	margin:0 0 20px 0;
	padding:0;
}

.vendor-highlight-frame {
	width:90px;
	height:60px;
	margin:6px;
	display:inline-block;
	overflow:visible;
}

.vendor-highlight {
    opacity: 1;
	width:90px;
	height:60px;
	transition: .5s ease;
	backface-visibility: hidden;
}

.vendor-highlight-frame:hover .vendor-highlight {
  opacity: 0.4;
}

/*  these are for the link page images  */

.site-frame {
	width:220px;
	margin:0 20px 2px 0;
	display:inline-block;
	float:left;
	overflow:visible;
}

.site-frame-extra {
	width:220px;
	margin:0 20px 20px 0;
	display:inline-block;
	float:left;
	overflow:visible;
}

.site {
    opacity: 1;
	width:220px;
	transition: .5s ease;
	backface-visibility: hidden;
	border:4px solid #302b12;
}

.site-frame:hover .site {
  opacity: 0.4;
}



.footer {
	background-color: rgba(108, 100, 53, 0.2);
	padding:10px 34px 10px 34px;
	border:1px solid #302b12;
}
.footer-bkgd {
	margin-bottom:24px;
	background-color: rgba(255, 255, 255, 0.7);
}




hr {
    border: 0;
    height: 1px;
    background: #302b12;
    color: #302b12;
    clear:both;
    margin:20px 0 20px 0;
}


/* navigation -------------------------------------------------------------- */	


#topnav {
	font-family: 'Roboto', sans-serif;
	position:relative;
	top:0;
	left:0;
	font-size:1.2em;
	font-weight:400;
	padding:0;
	display:inline-block;
	background:none;
	margin:0 0 0 20px;
	vertical-align:top;
}


li.topnav {
	display:inline-block;
	padding:0 0 0 0;
	margin:0 10px 0 0;
}

li.topnav-last {
	display:inline-block;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

ul.topnav li.icon {display: none;}


a.topnav:link {
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	color: #000000;
}
a.topnav:visited {
	text-decoration: none;
	color: #000000;
}
a.topnav:hover {
	text-decoration: underline;
	color: #000000;
}
a.topnav:active {
	text-decoration: none;
	color: #000000;
}


a.topnav-last:link {
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	color: #000000;
}
a.topnav-last:visited {
	text-decoration: none;
	color: #000000;
}
a.topnav-last:hover {
	text-decoration: underline;
	color: #000000;
}
a.topnav-last:active {
	text-decoration: none;
	color: #000000;
}


a.topnav-at:link {
	font-family: 'Roboto', sans-serif;
	text-decoration: underline;
	color: #000000;
}
a.topnav-at:visited {
	text-decoration: underline;
	color: #000000;
}
a.topnav-at:hover {
	text-decoration: none;
	color: #000000;
}
a.topnav-at:active {
	text-decoration: underline;
	 color: #000000;
}

a.topnav-last-at:link {
	font-family: 'Roboto', sans-serif;
	text-decoration: underline;
	color: #000000;
}
a.topnav-last-at:visited {
	text-decoration: underline;
	color: #000000;
}
a.topnav-last-at:hover {
	text-decoration: none;
	color: #000000;
}
a.topnav-last-at:active {
	text-decoration: underline;
	 color: #000000;
}
	
	
/* vendor links -------------------------------------------------------------- */	

#buy-the-book-box {
	border:4px solid #ffffff;
	margin:20px 0 20px 0;
	padding:0;
}

#dp-amazon {
  	display:block;
	background: url('https://dalepetersonauthor.com/img2/dp-amazon-button.png') no-repeat 0 0;
	width: 106px;
	height: 73px;
	border: none;
	cursor: pointer;
	}
#dp-amazon:hover {
	background-position: 0 -73px;
	}
	
#dp-indiebound {
  	display:block;
	background: url('https://dalepetersonauthor.com/img2/dp-indiebound-button.png') no-repeat 0 0;
	width: 106px;
	height: 73px;
	border: none;
	cursor: pointer;
	}
#dp-indiebound:hover {
	background-position: 0 -73px;
	}
	
#dp-porter-square {
  	display:block;
	background: url('https://dalepetersonauthor.com/img2/dp-porter-square-button.png') no-repeat 0 0;
	width: 106px;
	height: 73px;
	border: none;
	cursor: pointer;
	}
#dp-porter-square:hover {
	background-position: 0 -73px;
	}
	
#dp-neiba {
  	display:block;
	background: url('https://dalepetersonauthor.com/img2/dp-neiba-button.png') no-repeat 0 0;
	width: 106px;
	height: 73px;
	border: none;
	cursor: pointer;
	}
#dp-neiba:hover {
	background-position: 0 -73px;
	}	
	
	
/* social media -------------------------------------------------------------- */		
	
	
#socmed {
	float:right;
	display:inline-block;
	margin-top:20px;
	}
	
.socmed-button {
	float:right;
	margin:0 6px 0 0;
}
		 
#dp-twitter {
  	display:block;
	background: url('https://dalepetersonauthor.com/img2/dp-twitter-button.png') no-repeat 0 0;
	width: 37px;
	height: 37px;
	border: none;
	cursor: pointer;
	}
#dp-twitter:hover {
	background-position: 0 -37px;
	}
	
	
#dp-pinterest {
  	display:block;
	background: url('https://dalepetersonauthor.com/img2/dp-pinterest-button.png') no-repeat 0 0;
	width: 37px;
	height: 37px;
	border: none;
	cursor: pointer;
	}
#dp-pinterest:hover {
	background-position: 0 -37px;
	}
	
#dp-facebook {
  	display:block;
	background: url('https://dalepetersonauthor.com/img2/dp-facebook-button.png') no-repeat 0 0;
	width: 37px;
	height: 37px;
	border: none;
	cursor: pointer;
	}
#dp-facebook:hover {
	background-position: 0 -37px;
	}	
	
#dp-email {
  	display:block;
	background: url('https://dalepetersonauthor.com/img2/dp-email-button.png') no-repeat 0 0;
	width: 37px;
	height: 37px;
	border: none;
	cursor: pointer;
	}
#dp-email:hover {
	background-position: 0 -37px;
	}
	
#dp-google {
  	display:block;
	background: url('https://dalepetersonauthor.com/img2/dp-google-button.png') no-repeat 0 0;
	width: 37px;
	height: 37px;
	border: none;
	cursor: pointer;
	}
#dp-google:hover {
	background-position: 0 -37px;
	}
	
	
	
/* fonts -------------------------------------------------------------- */	
	
h1,h2,h3,h4,h5,h6 {
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	color:#302b12;
	text-transform:uppercase;
}

h1 {
	font-size: 1.7em;
	line-height:1.3!important;
}

h2 {
	font-size: 1.5em;
	line-height:1.1!important;
}

h3 {
	font-size: 1.3em;
	line-height:1.0!important;
}

h4 {
	font-size: 1.1em;
	line-height:1.0!important;
}

p {
	font-family: 'Lato', sans-serif;
	font-size:1.1em;
	line-height:1.6;
}

.colophon {
	font-family: 'Lato', sans-serif;
	font-size:.75em;
}

.caption {
	font-family: 'Lato', sans-serif;
	font-size:.8em;
	text-transform:uppercase;
}

/* links -------------------------------------------------------------- */


a:link {
	text-decoration: none;
	color: #302b12;
}
a:visited {
	text-decoration: none;
	color: #302b12;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #302b12;
}


a.bold:link {
	font-weight:bold;
	text-decoration: none;
	color: #302b12;
}
a.bold:visited {
	text-decoration: none;
	color: #302b12;
}
a.bold:hover {
	text-decoration: underline;
	color: #000;
}
a.bold:active {
	text-decoration: none;
	color: #302b12;
}



a.footer:link {
	text-decoration: none;
	color:#666;
}
a.footer:visited {
	text-decoration: none;
	color:#666;
}
a.footer:hover {
	text-decoration: none;
	color: #335225;
}
a.footer:active {
	text-decoration: none;
	color:#666;
}

	
/* end desktop and laptop styles */




/* ----------- iPad (portrait) ----------- */
/* ----------- iPad (portrait) ----------- */
/* ----------- iPad (portrait) ----------- */
/* ----------- iPad (portrait) ----------- */
/* ----------- iPad (portrait) ----------- */
/* ----------- iPad (portrait) ----------- */


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {


/* end ipad portrait styles */
}


/* ----------- iPad (landscape) ----------- */
/* ----------- iPad (landscape) ----------- */
/* ----------- iPad (landscape) ----------- */
/* ----------- iPad (landscape) ----------- */
/* ----------- iPad (landscape) ----------- */
/* ----------- iPad (landscape) ----------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

/* end ipad landscape styles */
}

	
/* iPhone [portrait + landscape] */
/* iPhone [portrait + landscape] */
/* iPhone [portrait + landscape] */
/* iPhone [portrait + landscape] */
/* iPhone [portrait + landscape] */
/* iPhone [portrait + landscape] */

@media only screen and (max-device-width: 480px) {

#wrapper {
	width:100%;
	margin:0;
	padding:0;
}

.header {
	margin-bottom:12px;
	background-color: rgba(255, 255, 255, 0.7);
	padding:30px 34px 30px 34px;
	border:1px solid #302b12;
}

.logo-frame {
	max-width:100%;
	display:inline-block;
	margin:10px 0 10px 0;
}

.logo {
	max-width:100%;
	display:inline-block;
	overflow:visible;
}

#socmed {
	float:none;
	display:block;
	clear:both;
	margin-top:20px;
	margin-left:10px;
	}
	
.socmed-button {
	float:left;
}

/* start home page items */

.intro {
	background-color: rgba(108, 100, 53, 0.2);
	padding:20px;
	border:1px solid #302b12;
}

.intro-photo-frame {
	float:none;
	width:100%;
	margin:0 0 0 0;
	border:4px solid #302b12;
	background-color:#ffffff;
	display:block;
	overflow:visible;
}

.intro-photo {
	width:100%;
	display:inline-block;
	overflow:visible;
}

.books {
	margin-bottom:12px;
	background-color: rgba(255, 255, 255, 0.6);
	padding:20px;
	border:1px solid #302b12;
}

.book-array-frame {
	width:45%;
	height:45%;
	margin:8px 17px 0 0;
	display:inline-block;
	overflow:visible;
}

.book-array-frame-no-margin {
	width:45%;
	height:45%;
	margin:8px 0 0 0;
	display:inline-block;
	overflow:visible;
}

.book-array {
    opacity: 1;
	width:100%;
	height:auto;
	transition: .5s ease;
	backface-visibility: hidden;
	border:4px solid #302b12;
}

/* end home page items */
 
.two-column {
	margin-bottom:12px;
	background-color: rgba(255, 255, 255, 0.8);
	padding:20px 20px 20px 20px;
	border:1px solid #302b12;
}

.column-1 {
	display:block;
	width:100%;
	overflow: hidden;
	float:left;
	/*border: 1px solid red;*/
}


.column-2 {
	display:block;
	margin-bottom:12px;
	margin-right:0;
	max-width:100%;
	overflow: hidden;
	float:left;
}

.right-column {
	clear:both;
	display:block;
	float:none;
	width:100%;
	margin:10px 0 20px 0;
}

.sidebar-photo-frame {
	width:auto;
	border:4px solid #302b12;
	margin:0 0 0 0;
	display:block;
}

.sidebar-photo {
	width:100%;
	margin:0;
	padding:0;
	border:0;
}

.book-index-frame {
	width:100%;
	margin:0 0 0 0;
	display:inline-block;
	float:left;
	overflow:visible;
}

.book-index {
    opacity: 1;
	width:100%;
	transition: .5s ease;
	backface-visibility: hidden;
	border:4px solid #302b12;
}

/*  these are for the book sidebar images  */

.book-highlight-frame {
	width:auto;
	margin:8px 0 20px 0;
	display:block;
	overflow:visible;
}

.book-highlight {
    opacity: 1;
	transition: .5s ease;
	backface-visibility: hidden;
	border:4px solid #302b12;
	display:inline-block;
}

/*  these are for the link page images  */

.site-frame {
	width:100%;
	margin:0 0 2px 0;
	display:block;
	float:none;
	overflow:visible;
}

.site-frame-extra {
	width:100%;
	margin:0 0 2px 0;
	display:block;
	float:none;
	overflow:visible;
}

.site {
    opacity: 1;
	width:100%;
	transition: .5s ease;
	backface-visibility: hidden;
	border:4px solid #302b12;
}

.index-photo-frame {
	float:none;
	width:288px;
	margin:0 0 0 0;
	border:4px solid white;
	background-color:#ffffff;
	display:block;
	overflow:visible;
}

.index-photo {
	width:280px;
}

.portrait-photo-frame {
	float:none;
	width:288px;
	margin:0 0 0 0;
	border:4px solid white;
	background-color:#ffffff;
	display:block;
	overflow:visible;
}

.portrait-photo {
	width:280px;
}

.footer {
	background-color: rgba(108, 100, 53, 0.2);
	padding:10px 20px 10px 20px;
	border:1px solid #302b12;
}

.feather {
	clear:both;
	margin-left:0;
}

hr.footer {
	margin-left:0;
	max-width:800px;
    border: 0;
    height:4px;
    background: #446538;
    color: #446538;
}

p.footer {
	margin-left:0;
	max-width:800px;
}

#topnav {
	margin:0 0 0 0;
}

ul.topnav {
	list-style-type:none;
	margin:10px 0 10px 0;
	padding:0;
	float:none;
}




/* When the screen is less than 480 pixels wide, insert background color for nav */
@media screen and (max-width:480px) {
  ul.topnav {
  	display:block;
  	clear:both;
  	float:none;
	background-color: #302b12;
	min-width:288px;
  }
}

/* When the screen is less than 480 pixels wide, padding for left side */
@media screen and (max-width:480px) {
  ul.topnav li {
	padding-left:10px;
  }
}

/* When the screen is less than 480 pixels wide, change margins so it isn't so long */
li.topnav.responsive {
	display:inline-block;
	padding-left:10px;
}


/* When the screen is less than 480 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:480px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
    color:#ffffff !important;
    background-color: #302b12;
    padding:0 10px 0 10px;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:480px) {
  ul.topnav.responsive {position: relative;								}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display:block;
    padding-left:10px;
    margin: 0 0 0 0;
  }
  ul.topnav.responsive li a {
    display: inline;
    text-align: left;
  }
}

/* When the screen is less than 480 pixels wide,  text color for topnav links */
@media screen and (max-width:480px) {

a.topnav:link {
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	color: #ffffff;
}
a.topnav:visited {
	text-decoration: none;
	color: #ffffff;
}
a.topnav:hover {
	text-decoration: underline;
	color: #ffffff;
}
a.topnav:active {
	text-decoration: none;
	color: #ffffff;
}


a.topnav-last:link {
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	color: #ffffff;
}
a.topnav-last:visited {
	text-decoration: none;
	color: #ffffff;
}
a.topnav-last:hover {
	text-decoration: underline;
	color: #ffffff;
}
a.topnav-last:active {
	text-decoration: none;
	color: #ffffff;
}


a.topnav-at:link {
	font-family: 'Roboto', sans-serif;
	text-decoration: underline;
	color: #ffffff;
}
a.topnav-at:visited {
	text-decoration: underline;
	color: #ffffff;
}
a.topnav-at:hover {
	text-decoration: none;
	color: #ffffff;
}
a.topnav-at:active {
	text-decoration: underline;
	 color: #ffffff;
}

a.topnav-last-at:link {
	font-family: 'Roboto', sans-serif;
	text-decoration: underline;
	color: #ffffff;
}
a.topnav-last-at:visited {
	text-decoration: underline;
	color: #ffffff;
}
a.topnav-last-at:hover {
	text-decoration: none;
	color: #ffffff;
}
a.topnav-last-at:active {
	text-decoration: underline;
	 color: #ffffff;
}

}


/* fonts -------------------------------------------------------------- */

h1 {
	margin-top:0;
}


/* links -------------------------------------------------------------- */



/* end iphone styles */
}


/* SmartPhone [landscape] */
/* SmartPhone [landscape] */
/* SmartPhone [landscape] */
/* SmartPhone [landscape] */
/* SmartPhone [landscape] */
/* SmartPhone [landscape] */

/* Samsung Galaxy S3 (landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){


/* end Samsung Galaxy S3 (landscape) styles */

}