/******************************************************************** 
	eipiphi.org 
	eipiphi-main.css
********************************************************************/ 
/* import css for the lefnav menu */
@import url("/css/eipiphiny-leftnav-menu.css");
/*******************************************************************/

html, body {
   margin : 0;
   padding : 0;
}

body {
   color : #a52a2a;
   background : #c4cdd6;
   width : 100%;
   font : 12px "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
}

/* body (default) styles 
**********************************************************************/ 
a, 
a:link, 
a:visited,
a:active { 
	color: #696969; 
	text-decoration: none; 
	border-bottom: 1px dotted #696969;
	}         
.greek {
	font-size: 20px;
}

a:hover { 
	color: #cc3333;  
	text-decoration: none; 
	border-bottom: 1px dotted #cc3333;
	}
.greeklink {
	font-size: 15px;
}

/* h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
} */

/********************************************************************
  main layout divs
*********************************************************************/ 

/* container - this is the main wrapper
**********************************************************************/
#container {
	width: 800px;
	margin: 10px auto;
	/* background-color : #CCEC9E; */
    background-color: #ffffff;
	color: #333;
	line-height: 130%;
	background-image: url(/images/layout/content-bg.gif);
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 0px none #808080;
	border-left: 1px solid #808080;
}

#container hr {
	color: #808080;
	background-color: #808080;
	border: none;
}
/* top - contains the banner
**********************************************************************/
#top {
	background: #ECEA9E url(../images/layout/top_bg.jpg) no-repeat left top;
	padding: 0px;
	border-bottom: 1px solid #808080;
	height: 50px;
}

#top h1 {
   padding: 0;
   margin: 0;
}

/* leftnav - left navigation column
**********************************************************************/
#leftnav {
	float : left;
	width : 160px;
	margin : 0;
	padding : 1em;
	font-size: 12px;
	z-index: 10;
}

#leftnav hr {
	color: #808080;
	background-color: #808080;
	border: none;
}

#leftnav p {
   margin : 0 0 1em 0;
}

/* main-column
**********************************************************************/
#main-column {
   margin-left : 203px;
   padding : 1em;
   background-color : #ffffff;
}

/* footer
**********************************************************************/
#footer {
   clear: both;
   width : 800px;
   height: auto;
   margin: 0;
   /* padding: .5em 0 1em 0; */
   color: #333;
   background-color: #ddd;
   background-color: #ECEA9E;
   border-bottom: 1px solid #808080;
   border-top: 1px dotted #808080;
}
#slideshow {
	clear: both;
	float: left;
	width: 200px;
	z-index: -1;
}

#footer img {
   float : right;
}

#footer p {
   padding-left : 5px;
}

/* seen by IE5mac only, by Philippe Wittenbergh www.l-c-n.com */
*>html #footer img {
        margin : 0;
}
/* end */

/* navlist
   not in use (see eipiphi-leftnav-menu.css instead)
**********************************************************************/
.navlist ul {
	margin: 10px; /*removes indent IE and Opera*/
	padding: 10px;	/* list-style-type: none; /*turns off display of bullet*/
	border: 1px dotted #808080;
}

.navlist li {
	/* list-style: disc url(http://www.eipiphi.org/images/layout/white-arrow.gif) outside; */
	vertical-align: baseline;
	list-style-position: inside;
	list-style-type: disc;
}

.navlist a, 
.navlist a:link, 
.navlist a:visited,
.navlist a:active {
	/* color: #696969; */
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: none;
}         

.navlist a:hover {
	/* color: #cc3333; */
	color: #000;
	text-decoration: none;
	background: #ecea9e;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: none;
}

/* end - navlist
**********************************************************************/ 
#counter {
   display : none;
}

.happy {
   border-top : 1px solid #808080;
   padding : 10px;
}

	
/* content - used in main-column
**********************************************************************/ 
.content h1 {
	margin: 0;
}	

.content h2 {
	margin: 0 0 .5em 0;
	line-height: 120%;
}	

.content img {
	float: none;
	margin: 4px;
	padding: 4px;
	border: 1px solid #dedede;
	background: #fff;
	vertical-align: text-top;
}

/* miscellaneous styles
**********************************************************************/ 
.fineprint {
	font-family: "trebuchet ms", georgia, "times new roman", serif;
	font-size: 6pt;
}

.smallprint {
	font-family: "trebuchet ms", georgia, "times new roman", serif;
	font-size: 8pt;
}

.vline-left {
	padding-left: 5px;
	margin-left: 10px;
	border-left: 1px solid #9aa;
}
	
.top-date {
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: none;
	float: right;
}
	
.go-top { 
	text-align: right; 
    font-size: 10px; 
    color: #696969; 
	margin-bottom: 0px; 
	padding-bottom: 3px;
}
/* end
**********************************************************************/ 
.sub {
	list-style-image: none;
	list-style-type: none;
}
#container #main-column .content #booklink img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
