﻿/*
G5 Search Marketing Copyright 2008
Local Search Marketing - Local Internet Advertising
*/

/* reset - don't modify */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
p,ol,ul {list-style:none;}
div#middle ul {list-style: disc;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
a {outline:none;text-decoration: none; color: #aa4f0d;}
a:hover {text-decoration: underline;}
h1,h2,h3,h4,h5,h6{font-family: helvetica, verdana, sans-serif;font-size:100%; color: #5a693b;}
h1 {font-size: 16px;}
h2 {font-size: 15px;}
h3 {font-size: 14px;}
h4 {font-size: 13px;}
h5 {font-size: 12px;}
h6 {font-size: 11px;}
html {background: #5a6a3d;}

body {
	position : relative; 
	width : 950px; 
	margin: 0 auto; 
	color: #464646;
	text-align : center; /* center for IE */
	font-family : helvetica, verdana, arial, sans-serif;
	font-size: 12px;
	}

/* Outside */
/* -------------------- */
div#whopper {
    position: relative;
    width: 950px;
    height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/
    min-height:100%; /* real browsers */
    margin: 0 auto;
    text-align: left;
}

div#header {
    position: relative;
    width: 942px;
    height: 136px;
    background: #f2ead5 url(/images/header_bg_01.jpg) -4px -4px no-repeat;
    border: 1px solid #e4e1b7;
    border-width: 4px 4px 6px 4px;
}

div#middle {
    position: relative;
    width: 950px;
    min-height:450px;
    height:auto !important;
    height:450px;
    z-index: 990;
    background: url(/images/body_bg_01.gif) top left repeat-y;
}

div#footer {
    position: relative;
    width: 950px;
    background: url(/images/body_bg_01.gif) top left repeat-y;
    text-align: center;
}

/* Template */
/* -------------------- */
div#header h1 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 616px;
    height 146px;
    text-indent: -9999px;
}
div#header h1 a {
    display: block;
    width: 616px;
    height: 146px;
}

div#header h2.existing {
    position: absolute;
    top: 80px;
    right: 28px;
    display: block;
    width: 245px;
    height: 15px;
    text-indent: -9999px;
}
div#header h2.existing a {
    display: block;
    width: 245px;
    height: 15px;
    background: url(/images/existing_bg_01.gif) top left no-repeat;
}

div#nav {
    position: relative;
    width: 946px;
    height: 27px;
    background: #f2ead5;
    border-left: 2px solid #dfdba9;
    border-right: 2px solid #dfdba9;
    z-index: 999;
    padding-bottom: 15px;
}
#nav a {
    display: block;
    width: 10em;
}
#nav ul { /* all lists */
    margin: 0;
    list-style: none;
    line-height: 1;
    z-index: 999;
}
#nav li { /* all list items */
    display: block;
    float: left;
    list-style: none;
    overflow: hidden;
    z-index: 999;
}
#nav li a {
    display: block;
    width: 157px;
    height: 27px;
    line-height: 27px;
    text-decoration: none;
    text-indent: -9999px;
}
#nav li.home a {
    background: transparent url(/images/navHome_bg_01.jpg) 0 0 no-repeat;
    width: 159px;
}
div#nav li.home a:hover {background-position: 0 -27px;}
#nav li.locations a {
    background: transparent url(/images/navLocations_bg_01.jpg) 0 0 no-repeat;
    width: 157px;
}
div#nav li.locations a:hover {background-position: 0 -27px;}
#nav li.storage a {
    background: transparent url(/images/navStorage_bg_01.jpg) 0 0 no-repeat;
    width: 157px;
}
div#nav li.storage a:hover {background-position: 0 -27px;}
#nav li.careers a {
    background: transparent url(/images/navCareers_bg_01.jpg) 0 0 no-repeat;
    width: 157px;
}
div#nav li.careers a:hover {background-position: 0 -27px;}
#nav li.about a {
    background: transparent url(/images/navAbout_bg_01.jpg) 0 0 no-repeat;
    width: 157px;
}
div#nav li.about a:hover {background-position: 0 -27px;}
#nav li.contact a {
    background: transparent url(/images/navContact_bg_01.jpg) 0 0 no-repeat;
    width: 157px;
}
div#nav li.contact a:hover {background-position: 0 -27px;}
#nav li ul { /* second-level lists */
    position: absolute;
    width: 150px;
    padding: 0;
    margin: 0;
    left: -999em;
}
#nav li.home ul li a,
#nav li.locations ul li a, 
#nav li.storage ul li a, 
#nav li.careers ul li a,
#nav li.about ul li a, 
#nav li.contact ul li a {
    width: 148px;
    height: 25px;
    padding: 0;
    margin: 0;
    background-image: none;
    background-color: #f2ead5;
    border: 1px solid #a59300;
    border-width: 1px 1px 0 1px;
    color: #58724d;
    display: block;
    font-weight: bold;
    line-height: 25px;
    text-indent: 10px;
}
#nav li.home ul li a:hover,
#nav li.locations ul li a:hover, 
#nav li.storage ul li a:hover, 
#nav li.careers ul li a:hover, 
#nav li.about ul li a:hover, 
#nav li.contact ul li a:hover {
    background-color: #fef6c5;
    color: #a54400;
    display: block;
    width: 148px;
    height: 25px;
    line-height: 25px;
}
#nav li.home ul li ul li a,
#nav li.locations ul li ul li  a, 
#nav li.storage ul li ul li a, 
#nav li.careers ul li ul li a,
#nav li.about ul li ul li a, 
#nav li.contact ul li ul li a {background-color: #e0debc;}
#nav li.last {border-bottom: 1px solid #a59300;}
#nav li ul ul { /* third-and-above-level lists */
	margin: -26px 0 0 149px;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {left: -999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover, #nav li.hover {position: static;}

#locationNav {
    position: relative;
    width: 400px;
    height: 34px;
    margin: 0 0 0 15px;
    z-index: 998;
} 
#locationNav ul { /* all lists */
    margin: 0;
    list-style: none;
    line-height: 1;
    z-index: 999;
}
#locationNav a {
    display: block;
    width: 10em;
}
#locationNav li { /* all list items */
    float: left;
    display: block;
    padding: 0;
    list-style: none;
    overflow: hidden;
    z-index: 998;
}
#locationNav li a {
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: left;
    text-decoration: none;
    text-indent: -9999px;
}
#locationNav li.nearest {
}
#locationNav li.nearest a {
    display: block;
    width: 400px;
    height: 34px;
    background: url(/images/nearestLocation_bg_01.jpg) top left no-repeat;
}
#locationNav li.nearest a:hover {background-position: 0 -34px;}
#locationNav li.nearest ul li {
    border: 1px solid #58724d;
    border-width: 1px 1px 0 1px;
}
#locationNav li.nearest ul li a {
    width: 148px;
    height: 25px;
    line-height: 25px;
    background-image: none;
    background-color: #f2ead5;
    color: #58724d;
    display: block;
    font-weight: bold;
    padding: 0;
    margin: 0;
    border-bottom: 0;
    text-indent: 10px;
}
#locationNav li.nearest ul li a:hover {
    background: #fef6c5;
    color: #58724d;
    display: block;
    width: 148px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    margin: 0;
}
#locationNav li ul { /* second-level lists */
    position: absolute;
    width: 150px;
    left: -999em;
    border-bottom: 1px solid #58724d;
}
#locationNav li.nearest ul li ul li a {background-color: #e0debc;}
#locationNav li ul {margin: 0 0 0 189px;}
#locationNav li ul ul {margin: -26px 0 0 148px;}
#locationNav li.nearest ul li ul li a:hover {}
#locationNav li:hover ul ul, #locationNav li.sfhover ul ul {left: -999em;}
#locationNav li:hover ul, #locationNav li li:hover ul, #locationNav li.sfhover ul, #locationNav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#locationNav li:hover, #locationNav li.hover {position: static;}

/* Homepage */
/* ------------------- */

div#homeTopCont {
    position: relative;
    width: 905px;
    height: 324px;
    margin: 0 22px 0 23px;
}

div#homeMidCont {
    position: relative;
    width: 901px;
    height: 305px;
    border: 1px solid #FFF;
    border-width: 0 2px 0 2px;
    background: url(/images/homeTopBody_bg_03.gif) top left repeat-x;
    overflow: hidden;
}

div#homeTop {
    position: relative;
    width: 905px;
    height: 10px;
    background: url(/images/homeTop_bg_01.gif) top left no-repeat;
    overflow: hidden;
}

div#homeLeftTop {
    position: relative;
    width: 418px;
    height: 305px;
    float: left;
    z-index: 990;
}

div#homeRightTop {
    position: relative;
    width: 480px;
    height: 305px;
    float: right;
    z-index: 1;
}

div#slideshow-home {
    position: relative;
    width: 473px;
    height: 313px;
    padding: 0 0 0 4px;
}
div#slideshow-home img {padding: 0;}

div#homeBot {
    position: relative;
    width: 905px;
    height: 9px;
    clear: both;
    background: url(/images/homeBot_bg_01.gif) top left no-repeat;
}

div#search {
    position: relative;
    width: 400px;
    height: 46px;
    margin: 6px 0 0 13px;
    background: url(/images/search_bg_01.gif) top left repeat-x;
}
div#search h3 {
    position: absolute;
    width: 164px;
    height: 14px;
    top: 17px;
    left: 10px;
    background: url(/images/searchHeader_bg_01.gif) top left no-repeat;
    text-indent: -9999px;
}
div#search label {color: #FFF; display: block;}
div#search input {vertical-align: middle; text-indent: 2px;}
div#search  #zip {    
    position: relative;
    width: 175px;
    height: 25px;
    border: 1px solid #fbf3c8;
    background: transparent url(/images/searchBoxer_bg_01.gif) top left no-repeat;
    margin: 7px 0 0 190px;
}
div#search input#go-button {
    position: absolute;
    top: 7px;
    left: 367px;
}

div#truck {}
div#truck p {margin:0;padding:0}
div#truck p img {
    padding: 10px 0 0 10px;
}
div#truck p.disclaimer {
	padding:0 0 0 53px;
	margin:0;
    color: #58724d;
}

div#homeText {
    position: relative;
    width: 905px;
    margin: 5px 22px 5px 23px;
}
div#homeText p {
    color: #58724d;
    line-height: 2.0em;
}

div#homeBotCont {
    position: relative;
    width: 905px;
    height: 322px;
    margin: 0 22px 0 23px;
    padding: 0 0 20px 0;
    background: url(/images/homeLocations_bg_01.jpg) top left no-repeat;
}
div#homeBotCont ul {
    position: relative;
    width: 196px;
    top: 50px;
    left: 35px;
    list-style: none;
}
div#homeBotCont ul li {line-height: 3.5em;}
div#homeBotCont ul li a {
    color: #030202;
    font-size: 12px;
    font-weight: bold;
}

/* Facility Page */
/* -------------------- */

/* setup the all the tertiary pages for the site with the margins for the content */
div#facility-page,
div#driving-directions, 
div#main-content, 
div#area-page, 
div#no-match, 
div#editor-content,
div#state-page, 
div#site-map,
div#comarketing-page {
    position: relative;
    padding: 15px 30px 15px 20px;
    text-align: left;
    overflow: hidden;
}

div#driving-directions ul, 
div#main-content ul, 
div#area-page ul, 
div#no-match ul, 
div#editor-content ul,
div#state-page ul, 
div#site-map ul,
div#comarketing-page ul {
    margin: 0 0 0 25px;
}

/* breadcrumbs */
div#middle p#trail {
    position: relative;
    float: left; 
    margin: 0; 
    padding: 0 0 0 50px;
    font-size: 10px;
    color: #aa4f0d;
}
div#middle p#trail a {text-decoration:underline;}

/* printer on top right of all interior pages */
div#facility-name {float: right;}
div#facility-name ul {padding: 0 15px 0 0;}
div#facility-name ul li {
    color: #aa4f0d;
    font-size: 10px;
    line-height: 20px;
    margin: 0;
    list-style: none;
    padding: 0;
    background: url(/images/printer.gif) center left no-repeat;
}
div#facility-name ul li.nobackground { background: none; }
div#facility-name ul li a {padding-left: 25px;}
div#facility-name ul li a:hover {text-decoration: none;}

div#facCont {
    position: relative;
    width: 950px;
    border-bottom: 4px solid #e4e1b7;
}

div#facLeft {
    position: relative;
    width: 440px;
    float: left;
}

div#address {
    position: relative;
    margin: 0 0 0 50px;
    color: #171716;
}
div#address h2 {font-weight: bold; color: #171716;}
div#address ul {list-style: none;}
div#address ul li { line-height:140%}
div#address ul li.street {}
div#address ul li.city-state-zip {}
div#address ul li.phone {}
div#address ul li.fax-phone {}

div#specials {
    position: relative;
    width: 425px;
    height: 170px;
    margin: 0 0 0 15px;
    background: url(/images/specialsHighlite_bg_01.jpg) 95px 0 no-repeat;
    z-index: 1;
}
div#specials h2 {
    position: absolute;
    top: 60px;
    width: 424px;
    height: 46px;
    color: #aa4f0d;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    z-index: 2;
    background: url(/images/specials_bg_01.jpg) 0 0 no-repeat;
}
div#specials h2:hover {background-position: 0px -46px;}


div#socialMedia {
	position:absolute;
	top: 120px;
	margin-left:10px	
}

div#socialMedia ul {
	list-style-image:none;
	list-style-type:none;
}


div#socialMedia ul li {
	float:left;
}

div#socialMedia ul li.facebook {
	margin:0px 70px 0px 40px
}

div#ccp {
    position: relative;
    width: 429px;
    height: 59px;
    margin: 0 0 0 11px;
    background: url(/images/ccp_bg_01.gif) top left no-repeat;
}
div#ccp ul {padding-top: 13px;} 
div#ccp ul li {
    width: 214px;
    height: 34px;
    float: left;
    list-style: none;
}
div#ccp ul li.last {padding: 0;}
div#ccp ul li a {
    display: block;
    width: 214px;
    height: 34px;
    color: #FFF;
    text-indent: -9999px;
}
div#ccp ul li.print a {background: url(/images/ccpPrint_bg_01.jpg) 0 0 no-repeat;}
div#ccp ul li.quote a {background: url(/images/ccpQuote_bg_01.jpg) 0 0 no-repeat;}

div#ccp ul li a:hover {
    background-position: 0 -34px;
}

/* Accordion Styles */
/*----------------------------*/
div#accordion {
    position: relative;
    width: 414px;
    margin: 15px 0 0 13px;
}
div#accordion h3 {
    width: 414px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-indent: 18px;
    background: url(/images/toggler_bg_01.gif) top left no-repeat;
}

.toggler {cursor: pointer;}
 
.element {
    width: 380px;
    padding: 0px 15px 10px 15px;
    line-height: 1.4em;
    margin: 9px 0 0 0;
}
div#accordion .element p {text-indent: 0; font-weight: normal;}

.panel {padding: 5px 0;}

div#prices h2 {}
div#prices table {float: left; width:95%}
div#prices tr {}
div#prices th {line-height: 1.4em;font-weight: bold;padding: 0 0 10px 0;}
div#prices td {height: 2em;border-bottom: 1px solid #8cac76;} 
div#existingCustomers  {
    position: relative;
    display: block;
    width: 207px;
    height: 190px;
    float: right;
    text-indent: -9999px;
    background: url(/images/whatSize_bg_01.jpg) top left no-repeat;
}

.tdUnit{ width:30%;}
.tdDesc{ width:70%;}

div#whatSize p {margin-top:10px}
div#whatSize p a {font-weight:bold}

div#hours {}
div#hours h2 {}
div#hours dl {padding-bottom: 10px;}
div#hours dt {
    font-weight: bold;
    line-height: 1.8em;
}
div#hours dd {line-height: 1.6em;}

div#features {}
div#features h2 {}
div#features dl {padding-bottom: 10px;}
div#features dt {
    padding-top: 10px;
    font-weight: bold;
    line-height: 1.6em;
}
div#features dd {line-height: 1.6em;}

div#facRight {
    position: relative;
    width: 508px;
    float: right;
}

div#callNow {
    position: relative;
    width: 273px;
    height: 27px;
    background: url(/images/callNow_bg_01.gif) top left no-repeat;
}
div#callNow h2 {
    color: #aa4f0d;
    font-size: 20px;
    padding: 3px 0 0 25px;
}

div#slideMap {
    position: relative;
    width: 483px;
    height: 679px;
    background: url(/images/facMap_bg_01.jpg) top left no-repeat;
}
div#slideMap h2.photoSEO {
    color: #aa4f0d;
    font-size: 11px;
    font-weight: normal;
    line-height: 35px;
    margin: 0 0 0 19px;
    text-indent: 30px;
    background: url(/images/camera_bg_01.gif) center left no-repeat;
}

div#photo-tour {
    position: relative;
    width: 464px;
    height: 302px;
}
div#photo-tour h2 {display: none;}

/* this should be exact same size as the images */
div#slideshow {
    position: absolute;
    top: 7px;
    left: 8px;
    width: 464px;
    height: 302px;
}

div#map {padding: 0 0 0 8px;}
div#map h2 {display: none;}

div#slideMap h2.mapDir {
    color: #aa4f0d;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
    text-indent: 8px;
}

/* this should be exact size of the map in the comp */
#flashmap {
    width: 463px;
    height: 320px;
    border: 1px solid #aa4f0d;
}

div#other-facilities {
    position: relative;
    clear: both;
    padding: 15px 0 0 20px;
}
div#other-facilities h2 {color: #5a693b;}
div#other-facilities dl {margin: 0 0 0 0;}

div#other-facilities dt a {
    color: #5a693b;
    font-weight: bold;
    line-height: 2.5em;
}
div#other-facilities dd a {color: #5a693b; line-height: 1.5em;}
div#editor-content div#other-facilities {
    padding: 20px 0 0 0;
}

div#compare {
    position: relative;
    width: 910px;
    margin: 15px 0 0 20px;
    font-size: 11px;
    overflow: hidden;
    border-bottom: 3px solid #e4e1b7;
    color: #5a693b;
}
div#compare h2 {}
div#compare p.nomargin {font-weight: bold;}

/* Area Page Styles */
/*--------------------*/

div#area-page {clear: both;}
div#comarketing-page {clear: both;}

div#area-page p.city {
    padding-left: 407px;
    text-align: right;
}

h2.city {clear: both;}
p.city {padding: 0 0 0 520px; text-align: right;}

div#area_map {
    position: relative;
    width: 467px;
    float: right;
    padding: 0 0 35px 0;
}

div#area_map h2 {}

div#area_map #flashmap {
    width: 467px;
    height: 430px;
    border: 1px solid #5a693b;
}

#facility-list {
    position: relative;
    width: 407px;
    float: left;
    margin: 12px 0 0 0; 
    display: inline;
}

.facility-summary {
    margin: 16px 0 16px 0; 
    clear: both;
	border-bottom: 1px solid #5a693b;
    line-height: 1.25em;
}
.facility-summary img {
    float: left;
    padding: 0 10px 10px 0;
}
.facility-summary dl {
    margin: 0;
    padding: 0 0 20px 0; 
}
.facility-summary dt {font-weight: bold;}
.facility-summary dd {padding: 0 0 0 10px;}
.facility-summary a {}
.facility-summary a img.facility-offer {display: none;}

/* Driving Directions Styles */
/*--------------------*/

div#driving-directions {clear: both; padding: 15px 21px 0 38px;}
div#driving-directions div#address {padding: 20px 0 0 0;}

div#driving_map {
    position: relative;
    width: 870px;
    height: 400px;
    padding: 15px 0 25px 0;
}
div#driving_map h2 {}

div#driving-directions #flashmap {
    position: relative;
    width: 870px;
    height: 400px;
    border: 1px solid #5a693b;
}

div#driving-text {padding: 15px 0 0 0;}
div#driving-text h1 {font-size: 12px;line-height: 2.0em;}
div#driving-text h2 {font-size: 14px;line-height: 2.0em;}

div#driving-link {padding: 0 0 20px 0;}

div#site-map {clear: both;}
div#site-map h3 {padding-bottom: 5px;font-size: 14px;}
div#site-map h4 {font-size: 12px; font-weight: normal;line-height: 1.4em;}

/* State Pages */
/* -------------------- */
div#state-page dl {}
div#state-page dl dt {margin: 10px 0 2px 0;}
div#state-page dl dt a {font-weight: bold;}

/* UNIT SIZES POP-UP
 * --------------------------------------------------------------------------*/
#unit-sizes-pop {background: #5a693b;}
#unit-sizes-pop p {text-align: left; color: #FFF; font-weight: bold;margin: 1em;}
#unit-sizes-pop table { 
    margin: 1em auto; 
    width: 90%;
    background: #FFF; 
    border-collapse: collapse;
}
#unit-sizes-pop table td {
    padding: .5em 1em; 
    color: #464646;
    border: 2px solid #aa4f0d;
    vertical-align: top; 
    font-weight: normal;
    text-align: left;
}
#unit-sizes-pop table th {
    color: #000; 
    padding: .5em 1em; 
    border: 2px solid #aa4f0d; 
    font-weight: bold; 
}
#unit-sizes-pop table th {background: #FFF; color: #000;}

/* Footer */
/* -------------------- */

div#footer ul {}
div#footer ul li {
    display: inline;
}
div#footer ul li a {
    padding: 0 10px;
    border-right: 1px solid #5a693b;
    color: #5a693b;
    line-height: 42px;
}
div#footer ul li.last a {border: 0;}

div#footer-states {padding: 10px 0 0 0;}
div#footer-states ul.states-list li a {text-transform: uppercase;}

div#footer-stores {
    position: relative;
    width: 950px;
    color: #5a693b;
}
div#footer-stores p {color: #5a693b;}
div#footer-stores a {color: #5a693b;}
p.footerBrand a {color: #5a693b;}

.clear {clear: both;line-height: 1px;height: 1px}
/* --------- /stylesheets/inline.css --------- */ 
/*
 _ _       _     _       _          
| (_)_ __ | | __(_)_   _(_) ___ ___ 
| | | '_ \| |/ /| | | | | |/ __/ _ \
| | | | | |   < | | |_| | | (_|  __/
|_|_|_| |_|_|\_\/ |\__,_|_|\___\___|
              |__/         
*/

#inline-edit-tools{
  background: #F0F4F5 url(/javascripts/ext/resources/images/gray/toolbar/bg.gif) repeat-x scroll left top;
  border-color: #D0D0D0;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
}

#inline-edit-tools a.edit{
  background-position: 0 2px;
  display: block;
  padding: 3px 0 2px 18px;
  color: #000;
  background-repeat: no-repeat;
  text-decoration: none;
  background-image: url(/javascripts/ext/resources/images/default/shared/fam/page_edit.png) !important;
}

/* --------- /javascripts/shadowbox/skin/classic/skin.css --------- */ 
/**
 * The "classic" theme CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is an online media viewer application that supports all of the
 * web's most popular media publishing formats. Shadowbox is written entirely
 * in JavaScript and CSS and is highly customizable. Using Shadowbox, website
 * authors can showcase a wide assortment of media in all major browsers without
 * navigating users away from the linking page.
 *
 * Shadowbox is released under version 3.0 of the Creative Commons Attribution-
 * Noncommercial-Share Alike license. This means that it is absolutely free
 * for personal, noncommercial use provided that you 1) make attribution to the
 * author and 2) release any derivative work under the same or a similar
 * license.
 *
 * If you wish to use Shadowbox for commercial purposes, licensing information
 * can be found at http://mjijackson.com/shadowbox/.
 *
 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
 * @copyright   2007-2008 Michael J. I. Jackson
 * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
 * @version     SVN: $Id: skin.js 91 2008-03-28 17:39:13Z mjijackson $
 */

/*_____________________________________________________  container & overlay  */
#shadowbox_container, #shadowbox_overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
#shadowbox_container {
  position: fixed;
  display: block;
  visibility: hidden;
  z-index: 999;
  text-align: center; /* centers #shadowbox in quirks and IE */
}
#shadowbox_overlay {
  position: absolute;
}

/*_______________________________________________________________  shadowbox  */
#shadowbox {
  position: relative;
  margin: 0 auto;
  text-align: left; /* reset left alignment */
}

/*____________________________________________________________________  body  */
#shadowbox_body {
  position: relative;
  margin: 0;
  padding: 0;
  border: 1px solid #333;
  overflow: hidden;
}
#shadowbox_body_inner {
  position: relative;
  height: 100%;
}
#shadowbox_content.html {
  height: 100%;
  overflow: auto; /* make html content scrollable */
}

/*_________________________________________________________________  loading  */
#shadowbox_loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#shadowbox_body, #shadowbox_loading {
  background-color: #060606; /* should match loading image background color */
}
#shadowbox_loading_indicator {
  float: left;
  margin: 10px 10px 0 10px;
  height: 32px;
  width: 32px;
  background-image: url(/javascripts/shadowbox/skin/classic/loading.gif);
  background-repeat: no-repeat;
}
#shadowbox_loading span {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 10px;
  float: left;
  margin-top: 16px;
}
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
  text-decoration: underline;
}

/*____________________________________________________________  title & info  */
#shadowbox_title, #shadowbox_info {
  position: relative;
  margin: 0; /* these must have no vertical margin or padding */
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner, #shadowbox_info_inner {
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  line-height: 16px;
}
#shadowbox_title {
  /*height: 26px;*/
  height: 4em;  /* this can be just about any value because of the overflow, but the 2-4em ballpark looks best, IMO, and prevents overflow off the top of the viewport for captions up to three lines */
  overflow: visible;
}
#shadowbox_title_inner {
	position: absolute;
	bottom: 0;
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
}
#shadowbox_info {
  height: 20px;
}
#shadowbox_info_inner {
  font-size: 12px;
  color: #fff;
}

/*_____________________________________________________________________  nav  */
#shadowbox_nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}
#shadowbox_nav_close {
  background-image: url(/javascripts/shadowbox/skin/classic/icons/close.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_next {
  background-image: url(/javascripts/shadowbox/skin/classic/icons/next.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_previous {
  background-image: url(/javascripts/shadowbox/skin/classic/icons/previous.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_play {
  background-image: url(/javascripts/shadowbox/skin/classic/icons/play.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_pause {
  background-image: url(/javascripts/shadowbox/skin/classic/icons/pause.png);
  background-repeat: no-repeat;
}

/*_________________________________________________________________  counter  */
#shadowbox_counter {
  float: left;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
}

/*___________________________________________________________________  clear  */
div.shadowbox_clear {
  clear: both; /* clear floating counter & nav */
}

/*________________________________________________________________  messages  */
div.shadowbox_message {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  color: #fff;
  text-decoration: underline;
}

#shadowbox_title {
  border: 0px solid;
} 

#shadowbox_info {
  border: 0px solid;
}


