/* Reset */
body, div, p, h1, h2, h3, h4, h5, h6, ol, ul, li, table, td, img{
    padding: 0;
    margin: 0;
    border: 0;
  }
html,
body
{
  height: 100%;
  }
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background: url(../img/bg_body.png) center repeat-y;
  }
  body{
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    background: url(../img/bg_wallpaper.jpg) 0 228px repeat-x fixed;
    }
    #padder{
      width: 832px;
      margin: 0 auto 0 auto;
      }
      #outer{
        width: 812px;
        margin: 0 auto 0 auto;
        }
        #topBar{
          height: 25px;
          background: #fff url(../img/bg_dots.gif) 0 100% repeat-x;
          }
        #vLinesTop{
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 182px;
          background: url(../img/bg_vLinesTop.gif) center 100% no-repeat;
          z-index: 990;
          }
        #header{
          position: relative;
          z-index: 990;
          text-align: left;
          height: 90px;
          padding: 15px 0 20px 0;
          margin-bottom: 30px;
          background: #fff;
          }
          #logo{
             width: 272px;
            height: 100px;
             }
          .home #logo a{
            cursor: default;
            }
          #topNav{
            position: absolute;
            right: 0;
            top: 58px;
            }
            #topNav a{
              float: left;
              display: block;
              margin-left: 10px;
              font-size: 16px;
              line-height: 16px;
              text-transform: lowercase;
              text-decoration: none;
              }
            #topNav a:link,
            #topNav a:visited,
            #topNav a:active
            {
              color: #8A8989;
              }
            #topNav a:hover{
              color: #acd251;
              }
            #topNav a.active:link,
            #topNav a.active:visited,
            #topNav a.active:active,
            #topNav a.active:hover        
            {
              color: #acd251;
              cursor: default;
              }
            
        #mainContent{
          position: relative;
          z-index: 990;
          width: 593px;
          margin: 0 auto 0 auto;
          }
          #mainContent .liner{
            margin: 0 30px 0 30px;
            text-align: left;
            }

      #portfolioLocal,
      #portfolioLocal2
			{
        margin-bottom: 30px;
        }
        .pfItem{
          }
        .pflItem div{
          display: none;
          }
        .vidThumb{ /* 126px with border / 135px with margin */
          border: solid 3px #BEBEBE;
          float: left;
          width: 120px;
          height: 120px;
          margin: 0 9px 9px 0;
          background-position: 0 0;
          background-repeat: no-repeat;
          }
          .last .vidThumb{
            margin-right: 0;
            }
          img.vidThumbOver{
            background-position: 0 -120px;
            border-color: #acd251;
            cursor: pointer;
            }


        #wrapper {
          margin: 0 auto -126px; /* the bottom margin is the negative value of the footer's height */
          }
        .push {
          height: 126px; /* .push must be the same height as .footer */
          }
        #footer{
          padding-top: 59px;
          color: #8A8989;
          font-size: 14px;
          background: #fff url(../img/bg_vLinesBottom.gif) center 0 no-repeat;
          }
          #footer .divider{
            color: #acd251;
            font-weight: bold;
            margin: 0 14px 0 14px;
            }
          #footer #bottomLine{
            height: 41px;
            background: url(../img/bg_dots.gif) 0 15px repeat-x;
            }


  h1{
    font-size: 20px;
    margin-bottom: 10px;
    color: #acd251;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    }
  h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2px;
    }
  h3{
    font-size: 16px;
    font-weight: bold;
    color: #acd251;
    margin-bottom: 2px;
    font-style: italic;
    }
  h4{
    font-size: 14px;
    font-weight: normal;
    color: #acd251;
    }
  p{
    margin-bottom: 15px;
    }

	a:link,
	a:visited,
	a:active
	{
	  color: #333; /* This is the default link color */
		text-decoration: underline;
	  }
	a:hover{
	  text-decoration: none;
	  }
	a.special:link,
	a.special:visited,
	a.special:active
	{
	  color: #FF00FF; /* This is the color of links with a class of "special"*/
	  }

table#contactInfo{
  width: 100%;
  }
  table#contactInfo td{
    width: 50%;
    line-height: 20px;
    vertical-align: top;
    text-align: center;
    padding: 10px;
    }
  table#contactInfo a:link,
  table#contactInfo a:visited,
  table#contactInfo a:active
  {
    color: #333;
    text-decoration: none;
    }
  table#contactInfo a:hover{
    text-decoration: underline;
    }
  



  #theater_overlay{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    z-index: 999;
    background: url(../img/bg_theater.png) 0 0 repeat;
  }
  
  .theater_overlayBG {
    background-color:#382E2A;
    filter:alpha(opacity=93);
    -moz-opacity: 0.93;
    opacity: 0.93;
  }
  
  * html #theater_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    }
    #screen{
      width: 850px;
      position: fixed;
      top:50%;
      left:50%;
      z-index: 999;
      display: none;
      }
    * html #screen{ /* ie6 hack */
      position: absolute;
      margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
      }
      #screen #mainFeature{
        float: left;
        width: 500px;
        height: 380px;
        overflow: visible;
        background: url(../img/loading.gif) center no-repeat;
        margin-top: 32px;
        z-index: 999;
        }
      #screen #featureInfo{
        float: right;
        width: 323px;
        background #000;
        text-align: left;
        /*
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 14px;
        */
        line-height: 20px;
        color: #fff;
        }
        #screen #featureInfo h1{
          text-align: left;
          font-size: 18px;
          margin-bottom: 5px;
          }
        #backLink{
          color: #acd251;
          text-align: right;
          margin-right: 20px;
          cursor: pointer;
          }
          #backLink span{
            color: #fff;
            margin: 0 3px 0 3px;
            }



.clearer{
  clear: both;
  }










/*
  CAUTION!
	========
	Remove #cecilia's style rule and you'll have a pig on every page!
*/
#cecilia{
  display: none;
  width: 238px;
  height: 423px;
  position: absolute;
  left: 40px;
  top: 45px;
  }

