/* ---------------------------------------------
	FOLD3: (c) 2011 Landing pages specific styles

---------------------------------------------*/

/* 	=STRUCTURE (basic)
------------------------------------------------------------ */

#fn-logo {
    background: url(/i/logo-endorsed.png) no-repeat 0 0;
    display: block;
    float: left;
    height: 42px;
    margin: 4px 3px 4px 0;
    position: relative;
    width: 160px;
    z-index: 10;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
   #fn-logo {
        background-image: url("/i/logo-endorsed-2x.png");
        background-size: 117px 40px;
    }
}
.gradbg {
    background: #d4cfc8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background-attachment: fixed;
}
.ie7 body.gradbg , .ie8 body.gradbg  {filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ede7', endColorstr='#372b1b',GradientType=0 ); /* IE6-8 */}
.gradbg #footer {
    background: transparent;
    text-shadow: 0 1px 0 rgba(0,0,0,.8);
}

.badge {
    display: block;
    left: -40px;
    position: absolute;
    top: -40px;
    z-index: 100;
}
#blank { background: #fff;
	margin: 10px;}

/*  =links */
.outlink {
	background:transparent url(https://www.fold3.com/i/outlink.gif) no-repeat scroll right center;
	padding:0 18px 0 0;
}
/* main content */
.full-page #header {
    background-color: #fff;
    border-bottom: 1px solid #d4cfc8;
    -moz-box-shadow: 0px 1px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 0px 5px rgba(0,0,0,.2);
    -ms-box-shadow: 0px 1px 5px rgba(0,0,0,.2);
    box-shadow: 0px 1px 5px rgba(0,0,0,.2);
}
#colA {
	margin: 0 230px 30px 0;
	padding: 10px 0 0;
	position:relative;
	}
	#browse-page #colA,	#topicsall-page #colA,
	#viewer-page #colA,	#home-page #colA,
	#searchresults-page #colA, #searchresultstp-page #colA,	#gallery-page #colA,
	#subscribe-page #colA, #signon-page #colA,
	#choose-page #colA, #free-page #colA, #profile-page #colA, #footnote-page #colA, #tour-page #colA,
	#advanced-search-page #colA, #sitemap-page #colA {margin-right: 0;}

#toppage {

	padding: 0;
	 }
	#toppage #tp2 {	padding: 9px 0 0 0; }

#colinner {
	background: #fff;
	}
@media (min-width: 768px) {
   #colinner {
	min-height: 500px;
	padding: 10px 18px;
	}
}
#colinner p, #colinner ul {line-height: 1.50em; }

#page, .home-content {margin: 0 auto;
	max-width: 980px;
	min-width: 760px;
	position: relative;
	}
#page { padding: 1px 0;}

.tip-use {margin-top: 50px!important; }
/* =side bar--- */
.has-colx {padding-right: 280px!important;}
#colC {position: absolute;
	top: 10px;
	right:0;
	width: 230px;
	 }
#colX {float: right;
	width: 30%;}
	#subscribe-page #colX {background: #fff;
	border: 10px solid #fff;
	float: none;
	position:absolute;
	right: 10px;
	top: 20px;
	width: 250px;
	}

#colY  {float: left;
	width: 68%}
.inner { margin: 0 10px;}
#about-page #colC {margin-top: 35px;  }
.inner h5 {

	padding: 5px 0;
	}
#loginform {

}
/* columns within a div */
.h-col {
	float: left;
	padding: 0;
	width: 50%;
	 }
.th-col {
	float: left;
	padding: 0 1% 0 0;
	width: 30%;
	 }
.recent { min-height: 645px; }
.contentlists {
    clear: both;
}
.contentlists a {
    color: #fff;
}
.contentlists a:visited {
    color: #CCC;
}

#institute {background: url(https://www.fold3.com/i/i/top-notebg.png) repeat-x 0 0;
	border-bottom: 1px solid #bfb8ac;
	font-size: 0.875em;
	margin: 0;
	padding: 8px 5px;
	text-align: center;}
.loggedin {position: relative;}

/* !----alerts */
.notice {max-width:960px;margin: 0 auto;
	padding: 10px 0;}
.notice.sitealert  {
    background: #ffd;
    border-color: #fcf29f;
    border-style: solid;
    border-width: 2px;
    margin: 0 18px;
    padding: 1px 0;
    }
.notice p {background-color: #FCF29F;
	padding: 5px;}
.alert_strip p {margin: 0;}
.notice.sitealert p {
    background-color: #ffd;
    background-image: url(https://www.fold3.com/i/atn_16.gif);
    background-repeat: no-repeat;
    background-position: 5px 0;
    margin: 5px 0;
    padding: 0 0 0 30px;}
.notice p.error {
    background-color: #ffd;
    background-position: 8px 8px;
    border: 2px solid #fcf29f;
    padding: 8px 5px 8px 30px;
}
p.good {
	background: #d9fed8 url(https://www.fold3.com/i/confirm_24.png) no-repeat 5px 50%;
	border: 1px solid #026802;
	margin: 0;
	padding: 12px 12px 12px 35px;	}
.loading {
    background: url(https://www.fold3.com/i/process.gif) no-repeat 0 0;
    color: #777;
    font-size: 11px;
    padding: 3px 0 3px 24px;

}
/* =BOOT and {if $bodyid == 'blank'} target="_blank"{/if}
------------------------------------ */


address {font-style: normal;}
.screenshot {display: block;
	margin: 5px 0;}
.qpush {background: url(https://www.fold3.com/i/yesmail.gif) no-repeat 0 2px;
	font-size: 92%;
	padding: 3px 5px 5px 24px; }
.qpushon {background: url(https://www.fold3.com/i/nomail.gif) no-repeat 0 2px;
	font-size: 92%;
	padding: 3px 5px 5px 24px; }
.rss {
	background:#cc4e01;
	color: #fff!important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 92%;
	padding: 0 2px;
	text-decoration: none; }
.rss:hover {background: transparent;
	border: 1px solid #cc4e01!important;
	color: #cc4e01!important; }
a.feed {background: url(https://blog.fold3.com/wp-content/themes/footnote/i/rss.gif) no-repeat 0 50%;
	color: #cc4e01;
	padding: 5px 5px 5px 50px;
	text-decoration: none;}
hr.line {border: none 0;
	border-top: 2px solid #36515d;/*the border*/
	display:block;
	width: 95%;
	margin: 15px 0;
	height: 4px;/*whatever the total width of the border-top and border-bottom equal*/
	}
.introp {margin: 1em 0 1.5em; }
.introtext { color: #555;font-size: 122%;}





.updated_mp {
	list-style:none;
	margin: 0;
	padding: 0;
	}
.updated_mp li { border-bottom: 1px solid #ddd;
	margin:  0;
	padding: 10px;}
.altbg {background: #F1F1F1; }
.updated_mp h3 {font-size: 114%;
	font-weight:normal;
	margin: 0 0 .5em; }
.ownerimg { border: 1px solid #b3b3b3;
	display: block;
	float: left;
	margin: 0 8px 2px 0; }
.summary { margin: .5em 0;}
.owner {
	font-size: 92%;}
.date-created { font-style: normal;}
/* 	=FORMS
------------------------------------------------------------ */
/* =Buttons, Tools, icons
------------------------------------------------- */

.add-btn {
	background: url(https://www.fold3.com/i/add-btnimg.png) no-repeat 0 3px;
	padding-left: 15px;
	}

.disabled, .disabled * { color: #777!important;cursor: not-allowed;  }
.inactive {opacity: .3;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);}
.s-help { background: url(https://www.fold3.com/i/help-btn.gif) no-repeat 0 0;
	display:inline-block;
	height: 18px;
	overflow:hidden;
	padding: 2px 12px;
text-decoration:none;
text-indent:-1000em;
width: 26px;}
.s-help:hover { background-position: 0 -28px;}
#gsearch .s-help {margin: -5px 0;}
.s-help b { display: none;}
/* SUBMIT, buttons */
.submitbtn, .choosebtn {margin: 1.0em 0; }
.submitbtn input, .submitbtn button,
.push input, .push button {
	background: #F7F6F2 url(https://www.fold3.com/i/btnbg.gif) repeat-x left bottom;
	font-size: 152%;
	margin: 0 .5em 0 0;
		}
#account-page .submitbtn { border-top: 1px solid #b3b3b3;
	clear: both;
	padding: 12px 0 0 10px;}
.secondbtn {
	font-size: 100%!important;
	}

.btnG {background: #cddc76 url(https://www.fold3.com/i/btnG.gif) repeat-x 0 100% ;
	border-color: #6c8037;
	color: #104711;
	padding: 3px;
	}


/* =TYPOGRAPHY =Headlines & text styles
------------------------------------------------- */
hr {
    display: none;
}
h1.large {
    font-size: 48px;
    font-weight: normal;
}
p{margin-bottom: 20px;}
#formpage h1 { margin: 0;}

#tab-hd {
	color: #3b3b3b;
	margin: 0!important; }
h2 {
	font-size:  136%;
	font-weight:normal;
	margin: 0 ;
	}
	/* #register h2 { border-top: 1px dotted #b3b3b3;
	padding: 10px 0 0 14px;} */
	#topic-page h2 span {font: normal 107%/1.3 Georgia, "Times New Roman", Times, serif;}
	#topic-page .LB_window h2 {font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
		color: #cc4e01;}
	#register .start { border: 0 none;}
	#settings h2, #account-page h2, #profile-page h2,
	#about-page h2, .sub-hd {
	color: #cc4e01;
	margin: 1em 0;
	}
	#account-page h2, #profile-page h2, .sub-hd {
		border-bottom: 1px dotted #b3b3b3;
		margin: 15px 0;
		padding: 5px 0 0;
		}
.hd { color: #cc4e01;
	border-bottom: 1px dotted #b3b3b3;
	margin: 1em 0 .5em;
	padding: 0 0 .3em}
#register .hd {margin: .5em 0 0em; }
	.h-col .hd, #subscribe-page .hd {margin: 0 0 .5em;}
.hd2 {color: #1e3c44;
	font-size: 127%;
	margin: 15px 10px 5px 0;}
.hd3 {background: #1e3c44;
	color: #fff;
	font-size: 127%;
	margin: 15px 10px 5px 0;
	padding: 3px;}
.xlg { font-size: 152%;}
.large { font-size: 129%;font-weight: normal;}
.larger {font-size: 150%;}
h2 #topic_page_description {
	color: #656565;
	}
	#newentry h2 {font-family:"Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
		margin: .5em 20px .5em;}
	#newentry h2 span {font-size: 12px; }
h3 { margin: 0 0 .2em;
	font-size: 159%;
	}

h4 { margin: 0 0 1em;
	font-size: 122%;}
.h4 {color: #004D74;
	 margin: 0;}
h5 { font-size: 114%;
	margin: 0;
	color: #333;}
	#register h5 {
	margin: 0 0 1em;
	padding: 10px 0 0;}
	#colC h5 { font-size: 114%;
	color: #444;
}
h6 { margin: 0 ;
	font-size: 122%;
	font-weight:normal;}
.hdbg, .inner .hdbg { background: #d2dbdd url(https://www.fold3.com/i/hdbg.gif) repeat-x left top;
	color: #333!important;
	font-weight:bold;
	margin: .5em  0 .5em;
	padding: 2px 5px;}
.hdsm {
	font: bold 107% "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	margin: 1em 0 0; }

	h3 .subdued { display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;}
#register h3, #subscribe-page form h3, #freetrial-page h3 { font-size: 100%;
margin: 1em 0 .5em;}
.red { color: #c00;}
.gray, a.gray {color: #555;}
.example {color: #555; font-size: 97%;}
a.example {color: #555;}
.updated {color: #056f38;}
.new {
	background:#faf487;
	color: #c00;
	font-weight: bold;
	/* text-decoration:blink; */}
label.example {display: block;}
/* ads */
.a-spot {background: url(https://www.fold3.com/i/adsfooter.gif) no-repeat 50% 0;
	padding-top: 7px;}
.a-spot iframe	{
    border: 1px solid #ccc;
    }
.a-lead {
    width: 100%;
}
@media (min-width: 768px) {
    .a-lead {
        margin: 3px auto 0;
        margin-left: 200px;
        padding: 6px 10px 8px;
        width: 760px;
        }
}
/* promo spot */

#trial {
    background: url(/i/free_flag.png) no-repeat 5px 0;
    display: block;
    font-size: 12px;
    padding: 0 0 0 66px;
    text-decoration: none;
    }
#trial strong {
    text-decoration: underline;
    }
#trial:hover strong {
    text-decoration: none;
    }
#trial span {
    color: #444;
    font-weight: normal;
    text-decoration: none;
    }
.regspot {
    background: #ddeefd url(/i/free_flag.png) no-repeat 5px 5px;
    border:1px solid #88a7c3;
    display: block;
    margin:0;
    text-decoration: none;
    padding:5px 10px 5px 65px;
}
.regspot:hover {
    text-decoration: none;
}
.regspot strong {
    display: block;
    text-decoration:underline;
}
.regspot:hover strong {
    text-decoration: none;
}
a.regspot span {
    color:#444444;
    font-size: 12px;
    font-weight:normal;
    text-decoration:none;
}
.vid-holder {
    background: #2B2B2B;
    background-image: -moz-linear-gradient(top, #111111, #262626); /* Firefox 3.6 */
    background-image: -ms-linear-gradient(top, #111111, #262626); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #111111),color-stop(1, #262626)); /* Safari & Chrome */
	margin: 0px -15px -5px;
	padding: 20px 20px 50px;
	text-align: center;
    -moz-border-radius-bottomleft:      6px;
    -webkit-border-bottom-left-radius:  6px;
    border-bottom-left-radius:          6px;
    -moz-border-radius-bottomright:     6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius:         6px;

}
.LB_content .vid-holder {
    background-color: transparent;
    padding: 0;margin:20px  0;
}
.ie8 .vid-holder,
.ie7 .vid-holder {
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#333333', endColorstr='#262626'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#333333', endColorstr='#262626')"; /* IE8 */
	}
.vid-holder h3, .vid-holder h4, .vid-holder li {
    color: #fff;
}
.vid-holder h4 {
    margin-top: 1em;
}
.vid-holder ul {
    margin: 0 auto;
    text-align: left;
    width: 600px;
}
.vid-holder li {
    padding: 5px;
}
.vid-holder li strong {
    display: inline-block;
    padding-right: 5px;
    text-align: right;
    width: 70px;
}
.vid-holder li a {
    color: #fff;
    padding: 5px;
}
.vid-holder li a:hover {
    background: #333;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
}
/* =TABLES ---------------------------------------*/
.tbl {
	border-collapse: collapse;
	 border-width:0;
	 clear: both;
	 margin: 0 0 .5em;
	padding: 0;
	}
#mtable { margin: 10px auto;
	padding: 0 10px;
	width: 95%;}
#mtable table {border: 4px solid #efefef; margin: 15px 0;}
#mtable th {background: #f8f8f8;border: 1px solid #ddd;
	border-width: 0 1px 0 0;
	font-weight: normal;
	padding: 8px;
	text-align:left;}
#mtable thead th { text-align: center;
	vertical-align:top;
	background: #fff;
	border-color: #c0d8e5;
	border-width: 0 1px 1px 1px;}

#mtable th img {display: block;margin: 0 auto;}
#mtable tbody tr.alt th {background-color:#dcebf3;}
#mtable thead th h2 a {display: block;
		}
#mtable thead th h2 {font-weight: bold;
	margin: 10px 5px 2px;
	font-size: 12px; }
#mtable thead th .pr {
	display: block;
	float: left;
	width: 45%;}
.pr .hl2 {padding: 5px;}
.pr h4 {margin-bottom: .5em;}
.pr p span {display: block;font-weight: normal;}
#mtable tbody tr.note strong { background: #fcf29f;
	font-size: 129%; }
#mtable tbody td {
	border:1px solid #f5f5f5;
	border-color: #f5f5f5 #ddd #f5f5f5 #fff	;
	empty-cells: hide;
	text-align: center;}
#mtable thead td {background: #f8f8f8;border-top-color: #fff;
	empty-cells: hide;}
#mtable tr.alt td {background-color:#F8F8F8;}
.tbl caption {
	border-bottom: 1px dotted #b3b3b3;
	color: #cc4e01;
	font-weight:bold;
	padding: 3px;
	text-align:left;	}
.t-head {
	font-size: 114%;
	font-weight:bold;
	text-align: left;
	margin: 0 0 .5em;
}
.tbl th {
	text-align: left;
	 }

.account-table {width: 90%;}
.account-table th, .th {background: #efefef;
	border: 1px solid #fff;
	padding: 3px; }
.tbl td {background: #fff;
	border: 1px solid #efefef;
	border-width: 1px 0;
	padding: 3px; }
.tbl tr.altrow td {background: #f6f4eb; }
#zoom {
    z-index: 90;
}
/* completion bars */
#completion { margin: 0;}
.lite-box #completion {margin: 0 0 1em;}
.error {
    background-image:url(https://www.fold3.com/i/alert-16.png);
    background-position: 5px 5px;
	background-repeat: no-repeat;
	padding: 4px 0px 4px 25px;
	color: #900;
	margin: 0;
	}
/* Addthis code */
.pagetools {
    margin: 20px 0 10px!important;
    text-align: right;
    }
#photoviewer .addthis_toolbox {
    margin-top:  -10px;
    }
.addthis_toolbox .hover_effect
{
width: 284px;
padding: 5px 0 6px 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#photoviewer .addthis_toolbox .hover_effect {width: auto}
.addthis_toolbox .hover_effect div
{
float: left;
}

.addthis_toolbox .hover_effect a
{

padding: 2px 2px 2px 16px;
position: relative;
text-decoration: none;
}
.promo-box .addthis_default_style {
    float: right;
    margin:  0;
    width: 200px;
    }
.addthis_default_style {color: #777;}

.addthis_toolbox .hover_effect span
{
position: absolute;
width: 16px;
height: 16px;
top: 2px;
left: 1px;
}
/* end */
