@charset "utf-8";

/* initialization for compatilbility across browsers and common startup inclusions */
*
{
	margin:0px;
	padding:0px;
}

a img
{
	border:0px;
}

body, input
{
	font-family: Arial, sans-serif;
	font-size:15px;
        line-height: 28px;
}

a, a:link, a:visited, a:active
{
	color:#006dc7;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

h2
{
	font-size:32px;
	font-weight:bold;
	padding-bottom:10px;
        line-height: 36px;
}
/* page layout and other elements for the template */
#container
{
	width:100%;
	background-color:#FFFFFF;
}

#header
{
	height:106px;
	background-color:#0d0d0d;
}

#header #logo
{
	float:left;
	padding-top:21px;
	width:35%;
	text-align:right;
}

#header #client_admin_login
{
	float:left;
	padding-top:22px;
	height:55px;
	width:52%;
	text-align:right;
}

#header #menu_items
{
	float:left;
	width:65%;
}

#header #menu_items ul#pages
{
	padding-left:20px;
	list-style-type:none;
}

#header #menu_items ul#pages li
{
	float:left;
	padding-left:1px;
}

#header #menu_items ul#pages li a:link,
#header #menu_items ul#pages li a:visited,
#header #menu_items ul#pages li a:active
{
	display:block;
	width:99px;
	height:28px;	
	line-height:28px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:13px;
	background-image:url('images/button_bg_red.gif');
	background-position:left top;
	background-repeat:no-repeat;
}

#header #menu_items ul#pages li a:hover
{
	background-image:url('images/button_bg_red_hover.gif');
}

#breadcrumb
{
	width:100%;
	height:33px;
	background-image:url('images/bg_breadcrumb.gif');
	background-position:left top;
	background-repeat:repeat-x;
}

#content_area
{
	clear:left;
	margin:18px auto;
	width:861px;
}

#content_area #banner
{
	margin-bottom:20px;
	border:11px solid #979799;
	width:839px;		
}

#content_area #posts
{
	float:left;
	width:537px;
	padding-right:10px;
        font: normal 16px;
        line-height: 22px;
}

#content_area #posts p { padding-top:10px; }

#content_area #sidebar
{
	float:left;
	width:304px;
	text-align:right;
}

#content_area #single_page #posts
{
	width:861px;
}

#content_area #single_page #sidebar
{
	display:none;
}

#content_area #sidebar_box
{
	width:280px;
	padding:12px;
	text-align:left;
	background-image:url('images/bg_sidebar.gif');
	background-position:left top;
	background-repeat:repeat-x;
}

#content_area #sidebar_box .h3
{
	margin-bottom:14px;
	padding-bottom:7px;
	font-size:18px;
	font-weight:bold;
	font-color:#32323a;
	font-family:Helvetica, Arial, sans-serif;
	background-image:url('images/bg_h3.gif');
	background-position:left bottom;
	background-repeat:repeat-x;
}

#content_area #sidebar_box ul
{
	margin:0 0 20px 15px;
	list-style-type:square;
}

#content_area #commentlist li
{
	margin:0 0 10px 30px;
}

#footer
{
	width:100%;
	height:62px;
	background-color:#0d0d0d;
	background-image:url('images/small_logo.jpg');
	background-position:center center;
	background-repeat:no-repeat;
}