/**** LARS ****/
/*** LAYOUT ***/
.content {
	width:800px;
	height:auto;
	position:absolute;
	left:50%;
	margin:0px 0px 0px -400px;
	background:url('images/bg.png') top left repeat-y;
}

.header {
	width:100%;
	height:190px;
	float:left;
	text-align:center;
	margin:15px 0px 0px 0px;
	position:relative;
}

.main {
	width:700px;
	min-height:500px;
	float:left;
	position:relative;
	padding:0px 50px 0px 50px;
}

.footer {
	width:100%;
	position:relative;
	float:left;
	bottom:-5px;
}

/*** MAIN ***/

.post {
	margin:0px 0px 30px 0px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#e9e9e9;
	position:relative;
	float:left;
}

.entry-title, .entry-title a {
	font:bold 20px 'lucida', tahoma, verdana;
	text-decoration:none;
	color:#000;	
}

.entry-date {
	font:normal 11px 'lucida', tahoma, verdana;
	text-decoration:none;
	color:#cccccc;
}

.entry-content {
	margin:10px 0px 0px 0px;
}

.entry-content p {
	font:normal 12px 'lucida', tahoma, verdana;
	color:#000;
	margin:0px 0px 10px 0px;
	line-height:18px;
	width:550px;
}

.main p {
	font:normal 12px 'lucida', tahoma, verdana;
	color:#000;
	margin:0px 0px 10px 0px;
	line-height:18px;
	width:550px;
}

.main p strong {
	font:bold 12px 'lucida', tahoma, verdana;
}

.entry-meta  {
	width:100%;
	float:left;
	position:relative;
	margin:10px 0px 30px 0px;
	font:normal 11px 'lucida', tahoma, verdana;
	color:#ccc;
}

.entry-meta a {
	font:normal 11px 'lucida', tahoma, verdana;
	color:#ccc;
	text-decoration:underline;
}

/*** PROFILES ***/
.profiles {
	width:100%;
	float:left;
	position:relative;
}

.profiles ul {
	width:100%;
	float:left;
	position:relative;
	margin:10px 0px 0px 0px;
}

.profiles ul li {
	width:100px;
	float:left;
	position:relative;
	display:inline;
	margin:0px 10px 0px 0px;
	font:normal 11px 'lucida', tahoma, verdana;
	color:#000;
}

.profiles ul li a, .profiles ul li p, #bios {
	font:normal 11px 'lucida', tahoma, verdana;
	color:#000;
}

.profile_view {
	width:450px;
	float:right;
	position:relative;
	background:url('images/profile_bg.jpg') top left no-repeat;
}

.profile_view img {
	width:auto;
	float:left;
	position:relative;
	height:170px;
	margin:15px 0px 0px 15px;
}

#bios {
	width:230px;
	margin:15px 0px 0px 10px;
	position:relative;
	float:left;
	height:202px;
}

#bios b {
	font:bold 12px 'lucida', tahoma, verdana;
	color:#000;
}

.content_text {
	width:220px;
	float:left	;
	position:relative;
}

.content_text p {
	line-height:18px;
	margin:0px 0px 10px 0px;
	width:220px;
}

/*** FOOTER ***/

.footer p {
	float:left;
	font:normal 12px 'lucida', tahoma, verdana;
	width:500px;
	position:relative;
	margin:95px 0px 0px 0px;
}

.footer a {
	font:normal 12px 'lucida', tahoma, verdana;
	text-decoration:none;
	color:#000;
}

.footer a:hover {
	text-decoration:underline;
}

#footer_img {
	float:left;
	width:200px;
	position:relative;
	text-align:right;
	right:-50px;
}


/*** CSS RESET ***/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
