/*
Theme Name: I am Jen Xi
Theme URI: http://iamjenxi.com/
Description: A child theme of Commune.</a>
Author: Seow Jen Xi
Author URI: http://iamjenxi.com/
Template: thematic
Version: 0.1
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/************************************************ Style for drop-down menu */
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	clear: none;
}
ul, ol{
	list-style-position:inside;
}
#header{
	z-index:99; /* IE7 z-index bug */
}
#access{
	overflow:visible;
	position:static;
	float:none;
	padding:0 20px;
	margin:0;
	height:42px;
	background:url(images/menu-bg.jpg) top left repeat-x #326A99;
	border:none;
	-webkit-border-top-left-radius: 5px; 
	-webkit-border-top-right-radius: 5px; 
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
#icon_in_menu{
	float:right;
}

.menu{
	width:850px;
	position:static;
	margin:0;
	padding:1px 10px;
	overflow-x: visible;
	overflow-y: visible;
	overflow:visible;
}

.menu ul{
	padding:0;
	margin:0;
	position:absolute;
}
.menu ul li ul{
}
.menu li{
	margin:0;
	padding:0;
}
.menu li a{
	text-align:center;
	margin:0;
	width:auto;
	padding:11px 10px 0 10px;
	border:none;
	height:29px;
	background:none;
	border:none;
	
	color:#91c5f2;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
}
.menu li a:hover{
	color:#fff;
}
.menu li a:focus{
	background:url(images/hover.gif) top left repeat-x;
}
.menu ul li ul{
	height:20px;
	padding:0;
	width:940px;
	display:block;
	position:absolute;
	left: 0; /* IE7 bug Fix */
	bottom:-20px;
	background:#a9aa9b;
	}
.menu ul li ul li{
	padding:0;
	margin:0;
}	
.menu ul li ul li a{
	display:block;
	height:20px;
	width:auto;
	padding:0 10px;
	background:none;
	color:#fff;
}
.menu ul li ul li a:hover{
	display:block;
	height:20px;
	width:auto;
	padding:0 10px;
	background:#6f645f;
	color:#fff;
}
.menu ul li ul li ul{
	background:#d5d6c7;
	width:940px;
}
.menu ul li ul li ul li ul{
	background:#d5d6c7;
	width:940px;
}

.main{
	clear:both;
}
/************************************************ Body */
body{
	background:url(images/banner.php) no-repeat center top #101318;
	font-size: 14px;
	line-height: 20px;
}
#wrapper{
	margin:0 auto;
	border:none;
}
#header{
	width:960px;
	margin:0 auto;
	border:none;
	background:none;
}
#blog-title{
	padding:10px 0 0 0;
	height:71px;
	border:none;
	font-weight:normal;
	font-size:50px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Century Gothic, "Trebuchet MS", Verdana, Arial, Georgia, Times New Roman;
}
#blog-title a{
	padding:1px 5px;
}
#blog-title a:hover{
	background:#503f3f;
	border:1px solid #b6d19d;
	padding:0 4px;
}
#blog-title span{
}
#topmenu{
	height:25px;
	width:940px;
	margin:0 auto;
}
#blog-description{
	display:none;	
	font-weight:normal;
	font-size:11px;
	padding:3px 0 0 10px;
	font-family:Helvetica, Arial, sans-serif;
	text-decoration:normal;
	font-style:normal;
	color:#9c8383;
	float:left;
}

/************************************************ Pages menu */

#page_menu{
	float:right;
	margin-left:-10px;
	min-width:300px;
	overflow:hidden;
	height:25px;
	border:none;
	background:transparent;
}
#page_menu ul{
	float:left;
	list-style:none;
	padding:3px 0 0 0;
	margin:0;
}
#page_menu ul li{
	float:left;
	margin:0 10px;
}
#page_menu ul li ul{
	display:block;
	float:left;
	padding:0;
}
#page_menu ul li ul li{
	float:left;
	margin:0 0 0 20px;
}
#page_menu a{
	float:left;
	color:#6f88a2;
	text-decoration:none;
	font-family:Helvetica, Arial, sans-serif;	
	font-weight:bold;
}
#page_menu a:hover{
	color:#fff;
	text-decoration:none;
}

/************************************************ Content */
#main {
	padding:20px 0;
	width:960px;
	margin:0 auto;
	font-family:Helvetica, Arial, sans-serif;
	font-size:100%;
	background:url(images/main-bg.jpg) repeat-x #1F252B;
	border: 1px solid #2B3947;
	color:#000;
	-webkit-border-bottom-left-radius: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
#content{
	width:600px;
	background:url(images/post-bg.jpg) top left repeat-x #fff;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px
}
.hentry{
	padding:20px 20px 0 20px;
}
/************************************************ Homepage unpaged*/
.blog .p1 {
	border-bottom:1px solid #ddd;
	-webkit-border-top-left-radius: 5px; 
	-webkit-border-top-right-radius: 5px; 
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.blog .p1 .entry-content{
	padding-bottom:0;
	margin-bottom:0;
	bottom:0;
}
.blog .p1 .entry-content a{
	color:#3678b3;
	text-decoration:underline;
}
.blog .p1 .entry-title{ 
	width:310px;
	padding:0;
	margin:0;
	font-size:20px;
	font-weight:bold;
	color:#3678b3;
}
.blog .p1 .entry-title a{
	font-weight:bold;
	color:#000;
}
.blog .p1 .entry-title a:hover{
	font-weight:bold;
	color:#000;
}
.blog .p1 .entry-content .entry-utility{
	color:#555;
}
.blog .p1 .entry-content .entry-utility a{
	color:#555;
}
.blog .p1 .entry-meta{
	margin:0;
	color:#555;
}
.blog .p1 .entry-meta  a{
	color:#555;
}
.blog .p1 .entry-meta span{
	background:none;
}
.blog .p1 .entry-utility{
	display:none;
}
.blog .p1 .more-link{
	margin-bottom:0;
	color:#3678b3;
	display:inline;
}
.blog .p1 .entry-content img{
	border:none;
	padding:0;
}
.blog .p1 .entry-content img.alignleft{
	margin:20px 20px 20px 0;
}

/************************************************ Homepage unpaged*/
.paged .p1 {
	color:#000;
	border:none;
}

.paged .p1 .entry-content{
	padding-bottom:0;
	margin-bottom:0;
	bottom:0;
}
.paged .p1 .entry-content a{
	color:#3678b3;
	text-decoration:underline;
}
.paged .p1 .entry-title{
	width:360px;
	margin:0;
	padding:0 50px 0 0;
	color:#000;
	text-decoration:none;
	font-weight:normal;
	font-size:22px;
}
.paged .p1 .entry-title a{
	color:#000;
}
.paged .p1 .entry-title a:hover{
	color:#000;
	text-decoration:underline;
}
.paged .p1 .entry-content .entry-utility{
	color:#555;
}
.paged .p1 .entry-content .entry-utility a{
	color:#555;
}
.paged .p1 .entry-meta{
	clear:both;
}
.paged .p1 .entry-meta  a{
	color:#555;
}
.paged .p1 .entry-meta span{
	background:none;
}
.paged .p1 .entry-meta span.color-meta{
	padding: 3px 3px;
	color:#555;
}
.paged .p1 .entry-utility{
	display:none;
}
.paged .p1 a.green-read-more{
	font-weight:bold;
	text-decoration:underline;
	color:#3678b3;
}

.paged .p1 .entry-content img{
	border:1px solid #555;
	padding:2px;
}
.paged .p1 .entry-content img.alignleft{
	margin:20px 20px 20px 0;
}
/************************************************ second post */
.blog .p2 {
	border:none;
}
/************************************************ general entry content */
.blog .blog_listing, .archive .blog_listing{
	float: right;
	width:400px;
}
.clear_hentry{
	clear:both;
}
.blog .entry-title, .archive .entry-title{
	width:310px;
	margin:0;
	padding:0 50px 0 0;
	color:#3678b3;
	font-weight:normal;
	font-size:22px;
}
.entry-title a:hover{
	color:#000;
	text-decoration:underline;
}
.entry-utility{

}
.entry-content{
	margin-top:10px;
}
.entry-meta{
	clear:both;
	background:#ddd;
	margin-top:5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
.firefox .entry-meta, .msie .entry-meta{
	padding:2px;
}
.firefox.archive .entry-meta, .firefox.search .entry-meta{
	padding:2px;
}
.entry-meta span.color-meta{
	padding: 2px;
	color:#555;
}

.entry-meta abbr, .entry-meta acronym 
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #111;
	cursor: help;
}

.entry-meta span a{
	color:#555;
}
.asides .entry-meta span a{
	color:#555;
}
a.green-read-more{
	font-weight:bold;
	text-decoration:underline;
	color:#3678b3;
}
.comments-link a{
	font-weight:bold;
	text-decoration:underline;
	color:#3678b3;
}
.user-comments{
	padding:6px 10px 8px 10px;
	position:absolute;
	margin-left:360px;
	color:#333;
}
.user-comments a{
	color:#3678b3;
}
.page-title{
	font-size:20px;
	color:#000;
	background:url(images/comments_header.gif) bottom left no-repeat;
	/*#7fae52*/
	font-weight:normal;
	padding:5px 5px 10px 5px;
}
.page-title span {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}
/************************************************ thumb_150x150 */
.thumb_150x150{
	float:left;
	padding:0px 10px 10px 0;
}
.thumb_150x150 .post-image{

}
/* =Comments
-------------------------------------------------------------- */

#comments {
    color:#000;
    margin:54px 0 0 0;
    padding:18px 20px;
    overflow:hidden;
}
#comments h3 {
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform:none;
	font-size: 20px;
	padding:5px 0 0 15px;
	margin-bottom:20px;
	height:31px;
	clear: both;
	color: #000;
	border-bottom:1px solid #ddd;
}
#comments .comments:first-child h3 {

}
#comments ol {
    margin:0 0 36px 0;
    list-style:none;
}
#comments li {
    margin:0 0 0px 20px;
    padding:5px 0;
    position:relative;
	clear:both;
	margin-top:-1px;
	*margin-top:-3px;  
	margin-bottom:5px;
	height:1%;
}
#comments li li{
	margin-top:-1px;
}
#comments .comment-author{
	width:85px;
	float:left;
	margin-top:2px;
}
#comments .comment-content, 
#comments li li .comment-content,
#comments li.alt li .comment-content, 
#comments li li li .comment-content,
#comments li.alt li li .comment-content,
#comments li li.alt li .comment-content{
	margin-left:95px;
	background: #EEE;
	border:none;
	min-height:90px;
	_height:90px;
	padding:25px 20px;
	color:#000;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
#comments li.alt .comment-content, 
#comments li li.alt .comment-content,
#comments li li li.alt .comment-content {
	background: #F4F4F4;
}
#comments a {
}
#comments li.byuser {

}
#comments li.byuser p a {
}
#comments li.bypostauthor {
}
#comments li.bypostauthor p a {
}
#comments .avatar {
    width:80px;
    height:80px;
}
#comments .fn {
    font-weight:bold;
    font-size:11px;
    padding:5px 0 0 0;
    display:block;
	color:#000;
}
#comments .fn a {
    color:#000;
}
#comments-list .comment-meta {
    font-size:10px;
    font-weight:bold;
	float:right;
    color:#000;
	line-height:11px;
	padding:5px 5px 0 0;
}
#comments-list .comment-meta a {
    font-weight:bold;
    color:#000;
}
#comments li p {
    margin:0;
    padding:0 0 18px 0;
}
#comments div.comment-reply-link{
	margin:-35px 0 0px 130px;
	position:absolute;
	padding:1px 5px;
	background:#fff;
	border:1px solid #555;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
#comments div.comment-reply-link a,
#comments div.comment-reply-link a:hover{
	color:#000;
	text-decoration:none;
}
#comments .children{
	list-style:none;
	clear:both;
	padding:20px 0 0 0;
	margin:0;
}
#trackbacks-list h3{
	background:url(images/trackbacks_showhide.gif) bottom right no-repeat;
	cursor:pointer;
	padding:10px 0 15px 0;
	height:1%;
}
#trackbacks-list ol{
	display:none;
}
#trackbacks-list .comment-author {
    font-size:10px;
	color:#999999;
	line-height:12px;
}
#trackbacks-list .comment-author a {
    font-size:14px;
    font-weight:bold;
    color:#323232;
}
#respond {
	color:#323232;
	width:auto;
	_width:585px;
	margin:0;
	margin-right:10px;
	padding:0 20px;
	background:none;
}
#respond h3{
	margin-top:10px;
	margin-right:-10px;
}
#respond form {
    padding:0 0 36px 0;
}
#respond #form-section-author {
    width:280px;
    float:left;
}
#respond #form-section-author input {
    width:240px;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #ececec;
	border-bottom:1px solid #ececec;
	background:#f7f7f7;
}
#respond #form-section-email {
    width:240px;
    float:right;
}
#respond #form-section-email input {
    width:100%;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #ececec;
	border-bottom:1px solid #ececec;
	background:#f7f7f7;	
}
#respond #form-section-url {
	clear:both;
}
#respond #form-section-url input {
    width:100%;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #ececec;
	border-bottom:1px solid #ececec;
	background:#f7f7f7;	
}
#respond .form-label {
    font-size:10px;
}
#respond .form-input input {
    margin:0 0 14px 0;
}
#respond textarea {
    width:100%;
    margin:0 0 16px 0;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #ececec;
	border-bottom:1px solid #ececec;
	background:url(images/textarea_bg.gif) top left no-repeat;
}
#respond .form-submit {
    float:right;
}
p.subscribe-to-comments {
    width:260px;
    float:left;
}
p.subscribe-to-comments label {
}
p.comment_license {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments:first-line {
    font-style:italic;
}
#respond .required {
    font-weight:bold;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
/* =Navigation
-------------------------------------------------------------- */

.navigation {
    margin:0px 0 15px 0;
    overflow:hidden;
}
.nav-previous {
	float: left;
	width:40%;
	padding-left:20px;
}
.nav-next {
	float: right;
	width:40%;
	text-align:right;
	padding-right:40px;
}
#nav-above,#nav-below {
	width: 618px;
}
#nav-above {
	display:none; 
}
#nav-below{
}
.home #nav-above, .single #nav-above {
    display:none;
}
.paged #nav-above {
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #3678b3;
	font-weight:bold;
}
.aside .current_page_item .page_item a {
    color:#3678b3;
	font-weight:bold;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #000;
	font-weight:bold;
}
.aside {
    color:#000;
	font-weight:bold;
}
.aside a {
    color:#3678b3;
	font-weight:bold;
}
.aside a:active,
.aside a:hover {
    color: #000;
	font-weight:bold;
}
.aside h3 {
    font-size:15px !important;
	font-weight:bold !important;
    line-height:22px !important;
}
.aside h3 a {
	color:#ddd !important;
    text-decoration:none;
}
.aside h3 a:active,
.aside h3 a:hover {
	color:#ddd !important;
    text-decoration:underline;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
	height:1%;
}
.aside ul li{
    list-style:none;
    margin:0;
	padding:0;
	list-style-position:outside;
}

.aside ul ul {
    list-style:none;
    margin:0 0 10px 0px;
}
.aside ul ul li {
    padding:4px 4px;
}
.aside ul ul ul {
    margin:0;
}
.aside ul ul ul li{
    padding:6px 0 6px 6px;
	border-bottom:none;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 0px;
}
.main-aside h3 {

}
.main-aside ul ul {
    padding:0;
}
#primary {
	background:#fff;
    border-bottom:1px solid #ddd;
	padding:10px;
	margin-left:5px;
    margin-bottom:10px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
#primary h3.widgettitle, #primary h3{
    border-bottom:1px solid #ddd;
	height:27px;
	color:#000;
	margin:0 0 10px 0;
	padding:4px 0 0 4px;
	font-style:normal;
	clear:both;
}
#secondary {
	background:#fff;
    border-bottom:1px solid #ddd;
	margin-left:5px;
    margin-bottom:10px;
}
#secondary>ul.xoxo>li{
	width:140px;
	float:left;
	margin-right:10px;
}
.ie6 #secondary ul.xoxo li{

}

#secondary>ul.xoxo>li h3{
	border-bottom:1px solid #ddd;
	height:27px;
	color:#fff;
	margin:0 0 10px 0;
	padding:4px 0 0 4px;
	font-style:normal;
}
.ie6 #secondary ul.xoxo li h3{
	border-bottom:1px solid #ddd;
	height:27px;
	color:#fff;
	margin:0 0 10px 0;
	padding:4px 0 0 4px;
	font-style:normal;
}

#secondary ul ul li {
    padding:2px 4px;
	margin:0;
	list-style-position:outside;
}
#secondary ul ul ul li {
    padding:1px 0 1px 10px;
	border-bottom:none;
	margin:0;
	list-style-position:outside;
}
.ie6 #secondary ul ul li {
    padding:2px 0px;
	margin:0;
	list-style-position:outside;
}

/************************************************ Tabed Nav */
.tw-tabbed-widgets{
	padding:5px 0 0 0 !important;
	margin:0 !important;
	background:url(images/primary_header.gif) top left no-repeat !important; 
}
.tw-tabbed-widgets ul li ul{
	margin:0 !important;
}
.tabbed-widget-item>li{
	border:none !important;
}

ul.tw-nav-list{
	padding:0 4px !important;
	width:292px !important;
}
ul.tw-nav-list a, #sidebar ul.tw-nav-list a{
	background:none !important;
	color:#fff !important;
	padding:1px 4px !important;
}
ul.tw-nav-list li, #sidebar ul.tw-nav-list li{
	padding:0 !important;
	border:none !important;
}
ul.tw-nav-list li.ui-tabs-selected, #sidebar ul.tw-nav-list li.ui-tabs-selected{
	background:#f7fdf1 !important;
	padding:0 !important;
}
ul.tw-nav-list li.ui-tabs-selected a, #sidebar ul.tw-nav-list li.ui-tabs-selected a{
	color:#503f3f !important;
	padding:1px 4px !important;
}
.without_title{
	margin-top: 0 !important;
}
.tw-rotate{
	top:0 !important;
}
.tw-rotate ul ul li{
	list-style-position:outside !important;
	*margin-left:-20px;
}
.ie6 .tw-rotate ul{
	height:1% !important;
}
.ie6 .tw-rotate ul ul li{
	height:1% !important;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
	Footer
*/
#footer_bg{
	background:#101318;
}	
#footer{
	background:#101318;
	font-family:Helvetica, Arial, sans-serif;
	padding-bottom:20px;
	margin-top:5px;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:0;  
	margin-bottom:10px;
}
#subsidiary a {
    color:#465666;  
}
#subsidiary .aside{
	color:#465666;
}
#subsidiary h3.widgettitle{
	height:27px;
	color:#ddd !important;
	margin:0;
	padding:4px 0 0 4px;
	font-style:normal;
	clear:both;
}

#siteinfo{
	text-align:center;
	padding:2px 10px 0px 10px;
	margin:0 auto;
	font-size:13px;
	overflow:hidden;
	height:25px;
	border:none;
	background:#101318;
}
#siteinfo a{
	font-weight:bold;
	text-decoration:underline;
}

/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 0.5em;
    padding:0.5em 0;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	background:#fff !important;
    border:none !important;
    color:#000!important;
    font-style:normal;
    margin:0 .175em !important;
    padding:3px 4px !important;
	line-height:10px;
}
.wp-pagenavi a:visited {
    border:none !important;
    color:#000 !important;
}
.wp-pagenavi a:hover {
    border:none !important;
    color:#000 !important;
}
.wp-pagenavi a:active {
    border:none !important;
    color:#000 !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#000 !important;
	font-weight: bold !important;
    margin:0 !important;
    padding:0 10px 0 0 !important;
}
.wp-pagenavi span.current {
	background:#fff !important;
    border:none !important;
    color:#000!important;
    font-style:normal;
    margin:0 .175em !important;
    padding:3px 4px !important;
}
.wp-pagenavi span.extend {
	background:#fff !important;
    border:none !important;
    color:#000!important;
    font-style:normal;
    margin:0 .175em !important;
    padding:3px 4px !important;
}

/* Lead image ******/
.lead-box{
	background:#000;
	color:#fff;
	padding:10px;
	margin-bottom:20px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px
}
.lead-box .entry-title a{
	color:#fff;
	padding:0 0 5px 0;
	font-size:22px;
}
.lead-meta,
.lead-meta a,
.lead-category a {
	font-weight:bold;
	color:#fff;
}
.lead-meta a,
.lead-category a {
	text-decoration:underline;
}
.lead-category{
	float:right;
	clear:both;
}
/* Lifestream ******/
#sidebar ul.lifestream li, ul.lifestream li{
	padding-left: 24px;
	background-position:5px 5px !important;
	margin:0 !important;
}
.lifestream_text{
	margin-left:24px;
}

input, textarea{
	font-family:Helvetica, Arial, sans-serif;
}