/* ---------------------------------------------------------------------- */ 
/*   copyright:_________________________2009, David Lex Rollins 
   
	 site:______________________________http://www.aroommatesurvivalguide.com 
   author:____________________________David Lex Rollins                   
   function:__________________________layout, typography, colors 
	 version:___________________________1.0
	 last modified:_____________________2010-03-22 (Mar 22, 2010)         
   customer:__________________________Chase (Bergthold), Sylvia        
  
   --- SUMMARY --------------------------------------------------- 
   design type:_____________2-column (fixed/fluid), header, footer
   width details:___________min-width=760, max-width=1200 
   IE considerations:_______uses ie8.js to fix IE

   --- SECTIONS (searchable) --------------------------------------
   =browser_reset
   =layout
	 =colors
	 =text (includes borders and colors)


   --- COLOR SCHEME ------------------------------------------------	 
	 basic reddish color:	#ff5050
	 bright green color:	#00fd03
	 light blue color:		#14c0f2
	 darker green color:	#008000 
	 
	 
/* === BEGIN STYLE SHEET ============================================= */ 

 
/* --- importing other stylesheets ---------------------------------v 
   /*   @import url(layout_v3a.css);
        @import url(type_v3a.css);
        @import url(colors_v3a.css);                               */
 
/* --- end importing other stylesheets -------------------------- */

/* =browser_reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, img, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
/*	background: transparent; */
 }
body {
 line-height: 1;
 }
ol, ul {
 list-style: none;
 }
blockquote, q {
 quotes: none;
 }

/* remember to define focus styles! */
:focus {
 outline: 0;
 }

/* remove underline from links (replaced with bottom-borders as desired) */
a {
 text-decoration: none;
 }
del {
 text-decoration: line-through;
 }

/* tables still need 'cellspacing="0"' in the markup */
table {
 border-collapse: collapse;
 border-spacing: 0;
 }

/* -------------------------- end browser_reset -------------------------- */


/* =layout */
body { 
 background: #ff5050 url(../images_pres/body_bg-01.png) repeat-x;
 }

#wrapper {
 min-width: 722px; 
 max-width: 900px;
 padding: 0 20px 0 20px;
 border: 1px solid #00f;
 }

#wrapper {
 position: relative;
 padding-bottom: 10px; /* for bottom space if wrapper stays the last div closed */
 background: #fff url(../images_pres/div_gradient_lt-blue.gif) repeat-x;
 margin: 30px auto;
 }
 
h1, h2, h3, h4 {
 }

h1.pg_title,
h1.pg_faq,
h1.pg_contact,
h1.pg_about,
h1.pg_kudos,
h1.pg_buy,
h1.pg_resources,
h1.pg_contents {
 margin: -20px 0 0 10px; 
 }
 
.title-image {
 width: 343px;
 float: left;
 margin: -110px 0 0 160px;
 }

.home_logo {
 margin: 30px 0 0 -10px;
 }
 
h6#tagline {
/* width: 50%;
 float: left; */
 margin: 10px 0 10px 0px;
 padding: 0 0 10px 0;
 color: #f00;
 background: transparent;
 font-size: 1.5em;
 }

h2 {
 margin-top: .4em;
 margin-bottom: .2em;
 }
  
.safety h2 {
 margin-bottom: 0em;
 }

#header {
 background: url(../images_pres/div_gradient_lt-blue.gif) 0 0 repeat-x;
 position: relative;
 }

#container {
 width: 100%;
 float: left;
 margin-right: -200px;
 }

.clearing {
 height: 0;
 clear: both;
 }

#content-1 {
/* background: url(../images_pres/div_gradient_100_reddish.gif) repeat-x; */
 margin-right: 220px;
 margin-top: 20px;
 padding-right: 2em;
 width: auto;
 }

#content-1 ul.benefits {
 width: 45%; /*of the parent element, #content-1, I assume */
 float: left;
 padding-right: 20px;
 }

#content-1 ul.benefits li {
 margin-top: .3em;
 line-height: 1em;
 }

/* trying to bold first lines under Financial and Companionship (11/05/09 */
#content-1 ul.benefits li {
 font-weight: bold;
 }
 
#content-1 ul.benefits li ul li{
 color: #070;
 margin-left: .5em;
 font-weight: normal;
 } 

#content-1 ul.benefits li.color{
 color: #070;
 font-weight: normal;
 }

#content-1 ul.safety {
 width: 95%;
 float: left;
/* border: 1px dotted #ff5050;
 background: url(../images_pres/div_gradient_100_reddish.gif) repeat-x; */
 }

#content-1 ul.safety h3 {
 color: #f00;
 }

#content-1 ul.safety li {
 color: #070;
 }

#pg_buy ul.standard li {
 line-height: 1.7em;
 margin-top: .5em;
 }

dl {
 margin-bottom: 1.5em;
 }

dt {
 font-weight: bold;
 }

dd {
 margin: 0 0 .5em 0;
 }

#content-2 {
 position: relative;
 width: 200px;
 float: right;
 top: -60px;
 }

#cover {
 position: absolute;
 top: -110px;
 left: -10px;
 }
 
#no_boa {
 position: absolute;
 top: -50px;
 left: -10px;
 }

#kudos {
 width: 180px;
 margin: 220px 6px 0 -10px;
 padding: 0 10px 0 10px;
 background: url(../images_pres/kudos_gradient.gif) repeat-x;
 }

#footer {
 margin-top: 20px;
 background: #14c0f2;
 clear: both; 
 }

#footer ul.copyright {
 width: 15em;
 float: left;
 margin: 0 0 0 10px;
 }

#footer ul.footer-nav {
 width: 50em;
 float: right;
 text-align: right;
 }

#footer ul.footer-nav li {
 display: inline;
 padding-right: 8px;
 }

.last {
 margin-bottom: 0;
 }

/* ========== nav styling section ========== */
/* =nav-1 */
ul.nav-1 {
 background: #02bb00 url(../images_pres/ul-green.gif) bottom left repeat-x;
 margin-top: 60px;
 }
 
ul.nav-1 li {
 display: inline;
 margin: 0;
 }

ul.nav-1 a:link, ul.nav-1 a:visited {
 background: #02bb00 url(../images_pres/green_100x80.gif) no-repeat;
 padding: 2em .5em 0 .5em;
 color: #fff;
 font-style: normal;
 text-decoration: none;
 }

/*
ul.nav-1 a:hover, ul.nav-1 a:focus {
 background: #ff5050 url(../images_pres/red_hover_100x80.gif) no-repeat;
 }
*/
 
/* trying to style the UR here, non-links in main nav area */
ul.nav-1 li.home-here {
 background: #02bb00 url(../images_pres/green_100x80.gif) no-repeat;
 padding: 2em .5em 0 .5em;
 color: #333;
 }

/* trying to style the actual links in main nav area */ 
ul.nav-1 li.real-link {
 background: #02bb00 url(../images_pres/green_100x80.gif) no-repeat;
/* padding: 2em .5em 0 .5em; */
 color: #fff;
 }

ul.nav-1 a:hover, ul.nav-1 a:focus {
 background: #ff5050 url(../images_pres/red_hover_100x80.gif) no-repeat;
 }

.nav-1 li {
 font-size: 1.6em;
 } 
/* END nav-1 section */

/* =nav-2 */
#nav-2 {
 position: absolute;
 top: 14px;
 right: 60px;
 }

#nav-2 li {
 display: inline;
 padding-left: 1em;
 font-size: 1.2em;
 } 

#nav-2 a:link,
#nav-2 a:visited,
#nav-2 a:hover {
 text-decoration: underline;
 }
/* END nav-2 section */


/* =nav-footer */
#footer a:link,
#footer a:visited,
#footer a:hover {
 text-decoration: underline;
 }
/* END nav-footer section */ 
/* ========== END nav styling section ========== */

.content-2 {
/* width: 330px;
 float: left;
 padding-bottom: 20px;  */
 }

#kudos h3 {
 margin-bottom: .6em;
 }

#kudos ul li {
 margin-bottom: .8em;
 padding: 0 .4em .6em .4em;
/* list-style: disc; */
 border-bottom: 1px dotted #008000;
 }

#kudos ul li.emphasize {
 list-style: none;
 padding: .5em .1em .3em .1em;
 border-bottom: 2px solid #008000;
 }

#kudos ul li.more {
 list-style: none;
 text-align: right;
 padding-bottom: .6em;
 border-bottom: none;
 }

p {
 margin: 1em 0 1em 0;
 }

#footer {
 width: auto;
 clear: both;
 min-height: 1.5em;
/* margin: 0 30px 10px 30px; */
 padding: .4em 0 .2em 0;
/* border-top: 1px solid #6a3d18; */
 }


/* ----------------------------- end layout ------------------------------ */
 
 
/* =colors */

#kudos {
 border: 1px solid #02bb00;
 border-bottom: none;
 }
 
/* ----------------------------- end colors ------------------------------ */
 
 
/* =text (including borders and text colors) */

body {
 font-size: 62.5%;
 font-family: "Lucida Grande", Verdana, "Trebuchet MS", Arial, sans-serif;
 line-height: 1.2em;
 }

/* tagline replaced with graphic for control of font appearance */
/*
h6#tagline {
 font-size: 1.0em;
 font-family: verdana, sans-serif;
 letter-spacing: 0.2em;
 color: #df7738;
 background-color: #fff;
 }
 */

h1, h2, h3, h4 {
 font-family: "Trebuchet MS", Georgia, "Book Antiqua", "Times New Roman", serif;
 }
 
h1.page-title {
 font-size: 3.3em;
 line-height: 1em;
 color: #471c01;
 background-color: transparent;
 }

h2 {
 font-size: 2.5em;
 line-height: 1.2em;
 }

#kudos h3 {
 padding-top: .4em;
 font-size: 1.5em;
 line-height: 1.3em;
 color: #551a8b;
 }

#kudos ul li {
 font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
 font-size: 1.3em;
 line-height: 1.0em; 
 }

#kudos ul li.emphasize {
 font-size: 1.5em;
 color: #015401;
 }

#kudos ul li.more {
 color: #02bb00;
 font-weight: bold;
 font-style: italic;
 }

p {
 font-size: 1.2em;
 line-height: 1.2em;
 }
 
ul {
 line-height: 1.2em;
 }

ul.benefits h2 {
 font-size: 1.5em;
 font-variant: small-caps;
 color: #f00;
 }

ul.benefits li {
 font-size: 1.2em;
 }

ul.benefits li ul li {
 font-size: 1.0em;
 }

ul.safety {
 font-size: 1.6em;
/* font-size: 1.4em; */
 }

ul.safety h2 {
 font-size: 1.3em;
 font-variant: small-caps;
 color: #ff5050;
 }

ul.safety li {
 line-height: 1.5em;
 }

#content-1 {
/* font-size: 1.5em; */
 font-size: 1.2em;
 }

#footer {
 font-family: Verdana, Georgia, "Book Antiqua", "Times New Roman", serif;
 font-size: 1.1em;
 font-weight: bold;
 color: #fff;
 } 
 
/* ------------------------------ end text ------------------------------- */

/* late changes (relocate as needed */

#pg_faq #content-1,
#pg_about #content-1,
#pg_contact #content-1,
#pg_buy #content-1,
#pg_contents #content-1,
#pg_resources #content-1,
#pg_kudos #content-1 {
 font-size: 1.4em;
 line-height: 1.2em;
 }
 
#pg_about p {
 font-size: 1.0em;
 } 
 
h2 {
 font-size: 1.5em;
 font-variant: small-caps;
 color: #f00;
 }
 
ul.standard_bullets {
 margin-bottom: .3em;
 }

li.standard_bullets {
 list-style: disc;
 padding-left: 1.5em;
 margin-left: 1.5em;
 padding-bottom: .3em;
 }
 
.book_title { /* to emphasize book title in text passages */
 font-style: italic;
 color: #00f;
 }
 
a,inline_link {
 font-style: italic;
 color: #00f;
 text-decoration: underline;
 }
 
#pg_resources #content-1 a:link {
 color: #02bb00;
 }
 
#pg_resources #content-1 a:visited {
 color: #999999;
 }
 
#pg_resources #content-1 a:hover {
 color: #ff5050;
 }
 
.my_pullquote {
 position: relative;
/* background: #fff url(../images_pres/pullquote-bg.gif) repeat-y; */
 }

.my_pullquote {
 width: 63%;
 clear: both;
 float: left;
 margin: 60px 0 0 150px;
 padding: 4px 0 4px 20px;
 border-left: 8px solid #008000;
 border-right: 8px solid #008000;
 border-top: 1px solid #00c000;
 border-bottom: 1px solid #00c000;
 font-family: Georgia, "Lucida Grande", Verdana, "Trebuchet MS", Arial, sans-serif; 
 font-size: 1.0em;
 line-height: 1.2em;
/* background: #fff url(../images_pres/pullquote-bg.gif) repeat-y; */
 }
 
img.my_pullquote_image {
 position: absolute;
 left: -120px;
 top: 2px;
 }

h3 {
 font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
 color: #008000;
 font-variant: small-caps;
 font-size: 1.5em;
 }
 
.my_pullquote p {
 margin-bottom: 0;
 }
 
h3 {
 margin-top: 1em;
 font-size: 1.3em;
 }
 
ul.standard { /* added for <ul>s on BUY page */
 margin: 0 0 2em 3em;
 font-size: 1.2em;
 }
 
ul.standard li {
 list-style: disc;
 }

ul.indent {
 margin: 0 0 2em 3em;
 font-size: 1.2em;
 }
  
/* styling "outside" text links distinctly */
ul.footer-nav li.outside_link {
 background: url(../images_pres/outside_link.gif) no-repeat;

 }