body {
	font: 17px/25px "Fedra Sans Light", "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: white;
	color: #454840;
}

a {
	text-decoration: none;
	color: #454840;
}

h2 {
	font: 26px/36px "Fedra Sans Medium", "Lucida Grande";
	font-weight: bold;
/*  color: #989e9b;*/
	margin-bottom: 12px;
}

em {
  font-family: "Fedra Sans Light Italic", "Lucida Grande";
	font-style: italic;
}

b, strong {
  font-family: "Fedra Sans Medium", "Lucida Grande";
	font-weight: bold;
}

/* Layout */

div.header {
	background: url("/images/header_bg.png") repeat-x;
	margin-bottom: 56px;
}

div.section.lightgray {
  background: #dde4e0 url("/images/lightgray_bg.png") repeat-x top;
}

.lightgray .watermark {
  background: url("/images/wherecloud_watermark.png") no-repeat 8px 0;
  padding-top: 22px;
}

div.section.darkgray {
  background: #333636 url("/images/darkgray_bg.png") repeat-x top;
  color: #e9f0ec;
}

.padded {
  padding: 22px 0;
}

.bottom_padded {
  padding: 0 0 22px;
}

img#logo {
	float: left;
	margin: 100px 0 0 6%;
}

div.footer {
  clear: both;
  padding: 56px 0 56px;
}

p.copyright {
	font-size: 13px;
	line-height: 19px;
	color: #BFC6BC;
}

/* Buttons */

a.button, input[type=submit] {
  display: inline-block;
  margin: 0;
	padding: 0 14px;
	border: 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 38px;
	text-transform: lowercase;
	color: white;
	font-family: "Fedra Sans Medium", "Lucida Grande";
	background: #d45838 url("/images/menu_bg.png") repeat-x 0 -70px;
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: hand;
  cursor: pointer;
  text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0;
}

a.button:active, input[type=submit]:active {
  background-position: 0 -140px;
}

a.button.gray, input[type=submit].gray {
	background: #7a7e7a url("/images/gray_button_bg.png") repeat-x 0 0;
}

a.button.gray:active, input[type=submit].gray:active {
  background-position: 0 -70px;
}

a.alliancemobilite {
	background: url("/images/alliancemobilite.png") no-repeat 0px 0px;
	text-indent: -99999px;
	width: 120px;
	display: block;
	height: 27px;
}
a.alliancemobilite:hover {
	background: url("/images/alliancemobilite.png") no-repeat 0px -27px;
}

/* Main menu */

ul.menu {
	width: 29%;
	padding-top: 103px;
	border-top: 9px solid #d65e3a;
	font-size: 16px;
}

ul.menu a {
	display: block;
	border-top: 1px solid #e9e9e8;
	line-height: 37px;
	padding-left: 14px;
	font-family: "Fedra Sans Medium", "Lucida Grande";
	font-weight: bold;
	color: #d65e3a;
}

ul.menu li.current a {
	color: #a1a39d;
	text-shadow: white 0 1px 0;
	background: #E3EDE8 url("/images/menu_bg.png") repeat-x top;
}

ul.menu a:hover {
	color: white;
  text-shadow: rgba(0,0,0,0.4) 0 -1px 0;
	background: #d45838 url("/images/menu_bg.png") repeat-x 0 -70px;
}

ul.menu a:active {
  text-shadow: rgba(0,0,0,0.4) 0 -1px 0;
	background: #9c160e url("/images/menu_bg.png") repeat-x 0 -140px;
}

/* Secondary menu */

ul.secondary_menu {
  padding-top: 20px;
  text-align: right;
	font-size: 13px;
	line-height: 19px;
	text-transform: lowercase;
}

ul.secondary_menu li {
  display: inline;
  padding-left: 16px;
}

ul.secondary_menu a {
  font-family: "Fedra Sans Medium", "Lucida Grande";
  font-weight: bold;
	color: #8a8c86;
  border-bottom: 1px solid #d7dedc;
}

ul.secondary_menu a.locale {
  font-family: "Fedra Sans Light", "Lucida Grande", Verdana, Arial, sans-serif;
  font-weight: normal;
}

ul.secondary_menu a:hover {
	color: #71756E;
	border-bottom: 1px solid #BFC6BC;
}

/* Forms */

input[type=text] {
	font: 15px/22px "Fedra Sans Light", "Lucida Grande", Arial, sans-serif;
	color: #454840;
	margin: 0;
	border: 1px solid rgba(69, 72, 64, 0.3);
}

input[type=text]:focus {
  outline: none;
	border-color: #cd9382;
  box-shadow: 0 0 4px #d65e3a;
  -moz-box-shadow: 0 0 4px #d65e3a;
  -webkit-box-shadow: 0 0 4px #d65e3a;
}

/* Heading */

div.header div.heading {
  margin-top: 100px;
	font-size: 35px;
	line-height: 46px;
	text-align: right;
}

div.heading span.orange a {
  font-family: "Fedra Sans Medium", "Lucida Grande";
  font-weight: bold;
  color: #d65e3a;
}

div.heading span.orange a:hover {
  border-bottom: 2px solid rgba(214, 94, 58, 0.3);
}

div.darkgray div.date {
  font-size: 14px;
  color: #b0bdb6;
  clear: left;
  margin-bottom: 4px;
}

div.darkgray div.heading {
  font: bold 28px/38px "Fedra Sans Medium", "Lucida Grande";
  clear: left;
}

/* Tabs */

ul.tabs {
  float: left;
  text-transform: lowercase;
  font-size: 14px;
  padding-left: 1px;
  margin-bottom: 16px;
  background: url("../images/tab_separator.png") no-repeat top left;
  text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
}

ul.tabs li {
  float: left;
  padding-right: 1px;
  background: url("../images/tab_separator.png") no-repeat top right;
}

ul.tabs li a {
  line-height: 48px;
  padding: 0 18px;
  float: left;
  color: #b0bdb6;
  font-family: "Fedra Sans Medium", "Lucida Grande";
  font-weight: bold;
}

ul.tabs li a:hover {
  background: url("../images/tab_hover_bg.png") repeat-x top;
}

ul.tabs li.current a {
  background: url("../images/tab_current_bg.png") repeat-x top;
  color: white;
  padding-top: 6px;
  position: relative;
  top: -6px;
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* Content styles */

.minor {
  font-size: 90%;
  line-height: 160%;
  color: #8d8e88;
}

.minor .title {
  text-transform: uppercase;
  font-size: 11px;
}

a.more {
  font-size: 14px;
}

img.left {
  float: left;
  margin: 0 12px 12px 0;
}

img.right {
  float: right;
  margin: 0 0 12px 12px;
}

.text p {
  margin-bottom: 10px;
}

div.text img {
	max-width: 100%;
}

/* Home page */

body.home div.header {
  margin-bottom: 0;
}

body.home div.app_wrapper {
  overflow: hidden;
  padding-top: 90px;
}

body.home div.app {
  margin-bottom: 0;
}

body.home div.app div.iphone.main {
  top: -88px;
}

body.home div.app p.description span {
  margin-left: 0;
}

form.ask * {
  float: left;
}

form.ask h2 {
  color: #d65e3a;
  float: none;
}

body.apps form.ask label {
  padding-left: 0;
}

form.ask label {
	font-size: 15px;
	line-height: 36px;
	padding: 0 12px;
}

form.ask input[type=text] {
  margin: 0 10px 0 0;
  padding: 4px;
  width: 200px;
  line-height: 28px;
}

body.apps form.ask input[type=text] {
  width: 350px;
}

div.section.info {
	color: #7b827e;
	padding-top: 40px;
}

div.section.info div.going_mobile {
  font-size: 18px;
  line-height: 26px;
}

div.section.info a, .posts a, .text a, .toc a, address a {
  color: #d65e3a;
  border-bottom: 1px solid rgba(214, 94, 58, 0.2);
}

div.section.info a:hover, .posts a:hover, .text a:hover, .toc a:hover, address a:hover {
  border-bottom-color: rgba(214, 94, 58, 0.6);
}

div.tweets ul li {
  margin-bottom: 12px;
}

div.tweets ul li .date a {
	font: 13px/23px;
	color: #aab4af;
	border-bottom-color: rgba(170, 180, 175, 0.2);
}

div.tweets ul li .date a:hover {
	border-bottom-color: rgba(170, 180, 175, 0.6);
}

div.section.info div.about address {
  margin-top: 8px;
}

/* About: Mission */

img.office {
  display: block;
  position: relative;
  top: -154px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

/* About: 2 x 5 Reasons */

dl.reasons dt {
	font: bold 22px/29px "Fedra Sans Medium", "Lucida Grande";
  color: #d65e3a;
	padding-right: 30px;
}

dl.reasons dt span {
  position: absolute;
  right: 355px;
  color: rgba(69, 72, 64, 0.35);
  text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
}

dl.reasons dd {
	padding-right: 30px;
  margin-bottom: 12px;
}

/* About: Our Team */

ul.team li {
  margin-bottom: 24px;
}

ul.team li.alpha {
  clear: left;
}

ul.team img {
  border: 1px solid rgba(86, 93, 93, 0.1);
}

ul.team h2 {
  color: #d65e3a;
  font-size: 24px;
  margin: 8px 0 0;
}

ul.team h3 {
  color: #d65e3a;
  font: bold 20px/25px "Fedra Sans Medium", "Lucida Grande";
  margin: 8px 0 0;
}

ul.team li p {
  margin-bottom: 6px;
}

ul.team div.twitter {
	font: bold 13px/23px "Fedra Sans Medium", "Lucida Grande";
	padding-left: 22px;
	background: url("/images/icon_twitter.png") no-repeat left;
}

ul.team div.twitter a {
	color: #5a6161;
	border-bottom-color: #cbd1ce;
}

div.join_us {
  padding-top: 16px;
  clear: left;
}

div.join_us h2 {
  font-size: 28px;
  line-height: 38px;
  color: #9fa9a4;
  margin-bottom: 8px;
}

/* Ask */

address {
  color: #7B827E;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 12px;
}

address div.phone {
	font: bold 16px/25px "Fedra Sans Medium", "Lucida Grande";
	background: url("/images/icon_phone.png") no-repeat left center;
	padding-left: 17px;
  color: #7b827e;
}

div.map a {
	border: 1px solid rgba(69, 72, 64, 0.3);
  display: block;
}

div.map a img {
  display: block;
}

form.ask_full {
  margin-bottom: 16px;
}

form.ask_full label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  font-family: "Fedra Sans Medium", "Lucida Grande";
  margin-bottom: 2px;
}

form.ask_full label span {
  margin-left: 6px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 9px;
  color: #989b96;
}

form.ask_full input[type=text] {
  width: 100%;
  line-height: 27px;
}

form.ask_full div.question input {
  font-size: 20px;
  line-height: 35px;
}

form.ask_full div {
  margin-bottom: 16px;
}

form.ask_full div.submit {
  clear: left;
  margin: 0;
}

form.ask_full p.note {
  margin-top: 6px;
  font-size: 12px;
  color: #989b96;
}

/* Blog page */

a.rss {
  display: block;
	padding-left: 17px;
	margin: 0 0 8px;
	font: bold 11px/17px "Fedra Sans Medium", "Lucida Grande";
	color: #d65e3a;
	background: url("/images/rss.png") no-repeat center left;
}

a.rss span {
  border-bottom: 1px solid rgba(214, 94, 58, 0.2);
}

a.rss:hover span {
  border-bottom-color: rgba(214, 94, 58, 0.6);
}

ul.posts {
  margin-top: 16px;
  font-size: 13px;
  line-height: 18px;
}

ul.posts li {
  margin-bottom: 8px;
}

ul.posts .date {
  color: #8d8e88;
}

/* Going Mobile */

dl.toc {
  font-size: 13px;
  line-height: 18px;
}

dl.toc dt {
  font-weight: bold;
	font-family: "Fedra Sans Medium", "Lucida Grande";
}

dl.toc dd {
  margin-bottom: 8px;
}

/* Apps */

div.app {
  background-position: top left;
  background-repeat: repeat-x;
/*  margin-bottom: 22px;*/
}

div.app .overlay {
  padding-bottom: 22px;
}

body.apps div.app {
  overflow: hidden;
}

div.app .container_6 {
  position: relative;
}

div.app.dark {
  color: white;
}

div.app .question {
  padding-top: 22px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  background: transparent url("/images/app_question_bg_black.png") no-repeat;
}

div.app.dark .question {
  background-image: url("/images/app_question_bg_white.png");
}

div.app h2 {
  font-size: 34px;
  margin: 12px 0 4px;
}

div.app .question blockquote {
  font-size: 24px;
  line-height: 34px;
  text-indent: -9px;
  margin-bottom: 6px;
}

div.app .question cite {
  display: block;
  text-indent: -18px;
  margin-left: 108px;
  font-size: 18px;
  font-family: "Fedra Sans Medium", "Lucida Grande";
  font-weight: bold;
  opacity: 0.5;
}

div.app .question cite span.title {
  font-size: 15px;
  margin-left: 4px;
  font-family: "Fedra Sans Light", "Lucida Grande", Verdana, Arial, sans-serif;
  font-weight: normal;
}

div.app .question cite:before {
  content: "— ";
}

div.app h3 {
  text-transform: uppercase;
  font-family: "Fedra Sans Medium", "Lucida Grande";
  font-weight: bold;
  color: black;
  opacity: 0.4;
  text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
}

div.app h3.light {
  color: white;
  text-shadow: black 0 -1px 0;
}

div.app .claim {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 10px;
}

div.app .iphone.main {
  position: absolute;
  bottom: -113px;
  left: 65px;
  width: 242px;
  height: 414px;
  background: transparent url("../images/iphone.png") no-repeat top left;
  padding: 96px 0 0 35px;
}

div.app .ipad.main.horizontal {
  position: absolute;
  bottom: -50px;
  left: -147px;
  width: 488px;
  height: 382px;
  background: transparent url("../images/ipad_horizontal.png") no-repeat top left;
  padding: 45px 0 0 57px;
}

div.app .iphone img {
  width: 206px;
  height: 308px;
}

div.app .ipad.horizontal img {
  width: 375px;
  height: 281px;
}

div.app p.description {
  font-size: 16px;
  line-height: 23px;
}

div.app p.description span {
  margin-left: 12px;
  text-transform: lowercase;
  font: bold 13px/23px "Fedra Sans Medium", "Lucida Grande";
}

div.app ul.thumbnails {
  float: left;
  background: transparent url("../images/thumbnails_separator_black.png") no-repeat left center;
  margin-top: 24px;
}

div.app.dark ul.thumbnails {
  float: left;
  background-image: url("../images/thumbnails_separator_white.png");
}

div.app ul.thumbnails li {
  float: left;
  background: transparent url("../images/thumbnails_separator_black.png") no-repeat right center;
  text-align: center;
}

div.app.dark ul.thumbnails li {
  background-image: url("../images/thumbnails_separator_white.png");
}

div.app ul.thumbnails li div {
  text-align: left;
  margin: 0 auto 8px auto;
}

div.app ul.thumbnails a {
  padding: 0 16px;
  float: left;
  font-size: 13px;
  font-family: "Fedra Sans Medium", "Lucida Grande";
  font-weight: bold;
	color: #454840;
}

div.app.dark ul.thumbnails a {
  color: #d4d6d9;
}

div.app ul.thumbnails a:hover {
  background: transparent url("../images/thumbnails_hover_black.png") repeat-x left center;
}

div.app.dark ul.thumbnails a:hover {
  background-image: url("../images/thumbnails_hover_white.png");
}

div.app ul.thumbnails a:active {
  background-image: url("../images/thumbnails_separator_black.png");
}

div.app.dark ul.thumbnails a:active {
  background-image: url("../images/thumbnails_separator_white.png");
}

div.app ul.thumbnails a span {
  border-bottom: 1px solid rgba(69, 72, 64, 0.3);
}

div.app.dark ul.thumbnails a span {
  border-bottom-color: rgba(212, 214, 217, 0.3);
}

div.app ul.thumbnails a:hover span {
  border-bottom-color: rgba(69, 72, 64, 0.5);
}

div.app.dark ul.thumbnails a:hover span {
  border-bottom-color: rgba(212, 214, 217, 0.5);
}

div.app ul.thumbnails .iphone {
  width: 50px;
  height: 84px;
  padding: 21px 0 0 11px;
  background-image: url("../images/iphone_thumbnail.png");
}

div.app ul.thumbnails .iphone img {
  width: 40px;
  height: 60px;
}

div.app ul.thumbnails .ipad {
  width: 70px;
  height: 91px;
  padding: 14px 0 0 15px;
  background-image: url("../images/ipad_thumbnail.png");
}

div.app ul.thumbnails .ipad.horizontal {
  margin-top: 16px; /* Added by CZ to align thumbnails on baseline */
  width: 93px;
  height: 74px;
  padding: 15px 0 0 16px;
  background-image: url("../images/ipad_horizontal_thumbnail.png");
}

div.app ul.thumbnails .ipad img {
  width: 55px;
  height: 73px;
}

div.app ul.thumbnails .ipad.horizontal img {
  width: 73px;
  height: 55px;
}

div.app ul.thumbnails .android {
  width: 53px;
  height: 93px;
  padding: 12px 0 0 11px;
  background-image: url("../images/android_thumbnail.png");
}

div.app ul.thumbnails .android img {
  width: 42px;
  height: 70px;
}

div.app ul.thumbnails .windows {
  width: 51px;
  height: 92px;
  padding: 13px 0 0 10px;
  background-image: url("../images/windows_thumbnail.png");
}

div.app ul.thumbnails .windows img {
  width: 41px;
  height: 68px;
}

div.app ul.thumbnails .photos {
  width: 81px;
  height: 82px;
  padding: 23px 0 0 9px;
  background-image: url("../images/photo_thumbnail.png");
}

div.app ul.thumbnails .photos img {
  width: 72px;
  height: 55px;
}


/* ICID */

#icid {
  background-color: #282828;
  background-image: url("/images/apps/icid/bg.png");
}

#icid .overlay {
 /*background: url("/images/apps/icid/bg_overlay.png") no-repeat 20% 0%;*/
}

#icid h2,
#icid a,
#icid .answer {
  color: #2280be;
}

#icid p.description span a {
  border-bottom: 1px solid rgba(157, 188, 207, 0.3);
}

#icid p.description span a:hover {
  border-bottom: 1px solid rgba(157, 188, 207, 0.5);
}

/* RFD */

#rfd {
  background-color: #450d0d;
  background-image: url("/images/apps/rfd/bg.png");
}

#rfd .overlay {
 background: url("/images/apps/rfd/bg_overlay.png") no-repeat 40% 0%;
}

#rfd h2,
#rfd a,
#rfd .answer {
  color: #a9d3e9;
}

#rfd p.description span a {
  border-bottom: 1px solid rgba(157, 188, 207, 0.3);
}

#rfd p.description span a:hover {
  border-bottom: 1px solid rgba(157, 188, 207, 0.5);
}

/* NFB Advent */

#nfb_advent {
  background-color: #85cbe8;
  background-image: url("/images/apps/nfb_advent/bg.png");
}

#nfb_advent .overlay {
 background: url("/images/apps/nfb_advent/bg_overlay.png") no-repeat 57% 0%;
}

#nfb_advent h2,
#nfb_advent a,
#nfb_advent .answer {
  color: #b31111;
}

#nfb_advent p.description span a {
  border-bottom: 1px solid rgba(157, 188, 207, 0.3);
}

#nfb_advent p.description span a:hover {
  border-bottom: 1px solid rgba(157, 188, 207, 0.5);
}

/* Shopwise */

#shopwise {
  background-color: #666869;
  background-image: url("/images/apps/shopwise/bg.png");
}

#shopwise .overlay {
 background: url("/images/apps/shopwise/bg_overlay.png") no-repeat 75% 100%;
}

#shopwise h2,
#shopwise a,
#shopwise .answer {
  color: #edda0b;
}

#shopwise p.description span a {
  border-bottom: 1px solid rgba(157, 188, 207, 0.3);
}

#shopwise p.description span a:hover {
  border-bottom: 1px solid rgba(157, 188, 207, 0.5);
}



/* Mobile RX */

#rxmobile {
  background-color: #013466;
  background-image: url("/images/apps/rxmobile/bg.png");
}

#rxmobile .overlay {
  background: url("/images/apps/rxmobile/bg_overlay.png") no-repeat 90% 100%;
}

#rxmobile h2,
#rxmobile a,
#rxmobile .answer {
  color: #9dbccf;
}

#rxmobile p.description span a {
  border-bottom: 1px solid rgba(157, 188, 207, 0.3);
}

#rxmobile p.description span a:hover {
  border-bottom: 1px solid rgba(157, 188, 207, 0.5);
}



/* NFB */

#nfb {
  background-color: black;
  background-image: url("/images/apps/nfb/bg.png");
}

#nfb .overlay {
  background: url("/images/apps/nfb/bg_overlay.png") no-repeat 75% 80%;
}

#nfb h2,
#nfb a,
#nfb .answer {
  color: #ffcc66;
}

#nfb p.description span a {
  border-bottom: 1px solid rgba(255, 204, 102, 0.3);
}

#nfb p.description span a:hover {
  border-bottom: 1px solid rgba(255, 204, 102, 0.5);
}

/* LolëPop */

#lole {
  background-color: #4c652f;
  background-image: url("/images/apps/lole/bg.png");
}

#lole .overlay {
  background: url("/images/apps/lole/bg_overlay.png") no-repeat 20% 50%;
}

#lole h2,
#lole a,
#lole .answer {
  color: #fed500;
}

#lole p.description span a {
  border-bottom: 1px solid rgba(254, 213, 0, 0.3);
}

#lole p.description span a:hover {
  border-bottom: 1px solid rgba(254, 213, 0, 0.5);
}

/*div.app.lole .question {
  background-image: url("/images/apps/lole/app_question_bg.png");
}
*/
/* Yellow Pages */

#ypg {
  background-color: #3d4147;
  background-image: url("/images/apps/ypg/bg.png");
}

#ypg h2,
#ypg a,
#ypg .answer {
  color: #fdee00;
}

#ypg p.description span a {
  border-bottom: 1px solid rgba(253, 238, 0, 0.3);
}

#ypg p.description span a:hover {
  border-bottom: 1px solid rgba(253, 238, 0, 0.5);
}

/* Urbanizer */

#urbanizer {
  background-color: #282828;
  background-image: url("/images/apps/urbanizer/bg.png");
}

#urbanizer .overlay {
  background: url("/images/apps/urbanizer/bg_overlay.png") no-repeat 50% 55%;
}

#urbanizer h2,
#urbanizer a,
#urbanizer .answer {
  color: #ecc520;
}

#urbanizer p.description span a {
  border-bottom: 1px solid rgba(236, 197, 32, 0.3);
}

#urbanizer p.description span a:hover {
  border-bottom: 1px solid rgba(236, 197, 32, 0.5);
}

/* Tungle */

#tungle {
  background-color: #c4c3c7;
  background-image: url("/images/apps/tungle/bg.png");
}

#tungle h2,
#tungle a,
#tungle .answer {
  color: #673c99;
}

#tungle p.description span a {
  border-bottom: 1px solid rgba(103, 60, 153, 0.3);
}

#tungle p.description span a:hover {
  border-bottom: 1px solid rgba(103, 60, 153, 0.6);
}

/* Archiguides */

#archiguides {
  background-color: #434332;
  background-image: url("/images/apps/archiguides/bg.png");
}

#archiguides h2,
#archiguides a,
#archiguides .answer {
  color: #aca78b;
}

#archiguides p.description span a {
  border-bottom: 1px solid rgba(172, 167, 139, 0.3);
}

#archiguides p.description span a:hover {
  border-bottom: 1px solid rgba(172, 167, 139, 0.6);
}

/* Reportage */

#reportage {
  background-color: #202020;
  background-image: url("/images/apps/reportage/bg.png");
}

#reportage .overlay {
  background: url("/images/apps/reportage/bg_overlay.png") no-repeat 70% 55%;
}

#reportage h2,
#reportage a,
#reportage .answer {
  color: #d03a1d;
}

#reportage p.description span a {
  border-bottom: 1px solid rgba(208, 58, 29, 0.3);
}

#reportage p.description span a:hover {
  border-bottom: 1px solid rgba(208, 58, 29, 0.5);
}

/* Lightbox */

div.lightbox_wrapper {
  top: 50%;
  height: 100%;
  left: 50%;
  position: fixed;
  display: none;
}

div.lightbox {
/*  width: 600px;*/
/*  height: 658px;*/
  background: #060606 url("../images/lightbox_bg.png") repeat-x left top;
  box-shadow: 2px 10px 10px black;
  -moz-box-shadow: 2px 10px 10px black;
  -webkit-box-shadow: 0 5px 30px black;
  position: relative;
  margin-top: -328px;
  left: -50%;
}

div.lightbox div.close {
  width: 22px;
  height: 22px;
  background-image: url("../images/lightbox_close.png");
  position: absolute;
  top: 16px;
  left: 16px;
  cursor: hand;
  cursor: pointer;
  opacity: 0.4;
}

div.lightbox div.close:hover {
  opacity: 1;
}

div.lightbox div.nav {
  position: absolute;
  text-indent: -9999px;
  top: 230px;
  width: 34px;
  height: 34px;
  background: url("../images/lightbox_prev.png") no-repeat center;
  cursor: hand;
  cursor: pointer;
  opacity: 0.4;
}

div.lightbox div.nav:hover {
  opacity: 1;
}

div.lightbox div.prev {
  left: 10px;
}

div.lightbox div.next {
  right: 10px;
  background-image: url("../images/lightbox_next.png");
}

div.lightbox div.current {
  padding: 24px 58px;
  text-align: center;
}

div.lightbox.iphone  div.current.horizontal { padding-top: 104px ; padding-bottom: 104px ; }
div.lightbox.ipad    div.current.horizontal { padding-top: 84px ;  padding-bottom: 84px ; }
div.lightbox.android div.current.horizontal { padding-top: 120px ; padding-bottom: 120px ; }
div.lightbox.windows div.current.horizontal { padding-top: 120px ; padding-bottom: 120px ; }

div.lightbox ul.thumbnails {
  background: url("../images/lightbox_thumbnails_bg.png") repeat-x left top;
  height: 121px;
}

div.lightbox ul.thumbnails li {
  float: left;
  padding: 17px;
  cursor: hand;
  cursor: pointer;
}

div.lightbox ul.thumbnails li.current {
  background: #222 url("../images/lightbox_thumbnails_bg.png") repeat-x left top;
}

div.lightbox ul.thumbnails li:hover {
  background: #333 url("../images/lightbox_thumbnails_bg.png") repeat-x left top;
}

div.lightbox ul.thumbnails li:active {
  background: #444 url("../images/lightbox_thumbnails_bg.png") repeat-x left top;
}

div.lightbox ul.thumbnails li img {
  display: block;
  height: 87px;
}

div.lightbox.iphone  ul.thumbnails li img { width: 58px; }
div.lightbox.ipad    ul.thumbnails li img { width: 65px; }
div.lightbox.android ul.thumbnails li img { width: 52px; }
div.lightbox.windows ul.thumbnails li img { width: 52px; }

div.lightbox.iphone  ul.thumbnails li.horizontal img { width: 87px; height: 58px; padding: 14px 0 15px;}
div.lightbox.ipad    ul.thumbnails li.horizontal img { width: 87px; height: 65px; padding: 11px 0 11px;}
div.lightbox.android ul.thumbnails li.horizontal img { width: 87px; height: 52px; padding: 17px 0 18px;}
div.lightbox.windows ul.thumbnails li.horizontal img { width: 87px; height: 52px; padding: 17px 0 18px;}
