body {
font-family: helvetica, arial;
font-size: 10px;

}

#container {
position: relative;
width: auto;
margin: auto;
margin-top:30px;
}

h1 {
	font-size: 20px;
	line-height: 20px;
}

ul, li, h4 {
margin: 0; padding: 0;
list-style: none;
}

a {
text-decoration: none;
color: #green;
}

a:hover {
text-decoration: underline;
}

small {
color: gray;
font-weight: normal;
font-size: 11px;
display: block;
}

#widget {
overflow: hidden;
background: #ffffcc;
padding: 1em;
border: 1px solid #c5c5c5;
height: 305px; /* You should adjust this height for your project. */
position: relative;
float: left;
min-width: auto;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-topleft: 10px;

}

#widget li {
	clear: left;
	overflow: hidden;
	top: 0;
	border-bottom:solid 1px;
	border-bottom-color:#630;
	padding-bottom: 1em;
	padding-top:1em;
	height: 60px; /* Change this to fit your needs. The plugin will access this value if you don't pass a parameter in when you call it. */
	position: relative;
	bottom: 0px;
		font-weight: bold;

}

h4 {
padding-top: .5em;
font-size: 14px;
}

li p {
color: #474747;
margin-top: .4em;

}
