body {
	font-family: Verdana, sans-serif, Arial;
	font-size: 70%;
	color: #3B3B3B;
	background-image: url(images/hd_bg_bck.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Calibri, Tahoma, "Trebuchet MS";
	color: #000000;
}

.download {
	background-color: #87C6E4;
	width: 90%;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2E98CB;
	border-bottom-color: #2E98CB;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 8px 0px;
	padding: 3px 5px;
	clear: both;
}
.note {
	background-color: #FF0099;
	width: 90%;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C10074;
	border-bottom-color: #C10074;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 8px 0px;
	padding: 3px 5px;
	clear: both;
}
.info {
	background-color: #F2F2F2;
	width: 90%;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 8px 0px;
	padding: 3px 5px;
	clear: both;
	border-top: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
}
.alert {
	background-color: #FFCC00;
	width: 90%;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 8px 0px;
	padding: 3px 5px;
	clear: both;
	border-top: 3px solid #FF9900;
	border-bottom: 3px solid #FF9900;
}
.click {
	background-color: #FF9900;
	width: 90%;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D78100;
	border-bottom-color: #D78100;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 8px 0px;
	padding: 3px 5px;
	clear: both;
}
.warning {
	background-color: #CC0000;
	width: 90%;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 8px 0px;
	padding: 3px 5px;
	clear: both;
	border-top: 3px solid #6C0F0D;
	border-bottom: 3px solid #6C0F0D;
}


.pullquote-left {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #434334;
	margin: 8px 8px 0px 2px;
	padding: 3px 3px 8px;
	float: left;
	width: 30%;
	border: 2px solid #434334;
	text-align: center;
	letter-spacing: -1px;
}
.pullquote-right {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #434334;
	margin: 8px 20px 0px 3px;
	padding: 3px 3px 8px;
	float: right;
	width: 30%;
	border: 2px solid #434334;
	text-align: center;
	letter-spacing: -1px;
}
.caption-img-left {
	display: block;
	margin: 15px 5px 2px 0px;
	padding: 0px;
	float: left;
	width: auto;
}
.caption-img-left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 0px;
	clear: both;
	display: block;
	margin: 0px;
	width: auto;
}


/* caption */
.caption-img-left img {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

.caption-img-right {
	display: block;
	margin: 15px 5px 2px;
	padding: 0px;
	float: right;
}
.caption-img-right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: auto;
}

.caption-img-right img {
	clear: both;
	margin: 0px;
	padding: 0px;
	display: block;
}

pre {
	overflow: scroll;
	padding: 5px;
	display: block;
	border: 1px solid #eeeeee;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	margin: 8px 0px;
	clear: both;
	width: 90%;
	height: 50px;
}

dl {
	padding-left: 10px;
	font-size: 1.1em;
	margin-top: 8px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;

}

dt {
margin-bottom: 5px;
margin-top: 0px;
font-weight: 400;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
}

dd {
font-style: italic;
margin-bottom: 8px;
margin-left: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;

}

.post-nav .alignleft {
	float: left;
	width: 98%;
	margin-bottom: 5px;
	display: block;
	position: relative;
}
.post-nav .alignright {
	float: right;
	width: 98%;
	display: block;
	position: relative;
}
.alignleft {
	text-align: left;
	float: left;
}
.alignright {
	text-align: right;
	float: right;
}
.center {
	text-align: center;
	margin: 0px auto;
	clear: both;
}
img.alignleft {
	padding: 4px;
	float: left;
	border: 1px solid #eeeeee;
	margin-right: 10px;
	margin-top: 10px;
}
img.alignright {
	padding: 4px;
	float: right;
	border: 1px solid #eeeeee;
	margin-top: 10px;
	margin-left: 10px;
}
img.center {
	padding: 4px;
	border: 1px solid #eeeeee;
	display: block;
	margin: 5px auto;
	clear: both;
}
.inline-image {
	display: block;
	margin: 10px 10px 0px 0px;
	padding: 0px;
	float: left;
}
.inline-image img {
	display: block;
	clear: both;
}
.inline-image p {
	margin: 0px;
	padding: 0px;
	clear: both;
	font-size: 11px;
	color: #999999;
}



#nob_wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nob_container {
	float: left;
	width: 900px;
}
#nob_header {
	float: left;
	width: 900px;
	padding-top: 28px;
}
#nob_content {
	float: left;
	width: 900px;
	position: relative;
}
#nob_footer {
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 100%;
	float: left;
}

#nob_left_content {
	float: left;
	width: 500px;
	position: relative;
	padding-top: 15px;
}
#nob_right_content {
	float: right;
	width: 380px;
	padding-right: 10px;
	padding-top: 15px;
}
#nob_header h1 {
	margin: 0px;
	padding: 12px 0px 0px;
	float: left;
	width: 700px;
	font-size: 2.2em;
	color: #FFFFFF;
	letter-spacing: -1px;
}
#nob_header h1 a:link, #nob_header h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nob_header h1 a:hover, #nob_header h1 a:active {
	color: #000;
	text-decoration: underline;
}

#nob_header p {
	font-size: 1.7em;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 700px;
	color: #333333;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
}
#logo img {
	border-width: 0px;
	border-style: none;
}

#header_navigator {
	margin: 0px;
	float: left;
	width: 900px;
	padding-top: 28px;
}
#header_navigator ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#header_navigator ul ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#header_navigator ul li {
	display: inline;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
}
#header_navigator ul ul li {
	display: inline;
	padding: 0px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
}

#header_navigator ul li a:link, #header_navigator ul li a:visited {
	text-decoration: none;
	margin: 0px;
	padding: 0px 12px;
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	width: auto;
	color: #000000;
}
#header_navigator ul li a:hover, #header_navigator ul li a:active {
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px 12px;
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	width: auto;
	background: #FFFFFF;
}
.home a {
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px 12px;
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	width: auto;
	background: #FFFFFF;
}
.current_page_item a {
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px 12px;
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	width: auto;
	background: #FFFFFF;
}
.post {
	float: left;
	width: 500px;
	position: relative;
	padding-bottom: 30px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #EEEEEE;
}
#latest {
	background-image: url(images/latest.gif);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 59px;
	width: 114px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 15px;
	color: #000000;
	text-align: center;
	line-height: 35px;
}
.post_entry {
	float: left;
	width: 500px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
.post_entry h1 {
	font-size: 2.1em;
	color: #000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 500px;
	line-height: 105%;
}
#comment_listing h2 {
	font-size: 1.8em;
	color: #000;
	text-align: left;
	margin: 0px;
	float: left;
	width: 490px;
	padding-left: 3px;
}
#comment_listing h3 {
	font-size: 1.8em;
	color: #000;
	text-align: left;
	margin: 0px;
	float: left;
	width: 490px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#comment_listing h4 {
	color: #666666;
	text-align: left;
	margin: 0px;
	float: left;
	width: 490px;
	padding-top: 110px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-image: url(images/shows.gif);
	background-repeat: no-repeat;
	background-position: 10px top;
	font-weight: normal;
	font-size: 1.7em;
}
.post_content h3 {
	font-size: 1.5em;
	color: #181818;
	margin: 1em 0px 2px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	width: 100%;
}
.post_content h4 {
	font-size: 1.4em;
	color: #282828;
	margin: 1em 0px 2px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	width: 100%;
}
.post_content h5 {
	font-size: 1.3em;
	color: #333333;
	margin: 1em 0px 3px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	width: 100%;
}
.post_content h6 {
	font-size: 1.2em;
	color: #3C3C3C;
	margin: 1em 0px 3px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	width: 100%;
}
#comment_listing h5 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 480px;
	font-size: 2em;
	color: #666666;
	font-weight: normal;
}

.post_entry h1 a:link, .post_entry h1 a:visited {
	color: #000;
	text-decoration: none;
}
.post_entry h1 a:hover, .post_entry h1 a:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #606B6E;
}
.author {
	float: left;
	width: 470px;
	padding-left: 26px;
	height: 24px;
	background-image: url(images/player.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	line-height: 24px;
	color: #000000;
}
.author a:link, .author a:visited {
	color: #31b5f5;
	text-decoration: none;
}
.author a:hover, .author a:active {
	color: #31b5f5;
	text-decoration: underline;
}
.posted {
	font-size: 11px;
	color: #000000;
	margin: 0px;
	float: left;
	width: 490px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.posted a:link, .posted a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.posted a:hover, .posted a:active {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
.social {
	float: left;
	width: 500px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E5E5E5;
	font-size: 11px;
}
.social-home {
	float: left;
	width: 360px;
	font-size: 11px;
	padding: 5px;
	border: 1px dashed #E5E5E5;
}
.social-home a:link, .social-home a:visited {
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.social-home a:hover, .social-home a:active {
	color: #000000;
	text-decoration: underline;
}

.social a:link, .social a:visited {
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.social a:hover, .social a:active {
	color: #000000;
	text-decoration: underline;
}

.delicious {
	line-height: 23px;
	background-image: url(images/delicious.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	float: left;
	height: 23px;
	width: auto;
	padding-left: 20px;
	color: #000000;
	padding-right: 8px;
}
.stumbleit {
	line-height: 23px;
	background-image: url(images/stumbleupon.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	float: left;
	height: 23px;
	width: auto;
	padding-left: 20px;
	color: #000000;
	padding-right: 8px;
}
.addtotech {
	line-height: 23px;
	background-image: url(images/technorati.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	float: left;
	height: 23px;
	width: auto;
	padding-left: 20px;
	color: #000000;
	padding-right: 8px;
}
.rssstuff {
	line-height: 23px;
	background-image: url(images/rss.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	float: left;
	height: 23px;
	width: auto;
	padding-left: 27px;
	color: #000000;
	padding-right: 8px;
}
.diggit {
	line-height: 23px;
	background-image: url(images/digg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	float: left;
	height: 23px;
	width: auto;
	padding-left: 20px;
	color: #000000;
	padding-right: 8px;
}
.post_content {
	margin: 0px;
	float: left;
	width: 490px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 3px;
	font-size: 1.1em;
	line-height: 19px;
	color: #3b3b3b;
}
.post_content ul ul {
	margin: 0px;
	padding: 0px;
}

.post_content blockquote {
	clear: both;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 15px;
	padding-left: 40px;
	background-image: url(images/bquote.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-size: 12px;
	font-family: "Lucida Grande", Arial, Verdana;
	color: #121212;
	text-transform: capitalize;
}
.post_content img {
	padding: 4px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
.post_content code {
	font-family: "Courier New", Courier, monospace;
	color: #666666;
	border: 1px dashed #f6f6f6;
	font-size: 12px;
}

.post_content a:link, .post_content a:visited {
	color: #0B97D2;
	text-decoration: none;
}
.post_content a:hover, .post_content a:active {
	color: #000000;
	text-decoration: underline;
}
.post_commented {
	float: left;
	width: 500px;
}
.comment_link {
	float: left;
	width: 480px;
	margin: 0px;
	padding: 0px;
}
.comment_link a:link, .comment_link a:visited {
	display: block;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background: url(images/com_links.gif) no-repeat left center;
	width: 450px;
	height: 27px;
	padding-left: 33px;
	line-height: 27px;
	float: left;
}
.comment_link a:hover, .comment_link a:active {
	display: block;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #5D6468;
	text-decoration: underline;
	background: url(images/com_links.gif) no-repeat left center;
	width: 450px;
	height: 27px;
	padding-left: 33px;
	line-height: 27px;
	float: left;
}
.post_clear {
	float: left;
	height: 30px;
	width: 500px;
}
.post_nav {
	float: left;
	width: 500px;
	color: #000000;
	font-size: 11px;
	position: relative;
	line-height: 18px;
	margin-bottom: 10px;
}
.post_nav a:link, .post_nav a:visited {
	color: #000000;
	text-decoration: underline;
}
.post_nav a:hover, .post_nav a:active {
	color: #000000;
	text-decoration: none;
}

.right_nav {
	float: right;
	width: 250px;
	text-align: right;
}
.left_nav {
	float: left;
	width: 250px;
	text-align: left;
}
#comment_listing {
	float: left;
	width: 500px;
}
.clear_comment {
	float: left;
	height: 20px;
	width: 500px;
}
.subscriber {
	float: left;
	width: 460px;
	padding-left: 27px;
	background-image: url(images/rss.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	font-size: 11px;
	line-height: 30px;
	color: #000000;
}
.subscriber a:link, .subscriber a:visited {
	font-weight: bold;
	color: #000000;
}
.subscriber a:hover, .subscriber a:active {
	color: #FCA21E;
	text-decoration: none;
}

.ping_user {
	background-color: #FFFFFF;
	margin: 0px;
	float: left;
	width: 480px;
	text-align: left;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #333333;
}
.ping_user a:link, .ping_user a:visited {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.ping_user a:hover, .ping_user a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}


.comment_user {
	background-color: #FFFFFF;
	margin: 0px;
	float: left;
	width: 480px;
	text-align: left;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #666666;
}
.comment_user:hover {
	background-color: #F8F8F8;
	margin: 0px;
	float: left;
	width: 480px;
	text-align: left;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #666666;
}
.comment_user a:link, .comment_user a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.comment_user a:hover, .comment_user a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.com_author {
	float: left;
	width: 460px;
	padding-left: 3px;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.com_date {
	float: left;
	width: 460px;
	font-size: 11px;
	color: #000000;
	padding-left: 3px;
}
.com_text {
	float: left;
	width: 460px;
	font-size: 11px;
	color: #292929;
	padding-left: 3px;
	padding-top: 8px;
	line-height: 19px;
}
.comment_user_alt {
	background-color: #F9F9F9;
	margin: 0px;
	float: left;
	width: 480px;
	text-align: left;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #00B8E6;
}
.comment_user_alt:hover {
	background-color: #F7F7F7;
	margin: 0px;
	float: left;
	width: 480px;
	text-align: left;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #00B8E6;
}
.comment_user_alt a:link, .comment_user_alt a:visited {

	font-weight: bold;
	color: #00CCFF;
	text-decoration: none;
}
.comment_user_alt a:hover, .comment_user_alt a:active {

	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#comment_listing blockquote {
	clear: both;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 15px;
	padding-left: 40px;
	background-image: url(images/bquote.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 17px;
}
#comment_listing code {
	display: block;
	padding: 3px;
	clear: both;
	font-family: "Lucida Grande", "Lucida Sans", Tahoma;
	font-size: 13px;
	color: #333333;
	border: 1px dashed #f6f6f6;
	background-color: #f7f7f7;
	margin-top: 8px;
	margin-right: 30px;
	margin-bottom: 8px;
	margin-left: 8px;
}
#comment_listing form {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 500px;
}
#comment_listing p {
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#input_1 {
	float: left;
	width: 500px;
	padding-bottom: 5px;
}
#input_1 input {
	border: 1px solid #DADADA;
	height: 20px;
	width: 250px;
}
#input_1 textarea {
	border: 1px solid #DADADA;
	height: 125px;
	width: 400px;
}
#input_1 input:hover {

	border: 1px solid #C5C5C5;
	height: 20px;
	width: 250px;
}
#input_1 textarea:hover {

	border: 1px solid #C4C4C4;
	height: 125px;
	width: 400px;
}


/* sidebar config */.widget_wrap {
	float: left;
	width: 185px;
	padding-right: 5px;
}
#nob_right_content h2 {
	background-image: url(images/sidebars.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin: 0px;
	float: left;
	height: 68px;
	width: 184px;
	font-size: 1.5em;
	line-height: 50px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
}
#native-tags {
	margin: 0px 0px 10px;
	padding: 5px;
	float: left;
	width: 368px;
	background: #F8F8F8;
	border: 1px solid #F7F7F7;
}
#native-tags h3 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 368px;
	font-size: 1.7em;
	color: #000000;
}
.btag {
	margin: 0px;
	padding: 5px 0px;
	float: left;
	width: 368px;
	font-size: 11px;
	line-height: 16px;
}
.btag a:link, .btag a:visited {
	color: #121212;
	text-decoration: none;
}
.btag a:hover, .btag a:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #606B6E;
}

#sidebars {
	float: left;
	width: 380px;
}
.flickr_widget {
	padding: 0px;
	float: left;
	width: 380px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#dynamic_sidebars {
	float: left;
	width: 380px;
	padding-bottom: 15px;
}
#dynamic_sidebars ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 380px;
	list-style-type: none;
}
#dynamic_sidebars ul li {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}
#dynamic_sidebars ul li a:link, #dynamic_sidebars ul li a:visited {
	float: left;
}
.flickr_widget img {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 48px;
	width: 48px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.widget_wrap img {
	border-width: 0px;
	border-style: none;
}


.widget_wrap ul {
	margin: 0px;
	float: left;
	width: 184px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.widget_wrap ul li {
	text-align: left;
	margin: 0px;
	float: left;
	width: 184px;
	font-size: 11px;
	color: #000;
	line-height: 16px;
}
.widget_wrap ul li a:link,  .widget_wrap ul li a:visited {
	display: block;
	float: left;
	width: 180px;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
.widget_wrap ul li a:hover, .widget_wrap ul li a:active {
	display: block;
	float: left;
	width: 180px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #606B6E;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	background-image: url(images/hover_tx.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.widget_wrap ul ul {

	margin: 0px;
	padding: 0px;
	float: left;
	width: 184px;
	list-style-type: none;
}
#themeswitcher {
	margin: 0px;
	padding: 0px 0px 20px;
	float: left;
	width: 184px;
}
#themeswitcher select {
	width: 180px;
	border: 1px solid #C3C2C2;
}

#dynamic_sidebars form {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 380px;
}
.search_box {
	float: left;
	height: 64px;
	width: 380px;
}
.sbm_a {
	background-image: url(images/sbm.gif);
	background-repeat: no-repeat;
	float: left;
	height: 64px;
	width: 296px;
}
.sbm_b {
	float: left;
	height: 64px;
	width: 66px;
}
.sbm_tf {
	height: 25px;
	width: 250px;
	margin-top: 12px;
	margin-left: 10px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
}
#footer_wrap {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}
#footer_content {
	float: left;
	width: 900px;
	padding-top: 20px;
	color: #FFFFFF;
	position: relative;
	margin: 0px;
	height: 55px;
	font-size: 11px;
	text-align: center;
	letter-spacing: -1px;
}
#footer_content a:link, #footer_content a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_content a:hover, #footer_content a:active {
	color: #666666;
	text-decoration: underline;
}

#comment_listing em {
	padding: 0px;
	float: left;
	width: 460px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
	font-style: normal;
	color: #8A8A8A;
	text-align: left;
}
.intro_box {
	float: left;
	width: 350px;
	background-color: #292929;
	margin-left: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 16px;
	padding-left: 8px;
	border: 1px solid #222323;
}
.in_text img {
	padding: 0px;
	float: left;
	margin: 5px 5px 2px 0px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

.intro_text {
	float: left;
	width: 350px;
	margin: 0px;
	padding: 0px;
}
.intro_text h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	padding: 0px;
	float: left;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: left;
	width: 350px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.in_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #eeeeee;
	margin: 0px;
	float: left;
	width: 350px;
	padding: 0px;
}


.misc_box {
	float: left;
	width: 360px;
	text-align: left;
}
.misc_box img {
	margin-bottom: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#ad-block {
	margin: 0px 0px 10px;
	padding: 5px;
	float: left;
	width: 370px;
}
#ad-block h3 {
	font-size: 1.7em;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 370px;
}
.ads {
	margin: 0px;
	padding: 0px 30px;
	float: left;
	width: 300px;
}
.adspace {
	padding: 5px;
	float: left;
	width: 135px;
	margin: 0px;
}
.adspace img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.adspace p {
	font-size: 12px;
	color: #000000;
	margin: 3px 0px 0px;
	padding: 0px;
	float: left;
	width: 125px;
	text-align: center;
}
.ads a:link, .ads a:visited {
	color: #666666;
	text-decoration: underline;
}
.ads a:hover, .ads a:active {
	color: #000000;
	text-decoration: none;
}
.akpc_pop {
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 11px;
	color: #666666;
}
