/* architecture */
html { }

body {
	background: #dadada;
	font-family: verdana, geneva, arial, elvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#wrapper {
	width: 800px;
	margin: 10px auto;
	background: #ffffff;
	padding: 20px 20px 0px 20px;
}

#header {
	height: 100px;
}

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

#content {
	margin: 20px 180px 20px 0px;
}

#sidebar {
	margin: 20px 0 20px -140px;
	width: 140px;
	float: left;
	overflow: hidden;
}

#footer {
	clear: left;
	padding: 10px 0;
	border-top: 2px solid #FF0F0F;	
}


/* general */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #FF0F0F;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

img {
	border: 0;
}

img.alignright {
	float:right; 
	margin:0 0 3px 10px;
	display: inline;
}

img.alignleft {
	float:left; 
	margin:0 10px 3px 0;
	padding: 0px;
	display: inline;
}
	
img.aligncenter {
	display: block; 
		margin-left: auto; 
		margin-right: auto
}
		
a img.alignright {
	float:right; 
	margin:0 0 1em 1em
}	

a img.alignleft {
	float:left; 
	margin:0 1em 1em 0
}

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

p img { 
	padding: 0; 
	max-width: 100%;
}


.separator {
	color: #cccccc;
	margin: 0 5px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

#def {
	padding: 40px 0;
	font-weight: bold;
	}

.meta-sep {
	color: #cccccc;
	margin: 0 5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

.social_news
{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: right;
}

#nav {
	overflow: hidden;
	background: #666666;
	color: #ffffff;
	width: 800px;
	font-size: 1.2em;
	font-weight: bold;
}

#nav-left {
	width: auto;
	float: left;
}

#nav-left a {
	text-decoration: none;
	color: #ffffff;
	margin: 0px;
	padding: 5px 5px;
}

#nav-left a:hover {
	background: #FF0F0F;
	text-decoration: none;
	}

#nav-right {
	width: auto;
	float: right;
	text-decoration: none;
	text-align: right;
	margin: 0px;
	padding: 5px 10px 0px 0px;
}

#footer {
	overflow: hidden;
	background: #ffffff;
	color: #666666;
	width: 800px;
	font-size: 0.8em;
}

#footer a {
	background: #ffffff;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	}

#footer a:hover {
	color: #666666;
	text-decoration: none;
}

#footer-left {
	width: auto;
	float: left;
}

#footer-left a {
	text-decoration: none;
	margin: 0px;
	padding: 5px 0;
}

#footer-left a:hover {
	text-decoration: none;
	}

#footer-right {
	width: auto;
	float: right;
	text-decoration: none;
	text-align: right;
	margin: 0px;
	}


#menu ul {
	display: inline; /* added to fix the double margin in ie6 */
	list-style: none;
	float: left;
}

#menu ul li {
	display: inline; /* added to fix the double margin in ie6 */
	float: left;
	margin-left: 0px;
	padding: 5px;
}

#blog-title {
	font-size: 250%;
	font-weight: normal;
	margin: 40px 0 0 20px;
}

#blog-title a {
	color: #333333;
}

#blog-description {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 20px;
}

/* content */
.page-title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 160%;
	color: #0F87FF;
}

.post {
	margin-bottom: 50px;
}

.entry-title {
	width: 450px;
	font-weight: normal;
	font-size: 160%;
}

.entry-comments {
	float: right;
}

.entry-title a {
	color: #0F87FF;
}

.more-link {
	display: block;
	margin: 10px 0 0 0;
}

.entry-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.entry-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #ffffff;
}

.entry-comments a:hover {
	color: #ffffff;
}

.entry-meta {
	color: #666666;
	font-size: 90%;
	margin-top: 10px;
}

.entry-categ {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #efefef;
	padding-bottom: 5px;
}

.entry-footer {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #efefef;	
	padding: 5px 0;
}

.entry-footer span {
	color: #cccccc;
	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.5;
	margin-bottom: 10px;
}

.entry-content h2 {
	font-size: 160%;
	margin-bottom: 5px;
	margin-top: 25px;
}

.entry-content h3 {
	font-size: 130%;
	margin-bottom: 5px;
	margin-top: 25px;
}

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

.entry-content ul, .entry-content ol {
	margin-left: 30px;
	margin-bottom: 10px;
}

.entry-content ul li, .entry-content ol li {
	line-height: 1.3;
	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;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 0 2px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	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 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: 1px solid #efefef;
}

#sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	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 {
	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 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #333333;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	background: #ffffff;
	margin-top: 2px;
}

.comments ol li.alt {
	background: #fafafa;
}

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

.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#respond h3 {
	color: #333333;
}
	
.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;
	background: #fafafa;
	border: 1px solid #cccccc;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.form-textarea input {
	width: 280px;
}

.form-textarea textarea {
	width: 350px;
}

.form-input input:hover {
	background-color: #ffffff;
}

.form-submit input {
	padding: 2px 5px;
}