/* @override http://fuelmediainc.com/wp-content/themes/fuelmedia/style.css */

/*
THEME NAME: fuelmedia
THEME URI: http://fuelmediainc.com
DESCRIPTION: fuelmedia v1.0
VERSION: 1.0
AUTHOR: <a href="http://savash.com">Savash Kalay</a>
AUTHOR URI: http://savash.com
*/

@import "reset.css";

/* @group body */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #585858;
	background-color: #c91c10;
	background-image: url(images/noisebg.png);
}

@font-face {
  font-family: "headline";
  src: url(inc/LubalinGraphITCbyBT-Demi.otf) format("truetype");
}


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

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 940px;
	margin: 30px auto 20px;
}

#header {
	width: auto;
	height: 40px;
	clear: both;
}

#logo {
	float: right;
	margin-right: -3px;
}

#logo img {
	color: #000;
	width: 200px;
	margin-top: 5px;
	margin-right: 5px;
}

#navigation {
	overflow: hidden;
	float: left;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	margin-left: 6px;
	padding-bottom: 10px;
	margin-right: 6px;
}

#navigation li.current-menu-item, .current-post-ancestor {
	background: url(images/menu-active.png) no-repeat 4px 31px;
}

#navigation li.current-menu-item a {
	background-color: #000;
	color: #FFFFFF;
}

#navigation li.current-post-ancestor a {
	background-color: #000;
	color: #FFFFFF;
}

#navigation li:first-child {
	margin-left: 0;
}

#navigation li a {
	font-size: 110%;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #000 url(images/menu-bgx.png) repeat-x 0 bottom;
	padding: 8px 18px 10px;
	letter-spacing: .1em;
}

#navigation li a:hover {
	background-color: #4f0c0c;
	color: #FFFFFF;
}

#container {
	overflow: hidden;
	margin: 12px auto 20px;
	background-color: #fffeff;
	width: auto;
	padding: 20px;
}


.round {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.right {
	float: right;
}

.left {
	float: left;
}

#container.black {
	background-color: #000;
}

#content {
	float: left;
	width: 570px;
}

.post-title {
	font-size: 200%;
	line-height: 1.2;
	color: #000;
}

.p

ost {
	margin-bottom: 50px;
}

.post-title a {
	color: #333333;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

div#comments {
	margin-top: 30px;
}

.post-meta {
	font-size: 90%;
	color: #5e5e5e;
	clear: both;
	background-color: #eaeaea;
	padding: 6px;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 10px;
}

.post-content a {
	font-weight: bold;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	border: 1px solid #eaeaea;
	background-color: #fffeff;
	padding: 10px;
}

.post-content img.alignleft {
	margin: 0 10px 10px 0;
	border: 1px solid #eaeaea;
	background-color: #fffeff;
	padding: 10px;
	float: left;
}

.post-content img.alignright {
	float: right;
	margin: 0 0 15px 25px;
}


.wp-caption.alignleft {
	margin: 0 10px 10px 0;
	border: 1px solid #eaeaea;
	background-color: #fffeff;
	padding: 10px;
	float: left;
}

p.wp-caption-text {
	margin: 5px 0 0;
	font-size: 80%;
}



.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
	background-color: #000;
	padding: 6px;
	color: #fffeff;
}

.navleft {
	float: left;
}

.navright {
	float: right;
}

.navigation div a {
	color: #797979;
	text-decoration: none;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	-moz-box-shadow: 1px 1px 2px #797979;
	-webkit-box-shadow: 1px 1px 2px #797979;
	box-shadow: 1px 1px 2px #797979;
	background: #fffeff url(images/menu-bg.png) repeat-x 0 14px;
	padding: 6px 12px 8px;
	float: left;
	text-transform: lowercase;
	font-weight: bold;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
	border: 4px solid #000;
}


#comment-form textarea {
	width: 544px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
	border: 4px solid #000;
}


input#submit {
	width: 150px;
	padding: 6px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fffeff;
	background-color: #000;
	border-width: 0;
	border-style: none;
}


input#submit:hover {
	background-color: #f70916;
}

#sidebar {
	float: right;
	width: 280px;
}

#sidebar a {
	color: #c0c0c0;
}

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 0 5px 0;
	color: #333333;
	font-weight: bold;
	font-size: 90%;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#footer {
	width: auto;
	height: 20px;
	padding: 15px 10px 10px;
	color: #f70916;
	background-color: #000;
}

#footer #location {
	float: right;
	color: #5e5e5e;
	font-size: 90%;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

/* @end */

/* @group contact */


#contact {
	overflow: hidden;
	margin: 12px auto 20px;
	width: auto;
	padding: 20px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #fffeff;
}

#contact h2 {
	margin-bottom: 20px;
	line-height: 105%;
	font-size: 140%;
}


#contact form.wpcf7-form {
	text-align: right;
	width: 400px;
	float: right;
}

#contact #location {
	width: 420px;
	float: left;
	font-size: 140%;
	line-height: 120%;
	font-weight: bold;
}


#contact input.wpcf7-text{
	border-style: solid;
	border-width: 2px;
	width: 300px;
	font-size: 140%;
	margin-bottom: 10px;
}



#contact textarea {
	border-style: solid;
	border-width: 2px;
	width: 390px;
	font-size: 120%;
	margin-bottom: 10px;
	height: 150px;
}

#contact input.wpcf7-quiz {
	border-style: solid;
	border-width: 2px;
	width: 75px;
	font-size: 140%;
	margin-bottom: 10px;

}

#contact input.wpcf7-submit {
	width: 75px;
	font-size: 140%;
	margin-bottom: 10px;
	color: #fffeff;
	background-color: #000;
	margin-left: 10px;
	border-width: 0;
	border-style: none;
	margin-right: -20px;
}


#contact input.wpcf7-submit:hover {
	background-color: #fd2616;
}

/* @end */

/* @group #home */

#home {
	overflow: hidden;
	margin-top: 12px;
}

#featured {
	width: 940px;
	height: 400px;
	margin-bottom: 20px;
	position: relative;
	background-color: #fffeff;
	overflow: hidden;
}

#featured a {
	color: #000;
}


#featured a:hover {
	color: #000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


#featured #one {
	width: 556px;
	height: 218px;
	display: inline-block;
	float: left;
	position: relative;
	overflow: hidden;
	border: 2px solid #f70916;
}

#featured #two {
	width: 378px;
	height: 218px;
	display: inline-block;
	float: left;
	position: relative;
	overflow: hidden;
	border: 2px solid #f70916;
	border-left-style: none;
}

#featured #tree {
	width: 310px;
	height: 176px;
	display: inline-block;
	float: left;
	position: relative;
	overflow: hidden;
	border: 2px solid #f70916;
	border-top-style: none;
}

#featured #four {
	width: 312px;
	height: 176px;
	display: inline-block;
	float: left;
	position: relative;
	overflow: hidden;
	border: 2px solid #f70916;
	border-top-style: none;
	border-left-style: none;
}

#featured #five {
	width: 310px;
	height: 176px;
	display: inline-block;
	float: left;
	position: relative;
	overflow: hidden;
	border: 2px solid #f70916;
	border-top-style: none;
	border-left-style: none;
}

#featured .meta-title {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#featured .meta-title h1 {
	background-color: rgba(0,0,0,0.75);
	color: #fffeff;
	font-family: headline;
}

#tree .meta-title h1, #four .meta-title h1, #five .meta-title h1 {
	font-size: 125%;
	padding: 5px 10px 8px;
}

#one .meta-title h1{
	font-size: 180%;
	padding: 5px 10px 10px 12px;
}

#two .meta-title h1 {
	font-size: 150%;
	padding: 5px 10px 10px;
}

#featured .meta-title h2 {
	font-size: 70%;
	background-color: rgba(0,0,0,0.5);
	padding: 6px 4px;
	color: #fffeff;
	width: 40px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.3em;
	font-weight: bold;
}

#featured img {
	float: left;
	display: inline-block;
	position: absolute;
}


#home #about {
	width: 300px;
	float: left;
	margin-right: 20px;
}


#home #about h1 {
	font: 125% headline;
	color: #fffeff;
	background: url(images/bubble-blue.png) no-repeat 60px bottom;
	padding-bottom: 15px;
}

#home #a-inner {
	width: 260px;
	background-color: #fffeff;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 20px;
	font-size: 110%;
	color: #797979;
}


#a-inner span.phone {
	display: block;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	color: #a9a9a9;
}



#home #downloads {
	width: 300px;
	float: left;
	margin-right: 20px;
}


#home #downloads h1 {
	font: 125% headline;
	color: #fffeff;
	background: url(images/bubble-blue.png) no-repeat center top;
	padding-top: 15px;
	text-align: center;
}

#home #d-inner {
	width: 260px;
	background-color: #fffeff;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 20px;
}

#home #d-inner .formsx {
	width: 75px;
	padding: 10px;
	float: left;
	font-size: 120%;
}



#home #d-inner img {
	width: 70px;
	margin-right: 10px;
}


#home #testimonials {
	width: 300px;
	float: left;
}


#home #testimonials h1 {
	font: 125% headline;
	color: #fffeff;
	background: url(images/bubble-blue.png) no-repeat 190px bottom;
	padding-bottom: 15px;
	text-align: right;
}

#home #t-inner {
	width: 260px;
	height: 120px;
	background-color: #fffeff;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 20px;
	font-size: 110%;
	color: #797979;
}


#home cite {
	font-size: 80%;
	margin-top: 10px;
}

#home .quotescollection_author {
	font-weight: bold;
}

#home.quotescollection_source {
	display: block;
}


/*

 @end

*/

/* @group notebook */

#content .latest {
	float: left;
	margin-bottom: 20px;
	height: 270px;
	overflow: hidden;
	width: 570px;
	background-color: #eaeaea;
}

#content .latest .text {
	position: absolute;
	float: left;
	width: 200px;
	margin-top: 20px;
	margin-left: 20px;
	background-color: rgba(0,0,0,0.5);
	padding: 10px;
}

#content .latest h2 a {
	font-size: 180%;
	font-weight: bold;
	color: #fffeff;
	line-height: 90%;
	letter-spacing: .1ex;
}

#content .latest .text p {
	font-size: 110%;
	color: #fffeff;
	margin-top: 5px;
}

#content .list {
	margin-bottom: 10px;
	float: left;
	overflow: hidden;
	width: 570px;
	height: 120px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #eaeaea;
}

#content .list img {
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
	width: 190px;
	height: 120px;
	background-color: #eaeaea;
}

#content .list .text {
	font-size: 110%;
	margin-bottom: 10px;
	float: left;
	width: 370px;
}

#content .list h2 {
	font-size: 150%;
	margin-bottom: 10px;
}

/* @end */

/* @group work */

#work {
	width: 100%;
}

#work .post {
	float: left;
	width: 300px;
	height: 200px;
}

#work .post-content {
	margin-top: 0;
	margin-bottom: 0;
}

/* @end */

/* @group about */

#about {
	width: 100%;
}

#about .title {
	margin-bottom: 20px;
	clear: both;
	background-color: #e0e0e0;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-top: 0;
	padding-bottom: 3px;
	color: #fffeff;
	border-bottom: 2px solid #d5d5d5;
	font: 250% headline;
	text-shadow: #c0c0c0 1px 1px 2px;
	text-transform: lowercase;
}

#aboutfuel {
	display: inline-block;
	line-height: 1.3;
	font-size: 110%;
	padding: 20px;
}

#aboutfuel p {
	margin-bottom: 10px;
	font-size: 95%;
		line-height: 1.1;

}

#aboutfuel h2 {
	margin-bottom: 10px;
	line-height: 105%;
	font-size: 140%;
}

#aboutfuel blockquote {
	display: inline-block;
	margin-top: 10px;
	font-size: 120%;
}

#about #aboutfuel img {
	float: right;
	margin-left: 20px;
}

.newsticker {
	list-style-type: none;
	border: 1px dashed #fff;
	background: #050c44;
	padding: 3px;
	margin: 0;
}

/* process */

#process {
	display: inline-block;
}

#process h1 {
	display: inline-block;
}

#process .block .ptitle {
	display: block;
	text-transform: lowercase;
	text-align: center;
	font: 240% headline;
	color: #000;
	margin-bottom: 5px;
}

#process .block .sub {
	font-size: 100%;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

#process .block {
	width: 210px;
	margin-left: 9px;
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	padding-right: 10px;
	border-right: 1px dotted #c0c0c0;
	font-size: 90%;
	height: 266px;
	text-align: left;
}

#process .block:first-child {
	margin-left: 0;
}

#process .block:last-child {
	border-right-style: none;
	padding-right: 0;
}

#process .block img {
	margin-bottom: 5px;
}

#process .block .number {
	position: absolute;
	margin-left: 10px;
	margin-right: auto;
	margin-top: 0;
	color: #000;
	text-align: left;
	font: 50px headline;
	text-shadow: #fffeff 1px 1px 5px;
}

/* team */

#team {
	display: inline-block;
}

#team .left {
	float: left;
	width: 600px;
	margin-right: 20px;
}

#team .bio {
	margin-bottom: 20px;
	display: inline-block;
}

#team .bio img {
	width: 160px;
	height: 160px;
	margin-right: 10px;
	float: left;
}

#team .bio .name {
	display: block;
	font: 170% headline;
}

#team .bio .xtitle {
	display: block;
	margin-bottom: 5px;
	font-size: 125%;
}

#team .bio .copy {
	display: block;
	font-size: 100%;
	line-height: 1.3;
	margin-left: 170px;
}

#team .right {
	float: right;
	width: 280px;
}

#team .testimonials-h {
	color: #9fd7e1;
	text-align: left;
	font: 110% headline;
	background: url(images/bubble-blue.png) no-repeat 90px bottom;
	height: 30px;
}

#team .testimonials {
	padding: 15px;
	background-color: #9fd7e1;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #fffeff;
	font-size: 110%;
}

#team .testimonials cite {
	font-size: 80%;
	margin-top: 10px;
}

#team .testimonials .quotescollection_author {
	font-weight: bold;
}

#team .testimonials .quotescollection_source {
	display: block;
}

#team .forms {
	font-size: 100%;
	margin-bottom: 20px;
	font-weight: bold;
	padding: 10px 10px 7px;
	background-color: #eaeaea;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

}


#team .forms img {
	width: 70px;
	margin-right: 10px;
}

#team .forms .formsx {
	width: 75px;
	padding: 10px;
	float: left;
	font-size: 120%;
	color: #fffeff;
}


#team .forms-h {
	color: #c0c0c0;
	text-align: left;
	font: 110% headline;
	background: url(images/bubble-gray.png) no-repeat 90px bottom;
	height: 30px;
}

#team .hire p {
	margin-bottom: 10px;
}

#team .hire-h {
	color: #fe4819;
	text-align: right;
	font: 110% headline;
	background: url(images/bubble-red.png) no-repeat 220px bottom;
	height: 30px;
}

#team .hire {
	padding: 15px 100px 15px 15px;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #fffeff;
	font-size: 110%;
	background: #fe4819 url(images/uncle-sam.png) no-repeat 170px;
	clear: both;
}

#team .hire-inner img {
	width: 50px;
	float: right;
}


/* @end */

/* @group sidebar */



#sidebar .right {
	float: right;
	width: 280px;
}

#sidebar .testimonials-h {
	color: #9fd7e1;
	text-align: left;
	font: 110% headline;
	background: url(images/bubble-blue.png) no-repeat 90px bottom;
	height: 30px;
}

#sidebar .testimonials {
	padding: 15px;
	background-color: #9fd7e1;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #fffeff;
	font-size: 110%;
}

#sidebar .testimonials cite {
	font-size: 80%;
	margin-top: 10px;
}

#sidebar .testimonials .quotescollection_author {
	font-weight: bold;
}

#sidebar .testimonials .quotescollection_source {
	display: block;
}

#sidebar .forms {
	font-size: 100%;
	margin-bottom: 20px;
	font-weight: bold;
	padding: 10px 10px 7px;
	background-color: #eaeaea;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

}


#sidebar .forms img {
	width: 70px;
	margin-right: 10px;
}

#sidebar .forms .formsx {
	width: 75px;
	padding: 10px;
	float: left;
	font-size: 120%;
	color: #fffeff;
}


#sidebar .forms-h {
	color: #c0c0c0;
	text-align: left;
	font: 110% headline;
	background: url(images/bubble-gray.png) no-repeat 90px bottom;
	height: 30px;
}

#sidebar .hire p {
	margin-bottom: 10px;
}

#sidebar .hire-h {
	color: #fe4819;
	text-align: right;
	font: 110% headline;
	background: url(images/bubble-red.png) no-repeat 220px bottom;
	height: 30px;
}

#sidebar .hire {
	padding: 15px 100px 15px 15px;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #fffeff;
	font-size: 110%;
	background: #fe4819 url(images/uncle-sam.png) no-repeat 170px;
	clear: both;
}

#sidebar .hire-inner img {
	width: 50px;
	float: right;
}

/* @end */

/* @group shadowbox */

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message {
	font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 200;
	color: #fff;
}

#sb-container {
	position: fixed;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 999;
	text-align: left;
	visibility: hidden;
	display: none;
}

#sb-overlay {
	position: relative;
	height: 100%;
	width: 100%;
}

#sb-wrapper {
	position: absolute;
	visibility: hidden;
	width: 100px;
}

#sb-wrapper-inner {
	position: relative;
	border: 1px solid #303030;
	overflow: hidden;
	height: 100px;
}

#sb-body {
	position: relative;
	height: 100%;
}

#sb-body-inner {
	position: absolute;
	height: 100%;
	width: 100%;
}

#sb-player.html {
	height: 100%;
	overflow: auto;
}

#sb-body img {
	border: none;
}

#sb-loading {
	position: relative;
	height: 100%;
}

#sb-loading-inner {
	position: absolute;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	width: 100%;
	text-align: center;
}

#sb-loading-inner span {
	background: url(loading.gif) no-repeat;
	padding-left: 34px;
	display: inline-block;
}

#sb-body,#sb-loading {
	background-color: #060606;
}

#sb-title,#sb-info {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#sb-title,#sb-title-inner {
	height: 26px;
	line-height: 26px;
}

#sb-title-inner {
	font-size: 16px;
}

#sb-info,#sb-info-inner {
	height: 20px;
	line-height: 20px;
}

#sb-info-inner {
	font-size: 12px;
}

#sb-nav {
	float: right;
	height: 16px;
	padding: 2px 0;
	width: 45%;
}

#sb-nav a {
	display: block;
	float: right;
	height: 16px;
	width: 16px;
	margin-left: 3px;
	cursor: pointer;
	background-repeat: no-repeat;
}

#sb-nav-close {
	background-image: url(shadowbox/close.png);
}

#sb-nav-next {
	background-image: url(shadowbox/next.png);
}

#sb-nav-previous {
	background-image: url(shadowbox/previous.png);
}

#sb-nav-play {
	background-image: url(shadowbox/play.png);
}

#sb-nav-pause {
	background-image: url(shadowbox/pause.png);
}

#sb-counter {
	float: left;
	width: 45%;
}

#sb-counter a {
	padding: 0 4px 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}

#sb-counter a.sb-counter-current {
	text-decoration: underline;
}

div.sb-message {
	font-size: 12px;
	padding: 10px;
	text-align: center;
}

div.sb-message a:link,div.sb-message a:visited {
	color: #fff;
	text-decoration: underline;
}

/* @end */