/*
	Style Name	: Holy Grail - modified for Mormon Matters
	Style URI	: http://claywhipkey.com/
	Comments	: Sidebars on both sides of content, using methods from A List Apart's Holy Grail.  Expandable width.
*/

/* begin Holy Grail layout stuff */
body {
	min-width: 600px;		/* 2x LC width + RC width */
	margin: 0px;
	padding: 5px;
}

#page {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#container {
	padding-left: 170px;	/* LC width */
	padding-right: 170px;	/* RC width */
}

#container #primary {
	width: 100%;
	position: relative;
	float: left;
	padding: 0px;
}

#container #sidebar-main {
	width: 170px;			/* LC width */
	margin-left: -100%;
	left: 170px;			/* RC width for IE6 */
	position: relative;
	float: left;
}

#container > #sidebar-main {
	left: -170px;			/* -LC width for others */
	margin-left: expression(document.all.primary.offsetWidth * -1); /* Fix for IE7 */
}

#container #sidebar-alt {
	width: 170px;			/* RC width */
	margin-right: -170px;	/* RC width */
	position: relative;
	float: left;
}

.padboxCenter {	margin: 5px 0px 5px 0px; text-align: left; }
.padboxLeft { margin: 5px 5px 5px 0px; text-align: left; }
.padboxRight { margin: 5px 0px 5px 5px; text-align: left; }

#center,
#right,
#left {
	padding : 10px;
}


/* end Holy Grail layout stuff */

#header {
	background: no-repeat center;
 	height: 65px;
	/*border: solid 1px #868686;*/
	/*margin: 5px 0px 5px 0px;*/
}

body {
	margin-top: 0px;
	background: #dde3c9 url("gradient.jpg") repeat-x;
	color: #1a1812;
	font: 'Trebuchet MS', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	text-align: center;
}

hr,
.skiplink {
	display: none;
}

hr.post-line {
	display: block;
	border: 0px;
	border-bottom: #a4997b dotted 1px;
	background-color: #FFFFFF;
	color: #FFFFFF;
}

#page {
	background: none;
	border: none;
}

#center {
	background-color: #FFFFFF;
	border: #86A2B1 solid 1px;
}

#left {
	background-color: #FFFFFF;
	border: #86A2B1 solid 1px;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	overflow: hidden;
}

#right {
	background-color: #FFFFFF;
	border: #86A2B1 solid 1px;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	overflow: hidden;
}

h3.entry-title, h3.entry-title a {
	font-family: "Trebuchet MS", Helvetica, Tahoma, Arial;
	font-size: .8em;
	font-weight: normal;
	color: #86A2B1;
}

div.entry-meta {
	color: #a4997b;
}

div.entry-content, div.entry-content p {
	font-family: "Trebuchet MS", Helvetica, Tahoma, Arial;
	color: #1a1812;
}

#header > ul.menu {
	display: none;
}

.meta-start {
	background-image: none;
	padding: 2px 0 2px 0px ;
}

div.entry-comments {
	color: #a4997b;
	text-align: right;
}

#commentlist li .comment-meta {
	padding: 2px 0 2px 0px;
	background-image: none;
	display: block;
}

li.byuser {
	background-color: #f6f7f8 !important;
	background-color: #FFFFFF;
}

li.bypostauthor {
	background-color: #eee !important;
	background-color: #FFFFFF;
}

#right div h4,
#left div h4 {
	margin: 0 0 0.8em 0;
	padding: 0.4em 2px;
	border-top: 3px solid #000;
	border-bottom: 1px dotted #000;
	width: 100%;
	font-size: 1.5em;
	font-weight: normal;
}

#right div ul,
#left div ul {
	padding-bottom: 10px;
}

#right div p,
#left div p {
	margin-top: 0.5em;
	}

#right div ul, #right ol, #right div div,
#left div ul, #left ol, #left div div {
	margin: 5px 0 0;
	padding-left: 0;
	}

#right div ul ul, #right ol ol, #right div div,
#left div ul ul, #left ol ol, #left div div {
	margin: 0 0 0 10px;
	}

#right div ul ul ul, #right ol ol ol, #right div div div,
#left div ul ul ul, #left ol ol ol, #left div div div {
	margin: 0 0 0 20px;
	}


#right div ol,
#left div ol {
	margin-left: 15px;
	}

#right div ul li, #right ol li,
#left div ul li, #left ol li {
	margin: 0;
	padding: 1px 0;
	}

#right div ul li,
#left div ul li {
	list-style-type: none;
	list-style-image: none;
	}

.linkcat h4 {
	width: 100%;
	display: block;
}

li.nfaoList {
	border-bottom: #CCCCCC dotted 1px;
}