
/* 
  -----------------------------------
  PVII Pop Box Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Ivory
  -----------------------------------
*/

/*Force Vertical Scrollbar in non-IE browsers*/
html,
body {
height: 100.1%;
}

/*Font-Family for entire Lightshow*/
.p7LSM01 {
}

/*ROOT WRAPPER DO NOT EDIT*/
.p7LSM01 .p7LSM_wrapper {
position: relative;
overflow: hidden;
background: #FFF;
}

#p7LSM_box {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .5);
-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, .5);
box-shadow: 0 5px 20px rgba(0, 0, 0, .5);
}

/*Styles for Popup Box for Text Content Slides*/
#p7LSM_box.p7LSM01 #p7LSM_cnt {
border: 1px solid #ccc;
color: #666;
font-size: 12px;
line-height: 1.7em;
min-height: 200px;
padding: 15px;
text-align: left;
}

#p7LSM_box.p7LSM01 #p7LSM_cnt h3 {
margin: 0px;
padding: 0px;
}

#p7LSM .p7LSM01 #p7LSM_cnt .h3_subtitle {
color: #666;
font-size: 0.8em !important;
line-height: 1em;
margin: 5px 0;
padding: 0;
text-transform: uppercase;
}

/*#p7LSM_box.p7LSM01 #p7LSM_cnt a,
#p7LSM_box.p7LSM01 #p7LSM_cnt a:visited { color: #CCCCCC; }

#p7LSM_box.p7LSM01 #p7LSM_cnt a:hover { color: #3399FF; }*/

/*Popup Box: Set border around main box*/
.p7LSM01 #p7LSM_container {
background-image: url(img/p7LSM01_gradient.jpg);
background-repeat: repeat-x;
background-color: #FFFFFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
padding: 0 15px 15px 15px;
}

/*Adjust padding if toolbar is hidden*/
.p7LSM01 #p7LSM_container.hideToolbar {
padding: 15px;
background-image: none !important;
}

/* The Animation box - Set Background Color ONLY */
#p7lsm_abox.p7LSM01 {
background-color: #FFFFFF;
background-image: url(img/p7LSM01_abox.jpg);
}

/* The page overlay - Edit existing properties: Opacity, Filter, and BG Color ONLY */
#p7lsm_overlay.p7LSM01 {
background-color: rgb(21, 21, 21);
filter: alpha(opacity=70);
opacity: .70;
}

/*Description, Caption,  and Counter*/

/*Hide Description and Links in Dreamweaver Design View*/
.p7lsm_link,
.p7lsm_description {
display: none;
}

/*
Wrapper for Description, Caption,  and Counter
*/
#p7LSM_box.p7LSM01 #p7LSM_info {
background-color: #FFFFFF;
font-size: 0.8em;
padding: 0;
}

/*Padding-Right matches the padding on the Full-Size image outer container.*/
#p7LSM_box.p7LSM01 #p7LSM_desc {
padding: 3px 0 6px 0;
zoom: 1;
font-size: .9em;
}

#p7LSM_box.p7LSM01 #p7LSM_desc p {
margin: 6px 0 12px 0;
}

#p7LSM_box.p7LSM01 #p7LSM_desc a,
#p7LSM_box.p7LSM01 #p7LSM_desc a:visited,
#p7LSM_descboxW.p7LSM01 a,
#p7LSM_descboxW.p7LSM01 a:visited {
color: #0099FF;
}

#p7LSM_box.p7LSM01 #p7LSM_desc a:hover,
#p7LSM_descboxW.p7LSM01 a:hover {
color: #CCCCCC;
text-decoration: none;
background-color: #000000;
}

/*Description in Separate Popup Option*/
#p7LSM_descboxW.p7LSM01 {
top: 90px !important;
}

#p7LSM_descboxW.p7LSM01 #p7LSM_descboxInner {
border-top: 1px solid #FFFFFF;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #FFFFFF;
width: 220px;
}

#p7LSM_descboxW.p7LSM01 #p7LSM_descbox {
color: #999999;
padding: 20px;
font-size: 0.75em;
line-height: 1.5em;
background-color: #000000;
border: 10px solid #FFFFFF;
}

/*Padding-Right matches the padding on the Full-Size image outer container.*/
.p7LSM01 #p7LSM_caption {
font-size: 1em;
font-weight:bold;
color: #000000;
padding: 8px 0 0 0;
zoom: 1;
}

#p7LSM_box.p7LSM01 #p7LSM_counter {
font-size: 0.9em;
padding: 3px 0 0 0;
zoom: 1;
}

/*Full-Size Image*/
/*Full-Size Image Ineer Container (Hugs Image)*/
#p7LSMfsim {
border: 1px solid #000;
}

/*Loading Image*/
#p7LSM_loading {
display:none;
width:78px;
height:8px;
background-image: url(img/p7lsm_loading.gif);
}

/*Clear Floats*/
.p7lsm_clearfloat {
clear: both;
height: 0;
line-height: 0;
font-size: 0px;
}

/*TOC and Help Popup Boxes*/
/*Table of Contents and Help Popup Boxes Common Styles*/
#p7LSM_tocbox.p7LSM01,
#p7LSM_helpbox.p7LSM01 {
background-image: url(img/p7LSM01_gradient.jpg);
background-repeat: repeat-x;
background-color: #FFFFFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
color: rgb(102, 102, 102);
font-size: 11px;
opacity: .9;
overflow: auto;
padding: 10px;
-webkit-transition: opacity .4s ease-in;
-moz-transition: opacity .4s ease-in;
-o-transition: opacity .4s ease-in;
transition: opacity .4s ease-in;

width: 240px;
}

#p7LSM_tocbox.p7LSM01:hover,
#p7LSM_helpbox.p7LSM01:hover,
#p7LSM_tocbox.p7LSM01:active,
#p7LSM_helpbox.p7LSM01:active {
opacity: 1;
-webkit-transition: opacity .2s ease-out;
-moz-transition: opacity .2s ease-out;
-o-transition: opacity .2s ease-out;
transition: opacity .2s ease-out;
}


/*Help Box and TOC Box Closers*/
#p7LSM_tocbox.p7LSM01 a,
#p7LSM_helpbox.p7LSM01 a {
display: block;
padding: 3px 0px;
text-align: left;
text-decoration: none;
}

#p7LSM_tocbox.p7LSM01 a:hover,
#p7LSM_helpbox.p7LSM01 a:hover {
}

/*Help Popup Box specific styles*/
#p7LSM_helpbox.p7LSM01 {
width: 300px;
}

#p7LSM_helpbox.p7LSM01 ul {
margin: 8px 18px 18px 18px;
padding: 0;
list-style-type: none;
}

#p7LSM_helpbox.p7LSM01 p {
font-size: 1.2em;
font-weight: bold;
margin: 0 0 14px 0;
color: #000000;
letter-spacing: 0.2em;
padding: 8px 18px;
}

#p7LSM_helpbox.p7LSM01 li {
margin: 0 16px 6px 16px;
}

/*TOC Popup Box specific styles*/
#p7LSM_tocbox .p7LSM_tocbox_close {
height: 12px;
position: absolute;
right: 8px;
top: 8px;
width: 10px; 
}

#p7LSM_tocbox .p7LSM_tocbox_close a {
line-height: 1em;
margin: 0;
padding: 0;  
}

#p7LSM_tocbox.p7LSM01 p {
font-size: 13px;
margin: 0 0 10px;
}

#p7LSM_tocbox.p7LSM01 ol {
border: 1px solid rgb(204, 204, 204);
margin: 15px 0 2px;
padding: 10px 10px 0px 5px;
}

#p7LSM_tocbox.p7LSM01 li {
line-height: 1.2em;
margin: 0 0 5px 25px;
padding: 0;
}


/*TOC Link Styles*/
#p7LSM_tocbox.p7LSM01 ol a {
}

#p7LSM_tocbox.p7LSM01 ol a:hover {
}

#p7LSM_tocbox.p7LSM01 ol a.down {
font-weight: bold;
}

/* Toolbar */
.p7LSM01 #p7LSM_toolbar {
height: 30px;
overflow:hidden;
padding: 0;
position: relative;
}

.p7LSM01 #p7LSM_toolbar img {
border: 0;
}

.p7LSM01 #p7LSM_toolbar a {
background-repeat: no-repeat;
display: block;
height: 30px;
}

/*TOC Toolbar Icon*/
.p7LSM01 #p7LSM_toolbartoc {
left: 0px;
position: absolute;
top: 0;
}

.p7LSM01 #p7LSM_toc {
background-image: url(img/p7LSM01_toc.jpg);
width: 30px;
}

/*VCR Controls*/
#p7LSM_vcr ul li {
list-style-type: none;
}

.p7LSM01 #p7LSM_vcr {
margin: 0 auto;
width: 40px;
}

.p7LSM01 #p7LSM_vcr ul {
display: block;
list-style-type: none;
margin: 0;
padding: 0;
}

.p7LSM01 #p7LSM_vcr ul li {
display: block;
float: left;
list-style-type: none;
}

.p7LSM01 #p7LSM_first {
background-image: url(img/p7LSM01_first.jpg);
display: none !important;
width: 20px;
}

.p7LSM01 #p7LSM_prev {
background-image: url(img/p7LSM01_prev.jpg);
width: 20px;
}

.p7LSM01 #p7LSM_toolbar .p7LSM_pause {
background-image: url(img/p7LSM01_pauseplay.jpg);
background-position: 0px -60px;
display: none !important;
width: 20px;
}

.p7LSM01 #p7LSM_toolbar .p7LSM_play {
background-image: url(img/p7LSM01_pauseplay.jpg);
display: none !important;
width: 20px;
}

.p7LSM01 #p7LSM_next {
background-image: url(img/p7LSM01_next.jpg);
width: 20px;
}

.p7LSM01 #p7LSM_last {
background-image: url(img/p7LSM01_last.jpg);
display: none !important;
width: 20px;
}

/*HELP Toolbar Icon*/
.p7LSM01 #p7LSM_toolbarhelp {
display: none;
position: absolute;
right: 26px;
top: 0px;
}

.p7LSM01 #p7LSM_help {
background-image: url(img/p7LSM01_help.jpg);
width: 25px;
}

/*Close Toolbar Icon*/
.p7LSM01 #p7LSM_toolbarclose {
position: absolute;
right: 0px;
top: 0px;
}

.p7LSM01 #p7LSM_close {
background-image: url(img/p7LSM01_close.jpg);
width: 29px;
}

/*Toolbar Hovers and Utilities*/
.p7LSM01 #p7LSM_toolbar a:hover,
.p7LSM01 #p7LSM_toolbar a:focus,
.p7LSM01 #p7LSM_toolbar a.down {
background-position: 0px -30px;
}

.p7LSM01 #p7LSM_toolbar .p7LSM_pause:hover,
.p7LSM01 #p7LSM_toolbar .p7LSM_pause:focus {
background-position: 0px -90px;
}

.p7LSM01 #p7LSM_toolbar .p7LSM_play:hover,
.p7LSM01 #p7LSM_toolbar .p7LSM_play:focus {
background-position: 0px -30px;
}

#p7LSM_toolbar i {
display: none;
}

/*Trigger Links*/
.p7LSM01 .p7LSM_trigs {
display: none;
padding: 0px;
}

.p7LSM01 .p7LSM_trigs img {
border: 0;
height: 50px;
width: 60px;
}

.p7LSM01 .p7LSM_trigs ul {
margin: 0px;
padding: 0px;
}

.p7LSM01 .p7LSM_trigs li {
border: 1px solid #444444;
float:left;
list-style-type: none;
margin-right:6px;
margin-bottom:6px;
padding: 3px;
}

.p7LSM01 .p7LSM_trigs li.over {
background-color: #000000;
border-color: #444444;
}

.p7LSM01 .p7LSM_trigs a {
border: 1px solid #333333;
display:block;
float:left;
font-size: 0.9em;
z-index:1;
}

.p7LSM01 .p7LSM_trigs a:hover {
border-color: #FFFFFF;
}

#p7LSM_ovr {
background-color:#333333;
border: 1px solid #333333;
padding:4px;
}

/*Trigger links specific for text content slides*/
.p7LSM01 .p7LSM_trigs .p7lsm_type_cnt {
background-color: #1A1A1A;
border-bottom: 1px solid #000000;
border-left: 1px solid #333333;
border-right: 1px solid #000000;
border-top: 1px solid #333333;
color: #999999 !important;
height: 45px;
line-height: normal;
overflow: hidden;
padding: 5px;
padding-bottom: 0;
text-decoration: none;
width: 100px !important;
}

.p7LSM01 .p7LSM_trigs .p7lsm_type_cnt:hover {
background-color: #CCCCCC;
border-color: #F0F0F0 #999999 #999999 #F0F0F0;
color: #000000 !important;
}
