/*
Theme Name: Objektive
Theme URI: http://tuxrocket.com/
Description: Custom Theme for tuxrocket.com
Version: 3.0
Author: Dave Lyon
Author URI: http://waldowebdesign.com/
Tags: tango, fixed width

*/
html {
  color: #292626;
  background-color: #333;
}
body {
  margin-top: 2px;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
}
p {
  margin: 10px 30px;
}
div#hd {
  border-left: 4px solid #292929;
  border-right: 4px solid #292929;
position: relative;
}
div#hd h2 {
font-family: Arial, sans-serif;
  background-image: url(images/hd_edge.png);
  background-repeat: no-repeat;
  padding-bottom: 7px;
  background-position: center bottom;
  margin: 0 10px;
}
div#doc2 {
  background-color: #eee;
}
div#bd {
  border-left: 4px solid #292929;
  border-right: 4px solid #292929;
position: relative;
}
div#oxygen_wrapper {
  background-image: url(images/hd_oxygen.png);
  background-repeat: no-repeat;
  background-position: right top;
}
div#wrapper {
  background-image: url(images/hd_bg.png);
  background-repeat: repeat-x;
  background-position: top left;
}
div#bd div#yui-main {
  background-image: url(images/yui_main_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 24px;
}
div#bd div#yui-main div.yui-b {
  margin: 0 20px;
padding-top: 40px;
}
div#ft {
  padding: 10px;
  background-color: #292929;
  background-image: url(images/ft_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
margin-bottom: 20px;
color: silver;
font-size: 90%;
}
div#ft a {
  color: #80b3ff;
}
div#ft p.copyright {
text-align: right;
}
div#bd h1 {
  margin: 0;
margin-left: 30px
}
a:active {
	color: #3465a4;
}
a:visited {
	color: #75507b;
}
div.splash_buffer {
margin-top: 270px;
}
hr {
	display: block;
	width: 100%;
	height: 23px;
	border: none;
	background-image: url(images/sprites_thick.png);
	background-repeat: no-repeat;
	background-position: center -239px;
}
ul, ol {
	padding-left: 30px;
}
ul li {
	list-style: circle;
}
blockquote {
	display: block;
	padding: 0 50px;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 40px;
}
blockquote:before, blockquote:after {
	color: #bbb;
	display: block;
	font-size: 700%;
	width: 10%;
}
blockquote:before {
content: "\201C";
	height: 0;
	margin-left: -0.55em;
}
blockquote:after {
content: "\201D";
	height: 50px;
	margin-top: -70px;
	margin-left: 100%;
}
h1 {
font-family: 'Cantarell',Arial, sans-serif;
	font-size: 280%;
	margin: 5px 0;
	text-shadow: #fff 1px 1px 0;
}

.small {
	font-size: 85%;
}
a.shadowbox_img {
	display: block;
	text-align: center;
}
a.shadowbox_img img {
	margin: 0 auto;
	border-right: 1px solid #babdb6;
	border-bottom: 2px solid #babdb6;
}
img.divider {
	display: block;
	width: 100%;
	text-align: center;
}
a.rss {
	font-size: 70%;
	color: #babdb6;
	text-decoration: none;
	display: block;
	width: 200px;
	float: right;
margin-top: 20px;
}
a.rss:hover {
	color: #73d216;
	text-decoration: underline;
}
a.rss div.icon {
	height: 48px;
	width: 48px;
	background-image: url('images/sprites_icons.png');
	background-repeat: no-repeat;
	margin-right: 10px;
	background-position: -253px -47px;
}
a.download {
	display: block;
	font-size: 120%;
	font-weight: bold;
	color: #4e9a06;
	padding: 4px;
	padding-left: 82px;
	background-image: url('images/sprites_icons.png');
	background-repeat: no-repeat;
	background-position: -419px -5px;
	height: 72px;
	line-height: 72px;
}
a.download:hover {
	color: #73d216;
}
.subtle {
	color: #888a85;
}
h1.background {
	margin: 100px 0;
	font-size: 500%;
	text-align: center;
	color: #888a85;
	text-shadow: #fff 1px 1px 0;
}
h2.background, h3.background {
font-family: 'Cantarell',Arial, sans-serif;
	color: #888a85;
	text-shadow: #fff 1px 1px 0;
}
code, span.code {
	display: block;
	margin: 10px;
	padding: 6px;
	border-bottom: 2px solid #bbb;
	background-color: #ddd;
	color: #333;
	font-family: mono;
}
span.code {
	display: inline;
	margin: 0;
	padding: 1px;
	background-color: #ddd;
	border-bottom: 1px solid #bbb;
	color: inherit;
}
div.scale {
	margin: 10px auto;
	background-image: url('images/sprites_icons.png');
	background-repeat: no-repeat;
	background-position: 0 -105px;
	height: 126px;
	width: 372px;
}
div.scale p {
	display: none;
}
input.text, textarea {
	width: auto;
	background-image: url(images/sprites.png);
	background-repeat: repeat-x;
	background-position: 0 -550px;
	border-top:1px solid #BEDB8F;
	border-left:1px solid #BEDB8F;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background-color: #fffce8;
	font-size: 120%;
	padding: 3px;
}

/*
 * date thing
 */
p.postdate {
	text-align: center;
	height: 107px;
	width: 178px;
	background-image: url('images/sprites_thick.png');
	background-repeat: no-repeat;
	background-position: -118px -315px;
	margin-bottom: 40px;
}
p.postdate span.day {
	display: block;
	margin-left: 40px;
	letter-spacing: 40px;
	color: #4d4d4d;
	font-size: 330%;
	line-height: 86px;
	padding-top:14px;
	text-shadow: #fff 1px 1px 0;
}
p.postdate span.month {
	display: block;
	text-transform: uppercase;
	font-size: 80%;
	color: #4d4d4d;
}

/*
 * metadata wrapper
 */

div.postmetadata {
	text-transform: lowercase;
	float: right;
	color: #ccc;
	text-align: center;
	background-image: url(images/sprites.png);
	background-repeat: no-repeat;
	background-position: left -424px;
	width: auto;
	overflow: hidden;
	margin-left:10px;
	clear: both;
	height: 32px;
margin-bottom: 2px;
line-height: 24px;
}
div.postmetadata p {
margin: 0;
display: block;
	background-image: url(images/sprites.png);
	background-position: right -466px;
background-repeat: no-repeat;
margin-left: 20px;
margin-right: 0;
font-size: 100%;
color: #fff;
text-shadow: #333 1px 1px 0;
	height: 32px;
line-height: 24px;
}
div.postmetadata span {
	display: block;
	background-image: url(images/sprites.png);
	background-position: right -508px;
margin-right: 20px;
background-repeat: repeat-x;
	height: 32px;
line-height: 32px;
}
div.postmetadata a {
	color: white;
	text-shadow: #2e3436 -1px -1px 0;
}
div.postmetadata a:hover {
	color: #eb7331;
}
div.postmetadata h3 {
	display: inline;
}
div.searchresults p.postmetadata {
	float: left;
	width: auto;
}
div#hd ul#menu {
	display: block;
	padding: 0;
	margin: 0;
	height: 50px;
	width: 700px;
position: absolute;
right: 0;
top: 0;
}
div#hd ul#menu li {
	float: left;
	list-style: none;
	width: auto;
}
div#hd ul#menu li a {
display: block;
color: #333;
line-height: 50px;
font-size: 100%;
text-decoration: none;
text-transform: uppercase;
text-align: center;
}
div#hd ul#menu li a:hover {
color: #0057ae;
}
div#hd ul#menu li a#menu_apps {
width: 150px;
}
div#hd ul#menu li a#menu_tinker {
width: 110px;
}
div#hd ul#menu li a#menu_scores {
width: 110px;
}
div#hd ul#menu li#menu_search form#searchform {
	display:block;
	text-align: right;
margin-left: 10px;
}
form#searchform #searchsubmit {
margin-top: 5px;
}
form#searchform input.text {
	width:170px;
	margin-top: 7px;
	margin-right: 3px;
	padding: 4px;
	vertical-align:top;
}
div#hd ul#menu li.active_menu {
	background-image: url(images/sprites.png);
	background-position: left -416px;
background-repeat: no-repeat;
}
div#hd ul#menu li.active_menu a {
	background-image: url(images/sprites.png);
	background-position: right -458px;
background-repeat: no-repeat;
margin-left: 20px;
margin-right: 0;
font-size: 100%;
color: #fff;
text-shadow: #333 1px 1px 0;
}
div#hd ul#menu li.active_menu a span {
display: block;
	background-image: url(images/sprites.png);
	background-position: right -500px;
margin-right: 20px;
background-repeat: repeat-x;
}
div#ft ul.menu {
	margin: 0;
	padding: 0;
	margin-top: 20px;
margin-right: 10px;
}
div#ft ul.menu li {
	margin-left: 22px;
	float: right;
	width: auto;
}
div#ft a {
	color: #729fcf;
}
div#ft a:hover {
	color: #3465a4;
}
div#ft p {
	clear: both;
	padding-top: 10px;
}
div#ft div.yui-u {
	text-align: left;
}

div#feature {
	margin: 1px 10px;
	border-right: 1px solid #d3d7cf;
	padding: 3px;
}
div#feature h2 {
font-family: 'Cantarell',Arial, sans-serif;
	margin-bottom:10px;
	margin-left:10px;
	margin-top: 10px;
	font-size: 200%;
	text-shadow: #fff 1px 1px 0;
}
div#feature span.small {
	display:block;
	margin-left: 10px;
}
h2#headline a {
	text-decoration: none;
	color: #5c3566;
}
div#splash_content_home {
position: absolute;
top: -3px;
left: 0;
width: 941px;
	font-size: 110%;
	height: 305px;
	color: #fff;
	text-shadow: #204a87 -1px -1px 0;
	background-image: url(images/splash.jpg);
	background-position: center bottom;
background-repeat: no-repeat;
border-top: 2px solid #333;
}
div#splash_content_home h2 {
font-family: 'Cantarell',Arial, sans-serif;
	font-size: 200%;
	margin: 0;
	padding-top: 10px;
margin-left: 405px;
}
div#splash_content_home h1 {
	margin: 0;
	padding-top: 0;
	margin-left: 400px;
margin-top: 40px;
	font-size: 160%;
	text-shadow: #204a87 -1px -1px 0;
}
div#splash_content_home p {
	margin: 10px;
margin-left: 410px;
	font-weight: bold;
}
div#splash {
	background-image: none;
	background-repeat: repeat-x;
	background-position: 0 111px;
}
div#splash.home {
	background-image: url('images/splash.jpg');
	background-repeat: no-repeat;
	background-position: 0 80px;
}

/*
 * app pages
 */
div#app_sidebar {
	text-align: center;
}
div#ratingcard {
	margin: 0 auto;
	width: 434px;
	background-color: #75507b;
	background-image: url('images/sprites_thick.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-bottom: 25px;
}
div#ratingcard div.rating {
	height: 74px;
	width: 74px;
	background-image: url('images/sprites_icons.png');
	background-repeat: no-repeat;
	margin: auto;
}
div#ratingcard h2, div#ratingcard h3 {
font-family: 'Cantarell',Arial, sans-serif;
	display: block;
	width: 100%;
	line-height: 65px;
	text-align: center;
	color: #00316e;
	clear: both;
	text-transform: lowercase;
	text-shadow: #2c72c7 1px 1px 0;
}
div#ratingcard h2 {
	font-size:160%;
	line-height:10px;
	margin:0;
	padding:0;
}
div#ratingcard h3 {
	font-size: 500%;
	margin: 10px 0;
}
div#ratingcard div#rating_great {
	background-position: -10px -106px;
}
div#ratingcard div#rating_good {
	background-position: -102px -106px;
}
div#ratingcard div#rating_bad {
	background-position: -195px -106px;
}
div#ratingcard div#rating_awful {
	background-position: -289px -105px;
}

div.pagelet {
	padding: 0 10px;
	position: relative;
	width: 329px;
	margin: 10px auto;
	border-bottom: 2px solid #babdb6;
	background-color: #d3d7cf;
}
div.arrow_icon {
	position: absolute;
	height: 72px;
	width: 76px;
	background-image: url('images/sprites_icons.png');
	background-repeat: no-repeat;
	margin-left: -24px;
	margin-top: -6px;
	background-position: -329px -11px;
}
div.pagelet h1 {
	font-size: 140%;
	text-transform: lowercase;
	color: #888a85;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	width: auto;
	text-shadow: #fff 1px 1px 0;
}
div.pagelet h3, div.pagelet p {
	clear: both;
	text-align: left;
}
div.pagelet h3 {
	text-align: center;
	color: #555753;
	font-weight: bold;
	text-shadow: #fff 1px 1px 0;
}
div.pagelet h3 a {
	display: block;
	color: #555753;
	text-decoration: none;
	font-weight: bold;
	text-shadow: #fff 1px 1px 0;
}

/*
 * app reviews heading
 */
div#app_heading img {
	float: left;
	margin-top: 20px;
}
div#app_heading {
	margin-bottom: 20px;
}
div#app_heading h1, div#app_heading h2, div#app_heading p {
	margin-left: 132px;
}
div#app_heading h1 {
font-family: 'Cantarell',Arial, sans-serif;
	margin-bottom: 0;
	margin-top: 0;
}
div#app_heading h2 {
font-family: Arial, sans-serif;
	margin-top: 0;
	height: auto;
	background-image: none;
}

/*
 * back and forth navigation buttons
 */
div.navigation {
	height: 40px;
}
.yui-skin-sam div.navigation .yui-button span.first-child a {
	width: 170px;
	text-align: center;
	overflow: hidden;
	height: 24px;
}
div.navigation.short a {
	width: 80px;
}
div.navigation div.alignleft {
	float: left;
	width: auto;
}
div.navigation div.alignright {
	float: right;
	width: auto;
}

/*
 * post block
 */
div.post h2 {
font-family: 'Cantarell',Arial, sans-serif;
font-size: 150%;
	display: block;
	height: 52px;
	background-image: url('images/sprites.png');
	background-repeat: no-repeat;
	background-position: 0 -239px;
}
div.post h2 a, div.post h2 span {
	display: block;
	height: 52px;
	background-image: url('images/sprites.png');
	background-position: right -300px;
	background-repeat: no-repeat;
	margin-left: 30px;
	margin-right: 0;
	line-height: 52px;
	color: #00316e;
	text-decoration: none;
}
div.post h2 a span:hover {
	color: #006e29;
}
div.post h2 a span, div.post h2 span span {
	display: block;
	height: 52px;
	background-image: url('images/sprites.png');
	background-position: 0 -363px;
	background-repeat: repeat-x;
	margin-right: 30px;
	margin-left: 0;
}

/* 
 * table styling 
 */
.drone_table {
    border: 1px solid #d3d7cf;
    background-color: #eeeeec;
    width: 80%;
	margin: 20px auto;
}
.drone_table th {
    font-size: 77%;
    text-align: center;
    height: 16px;
	text-transform: uppercase;
    color: #888a85;
    border: none;
   border-bottom: 1px solid #d3d7cf;
   background-color: #d3d7cf;
	background-image: url('images/sprites.png');
	background-position: 0 -364px;
}

.drone_table td {
    font-size: 92%;
    padding: 4px;
    border: none;
    border-bottom: 1px solid #d3d7cf;
    vertical-align: top;
}

.drone_table td.centered {
    text-align: center;
}
.drone_table .heading {
    background-color: #d3d7cf;
    color: #333;
}

.drone_table .shade {
	background-color: #ddd;
}
.drone_table .over, .drone_table .shade.over, .drone_table .shade.over td {
    background-color: #a4c0e4;
}
.drone_table a {
	display: block;
}

/*
 * buttons
 */
.yui-skin-sam .yui-button, .yui-skin-sam em .yui-button-hover {
    background-image: url(images/sprites.png);
    background-repeat: repeat-x;
    background-position: 0 -120px;
    border-color: #00316e;
    font-weight: bold;
    text-transform: uppercase
}

.yui-skin-sam .yui-button span.first-child button span, .yui-skin-sam .yui-button span.first-child a {
    color: #fff;
}
.yui-skin-sam div#ft .yui-button span.first-child, .yui-skin-sam div#ft .yui-button, .yui-skin-sam div#ft .yui-button a {
	height: 24px;
	line-height: 28px;
}
.yui-skin-sam div#ft .yui-button span.first-child button span, .yui-skin-sam div#ft .yui-button span.first-child a {
    color: #fff;
}
.yui-skin-sam div#ft .yui-button-hover span.first-child button span, .yui-skin-sam div#ft .yui-button-hover span.first-child a {
    color: #fff;
}
.yui-skin-sam .yui-button-hover span.first-child button span, .yui-skin-sam .yui-button-hover span.first-child a {
    color: #fff;
    background-position: 0 -180px;
}
.yui-skin-sam .yui-button span.first-child {
    border-color: #00316e;
}

.yui-skin-sam .yui-button-hover span.first-child {
    border-color: #006e29;
}
.yui-skin-sam .yui-button-hover {
    background-position: 0 -180px;
    border-color: #006e29;
    color: #3465a4;
}
.yui-button span.first-child, em .yui-button span.first-child button, em .yui-button span.first-child button span {
    background-image: none;
}


/*
 * icons
 */
div.obs, div.tango, div.market, div.icon, div.website {
	height: 75px;
	width: 75px;
	background-image: url('images/sprites_icons.png');
	background-repeat: no-repeat;
	background-position: -7px -242px;
	float:left;
	margin-right: 15px;
	margin-bottom: 5px;
}
div.website {
	background-position: -364px -248px;
}
div.obs {
	background-position: -182px -248px;
}
div.tango {
	background-position: -95px -242px;
}
div.icon {
	background-position: -274px -242px;
}
div.market {
	background-position: -7px -242px;
}

/*
 * sociable plugin
 */
div.sociable {
	margin: 20px 0;
	height: 16px;
}
div.sociable_tagline {
	display: none;
}
div.home div.sociable {
	display: none;
}
div.sociable ul li {
	list-style: none;
	float: right;
	margin: 0 10px;
}
.button, button, div#ft a.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 2em; 
	-moz-border-radius: 2em;
	border-radius: 2em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover, button:hover, div#ft a.button:hover {
	text-decoration: none;
}
.button:active, button:active, div#ft a.button:active {
	position: relative;
	top: 1px;
}
 
/* color styles 
---------------------------------------------- */
 
/* blue */
.button, .button:visited, button, div#ft a.button, div#ft a.button:visited {
	color: #d9eef7;
	border: solid 1px #0057ae;
	background: #2c72c7;
	background: -webkit-gradient(linear, left top, left bottom, from(#a4c0e4), to(#2c72c7));
	background: -moz-linear-gradient(top,  #a4c0e4,  #2c72c7);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4c0e4', endColorstr='#2c72c7');
}
.button:hover, button:hover, div#ft a.button:hover {
	background: #2c72c7;
	background: -webkit-gradient(linear, left top, left bottom, from(#6193cf), to(#2c72c7));
	background: -moz-linear-gradient(top,  #6193cf,  #2c72c7);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6193cf', endColorstr='#2c72c7');
}
.button:active, button:active, div#ft a.button:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#2c72c7), to(#a4c0e4));
	background: -moz-linear-gradient(top,  #2c72c7,  #a4c0e4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c72c7', endColorstr='#a4c0e4');
}

div#ft a.button, div#ft a.button:active, div#ft a.button:hover {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,1);
	box-shadow: 0 1px 2px rgba(0,0,0,1);
}

.navigation a {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 2em; 
	-moz-border-radius: 2em;
	border-radius: 2em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.navigation a:hover {
	text-decoration: none;
}
.navigation a:active {
	position: relative;
	top: 1px;
}

/* white */
.navigation a, .navigation a:visited {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.navigation a:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.navigation a:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

#shadowbox_overlay{visibility:hidden;position:absolute;display:block;margin:0;padding:0;top:0;left:0;z-index:998;}#shadowbox_container{position:fixed;height:0;width:100%;margin:0;padding:0;top:0;left:0;z-index:999;text-align:center;}#shadowbox{display:none;visibility:hidden;margin:0 auto;position:relative;font-family:'Lucida Grande',Tahoma,sans-serif;text-align:left;}#shadowbox_title{height:25px;padding:0;overflow:hidden;}#shadowbox_title_inner{height:16px;font-size:16px;line-height:16px;white-space:nowrap;padding:5px 0 4px 8px;color:#fff;}#shadowbox_body{position:relative;overflow:hidden;margin:0;padding:0;border:2px solid #fff;background-color:#000;}#shadowbox_body_inner{position:relative;overflow:hidden;}#shadowbox_loading{position:absolute;top:0;left:0;height:10000px;width:100%;background-color:#222;}#shadowbox_loading img{float:left;margin:10px 10px 0 10px;}#shadowbox_loading span{float:left;width:auto;margin-top:16px;font-size:10px;}#shadowbox_loading span a,#shadowbox_loading span a:link,#shadowbox_loading span a:visited{color:#fff;}#shadowbox_content.html{height:100%;width:100%;overflow:auto;}#shadowbox_toolbar{margin:0;padding:0;height:20px;overflow:hidden;}#shadowbox_toolbar_inner{height:20px;color:#fff;}#shadowbox_toolbar_inner div{padding-top:4px;padding-bottom:2px;font-size:10px;height:10px;line-height:10px;}#shadowbox_toolbar_inner div span.shortcut{text-decoration:underline;font-weight:bold;}#shadowbox_toolbar_inner div a{text-decoration:none;color:#fff;}#shadowbox_nav_close,#shadowbox_nav_previous,#shadowbox_nav_next{float:right;width:auto;padding-right:10px;}#shadowbox_counter{float:left;width:auto;padding-left:10px;}#shadowbox_counter a{padding:0 4px 0 0;}#shadowbox_counter a.shadowbox_counter_current{text-decoration:underline;font-weight:bold;}div.shadowbox_message{text-align:center;padding:10px;}div.shadowbox_message a:link,div.shadowbox_message a:visited{text-decoration:none;color:#bed333;}div.shadowbox_message a:hover,div.shadowbox_message a:focus{text-decoration:underline;}
