/*  
Theme Name: ChristianPlace
Theme URI: www.christianplaceonline.com
Description: This WordPress theme was created for the use of Christian Place Online.
Version: 1.0
Author: Noah Belcher
Author URI: http://www.granitestatemarketing.com

	ChristianPlace v1.0
	www.ChristianPlaceOnline.com

*/



/* Begin Typography & Colors */
body {
	margin: 0;
	background: url(/wp-content/themes/christianplace/images/bg.gif);
}

td {
	vertical-align: top;
}

#container {
	background: url(/wp-content/themes/christianplace/images/bg-content.gif);
	width: 800px;
	border: 0;
}

#sidel {
	width: 5px;
	background: url(/wp-content/themes/christianplace/images/bg-sidel.gif);
}

#sider {
	width: 5px;
	background: url(/wp-content/themes/christianplace/images/bg-sider.gif);
}

#nav {
	background: url(/wp-content/themes/christianplace/images/bg-nav.jpg);
	background-repeat: no-repeat;
}

#search {
	padding: 5px 8px 1px 0px;
	text-align: right;
	font: 10pt arial;
	color: #ffffff;
}

#content {
	background: url(/wp-content/themes/christianplace/images/bg-content.gif);
	width: 420;
	padding: 10px 10px 10px 10px;
	font: 10pt arial;
	color: #000000;
        text-align: justify;
}

#column2 {
	background: url(/wp-content/themes/christianplace/images/bg-content.gif);
	width: 190px;
	padding: 5px 5px 5px 5px;
	font: 10pt arial;
	color: #000000;
}

#column3 {
	background: url(/wp-content/themes/christianplace/images/bg-content.gif);
	width: 190px;
	padding: 5px 5px 5px 5px;
	font: 8pt verdana;
	color: #000000;
}

#p_title {
	font: 18pt times;
	color: #000000;
	margin: 0;
	text-decoration: none;
}

#p_title:hover {
	font: 18pt times;
	color: #267155;
	margin: 0;
	text-decoration: underline;
}

#p_date {
	font: 8pt verdana;
	color: #777777;
}

#p_content {
	font: 10pt verdana;
	color: #000000;

}

#p_data {
	text-align: center;
	font: 10pt verdana;
	color: #000000;

}

#footer {
	background: url(/wp-content/themes/christianplace/images/bg-footer.gif);
	vertical-align: middle;
	height: 30px;
	text-align: center;
	font: 10pt verdana;
	color: #ffffff;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #267155;
	text-decoration: underline;
}

li {
	color: #000000;
}