/* @override 
	http://kingrogers.com/beta/wp-content/themes/krg_v2/style.css
	http://kingrogers.com/wp-content/themes/krg_v2/style.css
*/

/* 
Theme Name: KRG website 09
Description: A simple theme for the KRG website
Version: 1.0
Author: Justin Braem
Author URI: http://www.justinbraem.com

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	min-width: 950px;
	}

#page {
	/*background-color: white;
	border: 1px solid #959596;
	text-align: left;*/
	}

#header {
/*	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;*/
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	margin: 0;
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.3em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
	
	.narrowcolumn .entry{
	width: 92%;
}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	/*background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;*/
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.9em;
	color: #a74b0c !important;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 200 !important;
	/*font-size: 22px;*/
	line-height: 34px;
	margin: 50px 0 20px 0;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	/*background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;*/
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {

	/*padding: 0 0 20px 45px;*/
	left: 0;
	width: 555px;
	text-align: left;

	border-right: 1px solid #e1e1e1;
	padding-bottom: 40px;
	min-height: 1000px;
	padding-left: 35px;
	}
	
	.narrowcolumn:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

.widecolumn {
	/*padding: 10px 0 20px 0;*/
	margin: 0;
	padding: 0 0 50px 35px;
	width: 780px;
	text-align: left;
	min-height: 200px;
	}
	
	div.homepage{
	padding-bottom: 0 !important;
}

.post {
	margin: 0 0 40px 0;
	text-align: left;
	}

.post hr {
	display: block;
	}
	
	.post ol li{
	
	list-style-type: decimal !important;
	font: 14px/22px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 25px !important;
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .post{
border-bottom: none !important;	
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	/*padding-top: 70px;*/
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

/*h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}*/

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 80px 30px;
	display: inline;
	float: right;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin: 0 0 40px 0;
	padding: 0 0 0 0px;
	list-style: none;
	padding-left: 0px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 15px;
	text-indent: 0px;
	list-style-type: disc;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}



#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	display: none;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar{
	position: absolute;
	top:  240px;
	right:40px;
	margin-right: 0px;
	padding: 30px 0 10px 0;
	width: 219px;
	background: url(images/sidebar_bg.jpg) no-repeat left top;
}
	
	#sidebar ul, #sidebar ol {
	margin: 0 0 20px 40px;
	padding: 0;
	padding: 0;
	}

#sidebar ul li {
	margin-left: 0;
	padding: 5px 0;
	width: 175px;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
	
	#sidebar ul li ul li{
	padding: 5px 0;
	width: 175px;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	border-bottom: 1px solid #e1e1e1;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* @group Framework */

html {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	min-width: 950px;
	background: #ddddda url(images/bg_page.jpg) repeat-x left top;
}

h3, h4 {
	color: #a74b0c;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 16px;

}

p {
	margin-bottom: 20px;
	font: 16px/1.8em Georgia, "Times New Roman", Times, serif;
	
}

em{
	font-style: italic;
}
a {
	color: #a74b0c;
}

div#horizon {
	

	padding-bottom: 0px;

		
		width: 100%;
		margin: 0 auto;
		top: 0;

}

div#header {
	height: 100px;
	margin: 0;
	width: 100%;
	text-align: center;

}

div#wrapper {
	background-color: #fff;
	border: 1px solid #ddddda;

	width: 850px;
	margin: 60px auto 0 auto;
	padding: 0 !important;
	position: relative;
	text-align: left;
}

div#page {
	width: 800px;
	text-align: left;
}



div#page-content {
	display: block;
	width: 800px;
	margin: 0 0 0px 0px;
	min-height: 400px;
}

span.nobr {
	white-space: nowrap;
}

h3 {
	margin-bottom: 40px;
}

/* @end */

/* @group Masthead */

div#header{
	width: 100%;
	
}
div#masthead {
	width: 850px;
	height: 140px !important;
	display: block;
	margin: 0 0 0 0;

	background-color: #fff;
position: relative;
}



div#header h1 {
	display: block;
	position: absolute;
	margin: 0;
	top:30px;
	left: 35px;

}

div#header h1 a {
	display: block;
	width: 377px;
	height: 80px;
	background: url(images/krg_logo.gif) no-repeat left top;
	text-indent: -10000px;
	text-align: justify;
}

div#masthead div#contact {
	position: absolute;
	display: block;
	top: 42px;
	right: 35px;
	width:  190px;
	height: 58px;
/*	background: url(images/contact.jpg) no-repeat left top;*/
	text-indent: -10000px;
	
	background-image: url(images/button_contactus.gif);
}

div#masthead div#contact a{

position: absolute;
left: 7px;
top: 6px;
width: 176px;
height: 44px;
}

/* @end */

/* @group Navigation */

div#navigation {
	width: 100% !important;
	display: block;
	min-width: 950px;
	margin: 0 auto;
	text-align: left;
	height: 40px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #431544;
	z-index: 1000;
/*background: url(images/nav_bg.gif) repeat-x;*/
}

/* @group Primary Nav Menu */

div#navigation div#nav-container {
	width: 850px;
	height: 40px;
	margin: 0 auto;
}

div#navigation ul#nav-primary {
	list-style: none;
	
	height: 40px;
	margin: 0;
	border-left: 1px solid #5b375c;
	padding: 0;
	float: left;
}

div#navigation ul#nav-primary li {
	float: left;
	padding: 0px 0 0 0;
	position: relative;
	min-width: 0 !important;
	border-right: 1px solid #5b375c;
	height: 40px;
}



div#navigation ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font: 13px/41px Georgia, "Times New Roman", Times, serif;
	font-weight: 1200;
}

div#navigation ul li a:hover {
	text-decoration: underline;
}

div#navigation ul li span.outcell {
	display: block;
	height: 40px;
	padding: 0 0 0 15px;
	z-index: 2000 !important;
/*			border:  1px solid green;*/
}

div#navigation ul li span.incell {
	display: block;
	line-height: 41px;
	height: 41px !important;


/*border:  1px solid blue;*/
	padding: 0 15px 0 0;
}

div#navigation ul li:hover span.outcell {
	/*background: url(images/hover_outcell.jpg) repeat-x left center;*/
	background-color: #572e5a;
	/*background-color: #ffffff;*/
	
}

div#navigation ul li:hover span.incell {
	/*background: url(images/nav_hl_right.gif) no-repeat right center;*/
}

div#navigation ul li a {


/*background-color:black !important;*/
	line-height: 40px;
	height: 39px !important;


/*border: 1px solid red;*/
}

div#navigation ul li a:hover {
	
}

div#navigation ul li.expandable {
	padding-right: 12px !important;
}

div#navigation ul li.expandable span.outcell {
	padding-left: 15px;
	padding-right: 5px !important;
	background: url(images/submenu_off.png) no-repeat right center;
	display: block;
}

div#navigation ul li.expandable:hover span.outcell {
	background: url(images/submenu_off.png) no-repeat right center;
	height: 42px !important;
}

div#navigation ul li.expandable:hover span.incell {
	background-image: none;
}

div#navigation ul li.expandable:hover {
	height: 42px !important;
	/*background: url(images/nav_pulltab_bg.png) no-repeat 0 -14px;*/
	background-color: #fff;
}

div#navigation ul li.expandable a:hover {
	color: #431544 !important;
	text-decoration: none;
}

div#navigation ul li.expandable:hover incell a:hover {
	text-decoration: none !important;
}

div#navigation ul li div.submenu {
	margin-top: 35px;
	padding-bottom: 30px;
	float: left;
	clear: both;
	position: absolute;
	top: 5px;
	left: -10px;
	width: 250px;
	background-color: #572e5a;
	background: transparent url(images/nav_pulldown_bg.png) no-repeat left bottom;
	display: none;
	z-index: 10000 !important;
	text-align: left;

/*

border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;*/
}

div#navigation ul li:hover div.submenu {
	display: block !important;
	line-height: 30px !important;
}

div#navigation ul li.expandable:hover span.outcell {
	z-index: 3000 !important;
	color: #431544 !important;
}

div#navigation ul li div.submenu ul li{
	line-height: 30px;
	height: 30px !important;
	padding: 0;
}

div#navigation ul li div.submenu ul{
margin: 10px 0;	
padding: 0;
}

div#navigation ul li div.submenu ul li a {
	z-index: 2000;
	color: #431544;
	font-size: 13px;
	text-indent: 15px;
	display: block;
	width: 178px;
	height: 30px !important;
	line-height: 30px !important;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
}

div#navigation ul li div.submenu a:hover {
	background: #cbc1c9;
	text-decoration: underline;
}

div#navigation ul li ul {
	margin-top: 10px;
}

div#navigation ul li ul li {
	float: none;
	margin-left: 10px;
	list-style-type: none;
	border: none !important;
	height: 10px;
	margin-bottom: 0;
	padding: 0;
}

/* @end */

/* @group News Menu */

div#navigation ul#nav-news {
	position: absolute;
	top:  0px;
	right: 15px;
	margin: 0;
	height: 22px;
	line-height: 22px !important;
	list-style-image: none !important;
	/*border-right: 1px solid #4e284f;*/
	margin-top: 9px
}

div#navigation ul#nav-news li {
	float: left;
	line-height: 18px !important;
		/*border-left: 1px solid #4e284f;*/
	list-style-position: inside;
	list-style-type: none;
	height: 18px;
}



div#navigation ul#nav-news li.last {
border-left: 1px solid #623263;

/*background: url(images/nav_hl_right.gif) no-repeat right center;*/
	
}

div#navigation ul#nav-news li.first {
margin-right: 15px;
}

div#navigation ul#nav-news li a {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0 0 0 15px;
	margin: 0;
	line-height: 22px;
	color: #af9cb0;
	/*color: #d17919;
	background: url(images/rssicon_small.gif) no-repeat right 2px;*/
	height: 22px;
}

div#navigation ul#nav-news li a:hover {
		/*background-color: #4e284f;*/
}

/* @end */

/* @end */

/* @group Footer */

div#footer {
	padding: 0 0 30px 0;
	color: #6c5171;
	width: 850px;
	margin: 15px auto 20px auto;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #6c5171;
	text-align: center;
	/*background-color: #c8c1b9;*/
	border-bottom: 1px solid #dfd7cf;
}

div#footer ul#nav-footer {
	float: left;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

div#footer ul#nav-footer li {
	display: inline;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #aba597;
}

div#footer p.copyright {
	display: block;
	background: transparent;
	padding-top: 0;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	color: #6c5171;
}

div#footer a {
	color: #6c5171;
}

/* @end */



/* @group Homepage */

div#marquee {
	margin: 40px 0 0px 0;
	width: 850px;
	display: block;
	height: 350px;
	background: #fff url(../images/krg_marquee.jpg) no-repeat left top;
	position: relative;
	top: 0px;
	left: 0px;
}

div#marquee h2 {
	background-color: #431544;
	color: #ffffff !important;
	display: block;
	position: absolute;
	width: 370px;
	height: 220px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 20px;
	line-height: 28px;
	left: 0px;
	margin-top: 40px;
}

div#marquee h2 span{
	width: 280px;
	margin: 20px 0 0 30px;
	display: block;
}

#flashcontent {
	display: block;
}

div#noflash{
	display: block;
	width:  850px;
	height:  309px;
	background: url(../slideshow/slides/slide_1.jpg) no-repeat left top;
}

div.intro {
	margin: 100px 0 50px 0;
}

div#page h2 {
	color: #a74b0c;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: lighter;
	font-size: 22px;
	line-height: 34px;
	margin: 50px 0 20px 0;
}

.post h2, h2.pagetitle{
	padding: 30px 0 0 0;
	color: #fff !important;
		margin: 40px 0 40px -35px !important;
		min-height: 70px;
		width: 850px;
		text-indent: 35px;
	font: 24px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background: #431544 url(images/bg_h2_03.gif) repeat-x left top;
}

div#marquee h2 span {

}

div #newsstand {
	width: 800px;
}

div.newsbox {
	display: block;
	width: 360px;
	float: left;
background-color: #e8e8e3;
	padding: 30px 0 30px 30px;
min-height: 150px;
}

div.newsbox h3, div.newsbox p {
	width: 300px;
}

div.newsbox h3 {
	margin-bottom: 20px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: lighter;
}

div.newsbox p {
	font: 13px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


div.krg-news {
	margin-right: 17px;
}

div #newsstand:after, div.newsbox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#feeds {
	margin-bottom: 50px;
	margin-left: 35px;
}
div#feeds div.lpbcArchive{
	margin-top: 10px;
	position: relative;
	min-height: 150px;
	border-top: 1px solid #d4d4d4;
/*	border-bottom: 1px solid #d4d4d4;*/
	width: 780px;
	padding: 0 !important;
	

}

div#feeds div.lpbcArchive ul{
	margin: 0 !important;
	padding: 0 !important;
		
}

div#feeds div.lpbcArchive ul li{
	/*background-color: #f1f1f1;
	border: 1px solid #e5e5e5;*/
	
	float: right;
	text-align: left;
	width: 380px;

		height: 100% !important;
		min-height: 150px;
		/*border: 1px solid #e1e1e1;*/
		margin-top: 20px;
		
	

}
	
	div#feeds div.lpbcArchive ul li.lpbcAlt{
float: left;
	}


	
	div#feeds div.lpbcArchive ul:after{
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
	div#feeds div.lpbcArchive li h4{
	background: url(images/bg_lpbctitle.gif) ;
	background-color: #e3dfe3;
text-indent: 20px;
	width: 380px;
	display: block;
	font-weight: 500;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

	margin: 0;
	padding: 10px 0;
	color: #a74b0c;
	background-color: #fff;
	color: #fff;
	border-bottom: 1px solid #fff;

}

div#feeds div.lpbcArchive li h4 a{
	color: #431544;
	padding-right: 10px;
	color: #fff;

}
	
	a.seeall{
	text-transform: uppercase;
float: right;	
margin-top:  -27px;
margin-right: 20px;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color:#6d4770;
	display: none;
}
	div#feeds div.lpbcArchive li ul li{
	float: none;
	clear: both;
	width: 380px;
	min-height: 20px;
	list-style-type: none;
	list-style-position: outside;
		margin: 0 0 1px 0 !important;
	padding: 0 !important;
	border-width: 0 0 1px 0;
		background-color: #edece8;
}

div#feeds div.lpbcArchive li ul li a{
	color: #202020;
	font-size: 12px;
	display: block;
	font-weight: bold;
	min-width: 360px;
	margin: 0;
	padding: 10px 0 10px 20px;
	min-height: 10px;
	line-height: 18px;

	
}

div#feeds div.lpbcArchive li ul li a:hover{
	color: #fff;
	background-color: #6d4770;
	
	/*background-color: #a74b0c;*/
	text-decoration: none;
	display: block;
	}

div#feeds div.lpbcArchive li ul li a span.lpbcDate{
	
	display: block;
	color: #666;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

div#feeds div.lpbcArchive ul li ul li a:hover span.lpbcDate{
	color: #fff !important;
}

div#feeds div.lpbcArchive li ul li.more{
	background-color: #ffffff;
text-align: right;
}
	
div#feeds div.lpbcArchive li ul li.more a, div#feeds div.lpbcArchive li ul li.more a strong{
	color: #a74b0c;
	text-align
	font-weight: normal;
	min-width: 0 !important;
	/*padding-left: 0;*/
	padding-bottom: 0;
	font: normal 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#feeds div.lpbcArchive li ul li.more a:after { content: " »" }

div#feeds div.lpbcArchive li ul li.more a:hover{
	text-decoration: underline;
	background-color: #fff;
}
	
/* @end */



/* @group Methodology */

div.process{
	width: 780px;
border-bottom: 1px solid #d2d2d2;
margin-bottom: 30px;

}

	
div.process ol{
	border-top: 1px solid #d2d2d2;
margin-top: 15px;

	width: 335px;
	padding-right: 20px;
	float: left;
}

div.process ol li{
	


	margin-bottom: 30px;
	list-style-type: decimal;
	list-style-position: inside;
	color: #a74b0c;

}

div.process ol li.last{
	margin-right: 0 !important;
}

div.process ol li h3{
	font-size: 15px !important;
	
	display: block;
	font-weight: bold !important;
	margin-bottom: 0;
}

div.process ol li p{
	margin-top: 10px !important;
font: normal 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
width: 90%;
	color: #2e2e2e;
}

div.process:after, div.process ol:after, div.process ol li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end */



/* @group Services */
div.servicemenu{
	margin: -40px 0 0 -35px;
	width: 850px;
	background-color: #522853;	
}

div.servicelist, div.partnerlist {
	display: block;
	width: 780px;
	padding-bottom:0px;
}

div.servicelist h3 {
	width: 780px;
	height: 10px;
	margin: 30px 15px 15px 0 !important;
	display: block;
	padding-bottom: 20px !important;
	border-bottom: 1px solid #d2d2d2;
	font-weight: lighter;
}

div.servicemenu ul, div.servicelist ul, div.partnerlist ul {
	width: 230px;
	font-size: 13px;
	list-style-image: none !important;
	list-style-type: none !important;
	list-style-position: outside !important;
	float: left;
	margin-right: 30px !important;
}


div.servicemenu:after, div.servicemenu ul:after, div.servicemenu ul li:after, 
div.servicelist:after, div.servicelist ul:after, div.servicelist ul li:after, div.partnerlist:after, div.partnerlist ul:after, div.partnerlist ul li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.servicelist ul li, div.partnerlist ul li {
	float: none;
	margin: 0 15px 20px 15px;
	text-align: left;
	text-indent: 0;
	padding-left: 0px;
	list-style-type: none;
	list-style-position: outside !important;
	list-style-image: url(images/slug_services.gif);
	font-size: 12px !important;
}

div.servicemenu div.lists{
	display: block;
	margin-left: 40px;

}
div.servicemenu ul{
			margin-top: 25px !important;
	margin-bottom: 10px !important;	
}

div.servicemenu ul li{
	float: none;
	margin: 0 15px 20px 15px;
	text-align: left;
	text-indent: 0;
	padding-left: 0px;
	list-style-type: none;
	list-style-position: outside !important;
	list-style-image: url(images/submenu_off.png);
	font-size: 12px !important;
}

div.servicemenu ul li a{
	color: #af9cb0;
	}
	
	div.servicemenu ul li a:hover{
	color: #fff;
	}

div.servicelist ul li ul {
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 0px;
}

div.servicelist ul li ul li {
	float: none;
	width: 180px;
	list-style-type: decimal;
	list-style-image: none;
}

p.servicegroup{
	font: 13px/20px "Lucida Grande", Lucida, Verdana, sans-serif !important;
	margin-bottom: 50px;
}
ul.screening{
	margin-bottom: 10px !important;
}
div.hrr_buttons{
	width: 800px;
	margin-top: -60px;
	margin-bottom: 150px;
}

div.hrr_buttons a{
	display: block;
float: left;
margin-right: 15px;
	background-image: url(images/hrr_button.gif);
	width: 382px;
	height: 38px;
	line-height: 38px;
	text-align: center;
}


/* @end */



/* @group Experience */

div.clientlist {
	border-top: 1px solid #d2d2d2;
	padding: 20px 0;
	display: block;
}

div.clientlist ul {
	font-size: 13px;
	float: left;
	list-style-image: none !important;
	list-style-type: none !important;
	list-style-position: inside !important;
	margin: 0 0 0 15px !important;
	padding: 0 !important;
	width: 240px;
}

div.clientlist:after, div.clientlist ul:after, div.clientlist ul li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.clientlist ul li {
	width: 225px;
	height: 20px;
	float: none;
	padding: 0 !important;
	margin: 0 15px 0 0;
	list-style-image: none !important;
	list-style-type: none !important;
	list-style-position: inside !important;
}


/* @end */

/* @group Archive */
div.post.hentry{
	width: 520px;
	border-bottom: 1px solid #d3d3d3;
}
div.post h3, div.post h3 a{
	margin-bottom: 0;
	padding-bottom: 0;
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #411351;
}

div.post.hentry p{
	font-size: 14px;
margin: 10px 0 20px 0;


}

.postmetadata{
	display: none;
}
/* @end */


div.post-navigation{
	position: relative;

	top:  -40px;
	left: -35px;
	width: 590px;
	height: 35px;
	padding: 0;
margin: 0;
clear: both;
background-color: #bcb5ae;
}

div.post-navigation p{
	padding: 0 !important;
	margin: 0 !important;
	color: #fff;
	text-indent: 35px;
	font: 12px/35px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	/*font-weight: bold !important;*/
}

div#post-tabs{
position: absolute;
top: 0px;	
right: 0px;

}

div#post-tabs div#tab-prev, div#post-tabs div#tab-next{
	display: inline;

}

div.post-navigation:after{
	float: none;
	clear: both;
}

div.post-navigation a{
	color: #fff !important;
	font-weight: bold;
}
div#post-tabs a{
color: #fff;
	width: 100px;
	line-height: 35px;
	display: block;
	float: left;
	text-align: center;
border-left: 1px solid #afa8a2;
	font-weight: bold;
}

div#post-tabs a:hover{
	background-color: #bf550e;
	text-decoration: none;
}

div#sidebar ul li h2 {
	display: none;
}

div#sidebar div.lpbcArchive {

}
div#sidebar div.lpbcArchive ul li{
	
margin-bottom: 40px;

}
div#sidebar div.lpbcArchive h4{
	border-bottom: 2px solid #411351;	
	padding-bottom: 10px;
	margin: 0;
}

div#sidebar div.lpbcArchive h4 a{
	color: #411351;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
div#sidebar div.lpbcArchive ul{
	margin-left: 0;
	padding: 0;
	margin-top: 0;
}

div#sidebar div.lpbcArchive ul li{
	border-bottom: none;
	}

div#sidebar div.lpbcArchive ul li ul li{
margin:  0;
padding: 0;	
border-bottom: 1px solid #e1e1e1;
}

div#sidebar div.lpbcArchive ul li ul li a{
	font-weight: bold;
color: #411351;
	/*background-color: #f3f3f3;*/
	display: block;
padding: 10px 0;
	font-size: 11px;
}
div#sidebar div.lpbcArchive ul li ul li a:hover{
text-decoration: none;
background-color: #f5f5ef;
color: #a74b0c;
}
div#sidebar div.lpbcArchive ul li ul li a span.lpbcDate{
	font-weight: normal;
	font-style: normal;
	display: block;
	color:  #999;
	margin-top: 5px;
}

div#sidebar div.lpbcArchive ul li ul li a:hover span.lpbcDate{
	text-decoration: none;
}

form#searchform {
/*display: none;*/	
	
}

form#searchform input#s{
	float: left;
width: 80px;
}

form#searchform input#searchsubmit{
float: right;
	width: 50px;
}

div.details{
	position: absolute;
	top:  240px;
	right:40px;
	margin-right: 0px;
	padding: 30px 0 10px 0;
	width: 219px;

min-height: 500px;
	background: url(images/sidebar_bg.jpg) no-repeat left top;

}

div.details div.portrait{
	width: 178px;
	height: 220px;
	background-color: #e1e1e1;
	/*background: url(images/bg_teamportrait.gif) no-repeat top left;
border: 1px solid #ededed;*/
margin-left: 38px;
margin-top: 15px;
}

div#contact-info{
	position: absolute;
	top:  240px;
	right:40px;
	margin-right: 0px;
	padding: 30px 0 10px 0;
	width: 219px;
	min-height: 500px;
	background: url(images/sidebar_bg.jpg) no-repeat left top;
}


div.details div#contact-info{
	position: relative;
	top:  0px;
	right:0px;
	margin-right: 0px;
	padding: 30px 0 10px 0;
	width: 219px;
	min-height: 500px;
	background: url(images/sidebar_bg.jpg) no-repeat left top;
}

div#contact-info dl {
	width: 180px;
	text-align: left;
	margin-left: 38px;
	
}

div#contact-info dt {
color: #a74b0c;
margin-bottom: 5px;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#contact-info dd {
	margin-left: 0;
	margin-bottom: 30px;
	font: 13px/19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}
	
	div#contact-info dd a{
	text-decoration: underline;
	}

form.wpcf7-form{
	text-align: left;
	
}

form.wpcf7-form p{
	color: #a74b0c;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;


}

form.wpcf7-form input, form.wpcf7-form textarea{
	margin-top: 5px;
	padding: 5px;
	font-size: 16px;
	width:  400px;
	}

form.wpcf7-form p.submitform input{
	width:  100px;
}

h3.callout{
	color: #a74b0c !important;
	margin-top: 0px;
	font-style: normal;
	font-weight: 300 !important;
	line-height: 1.6em !important;
}
/* @group IE 6 Hacks */

* html div#page {
	top: 140px !important;
}

* html div#masthead {
margin-top: 55px;
}

*html body#home div#wrapper {
	width: 775px !important;
	margin: 55px auto 0 auto;
	padding: 0 0px 50px 25px;
	position:relative;
		z-index: -1;
	}
	
	
* html div#navigation ul li.expandable span.outcell {
	background: url(../images/submenu_off.gif) no-repeat right center;
	
}

* html div#navigation ul#nav-news li {
	width: 80px;
}

* html div#navigation ul#nav-primary li{
	width: 150px;
}

* html div#navigation ul li {
	position:relative;
		z-index: -1;
	}
* html div#navigation ul li div.submenu {
display: block;
	background-image: none;
	background-color: #fff;
	border: 1px solid #af9cb0;
	width:  150px !important;
	}
	
	* html div#navigation ul li:hover div.submenu {
	display: block !important;
	z-index: 1000 !important;
	position: absolute;
	top: 100px;
	left: 100px;
	line-height: 35px !important;
}

* html div#wrapper {

	z-index: -1 !important;
}



/* @end */
