/*

Skin Name: Two-Column Minimalist L

Skin URI: http://www.plaintxt.org/

Description: Minimalist style with sidebars floating left of main content.

Author: Scott Allan Wallick

Author URI: http://www.plaintxt.org/

Version: 1.0

Global Navigation: N

*/

@import url('../style.css');

div#container {

	float: right;

	margin: 0 0 0 -200px;

	width: 100%;

}

div#content {

	margin: 0 0 0 200px;

}

div.sidebar {

	float: left;

	width: 180px;

	overflow: hidden;

}

div#secondary {

	clear: left;

}

div#footer {

	clear: both;

	width: 100%;

}



.comments {

	margin-top: 24px;

	border-top: 1px dashed #bc9108;

}

#obit-meta {

	margin: 24px 0 24px 0;

	border-bottom: 1px dashed #bc9108;

	padding-bottom: 24px;

	width: 100%;

	}

#obit-meta img {

	float: left;

	margin: 0 24px 0 0;

	border: 1px dashed #f0e4c7;

	padding: 6px;

	background-color: #fdf7ea;

	}

#obit-meta ul {

	margin: 0 0 0 24px;

	padding: 24px 0 0 0;

	width: auto;

	}

#obit-meta ul li {

	list-style: none;

	}

	

body {

	background: url(/images/obit/bg_header.gif) top repeat-x;

	}

#header {

	background: url(/images/obit/bg_wrapper.gif) top center no-repeat;

	height: 75px;

	overflow: hidden;

	}

#container {

	padding-top: 24px;

	}

#primary {

	padding-top: 64px;

	}

	

/****************************************************************** clear fix */

.clearfix:after, #obit-meta:after {

    content: "."; 

    display: block; 

    height: 0; 

    clear: both; 

    visibility: hidden;

	}

.clearfix, #obit-meta {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix, * html #obit-meta {height: 1%;}

.clearfix, #obit-meta {display: block;}

/* End hide from IE-mac */

