/*
   BODY
-------------------------------------------------------*/
body {
   text-align: center;
   background: #FFF url(../images/bg-body.gif) repeat top left;
   font-size: 12px;
   font-family: Verdana, sans-serif;
   color: #333;
}

/*
   TYPOGRAPHY and BASIC ELEMENTS
-------------------------------------------------------*/
/* headings */
h1, h2, h3, h4, h5, h6 {
   color: #4e844a;
   font-family: Georgia, Times, sans-serif;
   font-weight: normal;
   line-height: 1.2;
   padding: 0 0 10px;
}

h1 {
   font-size: 24px;
}

   #sidebar h1 {
      margin-bottom: 10px;
      padding: 5px 10px;
   }
   
   #sidebar .twitter h1 {
      background: #f4f8f6 url(../images/bg-h1-tweet.gif) no-repeat 220px 2px;
   }
   
   #sidebar .headlines h1 {
      background: #f4f8f6 url(../images/bg-h1-blog.gif) no-repeat 220px 2px;
   }
   
   h1.section {
      border-bottom: 1px dashed #bab7b7;
      color: #999;
      margin-bottom: 10px;
      padding-bottom: 10px;
   }

h2 {
   font-size: 16px;
   padding-bottom: 10px;
}

   h2.subtitle {
      font-size: 14px;
   }
   
   .feature-txt h2 {
      padding-bottom: 0;
   }
   
   .banner h2 {
      color: #fff;
      padding: 15px 0 0 10px;
   }
   
h3 {
   font-size: 12px;
   padding-bottom: 10px;
}

   #sidebar h3 {
      color: #333;
      font-family: Verdana, sans-serif;
      font-weight: bold;
   }
   
h4 {
   color: #333;
   font-family: Verdana, sans-serif;
   font-size: 12px;
   font-weight: bold;
   padding: 5px 0 10px;
}

/* paragraphs etc. */
p, div.campaign {
   line-height: 1.5;
   padding-bottom: 10px;
}

	p.left {
	   text-align: left;
	}
	
	p.right {
	   text-align: right;
	}
	
	p.center {
	   text-align: center;
	}
	
	p.author {
	   color: #4e844a;
	}
	
	.col-1 p {
	   font-size: 11px;
	}
	
	.bio p {
	   color: #999999;
	}
	
	.meta {
	   color: #999999;
	   font-size: 11px;
	}
	
	p.highlight {
	   padding: .8em; 
      margin: 0 0 1em 0;
      border: 1px dashed #bab7b7;
      background: #f4f8f6;
	}
	
	#left-col p, #sidebar p, .flickr p, #footer p {
	   font-size: 11px;
	}

big {
   font-size: 125%;
}

small {
   font-size: 75%;
}

strong {
   font-weight: bold;
}

   #footer strong {
      color: #4e844a;
   }

em {
   font-style: italic;
}

blockquote {
   background: url(../images/bg-bq.gif) no-repeat 0 0;
   color: #72a889;
   font-family: Georgia, Times, serif;
   font-size: 16px;
   font-weight: normal;
   padding: 30px 25px 10px;
}

address {
   font-style: normal;
}

   #footer address {
      font-family: Georgia, Times, serif;
      font-size: 12px;
   }

span.red {
   color: red;
}

.green-bold {
   color: #4e844a;
   font-weight: bold;
}

/* lists - usually have to put #content in front */
#content ul {
   line-height: 1.5;
   list-style: square outside;
   margin-left: 36px;
   padding-bottom: 15px;
}

#content li ul {
   padding-bottom: 0;
}

#content ol {
   line-height: 1.5;
   list-style: decimal outside;
   margin-left: 36px;
   padding-bottom: 15px;
}

#content li ol {
   padding-bottom: 0;
}

#b2b ol li {
   padding-bottom: 15px;
}

/* links */
a, a:visited {
   color: #00aeef;
   text-decoration: none;
}

a:hover {
   border-bottom: 1px dashed #bab7b7;
}

h1 a, h1 a:visited,
h2 a, h2 a:visited,
h3 a, h3 a:visited,
h4 a, h4 a:visited,
h5 a, h5 a:visited,
h6 a, h6 a:visited {
   color: #4e844a;
}

#branding a:hover, .flickr a:hover {
   border-bottom: none;
}

a.twitter-link {color: #00bff3;}
a.rss-link {color: #f26522;}
a.facebook-link {color: #003471;}
a.flickr-link {color: #ec008c;}
a.linkedin-link {color: #0076a3;}
a.newsletter-link {color: #277278;}

#cloud a {
   background: url('../images/tag.gif') no-repeat 0% 50%;
   line-height: 1.5;
   padding-left: 10px;
}

a.tag {
   background: url('../images/tag.gif') no-repeat 2px center;
   padding-left: 12px;
   padding-right: 3px;
}

a.comments {
   background: url('../images/comment.gif') no-repeat 0 50%;
   padding: 3px 0 3px 23px;
}

/* images */
img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}

img.center {
	margin: 0 auto 10px;
	display: block;
}

.flickr img {
   margin: 0 auto 8px;
	display: block;
	border: 1px solid #000;
}

.flickr a:hover img {
   border: 1px solid #00aeef;
}

.meta img {
   vertical-align: middle;
}

img.spot {
   margin-bottom: 10px;
}

/* horizontal rule */
hr {
  border-color: #bab7b7;
  border-style: dashed;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 20px;
  height: 0;
}

hr.no-margin {
   margin: 10px 0 0;
}

/* tables */
table {
   
}

tr {
   
}

th {
   
}

td {
   
}

/* forms */
form {
   
}
   
   #left-col form {
      padding-bottom: 15px;
   }
   
   .selcat, .selmonth {
      width: 125px;
   }

fieldset {
   
}

legend {
   
}

input {
   
}

   input.txt {
      float: left;
      font-size: 12px;
      margin: 6px 0 0;
      padding: 2px 3px 3px;
      width: 142px;
   }
   
   #left-col input.txt {
      float: left;
      font-size: 12px;
      margin: 6px 0 10px;
      padding: 2px 3px 3px;
      width: 70px;
   }
   
   input.btn {
      float: left;
      padding: 6px 0 0;
      margin: 0;
   }

textarea {
   
}

.error {
   
}

/*
   CONTAINER
-------------------------------------------------------*/
#container {
   border-left: 1px dashed #bab7b7;
   border-right: 1px dashed #bab7b7;
   text-align: left;
   background: #fff url('../images/bg-container-b2b.gif') repeat-y 0 0;
}

#home #container {background: #fff url(../images/bg-container.gif) repeat-y 0 0;}

#b2b #container {background: #fff url(../images/bg-container-b2b-2col.gif) repeat-y 0 0;}
/*#b2b #container {background: #fff url('grid.png');}*/

/*
   BRANDING
-------------------------------------------------------*/
#branding {
	height: 120px;
	position: relative;
	background: #eee;
}

/*
   TAGLINE
-------------------------------------------------------*/
#tagline {
   height: 120px;
   background: #fff;
}

#tagline p {
   padding-bottom: 0;
   padding-left: 10px;
   font-family: Georgia, Times, serif;
   font-size: 24px;
   color: #59b9bf;
}

#tagline a {
   color: #59b9bf;
}

/*
   NAV-WRAPPER
-------------------------------------------------------*/
#nav-wrapper {
   background: #f4f8f6;
   border-bottom: 1px dashed #bab7b7;
   border-top: 1px dashed #bab7b7;
   height: 50px;
}

/*
   MAIN NAVIGATION
-------------------------------------------------------*/
#mainnav li a, #mainnav li a.visited {
   border-bottom: none;
   font-family: Georgia, Times, serif;
   font-size: 13px;
   font-weight: bold;
   padding: 5px 7px;
   text-decoration: none;
   text-transform: uppercase;
}

#mainnav li li a, #mainnav li li a:visited {
   font-family: Verdana, sans-serif;
   font-size: 11px;
   font-weight: normal;
   text-transform: none;
}

#mainnav li li a:hover {
   text-decoration: underline;
}

#mainnav li.current a, #mainnav li.sf-breadcrumb a,
#mainnav li.current li a, #mainnav li.sf-breadcrumb li a {
   color: #4E844A;
}

/*
   SEARCHBOX
-------------------------------------------------------*/
#searchbox div {
   float: left; 
   font-size: 10px; 
   margin: 2px 0 0 5px;
}

/*
   LEFT-COL
-------------------------------------------------------*/
#left-col {
   
}

#cloud {
   padding-bottom: 15px;
}

/*
   CONTENT
-------------------------------------------------------*/
#content {
   padding-top: 15px;
   padding-bottom: 15px;
   position: relative;
}

   #home #content {
      padding-top: 0;
      padding-bottom: 0;
   }

.padding-all {
   padding: 15px 10px;
}

.padding-rl {
   padding: 0 10px;
}

.margin-rl {
   margin: 10px 10px 20px;
}

.main-feature {
   background: #fff;
   border-bottom: 1px dashed #bab7b7;
   padding: 15px 0;
}

.main-feature-img {
   text-align: center;
}

.main-feature-img img {
   padding-top: 10px;
}

.feature-1, .feature-2 {
   background: #fff;
   border-bottom: 1px dashed #bab7b7;
   height: 220px;
   padding: 15px 0;
}

.feature-3, .feature-4 {
   background: #fff;
   height: 220px;
   padding: 15px 0;
}

.feature-img {
   float: left;
   text-align: center;
}

.flickr {
   background: #fff;
   padding: 15px 0;
}

   #left-col .flickr {
      padding: 0 0 15px;
   }

.meta {
   clear: both;
}

.comment-date {
	font-size: 11px;
	color: #999;
	padding: 0;
}

.comment-date strong {
   color: #333;
}

.comment {
   padding: 0 40px;
   margin: 10px 0;
}

.no-img-placeholder {
   background: #eee;
   border: 1px solid #ddd;
   color: #ccc;
   font-size: 11px;
   height: 128px;
   margin: 0 auto 10px;
   padding: 0 5px;
   text-align: center;
   width: 78px;
}

/*
   SIDEBAR
-------------------------------------------------------*/
#sidebar {
   background: #fff url('../images/bg-sidebar.gif') repeat-y top left;
}

.banner {
   background: url(../images/bg-banner.gif) no-repeat top left;
   height: 81px;
   margin: 0 -7px 0 -8px;
   position: relative;
}

.twitter, .headlines {
   background: #FFF;
   border-top: 1px dashed #bab7b7;
   padding: 10px 0;
}

/*
   FOOTER
-------------------------------------------------------*/
#footer {
   background: #fff;
   border-top: 1px dashed #bab7b7;
   border-bottom: 1px dashed #bab7b7;
   padding-top: 30px;
   padding-bottom: 15px;
}

/*
   EASY SLIDER
   http://cssglobe.com/post/5780/easy-slider-17-numeric-navigation-jquery-slider
-------------------------------------------------------*/
#slider {
   position: relative;
}

#slider ul, #slider li,
#slider2 ul, #slider2 li {
   margin: 0;
   padding: 0;
   list-style: none;
}

#slider2 {
   margin-top: 1em;
}

#slider li, #slider2 li {
   /*
   define width and height of list item (slide)
   entire slider area will adjust according to the parameters provided here
   */
   width:510px;
   height: 225px;
   overflow: hidden;
   background: #f4f8f6;
   padding: 10px 0 0;
   margin-bottom: 20px;
}

#prevBtn, #nextBtn,
#slider1next, #slider1prev {
   display: block;
   width: 16px;
   height: 16px;
   position: absolute;
   left: 10px;
   top: 208px;
   z-index: 1000;
   text-indent: -9999px;
}

#nextBtn, #slider1next {
   left: 486px;
}

#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a {
   display: block;
   position: relative;
   width: 16px;
   height: 16px;
   background: url(../images/scroll_left.png) no-repeat 0 0;
   border-bottom: 0;
}

#nextBtn a, #slider1next a {
   background: url(../images/scroll_right.png) no-repeat 0 0;
}

/* numeric controls */	

ol#controls {
   margin: 1em 0;
   padding: 0;
   height: 28px;
}

ol#controls li {
   margin: 0 10px 0 0;
   padding: 0;
   float: left;
   list-style: none;
   height: 28px;
   line-height: 28px;
}

ol#controls li a {
   float: left;
   height: 28px;
   line-height: 28px;
   border: 1px solid #ccc;
   background: #DAF3F8;
   padding: 0 10px;
   text-decoration: none;
}

ol#controls li.current a {
   background: #5DC9E1;
   color: #fff;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
   outline: none;
}

/*
   DIAGNOSTICS
-------------------------------------------------------*/
/*  
img[alt=""] {border: 3px dotted red;}

a[href="#"] {background: lime;}
a[href=""] {background: fuchsia;}
*/