/* ---------------------------------------------------------------------- */ 

/*   copyright:_________________________2009, David Lex Rollins 

	 site:______________________________http://www.aroommatesurvivalguide.com 
   author:____________________________David Lex Rollins                   
   function:__________________________layout, typography, colors 
	 version:___________________________1.0
	 last modified:_____________________2011-12-02 (Dec 2, 2011)         
   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;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	behavior: url(http://aroommatesurvivalguide.com/PIE.php);
}

#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;
	margin: 250px 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;
	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: center;
	padding-bottom: .6em;
	border-bottom: none;
	margin: 1em auto .7em auto;
}

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; */ 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* ----------------------------- 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;
	margin-top: -30px;
	margin-left: 20px;
}

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;
	font-weight: bold;
	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: 40em;
	clear: both;
	float: left;
	margin: 90px 0 0 70px;
	padding: 4px 14px 14px 40px;
	/* border-left: 8px solid #008000;
	 border-right: 8px solid #008000;
	border-top: 1px solid #00c000;
	border-bottom: 1px solid #00c000;
	*/
	-moz-box-shadow: -.05em -.05em .15em #aaa, .1em .1em .15em #5b4d46;
	-webkit-box-shadow: -.05em -.05em .15em #aaa, .1em .1em .15em #5b4d46;
	box-shadow: -.05em -.05em .15em #aaa, .1em .1em .15em #5b4d46;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	font-family: Georgia, "Lucida Grande", Verdana, "Trebuchet MS", Arial, sans-serif; 
	font-size: 1.0em;
	line-height: 1.2em;
	background: #fff url(../images_pres/eBook-blurb-bg-1.png) repeat-x;
	/* background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff, to(#aeffac), color-stop(0.6 #aeffac)); */
}

.my_pullquote p {
	margin-left: 110px;
}

.my_pullquote h3 {
	color: #f00;
	font-size: 1.8em;
	margin-left: .25em !important;
}

.my_pullquote p.emphasize {
	color: #f00;
	font-weight: bold;
}

.my_pullquote h3.available {
	padding-left: 95px;
} 

img.my_pullquote_image {
	position: absolute;
	width: 120px;
	left: 10px;
	top: 14px;
}

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;
}

/* changes to incorporate HEADINGS with key phrases for SEO purposes, 9/10/2010 */
#content-1 h2.topics,
#content-1 h2.benefits {
	color: #00f;
}

#content-1 h2.topics {
	/* margin-top: 2em; */
}

#content-1 h3 {
	margin-left: 1em;
	/* line-height: 1.0em; */
}

#why, #know {
	width: 45%;
	color: #00f;
}

#why {
	float: right;
	padding-left: 20px;
}

#know {
	float: left;
}

#why h3, #know h3 {
	font-size: 1.1em;
	/* line-height: 1.2em; */
}

span.stress {
	color: #f00;
	text-transform: uppercase;
}

#know h4, #why h4 {
	font-size: 1.1em;
	margin-left: 1.5em;
	margin-top: .5em;
	color: #008000;
}

/* hiding some selected <h3> items from view, but keeping for SEO */
h3.hide-me, h4.hide-me {
	text-indent: -9999px;
	position: absolute;
}

/* moving book cover and testimonials down */
#content-2 img {
	margin-top: 30px;
	margin-top: 0px;
}

/* IE-only round corners (place in IE-only CSS via conditional comments */

/* #kudos {

 background: url(../images_pres/kudos-TL-rnd-01.gif) no-repeat top left; */

/* border: 1px solid #02bb00; */



/* ======= TESTING TRANSITIONS ======= */

ul.nav-1 a:hover { /* not working */
	background-color: #red !important;
}

ul.nav-1 { /* not working */
	background-color: #green !important;
	-webkit-transition: background-color !important;
	-webkit-tramsition-duration: 2s !important;
}

/* testing on the "more testimonials" link in kudos sidebar */
#kudos a:hover {
	background-color: #ff5050;
	color: #fff;
	padding-left: .5em;
	padding-right: .5em;
	padding-bottom: .3em;
}

#kudos a {
	 background-color: #fff;
	-webkit-transition: background-color;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: linear;
	-o-transition: background-color;
	-o-transition-duration: 1.3s;
	-o-transition-timing-function: linear;
	transition: background-color;
	transition-duration: 1.3s;
	transition-timing-function: linear;
	padding-left: .5em;
	padding-right: .5em;
	padding-bottom: .3em;
	border: 1px solid #ff5050;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
  border-radius: 1em;
	text-align: center;
	-moz-box-shadow: .2em .2em .7em #999;
	-webkit-box-shadow: .2em .2em .7em #aaa;
	-o-box-shadow: .2em .2em .7em #aaa;
	box-shadow: .2em .2em .7em #aaa;
	behavior: url(./PIE.php);
}
	
/* TEMP TO VERIFY WE'RE LOOKING AT PAGE ON INMOTION HOSTING SERVER */
#we-moved {
	margin: 2em auto;
}
#we-moved  p {
	font-weight: bold;
	border-top: 1px dotted #ccc7c0; 
	color: #ccc7c0;
	text-align: center;
}

