
html, body {
  /*height: 100%;*/
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}


body {
	margin:0px auto;
	padding: 100px 0 0 0;
	/*font:16px/1.7em "Lucida Sans","Trebuchet MS",trebuchet,lucida,arial;*/
	font: 16px/1.8em 'Open Sans',"Lucida Sans","Trebuchet MS",trebuchet,lucida,arial;

	color:#444;
	/*background-color: #ddd;*/
	/*background-color: white;*/

	background-color: #d5d1c3;
}



div#webpage {
	display: block;
}




a, a:link, a:visited {
	color: #255EB3;
	text-decoration: none;
}
a:hover {
	color: #915A00;
	text-decoration: underline;
}



h2 {
	color: #fafafa;
	font-family: "Alice", serif;
	font-weight: bold;
	/*font-style: normal;*/
	font-size: 52px;
	letter-spacing: 1px;
}

h3 {
	color: #fafafa;
	/*font-family: "Alice", serif;*/
	font-size: 30px;
	line-height: 40px;
}

h4 {
	font-size: 20px;
	margin: 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
}



div.container {
	padding: 20px 20px 0px 20px;
	margin: 0px auto;
}

div.wrapper {
	margin: 0 auto;
	padding: 0;
	width: 1100px;
	position: relative;
}

div#banner_series {
	background: #ffc000 url('series_banner.jpg') center 6px no-repeat;
	height: 103px;
	z-index: 1000;
	/*border-top: 10px solid #466187;*/
	border-bottom: 0;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 20px #444, 0 0 20px #444;
	padding: 0;
}

div#banner_series span#tohome a {
	text-decoration: none;
	display: block;
	height: 55px;
	width: 100%;
	z-index: 100;
}


div#banner_series nav {
	background-color: #466187;
	/*border-bottom: 2px solid #444;*/
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	border-collapse: collapse;
}
div#banner_series nav a {
	display: inline-block;
	color: #eee;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0;
	text-decoration: none;
	transition: all .3s;
}
div#banner_series nav a:hover {
	color: #fff;
	background-color: #2f496d;
}

div#banner_series i.fa {
	display: none;
}




div#big_image {
	line-height: 0px;
	height: 705px;
	height: 620px;
	overflow: hidden;
	position: relative;
	background: transparent url('../images/big_image.png') no-repeat center 0px;
	background-size: cover;
	background-size: 105%;
	/*border: 1px solid red;*/
	overflow: visible;
}

div#big_image p {
	/*display: none;*/
	margin: 0;
	padding: 0;
	font-size: 30px;
	
	font-family: "Alice", serif;
	font-weight: bold;
	color: #466187;
	/*font-style: italic;*/
	position: absolute;
	/*top: 175px;*/

	top: 150px;
	left: 65px;
	text-align: center;
}
div#big_image p span {
	position: relative;
	font-size: 32px;
	line-height: 1.4em;
}
div#big_image span strong {
	color: black;
	/*font-size: 40px;*/
	/*font-family: "Open Sans", serif;*/
}
div#big_image span span {
	/*position: relative;*/
	top: 0px;
	left: 2px;
	font: 18px/1.8em 'Open Sans',"Lucida Sans","Trebuchet MS",trebuchet,lucida,arial;	
	display: block;
	font-weight: bold;
	font-size: 18px;
}



div#launch {
	position: absolute;
	width: 280px;
	height: 280px;
	text-align: center;
	/*border: 1px solid red;*/
	bottom: -60px;
	left: 350px;
	z-index: 100;
}
div#launch a {
	text-decoration: none;
	color: inherit;
}
div#launch img {
	width: 280px;
	height: 280px;
	animation: spinner 20s linear infinite;
}
div#launch span {
	display: block;
	width: 100%;
	position: absolute;
	color: #333;
	font-size: 34px;
	line-height: 1.2em;
	font-weight: bold;
	top: 65px;
	color: #466187;
}
div#launch span i {
	color: #222;
	font-size: 36px;
	font-style: normal;
}


@keyframes spinner {
  100% { transform: rotate(180deg); }
}



div#intro {

	display: none;
	/*display: block;*/

	opacity: 0.7;
	position: absolute;
	/*top: -360px;*/
	/*left: 100px;*/
	/*width: 350px;*/
	/*height: 350px;*/
	/*padding: 20px;*/
	/*border-radius: 500px;*/

	top: -340px;
	left: 60px;
	width: 400px;
	height: auto;
	padding: 20px 30px 20px 30px;
	border-radius: 70px;

	/*background: #ffcc00;*/
	/*border: 16px solid #fdda71;*/

	background: #fdda71;
	background: white;
	border: 14px solid #ffcc00;

	box-shadow: 0 0 20px #444;

	text-align: center;
	color: #333;
	color: black;
}
div#intro h1 {
	color: #466187;
	font-size: 40px;
	line-height: 1.1em;
	margin: 40px 0 15px 0;
	padding: 0;
}

div#intro p {
	font-size: 21px;

	font-size: 24px;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
}

/*
div#cow_point {
	background: #f9f9f9 url('../images/cow_point.jpg') no-repeat -25px -13px;
	background-size: 143%;
	border: 12px solid #ffcc00;
	box-shadow: 0 0 20px #444;
	position: absolute;
	top: -50px;
	left: 230px;

	border-radius: 400px;
	width: 140px;
	height: 140px;
}
*/






div#welcome {
	background-color: #ffcc00;
	background-color: #ccc; /* light gray */
	background-color: #b8d6ff; /* light blue */
	background-color: #ffdd74; /* light yellow */
	background-color: #bcd1ee; /* light blue 2 */
	background-color: #fff; /* white */
	border-top: 20px solid #eee;
	border-bottom: 20px solid #eee;
	padding: 20px 0 50px 0;
	overflow: visible;
}

div#welcome div.content {
	width: 900px;
	color: #444;
	font-size: 24px;
	line-height: 1.6em;
	margin: 0 auto;
	position: relative;
}

div#welcome div.content h2 {
	color: #555;
	padding-left: 210px;
	margin-bottom: 75px;
}
div#welcome div#cow_point {
	background: #f9f9f9 url('../images/cow_point.jpg') no-repeat -20px -10px;
	background-size: 130%;
	border: 12px solid #555;
	box-shadow: 0 0 20px #444;
	position: absolute;
	top: -110px;
	left: 0;

	border-radius: 400px;
	width: 170px;
	height: 170px;
}







img#funny_circle {
	display: none;
	position: absolute;
	top: -350px;
	left: 100px;
}


div#author_statement {
	background-color: #545454;
	padding: 30px 0 50px 0;
	overflow: visible;
}


div#author_statement div.content {
	width: 900px;
	color: #eee;
	font-size: 18px;
	margin: 0 auto;
}
div#author_statement div.content strong {
	color: #ffc000;
}
div#author_statement div.content h3 {
	font-size: 24px;
	line-height: 1.4em;
	margin-top: 0;
	padding-top: 0;
}

div#author_statement span#clutter_closet {
	background: transparent url('../images/clutter_closet2.png') no-repeat -120px -20px; 
	width:420px; 
	height:560px; 
	float:right; 
	background-size: 137%; 
	margin-left: 20px; 
	border-left:1px solid #888;
}
div#author_statement div.content h4  {
	border-radius: 20px;
	padding:10px 13px 12px 13px;
	text-align: center;
	font-weight: bold;
	background-color: rgba(255, 192, 0, 1);
	margin: 30px auto;
	font-size: 22px;
	line-height: 1.6em;
	border: none;
	color: #444;
}
div#author_statement div.content h4 span {
	display: inline-block;
	padding: 0 5px;
}



div#author_statement h2 {
	padding: 55px 0 40px 0;
	margin: 0 0 0 480px;
}

div#author_statement h3 {
	color: #d9d5c7;
	padding-top: 0;
	margin-top: 0;
}




div#bonding h2 {
	color: #466187;
}
div#bonding {
	background-color: #f9f9f9;
	padding: 30px 0 50px 0;
	overflow: visible;
}
div#bonding div.content {
	width: 900px;
	color: #444;
	font-size: 18px;
	margin: 0 auto;
}
div#bonding h3 {
	color: #545454;
	/*font-size: 30px;*/
}

div#bonding span#look_up {
	background: transparent url('../images/look_up.png') no-repeat -75px -30px; 
	width:330px; 
	height:530px; 
	float:left; 
	background-size: 160%; 
	margin: 20px 5px 0 0;
	box-shadow: inset 0 0 50px #f9f9f9, inset 0 0 50px #f9f9f9, inset 0 0 50px #f9f9f9;
}

div#bonding p.callout {
	border-radius: 20px;
	padding:10px 13px 12px 13px;
	text-align: center;
	font-weight: bold;
	/*background-color: rgba(255, 192, 0, 0.4);*/
	background-color: rgba(191, 218, 255, 0.4);
	/*margin: 30px auto;*/
	margin: 60px 0 30px 0;
	font-size: 20px;
	line-height: 1.6em;
	/*color: white;*/
}


div#books {
	background-color: #e0e0e0;
}

div#books div.content {
	width: 900px;
	color: #444;
	font-size: 18px;
	margin: 0 auto;
	padding: 30px 0;
}
div#books h2 {
	color: #444;
}
div#books h3 {
	color: #466187;
}




div.book h4 {
	/*font-size: 20px;*/
	margin: 0 0 14px 0;
	padding: 0 0 4px 0;
	/*border-bottom: 1px solid #eee;*/
}
div.book h4 br {
	display: none;
}

div.book h4 > span {
	display: inline-block;
	background-color: #406faf;
	position: relative;
	top: -2px;
	left: -8px;
	width: 44px;
	height: 36px;
	text-align: center;
	border-radius: 100px;
	padding: 8px 3px 0 0;
	margin: 0 0 -10px 0;
	font-size: 15px;
	color: #e0e0e0;
}
div.book h4 span span {
	color: white;
	font-style: normal;
	opacity: 0.6;
	font-size: 12px;
}


div.book h4 a, 
a.amazon {
	text-decoration: none;

	display: inline-block;
	background-color: #ffc000;
	position: relative;
	top: 4px;
	float: right;
	/*left: -8px;*/
	/*width: 44px;*/
	/*height: 36px;*/
	text-align: center;
	border-radius: 100px;
	padding: 4px 16px;
	margin: 0 0 -10px 0;
	font-size: 15px;
	line-height: 25px;
	color: #444;	
	/*box-shadow: 0 0 10px #000;*/
	z-index: 150;
	border: 2px solid #444;
	transition: all .3s;
}
div.book h4 a:hover,
a.amazon:hover {
	background-color: #444;
	color: #eee;
}

a.amazon {
	top: 0;
}

div.book {
	font-size: 16px;
	line-height: 1.6em;
	padding: 20px 0;
	margin: 10px 0;
	min-height: 155px;
	border-bottom: 6px solid #466187;
	/*transition: all .4s;*/
}

div.book:last-of-type {
	border: none;
}

div.book img.book {
	border: 2px solid #aaa;
	border-radius: 4px;
	box-shadow: 3px 3px 5px #aaa;
	/*position: relative;*/
	/*z-index: 100;*/
	margin:0 30px 0 0; 
	height:150px;
}






div#reviews {
	background-color: #466187;
	padding-bottom: 30px;
	overflow: visible;
	/*border: 1px solid red;*/
}
div#reviews div.content {
	width: 900px;
	color: #ddd;
	font-size: 18px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}
div#reviews  div.content p {
	padding:10px 30px;
	background-color: rgba(255, 255, 255, 0.8);
	color: #333;
	display: inline-block;
	clear: both;
	border-radius: 30px;
	max-width: 60%;
	margin: 10px 0;
	/*font-style: italic;*/
}

div#reviews .circle_right {
	position: absolute;
	top: 140px;
	right: -10px;
	display: block;
	/*float: right;*/
	border: 16px solid #fff;
	border-radius: 300px;
	width: 290px;
	height: 290px;

	background: transparent url('../images/bk9_pg13.jpg') no-repeat -50px center;
	background-size: 140%;

	box-shadow: 0 0 20px #444, inset 0 0 10px #555;
}

div#reviews .circle_left {
	position: absolute;
	/*float: left;*/
	bottom: 20px;
	left: -20px;
	z-index: 500;
	display: block;
	float: left;
	border: 16px solid #fff;
	border-radius: 300px;
	width: 290px;
	height: 290px;

	background: transparent url('../images/bk10_pg23.jpg') no-repeat -30px center;
	background-size: 120%;

	box-shadow: 0 0 20px #444, inset 0 0 10px #555;
}




div#process {
	background-color: #545454;

}

div#process div.content {
	width: 900px;
	color: #ddd;
	font-size: 18px;
	margin: 0 auto;
	padding: 30px 0 200px 0;
	background: #545454 url('../images/me_and_bandit.jpg') no-repeat bottom right;
	background-size: 800px;
}
div#process h2 {
	text-align: right;
}
div#process h4 {
	border: none;
}
div#process h4 a {
	display: inline-block;
	padding: 5px 12px;
	border-radius: 12px;
	background-color: rgba(213, 209, 195, 0.1);
	text-decoration: none;
	transition: 0.4s;
	color: inherit;
}
div#process h4 a:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
}
div#process a {
	color: #ffc000;
	transition: all 0.3s;
	text-decoration: none;
}
div#process a:hover {
	color: #fbd91b;
}

div#process .circle_wilbur {
	display: block;
	position: relative;
	top: 15px;
	margin: 0 15px 20px -30px;
	float: left;
	border: 16px solid #fff;
	border-radius: 300px;
	width: 255px;
	height: 255px;

	background: transparent url('../images/circle_wilbur.jpg') no-repeat center center;
	background-size: 140%;

	box-shadow: 0 0 20px #444, inset 0 0 10px #555;
}

div#process .circle_draw {
	display: block;
	position: relative;
	top: 10px;
	margin: 15px 0 20px 10px;
	float: right;
	border: 16px solid #ffc000;
	border-radius: 300px;
	width: 320px;
	height: 320px;

	background: transparent url('../images/circle_spacepatrol.jpg') no-repeat center -40px;
	background-size: 125%;

	box-shadow: 0 0 20px #444, inset 0 0 10px #555;
}


div#process .circle_dot {
	display: inline-block;
	position: absolute;
	border: 16px solid #fff;
	border-radius: 300px;
	box-shadow: 0 0 20px #444, inset 0 0 10px #555;
	margin: 0;
}

div#process .circle_1 {
	top: 45px;

	width: 320px;
	height: 320px;

	background: #999 url('../images/blast.jpg') no-repeat center center;
	background-size: 120%;

	border-color: #ffc000;
}

div#process .circle_2 {
	top: -20px;
	left: 270px;

	width: 260px;
	height: 260px;

	background: #999 url('../images/clutter_think.jpg') no-repeat -50px -90px;
	background-size: 150%;

	border-color: #ccc;
}

div#process .circle_3 {
	top: 0;
	right: 0;

	width: 400px;
	height: 400px;

	background: #999 url('../images/planning.jpg') no-repeat center center;
	background-size: 130%;

	border-color: #a4c1df;
	border-color: #6d4926;
}

div#process .circle_4 {
	top: 160px;
	left: 290px;

	width: 300px;
	height: 300px;

	background: #999 url('../images/sadsandwich.jpg') no-repeat -10px -40px;
	background-size: 120%;
}

div#process .circle_5 {
	top: 300px;
	left: 30px;

	width: 330px;
	height: 330px;

	background: #999 url('../images/snowman.jpg') no-repeat center center;
	background-size: 130%;

	border-color: #466187;
}

div#process .circle_6 {
	top: 380px;
	left: 340px;

	width: 210px;
	height: 210px;

	background: #999 url('../images/chair_think.jpg') no-repeat -10px center;
	background-size: 120%;

	/*border-color: #444;*/
	/*border-color: #ffc000;	*/
	border-color: #a4c1df;
}


div#process .collage_holder {
	position: relative;
	height: 650px;
	margin-top: 60px;
}







div#author {
	padding-bottom: 50px;
}
div#author div.content {
	width: 900px;
	color: #444;
	font-size: 18px;
	margin: 0 auto;
	padding: 30px 0;
}
div#author h2 {
	color: #333;
}
div#author span.author_pic {
	display: block;
	float: right;
	position: relative;
	top: 25px;
	margin: 0 0 0 30px;
	border-radius: 300px;
	width: 300px;
	height: 300px;
	border: 15px solid white;
	box-shadow: 0 0 20px #444, inset 0 0 10px #555;
	background: transparent url('../images/author_pic.jpg') no-repeat -30px -50px;
	background-size: 120%;
}
div#author span.cats_pic {
	display: block;
	float: left;
	position: relative;
	/*top: 40px;*/
	top: 15px;
	margin: 0 30px 30px 0;
	border-radius: 300px;
	width: 280px;
	height: 280px;
	border: 15px solid white;
	box-shadow: 0 0 20px #444, inset 0 0 10px #555;
	background: transparent url('../images/cats.jpg') no-repeat -90px -50px;
	background-size: 150%;
}

div#author span.backstory_link {
	display: inline-block;
	border-radius: 20px;
	background-color: rgba(74, 70, 59, 0.4);
	/*color: #d5d1c3;*/
	color: #eee;
	font-weight: bold;
	padding: 5px 20px;
	margin-top: 20px;
	font-size: 15px;
	cursor: pointer;
	transition: all .4s;
}
div#author span.backstory_link:hover {
	background-color: rgba(74, 70, 59, 0.6);
	color: white;
}



div#backstory {
	display: none;
	background-color: white;
}
div#backstory div.content h2 {
	color: #444;
}
div#backstory div.content {
	width: 900px;
	color: #444;
	font-size: 18px;
	margin: 0 auto;
	padding: 30px 0 60px 0;
}


img#cow_plush {
	display: inline-block;
	width: 200px;
	border:8px solid #d5d1c3; 
	margin:0 0 15px 20px; 
	border-radius:8px;
	float: right;
}

img#me_drawing {
	display: inline-block;
	width: 270px;
	float: left;	
	border:8px solid #d5d1c3; 
	margin:8px 15px 0 0; 
	border-radius:8px
}

img#draw_with_bandit {
	display: inline-block;
	float: right;
	width: 270px;
	border:8px solid #d5d1c3; 
	margin:0 0 20px 10px; 
	border-radius:8px;
}




div#backstory_inset {
	display: none;
	border-radius: 20px;
	margin: 30px auto;
	padding: 10px 40px 40px 40px;
	background-color: rgba(255, 255, 255, 0.3);
}
div#backstory_inset h2 {
	color: #444;
	font-size: 40px;
}






div#talk {
	background-color: #eee;
}
div#talk div.content h2 {
	color: #444;
}
div#talk div.content {
	width: 900px;
	color: #444;
	font-size: 18px;
	margin: 0 auto;
	padding: 30px 0 60px 0;
}
div#talk span#circle_talk {
	border: 16px solid #ffc000;
	border-radius: 300px;
	display: block;
	margin: 30px auto;
	width: 280px;
	height: 280px;
	background: transparent url('../images/talk.jpg') no-repeat center center;
	background-size: 110%;
	box-shadow: 0 0 10px #aaa, inset 0 0 30px #fff;	
}






div#footer {
	background-color: #545454;
}
div#footer div.content {
	width: 900px;
	color: #444;
	font-size: 18px;
	margin: 0 auto;
	padding: 70px 0;
	min-height: 400px;
}
p.social_media {
	display: block;
	margin: auto;
	padding: 16px 10px 10px 10px ;
	width: auto;
	text-align: center;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.8);
}
p.social_media a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	display: inline-block;
	margin: 0 20px;
}
p.social_media a span {
	position: relative;
	top: -7px;
	padding-left: 4px;
}
p.social_media a:hover span {
	color: #255096;
}

p.social_media img {
	height: 30px;
}


#cow_head {
	cursor: pointer;
}



div#media_overlay {
	display: none;
}

