/*
Theme Name: Blank 3 Column
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: three-column, widget-ready, blank
*/

@import url("http://www.gracelandcampus.org/wp-content/plugins/business-directory/main.css");

/* Resets */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,
ol, li, dl, dt, dd, form, a, fieldset, th, td {
	margin: 0; padding: 0; border: 0; outline: none;
}

/* @group Basics */

/* basics */

body {
	background: #fff;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	margin: 20px;
}

/* container */


#container {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	color: #333;
}

h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}

/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}

.hidden {
	margin-left: -9999px;
}

.required {
	color: red;
	font-size: .7em;
}

.info {
	font-size: .7em;
}

.clearthedivs {
	clear: both;
}

.border-top {
	border-top: 1px solid #333;
}

/* @end */

/* @group Header */

/* header */

#header {
  	width:100%; 
  	height:100px;
	color: #fff;
}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* @group Navigation */

/* Navigation */

#navigation {
	margin-top: 3px;
}

#suckerfishnav {
    background:#433b26 repeat-x;
    font-size: 1em;
    font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
    width: 1086px;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height: 1.4em;
    padding:0;
    border:1px solid #aaa;
    margin: 0 14px 0 3px;
    width: 1086px;
    }
#suckerfishnav a {
    display:block;
    color:#ffffff;
    text-decoration:none;
    padding:0px 14px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    border-right: 1px solid white;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width: 151px;
    font-weight: normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
}
#suckerfishnav li li {
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight: normal;
    font-family:verdana,sans-serif;
    width: 150px;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:100%;
    font-size:11px;
    color:#a0ae23;
    }
#suckerfishnav li ul ul {
    margin:-20px 0 0 150px;
    }
#suckerfishnav li li:hover {
    background:#a0ae23;
    }
/* Next 2 lines control the 3rd level width */
#suckerfishnav li li ul {
    width: 300px;
}
#suckerfishnav li li li {
    width: 299px;
}

#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#433b26;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#a0ae23;
    }
/* 2nd & 3rd level a */
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#fff;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#433b26;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#433b26;
    }

#suckerfishnav title {
   display: none;
}

.page-item-21 a:link, 
.page-item-33 a:link, 
.page-item-21 a:visited, 
.page-item-33 a:visited, 
.page-item-21 a:hover, 
.page-item-33 a:hover {
	line-height: 2em;
	letter-spacing: .7em;
	text-align: center;
}

/* @end */



/* @end */

/* @group Content */

/* content */


#content {
	float: left;
	width:710px;
	margin: 7px 0px 0 20px;
	
}

#content_top {
	height: 40px;
	background: url(images/content_top710.png);
}

#content_inner {
	padding: 10px 20px 10px 13px;
	background: url(images/content_middle710.png);
}

#content_bottom {
	height: 50px;
	background: url(images/content_bottom710.png);
}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
}
	
.post h2{
	word-spacing: .2em;
	letter-spacing:.2em;
	color:#a3b223;
	margin-left:25px;
	font: normal 2.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
	
.post h2 a{
	color: #000;
	text-decoration: none;
}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.entry a:link {
	text-decoration: underline;
}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.entrynav {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

p.endpagecontact {
	font-size: .8em;
	color: #a0ae23;
	float: right;
	margin-right: 7px;
}

p.endpagecontact a:link, p.endpagecontact a:visited {
	color: #a0ae23;
	text-decoration: underline;
}
p.endpagecontact a:hover {
	font-weight: bold;
	color: #2c37d9;
}
p.endpagecontact a:active {
	font-weight: bold;
	color: #2c37d9;
}

#sharebuttons {
	padding-top: 60px;
}

/* @end */

/* @group Left */

/* left sidebar */

#left {
	width:153px;
	float:left;
	font-size: .9em;
	margin-top: 7px;
}

#left_top {
	height: 20px;
	background: url(images/left_top.png) no-repeat;
}

#left_inner {
	padding: 10px 18px 10px 13px;
	background: url(images/left_middle.png) repeat-y;
}

#left_bottom {
	height: 23px;
	background: url(images/left_bottom.png) no-repeat;
}

a.listenonline {
  display: block;
  width: 120px;
  height: 118px;
  background: url("images/listenonline_whole.png") no-repeat 0 0;
	}

a.listenonline:hover {
	background-position: -120px 0;
	}

.enotesdiv {text-align: center;margin-top: 12px;}

#left h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
}

#left label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
}

#left p {margin:0; padding: 0;}

#left img {padding: 0; margin: 0;}

#left ul {

}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
}

#left ul ul {
	margin:14px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* @end */

/* @group Right */

/* right sidebar */

#right {
	width:200px;
	float: right;
	margin-top: 7px;
	font-size: 1.3em;
}

#right_top {
	height: 20px;
	background: url(images/right_top.png) no-repeat;
}

#right_inner {
	padding: 10px 20px 10px 15px;
	font-family:Century Gothic;
	font-size:.8em;
	color: #433b26;
	background: url(images/right_middle.png) repeat-y;
}

#right_bottom {
	height: 25px;
	background: url(images/right_bottom.png) no-repeat;
}

#right_inner h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}

#right h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right p {margin:0; padding:0;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px;
	padding:0;
}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
}

#right ul ul {
	margin:14px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#meta {
	margin-top: 50px;
}

#meta h3 {
	font-style: italic;
}

#meta ul {
	margin-top: 0;
	padding-top: 0;
}

#meta ul li:hover:before {
	content: "\00BB \0020";
	}

#search-unleashed-1 {
	margin-top: 20px;
	margin-bottom: 10px;
}

#search-unleashed-1 h3 {
	font-weight: normal;
	font-style: italic;
}

#searchsubmit {
	display: none;
}

#sidebar-login ul {
	margin-top: 0;
	padding-top: 0;
}

#sidebar-login-copy-2 ul {
	margin-top:0;
	padding-top: 0;
}

#sidebar-login-copy-2 ul li a {
	padding-left: 3px;
}

.avatar_container {
	margin-top: 0px;
}

#sidebar-login ul li a {
	padding-left: 3px;
}

#categories-452763331 ul {
	padding-bottom: 0;
}

#categories-452763331 li:before {
	content: "\00BB \0020";
}

#sidebar-login {
	margin-top: 25px;
}

#blog-link {
	margin-top: 0;
}

/*  Overview  */
#sclw-3 h3 {
	text-indent: -9999px;
	display: none;
}

/*  Getting Started  */
#sclw-1 h3 {
	text-indent: -9999px;
}

/*  Newsletter Signup  */
#text-452789331 {
	margin-top: 20px;
}
/* @end */

#tag_cloud {
	margin-top: 25px;
}

#archives {
	margin-top: 25px;
}

#useronline {
	margin-top: 25px;
}

/* @group Comments */

/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
}
	
#commentform p{
	color: #000;
}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
}
	
#comment{
	width:80%;
}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}
	
cite a{
	color: #000; 
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
}



/* @end */

/* @group Search */

/* search */

#searchform{
	padding:0;
	margin:14px 0;
}

#searchform input#s{
	margin:0;
	border:1px solid #000;
	padding:2px;
}



/* @end */

/* @group Misc */

/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}



/* @end */

/* @group Footer */

/* footer */

#footer {
	clear: both;
	width: 100%;
	color: #6b6d6f;
}

#footer_inner {
	padding:.5em 10em;
	text-align:center;
	font-size: .9em;
	line-height: 1.3em;
	color: #6b6d6f;
	font-family: sans-serif;
}

#footer a:link {color: #6b6d6f; text-decoration:underline;font-size: 1em;font-family: sans-serif;} 
#footer a:visited {color: #6b6d6f; text-decoration:underline;font-size: 1em;font-family: sans-serif;} 
#footer a:hover {color: #a0ae23; text-decoration:underline;}
#footer a:active {color:blue; text-decoration:underline;}


#footer p {
	
}

#podPress_footer {
	margin-left: -9999px;
}

/* @end */

/* @group Headers by Page */

.pagehead {

}


/* @end */

/* @group Resources */

p.resourcesinfo {
	font-size: 1.1em;
	width: 580px;
	margin-left: 30px;
}

#resourcenav {
	width: 650px;
	margin-left: 7px;
	font: 1em Georgia, "Times New Roman", Times, serif;
}

h3.resourcehead {
	color: #433b26;
	border-bottom: 2px solid #fe8f0d;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1.3em;
	font-family: Century Gothic;
	font-style: normal;
}

#resourcenav tr td p {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0;
}

.resourceright {
	width:  50%;
	vertical-align: top;
	padding-top: 15px;
}

.resourceleft {
	width:  40%;
	vertical-align: top;
	padding-top: 15px;
}

span.explore {
	float: right;
	margin-bottom: 1px;
	margin-right: 2px;
	font: .8em Verdana, "Lucida Grande", Lucida, sans-serif;
}

#resourcenav a:link {text-decoration: underline;}
#resourcenav a:visited {text-decoration: underline;}
#resourcenav a:hover {font-weight: bold; color: #ad2d2d;}
#resourcenav a:active {font-weight: bold; color: blue;}


/* @end */

/* @group Widgets */

#site-search {
	margin-top: 30px;
}

#site-search h3 {
	letter-spacing: .2em;
	font-weight: lighter;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 2px;
}

#right form {
	margin-top: 0;
	padding-top: 0;
}

.widget-title {

}

/* @group sclw-1 */

#sclw-1 {
	margin-top: 30px;
	font: 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: lighter;
	letter-spacing: .1em;
}

#sclw-1 .widget-title {
	display: none;
}

#sclw-1 ul li {
	padding-left: 8px;
	text-indent: -8px;
	line-height: 1.7em;
}

#sclw-1 a:link {color: #433b26;}
#sclw-1 a:visited {color: #433b26;}
#sclw-1 a:hover {color: #a00023;}
#sclw-1 a:active {color: #a00023;}

/* @end */

/* @group sclw-2 */

#sclw-2 {
	margin-top: 80px;
	font: 1em Verdana, "Lucida Grande", Lucida, sans-serif;
	color: black;
}

#sclw-2 ul li {
	list-style-type: square;
	list-style-position: inside;
}

#sclw-2 .widget-title {
	font-size: 1.3em;
	font-weight: normal;
	font-style: italic;
	letter-spacing: .1em;
}

#sclw-2 a:link {color: #000;}
#sclw-2 a:visited {color: #000;}
#sclw-2 a:hover {color: #a00023;text-decoration: none;}
#sclw-2 a:active {color: blue;}

/* @end */




/* @group sclw-3 */

#sclw-3 {
	font: 1em Verdana, "Lucida Grande", Lucida, sans-serif;
	color: black;
	letter-spacing: .1em;
}

#sclw-3 .widget-title {
	display: none;
}

#sclw-3 ul {
	margin: 0;
	padding: 0;
}

#sclw-3 a:link {color: #433b26;}
#sclw-3 a:visited {color: #433b26;}
#sclw-3 a:hover {color: #a00023;text-decoration: none;}
#sclw-3 a:active {color: blue;}

/* @end */


/* @group Give Online */

#text-427163701 {
	margin-top: 80px;
}

a.support {
  display: block;
  width: 122px;
  height: 185px;
  background: url("images/support_whole.png") no-repeat 0 0;
	}

a.support:hover {
	background-position: -122px 0;
	}

/* @end */

#blog-link {
	margin-top: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#blog-link a:link {color: #433b26; text-decoration: underline;}
#blog-link a:visited {color: #433b26;}
#blog-link a:hover {color: #a00023;}
#blog-link a:active {color: blue;}

/* @group Right Ads */

.ads {
	margin: 50px 0 50px 0px;
}

a.contact {
  display: block;
  width: 163px;
  height: 212px;
  background: url(images/right-ads/contact_whole.png) no-repeat;
	}

a.contact:hover {
	background-position: -163px 0;
	}

a.creativearts {
  display: block;
  width: 163px;
  height: 190px;
  background: url(images/right-ads/creativearts_whole.png) no-repeat;
	}

a.creativearts:hover {
	background-position: -163px 0;
	}

a.vision {
  display: block;
  width: 163px;
  height: 190px;
  background: url(images/right-ads/visionlink_whole.png) no-repeat;
	}

a.vision:hover {
	background-position: -163px 0;
	}

a.gracelandmusic {
  display: block;
  width: 163px;
  height: 190px;
  background: url(images/right-ads/gracelandmusic_whole.png) no-repeat;
	}

a.gracelandmusic:hover {
	background-position: -163px 0;
	}

a.classifieds {
  display: block;
  width: 163px;
  height: 190px;
  background: url(images/right-ads/classifiedslink_whole.png) no-repeat;
	}

a.classifieds:hover {
	background-position: -163px 0;
	}

a.resources {
  display: block;
  width: 163px;
  height: 190px;
  background: url(images/right-ads/resources_whole.png) no-repeat;
	}

a.resources:hover {
	background-position: -163px 0;
	}

a.giving {
  display: block;
  margin-left: 20px;
  width: 122px;
  height: 185px;
  background: url(images/right-ads/supportright_whole.png) no-repeat;
	}

a.giving:hover {
	background-position: -122px 0;
	}

/* @end */




/* @end */

/* @group Header Images */



/* @end */

/* @group Service Info */

.services {
	font-family: "Courier New", Courier, mono;
	font-size: 2em;
}

#map {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 60px;
}

.direction-list {
	margin-top: 30px;
}

.direction-list ul {
	list-style-type: upper-roman;
	list-style-position: outside;
	padding-left: 35px;
}

/* @end */

/* @group What We Believe */

.beliefs {
	padding-top: 20px;
}

/* @end */

h1.title {
	word-spacing: .2em;
	letter-spacing:.2em;
	color:#a3b223;
	margin-left:25px;
	font: normal 2.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @group Who We Are */



table.whoweare {
	margin-left: 80px;
}

table.whoweare tr td {
	width: 163px;
	height: 190px;
	padding: 40px;
}

a.visionbutton {
	display: block;
	width: 163px;
	height: 190px;
	background: url(images/buttonlinks/visionbutton_whole.png) no-repeat 0 0;
	}

a.visionbutton:hover {
	background-position: -163px 0;
	}

a.believebutton {
	display: block;
	width: 163px;
	height: 190px;
	background: url(images/buttonlinks/believebutton_whole.png) no-repeat 0 0;
	}

a.believebutton:hover {
	background-position: -163px 0;
	}

a.teachingbutton {
	display: block;
	width: 163px;
	height: 190px;
	background: url(images/buttonlinks/teachingbutton_whole.png) no-repeat 0 0;
	}

a.teachingbutton:hover {
	background-position: -163px 0;
	}

a.creativeartsbutton {
	display: block;
	width: 163px;
	height: 190px;
	background: url(images/buttonlinks/creativeartsbutton_whole.png) no-repeat 0 0;
	}

a.creativeartsbutton:hover {
	background-position: -163px 0;
	}

a.childrenbutton {
	display: block;
	width: 163px;
	height: 190px;
	background: url(images/buttonlinks/studiosbutton_whole.png) no-repeat 0 0;
	}

a.childrenbutton:hover {
	background-position: -163px 0;
	}

a.staffbutton {
	display: block;
	width: 163px;
	height: 190px;
	background: url(images/buttonlinks/staffbutton_whole.png) no-repeat 0 0;
	}

a.staffbutton:hover {
	background-position: -163px 0;
	}

a.contactbutton {
	display: block;
	width: 163px;
	height: 190px;
	background: url(images/buttonlinks/contactbutton_whole.png) no-repeat 0 0;
	margin-left: auto;
	margin-right: auto;
}

a.contactbutton:hover {
	background-position: -163px 0;
	}

div#contactusbutton {
	width: 670px;
}

div#conactusbuttoninner {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

p.contact {


}

/* @end */

/* @group Hide Headers */

/*  What We Believe  */
h2#what-we-believe {
	display: none;
}

/*  Creative Arts  */
h2#creative-arts {
	display: none;
}

/*  Home  */
h2#home {
	display: none;
}

/*  Spiritual FAQ  */
h2#spiritual-faq {
	display: none;
}

/*  Teaching  */
h2#teaching {
	display: none;
}


/* @end */

/* @group My Group */

#post-7 .pagehead {
	display: none;
}

#post-7 p {
	text-indent: 15px;
}

/* @end */



/* @group Sitemap */

.site-map #post-226 ul {
	margin-left: 30px;
}

.site-map #post-226 ul ul {
	margin-left: 30px;
}

.site-map #post-226 h3 {
	font-size: 1.4em;
	margin-top: 15px;
}

.site-map a:link {text-decoration: none;}
.site-map a:visited {text-decoration: none;}
.site-map a:hover {text-decoration: underline;color:#a3b223;}


/* @end */


#post-77 .pagehead,.children .pagehead, .calendar .pagehead {
	display: none;
}

/* @group Calendar Form */

#wpcf7-f2-p197-o1 {
	margin-top: 30px;
}


/* @end */

#EC_previousMonthLarge, #EC_nextMonthLarge {
	color: #333;
	font-size: .6em;
}

a.submit-business {text-decoration: underline;float:right; line-height: 2em; margin-right: 5px;}

a.submit-business-2 {text-decoration: underline; line-height: 2em; margin-right: 5px;}

#bizdir_directory a:link,
#bizdir_directory a:visited,
#bizdir_directory a:hover,
#bizdir_directory a:active, {
	text-decoration: underline;
}

#sharetitle {
	font-weight: bold;
	margin-top: 25px;
}

#sharepost {
	margin-top: 45px;
}

/* @group Contact Us */

#staff-list {
	font: 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 40px;
	list-style-type: circle;
	line-height: 1.6em;
}

#staff-list a:link {text-decoration: none;}
#staff-list a:visited {text-decoration: none;}
#staff-list a:hover {color: #a3b223; text-decoration: underline;}
#staff-list a:active {color: #a3b223; text-decoration: underline;}

/* @end */



#uIE {
	background-color: #feef88;
	color: #949494;
}

#staff-about h3 {
	margin-top: 50px;
	font: bold 1.6em "Courier New", Courier, mono;
}

#staff-about .staff-border {

}

#staff-about p.intro {
	width: 400px;
}

#staff-about p {
	padding-left: 20px;
}

#staff-about ul {
	float: right;
	margin-right: 40px;
	width: 150px
}

#staff-about ul li.first {
	list-style: none;
	font-weight: bold;
	font-size: 1.3em;
	margin-left: -30px;
	padding-bottom: 5px;
}

#staff-about ul li.first {
	background-color: #fff ! important;
	color: #333 ! important;
}

#staff-about ul li:hover {
	color: #e5e9c3;
	background-color: #e5e9c3;
}

#staff-about ul li a:visited {
	text-decoration: underline;
}

#staff-about .back-to-top {
	text-align: right;
	margin-right: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
	width: 645px;
}


.representing-graceland #content_inner h3 {
	padding-top: 30px;
}

.representing-graceland #content_inner p.download {
	clear:  left;
	padding-top: 15px;
}

.linktous {
	font-size: .8em;
	float: right;
	font-style: italic;
	margin-right: 7px;
}

.textarea {
	padding-bottom: 35px;
}

.give-online #post-468 ul {
	margin-left: 22px;
	list-style-type: decimal;
}

.give-online #post-468 ul img {
	border: 1px solid #333;
}


#area-of-impact .wpcf7-list-item {
	clear: left;
	float: left;
}

.padding-top {
	padding-top: 15px;
}

.ddsg-pagenav a:link, .ddsg-pagenav a:visited {
	text-decoration: underline;
}

/* @group Archive Headers */

.category-16 .pagetitle {
	background: url(images/faq.png) no-repeat;
	height: 300px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 580px;
}


.category-8 .pagetitle {
	background: url(images/message-archive.jpg) no-repeat;
	height: 300px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 580px;
}

.category-7 .pagetitle {
	background: url(images/erics-thoughts.jpg) no-repeat;
	height: 300px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 580px;
}

.category-1 .pagetitle {
	background: url(images/graceland-news.jpg) no-repeat;
	height: 246px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 478px;
}


/* @end */

.category-16 .lcp_catlist {
	list-style: none;
	margin-bottom: 20px;
	margin-left: 30px;
}

.category-16 .lcp_catlist li:before {
	content: "\00BB \0020";
}


.spiritual-faq .lcp_catlist {
	list-style: none;
	margin-bottom: 20px;
	margin-left: 30px;
}

.spiritual-faq .lcp_catlist li:before {
	content: "\00BB \0020";
}

.spiritual-faq .entry a:visited {text-decoration: underline;}




.padding-top {
	padding-top: 40px;
}




table#children {
	margin: 0 auto;
}

table#children tr td {
	width: 150px;
}



