
/** DOCUMENT STRUCTURES */

body {
	margin:0px;
	padding:0;
	text-align:center;
	font-size:0.65em;
	}
	#index #content {
		margin-right:0em;
		/* border-right:0px; */
		}
		
body #wrap {
	width:76.3em;
	position:relative;
	margin:0px auto;
	padding:0px;
	text-align:left;
	}	
	
#main {
	position:relative;
	}
		
blockquote {
	padding:1em;
	margin:8px 0px;
	}
#skiptonav, #backtotop {
	/* position:absolute;
	text-indent:-99999%; */
	display:none;
}

#header {
	height:9em;
	}
	#header h2#tab {
		position:absolute;
		margin-top:4em;
		left:13.25em;
		padding:0 10px 0 0;
		border-bottom:0px;
		font-weight:bold;
		}
		#header h2#tab span {
			margin:0px;
			display:block;
			padding:.5em 1em;
			text-align:center;
			}

	#header h1#branding {
		float:left;
		position:absolute;
		left:16px;
		top:23px;
		font-size:2.0em;	
		margin:0px;
		padding:0px;
		}
		#header h1#branding strong {	
			font-weight:bold;
			}
		#header h1#branding span {
			display:block;
			font-size:.5em;
			letter-spacing:1px;
			}
			
#content {
	margin-right:20em;
	margin-left:20em;
	min-height:700px;
	}
	#content h2, .content_div h3 {
		font-size:1.7em;
		margin:0px;
		padding:0px;
		font-weight:bold;
		}
		#content h2 span {
			margin-right:10px;
			display:block;
			padding:8px;
			}
		#content #introduction {
			padding:0px;
			margin:0px;
			}
			#content #introduction img {
				float:right;
				margin:0px;
				padding:0px;
				}
				#content #introduction h3 {
					clear:right;
					}
				#content #introduction p {
					clear:right;
					font-size:110%;
					padding:1em;
					}
	#content ul, #content ol {
	margin:0 0 0 1em;
	padding:0.1em 0.2em;
	}
/* POSTS PAGE */

div.post {
	margin:0px;
	padding:1.25em 0em;
	border-bottom:1px solid #cccccc;
	}
	div.post h3 {
		font-size:150%;
		margin:0 0 .5em 0;
		padding:0px;
		}
		div.post h3 span {
			color:#666;
			}
	div.post h4 {
		margin:1em 0;
		}
		div.post h4 {
			margin-bottom:4em;
			}
	div.post p {
		margin:1em 0em;
		}
	div.post p.info {
		margin:0px;
		padding:0px;
		}
	div.post img, div.post img.article-image {
		float:right;
		border:1px solid #cecece;
		background:#e5e5e5;
		padding:8px;
		margin:0;
		line-height:normal;
		}

div.last {
	border-bottom:0px;
	}		
/** COMMENTS **/
#comments {
	padding:1em 0 0;
	}
#comments h3 {
	font-size:1.5em;
	margin:.5em 0;
	}
	#comments a#haveyoursaylink {
		float:right;
		font-weight:bold;
		font-size:1.5em;
		}
.comment_meta {
	padding:1em .5em;
	position:relative;
	font-size:1.2em;
	border-bottom:1px solid #ccc;
	}
	.comment_meta a.commentid {
		position:absolute;
		top:1em;
		right:18px;
		}
	.comment_meta h4 {
		margin:0px;
		padding:0px;
		color:#fc393d;
		font-weight:bold;
		}
		.comment_meta p.time {
			font-weight:bold;
			color:#7a0404;
			}
	.comment_meta p, .comment_meta h4 {
		margin-left:75px;
		}
	.comment_meta img.avatar {
		position:absolute;
		top:1em;
		left:10px;
		padding:5px;
		border:1px solid #cdcec9;
		background:#fff;
		}
	#comments .one {	background:#fff;	}
	#comments .two {	background:#ffe1e1;	}
	#comments .author {	background:#ff9190;	color:#fff;}
	.author h4 { color:#fff;  }
	
	
/** NAVIGATION **/
#navigation {
	position:absolute;
	width:20em;
	top:0px;
	margin-left:1px;
	}
	#navigation ul {
		margin:8px 0px;
		padding:0px;
		list-style:none;
		}
		#navigation ul ul {
			margin:0px;
			}
		#navigation ul li {
			margin:0px;
			border-top:1px solid #ffffff;
			border-bottom:1px solid #ffffff;
			overflow:hidden;
			padding:0px;
			}
		#navigation ul li a {
			padding:.5em 1em;
			display:block;
			font-size:1.25em;
			margin:0px;
			overflow:hidden;
			}
		#navigation ul li.active, #navigation ul li.active ul li { 
			height:auto;
			overflow:visible;
			}
		#navigation ul li ul li {
			margin-right:2px;
			}
		#navigation ul li.active a {
			margin-right:0px;
			}
		#navigation ul li.active ul {
			display:block;
			}
			#navigation ul li ul li ul li {
				margin-right:0px;
				list-style:none;
				}
					#navigation ul li ul li ul li a {
						padding-left:2em;
						}
		#navigation ul li ul, #navigation ul li ul li ul {
			display:none;
			margin:0px;
			padding:0px;
			}	
		#navigation ul li ul li ul {
			display:block;
			}			
.thirds {
	margin:0px;
	padding:0px;
	}
.thirds div.content_div {
	width:34%;
	
	margin:8px 0px 0px 0px;
	padding:0px;
	float:left;
	color:#fff;
	}
	.thirds div.content_div > div {
		display:block;
		position:relative;
		min-height:320px;
		}
	.thirds div.content_div div:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	  }
	.thirds div.content_div h3 {	
		}
	.thirds div.content_div h4 {
		font-weight:normal;
		color:#8d0b0d;
		background:none;
		margin:8px 4px;
		}
		.thirds div.content_div p {
			margin:4px 12px 4px 8px;
		}
	.thirds div.visual {
		display:block;
		padding:0px;
		background:#000;
		margin:0px 8px 0px 0px;
		text-align:center;
		border-bottom:1px solid #f1f3f2;
		}
		.thirds div.visual img {
			display:block;
			margin:0px auto;
			padding:0px;
			}
	.thirds div#news h3 span, .thirds div#children h3 span  {
		background: transparent url("/img/h2_pink_left.gif") no-repeat top left;
		}
		.thirds div#news div, .thirds div#children div {
		background:transparent url("/img/third_pink_cap.gif") no-repeat bottom left;
		}
		
	.thirds div#testimonial {
		width:32%;
		}
	.thirds div#testimonial div {
		background:transparent url("/img/third_blue_cap.gif") no-repeat bottom left;
		}
	.thirds div#testimonial h3 {
		margin-right:0px;
		 background:#047597 url("/img/h4_blue_right.gif") no-repeat top right;
		}
	.thirds div#testimonial h3 span {
		background: transparent url("/img/h4_blue_left.gif") no-repeat top left;
		}
	.thirds div#testimonial {
		background: #00adcf url("/img/third_blue.gif") no-repeat bottom right;
		margin-right:0px;
		color:#000000;
		}
		.thirds div#testimonial div.visual {
			margin-right:0px;
		}
	.thirds div#news, .thirds div#children {
		background:#ff9190 url("/img/third_pink.gif") no-repeat bottom right;
		}
		
	.thirds div#testimonial blockquote {
		border:0px;
		padding:16px 0px 8px;
		color:#fff;
		margin:0px;
		background:transparent url("/img/quote-open.gif") no-repeat 4px 8px;
		}
		.thirds div#testimonial blockquote p {
			background:transparent url("/img/quote-close.gif") no-repeat 96% 96%;
			text-indent:1.5em;
			}
			
		.thirds div#testimonial a {
			color:white;
			background-color:transparent;
		}
			
		.thirds div#testimonial a:hover {
			color:white;
			background-color:#FF434A;
		}
		.thirds div#testimonial span.readmore {
			font-size:1em;
		}
	.thirds div#news div div, .thirds div#children div div, .thirds div#testimonial div div {
			background-image:none;
			}
	.readmore {
		font-weight:bold;
		float:right;
		margin:3px;
		padding:5px;
		font-size:1.25em;
		}
#content_side {
	background:transparent url("/img/round_top_right.gif") no-repeat right -1px;
	position:absolute;
	width:20em;
	float:right;
	right:1px;
	border-left:1px solid #fff;
	top:0px;
	padding:8px 0px 0px 0px;
	}
	#content_side .content_div {
		padding:0px 0px 16px 0px;
		background: transparent url("/img/content_side_sep.gif") no-repeat bottom right;
		clear:both;
		}
	.content_div ul li a, .content_div ul li.no_tags {
		height:1.25em;
		overflow:hidden;
		}
	
	.content_div h3, .content_div h4, .content_div legend {
		margin-right:8px;
		padding:0px;
		font-size:1.3em;
		margin-bottom:1px;
		}
		 .content_div h4 {
		 color:#fff;
		 font-weight:bold;
		 background:#047597 url("/img/h4_blue_right.gif") no-repeat top right;
		 }
		 .content_div h3 a, .content_div h3 span, .content_div h4 span {
		 	color:#fff;
			padding:8px;
			display:block;
		 	}
		.content_div h3.mid {
			background-position:-2em top;
			}	
		.content_div h3 a:hover {
			background:#de0307;
			background-image: url("/img/h3_red_right.gif");;
		}
		.content_div h3.tags {
			background: transparent url("/img/horiz_dash.gif") repeat-x bottom left;
			color:#770401;
			}
			.content_div h3.tags span {
				color:#770401;
				}
		.content_div fieldset {
			border:0px;
			margin:16px 0px 0px; 
			padding:8px 0px 0px;
			}
			.content_div legend {
				padding:0px 8px;
				margin:0px;
				font-weight:bold;
				color:#7b0100;
				}
			.content_div fieldset input {
				width:10em;
				float:left;
				color:#666;
				font-size:125%;
				margin:0px 8px;
				padding:3px;
				border:1px solid #ccc;
				}
			.content_div fieldset button {
				border:1px solid #ccc;
				width:3em;
				padding:2px 1px;
				background:#fff;
				font-size:125%;
				color:#fd3a38;
				}
		#related_links {
			padding-bottom:8px !important;
			background:transparent url("/img/content_side_base.gif") no-repeat right bottom !important;
		}
	#content_side ul {
		margin-right:8px;
		font-size:125%;
		padding:0px 0 8px 0;
		list-style:none;
		}
	#content_side .first ul {
		background:#ff928f;
		}
		#content_side .first ul.last {
			background:#ff928f url("/img/pink_bottom_right.gif") no-repeat right bottom;
			}
	#content_side second  {
		margin:0px;
		padding:0px;
		}
	#content_side .second  ul { 
		background:#00adcf url("/img/blue_bottom_right.gif") no-repeat right bottom;
		}
		
	
		.content_div ul li {
			list-style:none;
			margin:0px;
			padding:0px;
			}
			.content_div ul li a, .content_div ul li.no_tags {
				display:block;
				margin:0px;
				padding:.5em;
				color:#780001;
				background: transparent url("/img/horiz_dash.gif") repeat-x bottom left;
				}
			.content_div ul li a:hover {
				background-color:#fec8c8;
				}
				#content_side .second ul li a:hover {		
					background:#7fd3eb;
				}
				#content_side .first ul li a:hover {	
					background:#fec8c8;
				}

.pagination {
	margin:0px 0px 8px 0px;
	padding:8px;
	background:#f1e5e5;
	border:1px solid #ccc;
	height:1.6em;
	}
	.pagination > * strong {
		color:#7d0103;
		font-weight:bold;
		}
	.pagination > *  {
		display:block;
		margin:0px;
		}
		.pagination > * a {
			padding:2px 4px;
			font-size:1.2em;
			font-weight:bold;
			}
		.pagination > *:last-child {
			float:right;
			}
		.pagination > *:first-child {
			float:left;
			}
			.pagination > * span {
				color:#656162;
				font-weight:bold;
				}
			.pagination > * strong span {
				float:none; height:auto; font-size:inherit;
				}
#top-search {
	border:0px !important;
	position:absolute;
	width:20em;
	top:3em;
	right:0px;
	height:21px;
	background:transparent url("/img/search_bg.gif") no-repeat bottom right;
	}
	#top-search div {
		border:0px;
		margin:0px;
		padding-left:8px;
		height:21px;
		background:transparent url("/img/search_cap.gif") no-repeat left center !important;
		}
	#top-search div input {
		border:0px;
		margin:2px;
		float:left;
		width:18em;
		font-size:75%;
		background:transparent;
		padding:1px;
		}
	#top-search button {
		background:transparent url('/img/search.png') no-repeat center;
		width:22px;
		height:22px;
		float:right;
		margin:0px 4px 0px 0px;
		padding:0;
		border:0px;
		cursor:pointer;
		}
	
		#top-search button span { visibility:hidden; }
	#top-search .search-field { width:75%; 
	font-size:1.1em;
	border:0px;
	color:#666666;
	}
.big-search {
	border:0px !important;
	margin:0px auto;
	margin:16px 0px 0px;
	display:block;
	padding:0px;
	background:#fee8ea url("/img/bsearch_bg.gif") no-repeat top right;
	}	
	.big-search div {
		height:36px;
		border:0px;
		padding:0px 8px;
		background:transparent url('/img/bsearch_cap.gif') no-repeat top left;
		}
	.big-search input.search-field {
		font-size:1.25em;
		padding:.3em 0;
		color:#666;
		display:block;
		width:90%;
		float:left;
		margin:5px 0px;
		border:1px solid #e9e5e4;
		}
	.big-search button  {
		background:transparent url("/img/bsearch.gif") no-repeat center;
		width:26px;
		height:26px;
		float:right;
		margin:5px 0px 5px 5px;
		padding:0;
		border:0px;
		cursor:pointer;
		}
		.big-search button span {
			visibility:hidden;
			}
.search_meta {
	margin:0px 0px 16px 0px;
	padding:0px;
	}		
	.search_meta h3 {
		font-size:150%;
		margin:0 0 .5em 0;
		padding:0px;
		}
		.search_meta h3 span {
			color:#666;
			}
#comment-form {
	margin:16px 0px 8px;
	padding:0px;
	}
	#comment-form h3 {
		font-size:135%;
		color:#760205;
		padding:16px 0;
		margin:8px 0px 16px;
		border-bottom:1px solid #ccc;
		}	
	#comment-form p {
		margin:4px 0px;
		padding:4px 0px;
		font-size:1.25em;
		clear:left;
		display:block;
		}
		#comment-form p:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		  }
	#comment-form p label, #comment-form p input {
		margin:0px;
		padding:2px 0px;
		float:left;
		}
		#comment-form p label {
			width:45%;
			color:#6a6a6a;
		}
		#comment-form p input {
			width:54%;
			padding:4px 0px;
			background:#fff;
			border:1px solid #cecccd;
		}
		#comment-form p textarea {
			border:1px solid #cecccd;
			clear:left;
			display:block;
			padding:4px;
			width:98%;
			height:8em;
			}
			#comment-form p label em{
				font-style: normal;	
				color:#990000;	
			}			
		#comment-form button {
			float:right;
			margin:8px;
			margin-right:1px;
			background:#fff;
			color:#FF0000;
			font-weight:bold;
			font-size:1.1em;
			border:1px solid #ccc;
			padding:4px;
			}
#flickr {
	width:100%;
	margin:0px;
	padding:8px 0px;
	background: transparent url("/img/content_side_sep.gif") no-repeat bottom right;
}

#flickr ul{
list-style: none;
padding:0px;
margin:.5em 1em;
}

#flickr li{
display: inline;
}

#flickr h3{
font-family: Arial, Helvetica, sans-serif;
font-size:2em;
margin:0px 0px 0px 8px;
padding:0px;
color:#0063dc;
}
#flickr h3 span {
	color:#ff0084;
	}
#flickr img{
margin: 2px;
padding: 2px;
border: solid 1px #999;
}

#flickr img:hover{
margin: 2px;
padding: 2px;
border: solid 1px #999;
background-color: #ccc;
}
#flickr a:hover {
	background:none;
	}
#footer {
	padding:2em 1% 1em;
	position:absolute;
	top:100%;
	height:3em;
	left:0px;
	margin-top:2em;
	width:98%;
	}
	#footer ul {
		float:right;
		width:35em;
		}
		#footer ul li {
			float:left;
			list-style-type:square;
			width:50%;
			color:#979998;
			}
		#footer a {
			color:#666;
			}
		#footer a:hover {
			color:#000;
			background-color:transparent;
			}


/* ALERT */

#alert {
	position:absolute;
	display:none;
	top:0px;
	left:0px;
	width:100%;
	height:120%;
	background:transparent url("/img/alert_bg.png") repeat top left;
	text-align:left;
	color:#666;
	
	}
	#alert p {
		font-size:1.25em;
		}
	#alert h3 {
		font-size:150%;
		font-weight:bold;
		color:#ff161c;
		}
	#alert div {
		border:1px solid #04adcc;
		padding:10px;
		position:absolute;
		top:30%;
		z-index:500;
		left:50%;
		margin-left:-150px;
		background:#ffffff;
		width:300px;
		}
	#alert button {
		background:#fff;
		border:1px solid #cccccc;
		color:#ff0000;
		font-size:1.3em;
		padding:.25em .5em;
		}	
/* Forces blocks to enclose their floated children */
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .clearfix {
    display:block;
	position:relative
  }


/* AB: Additional rules */
/* leading*/
#content div p,#content ul,#content ol,#content li,#content dl,#content dt,#content dd{
	line-height:140%;
}
/* list margin */
#content li{
	margin-bottom:1em;
}
div.post p {	
	padding-bottom:0.75em;
}
/* remove extra border from last list item in sidebar*/
.content_div ul li:last-child a, .content_div ul li:last-child.no_tags {
	background: none;
}
.content_div ul li a:hover {
	background-color:#fec8c8;
}
/* adjust back to proper vertical alignment*/
div.post h4{
	margin-top:0;
}
/* adjust so follows vertical alignment*/
#comments #haveyoursaylink{
	margin-top:0.5em;
}
/* make sure that there's a gap on the right*/
#top-search{
	width:19.25em;
	margin-right:8px;
}
/* page headings - debatable */
#content h2{
	font-weight:normal;
	letter-spacing:0;
}

/*search page */
.big-search div{
	padding:0px 6px;
}
.big-search input.search-field{
	padding:0.3em 0.5em;
	width:85%;/* fixes graphic being pushed out at small widths*/
}
/* fix gap at left of sidebar when enlarge text - changed transparent to white */
#content_side {
	background:#FFFFFF url('/img/round_top_right.gif') no-repeat scroll right -1px;
}

/* fix padding in sidebars*/
#content_side ul {
	padding-bottom:0px;	
}
/* so, need to fix rounded corners for rollovers */
#content_side .first ul.last li:last-child a:hover{
	background:#fec8c8 url('/img/pink-light_bottom_right.gif') no-repeat scroll right bottom;
}
#content_side .second ul li:last-child a:hover{
	background:#7fd3eb url('/img/blue-light_bottom_right.gif') no-repeat scroll right bottom;
}
/* full width band across page */
#whitestrip{
	z-index:1;
	height:9em;
	width:100%;
	background:#fff;
	border-bottom:1px solid #CCC;
}
/* so need to readjust main page again*/
#wrap{
	z-index:2;
	position:relative;
	top:-9em;
}

/* contact form */
div.contactform {
	margin:16px 0px 8px;
	padding:0px;
}
	div.contactform br{/* get rid of wp added junk */
		display:none;
	}
	div.contactform div label em{
		font-style: normal;	
		color:#990000;	
	}
	/* rest replicated from line 600 odd*/
	div.contactform div label, div.contactform div input {
		margin:0px;
		padding:2px 0px;
		float:left;
		}
		div.contactform div label {
			width:45%;
			color:#6a6a6a;
		}
		div.contactform div input {
			width:54%;
			padding:4px 0px;
			background:#fff;
			border:1px solid #cecccd;
			margin-bottom:1em;
		}
		div.contactform div textarea {
			border:1px solid #cecccd;
			clear:left;
			display:block;
			padding:4px;
			width:98%;
			height:8em;
			}
			
		div.contactform div #contactsubmit {
			width:auto;
			float:right;
			margin:8px;
			margin-right:1px;
			background:#fff;
			color:#FF0000;
			font-weight:bold;
			font-size:1.1em;
			border:1px solid #ccc;
			padding:4px;
			}
/* sort out pagination */
div#comments div.top{
	margin-bottom:0;
}
div#comments div.bottom{
	border-top:none;
}

/* add nice border to nav*/
#navigation{
	border-bottom:none;	
	background: #fff url("/img/content_side_base-l.gif") no-repeat bottom left;
	
}
#navigation ul{	
	margin-top:0;	
	padding-left:8px;
	border-left:1px solid #ccc;		
	background-image: url("/img/nav_bg_main.gif");	
	background-position:8px 8px;
	background-repeat: repeat-y; 
	background:transparent url("/img/nav_bg_main.gif") repeat-y 8px 8px;
}
#navigation ul li:first-child{
	border-top:8px solid #fff;
}
#navigation ul li.active {
	background-color:#e7e7e7;
}
#navigation ul li ul li {
	margin-right:0;
	border-right:2px solid #e7e7e7;
}
/* unset from interior lists*/
#navigation ul ul ul{
	border-left:none;
}
#navigation ul ul ul li{
	border-right:none;
}
#navigation ul ul li:first-child{
	border-top:none;
}
#navigation  ul li ul li ul li a {
	border-top:2px solid #e7e7e7;
}
#navigation ul li:last-child{
	border-bottom:none;
}

#navigation ul li:last-child a span{
	background:transparent url('/img/round-bottom-nav.gif') no-repeat left bottom;
	padding:.5em 1em;
	display:block;
}
#navigation ul li.here:last-child a span{
	padding-left:2.5em;
}
#navigation ul li:last-child a{
	padding:0;
}
#navigation ul ul li:last-child a{
	padding:.5em 1em;
}


/* adjust tab */
#header h2#tab {
	left:13.35em;
}
#header h2#tab span {
	padding-left:0.75em;
}

/* hompage*/
#introduction div {
	height:auto;
	padding-bottom:0.8em;
	}
#content #introduction {
	background:#FFCCCC url('/img/introduction_bg3.gif') no-repeat scroll left bottom;
}
#content #introduction #banner {
	height:205px;
	background:#FFCCCC url('/img/intro.jpg') no-repeat scroll left top;
	margin-bottom:-1em;
	padding-bottom:0;
	}
#content #introduction #banner img {
	float:right;
	}
#content #introduction h3 {
	clear:both;
	}
#content #introduction p {
	clear:both;
	}
	
	/* bottom sections on homepage */
.thirds{
	font-size:1.1em;
	
}
.thirds div#testimonial blockquote{
	/* font-size:auto; */
} 
.thirds div.visual {
	text-align:left;
	border:none;
}

.thirds div#news div.visual {

	height: 7.5em;
	background-color:#990000;
	padding-bottom:0.5em;
	border-bottom:4px solid #CE0000;
	background-image: url('/img/front_news.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
.thirds div#children div.visual {
height: 7.5em;
background-color:#990000;
	padding-bottom:0.5em;
	border-bottom:4px solid #CE0000;
	background-image: url('/img/girl_and_boy_smiling.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
.thirds div#testimonial div.visual {
height: 7.5em;
	background-color:#005977;
	padding-bottom:0.5em;
	border-bottom:4px solid #009ABB;
	background-image: url('/img/pen_thanks.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}


/* rounded bottom for pages */
#content{
	border-bottom:none;
	padding: 8px 8px 0px;
}
#round-bottom{
	clear:both;
	margin-left:20em;
	margin-right:20em;
	height:11px;
	background:#fff;
	background-image: url('/img/footer_bg.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}
#index #round-bottom{
	margin-right:0;
}
#round-left{
	width:11px;
	height:11px;
	display:block;
	background:#fff url('/img/white_bottom_left2.gif') no-repeat scroll left bottom;
}
#round-right{
	width:11px;
	height:11px;
	display:block;
	float:right;
	background:#fff url('/img/white_bottom_right2.gif') no-repeat scroll right bottom;
}

#content p img{
	margin:1.25em 0 0 0;
}

/* adjust logo */
#header h1#branding{
	left:8px;
}

#content div.post h3 {
margin:1.5em 0pt 1em;
}

#content div.post h3.section {
margin-top:2em;
border-top:1px solid #ccc;
padding-top:1.5em;
}

#content div.post h3:first-child {
margin-top:0;
}

/* clean up broders*/
#content.category .pagination{
	border-top:none;
}
/* pagination links*/
#content.category #pagination .next {
	float:right;
}
#content{
	border-bottom:1px solid #fff;
}

.hilite {
	font-weight:bold;
 	background-color: #ffff66;
}

#content p, .comment_meta p, #content ul, #content ol { 
	font-size:1.2em; 
}

h2{
	text-transform: capitalize;	
}

#comment-form p textarea,
div.contactform div textarea  {
	width:97%;
}

#index #content #introduction {
	font-size:1.2em;
}

#index #content #introduction h3 {
	padding:0;
	margin:1em 0 0.2em 0.9em;
	font-size:1.1em;
}

#index #content #introduction p{
	margin-top:0.5em;
	padding-top:0;
	padding-bottom:0.5em;
}

/* search box*/
.searchbox button{
	background:transparent url('/img/bsearch.gif') no-repeat scroll center;
	height:26px;
	width:26px;
	cursor:pointer;
	border:0px none;
	margin:0;
	padding:0;	
	margin-left:0.5em;
}
.searchbox button span{
	display:none;
}
.searchbox form input.search-field{
	width:32.5em;
	font-size:1.5em;
	float:left;
	border:1px solid #ccc;
	padding:0.25em;
}
.searchbox{	
	width:20em;	width:54.3em;
	margin-top:1em;
}
.searchbox form div{	
	padding:0.5em 0.5em 0 0.5em;	
	
}
.searchbox form div input{
	
}
.searchbox-tr {
	float:right;
	width:54.3em;	
	background:#FFE8E8 url('/img/bg-searchpagebox-right.gif') no-repeat right top;
}
.searchbox-tl {
	float:left;
	background:#FFE8E8 url('/img/bg-searchpagebox-left.gif') no-repeat left top;
}
.searchbox-bl {
	float:left;width:1em;width:5%;height:0.5em;line-height:0;
	background:#FFE8E8 url('/img/bg-searchpagebox-left.gif') no-repeat left bottom;
}
.searchbox-br {
	float:right;width:53.3em;width:95%;height:0.5em;line-height:0;
	background:#FFE8E8 url('/img/bg-searchpagebox-right.gif') no-repeat right bottom;
}


.pdf {
	background:transparent url('/img/pdf_logo.gif') left center no-repeat;
	padding-left:24px;
	padding-right:0.3em;
	min-height:16px;
	display:block;
	float:left;
	clear:left;
}
a.pdf:hover {
	background:#FF434A url('/img/pdf_logo.gif') left center no-repeat;
}

#footer li { list-style-type:none; }
