/*
FREE BELLABOOK THEME - Blue Wave

Author: Jem Turner
Author URI: http://www.jemjabella.co.uk/scripts/bellabook#themes
*/

body {
background: #fff url(bluewave.jpg) no-repeat;
text-align: center;
font: 76%/1.3 "Lucida Grande", Arial, Verdana, Tahoma, "Trebuchet Ms", Sans-Serif;
}

a {
text-decoration: none;
font-weight: bold;
}
a:link, a:visited {
color: #1576BA;
}
a:hover, a:active {
color: #638F45;
}

img {
border: 0;
}

p {
margin: 0 0 13px;
}

input, textarea {
border: 1px solid #99A4AF;
padding: 3px 5px;
font: inherit;
width: 210px;
vertical-align: middle;
margin: 2px 0;
}
textarea {
width: 300px;
height: 120px;
}
input#submit {
width: 80px;
}

#container {
position: absolute;
top: 50px;
left: 49px;
width: 525px;
padding: 0 13px;
text-align: left;
}
	#topnav, #footer, .pagination {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	}
	#topnav {
	height: 50px;
	line-height: 50px;
	margin-bottom: 60px;
	}
	#footer {
	color: #666;
	font-size: .9em;
	padding: 0 0 20px 0;
	}
	
	#entries {
	width: 100%;
	border-collapse: collapse;
	margin: 10px auto;
	font-size: 1em; /* ie6 thing */
	}
		#entries tr.rowcolor1 td {
		background: #F8FCFD;
		}
		#entries td.meta {
		width: 28%;
		line-height: 1.5;
		font-size: .9em;
		}
		#entries td {
		vertical-align: top;
		padding: 10px;
		}
		#entries td img {
		vertical-align: bottom;
		}
		
span.bold {
font-weight: bold;
}
.hidden {
display: none;
}
.check {
width: 14px;
}