/*
Theme Name: Simplest
Description: Just about the simplest possible theme for WordPress: 83 lines of PHP and 75 lines of CSS in 4 files.
Author: Trevor Turk
Author URI: http://trevorturk.com/
Theme URI: http://trevorturk.com/2010/09/20/new-wordpress-theme-simplest/
Version: 1.3
Tags: light, white, one-column
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* http://meyerweb.com/eric/tools/css/reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,p,pre,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	clear: none;
	list-style:none;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-family: "Arial", sans-serif;
	color: #000;
}

body {
	width: 100%;
	height: 100%;
	line-height:1;
	background-color: #000;
}

#background_image {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: url(/wp-content/uploads/DinosaurParadeBackground.jpg) no-repeat top center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	background-position: fixed;
}

h1 {
	font-weight: bold;
	color: #000;
	clear: both;
}

h2 {
	font-weight: bold;
	color: #cf2a14;
	clear: both;
}

h3 {
	font-family: 'EB Garamond', serif;
	font-size: 2.4em;
	margin-bottom: 10px;
	margin-top: 5px;
}

a:link	{ 
	color: #b31207; 
	text-decoration: none;
}
a:visited { 
	color: #b31207; 
	text-decoration: none;
}
a:active,
a:hover { 
	text-decoration: underline;
}

a.red:link,
a.red:visited	{ 
	font-weight: bold;
	color: #cf2a14;
	clear: both;
}
a.red:hover { 
	text-decoration: underline;
}

a.button:link,
a.button:visited {
	width: auto;
	height: auto;
	padding: 9px 16px;
	margin: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ccc));
	background-image: -moz-linear-gradient(270deg, #ddd, #ccc);
	text-shadow: 0px 1px #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #bbb;
}

a.button:hover {
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ccc));
	background-image: -moz-linear-gradient(270deg, #ccc, #ccc);
}

input.text {
	width: 300px;
	padding: 7px;
	float: left;
	font-size: 1em;
	margin-bottom: 15px;
	clear: both;
}

input.button {
	width: auto;
	height: auto;
	padding: 9px 16px;
	margin: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ccc));
	background-image: -moz-linear-gradient(270deg, #ddd, #ccc);
	text-shadow: 0px 1px #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #bbb;
}

input.button:hover {
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ccc));
	background-image: -moz-linear-gradient(270deg, #ccc, #ccc);
	cursor: pointer;
}

textarea.paragraph {
	width: 300px;
	height: 100px;
	padding: 7px;
	float: left;
	font-size: 1em;
	clear: both;
	margin-bottom: 15px;
}


/* overall page setup */

#container {
	width:100%; 
	min-width: 950px;
	height:100%; 
}

#content {
	width: 940px;
	height: auto;
	min-width: 950px;
	position: relative;
	margin: auto;
	background-color: none; 
	font-size: 1em;
	color: #000;
	line-height: 1.2em;
}

#hidden_content {
	display: none;
}

.hentry, .meta, #respond {
	margin-bottom:0px;
}

/* Header/footer divs 
__________________________________*/

.dinotopia_logo {
	width: auto;
	height: auto;
	position: fixed;
	top: 3px;
	left: -10px;
	z-index: 1000;
}

.visit_jg {
	width: 203px;
	height: 20px;
	position: fixed;
	top: 0px;
	right: -10px;
	color: #e0e0e0;
	font-size: 0.8em;
	padding: 5px 14px;
	background-color: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#242424));
	background-image: -moz-linear-gradient(270deg, #000, #242424);
	text-shadow: 0px -1px #000;
	border-radius: 0px 0px 5px 5px;	
	-webkit-border-radius: 0px 0px 5px 5px;	
	-moz-border-radius: 0px 0px 5px 5px;
	z-index: 1000;	
}

.facebook_like {
	width: auto;
	height: auto;
	position: fixed;
	top: 20px;
	left: 530px;
}

.visit_jg:hover {
	background-color: #242424;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#242424), to(#242424));
	background-image: -moz-linear-gradient(90deg, #242424, #242424);
	cursor: pointer;
}

ul.main_nav {
	height: auto;
	width: 100%;
	min-width: 950px;
	position: fixed;
	bottom: 0px; 
	left: 0px;
	z-index: 1000;
}


ul.main_nav li a:link,
ul.main_nav li a:visited {
	width: auto;
	height: auto;
	float: left;
	display: inline;
	padding: 17px 46px;
	color: #fff;
	text-align: center;
	background-color: #000;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(#242424));
	background-image: -moz-linear-gradient(90deg, #000, #242424);
	text-shadow: 0px -1px #000;
	border-right: 1px solid #303030;
}

ul.main_nav li a:hover {
	text-decoration: none;
	background-color: #242424;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#242424), to(#242424));
	background-image: -moz-linear-gradient(90deg, #242424, #242424);
}

ul.main_nav li a.selected {
	text-decoration: none;
	background-color: #242424;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#242424), to(#242424));
	background-image: -moz-linear-gradient(90deg, #242424, #242424);	
}

ul.main_nav li #first {
	border-radius: 5px 0px 0px 0px;
	-moz-border-radius: 5px 0px 0px 0px;
	-webkit-border-radius: 5px 0px 0px 0px;
}

ul.main_nav li #last {
	border-radius: 0px 5px 0px 0px;	
	-moz-border-radius: 0px 5px 0px 0px;
	-webkit-border-radius: 0px 5px 0px 0px;
}


/* New book divs - loaded as fixed elements
_________________________________*/

.x_button {
	background: url('/wp-content/uploads/X-button.gif') no-repeat left top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	z-index: 910;
	cursor: pointer;
}

.small_x {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 20px;
	height: 20px;
}

.large_x {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 20px;
	height: 20px;
}

.new_book {
	width: 190px;
	height: 331px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 15px;
	background-color: #fff;
	background: rgba(255, 255, 255, 0.9);
	z-index: 100;
	display:none;
}

/* General section content divs 
__________________________________*/

.section_content {
	width: 943px;
	height: 0px;
	position: fixed;
	bottom: 0px;
	left: 4px;
	color: #212121;
	background-color: #fff;
	background: rgba(255, 255, 255, 0.9);
	font-size: 0.9em;
}

.section_file {
	width: 903px;
	height: 100%;
	padding: 20px;
}

.top_under_area {
	width: 100%;
	height: 122px;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid #808080;
	z-index: 900;
	display: none;
}

#scroll_content {
	width: 100%;
	height: 200px;
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 20px;
	color: #303030;
	border-bottom: 1px solid #e0e0e0;
	-moz-box-shadow: inset 0px -12px 10px -10px #ccc;
	-webkit-box-shadow: inset 0px -12px 10px -10px #ccc;
	box-shadow: inset 0px -12px 10px -10px #ccc;
}


/* News page divs 
__________________________________*/

ul.news_container {
	width: 100%;
	height: auto;
	margin-top: 15px;
	overflow: auto;
}

ul.news_container li {
	clear: both;
	margin-bottom: 20px;
}

.news_title {
	width: 200px;
	height: auto;
	float: left;
	display: inline;
	text-align: right;
	padding-bottom: 20px;
}

.news_title .date {
	font-size: 0.8em;
	color: #808080;
}

.news_content {
	width: 654px;
	height: auto;
	float: right;
	display: inline;
	text-align: left;
	color: #303030;
	padding-bottom: 20px;
	padding-right: 20px;
}

/* About page divs
__________________________________*/

.about_container {
	width: 840px;
	margin: 5px 0px 20px 10px;
	padding-top: 10px;
}

.about_container .small {
	font-size: 0.8em;
	color: #707070;
}

ul.about_nav {
	width: auto;
	height: auto;
	position: absolute;
	top: 28px;
	left: 480px;
}

ul.about_nav li {
	float: left;
	display: inline;
}

ul.about_nav li a:link,
ul.about_nav li a:visited {
	width: auto;
	height: auto;
	padding: 7px 13px;
	color: #000;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #bebebe;
	background-color: #e0e0e0;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#cbcbcb), to(#e8e8e8));
	background-image: -moz-linear-gradient(90deg, #cbcbcb, #e8e8e8);
}

ul.about_nav li a:hover {
	text-decoration: none;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#ccc));
	background-image: -moz-linear-gradient(90deg, #ccc, #ccc);
}

ul.about_nav li a.selected {
	text-decoration: none;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#ccc));
	background-image: -moz-linear-gradient(90deg, #ccc, #ccc);
}

ul.about_nav li .first {
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
}

ul.about_nav li .last {
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
}

.about_books {
}

.about_books img {
	width: 150px;
	float: left;
	display: inline;
	margin: 0px 20px 20px 0px;
	border: 1px solid #ccc;
}

.about_reviews {
}

.about_reviews img {
	width: 300px;
	float: left;
	display: inline;
	margin: 0px 20px 5px 0px;
	border: 1px solid #ccc;
	clear: both;
}

.about_reviews .dummy {
	width: 100%;
	clear: both;
	height: 2px;
	font-size: 0.8em;
	color: #707070;
}

/* Shop page divs
__________________________________*/

.large_item {
	width: 293px;
	height: auto;
	display: inline;
	text-align: right;
	float: left;
	margin-left: 3px;
	margin-top: 5px;
	padding-bottom: 15px;
}

.large_item img {
	width: 293px; 
	margin-bottom: 0px;
}

.large_item .price {
	font-size: 0.8em;
	color: #707070;
}

.large_item .signed {
	font-size: 0.8em;
	font-weight: bold;
	color: #cf2a14;
}

.large_item .description {
	float: right;
	width: 280px;
	font-size: 0.8em;
	color: #505050;
}

.small_items_container {
	width: 516px;
	height: auto;
	display: inline;
	float: right;
	margin-right: 23px;
	margin-top: 15px;
	padding-bottom: 15px;
}

.small_item {
	width: 100%;
	height: auto;
	display: block;
	clear: both;
	float: left;
	margin: 0px 0px 27px 0px;
}

.small_item img {
	width: 150px; 
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	display: inline;
}

.small_item .price {
	font-size: 0.8em;
	color: #707070;
}

.small_item .signed {
	font-size: 0.8em;
	font-weight: bold;
	color: #cf2a14;
}

.small_item .description {
	font-size: 0.8em;
	color: #505050;
}



/* Images and Video page divs
__________________________________*/

.images_container {
	width: 340px;
	float: left;
	display: inline;
	margin-top: 5px;
}

.gallery_block {
	width: 150px;
	height: 170px;
	margin-right: 20px;
	float: left;
	display: inline;
	font-size: 0.8em;
	color: #707070;
}

.gallery_block img {
	width: 150px;
}

.video_container {
	width: 500px;
	height: auto;
	display: inline;
	float: right;
	margin-top: 5px;
	margin-right: 30px;
}

.video_container .small {
	font-size: 0.8em;
	color: #707070;
}

.image_gallery {
	width: 100%;
	height: auto;
	padding-top: 15px;
}

.image_gallery img {
	height: 120px;
	float: left;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
}

/* Museum Exhibits page divs
__________________________________*/

.museum_container {
	width: 840px;
	margin: 5px 0px 20px 4px;
	padding-top: 10px;
}

.museum_listings {
	width: 600px;
	float: left;
	display: inline;
}


/* Admin page divs
__________________________________*/

.admin_title {
	width: auto;
	height: auto;
	position: relative;
	display: inline;
	float: left;
	margin-left: 3px;
	padding: 10px 13px;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	background-color: #000;
	border-bottom: 1px solid #000;
}

ul.admin_sections {
	width: auto;
	height: auto;
	float: left;
	display: inline;
}

ul.admin_sections li {
	display: inline;
	float: left;
}

ul.admin_sections li a:link,
ul.admin_sections li a:visited {
	width: auto; 
	height: auto;
	float: left;
	display: inline;
	clear: none;
	padding: 10px 17px;
	color: #000;
	font-size: 1em;
	background-color: #ccc;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

ul.admin_sections li a:hover {
	cursor: pointer;
	background-color: #aaa;
	text-decoration: none;
}

.admin_content {
	width: 903px;
	height: auto;
	min-height: 15000px;
	position: relative;	
	clear: both;
	padding: 40px 20px;
	margin: 0px auto;
	color: #212121;
	background-color: #fff;
	background: rgba(255, 255, 255, 0.9);
	font-size: 0.9em;
}

#admin_form_container {
	width: auto;
	height: auto;
	position: absolute;
	top: 92px;
	left: 20px;
}

#form1_message {
	width: 200px;
	height: auto;
	position: absolute;
	display: block;
	top: 248px;
	left: 4px;
}

#admin_latest_news {
	width: 500px;
	height: auto;
	display: inline;
	float: right;
}

#admin_past_news {
	width: 500px;
	height: auto;
	display: inline;
	float: right;
}