/*
Theme Name: AllAboutMormons.com
Theme URI: http://wordpress.org/
Description: AllAboutMormons.com Theme
Author: El Santo Gringo
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* ================================================================================================================== */
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
        z-index:0; /*needed so z-order will work in firefox */
        position:relative;
        top:0;
        left:0;
        top:0;
        bottom:0;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

@media all and (min-width: 0px) { /* fluid, small phones */ }

@media all and (min-width: 768px) { /* just central column */ }

@media all and (min-width: 900px) { /* Two column. */ }

@media all and (min-width: 1200px) { /* Three column. This is default. */ }

/* ================================================================================================================== */
/* body and containers*/

body {
	margin-top: 0px;	  
	margin-bottom: 0px;/*30px;*/
	background-color:  #F0F2FF;
	background-image:url('/IMG/noisy-texture-background.png');
	background-repeat:repeat;
}
	
#container {
	width: 1200px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	color: #666666;
}

#container hr {
      border: 1px solid White;
      border-bottom: 1px solid #DDDDDD;
      margin-top: 9px;
      margin-bottom: 9px;
}


#container2 {
	width: 1200px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	color: #666666;
}
	  
#container2 small {
	font-size: 12px;
	line-height: 1.6em;
}

@media all and (min-width: 0px) { /* fluid, small phones */
	#container {width: 100%;}
	#container2 {width: 100%;}
	body {
		left:0px !important;
		top:0px !important;
	}

	body, html {
		overflow-x:hidden;
		width:100%;
	}
}

@media all and (min-width: 768px) { /* just central column */
	#container {width: 768px;}
	#container2 {width: 768px;}
}

@media all and (min-width: 900px) { /* two column */
	#container {width: 900px;}
	#container2 {width: 900px;}
}

@media all and (min-width: 1200px) { /* three column */
	#container {width: 1200px;}
	#container2 {width: 1200px;}
}

/* ================================================================================================================== */
/* Header */

#header {
	width: 1200px;
	border: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	clear: both;
}

@media all and (min-width: 0px) { /* fluid, small phones */
	#header {width: 100%;}
}

@media all and (min-width: 768px) { /* just central column */
	#header {width: 768px;}
}

@media all and (min-width: 900px) { /* two column */
	#header {width: 900px;}
}

@media all and (min-width: 1200px) { /* three column */
	#header {width: 1200px;}
}

#header p { 
	margin-top: -25px;
	margin-left: 30px;
	color: #999999;
}
  
#header a.little_title {
	color: #999999;
}

#header a.big_title {
	font-weight:normal;
	color: #6DA6E2;
}
  
#header table {
	padding-bottom: 0px;	
	margin-bottom: -10px;
}

#header h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 34px;
	color: #6DA6E2;
	margin-bottom: 30px;
	margin-left:15px;
}

.searchbox {
	float:right;
	position:relative;
	top:0px;left:5px;
}

@media all and (min-width: 0px) { /* fluid, small phones */
	.searchbox {display:none;}
}

@media all and (min-width: 768px) { /* just central column, two column, three column */
	.searchbox {display:block;}
}

.logo {
	float:left;
}

/* ================================================================================================================== */
/* Menu */

#navbar {
	padding-top:60px;
	margin-left:auto;
	margin-right:auto;
	width:860px;
}

#navbar2 { /* on the front page */
	/*padding-top:60px;*/
	margin-left:auto;
	margin-right:auto;
	width:610px;
	/*visibility:hidden;*/
	/*border:1px solid black;*/
}

.isotope-filter-button a, .isotope-filter-button a:hover {
	color: #FFFFFF;
	font-size:14px;
	text-decoration: none;
}

.isotope-filter-button {
	color: #FFFFFF;
	border: 1px solid #2763A5;
	/*font-size: 12px;*/
	margin-right: 8px;
	background: #94c3f0;
	background: -moz-linear-gradient(top, #94c3f0, #4b76af);
	background: -webkit-gradient(linear,left top, left bottom, from(#94c3f0), to(#4b76af));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#94c3f0', EndColorStr='#4b76af', GradientType=0);
	font-weight:bold;
	padding:0px 3px 0px 3px;
	/*margin-left:4px;*/
	font-size:14px;
	/*margin-left:0px;*/
	float:left;
	text-align:center;
}



.sf-menu li {
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}

.sf-menu li ul li {
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}

.sf-menu li a {text-align:center;}

.sf-menu li ul li a {text-align:left;}

.sf-menu li ul li {width:200px;}

@media all and (min-width: 0px) { /* fluid, small phones */
	#navbar {
		width:100%;
		margin-bottom:0px;
	}
	
	.sf-menu li {margin-bottom:5px;}
	.sf-menu li ul li {margin-bottom:0px;}

	.nav-size1 {width:auto;}
	.nav-size2 {width:auto;}
	.nav-size3 {width:auto;}
	.nav-size4 {width:auto;}
	.nav-size5 {width:auto;}

	/*.sf-menu {width:100% !important;}
	.sf-menu li {float:none !important;}*/
	
	#navbar {visibility:visible;} /* on mobile small, show from beginning*/

}

@media all and (min-width: 768px) { /* Everything bigger than small mobile. */
	.nav-size1 {width:88px;}
	.nav-size2 {width:120px;}
	.nav-size3 {width:180px;}
	.nav-size4 {width:57px;}
	.nav-size5 {width:67px;}

	/*.sf-menu {width:auto !important;}
	.sf-menu li {float:left !important;}*/
	
	#navbar {
		visibility:hidden; /* made visible when done loading by jquery*/
		margin-bottom:40px;
	} 
	
}

@media all and (min-width: 900px) { /* Two column, three column. */
	#navbar {width:860px;}
	.sf-menu li {margin-bottom:0;}
	.sf-menu li ul li {margin-bottom:0px;}
}

/* ================================================================================================================== */
/* Content */

#content {
	/*width: {WIDTH-240}px;*/
	width: 630px;
	/*padding-left: 10px;
	padding-right: 10px;*/
	padding-top: 10px;
	margin-left:5px;
	margin-right:5px;
	float: left;
	
	/* below is discustingly hackish */
	position:relative;
	left:4px;
}

@media all and (min-width: 0px) { /* fluid, small phones */
	#content {
		width:97%;
		/*left:8px;*/
		/* color:purple!important; */
	}
}

@media all and (min-width: 768px) { /* just central column */
	#content {
		width:742px;
		left:8px;
		/* color:green!important; */
	}
}

@media all and (min-width: 900px) { /* two column */
	#content {
		width:615px;
		left:8px;
		/* color:yellow!important; */
	}
}

@media all and (min-width: 1200px) { /* three column */
	#content {
		width:630px;
		left:0px;
		/* color:red!important; */
	}
}

/* h1, h2, etc */

#content h1 {
	color: #666666;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px 0px;
	font-weight:bold;
	clear:none;
}

h1.textbodyheader2 a {
	color: #666666;
}

h1.textbodyheader4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #666666;
	margin: 10px 0px 10px 0px;
	font-weight:normal;
	font-style:italic;
	text-decoration:underline;
}

#content h1 a {
	color: #666666;
}

#content h1 a:hover {
	cursor: default;
	text-decoration: none;
}

#content h2  {
	color: #666666;
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px 0px;
	font-weight:bold;
	clear:none;
}

h2 p {
        padding-bottom:0px !important;
}

#content h2 a {
	color: #666666;
}
	  
#content h2 a:hover {
	cursor: default;
	text-decoration: none;
}
	  
#content h3  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #666666;
	margin: 10px 0px 10px 0px;
	font-weight:bold;
	text-decoration:underline;
	clear:none;
}

/*h1, h2, h3, b {text-shadow: 1px 1px 1px #D8D8D8;}*/


/* lists */

#content ul {
	list-style: disc outside;
	margin-left:30px;
	margin-bottom:15px;
}

#content ol {
	list-style:decimal outside;
	margin-left:30px;
}

#content ol ol li {
	list-style:decimal outside;
}

#content ol ul li {
	list-style:disc outside;
}

ul ul {
        padding-top:18px;
}

/* links */

a {
	color: #6DA6E2;
	text-decoration: none;
	font-weight: bold;
}


a:hover {
	color: inherit;
	font-weight: bold;
	text-decoration: underline;
}

/* images */

#content table img {
	padding: 4px;
	border: 1px solid #a0a0a0;
	margin: 12px 15px 5px 15px;
}

a img {
	border: none;
	padding: 4px;
	border: 1px solid #a0a0a0;
}

a img:hover {
	border: 1px solid #000000;
}

img.left,img.center,img.right {
	padding: 4px;
	border: 1px solid #a0a0a0;
}


img.left,.alignleft {
	float: left;
	margin: 0px 10px;
}
	  
.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

img.center {
	display: block;
	margin: 5px auto 5px auto;
}

img.right, .alignright {
	float: right;
	margin: 5px 12px 5px 12px;
}

.wp-caption-text {
	padding-top:5px;
	font-size:10px;
	text-align:center;
	line-height:1.4em;
}

.entry-title {display:none;} /* don't want to show the title again. It's lame. */

.noborder {
	border: 0px;
	background: transparent;
}
	  
.noborder:hover {
	border: 0px;
}

/* tables */

/* tables still need 'cellspacing="0"' in the markup */
#content table {
	margin-bottom:15px;
	border-collapse: collapse;
	border-spacing: 0;
}

#content td {
      padding:5px 10px 5px 10px;
}

table caption {
        padding-bottom:15px;
}

/* forms */

input {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #2763A5;
	font-size: 14px;
	padding: 3px;
}
	  
input.transparent {
	background-color:Transparent;
	border-style:none;
}

textarea {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #2763A5;
	font-size: 14px;
	padding: 3px;
}
		
#content form p {
	position:relative;
	padding-bottom: 5px;
	border-bottom: 0px solid #DDDDDD;
}

.button, .nav-next a, .nav-previous a, .button-primary {
	padding-top:50px;
	color: #FFFFFF;
	border: 1px solid #2763A5;
	font-size: 12px;
	margin-right: 15px;
	background: #94c3f0;
	background: -moz-linear-gradient(top, #94c3f0, #4b76af);
	background: -webkit-gradient(linear,left top, left bottom, from(#94c3f0), to(#4b76af));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#94c3f0', EndColorStr='#4b76af', GradientType=0);
	font-weight:bold;
	padding:3px 4px 2px 4px;
	margin-left:4px;
}

.button-primary {
	padding: 6px 2px 6px 6px;
	font-size: 14px;
	margin-left: 0px;
}

.nav-next a {float:right;}

.nav-previous a {float:left;margin-bottom:25px;}

/* other */

#content p {
	clear:none;
	padding-bottom: 20px;
}
	  
#content hr {
	border: 1px solid White;
	border-bottom: 1px solid #DDDDDD;
	margin-top: 9px;
	margin-bottom: 9px;
}

blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

/* custom */

.youtube_video {
	padding:5px 25px 5px 15px;
}

/* ================================================================================================================== */
/* Sidebar */

#sidebar {
	width: 250px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-left: 5px;
	margin-right: 0px; /*10px;*/
	float: right;
	font-size: 15px;
	/*position:relative;*/
	/*left:-10px;*/
}


@media all and (min-width: 0px) { /* fluid, small phones and just central column */
	#sidebar {display:none;}
}

@media all and (min-width: 900px) { /* two column and three column*/
	#sidebar {display:block;}
}

#sidebar p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

#sidebar hr {
	border: 1px solid White;
	border-bottom: 1px solid #DDDDDD;
	margin-top: 9px;
	margin-bottom: 9px;      
}

/* flag bar */

.flagbar {
    width:130px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:15px;
}

.flag_pic {
	float:left;margin-bottom:7px;
}

#flag-USA {
	width: 23px;
	height: 15px;
	background: url('/IMG/serve_svg.php/IMG/icons.png') no-repeat scroll 0px 0px;
	margin: 0px 4px 0px 4px;
	display:block;
}

#flag-Brazil {
	width: 23px;
	height: 15px;
	background: url('/IMG/serve_svg.php/IMG/icons.png') no-repeat scroll -23px 0px;
	margin: 0px 4px 0px 4px;
	display:block;
}

#flag-Mexico {
	width: 23px;
	height: 15px;
	background: url('/IMG/serve_svg.php/IMG/icons.png') no-repeat scroll 0px -15px;
	margin: 0px 4px 0px 4px;
	display:block;
}

#flag-Italy {
	width: 23px;
	height: 15px;
	background: url('/IMG/serve_svg.php/IMG/icons.png') no-repeat scroll -23px -15px;
	margin: 0px 4px 0px 4px;
	display:block;
}

/* login widget */

#wp_sidebarlogin-2 {
	margin-bottom:15px;
	padding:10px;
	list-style: none;
}

#wp_sidebarlogin-2 h3.widget-title {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight:bold;
}

#wp_sidebarlogin-2 p {
	border: none;
	padding-bottom: 0px;
}

#wp_sidebarlogin-2 form {
	margin:0px;
}

.widget_wp_sidebarlogin ul.sidebar_login_links {
	font-size: 13px;
}

.sidebar_login_error {
	padding: 0px !important;
}

/* follow us bar */

.communications {
	width:175px;margin-left:auto;margin-right:auto;
}

.com_pict {
	float:left;
}

.com_desc {
	float:left;
	margin-left:3px;
	position:relative;
	top:-1px;
}

#envelope {
	width: 17px;
	height: 17px;
	background: url('/IMG/serve_svg.php/IMG/social_media_icons.png') no-repeat scroll -17px -33px;
	margin: 0px 4px 0px 4px;
	background-size: 50px auto;
	position:relative;
	left:-1px;
	display:block;
}

#rss {
	width: 16px;
	height: 16px;
	background: url('/IMG/serve_svg.php/IMG/icons.png') no-repeat scroll -47px 0px;
	margin: 0px 4px 0px 4px;
	display:block;
}

#pdf {
	width: 16px;
	height: 20px;
	background: url('/IMG/serve_svg.php/IMG/icons.png') no-repeat scroll -63px 0px;
	margin: 0px 4px 0px 4px;
}

#fb {
	width: 17px;
	height: 17px;
	background: url('/IMG/serve_svg.php/IMG/social_media_icons.png') no-repeat scroll 0px 0px;
	margin: 0px 4px 0px 4px;
	background-size: 50px auto;
	position:relative;
	left:-1px;
	display:block;
}

#twit {
	width: 16px;
	height: 16px;
	background: url('/IMG/serve_svg.php/IMG/social_media_icons.png') no-repeat scroll -17px -17px;
	margin: 0px 4px 0px 4px;
	background-size: 50px auto;
	display:block;
}

/* share bar */

#share_facebook {
	width: 32px;
	height: 32px;
	background: url('/IMG/serve_svg.php/IMG/social_media_icons.png') no-repeat scroll -1px -1px;
	margin: 0px 4px 0px 4px;
	display: inline-block;
}

#share_twitter {
	width: 30px;
	height: 31px;
	background: url('/IMG/serve_svg.php/IMG/social_media_icons.png') no-repeat scroll -35px -35px;
	margin: 0px 4px 0px 4px;
	display: inline-block;
}

#share_google_plus {
	width: 32px;
	height: 33px;
	background: url('/IMG/serve_svg.php/IMG/social_media_icons.png') no-repeat scroll -66px 0px;
	margin: 0px 4px 0px 4px;
	display: inline-block;
}

#share_orkut {
	width: 34px;
	height: 33px;
	background: url('/IMG/serve_svg.php/IMG/social_media_icons.png') no-repeat scroll 0px -66px;
	margin: 0px 4px 0px 4px;
	display: inline-block;
	position:relative;
	left:0px;
}

#share_stumbleupon {
	width: 33px;
	height: 33px;
	background: url('/IMG/serve_svg.php/IMG/social_media_icons.png') no-repeat scroll -33px -1px;
	margin: 0px 4px 0px 4px;
	display: inline-block;
}

#printer {
	width: 33px;
	height: 33px;
	background: url('/IMG/serve_svg.php/IMG/social_media_icons.png') no-repeat scroll -66px -66px;
	margin: 0px 4px 0px 4px;
	display: inline-block;
}

#share_digg {
	width: 33px;
	height: 31px;
	background: url('/IMG/serve_svg.php/IMG/social_media_icons.png') no-repeat scroll 0px -34px;
	margin: 0px 4px 0px 4px;
	display: inline-block;
	position:relative;
	left:0px;
}

#share_delicious {
	width: 33px;
	height: 31px;
	background: url('/IMG/serve_svg.php/IMG/social_media_icons.png') no-repeat scroll -66px -34px;
	margin: 0px 4px 0px 4px;
	display: inline-block;
	position:relative;
	top:-1px;
	left:0px;
}

#share_email_page {
	width: 33px;
	height: 31px;
	background: url('/IMG/serve_svg.php/IMG/social_media_icons.png') no-repeat scroll -34px -68px;
	margin: 0px 4px 0px 4px;
	display: inline-block;
	position:relative;
	top:-1px;
	left:2px;
}

@media all and (min-width: 0px) { /* Two column. */
	#sharebar {display:block;} /* anything other than three column, show on right */
}

@media all and (min-width: 1200px) { /* Three column. This is default. */
	#sharebar {display:none;} /* because it's in sharebar2 on the leftbar */
}


/* ================================================================================================================== */
/* leftbar */

#leftbar {
	clear:both;
	/*display:none;*/
	width: 250px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
	font-size: 15px;
	/*position:relative;*/
	/*left:5px;*/
	margin-right: 5px;
	margin-left: 10px;
	/*border:1px solid black;*/
	/*background-color:red;*/
	/*height:150px;*/
}

@media all and (min-width: 0px) { /* fluid, small phones, just central column, or two column */
	#leftbar {display:none;}
	#sidebar_recent_links {display:block;}
}

@media all and (min-width: 1200px) { /* Three column. This is default. */
	#leftbar {display:block;}
	#sidebar_recent_links {display:none;} /* if you're showing leftbar, this will be displayed in sidebar_recent_links2 */
}



#leftbar p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

#leftbar hr {
	border: 1px solid White;
	border-bottom: 1px solid #DDDDDD;
	margin-top: 9px;
	margin-bottom: 9px;
}

/* ================================================================================================================== */
/* comments */

#comments ol li {
	margin-left: 30px;
	list-style: decimal outside;
	position:relative;
	left:-20px;
	border-bottom:1px dashed;
	margin-bottom:15px;
	padding-bottom:0px;
}

#comments ol ol li {
	list-style: decimal outside;
	border-bottom:0px none;
	margin-bottom:0px;
}

#badge {
	float:left;
	border-style:hidden;
	margin-top:0px;
	padding-top:0px;
}

.comment_submit_form_labels {float:left;width:75px;}

/* ================================================================================================================== */
/* footer */

#footer {
	margin-top: 15px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	clear: both;
	/*width: {WIDTH-18}px;*/
	width: 1200px;
	background-color:#2763A5;
}

@media all and (min-width: 0px) { /* fluid, small phones */
	#footer {width: 100%;}
}

@media all and (min-width: 768px) { /* just central column */
	#footer {width: 768px;}
}

@media all and (min-width: 900px) { /* two column */
	#footer {width: 900px;}
}

@media all and (min-width: 1200px) { /* three column */
	#footer {width: 1200px;}
}


#footer p {
	color:#FFFFFF;
	padding: 5px;
	text-align: center;
	margin-bottom: 0px;
}

#footer p a {
	color: #FFFFFF;
	background-color:#2763A5;
	font-weight:100;
	border-bottom: 1px dotted #FFFFFF;
}

#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px dotted #FFFFFF;
	border-bottom: 0px dotted #FFFFFF;
}

/* ================================================================================================================== */
/* pagination */

div.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
	background-color: #FFF;
}

div.pagination a:hover a:active {
	border: 1px solid #000099;
	color: #000;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}

div.pagination span.disabled a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}

/* ================================================================================================================== */
/* Shadows and gradients */

.shadow_box {
	margin-bottom:15px;
	padding-left:10px;
	padding-right:10px;
}

.background_gradient_container {
	position:absolute;
	top:0px;
	width:1200px;
	height:500px;
	z-index:-1;

	background: #F0F2FF;
	
	/*
	#FDFDFF: 253,253,255
	#F0F2FF: 240,242,255
	*/
	
	background: -moz-linear-gradient(top, rgba(253,253,255,1.0) 0%, rgba(240,242,255,0.0) 100%);
	background: -webkit-gradient(linear,left top, left bottom, from(rgba(253,253,255,1.0)), to(rgba(240,242,255,0.0)));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFFDFDFF', EndColorStr='#00F0F2FF', GradientType=0);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFDFDFF, endColorstr=#00F0F2FF);

}

.standard_gradient {
	background: #F0F2FF;
	background: -moz-linear-gradient(top, #FDFDFF, #F0F2FF);
	background: -webkit-gradient(linear,left top, left bottom, from(#FDFDFF), to(#F0F2FF));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FDFDFF', EndColorStr='#F0F2FF', GradientType=0);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FDFDFF, endColorstr=#F0F2FF);

}

#content_shadow_box {
	padding-top:10px;
	padding-bottom:10px;
}

@media all and (min-width: 0px) { /* fluid, small phones */
	.background_gradient_container {width: 100%;}
}

@media all and (min-width: 768px) { /* just central column */
	.background_gradient_container {width: 768px;}
}

@media all and (min-width: 900px) { /* two column */
	.background_gradient_container {width: 900px;}
}

@media all and (min-width: 1200px) { /* three column */
	.background_gradient_container {width: 1200px;}
}


/* ================================================================================================================== */
/* additional icons for cute little social media bar (others are in sidebar section) */

.inline_soc_media {
	display:inline-block !important;
	margin:0px 0px !important;
	position:relative !important;
	left: 0px !important;
	margin-left:1px !important;
	margin-right:1px !important;
	top:3px !important;
}

#little_google_plus {
	width: 16px;
	height: 16px;
	background: url('/IMG/serve_svg.php/IMG/social_media_icons.png') no-repeat scroll -33px 0px;
	margin: 0px 4px 0px 4px;
	background-size: 50px auto;
	display:block;
}

#little_orkut {
	width: 16px;
	height: 16px;
	background: url('/IMG/serve_svg.php/IMG/social_media_icons.png') no-repeat scroll 0px -33px;
	margin: 0px 4px 0px 4px;
	background-size: 50px auto;
	display:block;
}

	
/* ================================================================================================================== */
/* Book of Mormon Online */

#chapter_title {
	text-align: center;
	font-size: 2em;
	display:block;
	margin-bottom:-15px;
	line-height: 1.5em;
}

.verse {
	float:left;
	font-size:2em;
	margin-right:10px;
	margin-bottom:5px;
	position:relative;
	top:8px;
}	

span.highlight {
	background-color: Yellow;
}

/* ================================================================================================================== */
/* Front page modifications */

@media all and (max-width: 767px) { /* fluid, small phones */
	.isotope-item {width:98%!important;}
}



/* ================================================================================================================== */
/* MISC */

del {
	text-decoration: line-through;
}

.hidden {
	visibility: hidden;
}

.linklist {
	line-height:200%
}

.advert {
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}