/* Architecture */
html { }

body {
	background: #00000;
	font-family:"Trebuchet MS",Verdana,Tahoma,sans-serif;
	font-size: 12px;
	color:#333333;
}
	
#wrapper {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background: #FFFFFF;
}

#header {
	height: 100px;
}
#blurb {
background:transparent url(./images/blurb2.gif) no-repeat scroll 0 0;
clear:both;
display:block;
height:101px;
margin-left:auto;
margin-right:auto;
margin-top:55px;
width:690px;
	text-indent: 0.999pt;
}
#tagblog {
background:transparent url(./images/tagblog.gif) no-repeat scroll 0 0;
clear:both;
display:block;
height:101px;
margin-left:auto;
margin-right:auto;
margin-top:55px;
width:690px;
}
#logo {
background:transparent url(./images/logo.jpg) no-repeat scroll 0 0;
display:block;
float:left;
height:61px;
margin-bottom:15px;
margin-top:35px;
width:187px;
}
.hr {
background:transparent url(./images/hr.gif) repeat-x scroll 0%;
clear:both;
height:1px;
width:100%;
}
.hr2 {
border-top:1px solid #999999;
clear:both;
height:1px;
margin-bottom:10px;
margin-top:55px;
width:100%;
}
.hr3 {
background:transparent url(./images/hr.gif) repeat-x scroll center bottom;
clear:both;
height:1px;
margin-bottom:20px;
padding-top:30px;
width:100%;
}

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

#content {
	margin: 20px 240px 30px 20px;
}

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

#footer {
	clear: left;
	width: 100%;
	padding: 10px;
}

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

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

a:hover {
	color: #333333;
	text-decoration: underline;
}

#content img {
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
	display:inline;
	padding:4px;
}

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

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

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

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#access {
	overflow: hidden;
	width: 960px;
}

#menu {
float:right;
margin-top:50px;
overflow:hidden;
text-align:left;
font-family:Georgia,"Times New Roman",serif;
font-size:13px;
font-style:italic;
}

#menu li {
display:inline;
float:left;
height:38px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:30px;
}
#menu li a:hover {
	color:#EB394A;
	text-decoration:none;
}

#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: right;
	margin-left: 10px;
	padding: 15px 10px;
	margin-top:50px;
	font-family:Georgia,"Times New Roman",serif;
	font-size:13px;
	font-style:italic;
}

#menu ul li a {
	color:#666666;
	display:block;
	font-family:Georgia,"Times New Roman",serif;
	font-size:13px;
	font-style:italic;
	height:38px;
	text-decoration:none;
}
#menu ul li a:hover {
	color:#EB394A;
	text-decoration:none;
}

h1 a {
	background:transparent url(./images/logo.jpg) no-repeat scroll 0 0;
	display:block;
	float:left;
	height:61px;
	width:187px;
	text-indent: -9999px;
	margin: 0 0 0 0;
}

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

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

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

/* Content */
.page-title {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 160%;
}

.post {
	margin-bottom: 50px;
}

.entry-title {
	font-family:Georgia,"Times New Roman",serif;
	font-size:25px;
	color:#00000;
	font-style:italic;
	width: 700px;
	font-weight: normal;
}

.entry-comments {
	float: right;
}

.entry-title a {
	color: #333;
}
.entry-title a:hover {
	color:#EB394A;
	text-decoration: none;
}

.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: 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 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 */
#blogroll ul li {
	background: none;
	}

#sidebar h2, #sidebar h3 {
	color: #333333;
	margin-bottom: 5px;
	padding: 0 2px;
	font-family:Georgia,"Times New Roman",serif;
	font-size:18px;
	font-weight:normal;
}

#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;
	width: 500px;
}

.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: #eaeaea;
}

.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;
}