
/* COPYRIGHT */
/*
  * prescriptionforadventure.com layout
  *
  * You may adapt elements of this CSS in your own projects, but the  unique
  * combination of images, colors, sizes, typography, and positioning
  * ("the DESIGN") is copyright 2008 Clarkware Consulting, Inc. and  may not
  * be reproduced.
  *
  * Clarkware Consulting, Inc.
  * http://clarkware.com
*/

/* LINKS */
a:link, a:visited {
  color: rgb(128,64,0); 
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

a:hover img.purchase {
  opacity: .75;
}


/* IMAGES */
img {
  border: none;
}

/* GENERAL OUTLINE */

body {
  margin: 0px;
  padding: 0px;  
  font-family: Verdana, sans-serif;
  font-size: small;
  text-align: left;
}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

#wrap {
  min-width: 815px;
  max-width: 1200px;
  margin: 0 auto;  
  text-align: left;
}

#site {
  width: 96%;  
  margin: 10px auto;
  background: white;
  color: #333;
  font-size: 95%;
  line-height: 1.5em;
}

#content {
	/*float: right;*/
	width: 99%;
	margin-right: 2%; 
	padding-left: 7px;
	font-size: 110%;
}

.clearall {
  clear: both;  
}

.clearall_linebreak {
  clear: both;  
  border-bottom: 3px solid rgb(67,85,140);
}

.clearall_linebreakdotted {
  clear: both;  
  border-bottom: 1px dotted rgb(67,85,140);
}

.strong-red-em {
  color: rgb(181,46,40);
  font-weight: bold;
  font-style: italic;
}

.red-em {
  color: rgb(181,46,40);
  font-style: italic;
}

/* HEADINGS */

h1 {
 font-size: 160%; 
}

.book-title-big {
  color: rgb(181,46,40);
  font-size: 1.4em;
  font-style: italic;
  font-weight: normal;
}


/* BANNER */

div#banner {
  height: 200px;
  padding: 0 1em 0 5em;
  border-bottom: 2px solid rgb(67,85,140);
}

.alaska-book-banner {
  float: left;	
  width: 243px;
  height: 200px;
  border: none;
}

.banner {	
  margin: 40px auto;
  width: 381px;
  height: 118px;
}

 
/* NEWS */
#news {
  float: left;
	border: 2px solid rgb(181,46,40);
  padding: 0px 4px 0px 4px;
	margin:  0px 20px 10px 0px;
	width: 24%;
}

img.naomi {
  float: right; 
  margin: 5px 0px 10px 20px; 
  border: 2px solid rgb(181,46,40);
  padding: 10px;
  width: 177px;
  height: 195px
}

img.outline-red {
  border: 2px solid rgb(181,46,40);
  padding: 7px;
}

.news-main {
  background: rgb(181,46,40);
  font: 1em Verdana;
  color: white;
  line-height: 2em;
  padding-left: 7px;
}


/* SIDEBAR */
/*#sidebar {
	float: left;
	width: 23%;
}
*/

#sidebar a {
	text-decoration: none;
	color: rgb(34,34,34);
}

#sidebar a:hover {
	text-decoration: underline; 
}

#links {
	background: rgb(236,236,236);
	border: 1px solid rgb(67,85,140);
  padding: 0px 7px 30px 7px;
	margin:  10px 0px 20px 0px;
}

h5 {
  background: rgb(67,85,140);
  color: white;
  line-height: 1.5em;
  font-size: 130%;
  padding-left: 7px;
  font-weight: normal;
  margin-bottom: 7px;
}

#sidebar h5 a {
	text-decoration: none;
	color: white;
}

#sidebar h5 a:hover {
	text-decoration: underline; 
}

.links-sub {
  font-size: 105%;  
  line-height: 1.2em;
  padding-left: 7px;
}



/* SIDEBAR - RESOURCES */

.resources {
  padding-left: 20px;
  color: black;
}

img.resources {
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  border: none;
}


/* COPYRIGHT */

div#footer {
  background: rgb(67,85,140); 
}

div#copyright {
  width: 35%;  
  color: white; 
  font-size: 85%;
  text-align: center;
  margin: 8px auto;
  padding: 20px 10px;
}

img.logo {
  float: left;
  width: 33px;
	height: 65px;
}

#copyright a {
  text-decoration: underline;
  color: white;
}
