/*
Theme Name: huba's notebook v.2
Description: the notebook theme
Author: Ben Gancsos
Author URI: http://bengancsos.com
/*-------------------- General Layout --------------------*/
#content {
	width: 752px;
	margin: 0px auto;
}

.article {
	margin: 0px;
}

#primary {
	width: 752px;
	margin: 0px;
	float: center;
}

#secondary {
	width: 350px;
	float: left;
	margin-left: 10px;
}

#footer {
	width: 750px;
	margin: 0px auto;
}

#wrapper {
	width: 100%; /* the width of the thumbnail block */
	text-align: left;
	margin: 0 0 20px 8px;
	padding: 0px;
}

/*-------------------- Fonts and Stuff --------------------*/
a {
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}

label, #content p {
	font-family: "Century Gothic", Helvetica, Verdana, Arial;
	font-size: 11px;
	text-align: justify;
	margin: 0;
	padding: 0px;
	line-height: 16px;
	color: #006600;
}

body {
	font-family: "Century Gothic", Helvetica, Verdana, Arial;
	font-size: 11px;
	text-align: justify;

	color: #006600;
}

label {
	font-weight: bold;
}

#content h3, h4 {
	margin: 0px;
}

h3, #page h3, #comments, #respond, .title, .article h3 a {
	color: #009900;
	text-decoration: none;
	font-size: 14px;
	font-weight: lighter;
	font-family: "Century Gothic", Helvetica, Verdana, Arial;
}

h4 {
	color: #009900;
	text-decoration: none;
	font-size: 10px;
	font-family: "Century Gothic", Helvetica, Verdana, Arial;
}

.article h4 a {
	color: #009900;
	text-decoration: none;
	font-size: 10px;
	font-weight: lighter;
	font-family: "Century Gothic", Helvetica, Verdana, Arial;
}

.meta {
	color: #006600;
}

.meta a {
	color: #006600;
	font-weight: normal;
	text-decoration: none;
}

strong {
	color: #a8dff6;
}

/*-------------------- Div Styles --------------------*/

body {
	background-color: #333333;
	background-image: url(http://hobbeshinder.com/images/bg_image.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: "Century Gothic", Helvetica, Verdana, Arial;
}
.pxtable_h {
	background-color: 2a2a2a;
	border-top: thin solid #202020;
	border-left: thin solid #202020;
	border-right: thin solid #202020;
	background-image: url(http://hobbeshinder.com/images/cell_bg.jpg);
	background-repeat: repeat-x;
	margin: 8px auto 0px auto;
}
.pxtable_b {
	background-color: 2a2a2a;
	border-left: thin solid #202020;
	border-right: thin solid #202020;
	background-image: url(http://hobbeshinder.com/images/cell_bg.jpg);
	background-repeat: repeat-x;
}
.pxtable_f {
	background-color: 2a2a2a;
	border-bottom: thin solid #202020;
	border-left: thin solid #202020;
	border-right: thin solid #202020;
	background-image: url(http://hobbeshinder.com/images/cell_bg.jpg);
	background-repeat: repeat-x;
}

#header h1 {
	width: 800px;
	height: 50px;
	margin: 0px auto;
	font-family: "Century Gothic", Helvetica, Verdana, Arial;
	font-size: 20px;
	font-weight: normal;
	font-weight: lighter;
	color: #3E3A36;
	padding: 0px;
}

.meta {
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #009900;
	margin: 25px auto;
}


/*-------------------- Comments --------------------*/

.comment {
	padding: 10px;
	font-size: 11px;
	color: #009900;
	border-top: 1px solid #009900;
}

#comment a {
	color: #006600;
}

#commentform p {
	margin: 0;
	padding: 0;
}

/*-------------------- Pages --------------------*/

#page {
	margin: 0;
}

/*-------------------- Formatting --------------------*/

blockquote {
	border-left: 3px solid #a8dff6;
	padding: 5px;
	margin: 0 0 0 15px;
}

a img {
	border: 0px;
text-align:center;
}

img {
	border: 0px auto;
	text-align:center;
}