/*
	Theme Name: Darkmambo
	Theme URI: http://www.dezzain.com/
	Description: Unique dark 2 column, widgetize wordpress skin. Colourful hip modern colour lighten up the dark feel. a lil bit web 2.0 element just making things spice up. Design and coded by rkcorp in some dark room.
	Author: rkcorp
	Author URI: http://www.dezzain.com
*/

body {
	background-color: #000;
	font-family: Tahoma;
	font-size: 80%;
	font-weight: 400;
	color: #EEEEEE;
	text-align: center;
	margin: 0px;
	background-image: url(images/bg_rep.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper {
	width: 1004px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	width: 980px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #030F12;
	border-left-color: #030F12;
	background-color: transparent;
	background-image: url(images/body.gif);
}
#header {
	float: left;
	width: 980px;
	height: 119px;
}
#top_content {
	background-image: url(images/top_body.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	height: 16px;
	width: 968px;
}

#content {
	float: left;
	width: 978px;
	background-color: #101010;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #101010;
	border-left-color: #101010;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #101010;
}
#footer {
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #121212;
	float: left;
}

#navigator {
	float: right;
	text-align: left;
	padding-top: 72px;
}
#navigator ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 600px;
}
#navigator ul li {
	float: left;
	text-align: center;
	height: 47px;
	width: 110px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#navigator ul li a:link, #navigator ul li a:visited {
	float: left;
	text-align: center;
	height: 47px;
	width: 110px;
	display: block;
	background-image: url(images/nav_in.gif);
	background-repeat: no-repeat;
	line-height: 47px;
	font-size: 12px;
	color: #E4E4E4;
	text-decoration: none;
}
#navigator ul li a:hover, #navigator ul li a:active {
	float: left;
	text-align: center;
	height: 47px;
	width: 110px;
	display: block;
	background-image: url(images/nav_out.gif);
	background-repeat: no-repeat;
	line-height: 47px;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
#right_index {
	float: right;
	width: 730px;
	padding-top: 35px;
}
#searcharea {
	float: left;
	width: 728px;
	background-image: url(images/search.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 30px;
	margin-bottom: 25px;
}
#searcharea form {
	float: left;
	width: 728px;
	margin: 0px;
}
.searchbox {
	float: left;
	width: 700px;
	padding-right: 14px;
	padding-left: 14px;
	text-align: left;
}
.header_info {
	float: left;
	width: 350px;
	padding-top: 25px;
}
.header_info h1 {
	text-align: left;
	margin: 0px;
	float: left;
	width: 290px;
	padding-top: 0px;
	padding-left: 10px;
	font-size: 1.8em;
	color: #FF0066;
	font-weight: normal;
}
.header_info h1 a:link, .header_info h1 a:visited {
	color: #FF0066;
	text-decoration: none;
}
.header_info h1 a:hover, .header_info h1 a:active {
	color: #0099FF;
}
.header_info p {
	text-align: left;
	margin: 0px;
	float: left;
	width: 290px;
	padding-left: 10px;
	font-size: 13px;
	color: #FFFFFF;
}


.searchbox p {
	float: left;
}
.textfield {
	padding: 0px;
	height: 20px;
	width: 400px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #9FA2A3;
	border: 1px solid #9FA2A3;
	font-size: 14px;
	color: #F2F2F2;
}
.tsbm input {
	background-image: url(images/sbm.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 97px;
	display: block;
	border: 1px solid #101010;
	margin: 0px;
	padding: 0px;
	background-color: #101010;
}

.tsbm input:hover {
	background-image: url(images/sbm_hover.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 97px;
	display: block;
	border: 1px solid #101010;
	margin: 0px;
	padding: 0px;
}

#searcharea li img {
	border: 1px solid #101010;
	margin: 0px;
	padding: 0px;
	float: left;
}

.tfield {
	width: 457px;
	border: 1px solid #101010;
	color: #FFFFFF;
	font-size: 14px;
	background-image: url(images/search_box.gif);
	background-repeat: no-repeat;
	height: 40px;
	float: left;
	background-color: #101010;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
}
.tsbm {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 42px;
	width: 100px;
}




#left_index {
	float: left;
	width: 231px;
	padding-top: 35px;
	padding-left: 10px;
}
.div_widget {
	float: left;
	width: 231px;
	background-image: url(images/widget_repeat.gif);
	background-repeat: repeat-y;
	margin-bottom: 20px;
}
.div_widget h2 {
	float: left;
	width: 231px;
	margin: 0px;
	line-height: 53px;
	background-image: url(images/widget_menu.gif);
	background-repeat: no-repeat;
	height: 53px;
	font-size: 1.2em;
	font-weight: normal;
	color: #CCCCCC;
}
.div_widget ul {
	background-image: url(images/widget_bottom.gif);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px;
	float: left;
	width: 211px;
	list-style-type: none;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.div_widget ul ul {
	text-align: left;
	margin: 0px;
	float: left;
	width: 180px;
	list-style-type: none;
	padding: 0px;
	background-image: url(images/widget_repeat.gif);
	background-repeat: repeat-y;
}
.div_widget ul ul li {
	text-align: left;
	margin: 0px;
	color: #4D4D4D;
	float: left;
	width: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 12px;
}
.div_widget ul li {
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #4D4D4D;
	float: left;
	width: 211px;
}
.div_widget ul ul li a:link,  .div_widget ul ul li a:visited {
	color: #565656;
	text-decoration: none;
	text-align: left;
	display: block;
	background-image: url(images/round_dot.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.div_widget ul ul li a:hover, .div_widget ul ul li a:active {
	text-align: left;
	display: block;
	background-image: url(images/round_dot_hover.gif);
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
	color: #CCCCCC;
	text-decoration: none;
}
.div_widget ul li a:link,  .div_widget ul li a:visited {
	color: #666666;
	text-decoration: none;
	text-align: left;
	display: block;
	background-image: url(images/round_dot.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.div_widget ul li a:hover, .div_widget ul li a:active {
	text-align: left;
	display: block;
	background-image: url(images/round_dot_hover.gif);
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
}
.div_widget p {
	float: left;
	width: 211px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/widget_repeat.gif);
	background-repeat: repeat-y;
	padding-top: 8px;
	padding-bottom: 15px;
	margin: 0px;
	text-align: left;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

.about {
	float: left;
	width: 211px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/widget_repeat.gif);
	background-repeat: repeat-y;
	padding-top: 8px;
	padding-bottom: 15px;
	margin: 0px;
	text-align: left;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
.about a:link, .about a:visited {
	color: #006699;
	text-decoration: underline;
}
.about a:hover, .about a:active {
	color: #99CC00;
	text-decoration: none;
}

.about img {
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 1px;
	border: 3px solid #333333;
}


.post_meta {
	background-image: url(images/search.gif);
	background-repeat: no-repeat;
	float: left;
	width: 700px;
	text-align: left;
	padding-left: 20px;
	background-position: bottom;
	padding-bottom: 15px;
}
.title {
	float: left;
	width: 700px;
	padding-top: 10px;
}
.right_title {
	float: right;
	width: 645px;
}
.left_title {
	float: left;
	height: 50px;
	width: 50px;
	background-image: url(images/calendar.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 1.6em;
	font-weight: 400;
	color: #293845;
}
.left_title p {
	text-align: center;
	clear: both;
	width: 50px;
	font-size: 11px;
	color: #CCCCCC;
	height: 22px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}

.right_title h1 {
	font-size: 1.8em;
	font-weight: 400;
	color: #293845;
	margin: 0px;
	float: left;
	width: 645px;
}
.div_author {
	float: left;
	width: 645px;
	font-size: 12px;
	color: #666666;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.div_category {
	float: left;
	width: 645px;
	font-size: 13px;
	color: #666666;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.div_article {
	float: left;
	width: 645px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
	font-size: 13px;
	color: #EEEEEE;
	line-height: 20px;
	font-weight: 400;
}
.div_article p {
	clear: both;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	text-align: left;
}
.div_article img {
	padding: 0px;
	float: left;
	margin-top: 15px;
	margin-right: 12px;
	margin-bottom: 3px;
	margin-left: 1px;
	border: 3px solid #333333;
}
.div_article blockquote {
	clear: both;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-left: 2px;
	padding-top: 10px;
	padding-left: 35px;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #5A5A4B;
}
.div_article code {
	padding: 8px;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
	font-family: Tahoma;
	font-size: 13px;
	display: block;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	color: #999999;
}
.post_update {
	float: left;
	width: 690px;
	text-align: left;
	margin: 0px;
	padding-bottom: 25px;
	padding-top: 25px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
.post_update h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #CC0033;
	margin: 0px;
	float: left;
	width: 600px;
	text-align: left;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666666;
}

.post_update a:link, .post_update a:visited {
	color: #5B7850;
	text-decoration: none;
}
.post_update a:hover, .post_update a:active {
	color: #0099FF;
	text-decoration: none;
}




.right_title h1 a:link, .right_title h1 a:visited {
	text-decoration: none;
	color: #293845;
	padding-left: 0px;
	padding-top: 20px;
	float: left;
}
.right_title h1 a:hover, .right_title h1 a:active {
	text-decoration: none;
	color: #99CC00;
	float: left;
	padding-top: 20px;
	padding-left: 18px;
	background-image: url(images/tweeky.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.div_author a:link, .div_author a:visited {
	text-decoration: none;
	color: #999999;
}
.div_author a:hover, .div_author a:active {
	text-decoration: none;
	color: #0099FF;
}
.div_category a:link, .div_category a:visited {
	text-decoration: none;
	color: #666666;
}
.div_category a:hover, .div_category a:active {
	text-decoration: none;
	color: #0099FF;
}
.div_article a:link, .div_article  a:visited {
	text-decoration: underline;
	color: #99CC00;
}
.div_article  a:hover, .div_article  a:active {
	text-decoration: underline;
	color: #006699;
}

.div_comment a:link, .div_comment a:visited {
	float: right;
	height: 90px;
	width: 104px;
	text-align: center;
	line-height: 80px;
	background-image: url(images/cloudyday.gif);
	background-repeat: no-repeat;
	color: #A9C0A0;
	display: block;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

.div_comment a:hover, .div_comment a:active {
	float: right;
	height: 90px;
	width: 104px;
	text-align: center;
	line-height: 80px;
	background-image: url(images/rainyday.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
/*calendar */

#wp-calendar {
	empty-cells: show;
	width: 231px;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	text-align: center;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-repeat: repeat-y;
	background-image: url(images/widget_repeat.gif);
	padding: 0px;
}

#wp-calendar a:link, #wp-calendar a:visited {
	text-decoration: none;
	color: #99CC00;
	font-size: 12px;
	font-weight: 400;
}
#wp-calendar a:hover, #wp-calendar a:active {
	text-decoration: none;
	color: #0099FF;
	font-size: 12px;
	font-weight: 400;
}
#wp-calendar caption {
	text-align: center;
	font-size: 1.2em;
	color: #EEEEEE;
	font-weight: normal;
	padding: 0px;
	width: 231px;
	background-image: url(images/widget_menu.gif);
	background-repeat: no-repeat;
	height: 53px;
	line-height: 53px;
	margin: 0px;
}

#wp-calendar th {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#wp-calendar #next a {
	text-align: left;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	float: right;
	margin-top: 8px;
	margin-right: 15px;
}

#wp-calendar #prev a {
	text-align: left;
	font-size: 12px;
	color: #94C10A;
	text-decoration: none;
	float: left;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
}
#wp-calendar td {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wp-calendar tf {
	margin: 0px;
	padding: 0px;
}
#footer_wrap {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 978px;
	padding: 0px;
}
#footer_container {
	float: left;
	width: 978px;
	margin: 0px;
	padding: 0px;
}
.footer_content {
	float: left;
	width: 978px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.footer_meta {
	float: left;
	width: 978px;
	padding-bottom: 15px;
}
.validation_meta {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
}
.wired_meta {
	float: right;
	width: 378px;
	text-align: center;
	font-size: 13px;
	color: #666666;
	margin: 0px;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.wired_meta a:link, .wired_meta a:visited {
	color: #FF0066;
	text-decoration: none;
}
.wired_meta a:hover, .wired_meta a:active {
	color: #0099CC;
	text-decoration: underline;
}

.tagging_meta {

	float: left;
	width: 300px;
}
.tagging_meta p {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-align: left;
	color: #666666;
}
.tagging_meta p a:link, .tagging_meta p a:visited {
	color: #0099CC;
	text-decoration: underline;
}
.tagging_meta p a:hover, .tagging_meta p a:active {
	color: #99CC00;
	text-decoration: underline;
}
#designer {
	font-size: 12px;
	color: #444444;
}
#designer a:link, #designer a:visited {
	color: #333333;
	text-decoration: none;
}
#designer a:hover, #designer a:active {
	color: #FF0099;
	text-decoration: none;
}
#themename {
	font-size: 18px;
	color: #333333;
}
#footer_plugin {
	float: left;
	width: 978px;
	padding-top: 25px;
}
.fright {
	float: right;
	width: 325px;
}
.fmiddle {
	float: right;
	width: 325px;
}
.fleft {
	float: left;
	width: 325px;
}

.validation_meta p {
	color: #999999;
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.validation_meta p a:link, .validation_meta p a:visited {
	color: #FF9900;
	text-decoration: none;
	padding-top: 56px;
	float: left;
	margin: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	display: block;
	text-align: center;
	width: 42px;
}
.validation_meta p a:hover,  .validation_meta p a:active {
	color: #FFFFFF;
	text-decoration: underline;
	display: block;
	margin: 0px;
	float: left;
	padding-top: 56px;
	padding-right: 3px;
	padding-left: 3px;
	text-align: center;
	width: 42px;
	background-image: url(images/clickme.gif);
	background-repeat: no-repeat;
	background-position: center 1px;
}

.footer_content  h3 {
	margin: 0px;
	float: left;
	text-align: left;
	width: 325px;
	font-size: 1.4em;
	font-weight: normal;
	color: #99CC00;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 30px;
}
.footer_content ul {
	text-align: left;
	margin: 0px;
	float: left;
	list-style-type: none;
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.footer_content ul li {
	text-align: left;
	list-style-image: url(images/dottys.gif);
	float: left;
	list-style-position: inherit;
	padding: 0px;
	width: 300px;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
}
.footer_content ul li a:link, .footer_content ul li a:visited {
	color: #C8E943;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.footer_content ul li a:hover, .footer_content ul li a:active {

	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#comment_template {
	float: left;
	width: 700px;
	padding-top: 25px;
	text-align: left;
	padding-bottom: 35px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#comment_template h4 {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 700px;
	font-size: 1.7em;
	font-weight: normal;
	color: #FF0066;
}
.div_rssfeed {
	text-align: left;
	margin: 0px;
	float: left;
	width: 600px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-image: url(images/feed.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	color: #999999;
}
.div_rssfeed a:link, .div_rssfeed a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.div_rssfeed a:hover, .div_rssfeed a:active {
	color: #FF9900;
	text-decoration: none;
}
.post_comment {
	float: left;
	width: 550px;
	margin-top: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #162527;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 6px;
	text-align: left;
}
.post_com_text p {
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: both;
}
.post_com_author {
	float: left;
	padding: 5px;
	margin-right: 10px;
	width: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.post_com_text {
	width: 475px;
	float: right;
	font-size: 13px;
	text-align: left;
}
.post_comment_alt {
	float: left;
	width: 550px;
	margin-top: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #000000;
	display: block;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 6px;
}
.post_com_text a:link,  .post_com_text a:visited {
	color: #666666;
	text-decoration: none;
}
.post_com_text a:hover, .post_com_text a:active {

	color: #99CC00;
	text-decoration: underline;
}
.c_date a:link, c_date a:visited {
	color: #666666;
	text-decoration: underline;
}

.c_date a:hover, c_date a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#comment_template h5 {
	float: left;
	width: 550px;
	text-align: left;
	font-size: 1.4em;
	font-weight: normal;
	color: #FF0066;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-decoration: underline;
}
#comment_template code {
	text-align: left;
	display: block;
	padding: 5px;
	clear: both;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 1px;
	font-family: "Lucida Grande", Arial;
	font-size: 11px;
	color: #666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
#comment_template ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 440px;
}
.post_com_author img {
	float: left;
	border: 2px solid #000000;
	height: 48px;
	width: 48px;
}

#comment_template ul li {
	text-align: left;
}

.commentbox {
	float: left;
	width: 480px;
	padding: 10px;
	background-color: #000000;
	border-top-width: 5px;
	border-right-width: 3px;
	border-bottom-width: 4px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 0px;
}
.commentbox form {
	float: left;
	width: 500px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.commentbox p {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-size: 15px;
	color: #FFFFFF;
}
.texxybox {
	background-color: #FFFFFF;
	margin: 0px;
	width: 200px;
	border: 1px solid #99CC00;
	line-height: 25px;
	font-size: 14px;
	color: #333333;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.texxyarea {
	height: 250px;
	width: 400px;
	background-color: #99CC00;
	border: 1px solid #FFFFFF;
	margin-top: 8px;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
}
.commentbox input:hover {
	background-color: #33CCFF;
	color: #FFFFFF;
}
.commentbox textarea:hover {
	background-color: #33CCFF;
	color: #FFFFFF;
}
#comment_template blockquote {
	text-align: left;
	display: block;
	clear: both;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-left: 10px;
	font-family: "Lucida Grande", Arial;
	font-size: 11px;
	color: #666666;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF9900;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.post_com_author_link {
	float: left;
	width: 450px;
	text-align: left;
	margin: 0px;
	font-size: 12px;
	color: #666666;
}
.post_com_info {
	text-align: left;
	margin: 0px;
	float: left;
	width: 450px;
	color: #FFFFFF;
	font-size: 13px;
}
.post_com_date {
	text-align: left;
	margin: 0px;
	float: left;
	width: 450px;
	font-size: 12px;
	color: #666666;
}
.post_com_author_link a:link, .post_com_author_link a:visited {
	color: #99CC00;
	text-decoration: none;
}
.post_com_author_link a:hover, .post_com_author_link a:active {
	color: #666666;
	text-decoration: underline;
}
.post_com_info a:link, .post_com_info a:visited {
	color: #99CC00;
	text-decoration: underline;
}
.post_com_info a:hover, .post_com_info a:active {
	color: #666666;
	text-decoration: none;
}
.div_widget_flickr {

	float: left;
	width: 231px;
	background-image: url(images/widget_repeat.gif);
	background-repeat: repeat-y;
	margin-bottom: 20px;
}
.div_widget_flickr h2 {

	float: left;
	width: 231px;
	margin: 0px;
	line-height: 53px;
	background-image: url(images/widget_menu.gif);
	background-repeat: no-repeat;
	height: 53px;
	font-size: 1.2em;
	font-weight: normal;
	color: #CCCCCC;
}
.div_widget_flickr ul {
	background-image: url(images/widget_bottom.gif);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px;
	float: left;
	list-style-type: none;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	width: 170px;
}
.div_widget_flickr ul li {
	text-align: left;
	padding: 0px;
	color: #4D4D4D;
	float: left;
	margin: 0px;
	height: 50px;
	width: 50px;
	display: block;
}
.div_widget_flickr img {
	border: 1px solid #FFFFFF;
	margin: 2px;
	padding: 0px;
	float: left;
	height: 48px;
	width: 48px;
}
.div_widget_flickr ul li a:link, .div_widget_flickr ul li a:visited {
	text-align: left;
	color: #4D4D4D;
	float: left;
	background-color: transparent;
	height: 48px;
	width: 48px;
	display: block;
	margin: 0px;
	padding: 0px;
}
.div_widget_flickr ul li a:hover, .div_widget_flickr ul li a:active {
	text-align: left;
	color: #4D4D4D;
	float: left;
	background-color: transparent;
	height: 48px;
	width: 48px;
	display: block;
	margin: 0px;
	padding: 0px;
}

/* mybloglog */
#MBL_COMM {
	float: left;
	background-image: url(images/widget_repeat.gif);
	background-repeat: repeat-y;
	text-align: center;
	width: 231px;
}
.mbl_h {
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 53px;
	background-image: url(images/widget_menu.gif);
	background-repeat: no-repeat;
	font-size: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
	width: 220px;
}

.mbl_img a:link, .mbl_img a:visited {
	color: #999999;
	text-decoration: none;
}


.mbl_img {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-color: #191818;
}
.mbl_img img {
	width: 36px;
	height: 36px;
	border: 3px solid #121212;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	float: left;
}
#bloggerlog {
	float: left;
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.mbl_img a:hover, .mbl_img a:active {
	color: #0099FF;
	text-decoration: none;
}

#site_content {position: absolute;left: -10000px;};