/*
Theme Name: RKG
Theme URI: http://www.rimmkaufman.com
Description: Our corporate site
Version: 3.0
Author: RKG team
*/

/* main areas */

body {
   font-family: Georgia, "Times New Roman", Times, serif;
   line-height: 1.5em;
   color: #000;
   background: #fff;
   margin:1.5em 0;
   padding:0;
   font-size: 11pt; /*the only fontsize in css, we hope */
}

#wrapper {
	margin: 0 auto;
	width: 955px;
   }

#header {
   border: solid 1px #ccc;
   margin: 1em auto;
   padding: 10px;
}

#toppic {
   background: transparent url(rotate-nature-slice.php)  no-repeat;
   border: solid 1px #ccc;
   height: 80px;
}

#main-container {
   width: 100%;
   border: solid 1px #ccc;
   display: inline-block;
   min-height: 600px;
   margin: 0;
   padding: 0;
   background-color: white;
}

#main-container:after { 
   content: "."; 
   display: block; 
   height: 0; 
   font-size:0; 
   clear: both; 
   visibility:hidden;
} 

.gutter {
padding: 1em;
}

/* navigation */

#nav {
   margin: .5em 0 1em 0;
   padding: 0;
   white-space: nowrap;
   text-align:right;
   font: bold 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
   text-transform: uppercase;
}

#nav li {
   display: inline;
   list-style-type: none;
   padding-left: 1.5em;
   color: #0a4598;
}

#nav a:link, #nav a:visited, #subnav a:link, #subnav a:visited {
   color: #0a4598;
   text-decoration: none;
   outline:none;
}

#nav a:hover, #subnav a:hover {
   color: #663300;
   text-decoration: none;
}

/* sub-navigation */
#subnav {
   background: #f6f3ec; /*url(../images/bkg-subnav.jpg) no-repeat right top*/;
   margin: 0;
   padding:8px 0;
   white-space: nowrap;
   text-align:right;
   font: bold 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
   list-style-type: none;
   color: #0a4598;
   border-bottom: solid 1px #ccc;
}

#subnav li {
   display: inline;
   padding: 0 .5em 0 1.5em;
   color: #0a4598;
}

/*breadrumb */

#bread {
   background: #fff;
   margin: 10px 0 0 0;
   padding-left: 2em;
   white-space: nowrap;
   color: #be9e7e; 
   font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
   list-style-type:none;
}

#bread li {
   display: inline;
   margin-right: 6px;
}

#bread li a {
   color: #be9e7e; 
   background: url(/content/images/bread.gif) no-repeat right center;
   padding-right: 10px;
   text-decoration: none;
}
#bread li a:hover {
   color: #663300;
   background:url(/content/images/bread-hover.gif) no-repeat right center;
}

/* current navbar and subnavbar links */
#nav a.navcurrent, #subnav li.current_page_item a { 
   color: #663300;
   text-decoration: none;
}

/* 2 columns */

#main {
   margin: 0;
   padding: 0;
   width: 45%;
   float:left;
   background:transparent;
}
   
#sidebar {
   float: right;
   width: 45%;
   padding-left: 1em;
   margin-bottom: 1.5em;
   background: transparent;   
   border-left: 1px solid #ccc;
}
   
/* 1 colunn */

#col1 #main {
   float: none;
   width: 100%;
}

#col1 #sidebar {display: none}

#col3 #main {float:none; width:100%;}
#col3 #extra {border-top: hidden; font-size: 100%;}
#col3 #extra-inner {padding-top: 0em;}

#leftpanel {
   margin: 0;
   padding: 0;
   width: 45%;
   float:left;
   background:transparent;
}
   
#rightpanel {
   float: right;
   width: 45%;
   padding-left: 1em;
   margin-bottom: 1.5em;
   background: transparent;   
   border-left: 1px solid #ccc;
}
 
/*3-columns on home page (eg on a 2col page) */

#extra {
   border-top: solid 1px #ccc;
   font-size: 80%;
}

#col3 #extra {border-top: hidden; font-size: 100%;}
#col3 #extra-inner {padding-top: 0em;}

#extra:after { 
   content: "."; 
   display: block; 
   height: 0; 
   font-size:0; 
   clear: both; 
   visibility:hidden;
} 
   
#extra-inner {
   margin: 0 auto;
   padding: 1em;
   text-align: left;
   width: 100%;
}

#extra .extra {
   float: left;
   width: 29%;
   line-height: normal;
   padding: 0; 
   min-height: 400px; 
}

#extra .extra.one {
margin-right: 1.5em; 
}

#extra .extra.two  {
   padding-left: 1.5em; 
   padding-right: 1.5em;
   border-left: solid 1px #ccc;
   border-right: solid 1px #ccc;
}

#extra .extra.three {
margin-left: 1.5em;
}  

/* footer */

#footer {
   clear: both;
   background: #fff;
   font: 11px Verdana, Arial, Helvetica, sans-serif;
   color: #0a4598;
   text-align: center;
   padding: 10px 0;
}

#footer ul  {
   padding: 0;
   margin: 0;
   list-style-type: none;
   width: 100%;
   text-align: center;

}
#footer li:first-child {border-left: none}

#footer li { display: inline; border-left: 1px solid #ccc; }

#footer li, #footer li a {
   text-decoration: none;
   padding: 0 .8em;
   outline:none;
}

#footer li a:hover {color: #663300;}   

/* Links */

a {color: #0a4598;   outline: none;}
a:hover {color: #663300}

a img {border: none; }

.more a {font: normal 11px Verdana, Arial, Helvetica, sans-serif;}   

h2 a {text-decoration:none}
h2 a:hover {color: #663300}
/* Headers and typography */

h1, h2, h3 {
   font-size: 2em;
   font-weight: normal;
   line-height: normal;
   color: #0a4598;
   margin-top: 0;
}

h2 {font-size: 1.5em;}
h3 {font-size: 1.2em; font-variant:small-caps; font-weight:bold; }

h3.blog {color: #444;}

.homeh1links {
   text-decoration: none;
}

/* only apply this in 2col mode, eg, the homepage */

#col2 #extra  h1 {
   font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
   text-transform: uppercase;
}

/* bullets and lists */

/**** main square bullets ****/

#main ul, #sidebar ul, #extra .extra ul {
   list-style: none;
   margin: 1em 0 1em 0;
   padding-left: 0;
   color: #000000;
}

#main ul li, #sidebar ul li, #extra .extra ul li {
   margin-left: 1.5em;
   padding: 0 0 4px 15px;
   background: url(/content/images/bullet-side.gif) no-repeat 0 8px;
}

#extra .extra ul li {
   margin: 0 0 1em 0;
   background: transparent url(/content/images/bullet-side.gif) no-repeat 0 5px;
}

/**** article icons ****/
#main ul.posted, ul.posted {
   margin: 0em 0 .5em 0;
   padding: 0 0 4px 0;
   font-size: 90%;
   color: #ccc;
   border-bottom: 1px solid #ccc;
   list-style:none;
}

.thingray {margin-bottom: 1em; border-bottom: 1px solid #ccc; }

#main ul.posted li  {
   font: normal 70% Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   color: #928F73;
   margin: 0 1em 0 0;
   padding: 0 0 0 18px;
   display:inline;
}

div.articlesnippet  {margin-top: 0.5em; margin-bottom: 3em;}
#main ul.posted li.author {background: url(/content/images/icon-user.gif) no-repeat 0 50%; }
#main ul.posted li.pubdate {background: url(/content/images/icon-calendar.gif) no-repeat 0 50%; }
#main ul.posted li.pub {background: url(/content/images/icon-book.gif) no-repeat 0 50%; }
   
#main ul.posted li a {color:#928F73; text-decoration:none}
#main ul.posted li a:hover {text-decoration:underline;}

/* Images */

.imgL {
   margin: 0 1.5em 1em 0;
   border: solid 1px #000;
   float:left;
}

.imgR {
   margin: 0 0 1em 1.5em;
   border: solid 1px #000;
   float:right;
}
 
.grayborder {border: solid 1px #ccc;}
  
.nb {border: none}

.imgcapR p, .imgcapL p {
   color:#000;
   margin:0;
   padding:0;
   font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.imgcapR {float:right; margin: 0 0 1.5em 1.5em;}
.imgcapL {float:left; margin: 0 1.5em 1.5em 0;}
.imgcapR img, .imgcapL img {border:solid 1px #000}

/* suppress feedburner logo */
#creditfooter { display: none;}

#nav .page_item { color: blue;}
.current_page_item { color: green; }
.current_page_parent {color: orange; }

.redwhite {
   color: white; 
   background-color: red; 
   font-weight: bold; 
   font-size: 10pt; 
   font-family: Arial;
}

.thumb  {
   padding: 1em; margin:0;  min-height: 113px; border-top: solid 1px #ccc;
} 

.thumb img { float: left; width: 75px; border: solid 1px #000; } 
.thumb p, .thumb h2 { margin-left:95px; margin-top: 0; }

.postauthor  { padding-bottom: 1em; margin: 0; height: auto;} 
.postauthor img { float: left; width: 75px; border: solid 1px #ccc; margin-right: 20px;} 
.postauthor p, .postauthor h2 { padding-top: 1em; margin-bottom: 0; }

.tight li { 
margin-bottom: -40px;
/* padding-bottom: -30px;  Not even sure if we use .tight li anywhere in site*/
}



.talklist ul li{
   padding-left: 0;
   margin-left: 0;
}


#downloaddiv li {
   margin-left: 1.5em;
   padding: 0 0 20px 34px;
   background: transparent url(/content/images/download.gif) no-repeat 0px 0px;
}

.talklist li {margin-bottom: .3em;}

#downloaddiv {
   margin-top: 2em;
}
 
#allarticles li {
   background-color: red;
   margin-bottom: 5em;

}

#comments h2 {
   border-top: 1px solid #ccc;
   padding-top: 1em; 
}

blockquote {
   /* border-left: 5px solid #be9e7e; */
   padding-left: 1em;  
}

    .test-cite{
font-size: 75%;
font-family: Arial, Tahoma, Sans-Serif;
color: #666;
}

.storycontent h1, .storycontent h2 {color: black;}

/* .feedburnerFeedBlock a { text-decoration: none;  } */

.rkgblogpost {margin-bottom: 3em;}
#is_single .thecontent {  
border-bottom: 4px solid #ccc; 
margin-bottom: 2em; 
padding-bottom: 2em;}

#rkgblogsidebar {
   float: right;
   width: 20%; 
   font-size: 80%; 
   padding-left: 2.75em;
   padding-right: 1em;
   margin-bottom: 1.5em;
   background: transparent;   
   border-left: 1px solid #ccc;
}

#rkgblogsidebar ul, #rkgblogsidebar h3 {text-indent: -0.75em;} 

#rkgblogmain{ padding-left: 2em; float:left; width: 60%}

#rkgblogmain ul, #rkgblogsidebar ul  {
   list-style: none;
   margin: 1em 0 0.5em 0;
   padding-left: 0;
   color: #000000;
}

#rkgblogmain ul li  {
   margin-left: 1.5em;
   padding: 0 0 4px 15px;
   background: transparent url(/content/images/bullet.gif) no-repeat 0 8px;
}

#rkgblogsidebar ul {margin-bottom: 2em;}

#rkgblogmain ul.posted li.author {background: url(/content/images/icon-user.gif) no-repeat 0 50%; }
#rkgblogmain ul.posted li.pubdate {background: url(/content/images/icon-calendar.gif) no-repeat 0 50%; }
#rkgblogmain ul.posted li.comments {background: url(/content/images/icon-pencil.gif) no-repeat 0 50%; }
#rkgblogmain ul.posted li.sharethis {background: none; }
   
#rkgblogmain ul.posted li a {color:#928F73; text-decoration:none}
#rkgblogmain ul.posted li a:hover {text-decoration:underline;}

#rkgblogmain ul.posted, ul.posted {
   margin: 10px 0  0.2em 0;
   padding: 0 0 0.2em 0;
   font-size: 90%;
   color: #ccc;
   border-bottom: 1px solid #ccc;
   list-style:none;
clear: both;
}

#is_single ul.posted {border-bottom: 4px solid #ccc}


#rkgblogmain ul.posted li  {
   font: normal 70% Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   color: #928F73;
   margin: 0 1em 0 0;
   padding: 0 0 0 18px;
   display:inline;
}

#main div.articlesnippet  ul.posted  li 
 {
display:list-item;}

#main div.some_articles ul.posted li { display: inline;}

.sharethisdiv {margin-bottom: 1.5em; margin-top: 1.5em;}


#is_single ul.simposts li {list-style: none; background-image: none; margin-left: 0em;}

#main li.alist ul.posted li
 {
display:list-item;}

#main li.alist ul.posted {border-bottom: none;}

#extra ul#allarticles  li.alist {background-image: none; padding-left:0em; 
padding-bottom: 0em;
}
#extra ul#allarticles li.alist a {text-decoration: none;  }

h1.datearchive, h1.categoryarchive, h1.tagarchive  {
   margin-bottom: 1.5em;
}

#commentblock h3, #commentblock h2 {margin-top:1.75em; margin-bottom:0.25em}

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#fff !important; /*reCaptcha widget background color*/
   padding: 0; margin: 0; border: 0;
}
 
#recaptcha_table {
   border-color: #fff !important; } /*reCaptcha widget border color*/


#recaptcha_image {border: none;} /* fix me!!! */
#recaptcha_response_field {
   border-color: #ccc !important; /*Text input field border color */
   background-color:#fff !important; /*Text input field background color*/
}

.linksmall {font-size: 66%}

.feedburnerFlareBlock {display: none;}

#is_multiple div.sharethis {display: none;}

#thetags a {text-transform: lowercase;}
#thetags a:hover { text-decoration: underline;}

#akst_credit { display:none;}
div#akst_form  {border: 3px solid #ccc;}

code { display: block; background-color: #ddd; margin: 0.2em;
   overflow:scroll; height: 12em; width: 90%;  line-height: 90%;
}

.post-ratings {margin-bottom: 1em;}

.tiny {font-size: 75%}

ul#democracy li, div#dem-results ul li {
   list-style: none;
   background: none;
}

#reportform ul li {
   list-style: none;
   background: none;
}

/* don't ask me why but the font is getting multiplied by 1.333.  Firebug didn't show why */
#reportform .yui-skin-sam .yui-calendar {
   font-size:75%;
}

div.taglist  {
   color:#928F73;
   font-family:Verdana,Arial,Helvetica,sans-serif;
   font-size:62%;
}

div.taglist a:link, div.taglist a:visited {color: #928f73; text-decoration:none; }









div.taglist a:hover {
   text-decoration: underline;
}




span.readmore a {
color:#928F73;
text-decoration: none;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:62%;
margin-left: 0.5em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
}

span.readmore a:hover {text-decoration: underline;}

.rkgblogexcerpt p { display: inline;}


h4.black {color: #999;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-variant: small-caps; margin: 0; padding: 0; font-size:80%;
}


/* Web Eff Tom Foolery */


.webeffquote {
width: 100%;
height: auto;
font-family: Arial, sans-serif;
margin-bottom: 8px;
}

.webeffquote img{
float: left;
padding-right: 5px;
padding-bottom: 3px;
}

.webeffmainquote {
color: #666;
font-size: 1em;
}

.webeffcredentials {
width: 100%;
line-height: 1.2em;
text-align: right;
color: #333;
font-size: .8em;
font-family: Arial, sans-serif;
}

#col999 #main {
   margin: 0;
   padding: 0;
   width: 60%;
   float:left;
   background: white;
}
   
#webeff_sidebar {
   float: right;
   width: 30%;
   padding-left: 2em;
   margin-bottom: 1.5em;
   background: white;   
   border-left: 1px solid #ccc;
   margin-left: 1em;

}

#col999 #main .webeff-ol-li {
background: none;
}

/* Sign Up Form */


.signup-forms {
width: 100%;
border: 1px dotted #ccc;
padding-left: 5%;
padding-right: 5%;
}

.signup-top-section {
color: #333;
width: 30%;
text-align: left;
font-weight: bold;
font-size: 1.1em;
text-decoration: underline;
padding-bottom: 5px;
}

.signup-others-header {
color: #333;
text-align: left;
font-weight: bold;
font-size: 1.1em;
padding: 5px 0 5px 0;
}

.signup-food-header {
color: #333;
text-align: left;
font-weight: bold;
font-size: 1.1em;
padding: 5px 0 5px 0;
}

.signup-food-choice{
font-weight: normal;
font-size: 1em;
background: none;
}

.signup-dinner {
padding: 10px 0 5px 0;
}

/* Summit Agenda */

.summit-agenda{
width: 100%;
border: 0;
padding-left: 2%;
padding-right: 2%;
}

.summit-agenda-td{
width: 32%;
text-align: left;
vertical-align: top;
}

.summit-agenda-time{
color: #666;
}

div.hide-democracy-question div div.democracy strong#democracy {display: none;} 

#awards {
margin-bottom: 1em;
}

#ec_summit_survey_form, #client_survey_form {
margin: auto;
width: 65%;
}

#ec_summit_survey_form label, #client_survey_form label {
display: block;
font-weight: bold;
margin-top: 1em;
}

#ec_summit_survey_form input[type=submit], #client_survey_form input[type=submit] {
margin-top: 1em;
display: block;
}

.print-only {
display: none;
}

/* New Homepage */
 
.home-container {
position:relative;
width:100%;
padding-bottom: 10px;
height: 300px;
}

.home-left {
position:absolute;
left:0;
top:0;
height:100%;
margin:0;
text-align: left;
padding-left: 5px;
}

.home-left h1 {
/* font-size: 2.5em; */
font-size: 30px;
margin-bottom: 0px;
}

.home-left h1 a{
text-decoration: none;
}

.homepage-top-list-left{
text-align: left;
padding: 0;
margin: 0;

}

#main .homepage-top-list-left li{
background: none;
}

.homepage-top-list-left li a{
/* font-size: 1.3em; */
font-size: 22px;
color: #333;
text-decoration: none;
line-height: 1.7em;
}

.home-left h1 a.home-list-visible, .homepage-top-list-left li a.home-list-visible{
color: #0a4598;
}

.homepage-top-list-left li a.home-list-hidden{
color: #333;
}

.home-topright {
position: absolute;
left:50%;
width: 47%;
top:0;
height: 86%;
margin:0;
padding-right: 3%;
padding-top: 4%;
}

.explain-header {
color: #f68b1f;
/* font-size: 1em; */
font-size: 15px;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 0;
}

.home-topright ol li {
padding: 5px;
/* font-size: 1em; */
font-size: 15px;
list-style-type: none;
}

.home-bottomright {
position: absolute;
left: 50%;
top: 90%;
width: 47%;
height: 10%;
margin: 0;
text-align: right;
padding-right: 3%;
}

#extra-inner h1 a {
text-decoration: none;
}

#extra-inner h1 a:hover {
text-decoration: none;
}

#logo-phone{
width: 100%;
height: auto;
}

#logo-phone a {
text-decoration: none;
}

#logo-phone a:hover {
text-decoration: none;
}

.phone-number {
position: relative;
left: 38%;
font-size: 1.5em;
font-weight: normal;
line-height: normal;
color: #0a4598;
}

.contact-h2 {
color: black;
}

.contact-h2 a{
text-decoration: underline;

}


.wmqa  {
  text-align: center;
  font-size: 75%;
  color: #777;
  padding-bottom:1em;
}

.wmqa a:link, .wmqa a:visited { color: #777;}

.prp-snippet { color: #777;}
.prp-entry { font-size: 80%} 

