/*
Theme Name: Elite
Theme URL: http://iantearle.com/
Description: Courteously provided by your friends at Expanse Content Management System We heart your face.
Version: 1.0
Author: Ian Tearle
Author URL: http://www.iantearle.com
*/

@import url("reset.css");

/*
-------------------------------------------------
Global values
=================================================
*/

/*Global whitespace reset*/
*{
margin:0;
padding:0;
}
html, body{
height: 100%;
}
body{
/*Resets 1em to equal 10px (on fonts, at least), so 1.2em equals 12px, 1.6em equals 16px, etc.*/
font: 14px/20px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
background:#e5e5e5 url(../images/sprite.png) no-repeat 171px -1005px;
}
#body_l{
background: url(../images/bg_l.png) no-repeat center top;
width: 100%;
height: 100%;
}
@font-face { font-family: "Rockwell"; src: url("../images/rockwell.ttf"); }
a{
text-shadow: #fff 0px -1px 1px;
color: #777e8b;
text-decoration: none;
}
a:hover{
color: #2e333b;
}
p{
font-family: “Myriad Pro”, Arial, Helvetica, Tahoma, sans-serif;
text-shadow: #fff 0px -1px 1px;
color: #3f4043;
}
strong, b{
color:#fff;
background:#EE1884 url(../images/bold_diag.gif);
padding: 0 5px 0 4px;
text-shadow: #272f3c 0px -1px 1px;
}
pre {
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -o-pre-wrap;
}
pre code{
-webkit-background-clip: border-box;
-webkit-background-origin: padding-box;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background-attachment: scroll;
background: #1a1a1a url(../images/codeshine.png) no-repeat;
border-width: 0px;
color: white;
display: block;
font-family: monospace, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
height: 28px;
margin:10px 0px 20px 0px;
padding:30px 10px 10px 10px;
vertical-align: baseline;
width: 525px;
height: auto;
}
br{
clear:left;
}
.hr{
height:6px;
background: url(../images/hr_sep.gif) repeat-x;
width:10%;
margin: 2em 0 1.5em;
clear:both;
}
.amp {
font-style:italic;
font-family:"Adobe Caslon Pro", "Hoefler Text", Palatino, "Palatino Linotype", serif;
}
#mainContainer{
width: 660px;
margin: 0 auto 50px auto;
position: relative;
border-top:solid #cfcfcf 1px;
margin-top: -1px;
}
.left{
float: left;
}
.right{
float: right;
}
h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#404040;
text-transform:uppercase;
letter-spacing:6px;
margin:0;
padding:0;
font-weight:normal;
}
h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#777777;
text-transform:uppercase;
letter-spacing:1px;
font-weight:normal;
margin:0;
padding:0;
}
h3, h4, h5 {
font-family:"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size:12px;
color:#404040;
text-transform:uppercase;
font-weight:normal;
line-height:1em;
margin:0;
padding:0;
}
h4,h5{font-size: 11px;}
/*
-------------------------------------------------
Header
=================================================
*/
#header{
width: 100px;
height: 75px;
float: left;
}
#header #logo {
text-indent:-9999px;
margin:0 0 0 16px;
}

body#home #header #logo a {
background:url(../images/sprite.png) no-repeat -10px -145px;
height:75px;
width:66px;
display:block;
float: left;
}

#header #logo a {
background:url(../images/sprite.png) no-repeat -10px -10px;
height:75px;
width:66px;
display:block;
}
#header #logo a:hover {
background-position: -10px -145px;
}
#ads{
position: absolute;
top: 165px;
right: -140px;
background: url(../images/ads-line.png) no-repeat left top;
}
#ads .advert{
padding: 20px 0;
margin: 0 0 0 2px;
}
#adn{
width: 300px;
height: 130px;
float: left;
}
#adn a { display:block; font-size: 11px; font-family: 'Lucida Sans', 'Lucida Grande'; width: 298px;}

#adn a img {
float:left; 
margin:0 10px 0 0; 
padding:0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;}

#adn p { margin:0 }

#adn br { display:none }
#adn .powered a{ 
font-size: 10px;
margin: 10px 0 0 0;
color: #888;
}
/*
-------------------------------------------------
Menu
=================================================
*/

#menu{
margin: 10px 0 0 0;
float: right;
}
#menu ul { 
padding: 0;
margin: 0;
list-style: none;
}

#menu li { 
float: left;
position: relative;
text-transform: lowercase;
font-size: 12px;
line-height: 25px;
height: 25px;
margin: 0 0 0 5px;
display: block;
}
#menu li a{
color: #3f4043;
display: block;
width: 70px;
text-align: center;
}
#menu li a:hover{
color: #ee097c;
background-color: #b4bcca;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
behavior:url(../images/border-radius.htc);
border-radius: 5px;
}
/*
-------------------------------------------------
Content
=================================================
*/
#content{
width: 660px;
margin: 0 0 50px 0;
}
#content h1{
margin: 10px 0 10px 15px;
}
#content .item{
margin:  0 0 30px 0;
float: left;
}
#content .container{
float: left;
width: 545px;
margin: 0 0 0 35px;
}
#content .title a{
padding: 3px 10px;
margin: 0 0 10px 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
behavior:url(../images/border-radius.htc);
line-height: 25px;
font-family: Rockwell;
-webkit-transition: color, background-color .2s ease-in;
background-color: #4e5767;
display: block;
color: #92cc0d;
width: 525px;
height: 25px;
font-size: 16px;
text-shadow: #272f3c 0px -1px 1px;
}
#content .title a:hover{
color: #ee097c;
background-color: #272f3d;
text-shadow: #272f3c 0px -1px 1px;
}
#content .excerpt{
font-size: 12px;
margin: 0;
padding: 0;
width: 545px;
}
#content .descr img,
#content .excerpt img{
max-width: 100%;
}
#content .excerpt p{
color: #3f4043;
text-shadow: #fff 0px -1px 1px;
}
#content .descr{
width: 545px;
margin: 0;
padding: 0;
font-size: 12px;
}
#content .descr p{
margin: 0 0 10px 0;
}
#content .descr a,
#content .excerpt a{
color: #ee097c;
text-shadow: #fff 0px -1px 1px;
font-family: Rockwell;
}
#content .descr a:hover,
#content .excerpt a:hover{
color:#777e8b;
}
#content .descr img{
margin: 0 auto;
border: solid #4e5767 5px;
}
#content .descr img:hover{
border: solid #ee097c 5px;
}
#content .descr dl {
border: 3px double #ccc;
padding: 0.5em;
float: left;
background-color: #fff;
}
#content .descr dt {
float: left;
clear: left;
width: 20%;
text-align: right;
font-weight: bold;
color: #92cc0d;
}
#content .descr dt:after {
content: ":";
}
#content .descr dd {
margin: 0 0 0 110px;
padding: 0 0 0.5em 0;
color: #3f4043;
}
#content .meta{
float: left;
width: 60px;
overflow: hidden;
font-size: 12px;
color: #7b7b7b;
text-align: center;
text-shadow: #fff 0px -1px 1px;
margin-top: 6px;
text-transform: lowercase;
}
#content .meta a{
padding-top: 10px;
text-shadow: #fff 0px -1px 1px;
color: #777e8b;
font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#content .meta a:hover{
color: #2e333b;
}
#content .comments{
float: left;
}
/*
-------------------------------------------------
Home Page
=================================================
*/
#content #hello{
margin: 30px 0 0 35px;
position: relative;
}
#content #hello span#hello-hello{
background: url(../images/sprite.png) no-repeat -10px -277px;
width: 76px;
height: 32px;
display: block;
float: left;
text-indent: -9999em;
}
#content #hello span#hello-name{
background: url(../images/sprite.png) no-repeat -10px -329px;
width: 180px;
height: 32px;
display: block;
float: left;
text-indent: -9999em;
}
#content #hello span#hello-ian{
background: url(../images/sprite.png) no-repeat -10px -381px;
width: 60px;
height: 32px;
display: block;
float: left;
text-indent: -9999em;
}
#content #hello span#hello-ian a{
width: 60px;
height: 32px;
display: block;
}
#content #hello span#hello-design{
margin: 10px 0 0 0;
background: url(../images/sprite.png) no-repeat -10px -433px;
width: 546px;
height: 32px;
display: block;
text-indent: -9999em;
}
/* Twittering */
#content #twitter{
margin: 35px 0 0 35px;
width: 625px;
padding: 0;
float: left;
}
#content #twitter span.twitter-logo a{
width: 32px;
height: 32px;
display: block;
text-indent: -9999em;
background: url(../images/sprite.png) no-repeat -10px -741px;
float: left;
margin: 0 13px 0 0;
padding: 0;
}
#content #twitter .twitter-words p{
background: #b4bcca;
width: 490px;
float: left;
color: #3f4043;
text-shadow: #fff 0px -1px 1px;
font-size: 12px;
line-height: 12px;
padding: 10px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
behavior:url(../images/border-radius.htc);
}
#content #twitter .twitter-words p a{
color: #6e7582;
}
#content #twitter .twitter-words em{
font-size: 12px;
margin: 8px 0 0 5px;
text-shadow: #fff 0px -1px 1px;
float: left;
font-style: normal;
}
/* Networking */
#content #networking{
margin: 16px 0 0 34px;
padding: 0;
clear: both;
float: left;
}
#content #networking li{
float: left;
}
#content #networking li#virb a{
text-indent: -9999em;
background: url(../images/sprite.png) no-repeat -10px -805px;
width: 32px!important;
height: 32px;
display: block;
padding: 0 13px 0 0;
}
#content #networking li#facebook a{
text-indent: -9999em;
background: url(../images/sprite.png) no-repeat -10px -773px;
width: 32px;
height: 32px;
display: block;
padding: 0 13px 0 0;
}
#content #networking li#virb a:hover,
#content #networking li#facebook a:hover{
color: #2e333b;
}
#content #networking li.network-text a{
font-size: 12px;
text-decoration: none;
display: block;
width: 220px;
padding: 6px 0 0 35px;
}

/* Projects */
#content #latest-projects{
margin: 16px 0 16px 19px;
float: left;
width: 660px;
}
#content #latest-projects li{ 
float: left;
overflow: hidden;
white-space: nowrap;
display: inline;
}
#content #latest-projects li a{
width: 150px;
height: 60px;
display: block;
overflow: hidden;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
behavior:url(../images/border-radius.htc);
border-radius: 10px;
}
#content #latest-projects li a:hover{ 
background-color: #b4bcca;
}
#content #latest-projects li a span.project-logo{
width: 32px;
height: 32px;
display: block;
float: left;
text-indent: -9999em;
margin: 14px 14px 14px 15px;
}
#content #latest-projects li#floorfillers-fm a span.project-logo{
background: url(../images/sprite.png) no-repeat -10px -677px;
}
#content #latest-projects li#iskip a span.project-logo{
background: url(../images/sprite.png) no-repeat -10px -517px;
}
#content #latest-projects li#facelist a span.project-logo{
background: url(../images/sprite.png) no-repeat -10px -613px;
}
#content #latest-projects li#dreamscape a span.project-logo{
background: url(../images/sprite.png) no-repeat -10px -485px;
}
#content #latest-projects li a span.project-title{
font-size: 12px;
margin: 20px 0 0 0;
float: left;
font-style: normal;
}
/*
-------------------------------------------------
Comments
=================================================
*/
#comments p.hidden{
display: none;
}
ul.stream {
display:block;
border-top:1px solid #c9c9c9;
margin:0 0 35px;
padding:0;
}
.stream li {
padding:10px 0;
border-bottom:solid 1px #e4e4e4;
}
.stream li.odd {
border-bottom:solid 1px #e4e4e4;
}
.stream div.gravatar,.stream div.content,.stream div.comment-title {
float:left;
}
.stream div.gravatar {
width:35px;
padding:0px 0px;
margin: 0 5px 0 35px;
float: left;
}
.stream div.gravatar img {
width:32px;
height:32px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.stream div.gravatar a {
background:none;
border: none;
}
.stream div.comment-content {
position:relative;
}
.stream .comment-title{
margin: 0;
color: #92cc0d;
}
.stream .comment-title a{
padding: 3px 10px;
margin: 0 0 10px 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
line-height: 25px;
font-family: Rockwell;
-webkit-transition: color, background-color .2s ease-in;
background-color: #4e5767;
display: block;
color: #92cc0d;
width: 485px;
height: 25px;
font-size: 16px;
text-shadow: #272f3c 0px -1px 1px;
}
.stream .comment-title a:hover{
color: #ee097c!important;
background-color: #272f3d;
text-shadow: #272f3c 0px -1px 1px;
}
.stream p.comment-message {
width: 505px;
float: left;
color: #3f4043;
text-shadow: #fff 0px -1px 1px;
margin: 0 0 0 35px;
}
.stream h5 {
font-size:12px;
line-height:100%;
padding:0 0 3px;
margin:0;
font-weight:bold;
}
.stream p {
font-size:12px;
color:#666;
margin:0;
}
.stream .body a,.stream .body a:visited,.stream h5 a,.stream h5 a:visited {
border:0;
}
.stream a.permalink,.stream a.permalink:visited {
color:#bbb;
font-style:normal;
font:normal 11px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
.stream a.permalink:hover {
color:#666;
}
.stream div.icon a,.stream div.avatar a,.stream a.thumb,.stream a.thumb:visited {
border:0;
}
.stream a.thumb img {
-moz-border-radius:3px;
-webkit-border-radius:3px;
border:3px solid #ddd;
}
.stream a.thumb:hover img {
border-color:#ccc;
}
/*
-------------------------------------------------
Footer
=================================================
*/
#footer{
clear:both;
width:660px;
margin: 0 auto 30px auto;
padding: 15px 0 0 0;
position: relative;
background: url(../images/footer-line.png) no-repeat center top;
}
#footer p{
font-size: 12px;
}
#footer p.mt {
text-align:right;
color: #777e8b;
padding: 0 20px 0 0;
margin: 20px 0 0 0;
}
#footer p.mt a img {
background:none;
padding:0;
vertical-align:middle
}
#footer p.mt a:hover {
border:none
}
#footer #copyright{
margin: 20px 0 0 0;
}
#friends{
float: left;
margin: 10px 0 0 33px;
}
#friends h3{
padding: 3px 10px;
margin: 0 0 10px 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
behavior:url(../images/border-radius.htc);
line-height: 25px;
font-family: Rockwell;
-webkit-transition: color, background-color .2s ease-in;
background-color: #4e5767;
color: #92cc0d;
height: 25px;
font-size: 16px;
text-shadow: #272f3c 0px -1px 1px;
float: left;
text-transform: none;
}
#flickr { 
height: 140px; 
width: 140px; 
padding:0; 
margin:0 25px; 
overflow: hidden;
float: left;
}
#flickr a{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: solid 5px #cfcfcf;
}
#flickr img { border:none;}
.flickrNav{
margin: 0 0 0 34px;
width: 360px;
float: left;
}
.flickrNav a{
float: left;
}
.flickrNav a#prev,
.flickrNav a#next{
background: url(../images/flickr_32.png) no-repeat;
padding: 32px 0 0 0;
margin: 40px 0 0 0;
width: 32px;
text-transform: uppercase;
font-size: 10px;
text-align: center;
}
.flickrNav a:hover#prev,
.flickrNav a:hover#next{
background: url(../images/flickr_32_load.gif) no-repeat;
}
#footer #search{
float: left;
width: 220px;
margin: 15px 0 0 35px;
}
#footer #search input[type="text"]{
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: none;
background-color:#b4bcca;
padding: 5px; 
}
#footer #search input[type="submit"]{
color: #6e7582;
background: none;
border: none;
font-size: 16px;
cursor: pointer;
}
.colophon,
.colophon li{
margin:0 0 10px 10px;
padding:0;	
}
.colophon li{
float:left;
margin-right:17px;
width:47px;
height:60px;
}
.colophon li,
.colophon li a,
.colophon img,
.colophon .disc{				
display:block;
}
.colophon li.clear{
clear:both;
width:460px;
float:none;
margin:0;
height:0;
line-height:0;
overflow:hidden;
margin-top:-1em;
}
.colophon li a{
display:block;
position:relative;
overflow:hidden;
width:47px;
height:60px;
z-index:1;
color:white;	
cursor:pointer;
cursor:hand;			
}
.colophon a #colophon-image-re{
background: url(../images/sprite.png) no-repeat -10px -837px;
width: 32px;
height: 32px;
display: block;
margin:14px;
}
.colophon a #colophon-image-mt{
background: url(../images/sprite.png) no-repeat -10px -869px;
width: 32px;
height: 32px;
display: block;
margin: 15px;
}
.colophon a #colophon-image-co{
background: url(../images/sprite.png) no-repeat -10px -581px;
width: 32px;
height: 32px;
display: block;
margin: 15px;
}
.colophon a #colophon-image-mc{
background: url(../images/sprite.png) no-repeat -10px -645px;
width: 32px;
height: 32px;
display: block;
margin: 15px;
}
.colophon a .colophon-info{
position:absolute;
z-index:2;
left:59px;
top:10px;
font-size:12px;
width:95px;
display:block;
overflow:hidden;
}
.colophon a .colophon-name{
color:#fff;
font-weight:bold;
display:block;
white-space:nowrap;
}
.colophon a .colophon-descr{
overflow:hidden;
color:#fff;
white-space:nowrap;
}
.colophon li a:hover{
z-index:10;
}
.colophon li a:hover{
width:160px;
margin-right:5px;
background-color: #4e5767;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
text-shadow: #000 0px -1px 1px;
}
.colophon li a:hover .colophon-fade{
width:60px;
height:60px;
position:absolute;
right:0;
top:0;
z-index:3;
background:url(../images/colophon-fade.png) 0 0 no-repeat;
}
.colophon li a:hover .colophon-name,
.colophon li a:hover .colophon-descr{
visibility:visible;
}
/*
-------------------------------------------------
Paging
=================================================
*/
.paging{
width: 100%;
font-size: 12px;
}
.paging a, .paging em{
padding: 5px;
font-style: normal;
}
.paging a:hover{
background-color: #4e5767;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #92cc0d;
-webkit-transition: color, background-color .2s ease-in;
}
/*
-------------------------------------------------
Form fields
=================================================
*/
#comments{
float: left;
}
#contactform,
#commentform{
margin:1em 0 1em 35px;
padding-top:10px;
border: #fff solid 1px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
#contactform fieldset,
#commentform fieldset{
margin:0;
padding:0;
border:none;	
float:left;
display:inline;
width:260px;
margin-left:5px;
}		
#contactform legend,
#commentform legend{display:none;}	
#contactform p,
#commentform p{margin:.5em 0;}	
#contactform label,
#commentform label{display:block; font-size: 12px;}	
#contactform input, #contactform textarea,
#commentform input, #commentform textarea{		
width:242px!important;
border:1px solid #ddd;
background:#fff url(../images/form_input.gif) repeat-x;
padding:3px 5px;
}		
#contactform textarea,
#commentform textarea{
height:125px;
overflow:auto;
}					
#contactform p.submit,
#commentform p.submit{
clear:both;
padding:0 65px 20px 25px;
margin:0;
text-align:right;
}	
#contactform button,
#commentform button{
width:150px;
height:37px;
line-height:37px;		
border:none;
background:url(../images/form_button.png) no-repeat 0 0;
color:#fff;
cursor:pointer;
text-align:center;
}
/*
-------------------------------------------------
Error/Success Messages
=================================================
*/
.contenterror {
background:#FFF1ED url(../images/error.gif) no-repeat .5em 50%;
padding:.5em .5em .5em 2.2em;
border:1px solid #900;
width:50%;
margin:.15em auto;
text-align:center;
}
.contentsuccess {
background:#F4FDEF url(../images/success.gif) no-repeat .5em 50%;
padding:.5em .5em .5em 2.2em;
border:1px solid #3F9305;
width:50%;
margin:.15em auto;
text-align:center;
}
.contentalert {
background:#FEFFDF url(../images/alert.gif) no-repeat .5em 10%;
padding:.5em .5em .5em 2.2em;
border:1px solid #EFEFEF;
width:50%;
margin:.15em auto;
text-align:center;
}
.errortext {
color:#C00;
}
.successtext {
color:#090;
}
.contenterror ul,.contentsuccess ul {
padding:0;
margin:0 0 0 25px;
text-align:left;
list-style:none;
}
.formNote {
background:#fafafa;
padding:.5em;
border:1px solid #53B2F8;
width:70%;
margin:1em auto;
text-align:left;
font-size:90%;
color:#777;
clear:both;
text-align:center;
}
.formNote a {
color:#000;
border: none;
padding: 0;
}
/*
-------------------------------------------------
Misc
=================================================
*/
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
/*
-------------------------------------------------
jQuery Fancybox
=================================================
*/
div#fancy_overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #666;
display: none;
z-index: 30;
}
* html div#fancy_overlay {
position: absolute;
}
div#fancy_wrap {
text-align: left;
}
div#fancy_loading {
position: absolute;
height: 40px;
width: 40px;
cursor: pointer;
display: none;
overflow: hidden;
background: transparent;
z-index: 100;
}
div#fancy_loading div {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 480px;
background: transparent url('../images/fancy_progress.png') no-repeat;
}
div#fancy_loading_overlay {
position: absolute;
background-color: #FFF;
z-index: 30;
}
div#fancy_loading_icon {
position: absolute;
background: url('../images/fancy_loading.gif') no-repeat;
z-index: 35;
width: 16px;
height: 16px;
}
div#fancy_outer {
position: absolute;
top: 0;
left: 0;
z-index: 90;
padding: 18px 18px 33px 18px;
margin: 0;
overflow: hidden;
background: transparent;
display: none;
}
div#fancy_inner {
position: relative;
width:100%;
height:100%;
border: 1px solid #BBB;
background: #FFF;
}
div#fancy_content {
margin: 0;
z-index: 100;
position: absolute;
}
div#fancy_div {
background: #000;
color: #FFF;
height: 100%;
width: 100%;
z-index: 100;
}
img#fancy_img {
position: absolute;
top: 0;
left: 0;
border:0; 
padding: 0; 
margin: 0;
z-index: 100;
width: 100%;
height: 100%;
}
div#fancy_close {
position: absolute;
top: -12px;
right: -15px;
height: 30px;
width: 30px;
background: url(../images/fancy_closebox.png) top left no-repeat;
cursor: pointer;
z-index: 181;
display: none;
}
#fancy_frame {
position: relative;
width: 100%;
height: 100%;
display: none;
}
#fancy_ajax {
width: 100%;
height: 100%;
overflow: auto;
}
a#fancy_left, a#fancy_right {
position: absolute; 
bottom: 0px; 
height: 100%; 
width: 35%; 
cursor: pointer;
z-index: 111; 
display: none;
background-image: url(data:image/gif;base64,AAAA);
outline: none;
}
a#fancy_left {
left: 0px; 
}
a#fancy_right {
right: 0px; 
}
span.fancy_ico {
position: absolute; 
top: 50%;
margin-top: -15px;
width: 30px;
height: 30px;
z-index: 112; 
cursor: pointer;
display: block;
}
span#fancy_left_ico {
left: -9999px;
background: transparent url('../images/fancy_left.png') no-repeat;
}
span#fancy_right_ico {
right: -9999px;
background: transparent url('../images/fancy_right.png') no-repeat;
}
a#fancy_left:hover {
visibility: visible;
}
a#fancy_right:hover {
visibility: visible;
}
a#fancy_left:hover span {
left: 20px; 
}
a#fancy_right:hover span {
right: 20px; 
}
.fancy_bigIframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
}
div#fancy_bg {
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
z-index: 70;
border: 0;
padding: 0;
margin: 0;
}
div.fancy_bg {
position: absolute;
display: block;
z-index: 70;
border: 0;
padding: 0;
margin: 0;
}
div.fancy_bg_n {
top: -18px;
width: 100%;
height: 18px;
background: transparent url('../images/fancy_shadow_n.png') repeat-x;
}
div.fancy_bg_ne {
top: -18px;
right: -13px;
width: 13px;
height: 18px;
background: transparent url('../images/fancy_shadow_ne.png') no-repeat;
}
div.fancy_bg_e {
right: -13px;
height: 100%;
width: 13px;
background: transparent url('../images/fancy_shadow_e.png') repeat-y;
}
div.fancy_bg_se {
bottom: -18px;
right: -13px;
width: 13px;
height: 18px;
background: transparent url('../images/fancy_shadow_se.png') no-repeat;
}
div.fancy_bg_s {
bottom: -18px;
width: 100%;
height: 18px;
background: transparent url('../images/fancy_shadow_s.png') repeat-x;
}
div.fancy_bg_sw {
bottom: -18px;
left: -13px;
width: 13px;
height: 18px;
background: transparent url('../images/fancy_shadow_sw.png') no-repeat;
}
div.fancy_bg_w {
left: -13px;
height: 100%;
width: 13px;
background: transparent url('../images/fancy_shadow_w.png') repeat-y;
}
div.fancy_bg_nw {
top: -18px;
left: -13px;
width: 13px;
height: 18px;
background: transparent url('../images/fancy_shadow_nw.png') no-repeat;
}
div#fancy_title {
position: absolute;
bottom: -33px;
left: 0;
width: 100%;
z-index: 100;
display: none;
}
div#fancy_title div {
color: #FFF;
font: bold 12px Arial;
padding-bottom: 3px;
}
div#fancy_title table {
margin: 0 auto;
}
div#fancy_title table td {
padding: 0;
vertical-align: middle;
}
td#fancy_title_left {
height: 32px;
width: 15px;
background: transparent url(../images/fancy_title_left.png) repeat-x;
}
td#fancy_title_main {
height: 32px;
background: transparent url(../images/fancy_title_main.png) repeat-x;
}
td#fancy_title_right {
height: 32px;
width: 15px;
background: transparent url(../images/fancy_title_right.png) repeat-x;
}
/*
-------------------------------------------------
jQuery Checkboxes
=================================================
*/
.jquery-checkbox       {display: inline; font-size: 20px; line-height: 20px; cursor: pointer; cursor: hand;}
.jquery-checkbox .mark {display: inline;}

.jquery-checkbox img {vertical-align: middle; width: 63px; height: 23px;}
.jquery-checkbox img{background: transparent url(../images/on-off.png) no-repeat;}

.jquery-checkbox img{
background-position: 0px -23px;
}
.jquery-checkbox-hover img{
background-position: 0px -23px;
}
.jquery-checkbox-checked img{
background-position: 0px 0px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
background-position: 0px 0px;
}

.jquery-checkbox-disabled img{
background-position: 0px -46px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
background-position: 0px -46px;
}