/* 
Custom Styles
*/

body {
        background: #ffffff;
	color: #33211f;
}

/******************************
* 03 - HEADER 
******************************/

#header #description {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 220%;
	text-shadow: 1px 1px #F7F7F7;
	float: left;
	width: 500px;
}

#wrapper {
	width: 1010px;
}

#content {
	width: 730px;
}

#content.fullwidth  {width: 1010px;border-right: 0;}

#sidebar {
	width: 220px;
}

#rss {	width: 220px;
}

#rss a {
	width: 200px;
}

.commentlist .depth-2, .commentlist .depth-3, .commentlist .depth-4, .commentlist .depth-5  {
	margin: 0 0 20px 20px;
}

#content h3 {
	font-size: 20px;
}

.post #ref {
	margin-top: 30px;
}

.post #ref h4 {
	margin-bottom: 0 !important;
	font-size: 14px;
	line-height: 24px !important;
	letter-spacing: 0;
}

#ref li {
	font-size: 14px;
}

.post .entry pre {
	margin-left: 0;
	padding-left: 15px;
        background: url(http://panicroom.me/web/wp-content/themes/rockstar/images/code-zebra.gif) repeat 0 0; 
}

/*	Uncomment the following to revert to horizontal lines for code samples. */
/*
.post .entry pre {
	border-bottom: 1px solid #d7edf6;
	background: url(http://panicroom.me/web/wp-content/themes/rockstar/images/code-line.gif) repeat 0 0;
}
*/

.post .entry blockquote {
	margin-left: 15px;
	padding-right: 75px;
	text-indent: 24px;
	background: url(http://panicroom.me/web/wp-content/themes/rockstar/images/quote-start-2.gif) no-repeat 1px 3px;
}

.post .entry blockquote,
.post .entry blockquote p {
	margin-bottom: 12px;
	font-size: 14px;
}

.post .entry blockquote .last-word {
	padding-right: 24px;
	background: url(http://panicroom.me/web/wp-content/themes/rockstar/images/quote-end-2.gif) no-repeat 100% 0;
}

.post .entry cite {
	font-size: 14px;
}

/*	Uncomment all of the following to revert to the background color version for quotes. */
/* 
.post .entry blockquote,
.post .entry cite {
	background-color: #f9f5e9;
}

.post .entry blockquote,
.post .entry blockquote p {
	margin-bottom: 0;
}

.post .entry blockquote {
	margin-left: 0;
	padding-top: 15px;
	padding-left: 15px;
}

.post .entry blockquote {
	text-indent: 24px;
	background: #f9f5e9 url(http://panicroom.me/web/wp-content/themes/rockstar/images/quote-start-3.gif) no-repeat 16px 18px;
}

.post .entry blockquote .last-word {
	padding-right: 24px;
	background: transparent url(http://panicroom.me/web/wp-content/themes/rockstar/images/quote-end-3.gif) no-repeat 100% 0;
}

.post .entry blockquote p {
	padding-bottom: 15px;
}

.post .entry cite {
	display: block;
	padding-bottom: 12px;
}
end */

.post .entry cite {
	padding-left: 15px;
}

.post p.meta {
	padding-top: 5px;
}
