@font-face {
  font-family: 'handwriting'; 
	 src: url('fonts/handwriting-markerlitterbox-icg-regular-webfont.eot');
	 src:local('LitterboxICGRegular.otf'),  url('fonts/handwriting-markerlitterbox-icg-regular-webfont.ttf') format('truetype');
}


@font-face {
  font-family: 'TradeGothicLTStd';
	src: url('fonts/TradeGothicLTStd.otf');
	font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStd55Roman';
    src: url('avenirltstd-roman-webfont.eot');
    src: url('fonts/avenirltstd-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avenirltstd-roman-webfont.woff') format('woff'),
         url('fonts/avenirltstd-roman-webfont.ttf') format('truetype'),
         url('fonts/avenirltstd-roman-webfont.svg#AvenirLTStd55Roman') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background-color:#d11242;
}
body, input, select, textarea{
	font-family: 'AvenirLTStd55Roman', Helvetica, Arial, "Bitstream Vera Sans", sans-serif; 
	font-size:medium;
	color:#522e91;
}
/* ------- HEADER -------*/
#container {
	width:960px;
	margin:0 auto;
}
#container-inner {
	width:960px;
	margin:0 auto;
	float:left;
	position:relative;
}

/* ------- HEADER -------*/
#hdr {
	height:100px;
	margin-top:35px;
	background-color:#d11242;
	position:relative;
}
#hdr #logo{
	height:80px;
	width:289px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
#hdr .menu-wrapper{
	margin-left:295px;
	position:relative;
}

#hdr #gaah-text{
	width:210px;
	float:left;
	color:#F0F0F0;
	margin-top:5px;
	display:none;
}
#hdr #gaah-text h1 {
	margin-top:0;
	font-size:1.6em;
	color:#F0F0F0;
	margin:0;
	display:none;
}
#hdr #gaah-text p {
	font-size:.9em;
	color:#F0F0F0;
	margin:0;
	display:none;
}
#hdr #gaah-text p:first-letter {
	font-size:100%;
	font-family:arial bold,verdana,sans-serif;
}
#mission { 
    height:20px;
	width:100%;
	background-color:#c1cd23;
	position:absolute;
	bottom:0;
	left:0;

}
#mission p {
	text-align:center;
	font-size:.9em;
	font-family:  arial, sans-serif;
	font-weight:bold;
	letter-spacing:.2em;
}
#languages {
	position:absolute;
	top:-20px;
	right:10px;
	z-index:1000;
}
#languages li {
	font-family:arial,sans-serif;
	letter-spacing:.02em;
	font-weight:bold;
	font-size:1.1em;
	color:#C1CD23;
  
}

#languages a {
	color: #C1CD23;
	text-decoration:none;
	font-family:Arial,Georgia,serif;
	letter-spacing:.02em;
	font-weight:normal;
}

/*------- TOP NAVIGATION -------*/
#nav-wrapper {
	width:665px;
	position:relative;
	height:90px;
}
#nav{
	background-color:#d11242;
}
#nav li{
	display:inline-block;
	margin-right:15px;
}
#nav li:last-child {
	margin-right:0;
}
#nav.nav-spanish li {
	display:inline-block;
	margin-right:13px;
}
#nav a {
	display:inline-block;
	text-align:center;
	font-family:arial,sans-serif;
	letter-spacing:.02em;
	color:#F0F0F0;
	text-decoration:none;
	font-size:18px;
	padding:10px 23px 10px 0;
	background:#d11242 url('../layout_imgs/menu-arrow-down.png') no-repeat 100% 80%;	
}
#nav li.current a{
/*  background:url('../layout_imgs/nav_current_bg.png') no-repeat bottom left; */
}

#nav li a:hover{
	color:#522F91;
	/*color:#009AC7;*/
}


/*------- SIDE NAVIGATION -------*/

/*------- SUB NAV -------*/
#sub_nav
{
	padding-bottom: 30px;

}
#sub_nav li{
  margin-bottom:15px;
  font-size:1.625em;
	font-family: arial, sans-serif;
	
}



 #sub_nav li.current
 {
 	/* color:#d69544; */
 	list-style-image: url(../layout_imgs/subnav_current.png);
 }


  #sub_nav li a {
    text-decoration:none;
  	color:#d11242; 
    display:inline-block;
    width:100%;
  }
	#sub_nav ul.blue li a {
		color:#F0F0F0;
	}
  #sub_nav li.current a{
   /* color:#d69544; */
    font-size:115%;
  }

	 /*--- second level ---*/
 	#sub_nav > ul > li.current > ul > li { 
		font-size:1.375em;
		margin-bottom:5px;
	}
	#sub_nav > ul > li.current > ul > li > a{
		font-size:60%;
		padding-left:5px;
	/*	color:#808080; */
  }
    #sub_nav > ul > li.current > ul > li:first-child > a{
      margin-top:20px;
    }
    #sub_nav > ul > li.current > ul > li > a:hover{
     /* color:#808080; */
    }

		#sub_nav > ul > li.current > ul > li.current a {
		/*	color:#d69544; */
			
		} 
  /*--- third level ---*/
	#sub_nav > ul > li.current > ul > li.current > ul{
    border-left:2px solid #a66e00;
    margin-left:2px;
    padding:5px 0;
  }
  #sub_nav > ul > li.current > ul > li.current > ul > li >a{
    display:block;
    padding:4px 0;
   /* color:#a66e00; */
    font-weight:bold;
    font-size:1em;
    text-decoration:none;
  }
   #sub_nav > ul > li.current > ul > li.current > ul > li:first-child > a{
      padding-top:0;
    }
    #sub_nav > ul > li.current > ul > li.current > ul > li > a:hover{
      color:#905f00;
    }


	#submenu{
		
	}
  #submenu ul li{
    padding:0 15px 0 15px;
  }

  /* default, for anything greater than 3 levels (usually blog stuff) */
  #submenu li a{
    display:block;
    font-size:.95em;
    color:#a66e00;
    padding:4px 0 4px 0;
  }

  /*--- top level --*/
  #submenu > ul > li:first-child{
    padding-top:0px;
  }
  #submenu > ul > li.current{
    font-size:110%;
		  background:url('../layout_imgs/subnav_current.png') no-repeat 0 5px;
  
  } 
  #submenu > ul > li > a {
    padding:10px 0 10px 0;
    display:inline-block;
    width:100%;
    height:100%;
    color:#fff;
    text-decoration:none;
    font-family:Arial,sans-serif;
    font-size:1.2em;
    text-shadow: 1px 1px 1px #000;
  }
  #submenu > ul > li > a:hover{
    padding-bottom:9px;
    border-bottom:1px dashed #ff6500;
  }
  #submenu > ul > li.current > a:hover{
    padding-bottom:10px;
    border:none;
  }

  /*--- second level ---*/
  #submenu > ul > li > ul > li > a{
    display:block;
    padding:8px 0;
    color:#fff;
    font-size:1.1em;
    text-decoration:none;
  }
    #submenu > ul > li > ul > li:first-child > a{
      padding-top:0;
    }
    #submenu > ul > li > ul > li > a:hover{
      color:#ffd074;
    }

	#submenu > ul > li > ul > li.current{

    background:url('../layout_imgs/subnav_current.png') no-repeat 0 5px;
  
    /* background:url('../layout_imgs/bkgd_side_nav_heart.png') no-repeat 0 5px; */
  } 
  /*--- third level ---*/
  #submenu > ul > li > ul > li > ul{
    border-left:2px solid #a66e00;
    margin-left:2px;
    padding:5px 0;
  }
  #submenu > ul > li > ul > li > ul > li >a{
    display:block;
    padding:4px 0;
    color:#a66e00;
    font-weight:bold;
    font-size:1em;
    text-decoration:none;
  }
    #submenu > ul > li > ul > li > ul > li:first-child > a{
      padding-top:0;
    }
    #submenu > ul > li > ul > li > ul > li > a:hover{
      color:#905f00;
    }
.main_content {
	width:100%;
	background-color:#d11242;
	margin-top:30px;
	position:relative;
}
.main_content-inner{

}
.left-col {
	width:300px;
	float:left;
	font-size:80%;
}
.left-col-inner {
	margin-top:350px;
	padding:0 20px;
	border-right:1px #522E91 solid;
	
	}


.page-content {
	width:600px;
	padding-left:50px;
	float:left;
	margin:0 5px;
	min-height:500px;
}


.page-content-calendar {
	width:600px;
	padding-left:50px;
	float:left;
	margin:0 5px;
	min-height:500px;
}

.page-content-donor {
	width:960px;
	float:left;
	margin:0 5px;
	min-height:500px;
}


.page-content-inner {
	padding:5px 20px 5px 0;
}

.right-col {
	width:200px;
	float:left;
}
.right-col-calendar {
	width:250px;
	float:right;
	margin-top:75px;
}
.right-col-inner {
	padding:5px;
}


/*------	INDEX PAGE ----------*/
.home-page {
	width:930px;
	margin:0 auto;
	background-color:#d11242;
	padding-top:120px;
}

.home-left {
	width:310px;
	height: 200px;
	padding-top:220px;
	float:left;
	background-color:#009ac7;
	color:#f0f0f0;
}
.home-left a{
	color:#f0f0f0;
}

.home-left-inner {
	padding:10px;
}
.home-center {
	width:310px;
	height: 230px;
	padding-top:190px;
	float:left;
	background-color:#c1cd23;
}
.home-center-inner {
	padding:10px;
}
.home-right {
	width:310px;
	height: 230px;
	padding-top:190px;
	float:left;
	background-color:#fbb040;
}

.home-right-inner {
	padding:10px;
}

.home-left h1,.home-center h1,.home-right h1{
	font-size:2em;
	text-align:left;
	margin-bottom:8px;
}
.home-left h1 {
	margin-top:-22px;
	
}
.home-left h1 a{
	color:#f0f0f0;
}
/*------- DONOR PAGE -------*/
/*
.testimonial-0, .testimonial-1, .testimonial-2 {
	width:320px;
	height:250px;
	float:left;
	background-color:#009ac7;
	color:#f0f0f0;
	overflow: hidden;
}
.testimonial-1 {
	background-color:#c1cd23;
	color:#522e91;
}
.testimonial-2 {
	background-color:#d60c8c;
}

.testimonial-inner {
	padding:15px;
}
*/
.testimonial-wrapper {
	background-color:#FBB040;
	height:275px;
	padding:10px 0;
}

.testimonial-0, .testimonial-1, .testimonial-2 {
	width:297px;
	height:270px;
	float:left;
	background-color:#FBB040;
	color:#f0f0f0;
	overflow: hidden;
	padding:11px;
}
.testimonial-0, .testimonial-1 {
	/* border-right:1px #522e91 solid; */
}
.testimonial-0 .testimonial-inner{
	background-color:#009ac7;
	height:250px;
}

.testimonial-1 .testimonial-inner{
	background-color:#c1cd23;
	color:#522e91;
	height:250px;
	
}
.testimonial-2 .testimonial-inner{
	background-color:#d60c8c;
	height:250px;
	
}

.testimonial-inner {
	padding:15px;
}



/*------- RIGHTSIDE DOCUMENTS -------*/

.main_content #application h4{
    text-align:center;
    font-family:'handwriting','Times New Roman',serif;
    letter-spacing:.02em;
    color:#000;
    text-decoration:none;
    font-size:1.625em;
    padding:10px 0;
		border-bottom:3px #8bc954 solid;
  }


.main_content #application h4 span {
	 color:#888;
	 font-size:85%;  /* 1.25 =  20pt/16  */ 
}
	

.main_content #application ul li {
	margin-top:10px;
 }



/*------- FOOTER -------*/
#ftr{
	 background-color:#d11242;
	float:left;
	width:960px;
}
#ftr-inner{
	
	padding:20px 0;
}

#ftr p{
	margin-bottom:8px;
}

#ftr a{
	color:#fbb040;
}

#social_links {
	width:220px;

	float:left;
}
#ftr #social_links a {
	display:inline-block;
	width:34px;
	height:34px;
	float:left;
	margin:0;
	padding-right:8px;
}

#ftr #social_links a.donate{
	display:block;
	margin-top:2px;
	width:146px;
/*      background:url('../layout_imgs/social_donate.png'); */
}

#ftr #ftr-loc {
	width:300px;
	
	margin-left:20px;
	padding-left:30px;
	border-left:1px #f0f0f0 solid;
	float:left;
	overflow:hidden;
}
#ftr #ftr-loc-home {
	width:300px;

	margin-left:10px;
	padding-left:20px;
	border-left:1px #f0f0f0 solid;
	float:left;
	overflow:hidden;
}


#ftr #ftr-loc p, #ftr #ftr-loc-home p{
	font-size:.7em;
	color: #f0f0f0;
	font-family:'TradeGothicLTStd','Georgia',serif;
  letter-spacing:.1em;
  font-weight:normal;
}



#ftr #ftr-links {
	width:150px;
	margin-left:50px;
	float:left;
}

#ftr #ftr-links-home {
	width:150px;
	margin-left:30px;
	float:left;
}
#ftr #ftr-links p, #ftr #ftr-links-home p{
	font-size:.7em;
	color: #f0f0f0;
	font-family:'TradeGothicLTStd','Georgia',serif;
  letter-spacing:.1em;
  font-weight:normal;
}




#ftr #ftr-donate {
	width:250px;
	float:right;
}
#ftr #ftr-donate p{
	text-align:right;
}
#ftr-donate img {
	border:none;
	margin-bottom:5px;
}

/*------- GENERAL -------*/
h1, h2.handwriting{
  font-family:'handwriting','Arial',serif;
  letter-spacing:.04em;
  font-weight:bold;
  
}
.handwriting {
  font-family:'handwriting','Arial',serif;
  letter-spacing:.04em;
  font-weight:bold;
  
}

h1.handwriting {	
  font-family:'handwriting','Arial',serif;
  letter-spacing:.04em;
  font-weight:bold;
}

 h3, .gothic{
  font-family:'TradeGothicLTStd','Georgia',serif;
  letter-spacing:.02em;
  font-weight:normal;
}

h1{
  font-size:2.100em;
  margin:10px 0 25px 0;
}
h2{
  font-size:1.825em;
 
  margin:10px 0 5px 0;
}
h3{
  font-size:1.475em;
 
  margin:10px 0 5px 0;
}
h4{
  font-size:1.175em;

  margin:8px 0 3px 0;
}
h5{
  font-size:1.225em;

  margin:6px 0 2px 0;
}

a{
  text-decoration:underline;
   color:#522e91;
	
}
  a:hover{
	 color:#522e91;
  }


p{
  line-height:1.4;
  margin-bottom:12px;
}
.left-col p:first-letter{
  font-size:1.375em;
  font-family:'Times New Roman',Times,serif;
}
  /* undone first letter where required */
 .left-col p.note:first-letter,
.left-col p.read_more:first-letter,
 #ftr p:first-letter, .day_calendar:first-letter{
    font-size:inherit;
    font-family:inherit;
  }

.main_content ul, .left-col ul,
.main_content ol, .left-col ol{
  margin:0 0 10px 15px;
  line-height:1.4;
}
  .main_content ul li, .left-col ul li,
  .main_content ol li, .left-col ol li{
    margin:0 0 0 10px;
  }
  .main_content ul li, .left-col ul li{
    list-style:disc;
  }
  .main_content ol li, .left-col ol li{
    list-style:decimal;
  }

.main_content blockquote{
  margin:25px;
  line-height:1.4;
}

.main_content table{
  border-collapse:collapse;
  margin-bottom:10px;
}
  .main_content table td,
  .main_content table th{
    padding:5px;
    text-align:left;
    vertical-align:middle;
  }

.small-caps {
	font-variant: small-caps
}

.read_more{
  text-align:right;
}

.note{
  margin:2px 0;
  font-size:.875em;
  color:#808080;
  font-style:italic;
}

.clear {
	width:100%;
	height:1px;
	margin:-1px 0 0 0 ;
	padding:0;
	clear:both;
}

.photo-board-staff {
	
}

/* rounded bordered images */
.image_border{
  border:3px solid #8bc954;
  padding:0;
  line-height:0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.image_border img{
    visibility:hidden;
  }

.right_floated_img{
  float:right;
  margin:10px 0 5px 10px;
}

.left_floated_img{
  float:left;
  margin:10px 10px 5px 0;
}

div.rounded_image,
div.just_rounded{
	float:right;
  margin:0 0 10px 10px;
  border:3px solid #008ACC;
  padding:0;
  line-height:0;
}
 
 div.rounded_image-left {
	float:left;
	margin:0 10px 10px 0;
  border:3px solid #008ACC;
  padding:0;
  line-height:0;

 }

div.just_rounded{
  float:none;
  display:inline-block;

}
  div.rounded_image img,
  div.just_rounded img,
	div.rounded_image-left img {
    visibility:hidden;
    padding:0;
  }

img.spacer_pic {
	float:left;
	margin:0 10px 10px 0;
	width:131px; /* add 6 for border spacing others have */
	height:150px;
}


hr.dash{
  clear:both;
  border:0px;
  height:4px;
  background-color:#f2f2f2 ;
/* background-image: url('../layout_imgs/horiz_dash.png'); */
  margin:15px 0;
}


.round_10{
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
}
.round_10_top{
  -moz-border-radius-topright:10px;
  -moz-border-radius-topleft:10px;
  -webkit-border-top-right-radius:10px;
  -webkit-border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-top-left-radius:10px;
}

.round_5{
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

.listbox {
	padding:0 0 10px 0;
	margin:5px 0;
}

/*------- FORMS -------*/
form label{
  display:none;
}

form input,
form textarea{
  display:block;
  padding:5px 5px 5px 10px;
  margin:0 0 5px 0;
  border:1px solid #ccc;
  background:#ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

form textarea{
  height:125px;
}

  form .btn{
    width:auto !important;
    padding:2%;
    cursor:pointer;
  }

form .example{
  color:#333;
}

form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus{
  border:1px solid #8BC954;
}
.formclass table td.col2 #captcha {
			font-size:85%;
	}

/*------- HOMEPAGE -------*/
/*--- slideshow ---*/
#slideshow_holder{
  position:relative;
}

  #slideshow a{
    text-decoration:none;
  }


  #slideshow a{
    display:block;
    width:519px;
    height:345px;
  }
  #slideshow a img{
    display:none;
  }
 
  #caption{
    margin-top:10px;
  }


  #pagination{
    clear:left;
  }

    #pagination a{
      text-decoration:none;
      font-family:'handwriting','Times New Roman',Times,serif;
      line-height:1em;
      font-weight:bold;
      color:#3e3e3e;
    }

    #pagination a.prev{
      float:left;
    }
    #pagination a.next{
      float:right;
    }
  
  #thumbs{
    position:absolute;
    bottom:0; right:0;
    text-align:right;
  }

    #thumbs ul.thumbs{
      clear:both;
    }

    #thumbs ul.thumbs li{
      float:left;
      margin-right:1px;
    }

  #controls{
    position:absolute;
    bottom:5px; left:5px;
    width:509px;
  }

    #controls a{
      display:block;
      position:absolute;
      bottom:0;
      width:30px;
      height:30px;
      overflow:hidden;
      text-indent:-999999px;
 /*     background:url('../layout_imgs/slideshow_btns.png'); */
    }

    #controls a.pause{
      background-position:-30px top;
    }
    #controls a.prev{
      background-position:-60px top;
      right:30px;
    }
    #controls a.next{
      background-position:-90px top;
      right:0;
    }


/*--- action buttons ---*/
ul#action_btns{
  margin-top:15px;
}
ul#action_btns li a{
  display:inline-block;
  height:54px;
  overflow:hidden;
  text-indent:-999999px;
  margin-bottom:20px;
}
  #action_btns .camper a{
    width:135px;
/*    background:url('../layout_imgs/become_a_camper.png') no-repeat; */
  }
  #action_btns .counsler a{
    width:168px;
 /*   background:url('../layout_imgs/become_a_counsler.png') no-repeat; */
  }
  #action_btns .retreat a{
    width:144px;
 /*   background:url('../layout_imgs/plan_a_retreat.png') no-repeat; */
  }
  #action_btns .donation a{
    width:168px;
/*    background:url('../layout_imgs/give_a_donation.png') no-repeat; */
  }


/*------- DAY CALENDARS -------*/
/* Specific Setup for the text and integrated layout*/
.day_calendar{
  float:left;
  margin:0 10px 0 0;
  font-weight:bold;
  color:#4d4d4d;
  font-size:1.375em;
}

.event .repeating_days{
	float:left;
  margin:0 10px 0 0; 
}

.event-info {
	margin-left:70px;
}


/*General Setup*/
.day_calendar{
  display:block;
  width:58px;
  height:31px;
  background:url('../layout_imgs/calendars.png') no-repeat;
  text-align:center;
  padding-top:24px;
}
  .day_calendar span.month{
    display:none;
  }
  .jan{ background-position:0 0; }
  .feb{ background-position:-63px 0; }
  .mar{ background-position:-123px 0; }
  .apr{ background-position:-184px 0; }
  .may{ background-position:0 -59px; }
  .jun{ background-position:-63px -59px; }
  .jul{ background-position:-123px -59px; }
  .aug{ background-position:-184px -59px; }
  .sep{ background-position:0 -114px; }
  .oct{ background-position:-63px -114px; }
  .nov{ background-position:-123px -114px; }
	.dec{ background-position:-184px -114px; }



/* INSERT START */
/*----- CALENDAR -----*/
/* fixes the bottom spacing */
#ui-datepicker-div{
  display:none;
}
#events_right{
  margin:0;
	
}
#event_cal{
  font-size:.75em;
}
#event_cal td a,
#event_cal td span.ui-state-default{
	position:relative;
  height:22px;
  width:22px;

}

	
	.main_content #event_cal table td,
  .main_content #event_cal table th{
    padding:1px;
    text-align:left;
    vertical-align:middle;
  }

#event_cal td a span.ui-datepicker-day{
  display:inline; 
}
 #event_cal td.event a span.category{
    width:2px;
    height:2px;
    float:right;
    margin-top:4px;
  }

#event_category{
  margin:10px 0 0 0;
  padding:0 0 0 5px;
}
#event_category li{
  font-weight:bold;
  margin:0 0 2px 0 !important;
  list-style:none !important;
}
 
#event_category li span.calendar_color{
    display:inline-block;
    vertical-align:bottom;
    width:18px;
    height:18px;
    margin-right:4px;
  }
#event_category li a.current{
	font-weight:bold;
	font-size:115%;
		color:#d11242;
 }
#event_list{
  margin:0 10px 0 0;
  width:440px;
}

#empty_event{
  display:none;
}
.event{
  margin-bottom:40px;
}
 .event p{
  /*  margin-left:70px !important; */
    line-height:1.1em !important;
  }
  .event .title{
    margin-bottom:0px !important;
  }  
  .event .time{
    margin:8px 0 5px 0 !important;
  }
  .event p.category{
    font-weight:bold;
    width:25px;float:right;
    margin-right:40px;
  }
  .event p.category span.calendar_color{
    display:inline-block;
    vertical-align:bottom;
    width:18px;
    height:18px;
    margin-right:4px;
  }
  .event .description p{
    line-height:1.4em !important;
  }
  .event .special_event a{
    font-weight:bold;
    text-decoration:none !important;
  }
    .event .special_event a:hover{
      text-decoration:underline !important;
    }

.event_popup p.category{
  margin-bottom:20px;
}





/* INSERT END */




	/*---------------JQUERY --------------*/
a.external{
  padding-right:18px;
  background:url('../layout_imgs/icon_external_link.png') no-repeat top right;
}
a.pdf{
  padding-right:18px;
  background:url('../layout_imgs/icon_pdf.png') no-repeat top right;
}
a.powerpoint{
  padding-right:18px;
  background:url('../layout_imgs/icon_powerpoint.png') no-repeat top right;
}
a.word{
  padding-right:18px;
  background:url('../layout_imgs/icon_word.png') no-repeat top right;
}
a.excel{
  padding-right:18px;
  background:url('../layout_imgs/icon_excel.png') no-repeat top right;
}


/*---------------FLICKR GALLERY --------------*/

#gallery img {
	margin:0 0 5px 5px;
}



/*----------- BLOG ------------*/
.blog_post{
  padding:0 !important;
}
  .blog_post .content{
    margin:0 0 0 0 !important;
    width:525px;
    padding-right:15px;
  }  
  .blog_post .additional{
    margin:0 !important;
  }
    
    .blog_post .additional p.posted{
      font-weight:bold;
      font-size:.9em;
      color:#646464;
    }

.blog_post > .content > h3:first-child{
  font-size:1.2em;
}

.blog_post p.links{
  margin-top:30px;  
}

.blog_post p.links a{
  margin-right:10px;
}

.blog_post ul.tags li{
  margin:0 0 6px 4px;
}

.blog_post .sharethis{
  margin:0 auto 10px 4px;
}


/* highlight posts */
.blog .congratulations{
  background:url('../layout_imgs/blog_highlight_congratulations.png') top right repeat-y;
}
.blog .thank_you{
  background:url('../layout_imgs/blog_highlight_thank_you.png') top right repeat-y;
}


.post_seperator{
  margin:30px 0;
  height:14px;
  background:url('../layout_imgs/blog_seperator.png') bottom center no-repeat;
}


/* comments */
.comments{
  padding:2px 10px;
  position:relative;
  display:none;
}
.comments h3{
  margin:10px 0 10px 0;
}
.comments .even{
  background:#f3f7f9;  
}

.comment{
  padding:10px 8px 5px 10px;
}

  .comment p{
    color:#727272;
    font-size:.9em;
  }
  .comment span.count{

  }
  .comment span.name{
    font-size:1.5em;
    font-style:normal;
    color:#a66e00;
  }
  .comment blockquote{
    line-height:1.4;
    margin:0 20px 20px 20px;
  }

/* archives */
#blog_archives li ul{
  margin-top:8px;
}
#blog_archives li{

  cursor:pointer;
}
  #blog_archives li:hover{
    /*color:#004a73;*/
  }

#blog_archives li{
  font-size:1.2em;
}
#blog_archives li ul li{
	font-size:.95em;
}

#blog_archives li ul{
	display:none;
}
#blog_archives li.current ul{
	display:block;
}

#blog_archives a.note{
  font-style:italic;
  font-size:.9em;
}

.media-embed-gmap {
	width:250px;
	float:right;
	margin:20px 0 15px 5px;
}
.media-embed-gmap iframe {
	border:1px solid #333;
}

.view-mobile {
	margin-left:20px;
}

.clearfix:after {
		visibility: hidden;
		display: block;
		content: "";
		clear: both;
		height: 0;
 }
* html .clearfix             { zoom: 1; } /** IE6 */
*:first-child+html .clearfix { zoom: 1; } /** IE7 */
