/*	Theme Name: Empire
	Theme URI: http://www.templatelite.com/paper-craft-free-wordpress-theme/
	Description: Give your blog a new look with this handcraft layout. Brought to you free by <a href="http://www.templatelite.com/">Templatelite.com</a>.
	Version: 3.00
	Author: TemplateLite.com (mod by Chris Taylor)
	Author URI: http://www.templatelite.com/
	Tags: Purple, Right Sidebar, Fixed Width, 3 columns, Widget Ready, Valid XHtml, Valid CSS
*/

/*	[ Reset ] (follow Tweenty Ten)                                  */<!-- -->
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	/*background: transparent;*/ /*Note by Brian: may break IE 7 layout*/
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/*	[ Basic HTML ]                                                  */<!-- -->
body{
	position:relative; /*maybe wp_footer using absolute bottom*/
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
	background:#102d59 url(images/bg_repeat.jpg) repeat top left;
	border:0px yellow solid;
}

a {color:#012aa7;text-decoration: none;}
a:hover {color: #C4141B;text-decoration: underline;}

h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:21px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

hr {height:1px;border:none;border-top:1px dashed #5D769A; width:95%;}
del {color:red;}
ins {color:green;}


p {margin: 0px 0px 12px 0px;}
pre { font-family: "Courier 10 Pitch", Courier, monospace; }
code { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
blockquote {
	color: #3f6994;
	clear: left;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:12px;
	text-align: justify;
    padding: 5px 15px 0px 15px;
	margin: 10px 20px 10px 20px;
	border-left: 5px solid #beb4a2;
	background:#e1ddd0;
}
input,select,textarea {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
ol { list-style:decimal; }
ul { list-style:disc; }
li { margin-left:20px; }

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
	margin-bottom:20px;
}

/*	[ Predefined Class ]                                            */<!-- -->
.alignleft {float: left;}
img.alignleft {
	float: left;
	display:inline;
	margin:3px 8px 8px 0;
}

.alignright {float: right;}
img.alignright {
	float: right;
	display:inline;
	margin:3px 0 8px 8px;
}
.aligncenter, img.aligncenter{
	clear: both;
	display: block;
   margin:0 auto 8px auto;
}

.clear {clear:both;}
.spacer {height:40px;}
.hide-div { display:none; }

/*	[ Layout ]                                                      */<!-- -->
#bg_top{
	background:url('images/bg_top.jpg') no-repeat center top;
}
#bg_btm{
	background:url('images/bg_btm.png') no-repeat center bottom;
}

#base{
	position:relative;
	margin:0px auto;
	width:1002px;
	background:#947f55;
}
#base_top {
}
#base_btm{
}

#header{
	position:relative;
	width:1002px;
	height:309px;
	background:url(images/bg_header.jpg) no-repeat center top;
	z-index:95;
}
#menubar {
	position:absolute;
	top:263px;
	left:0px;
	width:750px;
	height:31px;
	margin:0 0 0 5px;
	padding:0;
	z-index:95;
}
#container{
	position:relative;
	width:1002px;
	min-height:500px;
}
#container_top{
	background:url(images/bg_container_top.jpg) no-repeat center top;
}
#container_btm{
	background:url(images/bg_container_btm.jpg) no-repeat right bottom;
}
#content{
	position:relative;
	float:left;
	display:inline;
	width:609px;
	border:0px red solid;
	margin:0 0 130px 0;
}

#sidebar{
	float:right;
	position:relative;
	display:inline;
	overflow:hidden;
	width:388px;
	margin: 0px 0px 50px 0;
	padding:0;
}

#sidebar1{
	float:left;
	display:inline; 
	overflow:hidden;
	width:189px;
	margin:-15px 0 0 0;
}
#sidebar2{
	float:right;
	display:inline; 
	overflow:hidden;
	margin:0 4px 0 0;
	width:189px;
}
#footer{
	position:relative;
	overflow:hidden;
	width:1002px;
	height:38px;
	padding:0;
	background:url(images/bg_footer.jpg) no-repeat center top;
}

/*	[ Header ] Blog Title, Description, Home URL                    */<!-- -->
#blog_name {
	float:left;
	width:550px;
	margin:50px 0 0 50px;
	padding:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align:left;
	font-size:35px; 
	text-shadow: #ffffff 0px 0px 2px;
}
#blog_name a, #blog_name a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#43080A; 
	text-decoration:none;
}
#blog_desc {
	float:left;
	width:500px;
	margin:5px 0 0 50px;
	padding:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px; 
	font-weight:normal;
	text-align:left;
	color:#43080A;
	text-shadow: #ffffff 0px 0px 2px;
}
#header .indent {
	display:block; font-size:1%; line-height:0; text-align:left; text-indent:-10000px;
}

#header .home {
	position: absolute;
	margin:0;
	padding:0;
	left: 0;
	top: 0px;
	width:960px;
	height:230px;
}

/*	[ Search Box ]                                                  */<!-- -->
.mainsearch{
	height:120px;
	width:360px;
	margin:0;
	padding:0;
}

.mainsearch_hover{
}
.mainsearch .keyword {
	/*visibility:hidden;*/
	position:absolute;
	top:45px;
	left:78px;
	width:106px;
	height:13px;
	padding:7px 5px 5px 5px;
	margin:0;
	font-size:11px;
	line-height:14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333; 
	border:none;
	background:transparent;
}
.mainsearch .submit {
	position:absolute;
	cursor:pointer;
	border:none;
	top:10px;
	left:120px;
	height:35px;
	width:75px;
	background:transparent;
}
/*	[ RSS ]                                                          */<!-- -->
.rss {
	position:absolute;
	display:block;
	padding:0;
	margin:0;
	top:20px;
	left:230px;
	width:130px;
	height:100px;
}
.rss:hover{
}

/*	[ Menu ]  Level 1                                               */<!-- -->
	/* if possible, give menu dynamic width*/
div.menu {
	font-size: 12px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-variant:small-caps;
}

div.menu ul{
	position:absolute;
	list-style:none;
	top:0px;
	left:0;
	height:40px;
	margin:0;
	padding:0;
}
div.menu ul li {
	position:relative;
	float:left;
	display:inline;
	margin:0 0 10px 0;
	padding:0;
}

div.menu li a {
	display: block;
	/*overflow:hidden;*/
	margin:0 3px 0 0;
	padding: 15px 10px 0 10px;
	height:25px;
	width:95px;/*147*/
	color: #f5f5f5;
	line-height: 10px;/*for ie7*/
	text-align:center;
	text-decoration:none;
	background:url(images/bg_menu_item.png) no-repeat top right ;	
}

div.menu > ul > li a:hover, 
div.menu > ul > li.current_page_item > a,
div.menu > ul > li.current_page_ancestor > a,
div.menu > ul > li.current_page_parent > a,
div.menu > ul > li.current-menu-ancestor > a,
div.menu > ul > li.current-menu-item > a,
div.menu > ul > li.current-menu-parent > a{
	color:#BEB64B;
}

/*		[ Menu ]  Level 2                                            */<!-- -->
div.menu ul ul	{
	position: absolute;
	float: left;
	display: none;
	margin:0 0 0 0px;
	padding:0px 0 0 0;
	width:auto;
	top: 100%; 
	left: 0;
	z-index:95;
}

div.menu ul ul li {
	margin-bottom:0;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

div.menu ul ul li a{
	display: block;
	padding:10px 10px 10px 10px;
	margin:-1px 0 0 0;
	width: 150px;
	height:auto;
	text-align:left;
	color:#f5f5f5;  
	border:1px #241A0C solid;
	background:#715529;
}							

div.menu ul ul li a:hover,
div.menu ul ul li.current_page_item > a,
div.menu ul ul li.current_page_ancestor > a,
div.menu ul ul li.current_page_parent > a,
div.menu ul ul li.current-menu-ancestor > a,
div.menu ul ul li.current-menu-item > a,
div.menu ul ul li.current-menu-parent > a{	
	height:auto;
	color:#BEB64B;  
	background:#715529;
}

/* 	[ Menu ]  Level 3                                            */<!-- -->
div.menu ul ul ul{
	left: 100%; 
	top: 0px;
	margin:5px 0 0 -5px;
}
div.menu ul li:hover > ul{ display:block; }

/*	[ Content ] Post                                                */<!-- -->
.postbox{
	position:relative;
	overflow:hidden;
	width:609px;
	padding:0;
	margin:0 0 20px 0;
	background:url(images/bg_post_repeat.jpg) repeat-y;
}
.postbox2{
	background:url(images/bg_post_top.jpg) no-repeat center top;
}
.postbox3{
	padding:0 0 20px 0;
	background:url(images/bg_post_btm.jpg) no-repeat center bottom;
}
.post_title{
	padding:0;
	margin:0px 60px 10px 64px;
	padding:30px 0 0 0;
}

.post_title a{
	color: #294eb3;
	text-decoration:none;
}
.post_title a:hover{
	text-decoration:underline;
}
.post_title h1, .post_title h2{
	font-size:20px;
	font-family:Georgia,Times,serif;
	line-height:1.2em;
	font-weight:normal;
	border-bottom:0px red solid;
	text-align:center;
	margin:0;
	padding:0;
}
.post_author{
	font-family:Times,serif;
	font-size:12px;
	font-style:italic;
	text-align:center;
	padding-bottom:15px;
	margin:0 64px 10px;
	height:45px;
	min-height:45px;
	background:url(images/bg_post_mark.jpg) no-repeat bottom center;
}
.post_author a{color:#c55f45;margin-left:5px;font-family:Verdana,sans-serif;font-weight:bold;font-style:normal;letter-spacing:2px;text-transform: uppercase;}
.post_author a:hover{color:black;}

.post_date{
	position:absolute;
	left:10px;
	top:45px;
	width:36px;
	height:85px;
	padding:25px 0 0 6px;
	background:url(images/bg_post_date.jpg) no-repeat center top;
}

.post_date_day{
	width:25px;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
}
.post_date_monthyear{
	margin-top:9px;
	width:25px;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:11px;
	font-weight:normal;
	line-height: 1.3em;
	text-align:center;
	color:#ffffff;
}

.sticky .post_date{
	background:url(images/bg_post_date_sticky.jpg) no-repeat center top;
}

.page .post_date, .page .post_author{
	display:none;
}


/*		[ Content ] Entry                                            */<!-- -->
.entry{
	position:relative;
	overflow:hidden;
	line-height: 1.7em;
	padding:0;
	margin:0 0 0 53px;
	width:509px;
	min-height:120px;
	font-family:Georgia,Times,serif;
	font-size:13px;
	text-align: justify;
}

img.post_thumb {
	float:left;
	display:block;
	padding:1px;
	margin:5px 10px 0 0;
	border:2px solid #c8c8c8;
	background:transparent;
}


.entry p{
}
.entry table {
	border: 1px solid #c8c8c8;
	text-align: left;
	width: 100%;
}
.entry tr th, .entry thead th {
	font-weight: bold;
	padding: 8px 20px;
}
.entry tr td {
	padding: 5px 20px;
}
/*		[ Content ] Post Info                                        */<!-- -->
.info {
	position:relative;
	line-height: 1.7em;
	font-size: 10px;
	padding:15px 0 20px 0;
	margin:0 42px 0 53px;
	color:#000000;
	background:url(images/bg_post_line.jpg) no-repeat left top;
}

.info a{
	color:#806430;
	text-decoration:none;
}

.info a:hover{
	color:#806430;
	text-decoration:underline;
}

.info_category {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/icon_category.jpg') no-repeat top left;
}

.info_tag {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/icon_tag.jpg') no-repeat top left;
}

.info_comment {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/icon_comment.jpg') no-repeat top left;
}

/*		[ Content ] MISC                                             */<!-- -->
.archivetitle {
	color: #82714C;
	text-align:left;
	font-size: 11px;
	font-weight:bold;
	line-height:15px;
	padding: 0px 0px 0px 0px;
	margin: 10px 20px 15px 45px;
}
.navigation {
	clear:both;
	overflow:hidden;
	font-size: 11px;
	font-weight:normal;
	margin: 30px 20px 10px 20px;
	padding: 5px 5px 5px 5px;
}
.navigation a{
	color:#000000;
}
.sorry {
	font-size: 12px;
	font-style: italic;
	margin: 20px 20px 0px 20px;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #000000;
}

#featured {
	padding: 30px 0px 0px 0px;
	margin: 0px 10px 0px 8px;
}

/*	[ Comment ] General                                             */<!-- -->
#postmetadata {
	font-size: 11px;
	margin: 10px 20px 20px 20px;
	padding: 5px 15px 5px 15px;
	color:#000000;

}
#postmetadata a{
	text-decoration:none;
}
.nocomments {background: none;margin:10px;padding:20px;}

#comments_title {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding:0;
	color:#000000;
	font-variant: normal;
	border-bottom: 1px dotted #9D8486;
}

ol.commentlist {
	position:relative;
	list-style: none;
	line-height:1.6em;
	margin:5px 0px ;
	padding:5px 15px 5px 15px;
	font-size:12px;
	background:none;
	border:none;
}
ol.commentlist .comment a{
	text-decoration:none;
	border-bottom: 1px #483d2b dotted;
}
ol.commentlist .trackback a.url,
ol.commentlist .pingback a.url{
	text-decoration:none;
	font-style:italic;
}

ol.commentlist .comment,
ol.commentlist .trackback,
ol.commentlist .pingback{
	margin:10px 0 0 0;
	padding:0;
}

ol.commentlist .children{
	list-style: none;
	padding:0;
	margin:0 0 0 15px;
}

ol.commentlist .comment div, 
ol.commentlist .trackback div, 
ol.commentlist .pingback div{
	padding:5px;
	border:2px #483d2b solid;
	background:#f2efdc;
}

ol.commentlist .trackback div, 
ol.commentlist .pingback div{
	border:1px #483d2b dashed;
}
ol.commentlist .trackback div a, 
ol.commentlist .pingback div a{
	color:#000000;
}

/*ol.commentlist .comment div div,
ol.commentlist .trackback div div, 
ol.commentlist .pingback div div{*/
ol.commentlist .comment div div{
	background:none;
	padding:0;
	border:none;
}

ol.commentlist .says{
	display:none;
}
ol.commentlist .avatar{
	position:relative;
	float: left;
	margin: 5px 5px 10px 5px;
	padding: 0;
	border:none;
}

ol.commentlist .fn{ 
	color:#333333;
	font-weight:bold;
	font-size: 13px;
	font-style:normal;
}
ol.commentlist .fn a{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	border:none;
	font-style:normal;
}
ol.commentlist .fn a:hover{
	text-decoration:underline;
}

ol.commentlist .bypostauthor .fn,
ol.commentlist .bypostauthor .fn a,
ol.commentlist .comment-author-admin .fn,
ol.commentlist .comment-author-admin .fn a,
ol.commentlist .comment-author-author .fn,
ol.commentlist .comment-author-author .fn a,
ol.commentlist .comment-author-editor .fn,
ol.commentlist .comment-author-editor .fn a,
ol.commentlist .comment-author-contributor .fn,
ol.commentlist .comment-author-contributor.fn a{
	font-style:italic;
	text-decoration:none;
	border:none;
}
ol.commentlist .bypostauthor .fn,
ol.commentlist .bypostauthor .fn a{
	text-decoration:underline;
}

ol.commentlist .comment .comment-meta{
	margin:0 0 10px 0px;
	padding:0px 0 6px 0;
	font-family:Georgia,Times,serif;
	font-size:12px;
	font-style:italic;
}
ol.commentlist .comment .comment-meta a, 
ol.commentlist .trackback .comment-meta a, 
ol.commentlist .pingback .comment-meta a {
	color:#000000;
	text-decoration:none;
	border:none;
}

ol.commentlist .comment .comment-body{
	clear:both;
	padding:10px 10px 0 10px;
	border-top: 1px dashed #483d2b;
}

ol.commentlist .comment .reply{
	position:relative;
	clear:both;
	overflow:hidden;
	margin:5px 0 5px 0;
	padding:2px;
}
ol.commentlist a.comment-reply-link{
	float:right;
	display:block;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	background:none;
	border:0;
}
ol.commentlist a.comment-reply-link:hover{
	text-decoration:underline;
}
ol.commentlist .trackback a.comment-reply-link, 
ol.commentlist .pingback a.comment-reply-link{
	display:none;
}

/*		[ Comment ] Paging                                           */<!-- -->
.commentnavi{
	overflow:hidden;
	font-size:11px;
	margin:0;
	padding-right:10px;
}
.commentnavi a{
	text-decoration:none;
}
.commentnavi a:hover{
	text-decoration:underline;
}
.commentpages{
	float:right;
	padding:5px 10px;
}
.page-numbers{
	font-weight:bold;
	padding:2px 3px 2px 3px;
}
.current{
	font-weight:bold;
	text-decoration:underline;
}

/*		[ Comment ] Form                                             */<!-- -->
#respond {
	clear:both;
	padding:5px 10px 5px 5px;
	margin:15px 15px 0px 15px;
	font-size:11px;
	border:2px #9D8486 solid;
	background: #ffffff;
}
#respond p{
	margin: 8px 0;
}
.commentlist #respond{ /*when click reply*/
	margin-right:0;
}
#reply-title{ /*this is h3*/
	font-size:12px;
	font-weight:bold;
	margin:0;
}
#cancel-comment-reply-link{
	color:red;
	font-size:10px;
	font-weight:normal;
	border-bottom:1px red solid;
}

#commentform {
	margin:0;
	padding:10px 0 0 0;
}
#respond .comment-notes{
}
#respond label{
	font-size: 11px;
	margin-right:10px;
}
#respond .required{
	font-weight: bold;
}
#respond .form-allowed-tags {
	font-size: 11px;
	line-height: 14px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}

#respond input {
	color: #000000;
	font-size: 11px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #9D8486;
	font-family:  Arial, Verdana, Helvetica,sans-serif;
}
#respond textarea{
	width: 98%;
	font-size: 12px;
	font-family:  Arial, Verdana, Helvetica,sans-serif;
	color:#000000;
	border: 1px solid #9D8486;
	padding: 2px;
	margin:5px 0 0 5px;
}

#respond #submit {
	cursor:pointer;
	height: 20px;
	color: #ffffff;
	font-weight:bold;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 2px 15px;
	border: 1px solid #9D8486;
	background:#666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


/*	[ Sidebar ] General                                             */<!-- -->
#sidebar1 select{
	margin:10px 0px 2px 10px;
	font-size:11px;
	width:155px;
	overflow:hidden;
}
#sidebar2 select{
	margin:20px 0px 2px 10px;
	font-size:11px;
	width:135px;
	overflow:hidden;
}
/*		[ Sidebar 1]                                                 */<!-- -->
#sidebar1 {color:#000000; font-size:11px;}
#sidebar1 a{color:#573d29; text-decoration:none;}
#sidebar1 a:hover {text-decoration:underline;}

#sidebar1-ad-img {padding:5px 7px 5px 3px;}

#sidebar1 ul {
	position:relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar1 > ul >li { /* before = #sidebar1 ul li */
	background:url(images/bg_sb1_repeat.jpg) repeat-y center top;
	border:0px red solid;
	margin: 0px 0px 24px 0px;
	padding: 0 0px 0 0px;
}

#sidebar1 > ul > li > h4.sb_title { /*before #sidebar h4*/
	min-height:47px;
	padding:16px 5px 5px 50px;
	margin:0;
	color: #573d29;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
	font-variant: small-caps;
	background:url(images/bg_sb_head1.jpg) no-repeat top center;
}

#sidebar1 li li {
	line-height: 1.6em;
	list-style-type: none;
	margin: 0;
	padding: 2px 0px 0px 12px;
}

#sidebar1 ul ul{
	padding:8px 2px;
}
#sidebar1 ul ul ul{
	padding:0;
}

div.st-tag-cloud {padding: 8px 14px; line-height: 1.4em;}

/*		[ Sidebar 2]                                                 */<!-- -->
#sidebar2 {color:#000000; font-size:11px;}
#sidebar2 a{color:#000000; text-decoration:none;}
#sidebar2 a:hover {text-decoration:underline;}

#sidebar2 ul {
	position:relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar2 > ul >li { /* before = #sidebar1 ul li */
	margin: 0px 0px 24px 0px;
	padding: 0 0px 0 0px;
	background:url(images/bg_sb2_repeat.jpg) repeat-y center top;
	border:0px red solid;
}

#sidebar2 .sb2_top{
	padding:0;
	margin:0;
	width:189px;
	background:url(images/bg_sb2_top.jpg) no-repeat center top;
}
#sidebar2 .sb2_btm{
	background:url(images/bg_sb2_btm.jpg) no-repeat center bottom;
	padding:39px 10px 20px 15px; /*padding top if prepare if no title*/
}

#sidebar2 h4.sb_title { /*before #sidebar h4*/
	min-height:47px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
	font-variant: small-caps;
	padding:13px 5px 0 45px;
	margin:-39px 0 0 0 ;
}

#sidebar2 li li {
	line-height: 1.6em;
	list-style-type: none;
	margin: 0;
	padding: 3px 0px 0px 10px;
	background:url(images/bg_sb2_arrow.gif) no-repeat 0px 7px;
}


#sidebar2 ul ul{
	padding:8px 2px;
}
#sidebar2 ul ul ul{
	padding:0;
}

.aboutme {
	clear:both;
	margin:5px 5px 0 0;
	line-height:1.5em;
}
.aboutme img{
	margin:5px 5px 0 0 !important;
}

/*	[ Footer ] Link and credit                                      */<!-- -->
#footer_credit{
	position:absolute;
	top:10px;
	left:100px;
	width:740px;
	line-height:1.3em;
	margin:0;
	font-size:10px;
	color:#ffffff;
	text-align:left;
}
#footer_credit a, #footer_credit a:hover{
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	font-style:normal;
}

/*	[ Widget ]                                                      */<!-- -->
.wp-caption {
	text-align:center; 
	color:#666666;
	padding-top:3px;
}
.wp-caption .wp-caption-text {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:10px;
	font-style:italic;
    text-align:justify;
	line-height:17px;
    color:#666666;
	padding:5px;
	margin:0;
}

#wp-calendar {
	line-height:1.6em;
	width: 160px;
	margin:0 0 0 10px;
	text-align: center;
	font-size:12px;
	color:#000000;
}
#wp-calendar caption {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: center;
}

#wp-calendar td {
	font-size:11px;
	color:#000000;
}
#wp-calendar td a {
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
}

.tagcloud{
	border:1px red solid;
	padding:10px;
}

.textwidget {
	padding:2px 10px 5px 10px;
	line-height:1.6em
}
#akismetwrap{
	margin:2px 0 2px 10px;
}
.rsswidget img {
	display:none;
}

#sidebar h4 a.rsswidget{
	margin-left:0px;
	overflow:hidden;
	text-decoration:none;
}
.wp-smiley{
	vertical-align:middle;
	border:0px;
	padding:0px;
}

/*	[ Custom Widget and options]                                    */<!-- -->
.widget_ads160 {
	padding:10px 0 5px 0;
	margin:0;
	text-align:center;
	overflow:hidden;
	margin:0;
}
.widget_ads160 img{
	padding:0;
}

/*	[ Table CSS for Gallery static page]                            */<!-- -->
#gallery-table {
	width: 350px;
	margin: 0px auto;
	border-collapse: collapse;
	border: 0px solid #000000;
 }
#gallery-table .rowa {
	height: 20px;
}
#gallery-table .rowb {
	height: 20px;
}
#gallery-table .cell {
	padding: 0px;
	border: 0px solid #000000;
	text-align:center;
}

.grav-clone {
position: relative;
top: -29px;
left: -1px;
}
<!-- -->