/******************
Global Styles
******************/
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

html, body {
	height: 100%;
}

body {
  font-family: "museo-sans-1","museo-sans-2";
	background-position: 345px 0px;
	background-attachment: fixed;
	background-repeat: repeat-y;
	-webkit-background-size: cover;
	/*background-color: #efefef;*/
}

img {border: 0;}

a {
	color: #00BDF2;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

sup {
	font: 8px/8px Arial,Helvetica,sans-serif;
	vertical-align: top;
}

.right {float: right;}

.left {float:left;}

.clear {clear:both;}

/******************
Image Replacement Styles
******************/
.image_replace {
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.image_replace_anchor {
	background-position: 0 0;
	background-repeat: no-repeat;
}

.image_replace_anchor a {
	display: block;
	text-indent: -9999px;
	outline: none;
}

#logo_100_people {
  width: 285px;
  height: 65px;
  line-height: 65px;
  background-image: url(../images/logo_100_people.png);
}

#logo_100_people a {
  width: 285px;
  height: 65px;
  line-height: 65px;
}

/******************
Wrapper Styles
******************/
#wrapper {
	background-image: url(../images/bg_columns.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	min-height: 100%;
}

#wrapper-blog {
	background-image: url(../images/bg_columns.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	min-height: 100%;
	width: 1100px;
}

/******************
Content Styles
******************/
#content {
	width: 100%;

}

/******************
Left Styles
******************/
#left {
  width: 345px;
  background-color: #efefef;
  float: left;

  height: 100%;
}

#left_content {
  padding: 30px 30px 0 30px;
  	background-color: #efefef;
}

#twitter_section {
  padding: 40px 0;
}

#twitter_section h2 {
  font-size: 24px;
  line-height: 24_px;
  font-weight: normal;
  color: #6D6E71;
  text-transform: uppercase;
}

#twitter_section dt {
  font-size: 14px;
  line-height: 16px;
}

#twitter_section dd {
  font-size: 14px;
  line-height: 18px;
  color: #939598;
  padding: 10px 20px 10px 5px;

}

#twitter_section dd .twitter-time {
  color: #ccc;
}






#twitter_m {
   width: 270px;
}

#twitter_container {
       min-height:45px;
       height:auto !important;
       height:260px;
       padding-bottom:30px;
	   margin-top: -5px;
	   padding-left:2px;
}

       #twitter_update_list {
           width: 270px;
           padding: 0;
		   overflow: hidden;
		   font-family: "museo-sans-1","museo-sans-2";
           font-size: 14px;
           color: #77787b;
           line-height: 17px;
		   text-indent: 0px;
}

       #twitter_update_list li {
           width: 270px;
		   margin-top: 20px;
		   list-style: none;
  }

       #twitter_update_list li a {
           color: #00bdf2;
           text-decoration: none;
 }

       #twitter_update_list li a:hover {
           color: #00bdf2;
           text-decoration: underline;
}







#people_counter {
  padding-bottom: 200px;
  color: #6D6E71;
  font-size: 21px;
}

#sidebar_ctas {

}

/******************
Navigation Styles
******************/
#navigation {
  padding-top: 10px;
  text-transform: uppercase;
}

#nav {
  
}

#nav li {
  clear: both;
}

#nav li a, #nav li.current ul li a, #nav li.current ul li.current ul li a {
  display: block;
  font-size: 21px;
  height: 35px;
  line-height: 35px;
  color: #000;
  text-decoration: none;
  background-position: right 0px;
  background-repeat: no-repeat;
  background-color: #fff;
  padding-left: 15px;
  margin-bottom: 10px;
}

#nav li#nav_people a {
  background-image: url(../images/nav_people.png);
}

#nav li#nav_goers a {
  background-image: url(../images/nav_goers.png);
}

#nav li#nav_senders a {
  background-image: url(../images/nav_senders.png);
}

#nav li#nav_mobilizers a {
  background-image: url(../images/nav_mobilizers.png);
}

#nav li#nav_blog a {
  background-image: url(../images/nav_blog.png);
}

#nav li#nav_categories a {
  background-image: url(../images/nav_categories.png);
}

#nav li#nav_categories.clicked a {
  background-image: url(../images/nav_categories.png);
}

#nav li#nav_categories ul li a {
  background-image: none;
}

#nav li#nav_rss a {
  background-image: url(../images/nav_rss.png);
}

#nav li.current a, #nav li a:hover, 
#nav li.current ul li.current a, 
#nav li.current ul li a:hover,
#nav li.current ul li.current ul li a:hover {
  background-position: right bottom;
  background-color: #FFFACF;
}

#nav li ul li {
  padding-left: 30px;
}

#nav li ul li a {
  font-size: 21px;
}

#nav_search .field {
  width: 170px;
  height: 31px;
  border: 2px solid #BCBDBF;
  font-size: 16px;
  padding-left: 13px;
  float: left;
}

#nav_search a {
  float: right;
  padding: 0px 0px 0px 10px !important;
  margin: 0px 0px 0px 0px;
  width: 58px;
  background-image: none !important;
  background-color: #BCBDBF !important;
  color: #fff !important;
}

/******************
Sub-Navigation Styles
******************/
#subnavigation {
  padding-top: 30px;
}

#subnav {
  overflow: hidden;
}

.subsubnav {
  width: 410px;
  float: left;
}

#subnav div div {
  float: left;
  width: 195px;
  margin-right: 10px;
  padding-bottom: 10px;
  height: 65px;
}

#subnav div div a {
  background-color: #fff;
  background-position: center 0px;
  background-repeat: no-repeat;
  display: block;
  height: 65px;
  line-height: 65px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-indent: -9999px;
  text-transform: uppercase;
}

#subnav #subnav_interested a {
  background-image: url(../images/subnav_interested.png);
}

#subnav #subnav_called a {
  background-image: url(../images/subnav_called.png);
}

#subnav #subnav_equipped a {
  background-image: url(../images/subnav_equipped.png);
}

#subnav #subnav_launched a {
  background-image: url(../images/subnav_launched.png);
}

#subnav #subnav_advocacy a {
  background-image: url(../images/subnav_advocacy.png);
}

#subnav #subnav_giving a {
  background-image: url(../images/subnav_giving.png);
}

#subnav #subnav_prayer a {
  background-image: url(../images/subnav_prayer.png);
}

#subnav #subnav_learning a {
  background-image: url(../images/subnav_learning.png);
}

#subnav #subnav_networking a {
  background-image: url(../images/subnav_networking.png);
}

#subnav #subnav_leading a {
  background-image: url(../images/subnav_leading.png);
}

#subnav a:hover, #subnav .current a {
  background-image: none !important;
  background-color: #6B9C3D;
  text-decoration: none;
  text-indent: 0px;
}

/******************
Right Styles
******************/
#right {
  /*width: 650px;*/
  width: auto;
  margin-left: 345px;
  padding-left: 30px;

}

#blog_right {
  width: auto;
  margin-left: 345px;
  padding-left: 30px;
  float: left;
  width: 710px;
  padding-left: 30px;
  margin: 0;
}

/******************
Home Styles
******************/
#home {
  padding-top: 30px;
}

#home_copy {
  font-size: 40px;
  line-height: 50px;
  font-weight: normal;
  margin-bottom: 20px;
}

#home a {
  color: #000;
  text-decoration: underline;
}

#home a:hover {
  color: #00BDF2;
	text-decoration: none;
}

#home .callout {
  background-image: url(../images/icon_star.png);
  background-position: 12px 13px;
  background-repeat: no-repeat;
  padding: 30px 30px 30px 50px;
  background-color: #efefef;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
  width: 535px;
}

/******************
People Styles
******************/
#people {
  font-family: "calluna-1","calluna-2";
  padding: 30px 0px;
}

.person {
  font-size: 12px;
  line-height: 18px;
  width: 195px;
  height: 270px;
  background-color: #fff;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.person .image {
  padding-top: 10px;
  text-align: center;
}

.person .copy {
  color: #6C9D3C;
  padding: 10px;
}

.person a {
  color: #6C9D3C;
  text-decoration: none;
}

.person a:hover {
  text-decoration: underline;
}

/******************
Page Styles
******************/
#page {
  max-width: 810px;
  background-color: #fff;
  font-family: "calluna-1","calluna-2";
  margin-bottom: 200px;
  margin-right: 10px;
}

#page .copy {
  padding: 60px 60px 20px 60px;
  font-size: 18px;
  line-height: 25px;
}

#page .pagination {
  font-family: "museo-sans-1","museo-sans-2";
  padding: 10px;
  padding-top: 0px;
  font-size: 15px;
  line-height: 15px;
  color: #77787B;
  text-transform: uppercase;
  overflow: hidden;
}

#page .pagination .left {
  padding-left: 15px;
  background-image: url(../images/icon_pagination_left.png);
  background-position: 0px 2px;
  background-repeat: no-repeat;
}

#page .pagination .right {
  padding-right: 15px;
  background-image: url(../images/icon_pagination_right.png);
  background-position: right 2px;
  background-repeat: no-repeat;
}

#page .pagination a {
  color: #77787B;
}

#page .pagination a:hover {
  
}

#page h1, #page h2, #page h3, #page h4, #page h5 {
  font-family: "museo-sans-1","museo-sans-2";
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
  padding-bottom: 30px;
}

#page .intro {
  font-family: "museo-sans-1","museo-sans-2";
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
  padding-bottom: 50px;
}

#page .icon_bicycle {
  font-weight: normal;
  background-image: url(../images/icon_bicycle.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-left: 60px;
}

#page p {
  padding-bottom: 30px;
}

#page ul {
  
}

#page ul li {
  padding: 0 0 30px 20px;
  background-image: url(../images/bg_li.png);
  background-position: 0px 6px;
  background-repeat: no-repeat;
}

#page ul li ul {
  padding: 20px 0 0px 0px;
}

#page ul li ul li {
  padding: 0 0 30px 20px;
  background-image: url(../images/icon_dot.png);
  background-position: 0px 7px;
  background-repeat: no-repeat;
}

#page ol li{
list-style-type: decimal-leading-zero;
margin: 0 0 0 60px;
}

/******************
Search Results Styles
******************/
#search_results {
  padding-top: 30px;
}

#search_results h2 {
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #6D6E71;

}

#search_results_tip {
    padding-bottom: 20px;

}

#search_results_copy {
  width: 580px;
  padding: 20px 60px 40px 60px;
  background-color: #fff;
  background-image: url(../images/icon_star_white.png);
  background-position: 12px 16px;
  background-repeat: no-repeat;
}

.search_result {
  border-top: 1px solid #000;
  padding: 20px 0px;
  margin-top: 20px;
}

.search_result_title {
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
}

.search_result_title a {
   color:black;
}

.search_result_title a:hover{
	color:#00BDF2;
	text-decoration:none;
}

.search_result_meta {
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
}

.search_term {
	color:#000;
	font-weight: bold;
}

/******************
Post Styles
******************/
.post {
  padding-top: 30px;
  margin-right: 10px;
}

.post_copy {
  width: 580px;
  padding: 60px 60px 40px 60px;
  background-color: #fff;
  background-image: url(../images/icon_star_white.png);
  background-position: 12px 16px;
  background-repeat: no-repeat;
  float: left;
}

.post_links {
  float: left;
  padding-left: 20px;
}

.post_links a {
  outline: none;
  display: block;
  padding-bottom: 20px;
}

.post_title {
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
}

.post_title a {
   color:black;
}

.post_title a:hover{
	color:#00BDF2;
	text-decoration:none;
}

.post_meta {
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #7f7f7f;
}

.post_content {
  font-family: "calluna-1","calluna-2";
  font-size: 14px;
  line-height: 21px;
  color: #404040;
}

.post_content p, .post_content ul, .post_content ol {
  padding-bottom: 20px;
}

.tag_list {
  font-size: 14px;
  line-height: 16px;
  padding-top: 20px;
  border-top: 1px solid #000;
  text-transform: uppercase;
}

.tag_display, .category_display, .pages {
  width: 610px;
  height: 30px;
  padding: 15px 30px 5px 60px;
  margin: 10px 0 0px 0;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.pages {
margin-top: 30px;


}

.show_all {
  float: right;
}

.emphasis {
  font-weight: bold;
}

/******************
Progress Bar
******************/
#progress_bar {
background-color: #fff;
width: 285px;
height: 30px;
margin: 5px 0 20px 0;
}

#progress_bar #launched {
background-color: #6D9E41;

float: left;
height: 30px;
}

#progress_bar #committed {
background-color: #9CB879;

float: left;
height: 30px;
}

#progress_bar #in_process {
background-color: #C6D5B0;

float: left;
height: 30px;
}

.progress_key {
width: 20px;
float: left;
height: 20px;
margin: 3px 10px 10px 10px;
}

#people_counter #launched_square {
background-color: #6D9E41;
}

#people_counter #committed_square {
background-color: #9CB879;
}

#people_counter #in_process_square {
background-color: #C6D5B0;
}




/******************
Footer Styles
******************/
#footer {
	
}

/******************
Dimension Styles
******************/

/******************
Margin/Padding Styles
******************/

