
/*
membership pages styles
*/



.w-content {
	padding: 15px 10px;
	background-color: #fafafa;
	min-height: 100px;
	border: 1px solid #EFEFEF;
}

#selected-writer {
	/*background-color: #F9FCFF;*/
	background-color: #F5FFEB;
	/*background-color: #ECF4FF;*/
	width: 925px;
	min-height: 100px;
	padding: 10px 10px 10px 10px;

}

.selected-writer-image {
	width: 60px;
	padding: 5px 5px 5px 15px;
	float: left;
}

.selected-writer-info {
	float:left;
	padding:10px 0 0 10px;
	width: 600px;
	font-size: 18px;
	color: #1E538D;
}

.selected-writer-label {
	color:#000000;
}

#selected-change {
	float: right;
	width: 180px;
	margin-top: 75px;
}

p {
	padding: 5px;
	font-size: 14px;
	font-family:Georgia,"Times New Roman";
}
.view-by-section-instructions {
	padding: 0;
}
.w-search-head {
	font-size: 16px;
	padding: 2px 10px;
	width: 500px;
	float:left;
}
.w-search {
	margin: 0 5px 0 0;
	background-color: #B7C2C8;
	width: 330px;
	padding: 2px 2px 2px 2px;
	vertical-align: bottom;
	float: right;
	display:block;
}

.m-search {
	width: 300px;
	border-style: none solid none none;
	height: 16px;
	font-size: 12px;
	color: #777777;
	vertical-align: bottom;
	overflow: hidden;
	padding: 4px 0 4px 4px;
}

.m-search-go {
	width : 20px;
	height: 22px;
	line-height: 18px;
	float: right;
	padding-top:2px;
	cursor: pointer;
}


#search-by-section {
	background-color: #F0F0F0;
	/*background-color: #F8F8F8;*/
	padding: 5px 0;
	border-top: 2px solid #DDD;
	margin-top:5px;
}

.h-tab {
	margin-left: 5px;
}

.h-tab ul {
	margin: 0;
	padding: 6px 0;
}

.h-tab li {
	list-style-type : none;
	display: inline;
	background-color: #B7C2C8;
	padding: 4px 10px;
	color: #56575B;
	text-transform: uppercase;
	margin-left: 3px;
	cursor: default;
}

.row2 {
	margin: 0 0 0 40px;
}

.shade {
	padding: 5px 0 0 0;
	background-color: #F0F0F0;
}


.view-by-section {
	font-size: 14px;
	padding-left: 5px;
}

/** List of writers block **/

#tft-writers {
	width:933px;
	height: 300px;
	border:1px solid #ddd;
	background-color: #FFF;
	overflow:auto;
	margin: 0 auto 0 auto;
}

.list-of-writers {

}


.low-p {
	margin: 15px 0 10px 15px;
	font-size:16px;
	color: #1E538D;
}

.low-col1,
.low-col2,
.low-col3 {		
	width: 304px;
	height: 90px;
	float: left;
	margin-right: 2px;
	cursor: pointer;
}

.low-col3 {
	margin: 0;
}

.alt-row {
	background-color: #EFEFEF;
}


.w-image {
width:60px;
padding: 5px;
float: left;
}



.w-info {
	float: right;
	width: 215px;
	padding: 25px 0 0 5px;
	color: #1E538D;
}

.w-latest {
	float: right;
	width: 200px;
	text-align: right;
	margin-right: 25px;
	padding: 5px 0 0 0;
	color: #56575B;
}


.no-writers-found {
	padding: 10px;
	font-size: 14px;
	color: #680000;
}

.single-writer {
	
}

.single-writer-img {
	float:left;
	border: 1px solid #ddd;
	display: block;
	width: 70px;
	height: 90px;
	background-color: #FFF;
	margin-left:10px;
}

.single-writer-img img {
	border: 5px solid white;
	display: block;
	float: left;
}

.single-writer-info {
	float: left;
	color: #1E538D;
	padding: 10px 0 0 15px;
	font-size: 12px;
	width: 220px;
}

#change-writer {
	float: right;
	margin-top: 70px;
}

.hidden {
	display: none;
}

/*
  Membership Plans
*/

.plan {
	margin: 10px 30px;
	border: 2px solid #ddd;
	/*padding: 5px 10px;*/
	background-color: #EFEFEF;
	display: block;
}

.plan_title {
	/*border: 1px solid #EFEFEF;
	background-color: yellow;*/
	display: block;
	font-size: 16px;
	font-weight: bold;
	float: left;
	width: 130px;
	padding: 5px 10px;
}

.plan_descr {
	float: left;
	width: 710px;
	font-size: 12px;
	/*background-color: #EFEFEF;
	background-color: #F9FCFF;*/
	padding: 5px 10px;
}

.plan_gifts {
	margin: 10px 0 0 0;
	font-size: 11px;
	/*background-color: #EFEFEF;
	background-color: #F9FCFF;*/
}

.selected_plan {
	background-color: #F5FFEB;
}


.continue-button-div {
    margin: 20px 0;
    text-align: center;
    width: 100%;
}

.button-box {
	width: 500px;
	margin: 0 auto 15px auto;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	background-color: #F9FCFF;
	border: 2px solid #B7C2C8;
	cursor: pointer;
}

.button-box a {
	color: #56575B;
	padding: 10px 115px;
}

.button-box-change-options {
	width: 500px;
	margin: 50px auto 15px auto;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	background-color: #F9FCFF;
	border: 2px solid #B7C2C8;
	cursor: pointer;
}

.button-box-change-options a {
	color: #56575B;
	padding: 10px 28px;
}


#loading {
	font-size: 16px;
	color: #56575B;
	width: 100%;
	background-color: #F3F8F4;
	text-align: center;
	line-height: 50px;
	height: 300px;
	padding-top:100px;
}

#joinbox {
    text-align: center;
}


.remove-writer {
	float: right;
	width: 50px;
	padding-top: 10px;
	padding-right: 10px;
	cursor: pointer;
}


#tft_loading {

	width: 200px;
	height: 50px;
	font-size: 20px;
	text-align: center;
}

.plan-gift-name {
	font-size: 14px;
	font-family:Georgia,"Times New Roman";
	padding-left:10px;
}


/* Membership - Gift Selection */
#plan-gift {
	float:left;
	width:280px;
	background-color: #EFEFEF;
	padding: 10px;
	/*height: 400px;*/
}

#plan-gift p {
	padding-top: 10px;
	font-size: 14px;
}

.plan-gift-bg {
	background-color: #EFEFEF;
}

#plan-summary {
	float: right;
	width: 623px;
	background-color: #F5FFEB;
	padding: 10px;
	border-left: 2px solid #DDD;
	/*height: 400px;*/
}

#plan-summary p {
	font-size: 14px;
}

.selected-writer-block {
	float: left;
	width: 390px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 10px 5px 10px 0;
}



/*------------------------------------------------------------------------------
 * membership pages global
 *-----------------------------------------------------------------------------*/
.m-section {
	width: 952px;
}

.border {
	margin: 0 0 0 5px;
	/*border: 1px solid #EFEFEF;*/
	border:1px solid #ddd;
}

.tft-heading {
	font-size:16px;
	line-height: 30px;
	height: 30px;
	padding: 3px 10px;
	background-color:#B7C2C8;
	text-transform: uppercase;
	font-family:Georgia,"Times New Roman";
}

/*------------------------------------------------------------------------------
 * wp-content/themes/ft/membership-plans.php
 *-----------------------------------------------------------------------------*/
.membership {
    margin: 0 auto;
    width: 880px;
}

.membership div.left-side {
    width: 420px;
    float: left; 
    margin: 20px 0 0 15px;
    padding-right: 20px;
}

.membership div.right-side {
    width: 400px;
    float: right; 
    margin :20px 20px 0 0;
}

.membership h3 {
    font-size: 22px;
    font-weight: bold;
    color: #1e538d;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

.membership h4 {
    font-size: 18px;
    font-weight: bold;
    color: #1e538d;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom:8px;
	margin-left: 5px;
}

.membership div.heading {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
  	margin-left: 5px;
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.membership span.num {
    font-size: 22px;
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    
}

.membership p {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin-left: 0px;
    line-height: 18px;
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.membership div.sub-heading {
    font-size: 16px;
    font-weight: bold;
    color: #1e538d;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
    margin-top: 5px;
}

.membership div.arrow-benefits {
    font-size: 16px;
    font-weight: bold;
    color: #1e538d;
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 5px;
	background: url('/wp-content/themes/ft-home/images/tftIcon.gif') no-repeat left top;
	padding-left: 30px;
}

#membership-plans {
    width: 845px; 
    margin: -15px auto 0 auto;
}

#membership-plans div.left-side {
    width: 427px; 
    float: left; 
    margin-bottom: 15px;
}

#membership-plans div.right-side {
    width: 415px; 
    float: left; 
    margin-bottom: 15px;
}

#membership-plans .plan1 {
    width: 415px;
    height: 253px;
	background: url('/wp-content/themes/ft/images/plan1.jpg') no-repeat left top;
}

#membership-plans .plan2 {
    width: 415px;
    height: 253px;
	background: url('/wp-content/themes/ft/images/plan2.jpg') no-repeat left top;
}

#membership-plans .plan3 {
    width: 415px;
    height: 253px;
	background: url('/wp-content/themes/ft/images/plan3.jpg') no-repeat left top;
}

#membership-plans .plan4 {
    width: 415px;
    height: 253px;
	background: url('/wp-content/themes/ft/images/plan4.jpg') no-repeat left top;
}

#membership-plans div.plan-link {
    position: relative;
    width: 109px;
    height: 90px;
    top: 110px;
    left: 289px;
    cursor: pointer;
}


div.mbox-t {
    width: 886px;
    height: 10px;
    background: url('/wp-content/themes/ft/images/mbox-top.jpg');
}

#mbox-slice {
    width: 886px;
    min-height: 1px;
    background: url('/wp-content/themes/ft/images/mbox-slice.jpg') repeat center top;
}

.mbox-h-l {
    float: left;
    width: 460px;
}

.mbox-h-m {
    float: left;
    width: 298px
}

.mbox-h-r {
    float: left;
    width: 100px;
}

#mbox-slice .mbox-top {
    float: left;
    width: 425px;
    margin-left: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #1e538d;
	font-family: Georgia, "Times New Roman", Times, serif;    
}

#mbox-slice .mbox-mid {
    float: left;
    width: 265px;
    margin-left: 35px;
    font-size: 16px;
    font-weight: bold;
    color: #1e538d;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#mbox-slice .mbox-bot {
    float: left;
    width: 100px;
    margin-left: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #1e538d;
	font-family: Georgia, "Times New Roman", Times, serif;    
}

div.mbox-b {
    clear:both;
    width: 886px;
    height: 10px;
    background: url('/wp-content/themes/ft/images/mbox-bot.jpg');
}
