@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;	
	background-color: #eff2f3;
	font-size: 12px;
}

#sortable {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sortable li {
	margin: 3px;
	border: solid 1px #ddd;
	padding: 3px;
	background-color: #fff;
	cursor: move;
}

 #liquid-round {
	width:650px;
	margin:0px auto;
	background:#fff url(/dailygrind/images/leftside.gif) repeat-y left top;
}

.top {
width:100%;
height:20px;
background:url(/dailygrind/images/top.gif) no-repeat left top;
}
.top span {
display:block;
position:relative;
height:20px;
background:url(/dailygrind/images/top-right.gif) no-repeat right top;
}

.center-content {
position:relative;
background:url(/dailygrind/images/rightside.gif) repeat-y right top;
padding:1px 20px 1px 25px;
margin:-1px 0 -50px 0;
}
.bottom {
height:60px;
background:url(/dailygrind/images/bottom.gif) no-repeat left bottom;
clear: both;
}
.bottom span {
display:block;
position:relative;
height:60px;
background:url(/dailygrind/images/bottom-right.gif) no-repeat right top;
}

#filler {
	margin: 20px;
}

h1 {
	text-align: center;
	border-bottom: solid 1px #777;
}

.dateTime {
	color: #888;
	text-align: right;
	float: right;
	font-size: 10px;
	padding-top: 1px;
	
}

#messages {
	background-color: #77ff77;
	border: dotted 3px #009900;
	padding: 5px;
	text-align: center;
	margin: 5px 0;
	font-weight: bold;
}

a {
	color: #990000;
	text-decoration: none;
}

h2 {
	text-align: center;
	border-bottom: solid 1px #aaa;
	font-size: 16px;
	padding-bottom: 5px;
}

#privacyPolicy {
	font-size: 10px;	
}

#privacyPolicy p {
	margin: 5px;	
}
