/*
Background colors used in this design
#0899D7 default 
#C6161D campaign-strategies 
#4D6A78 direct-mail 
#8FAF3E grassroots-advocacy 
#F26640 public-affairs 
#666    gallery

*/

/*


Layout
*/

html {
  min-height: 100%;
}

body {
  display: block;
  background: #0899D7 url('../images/shading.png') bottom repeat-x;
  color: #666;
  font: normal normal normal 13px/17px Arial, sans-serif;
  text-align: center;
}
  
  #page-title {
    color: #0899D7;
  }

  body#campaign-strategy { background-color: #AD2A21 }
    #campaign-strategy a, #campaign-strategy #page-title { color: #AD2A21;}
    #campaign-strategy a:hover { background: #AD2A21; color: white;}
    #campaign-strategy #sub { background-color: #AD2A21 }
  body#direct-mail { background-color: #4D6A78 }
    #direct-mail a, #direct-mail #page-title { color: #4D6A78;}
    #direct-mail a:hover { background: #4D6A78; color: white;}
    #direct-mail #sub { background-color: #4D6A78 }
  body#grassroots-advocacy { background-color: #5F9510 }
    #grassroots-advocacy a, #grassroots-advocacy #page-title { color: #5F9510;}
    #grassroots-advocacy a:hover { background: #5F9510; color: white;}
    #grassroots-advocacy #sub { background-color: #5F9510 }
  body#public-affairs { background-color: #D96C44 }
    #public-affairs a, #public-affairs #page-title { color: #D96C44;}
    #public-affairs a:hover { background: #D96C44; color: white;}
    #public-affairs #sub { background-color: #D96C44 }
  body#portfolio { background-color: #666; color: white; }
    #portfolio a { color: #666;}
    #portfolio a:hover { background: #666; color: white;}

  #shell {
    margin: auto;
    position: relative;
    width: 990px;
    text-align: left;
  }
  
    #head {
      background: url('../images/shadow-top.png') bottom repeat-x;
      height: 65px;
      margin-left: 15px;
      position: relative;
      z-index: 1;
      width: 960px;
    }
    
      #head h1 {
        left: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 3px;
      }
        
        #head h1 a {
          cursor: pointer;
          background: transparent url('../images/impact-strategies-logo.png');
          display: block;
          height: 66px;
          width: 200px;          
        }
        
        #head h1 a:hover {
          background: transparent url('../images/impact-strategies-logo.png');
        }
          
          #head h1 a span {
            display: none;
          }
          
    #wrapper {
      background: url('../images/shadow-content.png') repeat-y;
      float: left;
      min-height: 600px;
      position: relative;
      z-index: 2;
      width: 990px;
    }
    
    .col {
      display: inline;
      float: left;
      padding: 20px;
      position: relative;
      width: 440px;
    }
    
    #main {
      background: url('../images/watermark.jpg') bottom no-repeat;
      margin-left: 15px;
      min-height: 560px;
    }
      
      #main .right, #main .left {
        margin: 20px;
      }
      
      #main ul {
        margin-left: 0;
      }

      #main ul li {
        background: url('../images/bullet.gif') top left no-repeat;
        list-style: none;
        padding-left: 18px;
        margin-bottom: 6px;
        position: relative;
      }
    
    #sub {
      background-color: #46798E;
      color: white;
      min-height: 560px;
      padding: 0;
      width: 480px;
    }
    
      #sub #callout-text {
        font-family: Georgia, serif;
        font-style: italic;
        font-size: 24px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 480px;
        right: 20px;
        text-align: right;
        width: 425px;
      }
      
    #sub p {
      margin: 0;
      padding: 0;
    }

    #foot {
      background: url('../images/shadow-bottom.png') top repeat-x;
      clear: both;
      color: white;
      height: 100px;
      margin-left: 15px;
      position: relative;
      text-align: center;
      text-shadow: rgba(0,0,0,.5) 0 0 2px;
      width: 960px;
    }
    
      #phone-number {
        font-weight: bold;
        font-size: 24px;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 8px;
      }
      
      #address {
        position: absolute;
        right: 0;
        text-align: right;
        top: 35px;
      }
      
      #copyright {
        left: 0;
        position: absolute;
        top: 35px;
      }
      
      #foot a {
        color: white;
      }
      
      #foot a:hover {
        background: transparent;
      }
      
/*

Portfolio
*/



#sub-head {
  background: black;
  border-bottom: 4px solid black;
  height: 76px;
  margin-left: 15px;
  overflow: hidden;
  position: relative;
  width: 960px;
}

  #sub-head h1 {
    color: white;
    left: 20px;
    margin: 0;
    padding: 0;
    bottom: 15px;
    position: absolute;
  }
  
  #sub-head ul {
    position: absolute;
    right: 5px;
    top: 5px;
  }
  
  #sub-head li {
    margin-left: 5px;
  }
  
  #sub-head li a {
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter:alpha(opacity=50);
  }
  
    #sub-head li a:hover, #sub-head li a.active {
      opacity: 1;
      -moz-opacity: 1;
      filter:alpha(opacity=100);
    }
    
    a#show-info {
      background: #333;
      background: rgba(0,0,0,.8);
      color: white;
      display: block;
      left: 15px;
      padding: 10px 20px;
      position: absolute;
      text-shadow: rgba(0,0,0,.8) 0 0 3px;
      top: 80px;
      z-index: 2;
    }
    
    #gallery-info {
      background: #333;
      background: rgba(0,0,0,.8);
      left: 15px;
      padding: 20px;
      position: absolute;
      text-shadow: rgba(0,0,0,.8) 0 0 3px;
      top: 80px;
      width: 323px;
      z-index: 2;
    }
    
    #gallery-info h1 {
      color: white;
    }
    
    #gallery-info a {
      color: white;
      text-decoration: underline;
    }
  
  #index-wrapper {
    display: inline;
    float: left;
    margin-top: 10px;
    margin-left: 45px;
    width: 900px;
    text-align: center;
  }
  
  #index-wrapper p {
    font-size: 20px;
  }
  
  .thumb-wrapper {
/*    height: 200px;*/
    text-align: center;
    width: 280px;
    overflow: hidden;
  }
  
    .thumb-wrapper img {
      height: auto;
      width: 280px;
      /*      
      height: 200px;
      width: auto;
      */
      -ms-interpolation-mode: bicubic;
    }
    
  #feature {
    margin-left: 15px;
    height: 600px;
    overflow: hidden;
    position: relative;
    width: 960px;
    z-index: 1;
  }
  
    #feature img {
      height: auto;
      left: 0;
      position: absolute;
      top: 0;
      width: 960px;
      -ms-interpolation-mode: bicubic;
    }
    
  #index-wrapper li {
    margin: 10px;
  }
      
  #index-wrapper p {
    margin-top: 5px;
  }
    
  #index-wrapper a {
    float: none;
  }
    
    
/*

Default type

*/

ol, ul {
  margin-left: 2em;
  padding-bottom: 1em;
}

li {
  margin-bottom: 6px;
}

p {
	line-height:1.5em;
	margin:1em 0 .5em;
}

  p:first-child, p.first-child {
    margin-top: 0;
  }

h1
{
	font-size:2.1em;
	line-height:1;
	margin:1em 0 .5em;
	text-transform: uppercase;
}

h2
{
	font-size:1.5em;
	line-height:1;
	margin:1.07em 0 .535em;
}

h3
{
	font-size:1.4em;
	line-height:1;
	margin:1.14em 0 .57em;
}

h4
{
	font-size:1.3em;
	line-height:1;
	margin:1.23em 0 .615em;
}

h5
{
	font-size:1.2em;
	line-height:1;
	margin:1.33em 0 .67em;
}

h6
{
	font-size:1em;
	line-height:1;
	margin:1.6em 0 .8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: Georgia, serif;
  font-weight: 100;
}
    
/*

Navigation
*/
a { 
  background: transparent;
  color: #0899D7;
  text-decoration: none;
}

a:hover {
  background: #0899D7;
  color: white;
}

ul#nav-primary {
  font-family: Georgia, serif;
  right: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-shadow: rgba(0,0,0,.5) 0px 0px 3px;
  top: 35px;
}

  ul#nav-primary li {
    margin: 0;
    margin-left: 1em;
    padding: 0;
    position: relative;
  }
    
    ul#nav-primary li a {
      color: white;
      font-size: 18px;
      line-height: 20px;
      text-decoration: none;
    }
    
    ul#nav-primary li a:hover {
      background: transparent;
    }
  
ul#nav-foot {
  font-family: Georgia;
  font-size: 18px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20px;
}

  ul#nav-foot li {
    display: inline;
    list-style: none;
    margin-right: 20px;
  }
  
    ul#nav-foot li a {
      color: white;
      text-decoration: none;
    }
    
    ul#nav-foot li a:hover {
    }

ul.navSub {
  width: 100%;
}

  ul.navSub li {
    list-style: none;
  }
  
    ul.navSub li a {
      display: block;
      text-decoration: none;
      width: 100%;
    }
    
    ul.navSub li a:hover {
    }
    

/*

Forms
*/
label {
  font-weight: bold;
}

input[type="text"] {
  height: 20px;
  margin-bottom: 10px;
}

/*


Misc
*/
#cocoDesign {
  background: url(../images/CocoDesign.png) no-repeat;
  display: block;
  height: 21px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 56px;
}

  #cocoDesign span {
    display: none;
  }

* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}
/*


Comes in Handy Sometimes
*/
.left {
  display: inline;
  float: left;
}
.right {
  display: inline;
  float: right;
}
.NoMargin {
  margin: 0 !important;
}
.clear, .clearme {
  clear: both;
}
ul.inline-list {
  margin-left: 0;
}
  ul.inline-list li {
    display: inline;
    float: left;
    list-style: none;
  }
    ul.inline-list li a {
      float: left;
    }

/*


Default styles for BrainBuster logic captcha
*/
#captcha {
  margin: .5em 0 .5em 0;
  font-size: 13px;
}

#captcha_answer {
  margin-left: .5em;
}

.captcha_failed input {
  border-style: inset;
  border-color: red;
  border-width: 3px;
}