/*  
Theme Name: SmartChristian
Theme URI: http://68.178.210.101
Description: SmartChristian Theme
Version: 1.1
Author: Tim Challies (modified by John S.)
Author URI: http://www.challies.com/

*/



html,body {
	font: 10px Verdana, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	height: auto;
	background: url(images/bg.jpg);
}
img {
	border:none;
}

/* DIVs */

.floatleft { float: left;
        margin: 3px 5px 0 0;
        border: 1px solid #000000;
}

.floatright { float: right;
        margin: 3px 0 0 5px;
        border: 1px solid #000000;
}

div.clear {
	clear:both;
}
#container {
	display: table;
	width: 868px;
	margin: 0 auto;
	text-align:center;
	height:100%;
	background: url(images/bg_slice.jpg);
}
#container ul {
        font: 12px Verdana, sans-serif;
        text-align:left;
        padding: 0px 0px 0px 15px;
}

.post-info
{
	font-size:0.85em;
	font-family: Verdana, Arial, Sans-Serif;
	margin:1;
	padding:0;
	color: #777777;
        text-align:left;
}
.post-info a
{
	color:#777777;
        text-decoration: none;
}
.post-info a:hover {color:black;}
.post-title {
	color: black;	
	text-decoration: none;
        font-size:1.5em;
	margin:0;
        font-weight: bold;
}
.post-title a {color: black;
            text-decoration: none;
}
.post-title a:visited {color: black;}
.post-title a:hover {color: black;}

.subtitlecat {
         color: black;
         text-decoration: none;
         font: 10px Verdana;
}	 
#page {
	width: 840px;
	margin: 0 auto;
	text-align:center;
}
#header {
  width:840px;
	margin: 0 0 6px 0;
}
#left {
	width:162px;
	float:left;
	text-align:left;
	padding-left:9px;
}
#center {
	width:465px;
	float:left;
	padding: 0 10px 10px 10px;
}
#right {
	width:163px;
	float:right;
	padding-right:9px;
}

/* Paragraphs */

p {
	text-align: justify;
	line-height: 16px;
        font-size:12px;
}

p.right {
	text-align:right;
	color:#aaa;
	font-size:10px;
}
p.date {
	font-family: Verdana;
	font-size: 14px;
	font-weight:bold;
}

/* Headers */

h1 {
	font: 15px Verdana;
	font-weight: bold;
	margin: 6px 0 0 0;
}
h2 {
	font: 14px Verdana;
	font-weight: bold;
}
h3 {
	font: 12px Verdana;
	font-weight: bold;
}


/* Links */



/* Misc */

blockquote {
	margin: 1px 3em;
	padding: 0em;
	margin-bottom: 0em;
}

ul {
  margin:0 0 0 1.0em;
  padding:0 0 16px 0;
}

ul ul {padding:0;}

ul li {
  font-family: Verdana;
  font-size: 11px;
  padding-top: 2px;
  padding-bottom: 2px;
  list-style-type: none;
}



/* Navigation */

#top-nav {background-color:#A11805;} /* navigation background color */

#top-nav li {border-color:#fff;} /* navigation border color */

#top-nav a {color:#fff;} /* navigation link color */

#top-nav #homelink
  {background-color:#8CADC4} /* navigation selected item color */
  
#top-nav a:hover
  {background-color:#154172} /* navigation link hover color */

#top-nav {
  height:32px;
  line-height:32px;
}

#top-nav ul {
  margin:0;
  padding:0;
}

#top-nav li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border-right:1px solid #fff;
  white-space:nowrap;
}



#top-nav li a {
  display:block;
  padding:0 0px;
  font-size:0.8em;
  text-transform:uppercase;
  letter-spacing:1px;
}

* html #top-nav a {width:1%;}

#top-nav a {
	text-decoration:none;
}

input {
	color: #000000;
	background-color: #E5ECF4;
	border: 1px solid #587A90;
	font-weight: bolder;
	font-size: 12px;

}

a:hover {
	color:#800080
}
