
@import url(reset.css);

/* TYPOGRAPHY */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.25; /* this is the firefox default */
}

h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
}

h3 {
	font-weight: bold;
}

#navbar {
	font-weight: bold;
}

address {
	font-style: normal;
}

.nickname {
	font-weight: bold;
}

address.user-3 .nickname {
	font-style: italic;
}

/* COLOURS */

#header {
	background-color: #666;
	color: #fff;
}

#header a {
	color: #fff;
}

#navbar {
	background-color: #ddd;
}

.zebra-1 {
	background-color: #eee;
}

.zebra-2 {
	background-color: #ddd;
}

#gazmail-status {
	color: #999;
}

#gazmail-status.unread, #gazmail-status.unread a {
	color: #c00;
}

#gazmail-status a {
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

#friends-status a {
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

#friends-status a:link {
	color: #c00;
}

#friends-status a:visited {
	color: #999;
}

/* POSITION / PADDING / MARGIN */

#header {
	padding: 10px;
}

#header h1 {
	display: inline;
}

#header h2 {
	display: inline;
	margin-left: 0.25em;
}

#header p {
	display: inline;
	margin-left: 1em;
}

#navbar {
	padding: 5px 10px 5px 10px;
	margin-bottom: 0.5em;
}

#gazmail-status {
	margin-left: 3em;
}

#friends-status {
	margin-left: 3em;
}

#wrapper {
	padding: 10px;
}

.hentry {
	padding: 8px;
	margin: 4px 0px;
}

.posticon {
	float: left;
	margin-right: 0.25em;
}

.entry-title {
	float: left;
	position: relative;
	top: 2px;
	margin-bottom: 2px;
}

.entry-content {
	clear: both;
	padding: 2px 0 1px 0;
}

address {
	display: inline;
}

a.usericon {
	position: relative;
	top: 2px;
	margin-right: 0.25em;
}

/* FIXES TO MATCH ORIGINAL STYLE (for firefox, anyway) */

#header {
	padding-top: 9px;
}
#navbar {
	padding-bottom: 4px;
}

/* ======== */

p {
	margin: 0.5em 0;
}

ul {
	margin: 0.5em 0;
	list-style: disc inside;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

pre {
	font-family: monospace;
}
