/* General */
html { }

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 1.6;
	color: #000000;
}

a {
	color: #0044CC;
	text-decoration: underline;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

a.amazon {
	background:url("/img/link_amazon.gif") center right no-repeat; 
	padding-right: 18px; 
	margin-left:2px; 
}

a.twitter {
	background:url("/img/link_twitter.png") center left no-repeat; 
	padding-left: 18px; 
	margin-right:2px; 
}

a.more-link {
	font-weight: bold;
}

img {
	border: 0;
}

blockquote {
	margin:0 0 0 15px;
	padding: 0 0 0 15px;
	border-left: 5px solid #999999;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

.meta-sep {
	color: #333333;
	margin: 0 5px;
}

.separator {
	color: #333333;
	margin: 0 5px;
}

.hidden {
	display: none;
}

/* Architecture */
#wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 0 10px;
}

#header {
	margin: 0;
	padding-top: 20px;
}

#container {
	float: left;
	width: 100%;
}

#content {
	margin: 40px 240px 30px 0;
}

#sidebar {
	margin: 40px 0 30px -210px;
	width: 200px;
	float: left;
	overflow: hidden;
}

#footer {
	clear: left;
	width: 100%;
	padding: 10px 0;
	margin-top: 10px;
	border-top: 1px solid #333333;
}

#access {
	overflow: hidden;
	width: 760px;
}

#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}

#menu ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: left;
	padding: 15px 20px 15px 0;
}

#blog-title {
	font-size: 30px;
	line-height: 1.0;
	font-weight: normal;
	margin-bottom: 5px;
}

#blog-title a {
	color: #000000;
	text-decoration: none;
}

#blog-description {
	color: #666666;
}

#rss-icon {
	float: right;
}

/* Content */
.post {
	margin-bottom: 50px;
}

.page-title,
.entry-title {
	font-weight: bold;
	font-size: 135%;
	border-left: 5px solid #666666;
	padding-left: 10px;
	margin-bottom: 5px;
}

.page-title a,
.entry-title a{
	text-decoration: none;
	color: #000000;
}

.page-title a:hover,
.entry-title a:hover{
	text-decoration: none;
	color: #000000;
}

.entry-category {
	font-weight: normal;
	margin-right:10px;
}

.entry-meta {
	color: #333333;
	font-size: 90%;
	margin: 10px 0 5px 0;
	clear: both;
}

.entry-meta span {
	color: #000000;
	margin: 0 5px;
}

.entry-footer {
	color: #000000;
	font-size: 90%;
	border-bottom: 1px solid #000000;
	padding: 5px 0;
}

.entry-footer span {
	color: #000000;
	margin: 0 5px;
}

.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #fafafa url(images/rss.gif) no-repeat top left;
	background-position: 6px 6px;
}

.entry-content {
	margin-top: 15px;
}

.entry-content p {
	line-height: 1.6;
	margin-bottom: 10px;
}

.entry-content h2 {
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 25px;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content ul, .entry-content ol {
	margin-left: 30px;
	margin-bottom: 10px;
}
.entry-content ul ul {
	margin: 10px 0 10px 25px;
}

.entry-content ul li, .entry-content ol li {
	line-height: 1.6;
	margin-bottom: 5px;
}

/* Sidebar */


/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar h2, #sidebar h3 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
	padding: 0 2px 0 5px;
	border-left: 3px solid #666666;
}

#sidebar a {
	text-decoration: none;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	font-size: 95%;
	margin-bottom: 20px;
}

#sidebar ul li ul, #sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li ul li {
	padding: 4px 2px 4px 0px;
	font-size: 95%;
	margin: 0;
	border-bottom: 1px solid #cccccc;
}

#sidebar ul li ul li ul li {
	padding: 4px 0 0 0px;
	font-size: 95%;
	margin: 0;
	border-bottom: none;
}

/* End: QBKL Styles */

#rss-links ul li {
	background: url(images/rss.gif) no-repeat top left;
	padding-left: 22px;
	background-position: 1px 4px;
}

.textwidget p {
	font-size: 95%;
	margin-bottom: 10px;
}

.textwidget a {
	text-decoration: underline;
}

.widget_tag_cloud a {
	text-transform: lowercase;	
}

#wp-calendar caption {
	padding: 5px 0;
	background: #FAFAFA;
	margin-bottom: 5px;	
}

#wp-calendar td {
	padding: 4px 6px;
	color: #999999;
}

#wp-calendar td a {
	font-weight: bold;
}

#wp-calendar #next {
	text-align: right;
}

/* Comments */
.comments {
	margin-top: 30px;
}

.comments h3 {
	color: #333333;
	font-weight: normal;
	margin-bottom: 10px;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	margin-top: 2px;
}

.comment-author {
	font-weight: bold;
}

.comment-meta {
	color: #333333;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#respond h3 {
	color: #333333;
	font-weight: normal;
}
	
.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}

#comment-notes {
	margin-bottom: 10px;
}

.form-label {
	margin-bottom: 2px;
}

.form-input, .form-textarea {
	margin-bottom: 10px;
}

.form-input input, .form-textarea textarea {
	padding: 5px;
	border: 1px solid #000000;
	background: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.form-textarea input {
	width: 280px;
}

.form-textarea textarea {
	width: 350px;
}

.form-input input:hover {
	background-color: #ffffff;
}

.form-submit input {
	padding: 2px 5px;
}

/* hreview */
.hreview .reviewer{
	display: none;
}

/* fw:jazz hreview */
#fwjazz .hreview {
	margin: 0 0 20px 0;
}

#fwjazz .hreview .photo {
	float: left; 
	width: 120px; 
	height: 120px; 
}

#fwjazz .hreview .author, 
#fwjazz .hreview .rating, 
#fwjazz .hreview .reviewer {
	display: none;
}


.alignright {
	float: right; 
	margin: 0 0 15px 15px;
}

.alignleft {
	float: left; 
	margin: 0 15px 15px 0; 
}

.screen-reader-text {
	display: none
}
