@charset "utf-8";
/* CSS Document */


html {
	margin:0;
	padding:0;}


/* @group Body */

body {
	background-color:#839e9e;
	background-image: url(../images/bkg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0;
	padding:0;
}

/* @end */


/* @group Container */

div.container {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	padding-bottom:0;
	width:960px;
	border:1px solid #fff;
	position:relative; /* for footer etc */
	background-image: url('../images/container-bkgd.jpg');
	background-color:#6699cc;
	background-repeat: no-repeat;
}

/* @end */

/* ------------------------------------
	H E A D E R  S T U F F
--------------------------------------- */

/* @group Header Stuff */

div.header { 
	height:70px;
	position:relative;
	width:100%;
	background-color:#fff;
	font-family: Arial;
}
img.masthead {
	position:absolute;
	top:0; left:0;
	height:180px;
	width:330px;
}

/* @end */

/* ------------------------------------
	P R I M E  N A V
--------------------------------------- */

/* @group Primary Nav */

div.prim-nav {
	width:620px;
	height:40px;
	background-color:#fff;
	position:absolute;
	top:30px;
	right:0;
}
div.prim-nav ul {
	margin:0;
	padding:0;
	list-style-type: none;
	position:relative;
}
div.prim-nav li.blog,
div.prim-nav li.shop,
div.prim-nav li.adam,
div.prim-nav li.toys,
div.prim-nav li.abou,
div.prim-nav li.medi {
	position:absolute;
	top:0;
	margin:0;
	padding:0;
	list-style-type: none;
	height:40px;
}
div.prim-nav li.blog {
	left:0;
	background-image:url(../images/primnav/blog_of.png);
	width:60px;
	z-index:306;
}
div.prim-nav li.shop {
	left:55px;
	background-image:url(../images/primnav/shop_of.png);
	width:65px;
	z-index:305;
}
div.prim-nav li.adam {
	left:115px;
	background-image:url(../images/primnav/adam_of.png);
	width:165px;
	z-index:304;
}
div.prim-nav li.toys {
	left:275px;
	background-image:url(../images/primnav/toys_of.png);
	width:150px;
	z-index:303;
}
div.prim-nav li.abou {
	left:420px;
	background-image:url(../images/primnav/abou_of.png);
	width:135px;
	z-index:302;
}
div.prim-nav li.medi {
	left:550px;
	background-image:url(../images/primnav/medi_of.png);
	width:70px;
	z-index:301;
}
div.prim-nav li.blog:hover {
	background-image:url(../images/primnav/blog_ov.png);
}
div.prim-nav li.shop:hover {
	background-image:url(../images/primnav/shop_ov.png);
}
div.prim-nav li.adam:hover {
	background-image:url(../images/primnav/adam_ov.png);
}
div.prim-nav li.toys:hover {
	background-image:url(../images/primnav/toys_ov.png);
}
div.prim-nav li.abou:hover {
	background-image:url(../images/primnav/abou_ov.png);
}
div.prim-nav li.medi:hover {
	background-image:url(../images/primnav/medi_ov.png);
}
div.prim-nav a, div.prim-nav img {
	margin:0;
	padding:0;
}

/* @end */

/* ------------------------------------
	L E F T  T O P
--------------------------------------- */

/* @group Col Left Top */

div.col-left.top {
	width:420px;
	float:left;
	margin-left:5px;
	min-height: 450px;
}
div.empty-space {
	width: 420px;
	height: 110px;
	padding: 0;
}
div.charities {
	float: left;
	padding:0px 5px 0px 5px;
	text-align: center;
	width: 420px;
	font-weight: bold;
	color: white;
	font-size: 8pt;
}
div.charities-a {
	height: 3px;
	padding: 0;
	vertical-align: text-bottom;
}
div.charities-b {
	height: 43px;
	padding: 0;
}
div.adams-message-title {
	height: 30px;
	padding: 0;
}
div.adams-message-title h1 {
	padding: 0;
	font-size: 1.75em;
	font-weight: bold;
	color: yellow;
	font-family: handlee;
}
div.adams-message {
	padding:0px 5px 0 5px;
	width: 400px;
	max-height: 700px;
}
div.adams-message p {
	padding:0px;
	margin:0 0 0 0;
	font-size:1.25em;
	font-weight: 600;
	line-height: 20px;
	color:white;
	font-family: helvetica;
}
div.adams-message ul {
	padding:0px;
	margin:0 0 0 0;
	font-size:1.25em;
	font-weight: 600;
	line-height: 20px;
	color:white;
	font-family: helvetica;
}
div.books-table {
	padding: 5 px;
	float: left;
	font-size: small;
	font-weight: normal;
	color: yellow;
	line-height: 15px;
	text-align: center;
}
div.fb-stream {
	margin: 10px;
}

/* @end */

/* ------------------------------------
	R I G H T  T O P
--------------------------------------- */

/* @group Col Right Top */

div.col-right.top {
	width:530px;
	height: 200px;
	float:left;
	padding-bottom: 10px;
}
div.random-image {
	float:left;
	width:520px;
	padding-top:5px;
}

/* @end */


/* ------------------------------------
	R I G H T  B O T T O M
--------------------------------------- */

/* @group Col Right bottom */

div.col-right.bottom {
	width: 250px;
	float: right;
	min-height: 250px;
}
div.col-right-nested-1 { /* homepage */
	width:265px;
	float:left;
	margin-left:0px;
	padding-top:0px;
}
div.media {
	width: 260px;
	border-width: 0px;
	border-style: solid;
	border-color: yellow;
	height: 320px;
	float: right;
	padding: 3px;
}
div.media p {
	font-family: helvetica;
	font-weight: bold;
	font-size: small;
	color: white;
	width: 255px;
}
div.media h5 a:link { 
color: yellow; 
text-decoration:underline; 
}
div.media h5 a:visited { 
color: yellow; 
text-decoration:underline; 
}
div.media h5 a:hover { 
color:#fa4f05; 
text-decoration:none; 
}
div.fun-stuff {
	width: 260px;
	border-width: 0px;
	border-style: solid;
	border-color: yellow;
	height: 300px;
	float: left;
	padding: 3px;
}
div.fun-stuff p {
	font-family: helvetica;
	font-weight: bold;
	font-size: small;
	color: white;
	width: 250px;
}
div.fun-stuff h5 a:link { 
color: yellow; 
text-decoration:underline; 
}
div.fun-stuff h5 a:visited { 
color: yellow; 
text-decoration:underline; 
}
div.fun-stuff h5 a:hover { 
color: #fa4f05; 
text-decoration: none; 
}
div.twitter-stream {
	font-family: helvetica;
}
div.col-right-nested-2 { /* homepage */
	width:265px;
	float:left;
	margin-right:0px;
	padding-top:0px;
}
div.reviews {
	width: 260px;
	float: right;
	padding: 3px;
	height: 320px;
}
div.reviews p {
	font-family: helvetica;
	font-weight: bold;
	font-size: small;
	color: white;
	width: 255px;
}
div.reviews h5 a:link { 
color: yellow; 
text-decoration:underline; 
}
div.reviews h5 a:visited { 
color: yellow; 
text-decoration:underline; 
}
div.reviews h5 a:hover { 
color:#fa4f05; 
text-decoration:none; 
}
div.latest-news {
	width: 260px;
	float: right;
	border-width: 0px;
	border-style: solid;
	border-color: yellow;
	padding: 3px;
	height: 320px;
}
div.latest-news p {
	font-family: helvetica;
	font-weight: bold;
	font-size: small;
	color: white;
	width: 255px;
}
div.latest-news h5 a:link { 
color: yellow; 
text-decoration:underline; 
}
div.latest-news h5 a:visited { 
color: yellow; 
text-decoration:underline; 
}
div.latest-news h5 a:hover { 
color:#fa4f05; 
text-decoration:none; 
}

div.latest-news ul {
	font-family: helvetica;
	font-weight: bold;
	font-size: small;
	color: white;
}
div.double-span { /* homepage */
	width:530px;
	float:left;
	margin-left:20px;
	background: yellow;
	display:none;
}

/* @end */


/* ------------------------------------
	F O O T E R
--------------------------------------- */

/* @group Footer */

div.bottom-clouds {
	width: 960px;
	height: 113px;
	background-image: url('../images/bottom-clouds.jpg');
}

div.footer {
	bottom:0;
	left:0;
	height:430px; /* was 430 */
	width:960px;
	background:url(../images/bkg_footer.jpg) bottom left no-repeat;
	border-top:1px solid #d7e4e5;
}
div.small-print {
	position:absolute;
	bottom:10px;
	left:10px;
	width:100%;
	color:#fff;
	text-align:center;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
}

/* @end */


/* ------------------------------------
	S I T E M A P
--------------------------------------- */

/* @group Sitemap */

div.sitemap {
	background:url(../images/bkg_sitemap.png) top left no-repeat;
	padding:10px;
	margin-top:120px;
	margin-left:10px;
	height:250px;
}
div.sitemap ul {
	float:left;
	margin-bottom:0;
	margin-right:5px;
	padding:0;
}
ul.sitemap-col-1 {
	width:140px ;
}
ul.sitemap-col-2 {
	width:110px ;
}
ul.sitemap-col-3 {
	width:80px ;
}
ul.sitemap-col-4 {
	width:60px ;
}
ul.sitemap-col-5 {
	width:60px ;
}
ul.sitemap-col-6 {
	width:90px ;
}
ul.sitemap-col-7 {
	width:60px ;
}
div.sitemap ul li {
	list-style-type: none;	
	margin-left:0;
	margin-bottom:20px;
	color:#fff;
	font-weight:bold;
}
div.sitemap ul li ul {
	background:none;
	float:none;
}
div.sitemap ul li ul li {
	list-style-type:none;	
	margin-left:0;
	margin-bottom:5px;
	color:#000;
	font-weight:normal;
	font-size:.85em;
	line-height:1.25em;
}
div.sitemap li 
a:link { color:#fff; text-decoration:none; 
}
div.sitemap li li 
a:link { color:#000; text-decoration:none; 
}
div.sitemap li 
a:visited { color:#fff; text-decoration:none; 
}
div.sitemap li li
a:visited { color:#000; text-decoration:none; 
}
div.sitemap li
a:hover { color:#fff; text-decoration:underline; 
}
div.sitemap li li
a:hover { color:#fff; text-decoration:underline; 
}
div.sitemap li
a:active{ color:#fff; text-decoration:underline; 
}
div.sitemap li li
a:active{ color:#fff; text-decoration:underline; 
}

/* @end */