@charset "utf-8";
/* CSS Document */

BODY {
	background-image:url(images/gradient-bg.png);
	background-repeat:repeat-x;
	background-color: #f5f5f5;
	margin: 0px;
	padding: 0px;
	height:100%;
	font-family: "AvantGardeBkBTBook", Arial, Helvetica, sans-serif;	
	font-size:14px;
	color:#666;
}
#wrapper {
	background-image:url(images/pattern.png);
	background-repeat:repeat;
	margin: 0px;
	padding: 0px;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
#container {
	width:980px;
	margin:0 auto;
	padding:0px;
}
#header {
	width:980px;
	height:130px;
}
#logo {
	width:354px;
	float:left;
	height:66px;
	margin-top:32px;
	margin-bottom:32px;
	background-image:url(images/bibletruth.png);
}
#bible {
	width:459px;
	float:right;
	height:123px;
	margin-top:7px;
	background-image:url(images/bible.png);
}
.amiant-css3-menu-navigation-bar {
	/*height: 43px;*/
	background:url(images/navmenu.png) top center no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	width: 100%;
	z-index:200;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* Navigation Bar Styles */

.amiant-css3-menu-navigation-bar .navigation-menu {
	margin: 0px;
	padding:0px;
}

.amiant-css3-menu-navigation-bar .navigation-menu li {
	margin: 0px;
	padding:0px;
	float: left;
	position: relative;
	list-style: none;
	background:url(images/menu-divider.png) right center no-repeat;
	text-align:left !important;
}

/*ryan edit: 03-26-2012*/
.amiant-css3-menu-navigation-bar .navigation-menu li:first-child a{
  border-top-left-radius:10px;
	border-bottom-left-radius:10px; 
	padding: 14px 17px 12px 18px;
}

.amiant-css3-menu-navigation-bar .navigation-menu li:last-child{
	background:none !important;
}
.amiant-css3-menu-navigation-bar .navigation-menu li:last-child a{
  border-top-right-radius:0px;
	border-bottom-right-radius:0px; 
	padding: 14px 18px 12px 17px;
}
/*end edit*/  

/* main level link */
.amiant-css3-menu-navigation-bar .navigation-menu a {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
	display: block;
	padding: 14px 17px 12px 17px;
	margin: 0px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	text-shadow: 1px 1px 2px #333333;
	filter: dropshadow(color=#333333, offx=2, offy=2);	
	font-family: "TitilliumText22LBold", Arial, Helvetica, sans-serif;	
	font-size:14px;
	text-transform:uppercase;
}

/* main level link hover */
.amiant-css3-menu-navigation-bar .navigation-menu a.nav-selected, .amiant-css3-menu-navigation-bar .navigation-menu a.nav-path-selected, .amiant-css3-menu-navigation-bar .navigation-menu li:hover > a {
	background: #29b6ea; /* Old browsers */
	background: -moz-linear-gradient(top, #a5e3f9 0%, #29b6ea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5e3f9), color-stop(100%, #29b6ea)); /* Chrome,Safari4+ */
	background	: -webkit-linear-gradient(top, #a5e3f9 0%, #29b6ea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a5e3f9 0%, #29b6ea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a5e3f9 0%, #29b6ea 100%); /* IE10+ */
	background: linear-gradient(top, #a5e3f9 0%, #29b6ea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5e3f9', endColorstr='#29b6ea', GradientType=0 ); /* IE6-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr='#a5e3f9', EndColorStr='#29b6ea')"; /* IE8 */
	color: #FFFFFF;	
}

.amiant-css3-menu-navigation-bar .navigation-menu ul li {
	background:url(images/submenu-divider.png) bottom center no-repeat;
	color: #333;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;	
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	text-shadow: none !important;
	filter:none !important;	
	font-family: "TitilliumText22LRegular", Arial, Helvetica, sans-serif;	
	font-size:14px;
	height:auto;
	text-transform:none;
	padding:10px 5px 10px 22px;
	text-align:left !important;
}

/* sub levels link hover */
.amiant-css3-menu-navigation-bar .navigation-menu ul li:hover a, .amiant-css3-menu-navigation-bar .navigation-menu li:hover li a
{
	color: #333;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;	
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	text-shadow: none !important;
	filter:none !important;	
	font-family: "TitilliumText22LRegular", Arial, Helvetica, sans-serif;	
	font-size:14px;
	height:auto;
	text-transform:none;
	padding:10px 5px 10px 22px;
}

.amiant-css3-menu-navigation-bar .navigation-menu ul li:hover > a,.amiant-css3-menu-navigation-bar .navigation-menu ul a:hover {
  background: url(images/menu-sidearrow.png) left 2px no-repeat, #0c61a3; /* Old browsers */
	background: url(images/menu-sidearrow.png) left 2px no-repeat, -moz-linear-gradient(top, #0c61a3 0%, #00357a 100%); /* FF3.6+ */
	background: url(images/menu-sidearrow.png) left 2px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c61a3), color-stop(100%, #00357a)); /* Chrome,Safari4+ */
	background: url(images/menu-sidearrow.png) left 2px no-repeat, -webkit-linear-gradient(top, #0c61a3 0%, #00357a 100%); /* Chrome10+,Safari5.1+ */
	background: url(images/menu-sidearrow.png) left 2px no-repeat, -o-linear-gradient(top, #0c61a3 0%, #00357a 100%); /* Opera 11.10+ */
	background: url(images/menu-sidearrow.png) left 2px no-repeat, -ms-linear-gradient(top, #0c61a3 0%, #00357a 100%); /* IE10+ */
	background: url(images/menu-sidearrow.png) left 2px no-repeat, linear-gradient(top, #0c61a3 0%, #00357a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c61a3', endColorstr='#00357a', GradientType=0 ); /* IE6-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr='#0c61a3', EndColorStr='#00357a')"; /* IE8 */
	color: #FFFFFF;	
}

/* level 2 list */
.amiant-css3-menu-navigation-bar .navigation-menu ul {
	background:url(images/submenu-top.png) top left no-repeat #f2f2f2;
	display: none;
	margin: 0;
	padding: 20px 0px 0px 0px;
	width: 215px;
	position: absolute;
	top: 43px;
	left: 0;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	z-index:200;
	border-bottom:3px solid #249ecb;
}

/* dropdown */
.amiant-css3-menu-navigation-bar .navigation-menu li:hover > ul {
	display: block;
	z-index: 500; /*ryan edit: 03-26-2012*/
}

.amiant-css3-menu-navigation-bar .navigation-menu ul li {
	float: none;
	margin: 0;
	padding: 0;
	text-align:left !important;
}

.amiant-css3-menu-navigation-bar .navigation-menu ul a {
}

/*ryan edit: 03-26-2012*/
.amiant-css3-menu-navigation-bar .navigation-menu ul li:first-child > a {
	border-radius:0px;
}

.amiant-css3-menu-navigation-bar .navigation-menu ul li:last-child > a {
	border-radius:0px;
}
/*end edit*/

.amiant-css3-menu-navigation-bar .navigation-menu ul a span.menu-arrow {
	display: block;
	width: 16px;
	height: 16px;
	float: right;
	margin: 0px 0px 0px 5px;
}

.amiant-css3-menu-navigation-bar .navigation-menu ul li:hover > a span.menu-arrow {
}


/* level 3+ list */
.amiant-css3-menu-navigation-bar .navigation-menu ul ul {
	left: 215px;
	top: -2px;	
	background:#f2f2f2 url(images/subsubmenu-arrow.png) no-repeat left 10px;
	padding: 30px 0px 0px 0px;
}

/* rounded corners for first and last child */
.amiant-css3-menu-navigation-bar .navigation-menu ul li:first-child > a {
}

.amiant-css3-menu-navigation-bar .navigation-menu ul li:last-child > a {
}


/* clearfix */
.amiant-css3-menu-navigation-bar .navigation-menu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.amiant-css3-menu-navigation-bar .navigation-menu {
	display: inline-block;
}
#mainpanel {
	background:url(images/sidebarbg.png) repeat-y #FFFFFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.05);	
	width:980px;
	margin:0 auto;
	padding:0px;
	border:1px solid #d8d8da;
 	overflow: hidden;
}
#fullpanel {
	background:#FFFFFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.05);	
	width:980px;
	margin:0 auto;
	padding:0px;
	border:1px solid #d8d8da;
 	overflow: hidden;
}
#homepanel {
	background:url(images/homepanelbg.png) repeat-y #FFFFFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.05);	
	width:980px;
	margin:0 auto;
	padding:0px;
	border:1px solid #d8d8da;
 	overflow: hidden;
}
#sidenav {
	width:210px;
	min-height:20px;
	float:left;	
	margin:0px;
	padding:0px;
	border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
#homeside {
	width:302px;
	min-height:20px;
	float:left;	
	margin:18px 0px 0px 0px;
	padding:0px;
	border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
.content {
	width:720px;
	min-height:20px;
	float:left;
	margin:18px 20px 20px 29px;
	padding:0px;
	border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;	
}
.contenthome {
	width:678px;
	min-height:20px;
	float:left;
	margin:0px 0px 20px 0px;
	padding:0px;
	border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;	
}
.contentfull {
	width:940px;
	min-height:20px;
	float:left;
	margin:18px 20px 20px 20px;
	padding:0px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#footer {
	width:980px;
	margin:15px 0px 5px 0px;
	font-family: "TitilliumText22LRegular", Arial, Helvetica, sans-serif;	
	font-size:14px;
	text-align:center;
}
#footer UL {
	display:inline;	
	list-style:none;
	padding:0px;
	margin:0px;
}
#footer LI {
	display:inline;
	padding:0px !important;
	background:none !important;
	text-align:left !important;
}
#footer A, #footer A:link, #footer A:active, #footer A:visited {
	text-decoration:none;
	color:#06a0e1;
	border-right:1px solid #ccc;
	padding:0px 11px 0px 12px;
}

#footer LI:last-child A, #footer LI:last-child A:link, #footer LI:last-child A:active, #footer LI:last-child A:visited {
	border-right:none !important;
}
#footer A:hover {
	text-decoration:none;
	color:#0c60a1;
}
#copyright {
	width:980px;
	margin:0px;
	padding:0px 0px 20px 0px;
	font-family: "TitilliumText22LRegular", Arial, Helvetica, sans-serif;	
	font-size:12px;
	text-align:center;
	color:#888;
}
#copyright UL {
	display:inline;	
	list-style:none;
	padding:0px;
	margin:0px;	
	font-size:12px;
}
#copyright LI {
	display:inline;
	padding:0px !important;
	background:none !important;
	text-align:left !important;
}
#copyright A, #copyright A:link, #copyright A:active, #copyright A:visited {
	text-decoration:none;
	color:#888;
	border-right:1px solid #ccc;
	padding:0px 11px 0px 12px;	
	font-size:12px;
}
#copyright LI:last-child A, #copyright LI:last-child A:link, #copyright LI:last-child A:active, #copyright LI:last-child A:visited {
	border-right:none !important;
}
#copyright A:hover {
	text-decoration:none;
	color:#06a0e1;
}
#sidenav UL {
	margin: 0px 0px 1px 0px;
	width:210px;
	display:block;
	list-style:none;
	padding:0px;
}
#sidenav LI {
	padding:0px !important;
	background:none !important;
	text-align:left !important;
}
#sidenav A, #sidenav A:active, #sidenav A:link, #sidenav A:visited {
	background: #f2f2f2;
	background-image: linear-gradient(bottom, #f2f2f2 0%, #f8f8f8 100%);
	background-image: -o-linear-gradient(bottom, #f2f2f2 0%, #f8f8f8 100%);
	background-image: -moz-linear-gradient(bottom, #f2f2f2 0%, #f8f8f8 100%);
	background-image: -webkit-linear-gradient(bottom, #f2f2f2 0%, #f8f8f8 100%);
	background-image: -ms-linear-gradient(bottom, #f2f2f2 0%, #f8f8f8 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #f2f2f2), color-stop(1, #f8f8f8) );
	color: #333333;	
	text-decoration:none;
	font-size: 14px;
	display:block;
	padding:11px 6px 10px 16px;	
}
#sidenav A.first, #sidenav A.first:active, #sidenav A.first:link, #sidenav A.first:visited {
	border-radius: 5px 0px 0px 0px;
	-moz-border-radius: 5px 0px 0px 0px;
	-webkit-border-radius: 5px 0px 0px 0px;
}
#sidenav A:hover {
	background: #b8e7fe;
	background-image: linear-gradient(bottom, #b8e7fe 0%, #ebf8fe 100%);
	background-image: -o-linear-gradient(bottom, #b8e7fe 0%, #ebf8fe 100%);
	background-image: -moz-linear-gradient(bottom, #b8e7fe 0%, #ebf8fe 100%);
	background-image: -webkit-linear-gradient(bottom, #b8e7fe 0%, #ebf8fe 100%);
	background-image: -ms-linear-gradient(bottom, #b8e7fe 0%, #ebf8fe 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #b8e7fe), color-stop(1, #ebf8fe) );
	color: #333333;	
	text-decoration:none;
}
#sidenav A.current {
	color: #FFFFFF;	
	text-decoration:none;
	background: #08a3e4;
	background-image: linear-gradient(bottom, #08a3e4 0%, #a1daf7 100%);
	background-image: -o-linear-gradient(bottom, #08a3e4 0%, #a1daf7 100%);
	background-image: -moz-linear-gradient(bottom, #08a3e4 0%, #a1daf7 100%);
	background-image: -webkit-linear-gradient(bottom, #08a3e4 0%, #a1daf7 100%);
	background-image: -ms-linear-gradient(bottom, #08a3e4 0%, #a1daf7 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #08a3e4), color-stop(1, #a1daf7) );
	font-family: "TitilliumText22LBold", Arial, Helvetica, sans-serif;
}
.image-wrap {
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 4px 4px 5px rgba(0,0,0,.4), inset 0 1px 0 rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 4px 4px 5px rgba(0,0,0,.4), inset 0 1px 0 rgba(0,0,0,.4);
	box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 4px 4px 5px rgba(0,0,0,.4), inset 0 1px 0 rgba(0,0,0,.4);
	border: 1px solid #d8d8da;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.sign-in {
	display:none;
}
#content .swp-breadcrumbs, #content .swp-breadcrumbs A, #content .swp-breadcrumbs A:link, #content .swp-breadcrumbs A:active, #content .swp-breadcrumbs A:visited {
	color:#999;
	font-size:12px;
}
#content .swp-breadcrumbs A:hover {
	color:#06a0e1;
}
#content .swp-breadcrumbs STRONG {
	color:#CCC;
	font-size:12px;
}
#content .swp-breadcrumbs .delim {
	padding:0px 6px 0px 6px;
}
.homecontentpadding {
	margin:15px 20px 0px 20px;
}






/*-- BUTTONS CSS --*/


input[type=submit], input[type=button], input[type=reset]{
 padding: 0px 26px 0px 12px;
 height: 30px;
 font-family: "TitilliumText22LBold", Arial, Helvetica, sans-serif !important;
 font-size:15px !important;
 text-align: center;
 color: #fff;
 text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
 cursor: pointer;
 border: 1px solid #3799be;
 outline: none;
 background-color: #3799be;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#7ac3df), to(#44a9cf)); /* Saf4+, Chrome */
 background-image: -webkit-linear-gradient(top, #7ac3df, #44a9cf); /* Chrome 10+, Saf5.1+, iOS 5+ */
 background-image:    -moz-linear-gradient(top, #7ac3df, #44a9cf); /* FF3.6 */
 background-image:     -ms-linear-gradient(top, #7ac3df, #44a9cf); /* IE10 */
 background-image:      -o-linear-gradient(top, #7ac3df, #44a9cf); /* Opera 11.10+ */
 background-image:         linear-gradient(top, #7ac3df, #44a9cf);
 -pie-background:          linear-gradient(top, #7ac3df, #44a9cf); /* IE6-IE9 */
 
 background-image:url('http://bibletruth.org.au/themes/bibletruth/button-arrow.png');
 background-repeat:no-repeat;
 background-position:90% center;
 
 -moz-border-radius:    5px;
 -webkit-border-radius: 5px;
 border-radius:         5px;
 -moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5);
 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5);
 box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5);
 -moz-background-clip:    padding;
 -webkit-background-clip: padding-box;
 background-clip:         padding-box;
 /*text-transform:uppercase;*/
 opacity:0.85;
 behavior: url(http://bibletruth.org.au/themes/bibletruth/PIE.htc);
}

input[type=submit]:hover, input[type=submit]:focus, input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:focus {
 opacity:1.0;
 border: 1px solid #3799be;
 -moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 2px #44a9cf;
 -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 2px #44a9cf;
 box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 2px #44a9cf;
 behavior: url(http://bibletruth.org.au/themes/bibletruth/PIE.htc);
}

input[type=submit]:active, input[type=button]:active, input[type=reset]:active {
 border: 1px solid #44a9cf;
 background-color: #44a9cf;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#44a9cf), to(#7ac3df)); /* Saf4+, Chrome */
 background-image: -webkit-linear-gradient(top, #44a9cf, #7ac3df); /* Chrome 10+, Saf5.1+, iOS 5+ */
 background-image:    -moz-linear-gradient(top, #44a9cf, #7ac3df); /* FF3.6 */
 background-image:     -ms-linear-gradient(top, #44a9cf, #7ac3df); /* IE10 */
 background-image:      -o-linear-gradient(top, #44a9cf, #7ac3df); /* Opera 11.10+ */
 background-image:         linear-gradient(top, #44a9cf, #7ac3df);
 -pie-background:          linear-gradient(top, #44a9cf, #7ac3df); /* IE6-IE9 */
 
 -moz-box-shadow:    inset 0 1px 2px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.3);
 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.3);
 box-shadow:         inset 0 1px 2px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.3);
  
 opacity:0.85;
 
 background-image:url('http://bibletruth.org.au/themes/bibletruth/button-arrow.png');
 background-repeat:no-repeat;
 background-position:90% center;
 behavior: url(http://bibletruth.org.au/themes/bibletruth/PIE.htc);
 
}

/*----- Green Donate Button -----*/

.block-paypal-donations input[type=submit]{
	margin-right:23px;
	margin-top:5px;
	margin-bottom:20px;
	position: absolute;
	bottom: 0;
	right:0;
	height: 30px;
	padding: 0px 26px 0px 12px;
 font-family: "TitilliumText22LBold", Arial, Helvetica, sans-serif !important;
 font-size:15px !important;
 text-align: left;
 color: #fff;
 text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
 cursor: pointer;
 border: 1px solid  #71ad13;
 outline: none;
 background-color: #79b914;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#87ce18), to(#79b914)); /* Saf4+, Chrome */
 background-image: -webkit-linear-gradient(top, #87ce18, #79b914); /* Chrome 10+, Saf5.1+, iOS 5+ */
 background-image:    -moz-linear-gradient(top, #87ce18, #79b914); /* FF3.6 */
 background-image:     -ms-linear-gradient(top, #87ce18, #79b914); /* IE10 */
 background-image:      -o-linear-gradient(top, #87ce18, #79b914); /* Opera 11.10+ */
 background-image:         linear-gradient(top, #87ce18, #79b914);
 -pie-background:          linear-gradient(top, #87ce18, #79b914); /* IE6-IE9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87ce18', endColorstr='#79b914');

  background-image:url('http://bibletruth.org.au/themes/bibletruth/button-arrow.png');
  background-repeat:no-repeat;
  background-position:90% center;

 -moz-border-radius:    5px;
 -webkit-border-radius: 5px;
 border-radius:         5px;
 -moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5);
 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5);
 box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5);
 -moz-background-clip:    padding;
 -webkit-background-clip: padding-box;
 background-clip:         padding-box;
  opacity:0.85;
  behavior: url(http://bibletruth.org.au/themes/bibletruth/PIE.htc);
  text-transform:none;
}



/*----- Green Donate Button on hover-----*/

.block-paypal-donations input[type=submit]:hover, input[type=submit]:focus, input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:focus {
 opacity:1.0;
 border: 1px solid #3D7403;
 -moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 2px #79b914;
 -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 2px #79b914;
 box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 2px #79b914;
}

/*----- Green Donate Button on active/clicked-----*/

.block-paypal-donations input[type=submit]:active, input[type=button]:active, input[type=reset]:active {
 border: 1px solid #71ad13;
 background-color: #87ce18;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#79b914), to(#87ce18)); /* Saf4+, Chrome */
 background-image: -webkit-linear-gradient(top, #79b914, #87ce18); /* Chrome 10+, Saf5.1+, iOS 5+ */
 background-image:    -moz-linear-gradient(top, #79b914, #87ce18); /* FF3.6 */
 background-image:     -ms-linear-gradient(top, #79b914, #87ce18); /* IE10 */
 background-image:      -o-linear-gradient(top, #79b914, #87ce18); /* Opera 11.10+ */
 background-image:         linear-gradient(top, #79b914, #87ce18);
 -pie-background:          linear-gradient(top, #79b914, #87ce18); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79b914', endColorstr='#87ce18');
/* IE6-IE9 */
 -moz-box-shadow:    inset 0 0 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
 -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
 box-shadow:         inset 0 0 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
  opacity:0.95;
  background-image:url('http://bibletruth.org.au/themes/bibletruth/button-arrow.png');
  background-repeat:no-repeat;
  background-position:90% center;
  behavior: url(http://bibletruth.org.au/themes/bibletruth/PIE.htc);
}


/*-- INPUTS CSS --*/
/*
input[type=text], input[type=password], textarea {
 padding: 5px;
 color: #333;
 border: 1px solid #d8d8da;
 outline: none;
 -moz-border-radius:    5px;
 -webkit-border-radius: 5px;
 border-radius:         5px;
 -moz-transition:    all 0.4s ease-in-out;
 -webkit-transition: all 0.4s ease-in-out;
 -o-transition:      all 0.4s ease-in-out;
 -ms-transition:     all 0.4s ease-in-out;
 transition:         all 0.4s ease-in-out;
 behavior: url(http://bibletruth.org.au/themes/bibletruth/PIE.htc);
}

input[type=text]:focus, input[type=text]:hover, input[type=password]:focus, input[type=password]:hover, textarea:focus, textarea:hover{
 border: 1px solid #08a3e4;
 -moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 2px #08a3e4;
 -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 2px #08a3e4;
 box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 2px #08a3e4;
 behavior: url(http://bibletruth.org.au/themes/bibletruth/PIE.htc);
}

input[type=text].invalid, input[type=password].invalid, textarea.invalid, input[type=text]:-moz-ui-invalid, input[type=password]:-moz-ui-invalid, textarea:-moz-ui-invalid {
 border: 1px solid #e00;
 -moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #e00;
 -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #e00;
 box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #e00;
 behavior: url(http://bibletruth.org.au/themes/bibletruth/PIE.htc);
}
/*

/*-- UPDATED INPUTS CSS --*/
input[type=text], input[type=password], textarea, input[type=email] {
 margin-bottom:5px;
 padding: 5px;
 color: #333;
 border: 1px solid #d8d8da;
 outline: none;
 -moz-border-radius:    5px;
 -webkit-border-radius: 5px;
 border-radius:         5px;
 -moz-transition:    all 0.4s ease-in-out;
 -webkit-transition: all 0.4s ease-in-out;
 -o-transition:      all 0.4s ease-in-out;
 -ms-transition:     all 0.4s ease-in-out;
 transition:         all 0.4s ease-in-out;
 font-family: "TitilliumText22LRegular", Arial, Helvetica, sans-serif;
 behavior: url(http://bibletruth.org.au/themes/bibletruth/PIE.htc);
}

input[type=text]:focus, input[type=text]:hover, input[type=password]:focus, input[type=password]:hover, textarea:focus, textarea:hover,input[type=email]:hover, input[type=email]:focus{
 border: 1px solid #08a3e4;
 -moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 2px #08a3e4;
 -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 2px #08a3e4;
 box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 2px #08a3e4;
 behavior: url(http://bibletruth.org.au/themes/bibletruth/PIE.htc);
}

input[type=text].invalid, input[type=password].invalid, textarea.invalid, input[type=email].invalid, input[type=text]:-moz-ui-invalid, input[type=password]:-moz-ui-invalid, textarea:-moz-ui-invalid, input[type=email]:-moz-ui-invalid{
 border: 1px solid #e00;
 -moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #e00;
 -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #e00;
 box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #e00;
 behavior: url(http://bibletruth.org.au/themes/bibletruth/PIE.htc);
}
/*--- STYLE FORM start ---*/

.radioPair{
	width:80px;
  float:left;
  height:24px;
  overflow:hidden;
  margin-top:5px;
}

.question{
	padding-left:20px !important;
}

.captchaLabel{
	padding-left:20px;
}

.captchaLabel input{
	margin-left:0px !important;
}

.captchaLabel label{
	margin-right:20px;
}

.captchaInput .captchaImage{
  margin-left:20px;
}

.captchaInput .captchaImage div:first-child{
	width:200px;
	height:60px;
  float:left;
  margin-bottom:10px;
}

.captchaInput .captchaImage div:last-child{
  font-size:9px;
  width:60px;
  height:60px;
  float:left;
  margin-top:-15px; 
  margin-bottom:10px;
}

/*--- green submit button ---*/

.formBlockSurveyTable .formBlockSubmitButton{
	float:right;
  margin-right:20px;
}

.formBlockSurveyTable .formBlockSubmitButton{
 height: 30px;
 padding: 0px 26px 0px 12px;
 font-family: "TitilliumText22LBold", Arial, Helvetica, sans-serif !important;
 font-size:15px !important;
 text-align: left;
 color: #fff;
 text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
 cursor: pointer;
 border: 1px solid  #71ad13;
 outline: none;
 background-color: #79b914;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#87ce18), to(#79b914)); /* Saf4+, Chrome */
 background-image: -webkit-linear-gradient(top, #87ce18, #79b914); /* Chrome 10+, Saf5.1+, iOS 5+ */
 background-image:    -moz-linear-gradient(top, #87ce18, #79b914); /* FF3.6 */
 background-image:     -ms-linear-gradient(top, #87ce18, #79b914); /* IE10 */
 background-image:      -o-linear-gradient(top, #87ce18, #79b914); /* Opera 11.10+ */
 background-image:         linear-gradient(top, #87ce18, #79b914);
 -pie-background:          linear-gradient(top, #87ce18, #79b914); /* IE6-IE9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87ce18', endColorstr='#79b914');

  background-image:url('button-arrow.png');
  background-repeat:no-repeat;
  background-position:90% center;

 -moz-border-radius:    5px;
 -webkit-border-radius: 5px;
 border-radius:         5px;
 -moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5);
 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5);
 box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5);
 -moz-background-clip:    padding;
 -webkit-background-clip: padding-box;
 background-clip:         padding-box;
  opacity:0.85;
  behavior: url(http://bibletruth.org.au/themes/bibletruth/PIE.htc);
  text-transform:none;
}

.formBlockSurveyTable .formBlockSubmitButton:hover, .formBlockSurveyTable .formBlockSubmitButton:focus{
 opacity:1.0;
 border: 1px solid #3D7403;
 -moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 2px #79b914;
 -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 2px #79b914;
 box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 2px #79b914;
}

.formBlockSurveyTable .formBlockSubmitButton:active{
 border: 1px solid #71ad13;
 background-color: #87ce18;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#79b914), to(#87ce18)); /* Saf4+, Chrome */
 background-image: -webkit-linear-gradient(top, #79b914, #87ce18); /* Chrome 10+, Saf5.1+, iOS 5+ */
 background-image:    -moz-linear-gradient(top, #79b914, #87ce18); /* FF3.6 */
 background-image:     -ms-linear-gradient(top, #79b914, #87ce18); /* IE10 */
 background-image:      -o-linear-gradient(top, #79b914, #87ce18); /* Opera 11.10+ */
 background-image:         linear-gradient(top, #79b914, #87ce18);
 -pie-background:          linear-gradient(top, #79b914, #87ce18); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79b914', endColorstr='#87ce18');
/* IE6-IE9 */
 -moz-box-shadow:    inset 0 0 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
 -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
 box-shadow:         inset 0 0 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
  opacity:0.95;
  background-image:url('button-arrow.png');
  background-repeat:no-repeat;
  background-position:90% center;
  behavior: url(http://bibletruth.org.au/themes/bibletruth/PIE.htc);
}

.formBlockSurveyTable tr td textarea{
	margin-left:18px;
  margin-right:-10px;
}

/*--- STYLE FORM end ---*/

.contenthome img, .contenthome .image-wrap {
	-webkit-box-shadow:none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;

	-webkit-border-radius:0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
  
  border-top-left-radius:6px !important; 	
  -moz-border-radius-topleft:6px !important;
  
  border:0px solid black !important;
}
.sidedivider {
	background:url(images/divider.png) no-repeat top center;
	padding:20px 0px 0px 0px;
}

#content ol li {
	list-style-image:none !important;	
}

/*---  side nav start ---*/
#sidenav .nav .nav-selected .nav-selected{
	color: #FFFFFF;	
  text-decoration:none;
	background: #08a3e4;
	background-image: linear-gradient(bottom, #08a3e4 0%, #a1daf7 100%);
	background-image: -o-linear-gradient(bottom, #08a3e4 0%, #a1daf7 100%);
	background-image: -moz-linear-gradient(bottom, #08a3e4 0%, #a1daf7 100%);
	background-image: -webkit-linear-gradient(bottom, #08a3e4 0%, #a1daf7 100%);
	background-image: -ms-linear-gradient(bottom, #08a3e4 0%, #a1daf7 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #08a3e4), color-stop(1, #a1daf7) );
}
/*---  side nav end ---*/

#blockStyle99HomeSide5 img{
	cursor:pointer;
}

.hasPlaceholder {
   color: #444;
}