/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.title-area {
	width: 600px;
}

.site-header {
background-image: url("http://financialslacker.com/about/fs-logo-2-3/");
	background-repeat: no-repeat;
	background-size: 10%;
	background-position: top right;
}

.site-title a {
	font-family: 'Trebuchet MS';
	font-size: 6.4rem;
	font-weight: 600;
	color:#ffffff;
	vertical-align: top;
	float: left;
	padding-left: 2%;
}

.genesis-nav-menu	a {
	font-size: 2rem;
	color: #ffffff;
}

.genesis-nav-menu .menu-item {
	float:right;
	color: #000000;
}

#recent_posts_container {
  display: table;
  width: 100%;
}
#recent_posts_container > div {
  display: table-cell;
}

#archive_container {
	display: table;
	width: 100%;
}

#archive_container > div {
}

.front-page-1.widget-full .widget-title {
	background-color: #d3d3d3;
	font-family: 'Pacifico', cursive; 	font-size: 28px;
	padding-bottom: 40px;
}

.front-page-1.widget-full {
	background-color: #ffffff;
}

.front-page-2.widget-full .widget_text {
	max-width: 1400px;
	float: left;
}

.front-page-3.widget-full .widget-title {
	font-family: 'Pacifico', cursive;
	font-size: 28px;
	padding-bottom: 40px;
}

.front-page-4.widget-full .widget-title {
	font-family: 'Pacifico', cursive; 
	text-transform: none;
	margin-left: auto;
	font-size: 28px;
	padding-bottom: 40px;
	border-bottom: solid;
	border-bottom-color: #d3d3d3;
}

.entry-title {
	max-width: 650px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.entry-content {
	max-width: 650px;
	margin-right: auto;
	margin-left: auto;
}	

.entry-meta {
	max-width: 650px;
	margin-right: auto;
	margin-left: auto;
}	

.entry-comments-link {
	display: inline;
	text-decoration: none;
}

.comment-meta {
	display: none;
	text-decoration: none;
}

.comment-form-comment textarea {
	text-transform: none;
	font-weight: normal;
}

.rpwwt-post-title {
	font-size: 20px;
	height: 1;
	text-decoration: none;
}

.rpwwt-post-excerpt {
	font-size: 16px;
	padding-top: 20px;
}

.rpwwt-post-categories {
	font-size: 16px;	
}

.rpwwt-post-comments-number {
	font-size: 16px;	
	padding-top: 20px;
	float: right;
}

p {
	font-size: 18px;
}

.more-link {
	float: right;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 40px;
}

body.page-id-1480 {
	background-image: url('http://financialslacker.com/wp-content/uploads/2016/12/File-Dec-21-8-23-19-AM.jpeg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%;
}

.site-header .search-form {
    position: absolute;
    right: 200px;
    top: 200px;
}
 
.site-header .search-field {
    background-color: transparent;
    background-image: url(images/search-icon.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 0;
}
 
.site-header .search-field:focus {
    background-color: #fff;
    border: 2px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 230px;
}
.search-form
.search-submit {
display:none;
}
