body {
background-image: url(/wp-content/themes/monkey/bgg.png);
        font-family : trebuchet MS;
        font-size: 11px; 
text-align: center;
}

a {
        font-weight: bold; 
        color: #FF6372;
        text-decoration: none;
}

A:link {
        font-weight: bold; 
        color: #FF6372;
        text-decoration: none;
}

A:visited {
        font-weight: bold; 
        color: #FF6372;
        text-decoration: none;
}

A:active {
        font-weight: bold; 
        color: #FF6372;
        text-decoration: none;
}

A:hover {
        font-weight: bold; 
        color: #AB8365;
        background: #E7D9CF;
        text-decoration: none;
}

img {
border: 0;
}

p {
margin: 0 0 13px;
}

input, textarea {
color: #FF6372;
        font-family : trebuchet MS;
        font-size: 11px; 
        font-weight: bold; 
background: #FFE5E5;
border: 1px solid #FF6372;
padding: 3px 5px;
width: 210px;
vertical-align: middle;
margin: 2px 0;
}
textarea {
width: 300px;
height: 120px;
}
input#submit {
width: 80px;
}

#container {
color: #5F4634;
background: #F0E6DE;
border: 2px solid #906C52;
width: 600px;
padding: 5px 25px;
margin: 30px auto;
margin-top: 10px;
text-align: left;
}
	#topnav, #footer, .pagination {
	margin: 0 auto;
	text-align: center;
	width: 70%;
	}
	#topnav {
	border-bottom: 2px solid #906C52;
	margin-bottom: 10px;
	padding: 5px 0 10px;
	}
	#footer {
	border-top: 2px solid #906C52;
	margin-top: 10px;
	padding: 10px 0 5px;
	}
	
	#entries {
	width: 100%;
	border-collapse: collapse;
	margin: 10px auto;
	}
		#entries tr.rowcolor1 td {
		background: #FFEBEB;
color: #CA4E5D;
		}

		#entries td.meta {
		width: 25%;
		line-height: 1.5;
		}
		#entries td {
		vertical-align: top;
		padding: 10px;
		}
		#entries td img {
		vertical-align: bottom;
		}
		
span.bold {
font-weight: bold;
}