
/* Layout Stylesheet */ 


@import url(home.css);
		 /* index style */

body{
 margin: 0px;
 padding:0;
 font-size: 14px;
 }
 
#title{ 	height: 65px;  background-color: #EEEEEE; }

#left{
 position: absolute;
 top: 65px;
 left: 550px;
 width: 180px;
 color: #333333;
 margin: 0px;
 padding: 0px;
 }
#left div{
	margin-top:10pt;
	margin-left:5pt;
	border-style: solid; border-width: 1pt;
	padding:3pt;
	padding-top: 40pt;
	background-position: top;
	background-repeat: no-repeat;
	}

#body{
	margin: 0 200px 20px 10px;
	width: 500px;
	color: #333333;
	padding: 20px;
	border-right: Solid 1pt #CCCCCC;
}

#footer{
	border-top: #888888 solid 1pt;
	padding-top: 4pt;
	color: #888888;
	text-align: center;
}

#body #essaycontents{
	float: right;
	width: 200px;
}
a:hover{	color: Red; }
h1{
	left: 0pt;
	top: 0pt;
}
#date{
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	border-bottom: #CCCCCC dashed 1pt;
	padding-bottom: 3pt;
	padding-right: 10pt;
	padding-left: 5pt;
	text-align: right;
}

#title h1{
	margin-left:100pt; font-size: 18pt;;
}

#left #contents
{	
	padding:0pt;
	padding-top: 75pt;
	border-color: #228B22;
	background-image: url(images/chick_gl_fill.jpg);
}

#left #contents ul{
	margin: 0pt;
	list-style-type: none;
}
#left #contents li{
	background-color: #8FBC8F;
	padding: 2pt;
	border-bottom-color: White;
	border-bottom-style: dashed;
	border-bottom-width: 1pt;
}

#left #subscribe{
	padding-top: 65pt;
	background-image: url(images/small_bantam_eyeing.jpg);
	border-color: Red;
	font-size:8pt;
}
#author{
	background-image: url(images/small_italian.jpg);
	border-color: #A52A2A;
}
#chicksex{	
	background-image: url(images/small_chicks.jpg);
	border-color:Blue;
}

#essaycontents{
	border: 1pt solid Navy;
	margin: 5pt;
	padding: 2pt;
	width: 150pt;
	float: right;
	top: 0pt;
		font-size:10pt;
} 
#essaycontents h1 {
	margin: -3pt;
	margin-bottom:2pt;
	background-color: Navy;
}
#essaycontents h1 span{
	color: White;
	padding: 2pt;
	visibility: visible;
}
#essaycontents ol{
	margin: 0pt;
	list-style-position: inside;
}
#essaycontents ol ol{
	margin-left:5pt;
}


#body h1{
	font-size:18pt;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

#body h1 span{
	font-size: 12pt;
	font-weight: light;
	color: #228B22;
}
#body h2{
	font-size:12pt;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
#body h3{
	font-size:12pt;
	font-weight: bold;
}

/* Image holders */
.image{
	margin: 5pt;
	float: right;
	width:300px;
}
.center{
	text-align: center;
}
.imagesmall{
	margin: 5pt;
	float: left;
	width: 150pt;
}
.image img, .imagesmall img{ 	border: Black 1pt solid; margin:0pt;}
.image p, .imagewide p, .imagesmall p{
	color: #483D8B;
	text-align: center;
	font-size: 10pt;
	margin: 0pt;
	margin-bottom: 5pt;
}
.imagewide{
	margin: 0pt;
	width: 500px;
}

table{
	margin-bottom:20pt;
	padding-bottom: 3pt;
	border-bottom-color: Black; border-bottom-style: dashed; border-bottom-width: 1pt;
}