﻿/*
	Theme Name: LIBN
	Theme URL: http://www.libn.com
	Description: LIBN is a widget-based theme.
	Author: Dolan Media
	Author URI: http://www.dolanmedia.com
	Version: 1.0
*/
#open-x li {
	list-style-type: none;
}

html, body {width:100%;}
body {
	margin:0;
	padding:0;
	background:#79756f;
	font:14px Arial, Helvetica, sans-serif;
}
#main-container {
	margin: 0 auto;
	padding: 0 7px 0 7px;
	width:990px;
	background: url(../images/backgrounds/container-bg.gif) repeat-y;
}
img {display:inline; float:left; border:none;}
form {padding:0; margin:0;}

/* bc */
.bc {
	padding:15px 0 10px;
	margin:0;
	overflow:hidden;
	height:1%;
	list-style:none;
	font-size:11px;
	font-weight:bold;
}
.bc li {
	float:left;
	padding:0 7px 0 12px;
	background:url(images/bc-arrow.gif) no-repeat 0 50%
}
.bc li.first {background:none; padding:0 7px 0 0;}
.bc a {
	text-decoration:none;
	color:#999;
}

.size-full {border:solid 1px black;padding:1px;	margin:0 13px 13px 0;}
/* header */
#header {
	height:210px;
	background:#3f547d;
}

/* container */
#container {
	padding:0 7px 20px 13px;
	overflow:hidden;
	height:1%;
	clear: both;
}

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

/* content */
#content {
	float:left;
	width:650px;
}
#content h1, #content h2 {
	margin:0 0 14px;
	color:#2e3d5c;
	font:bold 20px/22px Georgia, "Times New Roman", Times, serif;
}
#content h1 {
	width: auto;
}
#content p {
	margin:0 0 15px;
}
#content a {
	text-decoration:underline;
	color:#3F547D;
}
#content a:hover {text-decoration:underline;}
#content p.by, #content p.tags {
	font:11px/15px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 17px;
}

/* footer */
#footer {
	overflow:hidden;
	height:1%;
	padding:0 0 16px;
	background:#3f547d;
}
#footer p {
	margin:0;
	color:#fff;
	font-size:12px;
}
/* Breadcrumb bar */
.bc {
	text-transform: uppercase;
}

/* Clear floats */
.clear {
	clear: both;
}

#footer .content {
	clear: left;
}

.sidebar 
{
	float:right;
	width:316px;
}
