/***********************************************/
/*    Stylesheet for ACUADS Publishing Site    */
/*    Copyright 2008 Eye For IT                */
/***********************************************/

/*** site-specific styles ***/

#publications {
    width: 598px;
	height: auto;
}
#publications h4 {
	font-size: 11px;
	font-weight: bold;
	color: #dd6622;
	padding-left: 74px;
	margin-top: 0px;
	margin-bottom: 1px;
}
#publications img {
    float: left;
}
#publications p {
	padding: 0px 6px 0px 74px;
	margin-bottom: 3px;
	font-size: 10px;
	color: #663366;
	line-height: 16px;
}
#publications a:link, #publications a:visited {
	font-size: 10px;
	color: #663366;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	background-color: #ffffff;
}
#publications a:hover {
	text-decoration: underline;
	background-color: f0f0f0;
}

.small {
	font-size: 10px;
	color: #663366;
	font-weight: normal;
	line-height: 16px;
}

.small a:link, .small a:visited{
	font-size: 10px;
}
.small a:hover{
	font-size: 10px;
}

/*** full width publications listing ***/

#digest-full {
    float: left;
	width: inherit;
    margin: 0px 6px 6px 0px;
    padding: 6px 0px 3px 0px;
    border: 1px solid #dfdfdf;
    background-color: #f0f0f0;
}

/*** two-column digest listing ***/

#digest-2col {
    float: left;
    width: 293px;
    margin: 0px 6px 6px 0px;
    padding: 6px 0px 3px 0px;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    background-color: #f0f0f0;
}
/*************** end ****************/