/*
=================================================

= File   : flashback.css

= Author : www.hillsideas.com

= Date   : 4/14/2007 -- 5/2/2007

= Desc.  : Cascading Syle Sheet used for www.flashbackhome.com website pages.

=          

=================================================
*/

body 
{
    background-color: black;
  	font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal
    font-size: 14px;
    padding: 0px;
    color: #000;
    margin: 12px;
	height: 100%; 
 }
 a
 {
	color: black;
	font-weight: normal;
	text-decoration: underline;
 }
 a:hover {
	font-weight: normal;
	color: #555;
 }


H1 {
	FONT-SIZE: 24px; COLOR: #000080; FONT-STYLE: normal; FONT-FAMILY: Times New Roman, Arial, Verdana, serif
}
H2 {
	FONT-SIZE: 22px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Arial, Verdana, sans-serif
}
H2.center {
	FONT-SIZE: 22px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Arial, Verdana, sans-serif
}
H3 {
	FONT-SIZE: 18px; COLOR: #000000; FONT-WEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: Arial, Verdana, sans-serif
}
H4 {
	FONT-SIZE: 16px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Arial, Verdana, sans-serif
}
P {
	FONT-SIZE: 14px; COLOR: #000000; FONT-WEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: Arial, Verdana, sans-serif
}

/*  ========== Banner CSS ==========  */

#penny
 {
	padding: 14px 20px 0px 40px;
	text-align: left;
	font-size: 18px;
 }
#title
{
	text-align: left;
	font-size: 70px;
	font-weight: bolder;
	padding: 0px 20px 4px 20px;
	letter-spacing: -2px;
	line-height: 64px;
}
#subtitle
{
	padding: 2px 20px 10px 40px;
	font-size: 18px;
} 

/*  ========== Intro pages CSS ==========  */
#intro_title
{
	padding: 110px 10px 10px 10px;

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100px;
	color: #fff;
	font-weight: bolder;
}
#intro_subtitle
{

	padding: 5px 10px 10px 10px;
	font-size: 40px;
	color: #fff;
}
.daniel
{
	z-index: 1;
	position: relative;
	top: 20px;
	height: 600px;
	width: 790px;
	/* background: #fff url(../images/daniel.jpg) no-repeat;*/
}


/*  ========== Navigation CSS ==========  */



.author
{
	position: relative;
	left: 250px;
}
.nav_background
{
	background-color: #fff;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
}
#nav_background
{
	margin: 0px 10px 0px 10px;
	background-color: #fff;
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    opacity: .2;
	height: 26px;
	display: absolute;
}
.nav_item
{
	
	font-size: 16px;
}
.nav_item a
{
	color: black;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
	margin: 4px 0px 4px 0px;
	
}
.nav_item a:hover
{
	color: #555;
	font-weight: bold;
}

.story
{
	line-height: 18px;
	font-size: 13px;
}
.story_author
{
	font-size: 14px;	
	text-align: center;
}
.story_author a
{
	font-size: 12px;
}
.story_author img
{
	border-top: 1px solid #c9b39b;
	border-left: 1px solid #c9b39b;
	border-right: 1px solid #b89b7d;
	border-bottom: 1px solid #b89b7d;
}


/*  ==========  Other Working CSS ==========  */


	/* commented out below
table#works {
	background-color: #ccee33;
	border-width: 1px; border-spacing: ; border-style: solid;
	width: 70%;
}
table#works90 {
	background-color: #ccee33;
	border-width: 1px; border-spacing: ; border-style: solid;
	width: 90%;
}
table#topmenu {
	background-color: #ccee33;
	border: solid #000 1px;
	width: 450px;
}
=	width: 400px;
table.sample {
	border-width: 3px; border-spacing: ; border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: #fffff0;




.standard_table
{
	background-color: #ccee33;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 3px;
	padding-top : 2px;
	}


	z-index: 2;
	position: relative;
	*/