/*
Theme Name: GeoChirp
Theme URI: http://www.geochirp.com/
Description: This theme was made for the Popular Twitter application GeoChirp
Author: CueBlocks
Author URI: http://www.cueblocks.com/
Tags: Dark, Cyan, Black, Gray
*/

@charset "utf-8";
body {
	background:#171717 url(images/top-bg.png) center top no-repeat;
	height:100%;
}

.clear
{
	clear:both;
}
#container
{
	width:990px;
	margin:auto;
	margin-top:45px;
	position:relative;
}
span.top-left
{
	float:left;
	margin:19px 0px 0px 11px;
}
#header .map-btn
{
	background:url(images/map-img.png) no-repeat;
	width:30px;
	position:absolute;
	top:-20px;
	right:136px;
	height:14px;
	display:block;
}
#header .map-btn:hover,
#header .search-btn:hover
{
	background-position:bottom;
}

#header .search-btn
{
	background:url(images/search-img.png) no-repeat;
	width:49px;
	position:absolute;
	right:80px;
	top:-20px;
	height:14px;
	display:block;
}

#header
{
	text-align:center;
	height:57px;
	position:relative;
	background:url(images/top-logo-bg.png) repeat-x;
	border-top:solid 1px #000;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
}
span.logo
{
	margin-top:19px;
	display:block;
	float:left;
}
span.logo span a
{
	font:italic 11px Arial, Helvetica, sans-serif;
	color:#676767;
	text-decoration:none;
}
#header .topright
{
}

.top-right a
{
	position:absolute;
	right:10px;
	top:-20px;
	color:#77e6ff;
	text-transform:uppercase;
	font:9px/12px Arial, Helvetica, sans-serif;
	display:block;
	background:url(../images/new-tweets.png);
	text-decoration:none;
	height:13px;
	width:60px;
	padding-top:1px;
	letter-spacing:0.4px;
}


/* ||||||||||||| HEADER ||||||||||||||||| */



/* ||||||||||||| MAP ||||||||||||||||||| */

#map
{
  height: 0px;
}

#map-holder
{
	position:relative;
}

#map-holder .top
{
	position:absolute;
	top:0px;
	z-index:99;
	background:url(images/map_top_bg.png) no-repeat;
	width:990px;
	height:15px;
}

#map-holder .base
{
	position:absolute;
	bottom:0px;
	z-index:99;
	background:url(images/map_base_bg.png) no-repeat;
	width:990px;
	height:9px;
}
#main-content
{
	border:solid 9px #161616;
	background:#202020 url(images/srchbx-bg.png) repeat-x;
	padding-bottom:10px;
}

#search
{
	padding:10px 4px 10px 10px;
}
#search .srchbx
{
	background:url(images/srch_inpt.png) no-repeat;
	width:285px;
	height:25px;
	font:italic 17px/25px Arial, Helvetica, sans-serif;
	color:#a8a8a8;
	padding:10px;
	border:none;
	float:left;
	margin-right:2px;
}
#search .srchbx:focus
{
	color:#fff;
	background-position:bottom;
}

/* ||||| Srch Dragger ||||| */

.nmbrtweet
{
	float:left;
	background:url(images/srch-sep.png) left center no-repeat;
	height:49px;
	padding:0px 15px;
}
.nmbrtweet label
{
	font:9px Arial, Helvetica, sans-serif;
	color:#404040;
	text-transform:uppercase;
	letter-spacing:0.7px;
}

#search .scroll
{
	position:relative;
}

.nmbrtweet .scroll .scroll-base
{
	background:url(images/nmbrtweets_base.png) no-repeat;
	width:129px;
	height:7px;
	margin:5px 0px 0px 0px;
}

.dragger
{
	position:absolute;
	display:block;
	background:url(images/dragger.png) no-repeat;
	width:17px;
	height:16px;
	left:15px;
	top:-3px;
}
.dragger:hover
{
	background-position:bottom;
}

.nmbrtweet ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}
.nmbrtweet li
{
	float:left;
	padding:0px;
	margin:0px;
}
.nmbrtweet li strong
{
	display:block;
	padding:10px 10px 0px 10px;
	cursor:default;
	margin-top:2px;
	background:url(images/mrks.png) top center no-repeat;
  font:normal 8px Arial, Helvetica, sans-serif;
	color: #535252;
}

/* ||||| NmbrTweet ||||| */


/* ||||| radiussrch ||||| */

.radiussrch
{
	float:left;
	background:url(images/srch-sep.png) left center no-repeat;
	height:49px;
	padding:0px 15px;
	margin-right:15px;
}
.radiussrch label
{
	font:9px Arial, Helvetica, sans-serif;
	color:#404040;
	text-transform:uppercase;
	letter-spacing:0.7px;
}

#search .scroll
{
	position:relative;
}

.radiussrch .scroll .scroll-base
{
	background:url(images/rds_bg.png) no-repeat;
	width:179px;
	height:7px;
	margin:5px 0px 0px 0px;
}

.radiussrch .dragger
{
	position:absolute;
	display:block;
	background:url(images/dragger.png) no-repeat;
	width:17px;
	height:16px;
	left:90px;
	top:-3px;
}
.radiussrch .dragger:hover
{
	background-position:bottom;
}
.radiussrch ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}
.radiussrch li
{
	float:left;
	padding:0px;
	margin:0px;
}
.radiussrch li strong
{
	display:block;
	padding:10px 5px 0px 10px;
	cursor:default;
	margin-top:2px;
	background:url(images/mrks.png) top center no-repeat;
	font:normal 8px Arial, Helvetica, sans-serif;
	color:#535252;
}

/* ||||| radiussrch ||||| */


#search .srch
{
	background:url(images/srch_btn.png) no-repeat;
	width:53px;
	height:49px;
	border:none;
	outline:none;
}
#search .srch:hover,
#search .srch:focus
{
	background-position:bottom;
}


#left-panel
{
	float:left;
	width:721px;
	padding:0px 10px;
	color:#858585;
}
.twit
{
	padding:0px 10px;
}

.twitter
{
	background:url(images/tweets_bg.png) no-repeat;
	width:720px;
	height:68px;
	margin-bottom:5px;
	overflow:hidden;
	position:relative;
}
.twitter small
{
	font:9px Arial, Helvetica, sans-serif;
	letter-spacing:0.2px;
	color:#171717;
}
.twitter:hover
{
	background-position:bottom;
}
.twitter:hover small
{
	color:#3e3e3e;
}

.twitter .profilepic
{
	padding:10px 25px 10px 10px;
	float:left;
	height: 48px;
	width: 48px;
}
.twitter
{
	font:12px Arial, Helvetica, sans-serif;
	color:#858585;
}
.twitter p
{
	padding:7px;
	margin:0px;
	float:left;
	width:550px;
	height:50px;
	overflow:hidden;
	font:12px Arial, Helvetica, sans-serif;
}
.twitter p b a
{
  color:#858585;
  text-decoration:none;
}

.twitter p a
{
  color:#396e7b;
	text-decoration:none;
}
.twitter p a:hover
{
	text-decoration:underline;
}
.twitter a.re
{
  color:#c2dde3;
  text-decoration:none;
}


/* ||||| PAGINATION ||||| */

.pagination
{
	padding:2px 8px;
}
.pagination .prev
{
	display:block;
	float:left;
	background:url(images/last-img.png) no-repeat;
	width:25px;
	height:25px;
}
.pagination .next
{
	display:block;
	float:left;
	background:url(images/next-img.png) no-repeat;
	width:25px;
	height:25px;
}
.pagination .next
{
	display:block;
	float:left;
	background:url(images/next-img.png) no-repeat;
	width:25px;
	height:25px;
}

.pagination a
{
	background:url(images/pagintn.png) no-repeat;
	display:block;
	float:left;
	width:26px;
	font:12px/25px Arial, Helvetica, sans-serif;
	color:#171717;
	text-decoration:none;
	text-align:center;
	height:25px;
}
.pagination span
{
	background:url(images/pagintn.png) no-repeat;
	display:block;
	float:left;
	font:12px/25px Arial, Helvetica, sans-serif;
	color:#1d1d1d;
	text-decoration:none;
	width:26px;
	text-align:center;
	height:25px;
}
.pagination a.next,
.pagination a.prev,
.pagination a
{
	background-position:0px;
}
.pagination span.current,
.pagination a:hover
{
	color:#06272f;
	background-position:bottom;
}
.pagination span.current.next,
.pagination span.current.prev
{
	background-position:top;
}



/* |||| PAGINATION |||| */

#right-panel
{
	float:right;
	width:220px;
	margin:10px 11px 0px 0px;
}

a.refreshbtn
{
	display:block;
	background:url(images/rfrsh.png) no-repeat;
	width:220px;
	height:49px;
	padding:0px;
	margin:0px;
	text-indent:99999px;
	overflow:hidden;
	outline:none;
	cursor:default;
}
a.active
{
	background-position:0px -98px;
	cursor:pointer;
}
a.active:hover
{
	background-position:0px -49px;
}


#right-panel h2
{
	font:9px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#404040;
	letter-spacing:0.4px;
}

.tweeple .profilepic
{
	border:solid 5px #171717;
	float:left;
	width:57px;
	height:58px;
}
.tweeple p
{
	float:left;
	width:130px;
	margin:0px;
	padding:5px 0px 0px 7px;
}
.tweeple p.tweets
{
	font:italic 11px Arial, Helvetica, sans-serif;
	color:#808485;
	cursor: pointer;
}
.tweeple p.tweets a
{
	color:#808485;
	text-decoration:none;
}

.tweeple p.tweets span
{
	color:#bbb176;
}
.tweeple p.tweets span a
{
	color:#bbb176;
}

.tweeple p.name
{
	font:11px Arial, Helvetica, sans-serif;
	color:#c2dde3;
}
.tweeple p.name a
{
	color:#c2dde3;
	text-decoration:none;
}
.tweeple
{
	display:block;
	clear:left;
	margin-bottom:5px;
	cursor:default;
}
.tweeple:hover
{
	background:#171717;
}
#profile
{
	background:#171717;
}

.tweeple p a.del
{
	display:none;
	background:url(images/img-sml-block.png) no-repeat;
	width:19px;
	float:left;
	height:20px;
	margin-right:1px;
	text-indent:999999px;
	overflow:hidden;
}
.tweeple p a.fav
{
	display:none;
	background:url(images/img-sml-fav.png) no-repeat;
	width:19px;
	float:left;
	height:20px;
	margin-right:1px;
	text-indent:999999px;
	overflow:hidden;
}
.tweeple p a.reply
{
	display:block;
	background:url(images/img-sml-rply.png) no-repeat;
	width:19px;
	float:left;
	height:20px;
	margin-right:1px;
	text-indent:999999px;
	overflow:hidden;
}

.tweeple:hover p a
{
	background-position:bottom;
}

.footer
{
	background:#131313 url(images/footer-bg.png) top repeat-x;
	border:1px solid #151515;
	margin-top:15px;
	padding:10px 20px;
	font:10px Arial, Helvetica, sans-serif;
	color:#393939;
}
.footer a
{
	color:#396e7b;
	text-decoration:none;
}
.footer p
{
	margin:0px;
}

.floatleft
{
	float:left;
}
.floatright
{
	float:right;
}


.action
{
	float:right;
	width:25px;
	padding:4px;
}

.action a.reply
{
	background:url(images/img-act-rply.png) no-repeat;
	width:19px;
	height:20px;
	display:block;
}

.action a.fav
{
	background:url(images/img-act-fav.png) no-repeat;
	width:19px;
	height:20px;
	display:block;
}
.action a.block
{
	background:url(images/phaseII/more.png) no-repeat;
	width:12px;
	height:12px;
	display:none;
}
.twitter:hover .action a
{
	background-position:bottom;
}
a
{
	outline:none;
	cursor:pointer;
}

#profile
{
	margin-top:5px;
}
hr.sep
{
	background:#292929;
	border:none;
	border-bottom:solid 1px #1a1a1a;
}
.hidden
{
	background:url(images/indicator.gif);
	visibility:hidden;
	display:none;
}

.user-status
{
	background:#171717;
	position:relative;
}
.user-status .quote
{
	background:url(images/quote.png);
	position:absolute;
	top:-12px;
	left:4px;
}
.user-status p
{
	font:italic 11px Arial, Helvetica, sans-serif;
	color:#808485;
	cursor: auto;
	padding:5px;
	margin:0px;
	padding-left:20px;
}



/*  CHANGES  */


.poweredby
{
	position:absolute;
	top:-19px;
	left:10px;
}

.poweredby a
{
	font:italic 10px Arial, Helvetica, sans-serif;
	color:#676767;
	text-decoration:none;
}
.poweredby
{
	font:italic 10px Arial, Helvetica, sans-serif;
	color:#676767;
}


.highlight
{
	color:#0f0f0f;
	background:#bbb176;
}
.rsslink a
{
	background:#171717 url(images/phaseII/rss.png) 5px 5px no-repeat;
	padding:5px;
	display:block;
	padding-left:25px;
	font:italic 11px Arial, Helvetica, sans-serif;
	color:#808485;
	margin-top:6px;
	margin-bottom:1px;
	text-decoration:none;
}
.rsslink a:hover
{
	color:#58b5c7;
}
.toplinks
{
	position:absolute;
	top:-18px;
	right:174px;
	color:#77e6ff;
	text-transform:uppercase;
	font:bold 9px/10px Arial, Helvetica, sans-serif;
	letter-spacing:0.4px;
	width:250px;
	text-align:right;
}
.toplinks a
{
	color:#4c676c;
	text-decoration:none;
	background:#232323;
	padding:1px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.toplinks a:hover
{
	color:#77e6ff;
}


.univrslsrch
{

}
.univrslsrch a
{
	position:absolute;
	top:37px;
	right:10px;
	display:block;
	padding-right:32px;
	height:20px;
	width:150px;
	text-align:right;
	background:url(images/phaseII/univrslsrch.png) right top no-repeat;
	font:italic 10px/20px Arial, Helvetica, sans-serif;
	color:#676767;
	text-decoration:none;
	position:absolute;
	z-index:100;
}

.univrslsrch a:hover
{
	background:url(images/phaseII/univrslsrch.png) right bottom no-repeat;
}
.univrslsrch a.act
{
	background:url(images/phaseII/univrslsrch.png) right bottom no-repeat;
	color:#77e6ff;
	text-decoration:none;
}



/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */


.clear
{
	clear:both;
}

ul.dashboard-link
{
	padding:0px;
	margin:0px 0px 0px 10px;
	list-style:none;
	height:30px;
}

ul.dashboard-link li
{
	padding:0px;
	margin:0px;
	list-style:none;
	display:inline;
}
.main-btn a
{
	font:10px/12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.7px;
	text-decoration:none;
	color:#4c676c;
	background:url(images/phaseII/btn_act.png) 0px 0px no-repeat;
	padding:5px 20px;
	padding-right:0px;
	outline:none;
}
.main-btn a b
{
	background:url(images/phaseII/btn_unact_rght.png) right 0px no-repeat;
	text-decoration:none;
	padding:5px 10px;
	padding-right:30px;
}

.main-btn a:hover
{
	color:#77e6ff;
}

.main-btn a:hover b
{
}

.main-btn a.selected
{
	color:#77e6ff;
	background:url(images/phaseII/btn_act.png) 0px bottom no-repeat;
}

.main-btn a.selected b
{
	background:url(images/phaseII/btn_act_rght.png) right top no-repeat;
}



/* ||||||||||||||||||| GROUPS SECTION |||||||||||||||||||||||| */

.mygroups
{
	background:#1a1a1a;
}

.mygroups .groupsearch
{
	font:italic 12px/12px Arial, Helvetica, sans-serif;
	color:#4c4949;
	background:url(images/phaseII/srch_grp.png) no-repeat;
	width:192px;
	border:none;
	padding:11px;
}
.mygroups ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}
.mygroups li
{
	margin:1px 0px;
}



.grps-btn a
{
	font:10px/12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.7px;
	text-decoration:none;
	color:#4c676c;
	padding:0px 20px 0px 5px;
	padding-right:0px;
	width:205px;
	display:block;
	height:26px;
	outline:none;
	background:url(images/phaseII/grp_act.png) 0px bottom no-repeat;
}
.grps-btn.user a b
{
	background:url(images/phaseII/usr_grp_rght.png) right 0px no-repeat;
}
.grps-btn.geo a b
{
	background:url(images/phaseII/geo_grp_rght.png) right 0px no-repeat;
}

.grps-btn a b
{
	text-decoration:none;
	padding:6px 5px 5px 5px;
	padding-right:30px;
	height:14px;
	display:block;
}


.grps-btn a:hover
{
	color:#77e6ff;
}

.grps-btn a:hover
{
	color:#77e6ff;
	background:url(images/phaseII/grp_act.png) 0px top no-repeat;
}

.user.grps-btn a:hover b
{
	background:url(images/phaseII/usr_grp_rght.png) right -26px no-repeat;
}
.geo.grps-btn a:hover b
{
	background:url(images/phaseII/geo_grp_rght.png) right -26px no-repeat;
}


.mygroups .renamegroup
{
	background:url(images/phaseII/rename_grp.png) no-repeat;
	width:159px;
	border:none;
	font:italic 11px/12px Arial, Helvetica, sans-serif;
	color:#4c676c;
	padding:7px;
}

.mygroups .update
{
	background:url(images/phaseII/update.png) bottom no-repeat;
	border:none;
	width:28px;
	height:25px;
	outline:none;
}
.mygroups .update:hover
{
	outline:none;
	background:url(images/phaseII/update.png) top no-repeat;
}




/* |||||||||||||||||||||||||||||| TWEET ADDITION ADDGROUPS ||||||||||||||||||||||||||||||| */


.tweetaddition
{
	background:#0f0f0f;
	padding:10px;
	position:relative;
	display:none;
}

.tweetaddition .toplft
{
	position:absolute;
	width:1px;
	height:1px;
	top:-1px;
	left:0px;
	background:#0f0f0f;
}
.tweetaddition .toprght
{
	position:absolute;
	width:1px;
	height:1px;
	top:-1px;
	right:0px;
	background:#0f0f0f;
}
.tweetaddition .baserght
{
	position:absolute;
	width:1px;
	height:1px;
	bottom:0px;
	right:0px;
	background:#202020;
}
.tweetaddition .baselft
{
	position:absolute;
	width:1px;
	height:1px;
	bottom:0px;
	left:0px;
	background:#202020;
}

.tweetaddition .addtogrp
{
	float:left;
}
.tweetaddition .creategroup
{
	float:right;
	padding:10px;
}

.addtogrp label
{
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#508691;
	text-transform:uppercase;
	padding-right:10px;
}

.addtogrp input.addtgrp
{
	font:italic 12px/12px Arial, Helvetica, sans-serif;
	color:#4c4949;
	background:url(../images/phaseII/srch_grp.png) no-repeat;
	width:189px;
	border:none;
	padding:11px;
}

.creategroup a
{
	font:italic 11px Arial, Helvetica, sans-serif;
	color:#252525;
	text-decoration:none;
	background:url(images/phaseII/add_grp.png) right no-repeat;
	padding-right:25px;
	outline:none;
}
.creategroup a:hover
{
	color:#303030;
}

.widget p
{
	padding:0px;
	margin:0px;
	font:11px Arial, Helvetica, sans-serif;
	color:#858585;
}
.widget p a
{
	color:#4c676c;
}
.widget p a:hover
{
	color:#77e6ff;
}
.widget
{
	background:#1a1a1a;
	padding:5px;
	display:none;
}

.widget li a
{
	font:italic 12px/12px Arial, Helvetica, sans-serif;
	color:#4c4949;
	background:url(images/phaseII/srch_grp.png) no-repeat;
	width:189px;
	border:none;
	padding:11px;
}
.widget ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}
.widget li
{
	margin:1px 0px;
}

.widget li a
{
	font:10px/26px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.7px;
	text-decoration:none;
	color:#4c676c;
	padding:0px 20px 0px 5px;
	padding-right:0px;
	width:205px;
	display:block;
	height:26px;
	outline:none;
	background:url(images/phaseII/grp_act.png) 0px bottom no-repeat;
}
.widget li a b
{
	background:url(images/phaseII/usr_rght.png) right 0px no-repeat;
}

.widget li a b
{
	text-decoration:none;
	padding:6px 5px 5px 5px;
	padding-right:30px;
	height:14px;
	display:block;
}

.widget li a:hover
{
	color:#77e6ff;
}

.widget li a:hover
{
	color:#77e6ff;
	background:url(images/phaseII/grp_act.png) 0px top no-repeat;
}

.widget li a:hover b
{
	background:url(images/phaseII/usr_rght.png) right -26px no-repeat;
}

.widget select
{
	width:208px;
	padding:5px;
	border:solid 0px #000;
	background:#131313;
	color:#4c676c;
	font:11px Arial, Helvetica, sans-serif;
	outline:none;
}
.widget select:hover
{
	color:#77e6ff;
}

/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

.entry p
{
	color:#858585;
	font:12px/16px Arial, Helvetica, sans-serif;
}
.entry b,
.entry strong
{
	color:#afaeae;
}
.entry ul{ margin: 10px 0 10px 0; }
.entry ul li,
.entry ol li{ margin-top: 7px; font-size: 12px; }
h2.title
{
	padding:10px 0px 0px 0px;
	margin:0px;
}
small.time,
.postmetadata
{
	font:10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#3e3e3e;
	padding-top: 5px; 
}
.postmetadata
{
	border-top: 1px solid #3e3e3e;
}
.postmetadata a
{
	color:#3e3e3e;
	text-decoration:none;
}
#left-panel a:link,
#left-panel a:visited
{
	color:#4c676c;
}
#left-panel a:hover
{
	color:#77e6ff;
}
#left-panel a:active
{
	color:#4c676c;
}

#left-panel
{
	font-family:Arial, Helvetica, sans-serif;
}
#respond h3,
h3#comments
{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#438391;
	padding:0px;
	margin:0px;
}

.navigation .alignleft
{
	float:left;
}
.navigation .alignright
{
	float:right;
}
.navigation
{
	font:11px Arial, Helvetica, sans-serif;
	margin:15px 0px 5px 0px;
	height:25px;
}

ol.commentlist
{
	padding:0px;
	margin:0px;
	list-style:none;
}
ol.commentlist li
{
	clear:both;
	margin:0px;
	padding:0px;
	position:relative;
	margin-bottom:5px;
}
ol.commentlist li.even
{
	background:#131313;
}
ol.commentlist li.odd
{
	background:#1a1a1a;
}

ol.commentlist li.comment-author-admin .vcard
{
	color:#2f616d;
	font-weight:bold;
}
ol.commentlist li p
{
	margin:0px;
	padding:15px 25px;
	color:#858585;
}
.vcard
{
	font:11px Arial, Helvetica, sans-serif;
	color:#404040;
}
.vcard img
{
	height:20px;
	width:20px;
	padding-right:5px;
}
.comment-meta
{
	font:10px Arial, Helvetica, sans-serif;
	position:absolute;
	top:10px;
	right:10px;
}
#left-panel .comment-meta a
{
	text-decoration:none;
	text-transform:uppercase;
	color:#303030;
}

input#author,
input#email,
input#url,
textarea#comment
{
	background:#131313;
	width:97%;
	border:solid 1px #131313;
	padding:10px;
	color:#4c676c;
}
input#author:focus,
input#email:focus,
input#url:focus,
textarea#comment:focus
{
	background:#366a76;
	width:97%;
	border:solid 1px #031b21;
	padding:10px;
	color:#77e6ff;
}

#commentform label,
#commentform p
{
	color:#404040;
	padding:5px 0px;
	font:11px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

h2.subtitle,
h3.pagetitle
{
	font:italic 22px Arial, Helvetica, sans-serif;
	color:#404040;
	padding-bottom:0px;
	margin-bottom:0px;
}

#left-panel h1,
#left-panel h2,
#left-panel h3,
#left-panel h4,
#left-panel h5
{
	color:#b3b2b2;
}
#left-panel .entry h1 a,
#left-panel .entry h2 a,
#left-panel .entry h3 a,
#left-panel .entry h4 a,
#left-panel .entry h5 a
{
	color:#b3b2b2;
}