body {
/*	background: url(../imgs/concept.jpeg) top 53% no-repeat;*/
	font-family: 'Georgia';
	font-size: 16px;
	line-height: 26px;
	color: #484d55;
}

/* common text styles */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: 26px;
	color: #377bca;
}
p, ul, ol, table {
	margin-bottom: 23px;
}
span.fancy {
	font-weight: normal;
	font-style: italic;
	font-family: 'Baskerville', 'Palatino', 'Palatino Linotype', 'Georgia', serif;
}
a {
  color: #3a79c2;
  text-decoration: none;
  border-bottom: 1px dotted #3a79c2;
  padding-bottom: 1px;
}
hr {
	height: 0;
	width: 0;
	line-height: 0;
	visibility: hidden;
	margin: 0 0 24px 0;
	display: block;
	clear: both;
}

/* layout */
#wrapper {
	text-align: left;
}

/* bar */
#bar {
  display: none !important;
}
/*#bar .wrap {
  background: red;
    height: 42px;
}*/

/* header */
#header {
}
#header img#logo {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* nav */
#nav {
    display: none !important;
}
#nav .wrap {
	border-top: 2px solid #effbff;
	border-bottom: 2px solid #effbff;
	margin: 0 -30px;
}
#nav ul {
	border-top: 1px solid #a5c8ea;
	border-bottom: 1px solid #a5c8ea;
	padding-left: 32px;
	margin-bottom: 0;
}
#nav li {
	float: left;
	display: block;
	padding-left: 87px;
	background: url(../imgs/scroll.gif) 22px 50% no-repeat; /* padding-left/2 - scroll-width/2 */
/*	outline: 1px solid red;*/
}
#nav li.first {
	padding-left: 0;
	background: none;
}
#nav a {
	text-decoration: none;
	color: #00245e;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0.2em;
	line-height: 40px;
	border-bottom: none;
}
#nav li.active a {
	font-weight: bold;
}

/* main layout */
#main {
}
#content {
}
#side {
    display: none !important;
	width: 34.5%;
	float: right;
}

/* promo */
#promo {
	margin-bottom: 24px;
}
#promo img.book {
	display: block;
	float: left;
	margin: 0 auto;
}
#promo img.book {
  width: 130px;
}
#promo img.dvd {
  width: 130px;
}
#promo a {
  display: block;
  float: left;
  border: none;
  padding: 0;
}
#promo a#narnia-code-dvd {
  margin-right: 25px;
}

/* content */
#content img.image {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
#content img.floatleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#content img.floatright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
#content img.photo {
	border: 1px solid #a5c8ea;
	-webkit-box-shadow: 0 0 4px #effbff;
}

/* content */
#content h1 {
	font-size: 30px;
}
#content h2 {
	font-size: 24px;
}
#content h3 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
#content h4 {
	font-size: 16px;
	font-weight: bold;
}
#content ul {
  list-style-type: disc;
  margin-left: 48px;
}
#content ol {
  list-style-type: decimal;
  margin-left: 48px;
}

/* menu (aka. subnav) */
#menu {
	border-top: 2px solid #effbff;
	border-bottom: 2px solid #effbff;
	margin-bottom: 24px;
}
#menu ul {
	margin-bottom: 0;
}
#menu ul.root {
	border-top: 1px solid #a5c8ea;
	border-bottom: 1px solid #a5c8ea;
	
}

#menu li.leaf {
	border-top: 1px solid #d2ecf4;
}
#menu a {
	text-decoration: none;
	color: #00245e;
	line-height: 36px;
	display: block;
	padding: 0 12px;
	font-size: 18px;
	border-bottom: none;
}
#menu li li a {
	padding-left: 24px;
	font-size: 16px;
	font-style: italic;
	text-transform: none;
	letter-spacing: normal;
}
#menu li.active a {
	font-weight: bold;
}

/* feature (i.e. notify) */
.feature {
	border-top: 2px solid #effbff;
	border-bottom: 2px solid #effbff;
	margin-bottom: 24px;
}
.feature .inner {
	border-top: 1px solid #a5c8ea;
	border-bottom: 1px solid #a5c8ea;
	background: url(../imgs/box_bg.gif) bottom left repeat-x;
	padding: 12px;
}
.feature h3 {
	font-size: 24px;
	margin-bottom: 6px;
}
.feature p {
	margin-bottom: 6px;
	font-size: 13px;
}

/* notify form */
#notify form div {
  
}
#notify input#email {
  margin: 0;
  display: block;
  float: left;
  height: 22px;
  line-height: 20px;
  width: 160px;
  padding: 0 2px;
  font-size: 14px;
  color: #444;
}
#notify input#submit {
  margin: 0;
  display: block;
  float: right;
}


/* footer */
#footer {
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 36px 0;
	color: #545e6c;
}
#footer p {
	margin-bottom: 0;
}
#footer a {
	color: #545e6c;
	border-bottom: none;
}

/* self-clearing floats */
#nav ul:after,
#main:after,
#promo:after,
#notify form div:after {
	content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* ie5+6/win only */
* html #nav ul,
* html #main,
* html #promo, 
* html #notify form,
* html #bar {
	height: 1%;
}

/* ie7/win only */
*:first-child+html #nav ul,
*:first-child+html #main,
*:first-child+html #promo,
*:first-child+html #notify form {
	min-height: 1px;
}

