/*

t e c . . . . . . . . . . . . . . . .
     _ _       _                     
  __| (_) __ _(_) ___ ___  _ __ ___  
 / _` | |/ _` | |/ __/ _ \| '_ ` _ \  
| (_| | | (_| | | (_| (_) | | | | | | 
 \__,_|_|\__, |_|\___\___/|_| |_| |_| 
         |___/ 

.     .     .     .     .     .     . iame.css
   .     .     .     .     .     .    I Am Episcopalian
.     .     .     .     .     .     . 2009
   .     .     .     .     .     .    version 1.0

*/

* {
    font-family: Verdana, Arial, sans-serif;
    color: #5e6778;
    letter-spacing: 0;
    word-spacing: 1px;
    line-height: 16px;
    /* global reset */
    margin: 0;
    padding: 0;
}

a img {
    border: 0 none;
}

body {
    margin: 0;
    padding: 0;
    /*background: #fff url(images/topbar_bg.gif) 0 0 repeat-x;*/
    background: #fff url(../images/carousel_bg.jpg) center 280px no-repeat;
    text-align: center;
    border-top: 5px #4f545d solid;
    behavior: url(/iame/css/csshover.htc);
}

    
    /*\*/ * html #strip { height: 4px; margin-top:-12px } /**/  /* hate the ie */

/* dual mode ie-expression: gunlaud.no */
* html div#footer { 
  position: absolute;
  top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop
  +(documentElement.clientHeight-this.clientHeight) 
  : document.body.scrollTop
  +(document.body.clientHeight-this.clientHeight));
} 

#wrap {
    width:960px;
    margin: auto;
}

/*#header {
    margin-bottom:42px;
    padding:0;
    width: 100%;
    height: 4px;
    background-color: #4f585d;    
}*/


#logo {
    width:845px;
    padding: 60px 0 0 61px;
    text-align: left;
    float: left;
}

#logo img {
    float:left;
}

#logo #iameHoverName {
    color: #a4a4a4;
    padding-top: 20px;
    font-family: Times, serif;
    font-size: 35px;
}

#stage {
/*    border: 1px solid red;*/ 
    width: 960px;
    margin-top: 30px;
    float:left;
}

#stage div#carousel-container {
    width: 845px;
    height: 148px;
    overflow: hidden;
    border-bottom: 1px #ccc solid; /*debug*/
    float: left;
    margin-bottom: 70px;
/*    border: 1px solid fuchsia;*/
}

#stage div#carousel {
    display: block !important;
    position: relative;
    margin-left: 8px;
}

#stage div#carousel ul * {
    margin: 0 !important;
    padding: 0 !important;
}

#stage div#carousel ul {
    width: 846px;
    height: 148px; /* height of the thumbs */
    margin: 0;
    padding: 0;
    list-style: none inside;
    overflow: hidden;
    text-align: left;
}

#stage div#carousel ul li {
    display: inline;
    list-style: none inside;
    /*padding-right: 17px !important;*/
    margin: 0 10px 0 0 !important;
    width: 200px;
    height: 148px;
}

/*
#carousel ul li:hover a img {
    display: none !important;
}
*/

#stage div#carousel ul li a {
    position: relative;
}

#stage div#carousel ul li a .playArrow {
    display: none;
    width:46px;
    height:42px;
    z-index: 9999 !important; 
    position: absolute; 
    bottom:0; 
    right:0; 
    color: red; 
    opacity: .60; 
    filter: alpha(opacity=60);
}

#stage div#carousel ul li a img {
    border: 0 none;
}

div.slide-controls {
/*border: 1px solid purple;*/
    width: 54px; /* rough estimate */
    height: 148px;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

div.slide-controls a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

div#slide-left {
    float: left;
    background: transparent;
}
div#slide-left a:link,
div#slide-left a:active,
div#slide-left a:visited {
    background: transparent url(../images/arrow_left_lo.gif) center 45px no-repeat;
}
div#slide-left a:hover,
div#slide-left a:active:hover,
div#slide-left a:visited:hover {
    background: transparent url(../images/arrow_left_hi.gif) center 45px no-repeat;
}

div#slide-right {
    float: right;
    background: transparent;
}
div#slide-right a:link,
div#slide-right a:active,
div#slide-right a:visited {
    background: transparent url(../images/arrow_right_lo.gif) center 45px no-repeat;
}
div#slide-right a:hover,
div#slide-right a:active:hover,
div#slide-right a:visited:hover {
    background: transparent url(../images/arrow_right_hi.gif) center 45px no-repeat;
}

#stage #content {
    /*border: 1px solid green;*/
    width: 846px;
    margin-top:50px; 
    padding-top:23px;
    margin:auto;
    clear:both;
    /*background: url(../images/iam_contentBG.gif) top left no-repeat;*/
}

#stage #content #info {
    float: left;
    width: 600px;
    margin-bottom:50px;
    padding-left:25px;
    text-align: left;
}

#stage #content ul#links{
    float: right;
    width: 165px;
    list-style: none inside;
    margin: 0;
    padding-right: 25px;
    text-align: right;
}

#stage #content ul#links li {
    float: right;
    list-style: none inside;
    margin: 0;
    padding: 0;
    text-align: right;
}

#stage #content ul#links li a {
    display: block;
    width: 164px;
    height: 60px;
    text-decoration: none;
}

#stage #content ul#links li a img {
    border: none;
}


/* upload button */
#stage #content ul#links li a.link#upload:link,
#stage #content ul#links li a.link#upload:active,
#stage #content ul#links li a.link#upload:visited {
    background: transparent url(../images/iame_links_bg.gif) 0 0 no-repeat;
    height: 60px;
}
#stage #content ul#links li a.link#upload:hover,
#stage #content ul#links li a.link#upload:active:hover,
#stage #content ul#links li a.link#upload:visited:hover {
    background: transparent url(../images/iame_links_bg.gif) 0 -60px no-repeat;
}

/* share button */
#stage #content ul#links li.link#share {
    background: transparent url(../images/iame_links_bg.gif) 0 -120px no-repeat;
    width: 164px;
    height: 58px;
    /* do we want this?? cursor: pointer !important; */
}
#stage #content ul#links li.link#share:hover {
    background: transparent url(../images/iame_links_bg.gif) 0 -178px no-repeat;
}
div#share-inner {
    display: none;
    list-style: none inside;
    margin: 19px 0 0 8px;
    text-align: left;
}
div#share-inner a.shareicon,
div#share-inner a.shareicon img { /* 8px between share icons */
    display: inline !important;
    margin: 0 !important;
    padding: 0 1px 0 0 !important;
    border: 0 none;
    width: 20px !important;
    height: 20px !important;
}


/* continue button */
#stage #content ul#links li a.link#continue:link,
#stage #content ul#links li a.link#continue:active,
#stage #content ul#links li a.link#continue:visited {
    background: transparent url(../images/iame_links_bg.gif) 0 -236px no-repeat;
    height: 60px;
}
#stage #content ul#links li a.link#continue:hover,
#stage #content ul#links li a.link#continue:active:hover,
#stage #content ul#links li a.link#continue:visited:hover {
    background: transparent url(../images/iame_links_bg.gif) 0 -296px no-repeat;
}


#emshStrip {
  margin:0;
  padding: 0;
  height: 18px;
  background: url(../images/iam_emshStrip_bg.gif) repeat-x;
  text-align: right;
  font-family: Tahoma;
  font-size: 10px;
  color: #ccc;
}

#emshStrip ul {
  margin:1px 4px 0 0;
  float:right;
  padding: 0;
  list-style: none;
}

#emshStrip ul li {
  display: inline;
}

#emshStrip ul li a {
  color:#ccc;
  text-decoration: none;
}

#emshStrip ul li a:hover {
  color:#fff;
}

#emshStrip ul li.embed {
  padding-right: 16px;
  background: url(../images/iam_emshStrip_embed.gif) center right no-repeat;
}

#emshStrip ul li.share {
  margin-left:10px;
  padding-right: 18px;
  background: url(../images/iam_emshStrip_share.gif) center right no-repeat;
}


#footer {
  width: 100%;
  height: 40px;
  padding: 10px 0 0 0;
  border-top: 1px solid #efefef;
  background-color: #f9f9f9; 
  position: fixed;
  bottom: 0;
  left:0;  
}

#footer img {
    padding-top:3px; 
    float: right;
    margin-right: 5%;
}

#footer a img {
    border: none;
}

#footer span {
    font-size: 10px;
}

#footer span.copy-left {
    float: left;
    text-align: left;
    margin-left: 15px;
}

#footer span.copy-right {
    float: right;
    text-align: right;
    margin-right: 15px;
}



p, div, span {
    font-size: 13px;
}

/* **** NOTE: this probably will NOT work in IE since it doesnt handle child selectors properly!!! **** */
p {
    padding-bottom: 15px;
    /*text-indent: 10px;*/
}


#shadowbox {
    overflow: visible !important;
}





div#content h1#iameHeader {
    float: left;
    margin-bottom:25px;
    margin-top:-20px;
    text-align:left;
}

div#langs {
    display: block;
    float: left;
    /*width: 88px;*/
    margin-left: 127px;
}

div#langs a {
    text-decoration: none;
}

div#langs a:hover {
    text-decoration: underline;
}
