/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/

/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/





#searchform
{
float: right;
padding: 5px 0px 0px 100px;
}

#searchform #s
{
width: 220px;
}

.entry-meta .right
{
padding: 5px;
font-size: 15px;
text-align: center;
font-weight: bold;

}

.meta-below-content .right
{
background: #333333;
color: #ffffff;
margin-top: -60px;
}
.mc-sub-badge05
{
float: right;
}

.mc-sub-badge05 li.mc-power
{
display: none;
}

#leaf-48, #leaf-50, #leaf-51
{

}

.mc-sub-badge05
{
padding: 300px;
}

#rss_link
{
padding: 15px 0 15px 35px;
background: url(http://www.nomadcouch.com/wp-content/themes/headway-163/media/images/social/feed.png) no-repeat left center;
margin-bottom: 10px;
margin-left: 20px;
}

.post-image-left img, .post-thumbnail-left img
{
clear: both;
width: 500px; 
}

div .clear
{
clear: both;
}

#leaf-64 li a, #leaf-66 li a, #leaf-67 li a
{
text-decoration:none;
}

#leaf-64 li, #leaf-66 li, #leaf-67 li
{
padding: 5px 0 5px 0;
}
/*
#leaf-64 li:hover, #leaf-66 li:hover, #leaf-67 li:hover
{
background-color: #E0DFD0; 
color: #ffffff;
}
*/
#popular-posts .widget-title
{
display: none;
}

#popular-posts li
{
border-bottom: 1px solid #666666;
padding: 3px 0 3px 0;
}

.wpcf7-form input
{
padding: 5px;
}

.page_desc_leaf
{

}

.page_desc_leaf * h3
{
font-size: 14px;
}

.page_intro
{
padding: 0 5px 0 5px;
border: 1px solid #fafafa;
background-color: #C5D3DD;
float: left;
margin-bottom: 5px;
}

.about_intro h3
{
color: #333333;
font-family: georgia,serif;
font-size: 18px;
line-height: 18px;
font-weight: normal;
text-transform: none;
font-variant: normal;
letter-spacing: 0px;
}

.introtext
{
font-size: 18px;
}


#about_navi li
{
display: inline;
margin: 10px 10px 10px 0;
padding: 10px 10px 10px 10px;
background: #333333;
color: #FFFFFF; 
}

#about_navi li a
{
text-decoration: none;
font-size: 16px;
color: #FFFFFF;
}

#about_navi li a:hover
{
text-decoration: underline;
}

.topsy_widget_shortcode
{
display: inline;
float: left;
}

.share_banners
{
padding: 10px 0 10px 0;
float: left;
}

.share_banners .topsy_widget_shortcode
{
padding-right: 10px;
}

/*

#navigation-container
{
background: filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
*/

.resource_box ul
{

}

.resource_box ul li
{
list-style-type: circle;
padding: 5px 5px 5px 0;
margin-left: 25px;
}

.resource_box ul li a
{
text-decoration: none;

}

.resource_box ul li:hover
{
background-color: #789DC4;
color: #ffffff;
}

.resource_box ul
{
background: #BBC2C9;
color: #000000;
}

#naviextra
{
float: left;
}

.category-navigation 
{
background: #000;
}

.cat-container
{
background: #000;
}

#catlist li
{
float: left; 
padding: 5px 10px 5px 5px;
}

#catlist li a
{
font-size: 16px;
text-decoration: none;
color: #036dda;
font-weight: bold;
}

#catlist li a span
{
font-size: 12px;
text-decoration: none;
color: #000;
font-weight: normal;
}

#catlist li:hover
{
border-bottom: 5px solid #333;
}

.leaf-top
{
background: #fff;
color: #333333;
font-weight: bold;
}
