/* @override http://connotype.com/inc/styles.css */

/*---------------------------------------

	G L O B A L

---------------------------------------*/

body {
	background-color: #fff;
	text-align: center;
/*	margin: 100px 0;*/
	margin: 0;
	padding: 10% 0;
}

/*---------------------------------------

	L A Y O U T

---------------------------------------*/

#container {
	margin: 0 auto;
	text-align: left;
	width: 950px;
}
#about, #music, #photos, #bookmarks {
	width: 236px;
	/*background-color: #f00;*/
	float: left;
}
#about {
	margin: 0;
	padding: 0;
}
#music, #photos, #bookmarks {
	margin: 0 0 0 2px;
	padding: 0;
}
.column {
/*	background-color: #f00;*/
	margin: 10px 5px 0 5px;
}
#footer {
	margin: 0 auto;
	clear: both;
	text-align: center;
	width: 950px;
}

/*---------------------------------------

	T Y P E

---------------------------------------*/

h1 {
	display: none;	
}
h2 {
	text-indent: -9999px;
	height: 38px;
	margin: 0;
	padding: 0;
}
.about, .music, .photos, .bookmarks {
	padding-bottom: 0;
}
.about {
	background: url(img/about.gif) no-repeat;
}
.music {
	background: url(img/music.gif) no-repeat;
}
.photos {
	background: url(img/photos.gif) no-repeat;
}
.bookmarks {
	background: url(img/bookmarks.gif) no-repeat;
}
p span {
	font: 13px/15px Georgia, serif;
}
p {
	font: 11px/16px Georgia, serif;
}
p span, p {
	color: #444;
/*	margin-bottom: 10px;*/
}
.item {
	text-indent: 22px;
	background: url(img/fleuron.gif) 0px 0px no-repeat;
}
.item:hover {
	background: url(img/fleuron.gif) 0px -49px no-repeat;
}
.hide {
	display: none;
}
.margin {
	margin-bottom: 14px;
}
.timestamp {
	font: 9px/12px 'Lucida Grande', Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
	margin: 0;
}
.footnote {
	padding: 15px 5px 0 5px;
	margin-top: 10px;
	border-top: 1px #999 solid;
	font-style: italic;
}

/*---------------------------------------

	L I N K S

---------------------------------------*/

a {
	display: block;
}
p a:link, p a:visited {
	color: #444;
	text-decoration: none;
}
p.margin a {
	display: inline;
}
p a:hover, p.item:hover span.itemtitle {
	color: #ec8a34;
	text-decoration: none;
}
p.item:hover span.timestamp {
	color: #666;
}
p.footnote a {
	display: inline;
	padding: 3px 0;
}

/*---------------------------------------

	P H O T O S

---------------------------------------*/

#flickr {
	margin: 10px 0 0 0;
}
#flickr img {
	float: left;
	margin: 0 5px 10px 5px;
	width: 100px;
	height: 100px;
	padding: 2px;
	border: 2px solid #ccc;
	background: #ffffff;
}
#flickr a:hover img {
	border-color: #ec8a34;
	background: #ec8a34;
}
#about p.margin a.followme {
	padding: 2px 0;
	border-bottom: 2px #ccc solid;
}
#about p.margin a.followme:hover {
	border-color: #ec8a34;
}
#about p.margin a img {
	padding: 0;
	border: none;
}

/*---------------------------------------

	M I S C

---------------------------------------*/

hr {
	border: 0;
	height: 5px;
	width: 100%;
	margin-top: 10px;
	color: #000;
	text-decoration: none;
	background-color: #000;
}
.whoahmargin {
	clear: both;
/*	margin-top: 487px;*/
}

