/*
Theme Name: DC4K
Theme URI:
Description: Theme for DivorceCare for Kids blog site
Version: 1.0
Author: Stephen Loo
Author URI: http://churchinitiative.org
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
 p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
/* ol, ul, li,*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	background-color:#FFF;
	line-height:1.4 !important;
}

a:link, a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
#outer {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	width:900px;
	margin:0 auto;
	padding-bottom: 0px;
}

p {
	margin-bottom:15px !important;
}

blockquote {
	font-style:italic !important;
	margin-left:70px !important;
}

#cats {
	text-align: center;
	width:760;
	font-size: 12px;
	background-image: url("images/menu_bar.png");
}

#cats ul{
	float: none;
}

#cats li {
	display:inline-block;
	line-height: 45px;
	margin-right: 30px;
	margin-left: 0px;
}

#cats li a {
	line-height: 45px;
	text-decoration:none !important;
}

#cats li a:hover, #cats li a.active {
	border-bottom:solid 1px #fb9e31;
}

#categories, #archives, #search {
	width:760px;
	overflow:hidden;
	padding:0;
	padding-bottom: 10px;
	border-bottom:solid 1px #fb9e31;
}

#categories ul li, #archives ul li {
	font-size:11px;
	float:left;
	width:120px;
	padding:0px;
	line-height:20px;
	height:20px;
}

#categories ul li a, #archives ul li a {
	text-decoration:none !important;
	display:block;
	width:120px;
	height:20px;
	border-top:solid 1px #FFF;
	border-bottom:solid 1px #FFF;
	padding:0 10px;
}

/*#categories ul li a span, #archives ul li a span {
	float:right;
}*/

#categories ul li a:hover, #archives ul li a:hover {
	border-top:solid 1px #fb9e31;
	border-bottom:solid 1px #fb9e31;
}

.mcol2 {
	margin-top:15px;
	margin-bottom:15px;
}

#categories .li_container ul, #archives .li_container ul {
}

#main {
	overflow:hidden;
	position: relative;
}

#sidebar .article-over .postmetadata {
	margin:0;
	border-bottom:none;
	padding-left:0px!important;
}
