@charset "utf-8";
/*  
Theme Name: Twilight 2.0.1
Theme URI: http://www.farfromfearless.com/
Description: This theme is inspired by Stephanie Meyer's Twilight series (Book Covers).
Version: 2.0
Author: Chris Murphy
Author URI: http://www.farfromfearless.com/

	Twilight v2.0.1
	 http://www.farfromfearless.com/

	This theme was designed and built by Chris Murphy,
	whose blog you will find at http://www.farfromfearless.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Global Styles
---------------------------------------------------------- */

body {
	margin: 0; padding: 0;
	background: #151011 url("includes/images/nav_tile.png") repeat-x left top;
	font-family: 'Georgia', Times, Serif;
	color: #2c2625;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #D63B00;
}

/* Generic formatting classes
---------------------------------------------------------- */
.ostar {
	color: #D63B00;
	font-weight: bold;
}

/* Links with images */
.imagelink {
	margin: 0; padding: 0;
	border: none;
	background: none;
	text-decoration: none;
	color: #39444d;
}

.imagelink:hover {
	background: none;
}

/* Page Titles */
.page-title {
	margin: 0 0 20px 0;
	font-size: 2.1em;
	line-height: 1.25em;
}

/* Base Class */
.listing {
	list-style:none;
	margin: 0; padding: 0;
	position: relative;
}

.listing li {
	list-style:none;
	margin: 0; padding: 0;
}

.listing li a {
	display: block;
}

/* Basic */
.listing.basic {
	margin: 0; padding: 0;
}

.listing.basic li {
	/* defined at ".listing li" */
	float: left;
}

.listing.basic li a {
	margin: 0; padding: 0;
}
.listing.basic li a:hover {
}

/* Layout - generic classes
---------------------------------------------------------- */
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	visibility: hidden;
	margin: 0;
}

.container {
	display: block;
	width: 100%;
	margin: auto;
}

.block {
	display: block;
	width: 922px;
	margin: auto;
}

.left {
	display: inline; float: left;
}

.right {
	display: inline; float: right;
}

.column {
	display: inline;
}

/* Layout - Wrapper
---------------------------------------------------------- */
#wrapper {
	background: url( "includes/images/content_tile.png" ) repeat-y top left;
	height: auto;
	position: relative;
}

#wrapper #content {
	background: url( "includes/images/content_bottom.png" ) no-repeat bottom left;
	min-height: 200px;
	width: 640px;
	clear: both;
}

#wrapper #content-body {
	background: url( "includes/images/content_top_twilight.png" ) no-repeat top left;
	padding: 50px 50px 80px 50px;
	min-height: 150px;
}

#wrapper #content-body.twilight {
	background: url( "includes/images/content_top_twilight.png" ) no-repeat top left;
}

#wrapper #content-body.eclipse {
	background: url( "includes/images/content_top_eclipse.png" ) no-repeat top left;
}

#wrapper #content-body.newmoon {
	background: url( "includes/images/content_top_newmoon.png" ) no-repeat top left;
}

#wrapper #lower-content {
	padding: 40px 0 0 0;
	width: 640px;
	background-color: #151011;
	color: #F5E3C5;
	clear: both;
}

/* Layout - Header
---------------------------------------------------------- */
#header {
	margin-bottom: 20px;
	height: 120px;
	color: #86706D;
	position: relative;
}
#logo {
	position: absolute;
	z-index: 0;
	bottom: 0; left: 20px;
	
	margin: 0;
	font-size: 2.17em;
	line-height: 1em;
	color: #D63B00;
}

#logo a {
	color: #D63B00;
}

#logo span.subtitle {
	background: url( "includes/images/title_divider.png" ) no-repeat 10px 15px;
	font-size: .56em;
	padding: 70px 0 20px 20px;
	color: #EEE5C6;
}

/* Layout - Brand
---------------------------------------------------------- */
#wrapper #brand {
	position: absolute;
	z-index: 0;
}

#wrapper #brand.twilight {
	width: 264px; height: 271px;
	left: 490px; top: -140px;
	background: url( "includes/images/header_twilight.png" ) no-repeat left top;
	text-indent: -9999;
}

#wrapper #brand.eclipse {
	position: absolute;
	width: 468px; height: 344px;
	left: 315px; top: -140px;
	background: url( "includes/images/header_eclipse.png" ) no-repeat left top;
}

#wrapper #brand.newmoon {
	position: absolute;
	width: 312px; height: 271px;
	left: 499px; top: -140px;
	background: url( "includes/images/header_newmoon.png" ) no-repeat left top;
}


/* Layout - Navigation - Main
---------------------------------------------------------- */
#main-nav {
	position: absolute;
	z-index: 1;
	top: 0; left: 20px;
	color: #86706D;
}

#main-nav li {
	font-size: 0.83em;
}

#main-nav li a {
	padding: 12px 10px 8px 10px;
	color: #EEE5C6;
}

#main-nav li.page_item.current_page_item {
	background: url("includes/images/nav_current_left.png") no-repeat left 9px;
	padding-left: 22px;
	font-style: italic;
	font-weight: bold;
	color: #D63B00;
}

#main-nav li.page_item.current_page_item a {
	color: #D63B00;
}


/* Layout - Navigation - Footer
---------------------------------------------------------- */
#footer-container {
	/* border-top: 1px solid #2c2625; */
	background: url( "includes/images/footer_tile.png" ) repeat-x top left;
}

#footer p {
	padding: 10px 0 5px 0;
	font-size: .83em;
	color: #86706D;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer-nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 620px;
	min-height: 20px;
	padding: 20px 10px 0 10px;
	font-size: .83em;
	color: #86706D;
	clear: both;
}

#footer-nav li {
	padding: 0;
}

#footer-nav li a {
	padding: 0 5px 0 5px;
}

#footer-nav li a.last {
	border: none;
	padding-right: 0;
}

#footer p#disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 620px;
	margin: 0; padding: 20px 0 50px 10px;
	font-size: .83em;
	line-height: 1.67em;
}

/* Предпросмотр комментариев
---------------------------------------------------------- */
#jcpToolbar {
	height: 23px;
	padding: 5px 0;
	background: #EEE url(toolbar.gif) repeat-x;
	border: solid #D6D3D3;
	border-width: 1px 1px 0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius: 6px 6px 0 0;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
#previewTab {
	float: right;
	display: inline;
	height: 21px;
	margin: 0 5px 0 0;
	padding: 0 6px;
	font: 12px/20px Verdana, Arial, sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #F6F5F5 url(toolbar.gif) 0 -37px repeat-x;
  border: 1px solid #C3C3C3;
	cursor: pointer;
color: #00F;
}
#jQueryCommentPreview {
	
	
}
#jQueryCommentPreview .avatar {
	float: left;
	margin: 4px 10px 0 0;
}

/* HTML editor
-----------------------------------------------------------------------------*/
#htmlEditor {
	padding: 0 0 0 5px;
}
#htmlEditor a {
	float: left;
	overflow: visible;
	min-width: 12px;
	height: 21px;
	margin-right: 3px;
	padding: 0 6px;
	background: #F6F5F5 url(toolbar.gif) 0 -37px repeat-x;
  border: 1px solid #C3C3C3;
	color: #464646;
	font: 12px/20px Verdana, Arial, sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  text-align: center;
	cursor: pointer;
  text-decoration: none;
	outline: none;
}
a#ed_strong {
	font-weight: bold;
}
a#ed_em {
	font-style: italic;
}
a#ed_a {
	color: #00F;
  text-decoration: underline;
}
#htmlEditor a:hover,
#previewTab:hover {
	border-color: #AAA;
	background: #DDD;
}
#htmlEditor a:active,
#previewTab:active {
	position: relative;
	top: 1px;
	left: 1px;
}
#htmlEditor a b {
	display: none;
}
a#jcpSmiles {
	float: left;
	position: relative;
	padding: 0 1px;
}
a#jcpSmiles:active {
	top: 0;
	left: 0;
}
#jcpSmiles span {
	display: none;
	position: absolute;
	bottom: -1px;
	left: -1px;
	z-index: 1000;
	width: 105px;
	background: #F6F5F5;
  border: 1px solid #C3C3C3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#jcpSmiles:hover span {
	display: block;
}
#jcpSmiles img {
	float: left;
	padding: 3px;
}
.my p {
width: 100% !important;
}
