/*
File:			custom.css
Description:	Custom styles for Thesis
*/
/* This section places the Header background image */
.custom #header {
	float: none;
	background: transparent url(images/Gitana-BannerBack-2.png) no-repeat center;
	padding: 0;
	height: 180px;
}

/* This section aligns header text right */
.custom #header #logo {
	text-align: right;
	padding: 10px 25px 0 0;
	font-size: 6.4em;
	font-style: italic;
}

/* This line aligns tagline text right */
.custom #header #tagline {
	text-align: right;
	font-size: 1.8em;
	padding: 10px 25px 0 0;
}

/* CSS for Follow me on Twitter in NavBar */
.nav_twitter_follow {
	border: 0 none;
	position: relative;
	z-index: 51;
	float: right;
	padding: 0;
	margin-right: 20px;
	margin-top: -0px;
}

/* CSS For Sharing Buttons */
.custom .fb_share_no_count {
	display:block;
}


/* CSS for Subscribe RSS/Email */
.custom .menu .rss {
	float: right;
	line-height: 2em;
	margin-top:-15px;
	text-align: center;
}

.custom .menu .rss a,.menu .rss a:hover {
	display: inline;
	padding-right: 8px;
	background: none;
	border: none;
}

.custom .menu .rss a:hover {
	text-decoration: underline;
}

.custom .menu .rss img {
	padding-left:2px;
	vertical-align: middle;

}


/* Custom Footer CSS */
#custom_footer {
	line-height: 2em;
	text-align:center;
}

li.rssfeed {
	float: right
}

.custom  .rssfeed a {
	background: transparent url(images/icon-rss.gif) no-repeat center;
	border: none;
	width:44px;
	height:20px;
	background-size: 20px;
	background-position: 40px 4px;
	
	}

li.emailfeed {
	float: right;
}

.custom .emailfeed a {
	background: transparent url(images/icon-rss-email.gif) no-repeat center;
	border: none;
	width:64px;
	height:20px;
	background-size: 20px;
	background-position: 60px 4px;

}
