/* CSS Document */

/* Common
------------------------------------------------------------------------*/
* {
    font-style: normal;
    font-weight:normal;
    margin: 0px;
    padding: 0px;
}


/* GENERIC CLEAR FOR FLOATED ELEMENTS
------------------------------------------------------------------------*/
.floatclear{
	clear: both;
}

.leftclear{
	clear: left;
}

.rightclear{
	clear: right;
}

.fakeheight {
	height: 1px;
}


/* LEFT AND RIGHT COLUMNS
------------------------------------------------------------------------*/
.left{
	float: left;
}

.right {
	float: right;
}


/* TYPOGRAPHY
------------------------------------------------------------------------*/
h1 {
	font-size: 200%;
	margin-bottom: 10px;
	text-align: left;
}

h2 {
	font-size: 150%;
	margin-bottom: 10px;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}

p {
font-size: 90%;
margin-bottom: 10px;
line-height: 1.7em;
}

.pdf {
	background: url(assets/icon_pdf.jpg) no-repeat left center;
	padding: 1px 0px 1px 25px;
	margin: 0px;
}

.txt {
	background: url(assets/icon_txt.jpg) no-repeat left center;
	padding: 1px 0px 1px 25px;
	margin: 0px;
}

.web {
	background: url(assets/icon_web.gif) no-repeat left center;
	padding: 1px 0px 1px 25px;
	margin: 0px;
}

/* CONTAINER
------------------------------------------------------------------------*/
#container {
	margin: 0 auto;
	width: 758px;
	background: url(assets/bgrpt_dropshadows.png) repeat-y top left;
}


/* TOPNAV
------------------------------------------------------------------------*/
#topnav {
	width: 159px;
	height: 22px;
	float: right;
	margin-top: 10px;
}

#topnav span {display: none;}

#topnavlist {
	width: 159px;
	height: 22px;
	background: url(assets/nav_topnav.gif) no-repeat;
	margin: 0px;
	padding:0px;
	position:relative;
}


#topnavlist li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	position: absolute;	
}

#topnavlist a {
	display: block;
}

#home 	{left:11px; top:0px; width:31px; height:22px;}
#contact 	{left:59px; top:0px; width:43px; height:22px;}
#press	{left:119px; top:0px; width:30px; height:22px;}

#home a, #press a, #contact a	{height:22px;}

#home a:hover, #home .active		{background:url(assets/nav_topnav.gif) -11px -22px no-repeat; width:31px; height:22px;}
#contact a:hover, #contact .active	{background:url(assets/nav_topnav.gif) -59px -22px no-repeat; width:43px; height:22px;}
#press a:hover, #press .active	{background:url(assets/nav_topnav.gif) -119px -22px no-repeat; width:30px; height:22px;}


/* HEADER
------------------------------------------------------------------------*/
#header {
	margin: 40px 0px 20px 0px;
}


/* PRIMARYNAV
------------------------------------------------------------------------*/
#primarynav {
	width: 190px;
	height: 100px;
	text-align: left;
	margin-bottom: 10px;
}

#primarynav span {display: none;}

#primarynavlist {
	width: 190px;
	height: 100px;
	background: url(assets/nav_primary.gif) no-repeat;
	margin: 0px;
	padding:0px;
	position:relative;
}


#primarynavlist li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	position: absolute;	
}

#primarynavlist a {
	display: block;
}

#rachelhazell 			{left:0px; top:0px; width:190px; height:30px;}
#hazelldesignsbooks 	{left:0px; top:35px; width:190px; height:30px;}
#thetravellingbookbinder {left:0px; top:70px; width:190px; height:30px;}

#rachelhazell a, #hazelldesignsbooks a, #thetravellingbookbinder a	{height:30px;}

#rachelhazell a:hover, #rachelhazell .active						{background:url(assets/nav_primary.gif) -190px 0px no-repeat; width:190px; height:30px;}
#hazelldesignsbooks a:hover, #hazelldesignsbooks .active			{background:url(assets/nav_primary.gif) -190px -35px no-repeat; width:190px; height:30px;}
#thetravellingbookbinder a:hover, #thetravellingbookbinder .active	{background:url(assets/nav_primary.gif) -190px -70px no-repeat; width:190px; height:30px;}


/* SITEMAP STUFF
------------------------------------------------------------------------*/
#sitemaplist {
	font-size: 100%;
	font-weight: bold;
	margin-left: 10px;
	}
	
#sitemaplist li ul {
	font-size: 90%;
	font-weight: normal;
	margin-left: 20px;
	}