/*A font by Jos Buivenga (exljbris) -> www.exljbris.com*/
@font-face {
  font-family: 'CallunaRegular';
  src: url("../fonts/calluna-regular-webfont.eot");
  src: local("☺"), url("../fonts/calluna-regular-webfont.woff") format("woff"), url("../fonts/calluna-regular-webfont.ttf") format("truetype"), url("../fonts/calluna-regular-webfont.svg#webfontV868CxYz") format("svg");
  font-weight: normal;
  font-style: normal;
}
#debugwarn {
  border: 5px solid red;
  padding: 4px;
  font-size: 8pt;
  color: #922;
  background-color: white;
  position: fixed;
  top: 2px;
  left: 2px;
  max-width: 120px;
  z-index: 10000;
  border-radius: 15px;
}
/* generic content styles */
body {
  width: 960px;
  margin: 0 auto !important;
  background-color: white;
  background-image: linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 10px, #ffffff 75px);
  background-repeat: no-repeat;
  font-size: 11pt;
  font-family: 'Ubuntu', 'Liberation Sans', sans-serif;
  color: #333333;
}
:link, :visited {
  text-decoration: none;
  color: #d55500;
}
:link:hover, :link:active, :visited:hover, :visited:active {
  text-decoration: underline;
}
p {
  margin: 0.5ex 0;
}
ul, ol {
  padding: 0 0 0 30px;
  margin: 0.5ex 0;
}
ul.ticks li, ul li.tick {
  list-style: none;
  background: left center url(../images/bullet-tick.png) no-repeat;
  background-image: url(../images/bullet-tick.svg);
  margin-left: -22px;
  padding: 2px 0 2px 22px;
}
pre {
  background-color: #f5f5f5;
  padding: 0.5ex 0.5em;
  margin: 0.5ex 0;
}

h1, #google-groups-logo {
  font-family: CallunaRegular, Calluna, "Trebuchet MS", Ubuntu, "Liberation Sans", FreeSans, sans-serif;
}
h1 {
  font-size: 240%;
  line-height: 35px;
  font-weight: normal;
  margin: 0.5ex 0 0.5ex;
}
h2 {
  color: #000000;
  font-size: 140%;
  font-weight: normal;
  margin: 1.5ex 0 0.5ex;
  border-bottom: 1px solid #ddd;
}
h3 {
  color: #000000;
  font-size: 115%;
  font-weight: normal;
  margin: 1.5ex 0 0.5ex;
}
span.align-right img {
  display: block;
  float: right;
  margin: 1ex 0 1ex 1.5em;
}
span.align-left img {
  display: block;
  float: left;
  margin: 1ex 1.5em 1ex 0;
}
span.align-center img {
  display: block;
  margin: 1ex auto;
}
video {
  margin-bottom: 30px;
}
/* for Tables of Contents on long pages */
div.toc {
  float: right;
  margin: 1em 0 1em 1em;
  padding: 1ex;
  background-color: white;
  border: 1px solid #ddd;
  width: 25%;
}
div.toc h2 {
  font-size: 120%;
  text-align: center;
  margin: 0 0 0.5ex 0;
  border: 0;
  padding: 0;
}
div.toc ul {
  margin: 0;
  padding: 0 0 0 2em;
}
/* specific styles for layout */
#content {
  padding: 20px 20px 50px;
  background-color: white;
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100px);
  line-height: 150%;
  min-height: 500px;
}
#content .summary {
  font-size: 12pt;
  line-height: 160%;
  margin-bottom: 10px;
}
#content > div.wrapper {
  margin: -20px;
  padding: 20px;
  min-height: 500px;
}
.readmore {
  margin-top: -10px;
  text-align: right;
  font-size: 11px;
  line-height: 11px;
}
#breadcrumb {
  font-size: 11px;
  margin: 0 -4px 10px -4px;
}
#breadcrumb a {
  margin: 0 4px;
}
.messages {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.messages .success {
  border: 1px solid #77dd77;
  box-shadow: 0 0 5px #77dd77;
  background-color: #ccffcc;
  color: #002200;
}
.messages .info, .messages .debug {
  border: 1px solid #dddd77;
  box-shadow: 0 0 5px #dddd77;
  background-color: #ffffcc;
  color: #220000;
}
.messages .warning {
  border: 1px solid #ddaa77;
  box-shadow: 0 0 5px #ddaa77;
  background-color: #ffe5cc;
  color: #221100;
}
.messages .error {
  border: 1px solid #dd7777;
  box-shadow: 0 0 5px #dd7777;
  background-color: #ffcccc;
  color: #220000;
}
.messages li {
  padding: 6px;
  margin: 8px 0;
  border-radius: 5px;
}
.postdate {
  margin-top: 0;
  font-size: 80%;
  color: #666666;
}

/* social styling */
#social {
  clear: both;
  float: right;
}

#social p {
  display: inline-block;
  font-style: italic;
  font-size: 16px;
  vertical-align: middle;
  padding-right: 0.5em;
}

#social nav {
  display: inline-block;
}

#social nav a {
  height: 30px;
  width: 30px;
  -moz-transition: background-color 0.3s linear;
  display: inline-block;
  vertical-align: middle;
}

#social nav a:hover {
    background-color: #dddddd;
}

#twitter-logo {
/*  background-image: url("../images/logo_twitter.svg"); */
}

#google-groups-logo {
  /* Use simple G */
  font-size: 30px;
  text-align: center;
}

#topsearch {
  margin: 2px 0px 5px 0px;
  clear: both;
  float: right;
}

#topsearch * {
  margin: 0;
  vertical-align: top;
}
#topsearch-q {
  width: 140px;
  height: 20px;
  background-color: white;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  border-bottom: 1px solid #666666;
  border-right: 0 none;
  padding: 4px;
  font-size: 12px;
  text-indent: 6px;
  background-image: none;
  box-shadow: inset 0 0 1px #999999;
}
/* logo styling */
#logo {
  float: left;
  margin-top: 28px;
  cursor: default;
  color: #000000;
}
#logo img {
  float: left;
  margin: 0;
  border: 0;
}
#logo :link, #logo :visited {
  color: #000000;
}
#logo :link:hover, #logo :link:active, #logo :visited:hover, #logo :visited:active {
  text-decoration: none;
}
#logo h1 {
  font-family: CallunaRegular, Calluna, "Trebuchet MS", Ubuntu, "Liberation Sans", FreeSans, sans-serif;
  margin: 0 0 0 64px;
  padding: 0;
  border: 0;
  font-weight: normal;
  line-height: 41px;
  text-transform: uppercase;
  font-size: 34px;
}
#logo h1 a {
  padding-left: 17px;
  display: block;
}
#logo h2 {
  margin: 0 0 0 64px;
  padding: 0;
  border: 0;
  font-size: 17px;
  font-weight: normal;
}
#logo h2 a {
  padding-left: 17px;
  display: block;
  text-align: center;
}
html[lang=fr] #topdrops #toplogin > p {
  width: 170px;
  background-position: 182px 10px;
}
html[lang=fr] #topdrops #toplogin .topdrop {
  margin-left: -40px;
}
/* dropdowns on the right */
.header #topdrops {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  color: white;
}
.header .topdrop {
  background-color: #333333;
  padding: 10px;
  border-radius: 6px;
  display: none;
  position: absolute;
  z-index: 10;
}
.header .topdrop img.userphoto {
  width: 64px;
  height: 64px;
  background-image: url(../images/photo.png);
  display: inline-block;
  float: left;
  margin-right: 6px;
  font-size: 0px;
}
.header #topdrops {
  font-size: 10pt;
}
.header #topdrops > li {
  float: left;
}
.header #topdrops > li:hover .topdrop {
  display: block;
}
.header #topdrops #languages {
  margin-right: 10px;
}
.header #topdrops #languages .topdrop {
  width: 130px;
  padding: 0px;
  margin: 0px;
  border-radius: 0 0 5px 5px;
}
#languages p img {
  padding-right: 4px;
}
#languages a {
  background-repeat: no-repeat;
  background-position: 8px 10px;
  display: block;
  padding: 10px 10px 10px 30px;
  color: white;
  font-size: 11px;
  line-height: 11px;
}
#languages li.selected a {
  background-color: #464646;
}
#languages a:hover {
  background-color: #4d4d4d;
  text-decoration: none;
}
#languages li:last-child a:hover {
  border-radius: 0 0 5px 5px;
}
.header #languages .topdrop {
  list-style-type: none;
}
.header #topdrops > li > p {
  display: block;
  border-radius: 0 0 5px 5px;
  background: #333333 url("../images/down-arrow.png") 112px 10px no-repeat;
  margin: 0;
  width: 100px;
  padding: 5px 20px 7px 10px;
  margin-bottom:7px;
}
.header #topdrops p {
  cursor: default;
}
.header #topdrops > li:hover > p {
  padding-bottom: 14px;
  margin-bottom: 0px;
  border-radius: 0;
}
#toplogin .topdrop {
  margin-left: -110px;
  width: 220px;
  border-radius: 5px 0 5px 5px;
}
#toplogin-head {
  margin-top: 0;
  font-size: 14px;
}
#toplogin label {
  margin-top: 12px;
  margin-bottom: 3px;
  display: block;
}
#toplogin input {
  display: block;
}
#topdrops p a {
  color: white;
  font-size: 90%;
}
#toplogin-submit {
  font-size: 14px;
  margin-top: 12px;
  width: 100px;
  padding: 3px;
  float: left;
}
#toplogin-username, #toplogin-password {
  width: 212px;
  font-size: 14px;
  padding: 3px;
}
#toplogin-register {
  float: right;
  font-size: 11px;
  margin-top: 12px;
}
#toplogin-alternate span {
  display: block;
  float: left;
  margin: 10px 0;
  font-size: 12px;
}
#toplogin-alternate a {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin-left: 15px;
  background-image: url(../images/login-sprite.png);
}
#toplogin-alternate #toplogin-google {
  clear: left;
  margin-left: 0;
}
#toplogin-alternate #toplogin-facebook {
  background-position: -24px;
}
#toplogin-alternate #toplogin-twitter {
  background-position: -48px;
}
#toplogin-alternate #toplogin-yahoo {
  background-position: -72px;
}
#toplogin-alternate #toplogin-live {
  background-position: -96px;
}
#toplogin-alternate #toplogin-wordpress {
  background-position: -120px;
}
#cleartop {
  height: 110px;
}
#header-right {
  float: right;
}
/* navigation */
.header .nav {
  background-color: #4d4d4d;
  background-image: linear-gradient(to bottom, #4d4d4d 0%, #1a1a1a 100%);
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #262626;
  height: 52px;
  clear: both;
  text-align: right;
  z-index: 5;
  position: relative;
}
.header .nav > ul {
  margin: 0;
  padding: 0;
  border-left: 1px solid #333333;
}
.header .nav :link, .header .nav :link:hover, .header .nav :link:active, .header .nav :visited, .header .nav :visited:hover, .header .nav :visited:active {
  color: white;
  text-decoration: none;
}
.header .nav li {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  list-style: none;
  text-align: left;
}
.header .nav a {
  text-decoration: none;
  display: block;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.header .nav > ul > li > a {
  text-transform: uppercase;
  border-right: 1px solid #333333;
  border-left: 1px solid #5a5a5a;
  padding: 17px 23px;
  outline: 0;
}
.header .nav > ul > li.selected > a,
.header .nav > ul > li.ancestor > a,
.header .nav > ul > li:hover > a,
.header .nav > ul > li > a:focus {
  background: #333333;
  background-image: linear-gradient(to bottom, #333333 0%, #4d4d4d 100%);
}
.header .nav > ul li.selected > a {
  background: #333333;
}
.header .nav > ul ul a:hover, .header .nav > ul ul a:focus {
  background: #333333;
}
.header .nav > ul ul a {
  outline: 0;
}
.header .nav li ul {
  background: #4d4d4d;
  display: none;
  margin: 0;
  padding: 0;
  width: 155px;
  position: absolute;
  top: 52px;
  left: 0;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.7);
  border-top: 1px solid #141414;
}
.header .nav li ul a {
  font-size: 13px;
}
.header .nav li:hover ul {
  display: block;
}
.header .nav li li {
  float: none;
  margin: 0;
  padding: 0;
}
.header .nav > ul {
  display: inline-block;
}
.header .nav > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.header .nav > ul > li:last-child a {
  color: #ff7e28;
  border-right: 0 none;
  border-radius: 0 10px 0 0;
}
.footer {
  border-top: 4px solid #0d0d0d;
  background-color: #333333;
  background-image: radial-gradient(circle farthest-corner at center 20px, #4d4d4d 0%, #333333 300px);
  border-radius: 0 0 10px 10px;
  padding: 20px;
  color: white;
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 16px;
}
.footer a:link, .footer a:visited {
  color: white;
  text-decoration: none;
}
.footer a:link:hover, .footer a:link:active, .footer a:visited:hover, .footer a:visited:active {
  color: white;
  text-decoration: underline;
}
.footer .nav > ul > li {
  float: left;
  width: 148.333px;
  margin-right: 5px;
  vertical-align: top;
  margin-bottom: 40px;
}
.footer .nav > ul > li > a {
  text-transform: uppercase;
  font-size: 14px;
}
.footer .nav > ul > li > ul {
  padding: 25px 0 0 8px;
}
.footer .nav > ul > li > ul > li {
  padding: 2px;
}
.footer p {
  clear: left;
  text-align: center;
  font-size: 11px;
  margin-bottom: 0;
}
.footer .nav ul {
  list-style-type: none;
  padding-left: 0;
}
#final-footer {
  text-align: center;
  color: #999999;
  margin-bottom: 20px;
}
#final-footer :link, #final-footer :link:hover, #final-footer :link:active, #final-footer :visited, #final-footer :visited:hover, #final-footer :visited:active {
  color: #ff7e28;
}
.float-right {
  float: right;
}
.small {
  font-size: 10px;
}
.clearer {
  clear: both;
}
br.clearer {
  font-size: 0;
}
a.button {
  padding: 12px;
  text-decoration: none;
  font-size: 14px;
  display: block;
  background: #eeeeee;
  background-image: linear-gradient(to bottom, #ffffff, #b4b4b4);
  border: 1px solid #999999;
  border-radius: 7px;
  color: #333333;
  outline: 0;
}
a.button:hover, a.button:focus, a.button:active {
  text-decoration: none;
  background: white;
  background-image: linear-gradient(to bottom, white, #c6c6c6);
}
a.button.download span {
  display: block;
  background: url("../images/download-button-icon.png") 0 50% no-repeat;
  background-image: url("../images/download-button-icon.svg");
  padding: 10px 40px 10px 10px;
  margin: -10px -15px;
}
a.button.download.w140 span {
  background-position: 101px 50%;
}
a.button.download.w160 span {
  background-position: 124px 50%;
}
a.button.download.w210 span {
  background-position: 174px 50%;
}
a.button.darkbg {
  border-color: #666666;
}
a.button.center {
  text-align: center;
}
a.button.left {
  text-align: left;
}
a.button.w140 {
  width: 110px;
}
a.button.w160 {
  width: 134px;
}
a.button.w210 {
  width: 184px;
}
a.button.glow {
  box-shadow: 0 0 10px #333333;
}
a.button.lighter {
  color: #666666;
}
.download-box {
  text-align: center;
}
.download-box.w160 {
  width: 160px;
}
.download-box > span {
  font-size: 11px;
}
.with-short-right-sidebar > div.wrapper {
  background: url(../images/soft-sidebar-sep.png) transparent 714px 70px no-repeat;
}
#left-column {
  float: left;
  width: 680px;
  padding: 0 20px 0 0;
}
#left-column > h2:first-child {
  margin-top: 18px;
}
hr {
  margin: 30px 0;
  color: #d2d2d2;
  background-color: #d2d2d2;
  border: 0;
  height: 1px;
  width: 100%;
}
.pager {
  margin: 50px 0 0;
  padding: 0;
  list-style-type: none;
}
.pager li {
  float: left;
  margin: 0 10px 0 0;
  font-size: 11px;
  line-height: 11px;
  color: #5d5d5d;
}
.pager a {
  border: 1px solid #d6d6d6;
  background-color: #ffffff;
  padding: 4px 8px;
  color: #5d5d5d;
}
.pager a.current {
  border: 1px solid #8d8d8d;
  background-color: #d6d6d6;
  cursor: default;
}
.pager a.current:hover, .pager a.current:active {
  border-color: #8d8d8d;
}
.pager a:hover, .pager a:active {
  text-decoration: none;
  border-color: #333333;
}
.pager a.previous {
  margin-right: 5px;
}
.pager a.next {
  margin-left: 5px;
}
.pager.em {
  margin-top: 20px;
}
.pager.em li {
  font-size: 12px;
  line-height: 20px;
}
.pager.em a {
  padding: 6px 12px;
  color: #d55500;
}
#right-sidebar {
  float: right;
  width: 200px;
  padding: 0 0 0 20px;
}
#right-sidebar ul {
  padding-left: 20px;
}
#right-sidebar .download-box {
  margin: 20px 0 40px;
}
#right-sidebar h2, #right-sidebar h2 :link, #right-sidebar h2 :visited {
  color: #333333;
  font-size: 16px;
}
#right-sidebar > h2:first-child {
  margin-top: 18px;
}
#right-sidebar hr {
  margin: 30px 0;
  color: #e6e6e6;
  background-color: #e6e6e6;
  border: 0;
  height: 1px;
  width: 100%;
}
.box, .box-2, .box-3 {
  margin-bottom: 16px;
  border-radius: 7px;
  padding: 15px 15px 15px 25px;
  background-color: #e6e6e6;
}
.box, .box-2, .box-3 {
  float: left;
  margin: 0 16px 16px 0;
  padding: 13px 11px 13px 13px;
}
.box > p:last-child, .box-2 > p:last-child, .box-3 > p:last-child {
  margin-bottom: 0;
}
.box > h2:first-child, .box-2 > h2:first-child, .box-3 > h2:first-child {
  margin-top: 0;
}
.box-fancy {
  background: radial-gradient(#ffffff 20%, #e6e6e6 80%);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  margin: 0 21px 21px 0;
}
.box-last {
  margin-right: 0;
}
.box-2 {
  width: 300px;
}
.box-3 {
  width: 187px;
}
#left-column h2.visual-block {
  background-color: #e6e6e6;
  border-radius: 6px;
  padding: 15px;
  line-height: 1;
}
.cms_placeholder {
  float: none !important;
}
 

/* News CSS Here */
#results .result h3 {
  padding-left: 20px;
}
#results .result p {
  font-size: 12px;
}
#results .news h3 {
  background: left center url(../images/news.png) no-repeat;
}
#results .page h3 {
  background: left center url(../images/page.png) no-repeat;
}
/* Count blocks */
div.countbox {
  display: inline-block;
  padding: 4px;
  margin: 3px;
  min-width: 75px;
  min-height: 75px;
  border: 1px solid #ddd;
  background-color: #eee;
}
div.countbox div {
  display: block;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  border: 1px solid red;
}
div.countbox .name {
  line-height: 15px;
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 3px;
  border: none;
}
div.countbox a {
  color: white;
}
div.countbox a:hover {
  text-decoration: none;
}
div.countbox .disabled {
  background-color: #eee;
  border-color: #fff;
}
div.countbox .disabled a {
  color: #ddd;
}
div.countbox .none {
  background-color: rgb(25, 182, 238);
  border-color: rgb(20, 145, 208);
}
div.countbox .low {
  background-color: rgb(64, 244, 46);
  border-color: rgb(44, 204, 34);
}
div.countbox .medium {
  background-color: rgb(244, 221, 64);
  border-color: rgb(221, 204, 54);
}
div.countbox .high {
  background-color: rgb(239, 183, 62);
  border-color: rgb(223, 156, 44);
}
div.countbox .vhigh {
  background-color: rgb(193, 46, 34);
  border-color: rgb(173, 36, 24);
}
th[scope="row"] {
  text-align: right;
}

table.block {
  min-width: 500px;
  border: 2px solid #eee;
  margin: 2px;
  padding: 10px;
}
table.block .bio {
  width: 100%;
}
table.block .photo {
  vertical-align: top;
  padding-right: 20px;
}
table.block .photo img {
  width: 128px;
  height: 128px;
  padding: 3px;
  border: 2px solid #eee;
}
