@import '/media/css/styles.css';

#banner {
	background: transparent url(images/banner.jpg) no-repeat;
	height: 51px;
}

#sidebar .panel_head {
	background: transparent url(images/side-header.png) no-repeat; 
}

.breadcrumb { margin: 0 0 20px 0; font-size: 11px; }

#main { overflow: hidden; margin-bottom: 20px; }

/* Layout
 ------------------------------------------------------------------------------ */

#mid { padding: 0; width: 700px; }

.post { clear: both; }
.post h2 { margin-top: 0; }

.post_meta { 
	float: left;
	width: 130px;
}

.post_meta div { margin-bottom: 5px; }
.post_meta, .post_meta a { font-size: 11px; color: #6; }
.post_meta div.post_meta_date { color: #282d50; font-size: 12px; margin: 0 0 10px 0; }

.post_body { 
	float: right;
	width: 550px;
}

.post_body h1 { border: 0; margin-top: 0; } .post_body h2 { margin: 0; padding: 0;  }
.post_body h2 a { display: block; margin: 0 0 15px 0; }

.post_navigation {
	clear: both;
	margin: 20px 0 20px 0;
}

.divider { 
	background: transparent url(images/divider.gif) no-repeat;
	border: none;
	clear: both;
	height: 31px; 
	margin: 10px 0 10px 0; padding: 0;
}

#page.blog #mid .f_tabs li {
	background: transparent url(images/comments-tab.gif) no-repeat; color: #3c4150;
	display: block; float: left; 
	font-weight: bold; font-size: 11px;
	line-height: 27px; 
	margin: 0 0 0 5px; overflow: hidden;
	text-align: center; text-transform: uppercase; text-decoration: none;
	height: 27px; width: 129px;
}

#page.blog #mid ol li { background: none; padding: 0; list-style: decimal; margin-left: 20px; }

/* Widgets
 ------------------------------------------------------------------------------ */
 
#widgets li {
	border-bottom: 1px solid #ccc; 
	padding-bottom: 10px; margin-bottom: 10px;
}

#widgets ol, #widgets ul { margin: 0; padding: 0; }
#widgets li li, ul.flat li { 
	background: none;
	border: none; 
	padding: 0; margin: 2px 0 2px 0; 
}

.widget input, .widget select {
	margin: 0.5em 0 0.5em 0;
	width: 100%;
}

/* Forms
 ------------------------------------------------------------------------------ */

.form {
	background: #ccc;
	padding: 20px; margin-bottom: 20px;
}

.form textarea { width: 100%; }

/* Comments
 ------------------------------------------------------------------------------ */

.comment {
	color: #384a58;
	margin-bottom: 20px; 
}

.comment_head {
	background: transparent url(images/comment-head.gif) no-repeat;
	height: 9px;
}

.comment_body {
	background: #e3f2f6;
	border-left: 1px solid #c3e3eb;
	border-right: 1px solid #c3e3eb;
	padding: 1px 20px 1px 20px;
}

.comment_foot {
	background: transparent url(images/comment-foot.gif) no-repeat;
	height: 26px;
}

.comment_meta { 
	font-size: 11px;
	padding-left: 20px; margin-top: 5px;
}

/* Press Page
 ------------------------------------------------------------------------------ */

.press_filter span { color: #282d50; font-size: 12px; }
.press_filter { padding-bottom: 20px; }
.press_filter ul li.hidden { display: none; }

table.press tr.crumb th { font-weight: normal; }
table.press .post_meta_date { color: #282d50; font-size: 11px; padding-top: 3px; }
table.press { border-collapse: collapse; }
table.press th, table.press td { padding: 5px 10px 5px 10px; vertical-align: top; }
table.press th { background: #9cb0bf; font-weight: bold; }
table.press td { background: #d6dae0; }
table.press tr.ledger td { background: #ebeff5; }
