/* ________________________________________________

           SS-100601 ~ revised 2010.06.01
   ________________________________________________
*/


/* All pages: ______________________________________________________________________ */

body { 
	margin: 0;
	padding: 0 0 8px 0;
	color: #0CC;
	background-color: #D9D9D9;
	font-family: Arial, Helvetica, sans-serif;
 }

/* Gray container: */
div#container {
	margin: 0 0 0 95px;
	padding: 0 0 12px 0;
	color: #FFF;
	background-color: #898A6B;
	width: 771px;
	height: auto;
	text-align: left;
 } 

div#banner { 
	margin: 0 0 12px 0; 
	padding: 9px 0 0 11px; 
}

div#container span#banner-links {
	position: absolute;
	top: 80px;
	left: 395px;
	display: inline;
	color: #000;
	background-color: inherit;
	font-size: 8pt; 
	font-weight: bold; 
}

div#container span#banner-links a { 
	color: #F00;
	background-color: inherit;
	text-decoration: none; 
}

div#container span#banner-links a:hover {
	text-decoration: underline;
} 

a img { 
	border: 0; 
}


/* Navigation: New menu styles incorporated 2007.09.25; revised 2009.11.05 */
div#nav2 {
	position: absolute;
	top: 117px;  /*119*/
	left: 106px;
	color: #FFF;
	background-color: #51513F;
	width: 147px;
	height: 207px;
}

div#nav2 img#ntop { 
	position: absolute; 
	top: -7px; 
	left: 0px; 
}

div#nav2 img#nbot { 
	position: absolute; 
	top: 207px; 
	left: 0px; 
}

div#nav2 div#nav-container {
	position: absolute;
	top: 0px;
	left: 7px;
	width: 128px;
	height: 210px;
}

div#nav-container a.adpt, div#nav-container a.tour, div#nav-container a.rsrc {
	display: block;
	width: 128px;
	height: 18px;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 3px;
	line-height: 1.7em;
	text-align: left;
	text-decoration: none; 
}

div#nav-container a.adpt { 
	color: #DDD; 
	background-color: #BF2024; 
}

div#nav-container a.adpt:hover { 
	color: #FFF; 
	background-color: #EC3333; 
}

div#nav-container a.tour { 
	color: #BECFC0; 
	background-color: #6B896C; 
}

div#nav-container a.tour:hover { 
	color: #FFF; 
	background-color: #96B197; 
}

div#nav-container a.rsrc { 
	color: #050; 
	background-color: #86C058; 
}

div#nav-container a.rsrc:hover { 
	color: #090; 
	background-color: #ABF050; 
}

/* Explore ADAPTT.ORG: New styles incorporated 2007.09.28, revised 2010.05.22: */
div#explore { 
	position: absolute;
	left: 106px;
	top: 385px;  /*388*/
	color: #8DD1D2; 
	background-color: #51513F; 
	width: 147px; 
	height: 308px;
}

div#explore img#xtop { 
	position: absolute; 
	left: 0px; 
	top: -7px; 
}

div#explore img#xbot { 
	position: absolute; 
	left: 0px; 
	top: 308px; 
}

div#explore img#xhead { 
	position: absolute; 
	left: -21px; 
	top: -23px; 
}

div#explore img#qhead { 
	position: absolute; 
	left: -21px; 
	top: 57px; 
}

div#explore img#vg-button, div#explore img#ar-button {
	position: absolute;
	left: 5px;
	width: 137px;
	height: 23px;
	border: 0;
}

div#explore img#vg-button { 
	top: 0px; 
}

div#explore img#ar-button { 
	top: 26px; 
}

div#explore p {
	position: absolute;
	top: 63px;
	left: 0px;
	font-size: 10px;
	padding: 0 6px 0 6px;
	margin-top: 18px;	
}


/* White content area: */
div#content { 
	margin-left: 163px;
	padding: 10px;
	width: 575px;
	height: auto;
	font-size: 12px;
	color: #666;
	background-color: #FFF;
	border: 1px solid #F00;
 }

div#content p {
	font-size: 12px;
}

/* Headline sizes fixed across browsers 2007.09.19: */
div#content h1 { 
	font-size: 16pt; 
	color: #0CC; 
	background-color: inherit; 
}

div#content h2 { 
	font-size: 14pt; 
	color: #0CC; 
	background-color: inherit; 
}

div#content h3 { 
	font-size: 12pt; 
	color: #0CC; 
	background-color: inherit; 
}

div#content h4 { 
	font-size: 10pt; 
	color: #0CC; 
	background-color: inherit; 
}

/* New link styles incorporated 2007.09.19: */
div#content a { 
	color: #099; 
	background-color: inherit; 
}

div#content a:hover { 
	color: #CF2024; 
	background-color: inherit; 
}


/* New footer styles incorporated 2007.09.25: */
div#footer { 
	font-size: 10px; 
}

div#footer span { 
	display: inline; 
	margin-left: 112px; 
}

div#footer a { 
	color: #0CC; 
	background-color: inherit; 
}

div#footer a:hover { 
	color: #CF2024; 
	background-color: inherit; 
}


/* Miscellaneous styles, all pages: */

/* Added 2007.10.02: */
div#content span.gray {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-top: 25px;
}

/* For "Famous Animal Rights Quotes": Added 2007.10.06: */
div#content span.author {
	display: block;
	font-size: 12px;
	font-style: italic;
	margin-left: 20px;
}

/* Added 2007.10.21: */
div#content img.left {
	float: left;
	border: 0;
	margin: 3px 10px 10px 0;
}

/* Added 2007.10.21: */
div#content img.right {
	float: right;
	border: 0;
	margin: 3px 0 10px 10px;
}


/* Home page: ______________________________________________________________________ */

/* N.B.: Home page styles completely overhauled 2009.11.08, and revised 2010.05.22:  */

div#home { 
	position: absolute;
	top: 110px;
	left: 259px;
	width: 595px;
	height: 590px;
	font-size: 11px;
}

div#home img#vg-image {
	position: absolute;
	top: 323px;
	left: 20px;
	width: 165px;
	height: 128px;
	border: 0;
}

div#home img#ar-image {
	position: absolute;
	top: 323px;
	left: 199px;
	width: 175px;
	height: 128px;
	border: 0;
}

/* To be determined at a later date: */
div#home img#vg-shopping {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 340px;
	height: 128px;
	border: 0;
}

div#home p#tour {
	position: absolute;
	top: 90px;
	left: 45px;
	width: 110px;
	height: 100px;
	margin: 0;
	text-align: center;
	line-height: 1.1em;
	color: #333;
	background-color: inherit;
}

div#home p.link-container {
	position: absolute;	/* Top and left specified inline */
	font-weight: bold;
	margin: 0;
}

div#home p.link-container a {
	color: #3C0; 
	background-color: inherit; 
}

div#home p.link-container a:hover {
	color: #CF2024; 
	background-color: inherit; 
}

div#home p#yourofsky {
	position: absolute;
	top: 217px;
	left: 32px;
	width: 330px;
	font-size: 10px;
	color: #333;
	background-color: inherit;
	margin: 0;
}

/* Paragraph and associated links to be removed later: */
div#home p#guide {
	position: absolute;
	top: 495px;
	left: 200px; 
	font-size: 12px; 
	font-weight: bold; 
	width: 150px;
	margin: 0;
}

div#home p#guide a {
	color: #0CC; 
	background-color: inherit; 
}

div#home p#guide a:hover {
	color: #CF2024; 
	background-color: inherit; 
}

div#home div#updates {
	position: absolute;
	top: 44px;
	left: 395px;
	width: 180px;
	height: 540px;
}

div#home div#updates h4 {
	font-size: 10pt;
	color: #0CC;
	background-color: inherit;
}

div#home div#updates p {
	color: #333;
	background-color: inherit;
	margin: -10px 0 0 0;
}

div#home div#updates a { 
	color: #099; 
	background-color: inherit; 
	font-weight: bold;
}

div#home div#updates a:hover { 
	color: #CF2024; 
	background-color: inherit; 
}


/* Lecture tour page: ______________________________________________________________ */

/* Added 2008.05.20: */
div#content span.row { 
	display: block; 
	position: relative; 
	top: auto; 
	left: 10px; 
	font-size: 9pt; 
	font-weight: normal; 
}

div#content span.row span { 
	display: inline; 
	position: absolute; 
	top: auto; 
	left: 310px; 
	font-size: 9pt; 
	font-weight: normal; 
}

div#content span.row-spacer { 
	display: block; 
	height: 17px; 
}


/* Restaurants and Grocers page: ___________________________________________________ */ 

/* Added 2007.09.26: */
div#content span { font-size: 11pt; font-weight: bold; }

/* Added 2009.05.18: */
div#content p.states {
	color: #444;
	background-color: #D9D9D9;
	font-size: 10pt;	
	text-align: center;				
	padding: 5px 0 5px 0;
	margin: 30px 0 30px 0;
}

div#content p.states a { 
	color: #444; 
	background-color: inherit; 
	text-decoration: none; 
}

div#content p.states a:hover { 
	color: #CF2024; 
	background-color: inherit; 
	font-weight: bold; 
}


/* "Yourofsky in the News" pages: __________________________________________________ */

/* Added 2008.06.22: */
div#content img.news1 {
	float: left;
	border: 0;
	margin: 3px 10px 20px 0;
}

div#content img.news2 {
	float: left;
	border: 0;
	margin: 3px 10px 40px 0;
}


/* Veg Recipes page: _______________________________________________________________ */

/* Added 2008.02.12: */
div#content span.asterisk {
	color: #F00;
	background-color: inherit;
	font-weight: bold;
}


/* Menu pages: _____________________________________________________________________ */ 

/* New styles incorporated 2007.09.21; extensively revised 2009.11.09  */
/* N.B.: All styles for essay divs offloaded from here and made inline */

div#menu {
	position: absolute;	/* Top, height specified inline */
	left: 270px;
	width: 573px;
	color: #CF2024;
	background-color: #D9D9D9;
}

div#menu ul {
	position: absolute;
	top: -7px;	/* Left specified inline */
}

div#menu ul li {
	line-height: 1.25em;
}

div#menu a {
	color: #444; 
	background-color: inherit; 
	text-decoration: none;
}

div#menu a:hover { 
	color: #CF2024; 
	background-color: inherit;
	text-decoration: underline; 
}

div#content p.return {
	width: 220px;
	float: right;
	margin-top: -28px;
	font-weight: bold;
}

div#content p.return span {
	color: #CF2024;
	background-color: inherit;
	margin: 0 8px 0 5px;
}


