/*
Theme Name: Brian Travers Dot Com
Theme URI: http://wordpress.org/
Description: Based on the default WordPress theme with edits by Brian Travers.
Version: 1.2
Author: Brian Travers
Author URI: http://briantravers.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #D9EBB9 url('imgs/background.jpg') repeat-x 0 0;
	color: #D9742E;
	text-align: left;
	}
#clickablearea {
	float: left;
	width: 250px;
	height: 250px;
}
a {
	color: #D9742E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #D9742E;
}
.dg {
	color: #6B7A74;
}
#page {
	margin: 0;
	padding: 0;
	width: 100%;
	background: transparent url('imgs/logo.jpg') no-repeat top left;
	overflow: auto;
	}
#singlecollumn {
	width: 480px;
	margin: 25px auto;
	padding: 0 180px;
	}
#header {
	background: transparent url('imgs/header.gif') no-repeat scroll 0 0;
	height: 133px;
	display: block;
	margin: 0 0 10px -10px;
	text-indent: -9999px;
	width: 400px;
	overflow: hidden;
	}
#regheader {
	background: transparent url('imgs/theworkof.gif') no-repeat scroll 0 0;
	height: 133px;
	display: block;
	margin: 0 0 10px -10px;
	text-indent: -9999px;
	width: 400px;
	overflow: hidden;
	}
#recentwork {
	background: transparent url('imgs/work.gif') no-repeat scroll 0 0;
	height: 66px;
	display: block;
	margin: 15px 0 0 -10px;
	text-indent: -9999px;
	width: 400px;
	overflow: hidden;
	}
#resumeheader {
	background: transparent url('imgs/resume.gif') no-repeat scroll 0 0;
	height: 45px;
	display: block;
	margin: 30px 0 0 -10px;
	text-indent: -9999px;
	width: 400px;
	overflow: hidden;
	}
#contactheader {
	background: transparent url('imgs/contact.gif') no-repeat scroll 0 0;
	height: 54px;
	display: block;
	margin: 25px 0 0 -10px;
	text-indent: -9999px;
	width: 400px;
	overflow: hidden;
	}
#singlecollumn h2 {
	color: #81A682;
	font-size: 380%;
	margin: 20px 0 5px -10px;
	padding: 0;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0 1px 3px rgba(255,255,255,.2);
	}
#singlecollumn h2 a {
	color: #81A682;
	}
#singlecollumn h2 a:hover {
	color: #D9742E;
	text-decoration: none;
	}
#front p, #reg p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 140%;
	background: transparent url('imgs/dot2.gif') repeat-x scroll 0 0;
	padding-top: 12px;
	display: block;
        margin: 0;
	}
#front p {
	color: #D9742E;
}
#reg p {
	text-align: center;
	color: #6B7A74;
}
#regheader .viewas {
	font-style: normal;
}
#header .post {
	margin: 0;
	padding: 0;
	background: none;
	}
.section {
	background: transparent url('imgs/dot2.gif') repeat-x scroll 0 100%;
	padding-bottom: 15px;
	}
.post img {
	display:block;
	border:1px solid #81A682;
	padding:5px;
	background:#AEC6BD;
}
.entry p, .ao-entry p {
	margin: 15px;
	color: #6B7A74;
	font-size: 100%;
	line-height: 140%;
}
.pagetitle {
	color: #6B7A74;
}
.postmetadata {
	text-align: center;
	margin: 10px 0;
}
.like {
	background: #81A682 url(imgs/alert-overlay.png) repeat-x scroll 0 100%;
	color: #D9EBB9;
	padding: 10px 5px;
	width: 250px;
	text-align: center;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	font-weight: bold;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	}
.like:hover {
	background-color: #D9742E;
	color: #D9EBB9;
	text-decoration: none;
}
.like:visited {
	color: #D9EBB9;
}
.post {
	background: transparent url('imgs/dot2.gif') repeat-x scroll 0 100%;
	padding-bottom: 25px;
}

/* 
	Block-Styles 
*/

.block {
	border:1px solid #81A682;
	background-color:#81A682;
	position:relative;
	width: 100%;
}
.block_inside { 
	display:block; 
	border:1px solid #ffffff;
	background: #EBEBEB url(imgs/box-bg.gif) repeat-x 0 100%;	
	padding:0;
	overflow:visible;
}
.block_inside_resume { 
	display:block; 
	border:1px solid #ffffff;
	background: #ffffff url(imgs/box-bg-withheader.gif) repeat-x 0 0;	
	padding:0;
	overflow:auto;
}
.thumbnail img {
	border:1px solid #81A682;
}
.thumbnail a:link, .thumbnail a:visited {display:block; float:left; border:1px solid #81A682; padding:5px; background:#AEC6BD; }
.wm { margin:12px 0 0 15px; }
.rm { margin:7px 0 13px 13px; }
/*
 .thumbnail a:hover, .thumbnail a:active {background:#C4C4C4;}
*/
.text_block {
	float:left;
	width:260px;
	margin-left:30px;
	padding-top:12px;
	text-align: justify;
	color: #6b7a74;
}
#work h2 {
	margin:0px 0px 10px 0px;
	font-size:26px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#000000;
	line-height:29px;
	letter-spacing:-1px;
	font-style: normal;
}
#work h2 a {
	color:#000000;
	text-decoration: none;
}
#work h2 a:hover {
	color:#595856;
	text-decoration: none;
}
#work small {
	color:#595856;
	font-weight:bold;
	font-size:11px;
	display:block;
	margin-bottom:10px;
}
.viewproj {
	background: #81A682 url(imgs/alert-overlay.png) repeat-x scroll 0 100%;
	color: #D9EBB9;
	padding: 5px 20px;
	text-align: center;
	float: right;
	margin-right: 40px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.viewproj:hover {
	background: #D9742E url(imgs/alert-overlay.png) repeat-x scroll 0 100%;
	color: #D9EBB9;
	text-decoration: none;
}
.viewproj:visited {
	color: #D9EBB9;
}

#block_featuredblog .text_block { padding-top:5px }

#resume ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#contact ul {
	list-style: none;
	margin: 15px 0;
	padding: 0;
	}
#contact li {
	display: block;
	width: 160px;
	height: 33px;
	}
#resume ul li {
	display: inline;
	width: 157px;
	float: left;
	margin: 0;
	}
#resume h3 {
	text-align: center;
	font-weight: bold;
	line-height: 1px;
	font-size: 15px;
	color: #D9EBB9;
	padding: 0;
	margin: 15px 0 20px 0;
	}
#resume p {
	margin: 0 5px 15px;
	padding: 0;
	}
#work .viewas {
	margin: 28px auto 0;
	text-align: center;
	}
.viewas {
	margin: 5px auto 0;
	text-align: center;
	}
.viewas a {
	color: #D9742E;
	}
.stronger {
	font-weight:bold;
	font-size: 105%;
	}
#footer p {
	color: #81A682;
	font-size: 90%;
	padding-top: 10px;
	}
#footer a {
	color: #81A682;
	text-decoration: none;
	}
#footer a:hover {
	color: #81A682;
	text-decoration: underline;
	}
#footer {
	margin-top: 15px;
	}
.link-buttons {
	float: left;
	margin: 0 5px 0 15px;
}

/* Contact List */

#contact-list li {
	margin: 0 5px 0 15px;
	}
#contact-list li a {
	height: 30px;
	background: transparent url('imgs/buttons-sprite.png') no-repeat 0 0;
	display: block;
	padding: 0 0 0 35px;
	line-height: 30px;
	}
#contact-list li a.phone:hover {
	background-position: 0 -210px;
	}
#contact-list li a.email {
	background-position: 0 -30px;
	}
#contact-list li a.email:hover {
	background-position: 0 -240px;
	}
#contact-list li a.rss {
	background-position: 0 -60px;
	}
#contact-list li a.rss:hover {
	background-position: 0 -270px;
	}
#contact-list li a.facebook {
	background-position: 0 -90px;
	}
#contact-list li a.facebook:hover {
	background-position: 0 -300px;
	}
#contact-list li a.blog {
	background-position: 0 -180px;
	}
#contact-list li a.blog:hover {
	background-position: 0 -390px;
	}
#contact-list li a.deviant {
	background-position: 0 -120px;
	}
#contact-list li a.deviant:hover {
	background-position: 0 -330px;
	}
#contact-list li a.linkedin {
	background-position: 0 -150px;
	}
#contact-list li a.linkedin:hover {
	background-position: 0 -360px;
	}

#contact p {
	margin: 10px 0 0 0;
	float: left;
	}
#contact a {
	color: #6B7A74;
	text-decoration: none;
	}
#contact a:hover {
	color: #D9742E;
	text-decoration: underline;
	}

/* Contact List End */

/* End of Custom CSS */

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #6B7A74;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* End Typography & Colors */



/* Begin Structure */


.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	font-size: 90%;
}

.clear {
	clear: both;
}

/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

html>body .ao-entry ul {
	margin-left: 10px;
	padding: 0 0 0 30px;
	list-style: circle;
	padding-left: 10px;
	}

html>body .ao-entry li {
	margin: 7px 15px 20px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#contact-area h2 {
	color: #D9742E;
	font-size: 150%;
	padding: 0;
	margin: 0 0 5px;
	}
#contact-area {
	width: 250px;
	margin: 10px 15px 0 0;
	float: right;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 241px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	color: #FFFFFF;
	border: none;
	background: #81A682;
	font-size: 90%;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: none;
}

#contact-area input.submit-button {
	background: #81A682 url(imgs/alert-overlay.png) repeat-x scroll 0 0;
	color: #D9EBB9;
	padding: 5px 20px;
	width: 60px;
	text-align: center;
	text-decoration: none; 
	float: right;
	font-size: 1em;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
}
#contact-area input.submit-button:hover {
	background: #D9742E;
	border: none;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         { width: 475px; height: 160px; position: relative; margin: 0 auto; }
.anythingSlider .wrapper                { width: 475px; overflow: auto; height: 160px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: none; margin: 0; padding: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 160px; width: 480px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 163px; text-align: center; }
#thumbNav a                             { color: #D9EBB9; font: 11px/18px; Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: transparent url(imgs/work-button-over.gif) no-repeat; text-align: center; }
#thumbNav a:hover                       { background: transparent url(imgs/work-button.gif) no-repeat; color: #81A682; }
#thumbNav a.cur                         { background: transparent url(imgs/work-button.gif) no-repeat; color: #81A682; }

#start-stop                             { background: #81A682 url(imgs/alert-overlay.png) repeat-x scroll 0 100%; color: #D9EBB9; padding: 5px 20px; text-align: center; position: absolute; right: 1px; top: 163px; text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
#start-stop a                           { text-decoration: none; }
#start-stop.playing                     { background-color: #81A682; text-decoration: none; }
#start-stop:hover                       { background: #D9742E url(imgs/alert-overlay.png) repeat-x scroll 0 100%; color: #D9EBB9; }
#pdf		                        { background: #81A682 url(imgs/alert-overlay.png) repeat-x scroll 0 100%; color: #D9EBB9; padding: 5px 20px; text-align: center; position: absolute; left: 3px; top: 164px; text-decoration: none; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);}
#pdf:hover                            { background: #D9742E url(imgs/alert-overlay.png) repeat-x scroll 0 100%; color: #D9EBB9; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }


/* Facybox Stuff */

#facybox {
	position: absolute;
	top: 0;
	left: 0;
	margin: -20px 0 0 -20px;
	z-index: 100;
	text-align: left;
	padding: 18px;
	min-width: 40px;
	min-height: 40px;
}
#facybox .w,  #facybox .e, #facybox  .nw,
#facybox .ne, #facybox .sw, #facybox .se {
	min-height: 18px;
	min-width: 13px;
}
#facybox .n, #facybox .s {
	background-repeat: repeat-x;
	height: 18px;
}
#facybox .w, #facybox .e {
	background-repeat: repeat-y;
}

#facybox .nw, #facybox .ne, #facybox .sw, #facybox .se,
#facybox a.next, #facybox a.prev,
#facybox .closek #facybox .loading {
	background-repeat: no-repeat;
}

#facybox a.next {
  background-position: 9999px 50%;
}

#facybox a.prev {
  background-position: -9999px 50%;
}
#facybox a.prev:hover{
	background-position: 0 50%;
}
#facybox a.next:hover{
	background-position: 100% 50%;
}

#facybox .close {
	position: absolute;
	top: 5px;
	right: 0;
	display: block;
	width: 30px;
	height: 30px;
}

#facybox .prev,
#facybox .next{
	display: block;
	position: absolute;
	cursor: pointer;
}

#facybox .navigation .counter{
	background: #000;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: -33px;
	left: -10px;
	padding: 2px 0;
	font-size: 11px;
}

#facybox .loading {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  text-align: center;
}

#facybox .popup {
  position: relative;
}

#facybox table {
  border-collapse: collapse;
}

#facybox td {
  border-bottom: 0;
  padding: 0;
}

#facybox .body {
  padding: 10px;
  background: #fff;
  width: auto;
}

#facybox .loading {
  text-align: center;
}

#facybox .image {
  text-align: center;
  line-height: 0;
}

#facybox img {
  border: 0;
  margin: 0;
}

#facybox .footer {
	position: absolute;
	top: 28px;
	left: 23px;
	padding: 0;
	width: 90%;
}

#facybox .footer img {
  vertical-align: middle;
}

#facybox .tl, #facybox .tr, #facybox .bl, #facybox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facybox_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.facybox_hide {
  z-index:-100;
}

.facybox_overlayBG {
  background-color: #000;
  z-index: 99;
}

/*
    A separte CSS file dedicated to rules that involve
    URLs. This makes it easy to configure where your
    images are without having to edit the main facyBox
    stylesheet.
*/

#facybox .n       { background-image: url('images/fancy_shadow_n.png');  }               
#facybox .s       { background-image: url('images/fancy_shadow_s.png');  }
#facybox .w       { background-image: url('images/fancy_shadow_w.png');  }
#facybox .e       { background-image: url('images/fancy_shadow_e.png');  }
#facybox .nw      { background-image: url('images/fancy_shadow_nw.png'); }
#facybox .ne      { background-image: url('images/fancy_shadow_ne.png'); }
#facybox .sw      { background-image: url('images/fancy_shadow_sw.png'); }
#facybox .se      { background-image: url('images/fancy_shadow_se.png'); }
#facybox a.next   { background-image: url('images/fancy_right.png');     }
#facybox a.prev   { background-image: url('images/fancy_left.png');      }
#facybox .close   { background-image: url('images/fancy_closebox.png');  }
#facybox .loading { background-image: url('images/loading.gif');         }

/* Facybox Stuff End */

.ao-entry {color: #6B7A74;line-height:1.4em;}
