/*  
Theme Name: Rockstar
Version: 1.0.0
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
*/

/*--------------------------------------------------------------------------------
00. RESET
--------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/*--------------------------------------------------------------------------------
01. SETUP
--------------------------------------------------------------------------------*/

body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0 0 40px 0;
}

/*--------------------------------------------------------------------------------
02. STRUCTURE
--------------------------------------------------------------------------------*/

#header {
	width: 980px;
	margin: 60px auto 0;
	position: relative;
}

#wrapper {
	width: 920px;
	background: #fff;
	padding: 30px;
	margin: 0 auto;
}

#content {
	width: 560px;
	padding: 0 29px 0 0;
	float: left;
}

#content.fullwidth  {width: 920px;border-right: 0;}

#sidebar {
	width: 300px;
	padding: 0 0 0 30px;
	float: right;
}

/*--------------------------------------------------------------------------------
03. HEADER
--------------------------------------------------------------------------------*/

#header h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 50px;
	line-height: 36px;
	letter-spacing: -3px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	padding-right: 20px;
	text-shadow: 2px 2px #F7F7F7;
}

#header h1 a {
	text-decoration: none;
}

#header h1 a:hover {
}

#header #description {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-shadow: 1px 1px #F7F7F7;
	float: left;
	width: 460px;
}

#header #description a {
	text-decoration: none;
	font-weight: bold;
}

#header #description a:hover {
}

/*--------------------------------------------------------------------------------
04. POSTS
--------------------------------------------------------------------------------*/

#content h3 {
	letter-spacing: -1px;
	font-size: 24px;
	margin: 0 0 30px 0;
	line-height: 24px;
}

.post {
	margin: 0 0 40px 0;
}

.video {
	margin: 10px 0 20px;
}

.post h2 {
	font-size: 28px;
	margin: 0 0 10px 0;
	line-height: 28px;
	text-shadow: 1px 1px #ccc;
}

.post h2 a {
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
}

.post h2 a:hover {
}

.meta {
	font-size: 14px;
	margin: 0 0 15px;
}

.meta a {
	text-decoration: none;
}

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

.post .label {
	margin-right: 2px;
}

.post .label a {
	padding: 5px 7px 3px 7px;
	text-transform: lowercase;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
	font-size: 14px;
}

.post .label a:hover {}

.tags {
	font-size: 16px;
}

.tags a {
	text-decoration: none;
	font-weight: bold;
}

#navigation {
	float: left;
	width: 100%;
}

#navigation a {
	text-shadow: 1px 1px #ccc;
	text-decoration: none;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: -1px;
}

#navigation a:hover {
}

#navigation #next {
	float: left;
	display: inline;
}

#navigation #prev {
	float: right;
	display: inline;
}

/*--------------------------------------------------------------------------------
05. ENTRIES
--------------------------------------------------------------------------------*/

.entry p {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 15px;
}

.entry a {
	text-decoration: none;
}

.entry a:hover, .tags a:hover {
	text-decoration: underline;
}

.post .entry h1, .post .entry h2, .post .entry h3, .post .entry h4, .post .entry h5 {
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 15px !important;
}

.post .entry h1 {
	font-size: 24px;
}

.post .entry h2 {
	font-size: 22px;
}

.post .entry h3 {
	font-size: 20px;
}

.post .entry h4 {
	font-size: 18px;
}

.post .entry h5 {
	font-size: 16px;
}

.post .entry pre {
	margin: 0 0 15px 15px;
}

.post .entry code {
	font-family: Courier, sans-serif !important;
	font-size: 14px;
	line-height: 22px;
}

.post .entry ul, .post .entry ol  {
	margin: 0 0 15px 25px;
	font-size: 16px;
	line-height: 24px;
}

.post .entry ul li {
	list-style: disc;
	line-height: 24px;		
}

.post .entry ol li {
	list-style: decimal;
	line-height: 24px;			
}

.post .entry blockquote {
	background: url(images/ico-quote.jpg) top right no-repeat;
	display: block;
	margin: 0 0 15px 10px;
	font-style: italic;
}

/* Blog Entry Styles - Images */
/*
.wp-caption {
	text-align: center;
	padding: 9px 5px 5px;
	background: #f7f0df;
	border: 1px solid #C7B894;
}
*/
.wp-caption img {
	padding: 0;
	margin: 0 0 5px;
}

.wp-caption-text {
	margin: 10px 0 0;
	padding: 0;
}

.wp-caption .wp-caption-text, .wp-caption .wp-caption-dd {
	font-size:14px !important;
	color: #9B9074;
	text-align: center; 
	margin: 0;
	padding: 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	margin: 0 0 15px 15px;
	display: inline;
	float: right;
	}

.alignleft {
	margin: 0 15px 15px 0;
	display: inline;
	float: left;
	}

img.wp-smiley  {
	padding: 0;
	border: none;
}

/*--------------------------------------------------------------------------------
06. SIDEBAR
--------------------------------------------------------------------------------*/

#rss {	height: 36px;
	width: 300px;
	position: relative;
	margin: 0 0 30px;
}

#rss a {
	width: 280px;
	background: url(images/ico-rss.gif) top right no-repeat;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	float: left;
	position: relative;
	top: 10px;
	left: 10px;
}

#rss a:hover {
}

#tags {
	margin: 0 0 30px;
	font-size: 18px;
	line-height: 24px;
}

#tags a {
	text-decoration: none;
	font-size: 18px !important;	
}

#search {
	margin: 0 0 30px;
}

#search #s {
	border: 1px solid #33211f;
	background: #fcf5f3;
	color: #33211f;
	font-size: 14px;
	line-height: 20px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 8px 5px 5px;
	width: 190px;
	float: left;
	display: inline;
}

#search .search_btn {
	border: none;
	background: none;
	color: #33211f;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	width: 95px;
	margin: 0;
	padding: 0;
	float: left;
}

.widget {
	margin: 0 0 30px;
}

.widget h3 {
	color: #33211f;
	text-shadow: 1px 1px #ccc;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 5px;
}

.widget ul {
	font-size: 14px;
	line-height: 24px;
}

.widget li {
	color: #7c6563;
}

.widget_categories li, .widget_archive li, .widget_links li {
	width: 50%;
	float: left;
	display: inline;
}

.widget_pages li li {
	padding: 0 0 0 5px;
}

.widget li a {
	color: #33211f;
	text-decoration: none;
}

.widget li a:hover {
	text-decoration: underline;
}

.widget_text {
	font-size: 14px;
	line-height: 20px;
}

#twitter {
	background: url(images/ico-twitter.jpg) top right no-repeat;
	display: block;
}

#twitter li {
	width: 100%;
	font-size: 16px !important;
	margin-bottom: 15px;	
}

#twitter ul li a {
	text-decoration: none;
	font-weight: bold;
}

#twitter ul li a:hover {
}

#flickr .flickr_badge_image  { margin: 4px 7px;	float: left; }
#flickr .flickr_badge_image a  { display: block; }

.widget_tag_cloud {
	font-size: 16px;
}

.widget_tag_cloud a {
	text-decoration: none;
	font-weight: bold;
}

#ads img  { margin: 0 18px 15px 0; }

/*--------------------------------------------------------------------------------
07. COMMENTS
--------------------------------------------------------------------------------*/

#comments .title {
	margin: 0 0 1px 0 !Important;
}

.commentlist .comment {
	display: block;
	margin: 0 0 30px;
}

.commentlist .comment-author {
	font-size: 22px;
	letter-spacing: -1px;
	margin: 0 0 10px;
	color: #33211f;
}

.commentlist .comment-author cite {
	font-weight: bold;
}

.commentlist .comment-author a {
	text-decoration: none;
	color: #33211f;
	font-weight: bold;
}

.commentlist .comment-author a:hover {
	text-decoration: underline;
}

.commentlist .comment-meta {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 15px 0;
}

.commentlist .comment-meta a {
	text-decoration: none;
}

.commentlist .comment-meta a:hover {
	text-decoration: underline;
}

.commentlist .avatar {
	float: right;
}

.commentlist p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 15px;
}

.commentlist p a {
	text-decoration: none;
}

.commentlist p a:hover {
	text-decoration: underline;
}

.commentlist blockquote {
	background: url(images/ico-quote.jpg) top right no-repeat;
	display: block;
	margin: 0 0 15px 10px;
	font-style: italic;}

.commentlist .reply {
	display: block;
}

.commentlist .reply a {
	line-height: 14px;
	text-decoration: none;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;	
}

.commentlist .reply a:hover {
	text-decoration: underline;
	color: #33211f;
}

#commentform p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0 0 10px 0;
}

#commentform p a {
	text-decoration: none;
}

#commentform p a:hover {
	text-decoration: underline;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	padding: 5px;
	margin: 0 0 10px;
	border: 1px solid #33211f;
	font-size: 16px;
	line-height: 24px;
	font-family: Helvetica, Arial, sans-serif;	
	background: #fcf5f3;
}
/*
#commentform #submit
 {
	padding: 0;
	text-transform: uppercase;
	border: none;
	background: none;
	color: #33211f;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	font-family: Helvetica, Arial, sans-serif;	
	border: none;	
}
*/
#commentform label {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0 0 0 15px;
}

#commentform .comm_count {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

#commentform .comm_count {
	float: left;
	width: 452px;
	padding: 0 0 10px 0;
}

#commentform .comm_count span {
	float: right;
	display: inline;
}

#commentform .comm_count span input {
	border: none !important;
	background: none !important;
	font-size: 18px;
	font-weight: bold;
	padding: 0 !important;
	margin: 0 !important;
}

/* Comments - Thread */

.commentlist .depth-2, .commentlist .depth-3, .commentlist .depth-4, .commentlist .depth-5  {
	margin: 0 0 30px 30px;
}

.commentlist .children {
	margin: 30px 0 0;
}


/*--------------------------------------------------------------------------------
08. ARCHIVES PAGE
--------------------------------------------------------------------------------*/

#archives {
	padding: 10px 0 0;
}

#archives a {
}

h4.archive_year {
}

#archives .archives_list {
	border-left:4px solid #C7B894;
	list-style: none !important;
	list-style-image:none !important;
	list-style-position:outside !important;
	list-style-type:none !important;
	margin: 0 0 15px 15px !important;
}

#archives .archives_list li {
	background:transparent url(images/archives.jpg) no-repeat scroll 0 2px;
	clear:left;
	padding-left:24px;
	font-size: 12px !important;
	list-style: none !important;
}

#archives .archives_list .date {
	color: #C7B894;
	width: 100px !important;
	font-style: italic;
	display: inline-block;
}

/*--------------------------------------------------------------------------------
09. MISC
--------------------------------------------------------------------------------*/

.fix {
	clear: both;
}

/*---begenote_style---*/

.post h2 {
	font-size: 2.05em;
	line-height: 1;
	text-shadow: none;
}

.post h2 a {
	color: #333333 !important;
	font-weight: normal;
	letter-spacing: normal;
}

.post h2 a:hover {
	text-decoration: underline;
}

.entry p {
	line-height: 22px;
}

.meta {
	font-size: 11px;
}

.entry a {
	text-decoration: underline;
}

.entry a:hover {
	text-decoration: none;
}

.tags {
	font-size: 11px;
}

.tags a {
	font-weight: normal;
	text-decoration: none;
}

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

.post .label a {
	font-size: 24px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
}

.post .label a:hover {
	background: #C6422B !important;
	text-decoration: underline;
}

.label {
	margin-bottom: 5px;
	display: block;
}

.edit a {
	color: #FF0000 !important;
}

.edit {
	margin-left: 10px;
}

.label .separator {
	font-size: 24px;
	color: #FFFFFF;
	background-color: #C6422B;
	padding: 5px 7px 3px 0;
}

pre {
	font-family: "Courier New";
	font-size: 11px;
	line-height: 15px;
	/*border-left: 2px solid #DEDEDE;*/
	padding-left: 18px;
	/*overflow: auto;*/
	margin-right: 15px !important;	
}

blockquote {
	font-style: normal !important;
	/*color: #7C6563 !important;*/
	color: #33211F !important;
	margin-left: 15px !important;
	background: none !important;
	border-left: 3px solid #C6422B;
	padding-left: 15px;
}

.commentlist p {
	font-size: 13px;
	line-height: 17px;
}

.commentlist .comment-meta {
	font-size: 11px;
}
/*
.entry a:visited {
	text-decoration: line-through;
}
*/
.entry a:visited:hover {
	text-decoration: none;
}

a:visited.more-link {
	text-decoration: underline;
}

a:hover.more-link {
	text-decoration: none;
}

.entry a[href^="http:"][target="_blank"] {
	background: url(images/externallink.png) no-repeat right top;
	padding-right: 10px;
}

.entry a[href^="http://www.begenote.local"], a[href^="http://begenote.local"] {
	background-image: none;
	padding-right: 0;
}

#content .entry h3 {
	font-size: 26px;
	font-weight: normal;
	letter-spacing: normal;
	/*color: #717A45;*/
	/*color: #C89A2B;*/
	border-bottom: 2px solid;
	padding-bottom: 5px;
	color: #333333;
	line-height: 30px;
}

.post .entry h4 {
	color: #999999;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: normal;
}

.post .entry ul, .post .entry ol {
	margin-left: 35px;
}

.entry img {
	border:1px solid #BBBBBB;
	padding:4px;
}

.entry .alignnone img a[href^="http:"][target="_blank"] {
	background: none;
	padding: 0;
}

.bnote, .bnote p {
	font-size: 11px;
	color: #9B9074;
}

.bnote {
	margin-top: -5px;
	margin-bottom: 35px;
	line-height: 16px;
}

#comments_wrap h3 {
	margin-bottom: 10px;
	/*display: inline;*/
}

.commentlist .comment {
	margin: 0;
}

.commentlist .avatar {
	float: left;
	border: 1px solid #BBBBBB !important;
	padding: 1px !important;
	margin-right: 15px;
}

.commentlist .comment-author {
	margin: 0;
}

.commentlist .comment-author cite {
	font-size: 20px;
	font-weight: normal;
}

.commentlist .comment-author cite a {
	font-size: 20px;
	font-weight: normal;
}

.commentlist .reply a {
	font-weight: normal;
	font-size: 13px;
}

.commentlist .comment-meta {
	color: #000000 !important;
	margin: 0;
	padding: 5px;
}

.commentlist p {
	line-height: 20px;
	padding: 0;
	margin-bottom: 10px;
}

.comment-counter {
	float: right;
	font-size: 2.5em;
	color: #F0F0F0;
}

.copyright li {
	display: inline;
}

.copyright {
	font-size: 11px;
	text-align: right;
	width: 980px;
	margin: 0 auto;
	margin-top: 30px;
	color: #717A45;
}

.copyright a {
	color: #5A5432;
}

.copyright a:hover {
	text-decoration: none;
}

.copyright ul {
	margin-top: 5px;
}

body {
	background: #B5A981 url(images/bg.png) top right no-repeat !important;
}
/*
#sidebar h3 {
	display: none;
}
*/
.widget_categories li {
	font-size: 24px;
	line-height: 34px;
	width: 100%;
}

.widget_categories li a {
	text-decoration: underline;
}

.widget_categories li a:hover {
	text-decoration: none;
}

.widget_tag_cloud a {
	font-weight: normal;
}

.alignleft {
	border: 1px solid #BBBBBB;
	padding: 4px;
}

#header {
	margin-top: 30px
}

#header h1 {
	margin-bottom: 20px;
}

#header h1 a {
	background: url(images/logo.png) no-repeat left top;
	width: 277px;
	height: 68px;
	display: block;
}

#header h1 a:hover {
	background-position: right top;
}

.comment-text code {
	font-family: "Courier New";
	font-size: 11px;
	line-height: 15px;
	padding-left: 18px;
}

#comment .comment-text p cite, blockquote {
	border-left: 3px solid #C6422B;
	margin-left: 15px;
	padding-left: 15px;
	display: block;
}

.comment-metadata {
	padding: 8px 0;
	margin-bottom: 10px;
}

#comment {
	padding: 25px;
	padding-bottom:35px;
}

.children #comment {
	margin-left: 38px;
}

.children .children .cline {
	padding-left: 38px;
}

.commentlist .children {
	margin-top: 0;
}

.commentlist .reply {
	text-align: right;
}

.reply a {
	font-size: 13px;
	color: #E27123 !important;
	text-decoration: none;
	float: right;
}

.reply a:hover {
	text-decoration: none !important;
}

li.bypostauthor .cline {
	background: #FFFAE0;
}

.cline {
	border-bottom: 1px solid #F5F4F4;
}

/* comment form */

.warning {
	font-size: 11px;
	color: #FF0000;
	text-align: center;
	padding: 15px 0 20px 0;
}

#commentform #submit {
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
	width: 150px;
}

#respond {
	margin-top: 20px;
	/*margin-left: 20px;*/
	margin-bottom: 20px;
	/*padding: 30px;*/
	/*width: 460px;*/
}
/*
.commentlist #respond {
	background: #EFEFEF;
}
*/
#respond h3 {
	border-bottom: 2px solid #000000;
	padding-bottom: 5px;
	color: #000000 !important;
	margin-bottom: 10px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #FFFFFF;
	border: 2px solid #9B9074;
	font-size: 13px;
	line-height: 20px;
	color: #666666;
}

#respond .rules {
	font-size: 11px;
	line-height: 17px;
	margin-bottom: 30px;
}

#author {
	float: left;
	width: 210px;
}

#email {
	float: right;
	width: 210px;
}

#url {
	width: 448px;
}

#commentform label {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	color: #000000;
	letter-spacing: normal;
	margin: 0;
}

.authorfield {
	float: left;
}

.emailfield {
	float: right;
}

.authorfield, .emailfield {
	margin-bottom: 14px;
}

.authorfield #author, .emailfield #email {
	width: 259px;
	margin-bottom: 0 !important;
}

/*
.emailfield p, .authorfield p {
	margin-bottom: 0 !important;
	font-weight: bold;
}
*/

/*
.red {
	color: #FF0000;
}
*/

.urlfield #url {
	width: 546px;
	margin-bottom: 14px !important;
}

#commentform .edit a {
	font-size: 11px;
}

.cline .edit a {
	color: #FFFFFF !important;
}

.cline:hover .edit a {
	color: #FF0000 !important;
}

li.bypostauthor .cline .edit a {
	color: #FFFAE0 !important;
}

li.bypostauthor .cline:hover .edit a {
	color: #FF0000 !important;
}

.cancel-comment-reply {
	margin-left: 20px;
}

.commentfeed {
	margin-top: -26px;
	float: right;
}

.commentfeed a {
	color: #E27123;
	font-size: 11px;
	text-decoration: none;
	background: url(images/feed.png) no-repeat left top;
	padding: 1px 0 1px 20px;
}

.commentlist {
	margin-top: 15px;
}

.recentcomments {
	font-size: 13px;
	line-height: 16px;
}

.recentcomments a {
	color: #717A45;
}

.recentcomments a:hover {
	text-decoration: none;
}

.recentcomments .rlink {
	margin-left: 40px;
}

.recentcomments p {
	font-size: 11px;
	color: #333333;
}

#sidebar .recentcomments li {
	list-style-type: none;
	margin-bottom: 10px;
	border-bottom: 1px solid #F5F4F4;
	padding-bottom: 10px;
}

#sidebar .recentcomments .avatar {
	float: left;
	border: 1px solid #BBBBBB !important;
	padding: 1px !important;
	margin-right: 5px;
	margin-top: 3px;
}

#sidebar .limittext {
	padding-top: 5px;
}

.wp-pagenavi {
	text-align: center;
	display: inline;
}

.wp-pagenavi .current {
	background: #C6422B;
	color: #FFFFFF;
	padding: 4px 7px;
	margin: 0 5px;
}

.wp-pagenavi a {
	color: #000000;
	margin: 0 5px;
}

.wp-pagenavi a:hover {
	color: #C6422B;
}

#navigation {
	text-align: center;
	margin-bottom: 10px;
}

#navigation a {
	font-size: 16px;
	letter-spacing: normal;
	font-weight: normal;
	text-shadow: none;
	text-decoration: underline;
}

#navigation a:hover {
	color: #C6422B !important;
	text-decoration: none;
}

#navigation #prev {
	float: none;
}

#navigation #next {
	float: none;
}

#alert {
	font-size: 11px;
	color: #FF0000;
	text-align: center;
	position: absolute;
	margin-top: -23px;
}

/*
timeline
*/

#archives .archives_list .date {
	font-style: normal;
	font-size: 11px;
}

#archives .archives_list a {
	color: #C89A2B !important;
}

#archives .archives_list p {
	font-size: 16px;
	margin-top: -5px;
}

#archives .archives_list .comments_number {
	color: #333333;
}

.recent_comments_title {
	color: #5A5432;
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 35px;
}

.widget_categories h3 {
	color: #5A5432;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: normal;
	margin: 0 0 15px;
	text-shadow: none; 
}

.feedburner {
	float: right; 
}

.widget_text {
	margin-bottom: 20px !important;
}

.note {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 15px;
	padding: 15px;
	/*background: #FFF1A8;*/
	background: #EFEFEF;
}

.entry .note a {
	background: none !important;
	padding-right: 0 !important;
	color: #336699;
	text-decoration: none;
}

.entry .note a:hover {
	text-decoration: underline;
}

.post .entry .note p {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}

.entry .note ul, .entry .note ol {
	font-size:12px;
	margin-bottom:10px;
	margin-top:10px;
}

.entry .note ol li {
	list-style-type: decimal-leading-zero;
	line-height: 20px;
}

.commentlist .comment-meta .comment-link a {
	text-decoration: underline;
	color: #C89A2B;
}

.comment-link {
	margin-left: 10px;
}

.commentlist p a {
	text-decoration: underline;
}

.commentlist p a:hover {
	text-decoration: none !important;
}

#content .entry .sitemap h3 {
	font-size: 24px;
	border-bottom: none;
	padding-bottom: 0;
}

.rtw {
	margin-top:-3px;
	float: right;
}

.rtw a {
	color: #fff;
	display: none;
}

/* ПРИМЕЧАНИЕ: Некоторые свойства удалять, т.к. они заранее определятся механизмом каскадности */
.code {
    line-height: 16px;
}

.code table td {
    border: 0;
    padding: 5px;
}

.code table {
    font-style: normal !important; /* Временное свойство, отменяет общий стиль для таблиц */
    margin: 0;
}

.code .numbers {
    font-size: 10px;
    color: #555;
    text-align: right;
    padding-right: 10px;
}

.code .line {
    font-size: 11px;
    color: #333;
}

.code td.numbers pre {
    margin-top: 1px;
    width: 25px;
}
