* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
}

hr {
	display: none;
}

body {
	padding-bottom: 75px;
}


#page {
	font: 0.7em/2em Verdana, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: Times, "Times New Roman", Georgia, serif;
	font-weight: normal;
}

#header {
	height: 95px;
	background-color: #333;
	position: relative;
}

#logo {
	display: block;
	height: 60px;
	overflow: hidden;
	width: 250px;
	position: absolute;
	bottom: 0;
}

* html #logo {
	bottom: -1px; 
}

#logo img {
	margin-top: -35px;
}

#nav {
	position: absolute;
	left: 20px;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	display: block;
	height: 30px;
	text-indent: -999em;
	overflow: hidden;
}

#nav-home a {
	width: 75px;
	background: url(/wordpress/wp-content/themes/xa-simple/images/home.gif) 0 0 no-repeat;
}

h1, 
h2 {
	font-size: 2em;
	margin: 2.75em 0 0.5em 0;
	text-transform: lowercase;
}

#content h1 a,
#content h2 a {
	font-weight: normal;
	color: #333;
}

#content a {
    text-decoration: none;
    font-weight: bold;
    color: #93c;
}

#content a:hover {
    text-decoration: underline;
}

#content {
	margin: 0 1.5em;
}




li {
	list-style-type: none;
}

#recentArticles li {
	line-height: 1.2em;
	margin-bottom: 0.8em;
}




/*
 *
 * flickr photos.
 *
 */

#flickrPhotos li {
	float: left;
}

#flickrPhotos a {
	display: block;
	width: 95px;
	height: 95px;
	margin: 0 15px 15px 0;
	overflow: hidden;
}

#flickrPhotos img {
	border-color: #f2f2f2;
	border-width: 10px;
	border-style: solid;
}

#flickrPhotos a:hover img {
	border-color: #93c;
}

/* Ugh, talk about gratuitous markup! */
.theRInFlickr {
	color: #f99;
}
