
html {
	margin: 0px;
	min-height: 100%;
}
body {
	font:px , Arial, sans-serif;
	margin:0px;
	padding:0px;
	background-color: ;
	min-height: 100%;	
}



/*--- IE6 Transparency Hack - You'll see this a lot in the theme. ---*/

*html body {
	behavior: url(https://blog.try-god.org/wp-content/themes/twentyfifteen/iepngfix.htc);
}    

a:link, a:visited, a:active a:focus{
	-moz-outline-style:none;
}

a:hover {
	-moz-outline-style:none;
}

h2, h3, h4 {
	font-family: , Helvetica, sans-serif;
}

h2.pagetitle {
	padding: 0 0 4px 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font:  px/4px ;
	color: ;
}

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

img.alignleft {
	margin-right:10px;
	margin-bottom:5px;
    float: left;
}

img.alignright {
	margin-bottom:5px;
	margin-left:10px;
    float: right;
}

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

hr {
	height: 1px;
	border:0;
	width: 95%;
	color: #E6E6E6;
	background-color: #E6E6E6;
}

blockquote {
	margin:0 20px 10px 10px;
	padding:10px 15px;
	border: 1px solid ;
	background: ;
}

/*-- This is an IE6 hack --*/
*html blockquote {
	height:1%;
}

blockquote blockquote {
	margin-right:5px;
	margin-left:0;
	background: ;
}

blockquote p {
	margin:0;
	padding:0 0 5px;
}

#bgwrapper {  /*--- This id selector controls the blog background layer ---*/
	width: 100%;
	margin: 0px;
	padding-top:px;
	background-color:#ccc;
	background: url(images/) repeat-x center top;
	behavior: url(https://blog.try-god.org/wp-content/themes/twentyfifteen/iepngfix.htc);
	min-height: 100%;
}

#wrap {
	width:px;
	margin:0px auto 0px;
	padding:0;
	border: solid px ;
}

#headerbg { /*--- This id selector controls the header background ---*/
	background: url(images/header-bg.png) no-repeat left top;
    background-color: ;
	margin-right: auto;
	margin-left: auto;
	width: px;
    height: 204px;
}

*html #headerbg {
	behavior: url(https://blog.try-god.org/wp-content/themes/twentyfifteen/iepngfix.htc);
}

#header {
	clear:left;
	height:204px;
	width:px;
	margin-right:auto;
	margin-left:auto;
	position:relative;

}

#header a {
	color:#DEDABF;
	text-decoration: none;
}

#header  h3 {
	font-size:px;
	position:absolute;
	width:px;
	left:20px;
	top:20px;
	font-weight:400;
	line-height:4px;
	font-family: ;
	margin:0;
	padding:0;
}

#logo {
	position: relative;
	top:5px;
	left:20px;
	height: 105px;
	width: 400px;
}

*html #logo {
	behavior: url(https://blog.try-god.org/wp-content/themes/twentyfifteen/iepngfix.htc);
}

#logo a { 
	display: block; 
	height: 100%; 
	width: 100%; 
} 
    
#header  h3  a {
	color: ;
}

#header  h3  a:hover {
	color: ;
	text-decoration: none;
}

p.tagline {
	font-size:14px;
	font-weight:700;
	position:absolute;
	width:575px;
	top:75px;
	left:20px;
	color: ;
	margin:0;
	padding:0;
}

/*--- Navigation Menu Settings ---*/

#nav {
	clear: both;
	position: absolute;
	top: 172px;
	margin: 0px 0 -15px 0px;
	padding: 7px 0 0 10px;
	background-color: ; width:-10px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
	margin-right: 3px;
}

* html #nav li a { /* Filter for IE6 to prevent li stacking */
	float: left;
	text-decoration: none;
	behavior: url(https://blog.try-god.org/wp-content/themes/twentyfifteen/iepngfix.htc);
}

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
	float: left;
	margin-left: 4px;
	text-decoration: none;
	behavior: url(https://blog.try-god.org/wp-content/themes/twentyfifteen/iepngfix.htc);
}

#nav li a {
	display: block;
	height: 26px;
	background-color: ;
	font-size: 10pt;
	font-family: Arial, Helvetica;
	text-decoration: none;
  }  
  
#nav li a span {
	display: block;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 12px;
	line-height: 26px;
	font-weight: bold;
	color: ;
	background-color: ;
	text-decoration: none;
}

#nav li a:hover {
	background-position: left -26px;
	text-decoration: none;
	background-color: ;
	cursor: pointer; /* For IE6 */
}

#nav li a:hover span {
	background-position: right -26px;
	color: ;
	background-color: ;
}

#nav li.current_page a {
	background-position: left -26px;
	background-color: ;
}

#nav li.current_page a span {
	background-position: right -26px;
	color: ;
	background-color: ;
}

/*-- Header search box styles --*/

#header #searchform {
	visibility: ;
	width: 242px;
	height: 31px;
	background: url(images/search.png) left 0px no-repeat;
	position: absolute;
	top: px;
	right: 15px;
}
  
*html #header #searchform {
	behavior: url(https://blog.try-god.org/wp-content/themes/twentyfifteen/iepngfix.htc);
}

*:first-child+html #header #searchform { /* Filter for IE7 */
  	padding: 0px 0;
}

* html #header #searchform { /* Filter for IE6 */
  	padding: 5px 0;
}

* html #header #searchbox { /* Filter for IE6 */
  	margin-top: 0px;
}

#header #searchbox {
	margin-left: 28px;
	margin-top:6px;
	margin-bottom: 3px;
	width: 140px;
	background: none;
	border: none;
	color: #FFFFFF;
	font-size: 11px;
}

#header #searchbutton {
  	width: 50px;
  	background: none;
  	border: none;
  	margin-left:10px;
}

#header #searchbutton:hover {
	cursor: pointer;
}

/*-- Sidebar search box styles --*/ 

#sidebar-top #searchform {
	width: px;
}

#sidebar-top #s {
	margin: 20px 0 5px 0;
	width: px;
}
  
#sidebar-left #searchform {
	width: px;
}

#sidebar-left #s {
	margin: 20px 0 5px 0;
	width: px;
}
  
#sidebar-right #searchform {
	width: px;
}

#sidebar-right #s {
	margin: 20px 0 5px 0;
	width: px;
}

/*-- Header RSS settings --*/

#rssfeeds {
	width:200px;
	height: 43px;
	position: absolute;
	padding-top: 21px;
	top:40px;
	right:22px;
	background: url(images/rssicon.png) right bottom no-repeat;
	behavior: url(https://blog.try-god.org/wp-content/themes/twentyfifteen/iepngfix.htc);
	color: ;
}

#rssfeeds a {
	color: ;
}

#rssfeeds a:hover {
	color: ;
}

#rssfeeds  p {
	line-height:16px;
	margin:0;
	padding:0 60px 0 0;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	text-align: right;
}

/*--- The following code controls the Features Box on the home page. If it is not activated, the code below will not appear ---*/

#fullwidth {
	margin: 5px 15px 15px 15px;
	background: url(images/)  top no-repeat;
	behavior: url(https://blog.try-god.org/wp-content/themes/twentyfifteen/iepngfix.htc);
	background-color: ;
	color: ;
	border: solid px ;
}

*html #fullwidth {
	width: -30px;
}

#textbox {
	padding: 20px 0px 20px 0px;
	float: ;
	width: %;
	color: ;
}

*html #textbox {
}

#textbox h2 {
	color: ;
	font-family: ;
	font-weight: normal;
	font-size: px;
	line-height: 4px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#textbox a, #textbox a:active, #textbox a:visited {
	color: ;
}

#textbox a:hover {
	color: ;
	text-decoration: none;
}

#textbox ul {
	margin: 0 0 0 15px;
	padding: 0 0 0 12px;
}

#textbox ul li{
	padding: 2px 0 2px 0;
}

#textbox ul li a{
	text-decoration:none;
    
}


/*-- Begin page content CSS --*/

#content {
	width:px;
	position:relative;
	float:left;
	color:;
    background-color:;
	padding:12px 0px 0px 0px;
}

.postwrap a:link, .postwrap a:visited, .postwrap a:active {
	text-decoration:none;
	color:;
	border:0;
	-moz-outline-style:none;
}

.postwrap a:hover {
	text-decoration:underline;
	color:;
	border:0;
	-moz-outline-style:none;
}

.postwrap h1 {
	margin:0 0 8px;
	padding:0px 0px 4px;
	font:  px/4px ;
	border-bottom:  px ;
}

.postwrap {
	float:left;
	width:px;
	padding:5px 10px 25px 15px;
}

.post {
	background-color:;
	margin-bottom:15px;
	padding:px;
	border: solid 1px ;
}

.postfoot {
	padding:px;
}

.postwrap p {
	line-height: 18px;
}

.posthead {
	padding-bottom:0px;
	position:relative;
	clear:left;
	margin-bottom: 0px;
}

#content .posthead h1, #content .posthead h1 a {
	color: ;
}

#content .posthead h1 a:hover {
	text-decoration: none;
	color: ;
}

.postMeta {
	padding: 2px 0px 4px;
	font-size: 11px;
}

.postMeta .date {
	background: url(images/date.gif) left no-repeat;
	padding: 0 0 0 15px;
}

.postMeta .filed {
	background: url(images/folder.gif) left no-repeat;
	padding: 0 0 0 18px;
	margin: 0 0 0 3px;
}

.postMeta .commentcount {
	background: url(images/comments.gif) left no-repeat;
	padding: 0 0 0 18px;
	margin: 0 0 0 3px;
}

.postMeta a {
	text-decoration: none;
}

.postcontent {
	padding-top:0px;
	padding-bottom:0px;
	line-height:18px;
	margin: 0px;
	padding-top: 0px;
}

.postcontent a {
	text-decoration: underline;
}

#content p.comments {
	clear: both;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

p.comments a {
	padding-left: 20px;
	background: url(images/comment.gif) left top no-repeat;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

p.comments a:hover {
	text-decoration: underline;
}

.more-link {
	font-weight:700;
	margin-top:15px;
	height: 16px;
	width: 300px;
	display: block;
}

/*-- Comment Settings --*/

#commentblock {
	width: px;
	float:left;
	margin:10px 0;
	padding:0;
	border: 1px solid ;
	background-color: ;
}
.comment-wrap {
	width: -40px;
	padding-left:17px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

#commentblock ol {
	padding: 0px;
	list-style: none;
	margin: 10px 0px 20px;
}

#commentblock  ol li {
	margin: 0px;
	padding: 0px;
}

.commentdate {
	padding-left:0;
}

#commentlist li p {
	margin-bottom:8px;
	line-height:20px;
	padding:0;
}

.commentlist li.alt .commenttext {
	clear: both;
}

.commentname {
	margin:0;
	padding:5px 5px 5px 0;
}

.commentinfo {
	clear:both;
}

.commenttext {
	clear:both;
	border-top: 1px solid ;
	padding-top: 10px;
	margin-bottom: 15px;
}

.commenttext blockquote {
	margin-bottom:10px;
	margin-top: 8px;
}

.commenttext p {
	margin:0;
	padding:0 0 10px;
}

p #comment {
	width: -40px;
	border: 1px solid ;
}
p #author, p #email, p #url {
	border: 1px solid ;
}

#commentform #submit {
	color: ;
	font-family:Georgia, "Times New Roman", serif;
	font-size:14px;
	font-weight:700;
	border:2px solid ;
	display:block;
	margin:0;
	padding:4px;
	background: ;
}


p.meta {
	margin: 0 0 5px 0;
	padding: 0px;
	float: left;
}

p.meta a {
	text-decoration: none;
}

p.approval {
	font-style: italic;
	clear: left;
}

p.commenttitle {
	font: 18px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
}


/*-- Sidebar settings --*/

#sidebar {
	float:right;
	width:px;
	margin-top:0px;
	position:relative;
	padding-right: 15px;
	margin-bottom: 15px;
}

#sidebar h2 {
	font-weight:bold;
	margin:0px;
	padding:3px 0 4px 8px;
}

#sidebar ul {
	margin: 0px;
    padding: 0 0 0 8px;
}

#sidebar-top {
	width: px;
	padding:0px 0 5px 0;
    color: ;
}

#sidebar-top a, #sidebar-top a:visited, #sidebar-top a:active {
	color: ;
}

#sidebar-top a:hover {
	color: ;
}

.sidebar-top-box {
	margin-bottom:10px;
	padding:8px;
	background: ;
	color: ;
	border: 1px solid ;
}

.box-padding {
	padding:7px;
}

.sidebar-top-box p {
	margin-top:3px;
	margin-bottom:3px;
}

#sidebar-top h2 {
	margin-top:5px;
	color: ;
	font-family: , Arial, Helvetica;
	font-size: px;
	background-color: ;
	border-top: 1px solid ;
	border-right: 1px solid ;
	border-left: 1px solid ;
	border-bottom: none;
	text-transform: ;
	letter-spacing: px;
}

#sidebar-top .textwidget {
	margin-bottom:10px;
	padding:8px;
	background: ;
	color: ;
	border: 1px solid ;
}

#sidebar-top ul {
	list-style-type:none;
	margin-bottom:10px;
	padding:10px 7px 7px 8px;
	border: 1px solid ;
	background: ;
}

#sidebar-top ul.children{

	margin:3px 0 0px 0;
	padding: 0px 0px 3px 0px;
	border:none;
}
#sidebar-top ul.children li {

    padding-bottom: 0px;
}

#sidebar-top ul li {
	list-style-type:none;
	padding-bottom:3px;
}

#sidebar-top ul li a {
	text-decoration:none;
    
}

#sidebar-left a, #sidebar-left a:visited, #sidebar-left a:active, #sidebar-right a, #sidebar-right a:visited, #sidebar-right a:active {
	color: ;
	text-decoration: none;
}

#sidebar #sidebar-left, #sidebar #sidebar-right {
	color: ;
}

#sidebar-left a:hover, #sidebar-right a:hover {
	color: ;
}

#sidebar-left {
	float:left;
	width: px;
	padding:0 0px 0 0px;
}

#sidebar #sidebar-left h2, #sidebar #sidebar-right h2 {
	margin:15px 0 10px;
	padding-left: 5px;
	color: ;
	border-bottom:  px ;
	font-family: , Arial, Helvetica;
	font-size: px;
	text-transform: ;
	letter-spacing: px;
}

#sidebar-right {
	float:right;
	width: px;
	padding:0 0px 0 0px;
}

#sidebar-left ul , #sidebar-right ul {
	padding-left:5px;
}

#sidebar-right ul li, #sidebar-left ul li {
	list-style:none;
	margin:0;
}
    
#sidebar-left  .children, #sidebar-right  .children {
	padding-top: 5px;
}

#sidebar-left  ul.children  li, #sidebar-right  ul.children  li {
	padding-bottom: 3px;
	padding-top: 0px;
}

#sidebar-top h2 a.rsswidget {
	color: ;
	text-decoration: none;
}

#sidebar #sidebar-left h2 a.rsswidget, #sidebar #sidebar-right h2 a.rsswidget {
	color: ;
	text-decoration: none;
}

#sidebar .rsswidget img {
	float: left;
	margin-top: 2px;
	margin-right: 7px;
}

/*-- Footer settings --*/

#footer {
	float:left;
	width: -20px;
	background-color: ;
	color:;
	font:px , Arial, sans-serif;
	padding:10px 0 20px 20px;
	margin: 0px;
	border-top: solid 2px ;          height: 175px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active, #footer a:focus {
	color: ;
	text-decoration:underline;
}

/*-- Post RSS and Trackback settings --*/

.Note li {
	list-style-type:none;
	margin:0;
	padding:2px 0 2px 15px;
}

.NoteRss {
	background:url(images/NoteRss.png) no-repeat left top;
}

.NoteTrackBack {
	background:url(images/NoteTrackBack.gif) no-repeat left top;
}

/*-- Related Posts plugin settings --*/

.rel-posts {
	background-image:url(images/dotline.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin:0 0 10px;
	padding:0 0 10px;
}

.rel-posts ul {
	margin:0;
	padding:0;
}

.rel-posts li {
	list-style-type:none;
	margin:2px 0 0 0;
	padding:0px 0 2px 11px;
}

.rel-posts li a {
	text-decoration: none;
}

/*-- Wordpress calendar settings --*/

#wp-calendar {
	width:100%;
	border-collapse:collapse;
	margin:0;
	padding:0;
	background: #FFFFFF;
}

#wp-calendar caption {
	padding-top:3px;
	padding-bottom:6px;
	text-align:left;
	font-family: , Arial, Helvetica;
	font-size: px;
	font-weight: bold;
	color: ;
	text-transform: ;
	letter-spacing: px;
}

#wp-calendar td {
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	line-height:15px;
}

#wp-calendar th {
	background-color: ;
	color: #FFFFFF;
}

#wp-calendar tbody {
	border-right: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;


}

#content #sidebar #wp-calendar a {
	font-weight:700;
	color:;
	text-decoration:none;
	display:block;
	border-style:none;
	margin:0;
	padding:0;
	background-color: ;
}

#content #sidebar #wp-calendar a:hover {
	font-weight:700;
	color:;
	text-decoration:none;
	border-style:none;
	margin:0;
	padding:0;
}

#wp-calendar tfoot, #wp-calendar tfoot .pad {
	background-color: ;
}

#wp-calendar tfoot a:hover {
	text-decoration:underline;
}

#wp-calendar tfoot a {
	display:block;
	padding:2px 0;
	color: #FFFFFF;
	text-decoration: none;
}

#wp-calendar tfoot td {
	padding:4px 0;
}

#wp-calendar thead {
	border-right: 1px solid ;
	border-left: 1px solid ;
}

#wp-calendar tfoot {
	border-right: 1px solid ;
	border-left: 1px solid ;
}

#credit {
	margin-top: 8px;
	padding-bottom: 0px;
}

/*-- Other grouped selectors --*/

form, .postinfo ul, .Note {
	margin:0;
	padding:0;
}

/* Styling for RSS feed widget */

#rss a {
	color: #D4CEAE;
	line-height: 20px;
}

#rss a:hover {
	color: #EF930C;
	text-decoration: none;
}

.clearer {
	clear: both;
	float: none;
}

/* Styling for Avatars */

.avatar {
	float: left;
	border: 1px solid ;
	display: block;
	margin-right: 10px;
	margin-bottom: 5px;
}

.left {
	float:left;
}

.right {
	float:right;
}

#nextprevious {
	padding:px;;
}

/*-- Rounded corners with CSS: Base stylesheet. This is only used for the Feature Box on the home page if enabled with rounded corners. Not all of this code is used currently. --*/

.dialog {
 	position:relative;
 	margin:0px auto;
 	min-width:8em;
 	max-width:930px; /* based on image dimensions */
 	color:#fff;
 	z-index:1;
 	margin-left:15px; /* default, width of left corner */
 	margin-bottom:0px; /* spacing under dialog */
}

.dialog .content, .dialog .t, .dialog .b, .dialog .b div {
 	background:transparent url(images/dialog-bg.png) no-repeat top right;
 	_background-image:url(images/dialog-bg.png);
}

.dialog .content {
 	position:relative;
 	zoom:1;
 	_overflow-y:hidden;
 	padding:0px 15px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 	position:absolute;
 	left:0px;
	 top:0px;
	 width:15px; /* top slice width */
	 margin-left:-15px;
	 height:100%;
	 _height:1600px; /* arbitrary long height, IE 6 */
	 background-position:top left;
}

.dialog .b {
 /* bottom */
 	position:relative;
 	width:100%;
}

.dialog .b, .dialog .b div {
 	height:15px; /* height of bottom cap/shade */
 	font-size:1px;
}

.dialog .b {
 	background-position:bottom right;
}

.dialog .b div {
 	position:relative;
 	width:15px; /* bottom corner width */
 	margin-left:-15px;
 	background-position:bottom left;
}

.dialog .hd, .dialog .bd, .dialog .ft {
	position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 	position:static;
 	max-height:1000px;
 	overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1, .dialog p {
 	margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 	padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 	padding-bottom:0px;
}
