@charset "utf-8";
@import url(/css/main.css);
@import url(/css/base.css);

/* HEADER */

h1#blog-header {
	width: 100%;
	height: 60px;
	border-bottom: #ccc solid 1px;
	background: #ddeeff;
	margin: 0;
}
#blog-header a {
   display: block;
	width: 200px;
   height: 60px;
   text-indent: -9999px;
   background: #DDEEFF url(/imgs/ui/dfg-blog-h-logo.gif) no-repeat;
}

/* LAYOUT */
#blog-container {
   background: #fff url(/imgs/ui/bg_blog_container.gif) repeat-y;
	margin: 0;
	padding-bottom: 10px;
	color: #333;
}
#blog-primary {
	float: left;
	width: 640px;
	height: 100%;
	margin: 0;
	padding: 0 10px;
	padding-bottom: 30px;
	/*border-right: #ccc solid 1px;*/
}
#blog-second, #blog-third {
	float: right;
	width: 260px;
	padding: 15px 0;
	margin-right: 20px;
	/*border: #00FF00 solid 1px;*/
}
#comment-form {
	margin: 15px 30px;
	padding-bottom: 15px;
	border: none;
	background: #F2F9FF;
	font-size: .9em;
}
#comment-form input.btn {
	padding: 5px 10px;
	margin-left: 30px;
}
.pop-up-med {
	background: #fff url(/imgs/ui/bg_blue_lite.jpg) repeat-x;
}
.col-2-box {
	float: left;
	width: 47%;
	padding: 0!important;
	margin: 0!important;
}
/* TYPE */

#blog-entry-body {
	font-size: 1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#blog-second ul,
#blog-third ul {
	list-style: none!important;
	margin: -12px 15px 15px 30px!important;
	font-weight: bold;
}
#blog-second ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: none;
}
#blog-second ol,
#blog-third ol {
	margin-top: -15px;
	font-weight: bold;
	color: #999;	
}
#blog-entry-body li {
	margin-bottom: 1em;
}
.by-line {
	color: #999;
}
#blog-primary h2 {
	letter-spacing: -1px;
	margin-bottom: 0px;
}
#blog-primary h3 {
	padding-top: 5px;
	margin-bottom: 0px;
}
.section-header {
	padding: 5px;
	margin-bottom: 0;
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	background: #ddeeff;	
}
.comment-entry {
	padding: 0px 5px;
	margin: 10px 30px;
	border-bottom: #ccc dotted 1px;
}
.ext-link {
	margin: 0 0 25px 50px!important;
}
/* LG-SB */
#lg-sb {
	margin: 5px 30px 20px 30px!important;
	height: 35px;
	padding: 0!important;
	border-bottom: #CCC dotted 1px;
}
#lg-sb img {
	margin:0!important;
	padding:0!important;
	vertical-align: middle!important;
}
#lg-sb li {
	float: left;
	padding: 4px;
	list-style: none!important;
	font-size: 1em;
		
}
/* IMAGES */
.blog-entry-img {
	border: #ccc solid 1px!important;
	padding: 7px!important;
	margin-left: 30px!important;
	/*margin: 15px 10px 10px 30px!important;*/
}

