/*
Theme Name: Envisioning
Theme URI: http://envisioningtheworld.com/
Description: Child Theme for Sandbox, developed for Envisioning the World website
Author: Amy Lam
Author URI: http://gcdesign.com/
Template: sandbox
Version: 0.1
*/

/* Import sandbox Parent Theme styles */
@import url("../sandbox/style.css");

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');

/* Import a basic layout (from sandbox theme, can change the layout, or ignore altogether) */
/* @import url('../sandbox/examples/2c-r.css'); */

/* Import fonts Questal and Athelas for browsers */

/* Sample code for embedding eot files for Internet explorer */
/* IE6/7/8 - Must be first */  
@font-face {
	font-family: "Athelas";
	src: url('athelas.eot');
}

@font-face {
	font-family: "Athelas Bold";
	src: url('athelasbold.eot');
}

@font-face {
	font-family: "Athelas Italic";
	src: url('athelasitalic.eot');
}

@font-face {
	font-family: "Athelas Bold Italic";
	src: url('athelasbolditalic.eot');
}

@font-face {
	font-family: "Questal";
	src: url('questalbold.eot');
}

/* FFx3.5/Safari/Op10 - Next */  
	@font-face {font-family:"Athelas"; src:url(Athelas.otf) format("opentype");}
	
	@font-face {font-family:"Athelas Bold"; src:url(AthelasBold.otf) format("opentype");}

	@font-face {font-family:"Athelas Italic"; src:url(AthelasItalic.otf) format("opentype");}

	@font-face {font-family:"Athelas Bold Italic"; src:url(AthelasBoldItalic.otf) format("opentype");}
		    
   	@font-face {font-family:"Questal"; src:url(QuestalBold.ttf) format("truetype");}

/* Body */
body {
	height:100%;
	background:#544741;
	font:15px "Athelas",Georgia,Times,serif;
	line-height:22px;
	letter-spacing:0.00em;
	color:#303030;
}

a {
	color:#0066CC;
	text-decoration:none;
}

a:hover {
	color:#0066CC;
	text-decoration:underline;
}

h2 {
	font:23px "Questal",Georgia,Times,serif;
	color:#990000;
	letter-spacing:0.07em;	
}	

h3 {
	font:18px "Questal",Georgia,Times,serif;
	color:#990000;
	letter-spacing:0.03em;	
}

h4 {
	font:18px "Athelas",Georgia,Times,serif;
	font-variant:small-caps;
	text-decoration:none;
	letter-spacing:0.1em;
	color:#999933;
}

h4 a {
	color:#999933;
}

h4 a:hover {
	color:0066CC;
}

h5 {
	font:16px "Questal",Georgia,Times,serif;
	line-height:22px;
	color:#990000;
	padding:10px 0 0 0;
}	

h5 a {
	color:#990000;
}

h5 a:hover {
	color:0066CC;
}

h6 {
	font:19px "Athelas",Georgia,Times,serif;
	text-decoration:none;
	letter-spacing:0.01em;
	padding:0 0 7px 0;
}

em, i { 
	font-style:normal;
	font-weight:normal;
	font-family:"Athelas Italic","Georgia Italic",serif;
}

strong, b {
	font-weight:normal;
	font-family:"Athelas Bold","Georgia Bold",serif;
}

hr {
	clear:both;
	color:#cccc99;
}

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

/* Classes */

.leftalign {
	float:left;
}

.rightalign {
	float:right;
}

.allcaps {
	text-transform:uppercase;
}

.smallcaps {
	font-variant:small-caps;
	letter-spacing:0.05em;
}

.swash {
	position:relative;
	left:0;
	z-index:-1;
}

/* Header */
div#header {
	width:940px;
	height:145px;
	margin:0 auto 0; 
	position:relative;
}

#header h1 a {
	width:940px;
	height:145px;
	display:block;
	background-color:transparent;
	background:url(images/header.gif) top center;
}

#header h1 a span { 
	display:none; 
}

#blog-description {
	font:22px "Athelas",Georgia,Times,serif;
	width:940px;
	margin:0 auto 0;
	color:#6D7886;
	position:absolute;
	top:110px;
}

/* Menu Bar */
div#menu {
	width:940px;
	height:40px;
	margin:0 auto 0; 
	padding:0;
	background:url(images/bg-menu.gif) top center repeat-x;
}

#menu ul {
	width:940px;
	margin:auto;
	padding:0;
}

#menu ul li {
	text-align:center;
	border-right:1px solid #CCCC99;
	margin:8px 0 0 0;
	padding:0 0 0 18px;	//padding:0 4px 0 22px;
	font:16px "Athelas",Georgia,Times,serif;
	color:#CCCC99;
	text-transform:uppercase;
	letter-spacing:0.15em;
}

#menu ul li a {
	color:#CCCC99;
}

#menu ul li a:hover, a:active {
	color:#FFFF00;
	text-decoration:underline;
}

#menu .page-item-2 {
	float:left;
	padding:0 0 0 40px;
}

#menu .page-item-11 {
//	float:right;
//	width:15.7%;
//	min-width:147px;
	border-right:0px;
}

#menu li.current_page_item a{
	color:#FFFF00;
	}

/* Outer Container (wrapper) */
div#wrapper {
	width:1020px;
	margin:0 auto 0;
	background:url(images/bg-wrapper.gif) top center repeat-y;
} 

/* Main Content Container (container) */
div#container {
	width:940px;
	min-height:600px;
	height:auto !important;
	height:600px;
	margin:0 auto 0;
	background:#fff;
	border-left:1px solid #999933;
	border-right:1px solid #999933;
	overflow:auto;
} 

/* Navigation and Comments*/
div#nav-above {
	font-size:13px;
}

div#nav-below {
	font-size:13px;
	padding:0 0 10px 0;
}

div#comments {
	padding:0 0 20px 0;
}

/* Front Page (frontpage.php) */
div#frontpage-slides {
	width:940px;
	height:480px;
	display:block;
	background-color:transparent;
}

div#front-feature-l {
	float:left;
	width:369px;
	min-height:160px;
	margin:20px 0 20px 0;
	padding:0 40px 20px 60px;
	border-right:1px solid #999933;
}

div#front-feature-r {
	float:right;
	width:370px;
	min-height:160px;
	margin:20px 0 20px 0;
	padding:0 60px 20px 40px;
}

#front-feature-r ul {
	list-style:none;
	margin:0px;
	padding:5px 0 0 0;
}

.recent-items {
	border-bottom:1px dotted #999933;
	margin:0 0 10px 0;
}

.recent-items-title {
	font:16px "Athelas",Georgia,Times,serif;
	text-decoration:none;
	letter-spacing:0.02em;
}

.more-items {
	font:15px "Athelas",Georgia,Times,serif;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:0.1em;
	border-bottom:0px;
}

#visitButton
{
  display: block;
  width: 260px;
  height: 90px;
  background: url("images/mapping-button.gif") no-repeat 0 0;

}

#visitButton:hover
{ 
  background: url("images/mapping-button-over.gif") no-repeat 0 0;
}

#visitButton span
{
  display: none;
}


.spacer {					/* spacer below the "current exhibition" header */
	padding:0 0 5px 0;
}

/* News layout (index.php), right sidebar */
div.page-2c {
	float:left;
	width:590px;
	padding:10px 20px 0 20px;
	overflow:visible;
}

div#primary {
	margin:20px 0 0 0;
	}

div#secondary {
	clear:right;	
	margin:0 0 20px 0;
	}

div.sidebar {
	float:right;
	overflow:hidden;
	width:250px;
	padding:20px 20px 0 20px;
	background:#fff;
	border-left:1px solid #CCCC99;
}

.entry-title {
	color:#993300;
}

.entry-title a {
	color:#993300;
}

.sidebar h4 {
	color:#666600;
	text-transform:lowercase;
}

.sidebar a {
	color:#0066CC;
}

/* Page 1-col layout (page.php) */
div.page-1c {
	clear:both;
	width:700px;
	padding:45px 120px 0 120px;
	background:#fff url(images/swash-white-1c.gif) top left no-repeat;
}

div.page-1c-tan {
	clear:both;
	width:700px;
	padding:45px 120px 0 120px;
	background:#fffbeb url(images/swash-tan-1c.gif) top left no-repeat;
}

div#pagetitle {
	width:940px;
	height:70px;
	margin:0 auto 0;
	background:#fffbeb url(images/grid-border.gif) bottom center repeat-x;
}

#pagetitle h2 {
	text-align:center;
	vertical-align:middle;
	padding:22px 0 0 0;
}

div.border {
	width:100%;
	height:5px;
	background:url(images/grid-border.gif) bottom center repeat-x;
}

/* Section Page 2-col, split top and bottom (section.php, peutinger-intro.php, peutinger-essays.php) */
div#section-top {
	width:940px;
	min-height:610px;
	margin:0 auto 0;
	background:#fffbeb url(images/grid-border.gif) bottom center repeat-x;
	overflow:auto;	
}

div#section-intro {
	float:left;
	width:569px;
	min-height:610px;
	margin:0 0 5px 0;
	padding:45px 30px 20px 75px;
}

.swash-tan {
	background:url(images/swash-tan.gif) top left no-repeat;
}

.swash-white {
	background:url(images/swash-white.gif) top left no-repeat;
}

div#section-sidebar {
	float:right;
	width:221px;
	margin:20px 0 0 0;
	padding:0 22px 20px 22px;
	border-left:1px solid #999933;
	overflow:auto;
}

div#blue-sidebar {
	float:right;
	width:221px;
	height:310px;
	margin:0;
	padding:20px 22px 0 22px;
	border-left:1px solid #999933;
	background:#DFEDFF;
}

div#blue-sidebar2 {
	float:right;
	width:221px;
	height:290px;
	margin:0;
	padding:20px 22px 0 22px;
	border-left:1px solid #999933;
	background:#DFEDFF;
}

#blue-sidebar h4 {
	color:#990000;
	padding:10px 0 0 0;
}

#blue-sidebar2 h4 {
	color:#990000;
	padding:10px 0 0 0;
}

#blue-sidebar p {
	font:18px "Athelas Italic","Georgia Italic",Times,serif;
	line-height:21px;
	color:#303030;
}

#blue-sidebar2 p {
	font:18px "Athelas Italic","Georgia Italic",Times,serif;
	line-height:21px;
	color:#303030;
}

div#scrollbox {
	float:right;
	width:225px;
	height:345px;
	margin:0;
	padding:0 20px 0 20px;
	background:#DFEDFF;
	border-left:1px solid #999933;
	overflow-y:auto;
	}
	
div#scrollbox2 {
	float:right;
	width:225px;
	height:365px;
	margin:0;
	padding:0 20px 0 20px;
	background:#DFEDFF;
	border-left:1px solid #999933;
	overflow-y:auto;
	}
	
#scrollbox p {
	font-size:13px;
	line-height:16px;
	color:#000
}

#scrollbox2 p {
	font-size:13px;
	line-height:16px;
	color:#000
}

div#section-bottom {
	width:900px;
	min-height:100px;
	padding:30px 0 0 20px;
	background:#fff;
	overflow:auto;
}

div#map-index {
	float:left;
	width:594px;
	min-height:270px;
	margin:0;
	padding:0 20px 0 20px;
}

#map-index p {
	color:#303030;
	text-align:center;
}

div#map-oval {
	float:left;
	width:115px;
	height:80px;
	text-align:center;
	margin:0 auto 0;
	padding:20px 30px 20px 0;
}

div#map-oval-r2 {
	clear:left;
	float:left;
	width:115px;
	height:80px;
	text-align:center;
	margin:0 auto 0;
	padding:20px 30px 20px 0;
}	

/* The Collection (collection.php) */
div#collection-index {
	clear:both;
	width:700px;
	padding:45px 120px 10px 120px;
	background:#fff url(images/swash-white-1c.gif) top left no-repeat;
}	

div#collection-oval {
	float:left;
	width:115px;
	height:80px;
	text-align:center;
	margin:0 auto 0;
	padding:20px 60px 20px 0;
}

div#collection-oval-r2 {
	clear:left;
	float:left;
	width:115px;
	height:80px;
	text-align:center;
	margin:0 auto 0;
	padding:20px 60px 20px 0;
}


.section-title a {
	color:#990000;
}

.section-year a {
	color:#303030;
}

/* Peutinger Pages */
div#peutinger-scroll {
	width:800px;
	align:left;
	padding:10px 0 20px 0;
}

div#peutinger-pages {
	float:left;
	width:150px;
	text-align:center;
	margin:0 auto 0;
	padding:10px 25px 20px 0;
}

div#peutinger-top {
	width:940px;
	min-height:670px;
	margin:0 auto 0;
	background:#fffbeb url(images/grid-border.gif) bottom center repeat-x;
	overflow:auto;	
}

div#scroll-frame {
	width:940px;
	height:410px;
	overflow-x:scroll;
	overflow-y:hidden;	
}

.segments {
	float:left;
	position:relative;
	overflow-x:scroll;
	overflow-y:hidden;	
	width:100%;	
	height:400px;
}

div#strip {
	width:940px;
	height:70px;
	margin:0 auto 0;
	border-top:0px solid #999933;
	border-bottom:2px solid #999933;
	background:#544741 url(images/peutinger-strip-940w.jpg) no-repeat center left;
}	

div#segment1 {
	width:1025px;
	background:url(images/segment1.jpg) no-repeat left;
}

/* Container for compass navigation in sidebars */
div#compassnav {
	float:right;
//	background:url(images/compass-base.gif) no-repeat center left;
	width:250px;
	height:250px;
	margin:0;
	padding:0 10px 0 0;
	position:relative;
}

// alternate imagemap for compass sidebar nav, uses code from http://www.alistapart.com/articles/imagemap

a#section1 { left:0px; top:0px; width:120px; height:109px;}
a#section2 { left:120px; top:0px; width:120px; height:109px;}
a#section3 { left:0px; top:109px; width:120px; height:109px;}
a#section4 { left:120px; top:109px; width:120px; height:109px; }

#section1 #section2 #section3 #section4 a i { visibility:hidden; } // hides text within links while retaining clickability

a#section1:hover { 
	background-image:url(images/compass-sec1.gif); }
a#section2:hover {
	background-image:url(images/compass-sec2.gif); }
a#section3:hover {
	background-image:url(images/compass-sec3.gif); }
a#section4:hover {
	background-image:url(images/compass-sec4.gif); }

/* Audio guide placeholder graphic */
div#audio {
	clear:right;
	float:right;
	width:240px;
	height:40px;
	margin:0 0 40px 0;
	padding:0 5px 0 0;
}

/* Map page (map.php) */
div#map-top {
	width:940px;
	height:415px;
	margin:0 auto 0;
	background:#fffbeb url(images/grid-border.gif) bottom center repeat-x;
	overflow:auto;	
	position:relative;
}

div#map-label {
	float:left;
	width:286px;
	height:380px;
	margin:0 0 5px 0;
	padding:20px 5px 10px 30px;
	border-right:1px solid #999933;	
}

div#zoomify-map {
	float:right;
	width:618px;
	height:410px;
	margin:0 0 5px 0;
	padding:0;
	background:#544741;
}

div#map-page-nav {	// container for map pages navigation
	width:100%;
	min-width:230px;
	font:18px "Athelas",Georgia,Times,serif;
	font-variant:small-caps;
	color:#999933;
	letter-spacing:0.08em;
	margin:0 0 0 10px;
	position:absolute;
	top:380px;
}

#map-page-nav a {
	color:#999933;
}

#map-page-nav a:hover {
	color:#0066CC;
}

#prevmap {
	width:48.5%;
	float:left;
	min-width:90px;
}

#divider {
	width:2.5%;
	float:left;
	min-width:2px;
}

#nextmap {
	width:49%;
	float:left;
	min-width:100px;
}

div#map-bottom {
	width:885px;
	min-height:100px;
	background:#fff url(images/swash-white.gif) top left no-repeat;
	padding: 45px 0 0 55px;
	overflow:auto;
}

div#map-content {
	float:left;
	width:540px;
	padding:0px 60px 0 20px;
	overflow:auto;
}

/* Miscellaneous classes */
#post-0 {								//*404 error *//
	min-height:300px;
	padding:20px 0 0 0;
}

.entry-meta {
	font-size:13px;
	line-height:16px;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:1px dotted #999933;
}

/* Footer */
div#footer {
	clear:both;
	width:940px;
	height:60px;
	margin:0 auto 0;
	background:url(images/bg-footer.gif) top center repeat-x;
	padding:10px 0 0 0;
}

#footer ul {
	clear:both;
	width:560px;
	list-style-type:none;
	padding:0px;
	margin:auto;
	}

#footer ul li {
	float:left;
	text-align:center;
	border-right:1px solid #cccc99;
	margin:0;
	padding:2px 10px 0 10px;
	font:13px "Athelas",Georgia,Times,serif;
	letter-spacing:0.03em;
}

#footer ul li a {
	color:#cccc99;
}

#footer ul li a:hover, a:active {
	color:#FFFF00;
	text-decoration:underline;
}

#footer .page-item-11 {
	border-right:0px;
	padding:2px 0 0 10px;
}

div#copyright {
	clear:both;
	font:13px "Athelas",Georgia,Times,serif;
	color:#303030;
	padding:18px 0 0 0;
}