/* style for main home page */
#large-image{
	position: relative;
	background:transparent url(http://www.darwin200istanbul.org/images/ammonite_large.jpg) no-repeat scroll center top;
	height:280px;
	left:20px;
	min-height:280px;
	width:310px;
	top:85px;
	background-color:#FFFFFF;
	margin-bottom:10px;
}

td {
	vertical-align: top;
	padding-top:5px;
	padding-bottom:5px;
}

            
tr {
    background-color: #efefef;
}
            
tr.over td, tr:hover td {
                /*background-color: #A4D5E6;*/
}  

.odd{
	background-color: white;
}

.even{
	background-color: green;
}

#footer-left p{
padding-top:20px;
}

#content{
height:450px;	
min-height:450px;
padding-right:20px;
}	

#related-content{
margin-left:40px;
}

h3.day{
border-top:1px dashed #888;
padding-top:20px;
}

p.notes{
border-top:1px dashed #888;
padding-top:10px;
}

/*main navigation */
#list-menu ul, #list-menu li{
	list-style-type: none;
	line-height:40px; 
}

#list-menu li a{
    padding-left: 45px;
	padding-top:10px;
	padding-bottom:10px;
}

#list-menu li a:hover {
	background-image: url('http://localhost/web_dev/Istanbul/images/ammonite_small.jpg');
	background-repeat: no-repeat; 
	background-position: -.3em;
    padding-left: 45px;
} 

#list-menu #selected{
	background-image: url('http://localhost/web_dev/Istanbul/images/ammonite_small.jpg');
	background-repeat: no-repeat; 
	background-position: -.3em;
    padding-left: 45px;
}

.abstracts{
padding:0 0 5px 10px;
}