/*--------- RESET --------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 
table { 
    border-collapse:collapse; 
border-spacing:0; 
} 
fieldset,img {  
    border:0; 
} 
address,caption,cite,code,dfn, th,var { 
    font-style:normal; 
    font-weight:normal; 
} 

em {font-style:italic}
strong {font-weight:bold}

ol,ul { 
    list-style:none; 
} 
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym { border:0; 
} 

/*--------- SETUP --------- */
body{ 
	margin:0;
	padding:10px 0 0; 
}
body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote { margin: 0; padding: 0 }
h1, h2, h3, h4, h5 { padding: 10px 0 }
a, h1, h2, h3, h4, h5, h6  { color:#222222 }
ul, ol{ list-style:none }

/*---------MISC STYLING --------- */
.fix{ clear:both; height:1px; overflow:hidden; margin:0 0 -1px }
.clear{clear:both;position:relative;}
img.fl{ margin:0 12px 5px 0; background:#ffffff; border:1px dotted #cccccc; padding:5px; }
img.fll, .entry img{ background:#ffffff; border:1px dotted #cccccc; padding:5px; margin:0 0 6px 0 }
img.fl:hover, img.fll:hover, .entry img:hover{ border:1px solid #666 }
.fl, .fll{ float:left }
.fr, .frr{ float:right }
.ac, span .ac{ text-align:center }
.ar, span .ar{ text-align:right }
.al, span .al{ text-align:left }
.gravatar{ float:left; background:#EDEDED; margin:0 7px 0 0; padding:4px }
.border-top{ border-top:2px solid #D8D8D8 }
.border-bottom{ border-bottom:1px solid #D8D8D8 }
.alpha{ margin-left:0 }.omega{ margin-right:0 }
.wp-caption { background:#F4F4F4; margin:0 0 6px 6px }
.wp-caption .wp-caption-text { text-align:center; margin:0; padding:0 0 6px 0 }
img.alignleft{ margin:0 10px 0 0 }
.aligncenter{ display:block; margin:10px auto 20px }
.alignleft{ float:left; margin:10px 20px 8px 0 }
.alignright{ float:right; margin:10px 0 8px 20px }
.widget ul li ul li,.widget_pages ul li ul li{ border:none; margin:8px 0 5px 15px; padding:0 0 0 10px }
a,.widget ul li a,.featured_post h3 a:hover{ text-decoration:none }
a:hover,#pagenav li ul li a:hover,.widget ul li a:hover,.widget .more a,.content .more a:hover,.post h2 a:hover,.featured_post h2 a:hover,.navigation a:hover{ text-decoration:underline }
.content_left,.footer_left,.fl{ float:left }
.content_right,.footer_right,.col2,.fr{ float:right }

/*---------LAYOUT--------- */
.wrapper{ position:relative; z-index:1; width:960px; 
		min-height:500px;
		margin-right:auto; margin-left:auto; padding-bottom:10px;
}
.page{ position:relative; z-index:1;  float:left; width:960px; padding:0;
}

#head-section{ 
	width:930px; 
	height: 100px; 
	padding:7px 0 3px 0;
}

#header{ float:left; width:450px; margin:-12px; }
#header-about h2 {
	float:left; width:100%;
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	margin:0 0 30px; padding:15px 0;
}
#header img{ border:none !important; visibility:hidden !important; }
.logo a{
	display:block; /*-------------- theme logo override ------------*/
	width:440px;
	height:77px;
}
.nav{ float:left; width:610px }
.content{ left:320px; width:650px }
.content li{ margin-bottom:5px }
#header .blog-title{ line-height:50px }
#header .blog-title a{ color:#222222; font-size:34px; font-weight:bold }
#header .blog-title a:hover{ text-decoration:none; color:#666666 }
#header .blog-description{ color:#666666 }

/*---------SUBSCRIBE ---------  */
.feed-spot{ line-height:18px;  margin:3px 0 0 0; float:right; height:16px; padding:0 5px 0 0 }
a.admin-link, a.admin-link:hover{padding:0 6px 0 0}

.rss-button{ padding:2px 9px }

/*---------TOP NAVIGATION for PAGES---------  */
.top_menu{position:relative; z-index:100; height:25px; width:930px; text-align:left; padding:0 }
.top_menu ul{ list-style:none; margin:0; padding:0 }
.page-menu li a{ color:#D8D8D8; display:block; padding:0 9px }
.page-menu li ul li a{ border:0; color:#FCFCFC }
.page-menu li a:hover,.top_menu li.active a{ color:#FCFCFC; background:#1E1E1E }
.page-menu li.current-menu-item a{
	background:#1E1E1E;
	font-weight:bold;
}
.page-menu li.current-menu-item a:hover{ color:#fff }
.page-menu li.current-menu-item a:hover,#pagenav li:hover a{color:#FCFCFC}

/*---------DROPDOWN NAVIGATION FOR PAGES---------  */
#pagenav a{ display:block }
#pagenav li{ float:left; line-height:25px }
#pagenav li a:hover{ background:#1E1E1E;text-decoration:none }
#pagenav li ul{ position:absolute; width:15em; left:-999em }
#pagenav li:hover ul,#pagenav li.sfhover1 ul{ left:auto; z-index:1000 }
#pagenav li ul li{ background:#1E1E1E; border:solid #595959; line-height:26px; width:15em; border-width:0 1px 1px }
#pagenav li:hover,#pagenav li.hover{ position:static }
#pagenav li ul ul{ margin:-29px 0 0 15em }
#pagenav li:hover ul ul,#pagenav li:hover ul ul ul,#pagenav li.sfhover1 ul ul,#pagenav li.sfhover1 ul ul ul{ left:-999em; padding:2px 0 0 }
#pagenav li:hover,#pagenav li.sfhover1{ background:#1E1E1E }
#pagenav li a:hover,#pagenav li a.sfhover1{ color:#fff }
#pagenav li ul li ul li,#pagenav li ul li ul li ul li,#pagenav li ul li ul li ul li ul li{ border:1px solid #595959 }
#pagenav li:hover ul ul,#pagenav li.sfhover1 ul ul,#pagenav li:hover ul ul,#pagenav li:hover ul ul ul,#pagenav li:hover ul ul ul ul,#pagenav li.sfhover1 ul ul,#pagenav li.sfhover1 ul ul ul,#pagenav li.sfhover1 ul ul ul ul{left:-999em}
#pagenav li:hover ul,#pagenav li li:hover ul,#pagenav li.sfhover1 ul,#pagenav li li.sfhover1 ul,#pagenav li:hover ul,#pagenav li li:hover ul,#pagenav li li li:hover ul,#pagenav li.sfhover1 ul,#pagenav li li.sfhover1 ul,#pagenav li li li.sfhover1 ul,#pagenav li:hover ul,#pagenav li li:hover ul,#pagenav li li li:hover ul,#pagenav li li li li:hover ul,#pagenav li.sfhover1 ul,#pagenav li li.sfhover1 ul,#pagenav li li li.sfhover1 ul,#pagenav li li li li.sfhover1 ul{left:auto}
select,#pagenav{ padding:0 }

/*---------TOP MENU for CATEGORIES--------- */
#cat-menu{ height:70px; text-align:left; margin-top:-7px; visibility:hidden;} /* ------------------------ TEMP MENU HIDE -------------------- */
#cat-menu li{ float:left; line-height:23px }
#cat-menu li a{ color:#33332E; display:block; padding:0 15px }
#cat-menu li ul li a{ border:0 }
#cat-menu li a:hover, #cat-menu li.active a{ color:#33332E; background:#ff0000; text-decoration:none }
#cat-menu li.category-home a{ border-left:0 }
.switcher { padding: 75px 0 0 0 }
#cat-menu li.selected-cat a, #cat-menu li.current-cat, #cat-menu li.current-cat-parent{ background:#ff0000 }

/*---------DROPDOWN NAVIGATION FOR CATEGORIES--------- */
#catnav, #catnav ul{float:left; list-style:none; padding:0; }
#catnav a{display:block }
#catnav li{float:left; line-height:40px }
#catnav li a{ padding-top:0 }
#catnav li ul li a{ padding-top:0 }
#catnav li a:hover{background:#DEDBD1; text-decoration:none; }
#catnav li ul li a:hover{text-decoration:underline }
#catnav li ul{position:absolute; width:15em; left:-999em; padding-top:1px }
#catnav li:hover ul, #catnav li.sfhover ul{left:auto; z-index:1000 }
#catnav li ul li{background:#FFF; border:solid #D8D8D8; line-height:26px; width:15em; border-width:0 1px 1px 1px; }
#catnav li:hover, #catnav li.hover{position:static }
#catnav li ul ul{margin:-29px 0 0 15em }
#catnav li:hover ul ul, #catnav li:hover ul ul ul, #catnav li.sfhover ul ul, #catnav li.sfhover ul ul ul{left:-999em; padding:2px 0 0 }
#catnav li:hover, #catnav li.sfhover{background:#DEDBD1 }
#catnav li ul li ul li, #catnav li ul li ul li ul li, #catnav li ul li ul li ul li ul li{border:solid #D8D8D8; border-width:1px 1px 0 1px }
#catnav li ul li ul, #catnav li ul li ul li ul, #catnav li ul li ul li ul li ul{border:solid #D8D8D8; border-width:0 0 1px 0 }
#catnav li:hover ul ul, #catnav li.sfhover ul ul, #catnav li:hover ul ul, #catnav li:hover ul ul ul, #catnav li:hover ul ul ul ul, #catnav li.sfhover ul ul, #catnav li.sfhover ul ul ul, #catnav li.sfhover ul ul ul ul{left:-999em }
#catnav li:hover ul, #catnav li li:hover ul, #catnav li.sfhover ul, #catnav li li.sfhover ul, #catnav li:hover ul, #catnav li li:hover ul, #catnav li li li:hover ul, #catnav li.sfhover ul, #catnav li li.sfhover ul, #catnav li li li.sfhover ul, #catnav li:hover ul, #catnav li li:hover ul, #catnav li li li:hover ul, #catnav li li li li:hover ul, #catnav li.sfhover ul, #catnav li li.sfhover ul, #catnav li li li.sfhover ul, #catnav li li li li.sfhover ul{left:auto }
select, #catnav{padding:0 }
.bot, #header .spacer p, .list2{clear:both }

/*--------- TOP FEATURED POSTS WITH IMAGES--------- */
.topstories img{ margin:0; background:#ffffff; border:1px solid #ffffff; padding:0 }
.topstories img:hover{ border:1px solid #ffffff }
.topstories{
	width:650px;
	padding-bottom:20px;
	/*padding-left:15px;*/
}
.topstories .a_block{
	float:left; display:inline;
	position:relative;
	margin-left:1px;
	margin-bottom:1px;
}
.topstories .a_block_first{margin-left:0px;}
.topstories .a_block img{float:left; display:inline}
.topstories .a_block .txt_holder{
	position:absolute;
	bottom:0;
	left:0;
	cursor:pointer;
	-background:#100502;
}
.topstories .a_block .txt_holder p{
	line-height:20px;
	color:#FFFFFF;
	padding:8px 10px;
	position:relative;
}

.topstories a:hover {text-decoration:none}
.topstories .a_block .txt_holder p .txt{
	position:relative;
	z-index:10;
}
.topstories .a_block .txt_holder p .bg{
	position:absolute;
	width:100%;
	height:100%;
	bottom:0; left:0;
	background:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	-display:none;
}
.topstories .a_block .txt_holder .timestamp, 
.topstories .a_block .txt_holder .badge{
	position:absolute;
	top:-20px;
	color:#000;
	font-size:10px;
	line-height:20px;
	padding:0 10px;
	text-transform:uppercase;
}
.topstories .a_block .txt_holder {
	padding-left:1px;
	margin-bottom:-1px;
}
.topstories .a_block .txt_holder .timestamp .txt, 
.topstories .a_block .txt_holder .badge .txt{
	position:relative;
	z-index:10;
}
.topstories .a_block .txt_holder .timestamp .txt .smaller, 

.topstories .a_block .txt_holder .timestamp .bg{
	position:absolute;
	width:100%;
	height:100%;
	bottom:0; left:0;
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	-display:none;
}

.timestamp {
		
}
		
.topstories .a_block_lg{width:384px; height:200px}
.topstories .a_block_lg p{width:364px;}
.topstories .a_block_md{width:265px; height:200px;}
.topstories .a_block_md p{width:245px;}
.topstories .a_block_sm{width:216px; height:199px;}
.topstories .a_block_sm p{width:196px;}

/*---------REST OF ENTRIES --------- */
.content .post{ float:left; margin-bottom:30px; width:650px }
.blog .post h2{ margin-bottom:5px; font-size:20px; font-weight:400 }
.post h2{ font-weight:700 }
.post h2.post_title{ font-size:32px; margin-bottom:30px }
p.header_meta span{ font-size:12px; margin-right:5px; color:#FFF; padding:5px }
.blog .post p{ font-size:13px; font-weight:normal; margin:5px 0; line-height:20px; text-align:justify }

.boxed_posts .post{ width:300px; padding:0 !important; display: inline; position:relative }
.left_column{ float:left; margin:10px 25px 10px 0px !important}
.right_column{ float:right; margin:10px 0px 10px 25px !important}

.boxed_posts .post .title_bg h2 a{ color:#000; font-size:20px; font-weight:normal }
.boxed_posts .post .title_bg h2{ padding:8px 0; letter-spacing:0; margin:0; clear:both }
.boxed_posts .post span.date_bg{ font-size:13px; font-weight:normal; float:left; padding:4px; font-style:oblique; color:#9f9f9f }
.boxed_posts .post span.comment_bg{ float:right; line-height:24px; margin-left:15px; padding-left:20px; font-style:oblique }
.boxed_posts .post span.comment_bg a{ color:#838383; font-size:24px; font-weight:normal }

.full_posts .post{ float:left; width:600px; margin:10px 15px 5px 10px !important; border-top:1px dotted #cccccc; padding:15px 0 0 0 !important; display: inline; position:relative }
.full_posts .post .title_bg h2 a{ color:#000; font-size:20px }
.full_posts .post .title_bg h2{ padding:8px 0 12px 0; letter-spacing:0; margin:0 }
.full_posts .post span.date_bg{ float:left; padding:4px; font-style:oblique; color:#9f9f9f }
.full_posts .post span.comment_bg{ float:right; line-height:24px; margin-left:15px; padding-left:20px; font-style:oblique }
.full_posts .post span.comment_bg a{ color:#838383; font-size:24px }
.full_posts img.fll{ margin-right:10px }

/*---------SIDEBAR ---------  */
.sidebar{ width:290px }
.sidebar_right{ float:right; padding-left:8px; margin-left:8px; margin-right:0 !important; border-left:1px dotted #cccccc }
.sidebar_left{ float:left; padding-right:30px; border-right:1px dotted #cccccc }
.sidebar h3{ font-weight:700; font-size:16px }
.sidebar p{ font-size:12px; color:#fff }
.nosidebar .post2, .nosidebar .header-about h2{ width:930px; float:left;margin-bottom:30px }
.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	text-decoration:none;
}

/*---------widgets ---------  */
.widget{ width:270px; margin-bottom:30px; float:left; list-style:none; /*overflow:hidden;*/ padding:0 15px 0 15px; background: #ffffff;}
.widget .more,.content .more{ margin-bottom:0 }
.widget p, .widget ul {margin: 0 13px 0 0;}
.textwidget .widget ul {margin: 0 0 0 0 !important;}
.widget .more span,.content .more span{ color:red; margin-right:5px }

.widget li{ padding:0 2px; line-height:15px; list-style:none; margin:0 0 5px 0; width:100%; font-size:12px; }
.widget h2, .widget h3{ margin:0 0 10px -15px; background:#191919; padding:5px 15px 7px 15px }
.flickr h3 span{ font-weight:normal; }
.flickr ul{ margin:15px 0 0; padding:0 }
.flickr_badge_image{ float:left; list-style:none; margin:0 10px 10px 0 }
.flickr img{ border:1px solid #969696; background:#F4F4F4; padding:11px }
.flickr img:hover{ border-color:#333 }
#calendar_wrap{ padding:0 0 0 40px; font-size:13px }
#calendar_wrap caption{ padding:10px 0 }
li.recentcomments a{ font-style:italic }
.widget #searchform label{ display:none }

#twitter p.website{ margin:10px 0 0 0; padding: 20px 0 30px 48px; }

#video .vidtabs { border:none; padding:8px 0; margin:0 }
.idTabs{font-size:12px; float:left; margin:0 0 8px }
.idTabs li{float:left; list-style:none; width:20px }
.idTabs li a{ background:#cccccc; display:block; margin:0 7px 0 0; padding:5px 8px }
.vidtabs .idTabs li a:hover,.vidtabs .idTabs .selected{ background:#000000 }
.textwidget h2 {
	margin-left:0;
}
/*---------ADVERTISING ads --------- */
.box3{ background:transparent; width:255px; padding:0 0 30px 0; margin:0 0 0 -2px }
.ads123456{ height:125px; padding: 2px 0 0 0 }
.ads123456 img{ float:left; border:1px solid #fff; margin:0 }
.ads123456{ float:right; margin:0 }
#big_banner img{ background:transparent; border:1px solid #cccccc; margin:0 0 0 2px }
#big_banner1 img{ background:transparent; border:none; margin:10px 0 0 0 }

.adsense-468{ text-align:center }
.adsense-728{ text-align:center; padding:20px 0 0 0; margin:0 0 -20px 0; width:910px }

/*---------SINGLE POST STYLING --------- */
span.comments { margin-left:5px; padding-left:20px; }
.single-post #header-about h1{ float:left; width:650px; border-top:1px dotted #cccccc; border-bottom:1px dotted #cccccc; margin:0 0 20px; padding:15px 0; }
.date-comments{ color:#777; line-height:20px }
  
.tags{ padding: 10px 0 }
.entry { color:#333; padding: 0 0 30px 0; }
.entry .wp-caption a { background:none !important; }
.entry img.fr{ margin:0 }
.entry img.alignright{ margin:0 0 10px 10px }
.entry p{ text-align:left; font-size:13px; line-height:20px !important; padding:8px 0 }
.entry blockquote{ border-left:2px solid #444; width:85%; color:#666; font-style:italic; margin:5px auto 15px; padding:0 10px }
.entry ol, .entry ul { line-height: 18px; padding:8px 0 }
.entry ul { padding-left: 60px }
.entry ul li { list-style: disc; padding: 0 0 0 0 }
.entry ul li ul li { list-style: circle }
.entry ol { padding-left: 50px }
.entry ol li { list-style: decimal inside; padding: 0 0 0 0 }
.entry h2, .entry h3 { font-weight:normal; margin-bottom:-10px; padding-bottom:0 !important;}
.entry h2 { font-size: 32px }
.entry h3 { font-size: 28px; font-style:italic; }
.entry h4 { font-size: 14px }
.entry h5 { font-size: 11px }

.photo-credit, .photo-credit a, .photo-credit a:hover{
	position:relative;
	float:right;
	margin-top; 38px;
	margin-bottom: -38px;
	margin-right: 5px;
	color:#BBB;
	background:none !important;
	text-decoration:none;
}

/*---------SINGLE PAGE STYLING --------- */
.page{ padding:10px 0 }
span.edit-entry { font-size:16px; color:#999; margin:0 0 0 20px; padding: 7px 0 7px 30px }
.last-updated{ font-size:11px; color:#999; text-align:right }

/*---------COMMENTS --------- */
#comments h3{ padding:0 0 20px 0; margin:0 }
#comments .commentlist { padding:0; margin:0 }
#comments ol{padding:20px 0;}
#comments .comment { margin: 10px 0 0 0; width: 100%;}
#comments .comment a{ text-decoration:none; border-bottom:1px dotted; padding:1px 0 }
#comments .comment a:hover{ color:#000000 }
#comments .comment .meta-left { width: 90px; float:left; color:#aaaaaa }
#comments .comment .meta-left p{ padding:10px 0 0 0; margin:0 }
#comments .comment .meta-left .meta-wrap {width: 90px; overflow: hidden; padding-right: 7px; min-height:70px }
#comments .comment small {font-size: 11px }
* html #comments .comment .text-right { height:70px }
#comments .comment .text-right { min-height:70px; margin:0; background:none; border:1px dotted #aaaaaa; padding: 12px; margin-left:100px; float:none }
#comments .comment .text-right p { line-height: 18px; padding: 0 0 8px 0 }
#comments ul.children { margin:10px 0 0 20px; padding:0 }
#comments .comment .authcomment{ background:#F7F7F7; border:1px dotted #aaaaaa }
p.commpadd{ padding:0; margin:0 0 10px 0 }
span.comm-reply{ float:right; color:#aaa; padding:5px 0 0 0 }
span.comm-reply a{ font-size:13px; color:#aaa }
.cancel-comment-reply{ padding:0 0 10px 0 }
#respond { padding:10px 0 0 0; margin:0; width:595px }
#respond p{ padding:5px 0; margin:0 }
#respond textarea, .commpadd input{ background:none; border:1px dotted #aaaaaa }
#respond textarea { margin:0; padding:5px }
p.commpadd input{ line-height:25px; height:25px; padding:5px 0 0 5px }
p.commpadd label{ padding:0 0 0 5px }
input#submit{ text-align:center; padding: 5px; background:#000000; border:1px dotted #aaaaaa; margin:0 }

/*---------ARCHIVE --------- */
.arclist ul li{ color:silver; font-size:12px; border-bottom:1px solid #f1f1ed; padding:5px 0 }
.arclist ul li ul{ border-bottom:0; padding:0 0 0 5px }
.arclist ul li ul li{ border-bottom:0; padding:10px 0 0 5px }
.arclist .archives-time{ float: left;	text-transform: uppercase; color: #666666; width: 90px; border-right: dashed 1px #ddd; margin:0 15px 0 0 }
.browsing-archive #header-about h2{ font-size:24px }

#more-news-arc h2{ width:410px; text-align:left; border-top:1px dotted #cccccc; border-bottom:1px dotted #cccccc; margin:0 0 15px; padding:10px 0 }
ul.list1 li{ line-height:22px }
.more-news h2{ float:left; width:100%; border-top:1px dotted #cccccc; border-bottom:1px dotted #cccccc; margin:37px 0 0 0; padding:10px 0 }
#archive-about h2{ float:left; width:100%; padding:0 0 10px 0; }

.rss-archive{ padding-left:24px; line-height:23px }

/*---------PAGE NAVIGATION - pagination --------- */
.pagination { width: 100%; font-size: 12px; font-weight: bold; padding:0 }
.Navi { float: right; padding: 0 0 20px 0 }
.Navi a { text-decoration: none !important; border:1px dotted #cccccc; color: #000; display: block; float: left; padding: 3px 7px; margin-left: 4px }
.Navi a:hover { color:#000; background: #ddd }
.Navi .on { color:#fff; display: block; float: left; font-size: 12px; padding: 4px 9px; margin-left: 4px; background: #000 !important }

/*---------AUTHOR STYLING --------- */
.author-archive{ padding:0 0 15px 0; margin: 0 0 15px 0 }
.auth_gravatar{ float:left; margin-right:10px; width:58px}
.auth_gravatar img{ background:#FFF; border:1px solid #ccc; width:48px; height:48px; float:left !important; padding:4px }
.auth_email a{ padding: 2px 0 2px 0; text-decoration:none; font-weight:700 }
 .auth_email a:hover{ text-decoration:underline }

/*---------FOOTER --------- */
.footer{ padding:0; margin:20px 0 0 0; background:#fff; width:610px; color:#000000 !important }
.footer a { color:#222222 }

/*--------- Footer widgets ---------  */
#footer-widgets { padding:20px 0 0 0; margin:0 0 25px 0; border-top:1px dotted #cccccc }
.footer .block { float:left; list-style:none; padding:0; margin:0 0 0 20px; overflow:hidden; background:#fff }
.footer .block .widget{ width:274px }
.footer .widget a, .footer .widget h2, .footer .widget h3, .footer .widget li, .footer .widget p { color:#262626 !important }
.footer .block .widget ul{ margin:0 15px }
.footer .block .widget li{ padding:0 2px; line-height:25px; list-style:circle outside; margin:0; width:100% }
.footer .block .widget h2, .footer .block .widget h3{ margin:0 0 10px -5px; color:#fff !important; font:normal 18px Arial, Helvetica, sans-serif; background:#191919; padding:5px 15px 7px 18px }
.footer .block {	width:274px; margin-left:20px; display:inline }
.footer .block ul, .footer .block .textwidget , .footer .block #calendar_wrap{ padding-bottom:10px; clear:both; color:#565656 }
.footer .block a{ text-decoration:none; padding:1px 0 }
.footer .block #calendar_wrap{ font-size:17px; padding-left:50px }
.footer .block .textwidget { padding:5px 10px; margin:15px 0 0 0; color:#262626; line-height:20px }

/*--------- Footer widgets ---------  */
.copyright{ font-size:13px; margin:0; padding:10px 0 30px 0; width:610px; border-top:1px dotted #cccccc; }
.copyright a{ color:#000 }
.copyright .fr  { margin: 0 }
.copyright .fr img  { vertical-align: middle; border:0; padding:0 0 5px 2px }

.feed-icon {
	margin-left: -32px;
	padding-top: 6px;
}
.feed-icon img{
	width:42px;
	height:42px;
	border:none !important;
}
.mug-shot {
	position:relative;
	margin-top:-13px;
}
/*.mug-shot img{
	position:relative ;
	z-index:8;
}*/
.mug-shot p img{
	width:350px;
	padding: 6px;
	margin: 5px 28px 2px 2px !important;
	width:75px;
	height:75px;
	/*background-color:#fff;*/
	border:solid 1px #bbbbbb;
}
.mug-rss {
	position:absolute;
	z-index:9;
	top:-19px;
	left:13px;
}
.mug-twitter {
	position:absolute;
	z-index:9;
	top:-19px;
	left:132px;
}
#wpstats {
	color:#FFF;
}
.post_signature {
	width:100%;
	border: 3px double #000;
	padding: 5px 5px 5px 7px;
	overflow:visible;
	min-height: 77px;
}
.post_signature #sigatar {
	float:left;
	padding: 0 7px 5px 0;
}
.post_signature #sigatar img{
	width:64px;
	height:64px;
}
.sig_box {
	width:200px;
	height:93px;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	/*background-color:#FFD7CE;*/
}
.sig_box img, .sig_box img:hover{
	background:none;
	border:none;
	float:left;
}
.sig_box p{
	margin: 4px 0 0 4px;
	padding: 0 0 0 0;
	line-height:15px !important;
}
#sig_left {
	float:left;
	margin: 0 9px 0 0;
	padding: 5px;
}

#sig_middle {
	float:left;
	padding: 5px;
}
#sig_right {
	float:left;
	margin: 0 0 0 9px;
	padding: 5px;
}