html,
body
{
	cursor: default;
	margin: 40px 0;
	padding: 0;
	background-color: #f7f6f3;
	font-size: 62.5%;
	font-family: Verdana, Arial, Lucida Grande, Sans-Serif;  
	color: #333;
}

body
{
	min-width: 650px;
	line-height: 14px;
}

strong
{
	font-weight: bold;
}

.clear
{
	clear: both;
}

div#wrap
{
	margin: 0 auto;
	width: 650px;
	font-size: 10px;
}

/* header */
div#header
{
	position: relative;
	height: 69px;
	margin-bottom: 10px;
}

div#header h1
{
	position: absolute;
	right: 0;
	text-indent: -2000em;
	background-image: url('../images/shamby.jpg');
}

div#header h1,
div#header h1 a
{
	display: block;
	width: 427px;
	height: 69px;
}

/* info box */
div#info
{
	float: left;
	padding-right: 30px;
	text-align: right;
	width: 300px;
}

div#welcome, div#usermenu, div#links
{
	border-top:1px solid #c9c9c9;
	padding: 17px 0;
}

div#usermenu a, div#links a
{
	text-decoration: none;
	color: #222222;
}

div#usermenu a:hover
{
	text-decoration: underline;
}

div#usermenu ul.first
{
	margin-bottom: 14px;
}

div#links a
{
	padding: 3px;
	line-height: 16pt;
	background-color:#bee8f8;
}

div#links a:hover
{
	color: #222222;
	background-color:#c5efff;
}

div#links ul,
div#links li,
div#usermenu ul,
div#usermenu li
{
	list-style: none;
	margin: 0;
}

/* content */
div#content
{
	border-left: 1px solid #c9c9c9;
	float: right;
	margin-left: -1px;
	padding-left: 30px;
	text-align: left;
	width: 290px;
	padding-bottom: 35px;
}

div#content hr
{
	width: 100%;
	border: none;
	border-top: 1px solid #c9c9c9;
	margin: 15px 0;
}

/* content */
div.entry,
div.comment,
div.new-comment,
div.entry-submission,
div.content,
div#notices
{
	background-color: #edeceb;
	margin-bottom: 15px;
	padding: 17px;
}

div#notices
{
	background-color: #d5eccf;
	font-size:larger;
}

div.entry a,
div.comment a,
div.new-comment a,
div.entry-submission a,
div.content a,
div#notices a
{
	text-decoration: underline;
	color: #4d7ba6;
}

div.entry a:hover,
div.comment a:hover,
div.new-comment a:hover,
div.entry-submission a:hover,
div.content a:hover,
div#notices a:hover
{
	text-decoration: none;
}

div.entry h3,
div.comment h3
{
	font-weight: bold;
}

div.entry p.body,
div.comment p.body
{
	margin-bottom: 14px;
}

div.entry p.comments
{
	float: right;
	background-image: url('../images/comments.jpg');
	background-repeat: no-repeat;
	height: 21px;
	width: 21px;
	padding-top: 4px;
	text-align: center;
}

div.entry p.comments a
{
	color: #333;
	text-decoration: none;
}

div.entry p.comments a:hover
{
	text-decoration: underline;
}

div.entry p.author,
div.comment p.author
{
	font-style: italic;
}

div.form-row
{
	margin-bottom: 0.5em;
}

div.form-row label
{
	display: block;
	font-weight: bold;
}

div.form-row input,
div.form-row select,
div.form-row textarea
{
	width: 100%;
	background-color: #f7f6f3;
	border: 1px solid #ccc;
	font-size: 1.0em;
	font-family: Verdana, Arial, Lucida Grande, Sans-Serif;  
}

div.form-row input.submit
{
	width: auto;
	float: right;
}

/* footer */
div#footer
{
	padding-top: 30px;
	clear: both;
}

div#footer p
{
	text-indent: -2000em;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background-image: url('../images/aus.png');
}

blockquote
{
	margin: 10px 10px 20px 10px;
	padding: 15px 20px 15px 20px;
	background-color: #f1f1f0;
	color: #505050;
}

div.pager
{
	text-align: center;
}

div.pager span.current,
div.pager a
{
	display: inline-block;
	margin: 0 1px;
	background-color: #edeceb;
	padding: 5px;
}

div.pager a
{
	text-decoration: none;
	color: #4d7ba6;
}

div.sticky { background-image: url(http://avesatani.com/t/besstick.png); background-repeat: no-repeat; background-position: 270px 10px; }