* {
	margin:0;
	padding:0;
}

body {
	overflow-x:hidden;
	font-size:1.5em;
	background:#fff url(/images/gradbar.png) bottom left repeat-x;
	background-attachment:fixed;
}

/* logo stuff */
#logo {
	position:fixed;
	z-index:0;
	bottom:-5px; right:-30px;
	height:350px;
	width:410px;
	background:transparent url(/images/monkey.png) bottom right no-repeat;
}

#logo h1 {
	display:none;
}

/* article content */
#content {
	margin:0px 50% 50px 20px;
	padding-top:30px;
}

#content p {
	text-align:justify;
	font:70%/160% Bembo, Palantino, 'Times New Roman', Times, Georgia, serif;
	text-indent:1.5em;
}

#content p.info { text-indent:0; }

#content h2 {
	font:135%/170% 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}

#content p + h2 {
	margin-top:1em;
}

#content a {
         color:#fed00e;
	text-decoration:none;
	font:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	border-bottom:3px double transparent;
font-weight:bold;
}

#content a:hover { border-bottom:3px double #fed00e; }

#content h2 a { color:#000; }

#content blockquote {
 margin:5px;
 padding:5px;
 border:1px dashed #666;
 border-left:0; border-right:0;
}

#content acronym, #content  abbr {
border-bottom:1px dashed #666;
cursor:help;
}

/* navigation */
#menu {
	position:fixed;
	margin:0 0 0 20px;
	padding-top:5px;
	height:36px;
	width:100%;
	background-color:#fff;
}

#menu h3 {
	float:left;
	display:inline;
	font:65%/24px 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-right:20px;
}

#menu ul {
	list-style:none;
}

#menu li {
	float:left;
	display:inline;
}

#menu a {
	display:block;
	height:24px;
	color:#000;
	text-decoration:none;
	font:65%/24px 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	border-bottom:3px double transparent;
}

#menu a:hover { border-bottom:3px double #000; }

#menu li + li { margin-left:30px; }

/* flickr */
#flickr {
	position:fixed;
	top:50px;
	right:0;
width:250px;
}

.flickr_badge_image {
	float:left;
	display:inline;
	margin:10px;
	padding:5px;
	border:1px solid #000;
}

#flickr img {
	border:1px solid #000;
}

.flickr-photo { border: solid 1px #000; }
.flickr-frame { float: left; text-align: center; margin-bottom: 15px; }
.flickr-caption { font-size: 0.8em; margin-top: 0; }

/* comments */
.comment {
 border-bottom:1px dashed #666;
 margin:10px 0;
}

.comment p {
text-align:justify;
font:80%/160% Bembo, Palantino, 'Times New Roman', Times, Georgia, serif;
text-indent:1.5em;
padding-bottom:10px;
}

.comment a {
color:#fed00e;
text-decoration:none;
font:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
border-bottom:3px double transparent;
font-weight:bold;
}

.comment span { font-size:50%; }
.comment img { float:right; }
