/*
Theme Name: College Hill for Christ
Theme URI: http://collegehillforchrist.com
Author: Irene V. Nemesio
Author URI: http://brightly-wound.com
Description: Created in 2009.
*/

@charset "utf-8";

body  {
	font-size: 10pt;
	font-family: Verdana;
	color: #707070;
	background: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center; 
	color: #000000;
	background-color: #CCCCCC;
	background-image: url(img/bg.jpg);
	
}
a:link {
	text-decoration: none;
	color: #4DBED9;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #4DBED9;
	font-weight: bold;
}

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

a:active {
	text-decoration: none;
	color: #707070;
}
#container { 
	width: 800px;
	background: #FFFFFF;
	margin: 0px auto;
	border: 0px;
} 
#header { 
	background: #FFFFFF; 
	padding: 0px;
} 
#topnav { 
	background:#FFFFFF;
	width: 775px;
	border-bottom: 3px solid #F3F3F3;
	text-align: right;
	padding: 2px;
}
#topnav li {
	list-style: none;
	display: inline;
}
#topnav a {
	color: #707070;
	background-color: #F3F3F3;
	font-weight: normal;
	padding: 2px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: #FFFFFF solid 5px;
	border-right: #FFFFFF solid 5px;
	text-decoration: none;
} 
#topnav a:hover {
	color: #4DBED9;
	background-color: #F3F3F3;
	font-weight: normal;
	padding: 2px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: #FFFFFF solid 5px;
	border-right: #FFFFFF solid 5px;
} 
#sidebar1 {
	float: left;
	width: 225px;
	background: #FFFFFF;
	padding-left: 20px;
	padding-top: 20px;
	min-height: 475px;
}
#sidebar1 h1 {
	color: #9CDD0B;
	border-bottom: solid 1px #4DBED9;
	display: block;
	text-transform: uppercase;
	font-size: 12pt;
	font-weight: bold;
	text-align: right;
	margin-bottom: 0px;
}
#sidebar1 a {
	color: #707070;
	border-bottom: dashed 1px #999999;
	background-color: #F3F3F3;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	padding: 2px;
} 
#sidebar1 a:hover {
	color: #4DBED9;
	border-bottom: dashed 1px #999999;
	background-color: #F3F3F3;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	text-decoration: blink;
	padding: 2px;
} 
#sidebar1 li {
	list-style: none;
} 
#sidebar1 li a {
	list-style: none;
	color: #707070;
	border-bottom: dashed 1px #999999;
	background-color: #F3F3F3;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	padding: 2px;
	margin: 0px;
} 
#sidebar1 li a:hover {
	list-style: none;
	color: #4DBED9;
	border-bottom: dashed 1px #999999;
	background-color: #F3F3F3;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	text-decoration: blink;
	padding: 2px;
	margin: 0px;
} 
#searchform input {
	color: #707070;
	border: 1px #999999 solid;
}
#mainContent { 
	margin-left: 250px;
	padding: 0 20px;
	color: #707070;
	text-align: justify;
} 
#mainContent h1{
	color: #9CDD0B;
	background:#FFFFFF;
	border-bottom: solid 1px #4DBED9;
	display: block;
	text-transform: uppercase;
	font-size: 12pt;
	font-weight: bold;
	text-align: right;
	margin-bottom: 0px;
}
#mainContent h2{
	color: #9CDD0B;
	background:#FFFFFF;
	border-bottom: solid 1px #4DBED9;
	text-transform: uppercase;
	font-size: 12pt;
	font-weight: bold;
	text-align: right;
	margin-bottom: 0px;
}
#footer { 
	border-top: 1px solid #F3F3F3;
	padding: 10px 10px 10px 20px;
	background:#ffffff; 
	text-align: center;
	font-size: 8pt;
} 
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}