/*
Theme Name: Christy Design
Theme URI: 
Description: A two-column, semantically rich, freshly styled, and highly functional theme for Christy Hardin's blog, a sub-blog of FireDogLake. 
Version: 1.0.0
Author: Nick Ohrn
Author URI: http://www.plugin-developer.com

This theme was coded by Nick Ohrn of www.plugin-developer.com, a producer of fine WordPress plugins, themes, and 
development resources.  The design was created by Carolyn King of www.cazazz.com.  This stylesheet uses the CSS 
Reset from Eric Meyer.
*/
@import "reset.css";

body {
	padding: 20px;
	font-size: 100%;
	background: #E9F4F5;
	font-family: Georgia, sans-serif;
}

body * {
	font-family: Georgia;
}

img,a img {
	border: none;
}

a {
	color: #003366;
	text-decoration: none;
}

a:visited {
	color: #006666;
}

a:hover,a:active {
	color: #00284d;
	text-decoration: underline;
}

img.alignright,img.imgRight,.imgCaptionRight {
	display: block;
	float: right;
	padding-right: 0;
}

img.alignleft,img.imgLeft,.imgCaptionLeft {
	display: block;
	float: left;
	padding-left: 0;
}

img.aligncenter,img.imgCenter,.imgCaptionCenter {
	display: block;
	margin: 5px auto;
}

.imgCaptionLeft,.imgCaptionRight,.imgCaptionCenter {
	font-size: 88%;
	font-style: italic;
	text-align: center;
}

#wrap {
	width: 988px;
	margin: 0px auto;
	background: #FFFFFF;
}

#wrap-inner {
	background: #FFFFFF repeat-y url('images/bg_page.gif');
	float: left;
}

#header,#content,#footer {
	padding-right: 5px;
	padding-left: 5px;
}

#content {
	clear: both;
}

/*= Header */
#header-advertisement {
	width: 780px;
	margin: 0 auto;
}

#header {
	background: no-repeat url('images/bg_pagehead.gif') top left;
	color: #FFFFFF;
	padding-top: 5px;
}

#sitelogo {
	width: 978px;
	height: 145px;
	background: no-repeat url('images/header.jpg') center center;
}

/*= Main Navigation */
#navbar {
	height: 35px;
	background: repeat-x #BFCFD2 url('images/bg_navbar.jpg') top left;
	font-size: .75em;
	border-top: 1px solid #9FA9FE;
	border-bottom: 1px solid #9FA9FE;
	color: #39696F;
}

#navbar a {
	color: #39696F;
}

#navbar>* {
	float: left;
	margin: 6px;
}

#navbar #search-form {
	float: right;
	position: relative;
	width: 172px;
	background: repeat-x #569398 url('images/bg_searchbar.jpg') top left;
}

#navbar #search-form input {
	padding: 0px;
	margin: 0px;
	border: none;
}

#navbar #search-form #s {
	position: absolute;
	left: 0;
	top: 0;
	height: 12px;
	padding: 4px;
	width: 100px;
	font-size: .81em;
}

#submit-search {
	height: 20px;
	width: 57px;
	position: absolute;
	right: 0;
	top: 0;
	background: no-repeat url('images/b_search.gif');
}

ul#main-site-navigation {
	margin-top: 9px;
}

ul#main-site-navigation li {
	float: left;
	border-left: 1px solid #39696F;
	padding: 0 8px;
}

ul#main-site-navigation li.first {
	border: none;
}

/*= Main Content */
#main-content, .mainContent {
	width: 629px;
	float: left;
	padding-top: 25px;
	border-right: 1px solid #9FA9FE;
	margin-left: 0;
	padding-left: 0;
}

.mainContent {
	width: 640px;
}

#main-content.single {
	padding-top: 0;
}

#main-content.single #main-content-navigation-top a {
	color: #39696F;
}

#main-content>#main-content-navigation-top {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: .81em;
}

#main-content>div, .mainContent>div {
	padding: 0px 19px 10px 19px;
}

#main-content-navigation-top-previous {
	float: right;
}

#main-content-navigation-top-next {
	float: left;
}

#in-loop-advertisement {
	display: block;
	margin: 10px auto;
	width: 468px;
	height: 60px;
}

.post {
	line-height: 1.1em;
	clear: left;
	margin-bottom: 20px;
	background: repeat-x url('images/rule_double.gif') bottom left;
}

.post-title, div.postHeader h2 {
	font-size: 2em;
	line-height: 1.3em;
}

.post-title a,.post-title, div.postHeader h2 a, div.postHeader h2 {
	color: #015A6D;
}

.post-title.early {
	font-size: 1.5em;
}

.post-meta, div.postMeta {
	font-size: 0.75em;
	color: #666666;
	margin: 7px 0 7px;
}

.post-content, .postContent {
	font-size: 0.81em;
}

.post-content p,.postContent p,.comment-content p,.commentBody p {
	margin-bottom: 1em;
	line-height: 1.15em;
}

.post-content img, .postContent img {
	padding: 5px;
}

.post-content blockquote,.postContent blockquote,.comment-content blockquote,.commentBody blockquote
	{
	background: transparent no-repeat url('images/bqc.jpg') top left;
	margin-left: 15px;
	color: #00284d;
	font-style: italic;
	min-height: 26px;
}

.comment-content blockquote,.commentBody blockquote {
	margin-left: 35px;
	padding-left: 10px;
	background: none;
	border-left: 4px solid #C2E8EC;
	margin-bottom: 1em;
}

.post-content blockquote div.wbq,.comment-content blockquote div.wbq,.commentBody blockquote div.wbq
	{
	padding: 0 35px;
	background: transparent no-repeat url('images/bqo.jpg') bottom right;
}

.post-content blockquote blockquote,.comment-content blockquote blockquote,.commentBody blockquote blockquote
	{
	padding-left: 15px;
	border-left: 4px solid #C2E8EC;
	background: none;
}

.post-content blockquote blockquote div.wbq,.comment-content blockquote blockquote div.wbq,.commentBody blockquote blockquote div.wbq
	{
	background: none;
	padding: 0;
}

.post-actions {
	font-size: .75em;
	clear: both;
	padding: 10px 0;
}

.post-actions a {
	padding-left: 20px;
}

.post-actions ul {
	
}

.post-actions ul li {
	display: inline;
	margin-right: 10px;
}

.comments-num {
	padding-left: 20px;
	background: no-repeat url('images/i_comments.gif') left center;
}

.read-more {
	font-weight: bold;
	padding-left: 20px;
	background: no-repeat url('images/b_more.gif') left center;
}

#main-content-navigation {
	background: repeat-x #c0cfd2 url('images/bg_navbar.jpg') top left;
	font-weight: bold;
	font-size: .79em;
}

#main-content-navigation-top {
	background: #E0F0F1;
	margin-bottom: 25px;
}

#main-content-navigation>div {
	margin-top: 8px;
}

#main-content-navigation-previous {
	float: right;
}

#main-content-navigation-previous a,#main-content-navigation-top-previous a
	{
	padding-right: 20px;
	background: no-repeat transparent url('images/b_forward.gif') right
		center;
	color: #015A6D;
}

#main-content-navigation-next {
	float: left;
}

#main-content-navigation-next a,#main-content-navigation-top-next a {
	padding-left: 20px;
	background: no-repeat transparent url('images/b_back.gif') left center;
}

#main-content-navigation a,#main-content-navigation a:hover,#main-content-navigation a:active,#main-content-navigation a:visited
	{
	color: #39696F;
}

/*= Comment Styling */
#number-responses,#leave-your-response {
	display: block;
	font-size: 1.3em;
	color: #666000;
	margin-bottom: 20px;
	clear: both;
}

#the-comments,#edPreviewComment {
	clear: both;
	font-size: .81em;
}

.comment-head,.commentHeader {
	background: #E0F0F1;
	padding: 4px 45px 4px 10px;
	color: #39696F;
	position: relative;
	margin-bottom: 10px;
}

.comment-head a,.commentHeader a {
	color: #39696F;
}

.comment-number,.commentNum {
	color: #242d4e;
	font-weight: bold;
	background: #bee5ea;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	padding: 4px 7px;
}

.comment-content,.commentBody {
	padding: 4px 7px;
	margin-bottom: 5px;
}

#comment {
	width: 97%;
	overflow: scroll;
	margin: 0 4px 10px;
}

.commentResponse {
	padding: 5px 10px;
	background: #EEEEEE;
}

.comment-actions {
	float: right;
	margin-bottom: 10px;
}

.submit-comment {
	height: 23px;
	width: 150px;
}

.ajaxLoader {
	background: #FFFFFF url('images/loading3.gif') no-repeat scroll center
		center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999999;
}

.response-wrapper {
	background: #e1e1e1;
	border: 1px solid #000000;
	margin-bottom: 10px;
	position: relative;
}

.reply-toolbar {
	margin-top: 4px;
	margin-left: 10px;
}

.reply-text {
	display: none;
	background: #FFDDDD;
	border: 1px solid #000000;
	border-bottom: none;
	font-size: 79%;
	padding: 8px 3px;
}

#cancel-response {
	float: right;
}

.tlbButton,.tlbDivider {
	background: transparent none no-repeat 0 0;
	border: 1px solid #E1E1E1;
	cursor: pointer;
	display: block;
	float: left;
	height: 20px;
	margin: 3px 5px 0 0;
	position: relative;
	width: 20px;
}

.tlbDivider {
	width: 2px;
	cursor: default;
}

#bold.tlbButton {
	background-image:
		url('http://static1.firedoglake.com/common/images/editor/bold.gif');
}

#italic.tlbButton {
	background-image:
		url('http://static1.firedoglake.com/common/images/editor/italic.gif');
}

#underline.tlbButton {
	background-image:
		url('http://static1.firedoglake.com/common/images/editor/underline.gif')
		;
}

#strikethrough.tlbButton {
	background-image:
		url('http://static1.firedoglake.com/common/images/editor/strikethrough.gif')
		;
}

#blockquote.tlbButton {
	background-image:
		url('http://static1.firedoglake.com/common/images/editor/quote.gif');
}

#link.tlbButton {
	background-image:
		url('http://static1.firedoglake.com/common/images/editor/link.gif');
}

#spellcheck.tlbButton {
	background-image:
		url('http://static1.firedoglake.com/common/images/editor/spellchecker.gif')
		;
}

#preview-link {
	display: block;
	float: right;
	cursor: pointer;
	font-size: 79%;
	margin-right: 15px;
}

/*= Sidebar */
#secondary-content {
	width: 348px;
	float: right;
	font-size: .69em;
	background: #FFFFFF;
}

#secondary-content>div.widget {
	clear: left;
}

#login-link {
	display: block;
	float: right;
	padding-left: 10px;
	margin: 9px;
	background: no-repeat url('images/b_login.gif') left center;
}

#login-nav {
	
}

.secondary-advertisement {
	width: 300px;
	margin: 10px auto;
}

.secondary-advertisement-narrow {
	margin: 10px 0 10px 9px;
	float: left;
	width: 160px;
}

a#advertising-information {
	display: block;
	width: 300px;
	height: 40px;
	margin: 10px auto;
	background:
		url('http://static1.firedoglake.com/template/fdl/images/csmads300x40.gif')
		;
}

a#give-a-fig {
	display: block;
	height: 42px;
	background: #663366 no-repeat url('images/banner_giveafig.gif') top
		right;
}

.widget, .boxItem {
	background: #E0F0F1 repeat-x url('images/bg_panel1.jpg') top left;
	border-top: 1px solid #9FA9FE;
	border-bottom: 1px solid #9FA9FE;
}

.widget-title, .boxHdr {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #00284d;
	padding: 6px 9px;
}

.widget-content {
	padding: 6px 9px;
}

#toolkit ul li,#blogroll ul li {
	float: left;
	padding: 4px 0 0;
	width: 47%;
}

#blogroll ul li {
	padding: 2px 5px 2px 0;
	font-family: Arial, sans-serif;
}

#toolkit ul li a {
	display: block;
	min-height: 23px;
	padding-left: 25px;
	padding-top: 11px;
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, sans-serif;
	background-repeat: no-repeat;
}

#register-link {
	background-image: url('images/i_register.gif');
}

#homepage-link {
	background-image: url('images/i_home.gif');
}

#rssfeed-link {
	background-image: url('images/i_rss.gif');
}

#support-link {
	background-image: url('images/i_support.gif');
}

#suggestions-link {
	background-image: url('images/i_suggestions.gif');
}

#about-link {
	background-image: url('images/i_about.gif');
}

#advertise-link {
	background-image: url('images/i_advertise.gif');
}

/*= Footer */
#footer {
	clear: left;
	background: no-repeat url('images/bg_pagefoot.gif') top left;
	float: left;
	width: 100%;
	font-size: .69em;
}

body > #footer {
	width: 977px;
	float: none;
	height: 40px;
	margin: 0 auto;
}

#footer ul {
	float: left;
	margin-top: 8px;
}

#footer ul li {
	float: left;
	padding: 0 8px;
	border-left: 1px solid #666666;
}

#footer ul li.first {
	border: none;
	padding-left: 0px;
}

#footer a {
	color: #666666;
}

.clear {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	height: 0px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/** Digg Stuff **/
.diggit {
	width: 51px;
	height: 52px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #736926;
	background: url(images/shade-news.gif) no-repeat top left;
	text-align: center;
	padding-top: 5px;
	line-height: -1;
	float: right;
}

.diggit b {
	font-size: 160%;
}

html body .diggit br {
	display: none;
}

.diggit>* {
	display: block;
}

.digglink {
	color: #105cb6;
	font-weight: bold;
	margin-top: -6px;
	padding-top: 0px;
	text-decoration: none;
	text-align: center;
	font-family: arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 25px;
	width: 51px;
}

/* HIT Embed */
.hitEmbed_none {
	float: none;
	margin: 10px;
}

.hitEmbed_left {
	float: left;
	margin: 10px;
}

.hitEmbed_right {
	float: right;
	margin: 10px;
}

body > center {
	display: block;
	text-align: center;
	width: 200px;
	margin: 10px auto;
}

/** From the Blogs Widget **/

.scrollTableWrapper {
	position:relative;
	width:288px;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	height:100%;
}
#ftbHolder{

	}
.scrollTable{
	position:relative;
	padding:0;
	margin:0;
	height:100%;
}
.scrollTable td, .scrollTable tr{
		padding:0;
	margin:0;
	}
#FromTheBlogsBody {
	margin:0 0 10px;
	padding:0px 0 0 0;
}
.ftbBack {
	background:url("images/ftbBack.gif");
}
.ftbImage{
	float:right;

}

form#login {
	display: none;
	margin: 3px 0 0;
}

/* Share this form */
#akst_form {
	font-size: 12px;
}
