body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	letter-spacing: 1px;
	
}

/* PAGE SIZE*****************************/

#wrapper{
	width: 750px;   
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
a img {
border: none;
vertical-align: bottom;
}

h3 {
	font-size: 150%;
	color: #33cc33;
}
ol {
	list-style-type: upper-alpha;
}
.title {
	font-size: 150%;
	font-weight: bold;
	color: #333333;
}
.publish_history {
	font-size: 85%;
	color: #666666;
	padding-left: 30px;		
}

/* CLASSES ****************************/
.rightalign{
	text-align: right;
}
.right_float {
	float: right;
	clear: both;
}



/* HEADER ****************************/
#header{


}

/* CONTENT ***************************/
#content {
	float:right;
	width:65%;
	text-align: left;
}



/* HOME PAGE***************************************/

#outtake_home_page {
	font-size: 120%;
	padding: 5px 5px 5px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0066CC;
	width: 340px;

	text-align: right;
	width: 440px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;	
}
#image_home_page{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	
}


/* LEFT SIDE NAVIGATION LINKS *****************/

#sidebar {
	float:left;
	width: 20%;
	
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	margin-top: 20px;
	font-weight: bolder;
}

#navcontainer li { margin: 0 0 10px 0; }

#navcontainer a
{
	display: block;
	padding: 1px 2px 1px 20px;
	width: 170px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #e5e5e5;
}

#navcontainer a:link, #navlist a:visited
{
	color: #999999;
	text-decoration: none;
}

#navcontainer a:hover 
{
	color: #33CC33;
}

#active a:link, #active a:visited, #active a:hover
{
	color: #33cc33;
	
}




/* LIST OF STORIES **********************/
#stories_left{
	width: 30%;
	float: left;
	margin-top: 5px;
	border-right: solid #cccccc 1px;
	text-align: right;
	
}
#stories_left li {
	list-style-type: none;
		padding-top: 20px;
	padding-right: 10px;	
}
#stories_left a {
	font-size: 110%;
	letter-spacing: 2px;

	color: #999999;
	text-decoration: none;
	
}
#stories_left a:hover  {
	color: #FF0000;
}


#here a {
color: #FF0000;
}


/* INDIVIDUAL STORIES *******************/
#stories_right {
	width: 65%;
	float: right;
	margin-top: 5px;
	text-align: right;
}

#outtake_short_story{
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 300px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 10px 5px 10px;
}

/*
#stories_right img {
	width:300px;
	margin-left: 15px;
	margin-right: 15px;
}


#excerpt_availability ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	

}
#excerpt_availability li{
	display: inline;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;	 
	 }
#excerpt_availability a  {

	text-decoration: none;
	
	width: auto;
	border-right: 1px solid #ccc;
	border-right: 3px solid #e5e5e5;
	border-bottom: 3px solid #e5e5e5;
	text-align: left;
	padding: 2px 10px 2px 10px;
	background-color: #47AFE4;
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;

}
#excerpt_availability a:hover {
	border-right: 1px solid #ccc;
	border-right: 3px solid #e5e5e5;
	border-bottom: 3px solid #e5e5e5;
	background-color: #F60;

}
*/

/* NOVELS PAGE ****************************/

#novel{
	padding-top: 20px;
	clear: both;
	border-top: solid #cccccc 1px;
	text-align: left;
}
#novel h2{
	color: #666666;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
}
#novel_left {
	float: left;
	width: 45%;
	clear: left;
}
#novel_right {
	float: right;
	width: 45%;
	clear: right;
}

#outtake_novel {
	font-size: 100%;
	padding: 10px 10px 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	width: auto;

	text-align: left;	
}

#excerpt_purchase ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	

}
#excerpt_purchase li{
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;	 
	 
	 }
#excerpt_purchase a  {
	text-decoration: none;
	width: auto;
	border-right: 1px solid #ccc;
	border-right: 3px solid #e5e5e5;
	border-bottom: 3px solid #e5e5e5;
	text-align: left;
	padding: 2px 10px 2px 10px;
	background-color: #47AFE4;
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;

}
#excerpt_purchase a:hover {
	border-right: 1px solid #ccc;
	border-right: 3px solid #e5e5e5;
	border-bottom: 3px solid #e5e5e5;
	background-color: #F60;

}


/*About the Author    */
.works li{
	list-style-type: square;
}


/* FOOTER **********************************/
#footer {
	clear: both;
	text-align: center;
	padding-top: 20px;
	color: #999999;
	font-size: 90%;
}
#footer a {
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	text-decoration: none;
	color: #000000;
}

