/* - - - - - - - - - - - - - - - - - - - - -

Title : Fluency Style Cele March 2010

- - - - - - - - - - - - - - - - - - - - - */

/* ------------------------------------------------------------

      css

------------------------------------------------------------ */

*{
      margin: 0;
      padding: 0;
}
body{
      background: #F2F1ED url("images/bg.png") repeat-x top;
      color: #333;
      font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
      font-size: 62.5%; /* http://www.clagnut.com/blog/348/ */
      line-height: 1.9em;
      text-align: center;
}

/* links  */

a{
      color: #9F3F17;      
      text-decoration: underline;
}
a:hover{text-decoration: none;}

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1.25em}  /* displayed at 12px/changed to 1.25 from 1 on Mar 6*/
p {font-size:1.2em} /*new March 6*/

/* tables & forms */

input, select, th, td {font-size:1em}

/* ------------------------------------------------------------

      page structure

------------------------------------------------------------ */

#page-container{
      text-align: left;
      font-size: 1.2em;
      background: url("images/shadow.png") no-repeat top;
      padding-top: 3px;
      width: 796px;
      margin: 0 auto;
}
#page{
      width: 762px;
      background: #fff;
      margin: 0 auto;
}
#page-top{
      background: #cccccc;
      padding: 0 0 15px 0;
}
#title{
      border-top: 5px solid #491E00;
      padding: 20px 20px 15px 20px;
      margin: 0 auto;
      font-size: 1.5em;
}

/* ------------------------------------------------------------

      title

------------------------------------------------------------ */

#title h1, #title p, #logo-container{
      display: block;
      margin: 0;
      color: #9F3F17;
      position: relative;
}
#title h1{margin-bottom: 12px;font-style: italic;}
#title p{font-style: italic;color: #666666;}
#logo{
      margin-bottom: 10px;
      position: absolute;
      z-index: 10000;
      top: 100px;
      left: 0;
}

/* ------------------------------------------------------------

      sitemenu-container

------------------------------------------------------------ */

#sitemenu-container{
      height: 210px;
      background: url("images/banner.jpg") no-repeat center;
      width: 760px;
      position: relative;
}
      #sitemenu-content{
            position: absolute;
            top: -59px;
            right: 0;
            color: #333;
      }
            #sitemenu-content ul{
                  list-style: none;
                  overflow: hidden;
                  margin: 0;
            }
                  #sitemenu-content ul li{
                        float: left;
                        margin: 0 2px;
                        padding: 0 10px;
                        border-right: 1px solid #333;
                        width: auto;
                  }
                        #sitemenu-content ul li a{
                              float: left;
                              display: block;
                              text-align: center;
                              width: auto;
                        }
                        #sitemenu-content li.currentPage{}
                        #sitemenu-content li.last-item{border: none !important;}

/* ------------------------------------------------------------

      page-content

------------------------------------------------------------ */

#page-content{
      overflow: hidden;
      background: #fff;
      padding: 0 0 0 10px;
      border-top: none;
}
                        
/* ------------------------------------------------------------

      main-content

------------------------------------------------------------ */

#main-content{
      float: left;
      width: 450px;
      padding: 0 10px 10px 5px;
}
      #main-content h2{
            border-bottom: 1px solid #CCC;
            padding-bottom: 10px;
            margin-bottom: 10px;
            font-size: 2.0em;
            letter-spacing: -1px;
      }
      #main-content h3{
            font-size: 1.6em;
            border-bottom: 1px solid #CCC;
            padding-bottom: 10px;
      }      
      #main-content .article-summary p{
            margin: 10px 0;
      }
      #main-content .article-info .timestamp{
            margin: 10px 0;
            text-align: center;
            color: #999;
      }

/* callout */      

.callout {
    float: right;
    width:200px;
    margin: 0px 0 0 20px;
      font-size: 12px;
      color: #000000;
}

.callout h4 {
      font-size: 14px;
      margin: 0;
      color: #333;
      padding: 5px 0;      
      border-bottom: 1px solid #ccc;
}
.callout ul {
      margin-left: 20px;
}
.callout .bordered h4 {
      padding: 5px 10px;
}
.callout .bordered p {
      padding: 0 10px;
}
      
/* forms */      

form label{
      font-weight: bold;
}
form input.fullWidth, form textarea{
      border: 1px solid #CCC;
      padding: 3px;
      margin-bottom: 20px;
}
form input.submit{
      margin: 0 auto;
      float: left;
      margin-top: 10px;
      overflow: hidden;
      cursor: pointer;
}

/* used on photo grid pages ... */
 
.gridItem {float:left;position:relative; width:138px; height:168px; overflow:hidden;margin:0 4px 4px 0; text-align:center; padding: 4px 0;}
.gridItem h3 {font-size:12px !important; line-height:1.4em; font-weight:normal; padding: 0; text-align:center; position:absolute; top:125px; left: 0;width:138px;border: none !important;}
.gridItem img {margin: auto!important; display:block;}
      
/* used on index summary pages */

#index, .photogrid-index, general-index{margin-top: 25px;overflow: hidden;height: 1%;display: block;clear: both;}
#index img{margin-right: 5px;}
.listing-index ul {}
.listing-index li h3 a {text-decoration:none;font-size:1.2em;font-weight:normal;}
      
/* ----------- individual photo ---------------- */

.photo-navigation{position: relative;overflow: hidden;padding: 20px 0;margin: 0 auto 10px auto;width: 200px;}
.photo-navigation .previous-page .imageLink,.photo-navigation .collection-index .imageLink, .photo-navigation .next-page .imageLink {display: block; text-indent: -10000px;width: 34px; height: 34px;}
.photo-navigation .previous-page .imageLink{background: url("images/arrow_l.gif") no-repeat;}
.photo-navigation .previous-page .imageLink:hover {background: url("images/arrow_l.gif") no-repeat 0 -34px;}
.photo-navigation .next-page .imageLink {background: url("images/arrow_r.gif") no-repeat;}
.photo-navigation .next-page .imageLink:hover {background: url("images/arrow_r.gif") no-repeat 0 -34px;}
.photo-navigation .collection-index .imageLink {background: url("images/arrow_list.gif") no-repeat;position: absolute;right: -17px;}
.photo-navigation .collection-index .imageLink:hover {background: url("images/arrow_list.gif") no-repeat 0 -34px;}
.ImageElement, .VideoElement { text-align:center;}

/* navigation links */

#previous-photo      {
      position: absolute;
      left: 0;
      top: 0;
}
#next-photo {
      top: 0;
      position: absolute;
      right: 0;
}
#photo-list{
      margin: 0 auto;
      position: absolute;
      left: 50%;
      top: 0;
}

/* ExtraContent CSS */

.column { float: left; }
.one { width: 100%; }
.two { width: 50%; }
.three { width: 33%; }
.four { width: 25%; }
.five { width: 20%; }
.two3rds { width: 66%; }
.three4ths { width: 75%; }
.four5ths { width: 80%; }
.column .content { width: 90% ! important; margin: 0 auto; padding: 0 ! important; float: none ! important;}
.column .content h2 { font-size: 1.6em !important; }

/* ------------------------------------------------------------

      sidebar-container

------------------------------------------------------------ */

#sidebar-container{
      float: right;
      width: 240px;
      font-size: 12px;
      padding-top: 13px;
      color: #777;
      padding: 15px 15px 0 20px;
      background: url("images/divider.jpg") no-repeat left top;
}
      #sidebar-container h2,#sidebar-container h3,#sidebar-container h4{
            font-size: 14px;
            margin: 0;
            color: #333;
            padding: 5px 10px;      
            border-bottom: 1px solid #ccc;
      }
      #sidebar-container ul, #sidebar-container ol{margin-left: 20px;}
      #sidebar-container p{padding: 0 10px;}
      
/* ------------------------------------------------------------

      page-bottom

------------------------------------------------------------ */

#page-bottom{
      color: #9E9E9E;
      padding: 15px;
      font-size: 11px;
      text-align: center;
      background: #F2F1ED;
      border-top: 3px solid #E6E6E2;      
}
      #page-bottom a{color: #333;}

/* ------------------------------------------------------------

      global

------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 { margin: 15px 0 0 0; }
p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }
a img{ border:none; }
hr, .hide, .hidden {display: none;}
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
.left{ float:left;width: auto; }
.right{ float:right;width: auto; }
.bordered{border: 1px solid #CCC;background: #FAFAFA;padding: 0 0 0 0;}
.pagelet{margin-bottom: 20px;}

/* custom */
.no-sidebar #main-content{
      width: 720px;
}
.no-sidebar #sidebar-container{
      display: none;
}

/* ------------------------------------------------------------

      browser issues

------------------------------------------------------------ */

.floatclear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.floatclear {display: inline-block;}

/* hides from IE-mac \*/
* html .floatclear {height: 1%;}
.floatclear {display: block;}
/* end hide from IE-mac */

/* end */#sitemenu-container { background-image: url("../_Media/banner.jpeg"); }
