/* Christian Action Main stylesheet
------------------------------------------------------------------*/

/* Global
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
}
ul,li {
	list-style-type:none;
}
body {
	background: #white;
	font:96%/140% Corbel, Verdana,sans-serif;
	text-align: center; /* For IE 6 and older */
}
hr {
	clear:both;
	visibility:hidden;
}
.clear {
	clear:both;
}		
img {
	border:0;
	display: block;
}
.entry img {
	padding: 5px;
	background: white;
	border: 1px solid #ccc;
}

/* nested lists have no top/bottom margins */
ul ul,   ul ol,   ul dir,   ul menu,   ul dl,
ol ul,   ol ol,   ol dir,   ol menu,   ol dl,
dir ul,  dir ol,  dir dir,  dir menu,  dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul,   dl ol,   dl dir,   dl menu,   dl dl {
  margin-top: 0;
  margin-bottom: 0;
}

/* Fontz
------------------------------------------------------------------*/
h1 {
	font-family: Georgia, serif;
	font-size: 1.6em;
	color: #515151;
	font-weight: normal;
	margin-bottom: 12px;
}
h2 {
	font-family: Georgia, serif;
	font-size: 1.2em;
	color: #ca3c22;
	font-weight: normal;
	margin-bottom: 7px;
}
h3 {
	font-family: Corbel, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #ca3c22;
	font-weight: normal;
	margin-bottom: 7px;
}
p {
	font-size: 1.1em;
	color: #818181;
}
.entry p {
	margin-bottom: 15px;
}
#text_size p {
	color: white;
}
p.quote {
	font-family: Georgia, serif;
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.3em;
	background: #c4f0fa;
	border: 2px solid #a7d5ec;
	color: #0d4a5d;
	padding: 15px;
	margin: 15px 0;
}

/* links
------------------------------------------------------------------*/
a:link, a:visited {
	color: #06b1e6;
}
a:hover {
	color: #0080a1;
}
.text_bigger {
	font-size: 1.3em;
}
.text_biggest {
	font-size: 1.7em;
}
a.email {
	display: block;
	height: 32px;
	padding: 6px 0 0 42px;
	background: url(http://www.hopecom.net/imgs/newmail.gif) left top no-repeat;
}
a.driving {
	display: block;
	height: 32px;
	padding: 6px 0 0 42px;
	background: url(http://www.hopecom.net/imgs/64-bit.gif) left top no-repeat;
}

/* lists
------------------------------------------------------------------*/
ul.sidebar {
	color: #717171;
	padding-left: 10px;
	margin-bottom: 40px;
}
ul.sidebar li {
	padding-bottom: 7px;
}

ul.standard {
	list-style-type: decimal;
	margin-bottom: 20px;
}
ul.standard li {
	list-style-type: decimal;
	color: #333;
	margin: 0 0 7px 30px;
}

/* Layout
------------------------------------------------------------------*/
#top_container {
	height: 80px;
	background: black;
}
#top {
	width: 800px;
	height: 80px;
	margin: 0 auto;
	text-align: left;
}
#logo {
	float: left;
}
#text_size {
	float: right;
	padding: 10px 0 0 0;
	text-align: right;
}
#feature_container {
	height: 230px;
	background: url(../imgs/HCC-Feature-BG.gif) left top repeat-x;
}
#feature {
	width: 800px;
	margin: 0 auto;
}
#content_container {
	width: 800px;
	margin: 0 auto;
}
#content_left {
	float: left;
	width: 550px;
	text-align: left;
}
.entry-first {
	padding: 37px 27px 27px 27px;
}
.entry {
	padding: 27px;
}
#content_right {
	float: right;
	width: 180px;
	text-align: left;
	padding: 37px 0 0 0;
}

/* main_nav
------------------------------------------------------------------*/
#nav-container {
	height: 62px;
	background: url(../imgs/nav/nav-bg.gif) repeat-x left top;
}
#nav {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 776px;
	height: 62px;
	background: url(../imgs/nav/nav-bg.gif) repeat-x left top;
}
#nav li {
	display: inline;
}
#nav a {
	display: block;
	float: left;
	text-indent: -900%;
	outline: none;
}
#nav a:hover {
	background-position: left bottom;
}
#nav .believe {
	width: 163px;
	height: 62px;
	background: url(../imgs/nav/believe.gif) no-repeat;
}
#nav .refreshing {
	width: 115px;
	height: 62px;
	background: url(../imgs/nav/refreshing.gif) no-repeat;
}
#nav .find {
	width: 85px;
	height: 62px;
	background: url(../imgs/nav/find.gif) no-repeat;
}
#nav .home {
	width: 156px;
	height: 62px;
	background: url(../imgs/nav/blog.gif) no-repeat;
}


