/* bleurant.css */

/* Based on Greg Bliss' Livejournal
 * http://www.livejournal.com/users/bleurant/
 */

/* ELEMENTS */

html {
}

body {
	background-color: #9fae8d;
	/* background-image: url("http://stat.livejournal.com/palimg/boxer/background-diamond.gif/p1bdc7b1082956b"); */
	font-family: Verdana, sans-serif;
	line-height: 17px;
	font-size: 13px;
	color: #e7dfcf;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 667px;
}

h3 {
	clear: both;
	text-align: right;
}

a {
	color: #9fae8d;
	background-color: inherit;
	text-decoration: none;
}

a:visited {
}

a:hover { text-decoration: underline; }


/* CLASSES */

.common {
}

.menu {
	background-color: #464640;
}

.menu li { 	display: inline }

.menu li:before { content: "\002F \0020"; }

.date {
}

.datestamp {
	background-color: #e7dfcf;
	color: #635a48;
	float: right;
}

.story {
	color: inherit;
	background-color: #635a48;
	padding: 6px 20px 6px 20px;
	line-height: 18px;
}

.timestamp {
	color: #635a48;
	background-color: #e7dfcf;
	padding 2px 5px 2px 5px;
	float: right;
	
}

.headline {
	font-weight: bold;
}


/* IDS */

#masthead {
	background-color: #464640;
	color: #899ba3;
}

#title {
	font-size: 19px;
	font-weight: bold;
}

#tagline {
	font-size: 15px;
	font-weight: bold;
}

#menus {
}

#navigation {
}

#links { display: none; }

#intro {
}

#footer{
}
