/*
Theme Name: Family Mediation
Description: Family Mediation theme.
Version: 1.0
Author: Mikey Lythcott
Author URI: http://indierockmedia.com/
*/


/*--------------------------------------------------------------------------------------------------------------------------*/
/*- RESET - Courtesy of Eric Meyer's CSS Reset Awesomeness: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ ---*/
/*--------------------------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body { }
ol, ul { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q {quotes: "" "";}

/*-----------------------------------------------------------------------------------------------------------------------------------*/
/*- CLEARFIX --- * I prefer not to touch this code, I don't recommend you do so either, it works... so don't fix whats working ;) * -*/
/*-----------------------------------------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{background: none; border: 0; clear: both; display: block; float: none; font-size: 0; list-style: none;	margin: 0; padding: 0; overflow: hidden; visibility: hidden; width: 0; height: 0;}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after{clear: both; content: '.'; display: block; visibility: hidden; height: 0;}
.clearfix{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display: block;}


/* Begin GENERIC */
body {
	font-size: 11pt; 
	font-family: arial, helvetia, Georgia, Times, "times new roman", "new york", "MS Serif", "Hoefler Text";
	background: url(images/background_small.jpg) top repeat-x #fff;
	text-align: left;
	color: #313739;
	line-height: 22px;
	margin: 0 !important;
	padding: 0 !important;
}

body.home { background: url(images/background.gif) top repeat-y #fff; }
	
a, a:link, a:visited, strong a, a strong { color: #3c8a06; text-decoration: none; }
a:hover { color:#05a4ed; text-decoration: none; }
a img { border: none; }
a.pumpkin { }
a.pumpkin:hover { color: #05a4ed; }

/* begin headers */
h1, h2, h3, h4, h5, h6 { font-weight: bold; padding: 0; margin: 0 0 12px 0; }
h1 { font-size: 24pt; }
h1, h1 a, h1 a:hover, h1 a:visited { text-decoration: none; }
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {  }
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite { text-decoration: none; }
h2 { font-size: 18pt; }
h2.pagetitle { font-size: 18pt; }
h3 { font-size: 15pt; }
h3.comments { }
/* end headers */

/* begin images */
p img { padding: 0; max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left }
/* end images */

/* Begin Lists */
html>body .entry ul { margin-left: 0px; padding: 0 0 0 30px; list-style: none; padding-left: 10px; text-indent: -10px; }
html>body .entry li { margin: 7px 0 8px 10px; }
.entry ol { padding: 0 0 0 35px; margin: 0;}
.entry ol li { margin: 0; padding: 0; }
.postmetadata ul, .postmetadata li { display: inline; list-style-type: none; list-style-image: none; }
/* End Entry Lists */

small, .nocomments, .postmetadata, blockquote, strike { color: #777; }
code { font: 1.1em 'Courier New', Courier, Fixed; }
blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd; }
blockquote cite { margin: 5px 0 0; display: block; }
acronym, abbr, span.caps { font-size: 0.9em; letter-spacing: .07em; cursor: help; }
small { font-family: Arial, Helvetica, Sans-Serif; font-size: 0.9em; line-height: 1.5em; font-style: oblique; }
p { margin: 0 0 16px 0; }
strong { font-weight: bold; }
em { font-style: italic; }
/* End GENERIC */



/* BEGIN STRUCTURE */
#wrapper  { 
	width: 100%;
	margin: 0; padding: 0;
}
	body.home #wrapper { background: url(images/header_strip.jpg) no-repeat top; }

#page {
	margin: 0px auto 0px auto !important;
	padding: 0;
	width: 950px;
}
	body.home #page { width: 954px; }
	
#header {
	margin: 0;
	padding: 0;
	height: 110px;
	width: 950px;
}

#headerimg {
	margin: 0;
	height: 110px;
	width: 950px;
}

#headerimg h1 { margin: 0; }
#headerimg h1 a { 
	display: block; 
	width: 950px; 
	height: 60px;
	line-height: 60px;
	margin: 0 0 0 0; 
	padding: 7px 0 0 0; 
	color: #fff; 
	font-size: 30pt;
}
	
#headerimg .description {
	width: 950px;
	height: 30px;
	margin: 0;
	color: #fff;
}
	#headerimg .description em { color: #aaa; }

.nav { 
	width: 950px;
	height: 46px;
	clear: both;
}

.nav ul {
	height: 46px;
	width: 950px;
	margin: 0;
  }

	.nav ul li {
		list-style-type: none;
		float: left;
		margin: 0;
		padding: 0;
		display: inline;
		width: auto;
		height: 46px;
		line-height: 46px;
		padding: 0 33px 0 0;
		background: url(images/navsplit.jpg) no-repeat top right;
	}
		.nav ul li.last { padding: 0; background: none; }
	
	.nav ul li a { font-weight: bold; font-size: 12pt; color: #3c8a06; }
	.nav ul li a:hover { color: #2d8aa5; }
	
.home_border {
	width: 950px;
	height: auto;
	border-right: 2px solid #4b5256;
	border-left: 2px solid #4b5256;
	background-color: #fff;
}
	
.home_feature { 
	width: 950px; 
	height: 319px; 
	clear: both; 
	background: url(images/subheader.jpg) no-repeat top; 
	position: relative;
	border-bottom: 10px solid #4b5256;
}

	.hometext {
		width: 540px;
		height: auto;
		position: absolute;
		top: 20px;
		left: 385px;
		color: #fff;
		line-height: 24px;
	}
	
		.hometext h2 { color: #e7e1cd; font-size: 30px; line-height: 38px; font-weight: normal; padding: 0; margin: 0 0 15px 0; font-style: italic; }
		.hometext a { color:#53c505; }
		.hometext a:hover { }
		
#content {  }

.narrowcolumn, .widecolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 595px;
}
	body.home .narrowcolumn { width: 575px; }

.fullwidth {
	width: 950px;
	height: auto;
	clear: both;
	padding: 0; 
	margin: 0;
}

.columntab {
	width: 571px;
	height: auto;
	background: url(images/columntab.gif) no-repeat bottom left;
	padding: 16px 12px 15px 12px;
	color: #cac9c9;
	margin: 0 0 20px 0;
}
	body.home .columntab { width: 560px; height: 200px; background: none; padding: 25px 0 0 15px; margin: 0 0 20px 0; color: #333; }
	body.home .columntab p { margin: 15px 0 5px 0; }
	.columntab h3, .columntab h2 { color: #e7e1cd; font-size: 22px; margin: 0;display: block;  }
	body.home .columntab h3 { font-size: 32px; margin: 0 0 0 0; color: #4b5256; }
	body.single .columntab h2 { font-size: 22px; line-height: 26px; }
	body.single .columntab { height: auto; }
	body.archive .columntab h2 { font-size: 22px; line-height: 24px; }
	
		body.home .columntab ul {
			width: 560px;
			height: 78px;
			margin: 0;
			padding: 0;
		}
		
		body.home .columntab ul li {
			background: url(images/home_dot.gif) no-repeat top left;
			width: 265px;
			height: 34px;
			line-height: 34px;
			margin: 20px 15px 0 0;
			list-style: none;
			float: left;
		}
		
			body.home .columntab ul li h3 { 
				display: block;
				width: 230px;
				height: 34px;
				margin: 0;
				padding: 0 0 0 35px;
				line-height: 34px;
				font-size: 11pt; 
				font-weight: bold; 
				color: #3c8a06; 
			}

/* Begin Sidebar */
#sidebar {
	padding: 10px 0 0 0;
	margin: 0;
	width: 335px;
	float: right;
}
	body.home #sidebar { padding: 5px 15px 0 0; }
	
#sidebar h2 { margin: 0 0 10px 0; padding: 0 0 10px 0; border-bottom: 3px solid #313739; font-size: 16pt; }
#sidebar form { margin: 0; }
#sidebar { font: 1em arial, helvetia, Georgia, Times, "times new roman", "new york", "MS Serif", "Hoefler Text"; }

#sidebar ul, #sidebar ul ol {
	margin: 0 0 25px 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#sidebar ul p, #sidebar ul select { margin: 0 0 12px 0; }
#sidebar ul ul, #sidebar ul ol { margin: 0; }
#sidebar ul ul ul { margin: 0; }
ol li, #sidebar ul ol li { list-style: decimal outside; }

#sidebar ul ul li, #sidebar ul ol li { 
	border-bottom: 1px dotted #999;
	padding: 8px 0 10px 0;
}

ul#testimonial .widget_text { margin: 20px 0 20px 0; }

ul#testimonial .textwidget { 
	width: 303px;
	height: 200px;
	background-color: #f5f5f5;
	padding: 15px;
	border: 1px solid #dfdfd6;
	line-height: 20px;
	font-size: 10pt;
}

	ul#testimonial .textwidget strong { color: #0f477c; }
	ul#testimonial .textwidget span { font-size: 16pt;  }
	ul#testimonial .textwidget p { margin: 7px 0; color: #242424; }
	
	body.home #sidebar ul { margin-bottom: 0; }
	body.home ul#testimonial .widget_text { margin-bottom: 15px; }
	
	body.home ul#testimonial .textwidget {
		width: 335px;
		background-color: #fff;
		border: none;
		padding: 0;
	}
	
ul#contact li {
	padding-bottom: 15px;
	background-color: #4b5256;
	height: 210px;
}
	#sidebar ul#contact li { height: 370px; }

ul#contact .textwidget {
	width: auto;
	height: 140px;
	padding: 8px 5px 10px 20px;
	line-height: 22px;
	color: #cac9c9;
	font-size: 10pt;
}

	ul#contact .widget_text h2.widgettitle { 
		display: block; 
		height: 30px;  
		margin: 0; 
		padding: 20px 0 5px 20px;
		font-size: 30px;
		color: #e7e1cd;
	}
		body.page ul#contact .widget_text h2.widgettitle { font-size: 22px; }
	
	ul#contact .textwidget p { margin-bottom: 17px; }
	ul#contact .textwidget strong { color: #e7e1cd; }
	ul#contact .textwidget img { margin: 0px 7px 0px 0; border: 5px solid #697377; width: 133px; height: 86px;}
	ul#contact a { color: #53c505; }
	ul#contact a:hover {  }
	
	.three_split {
		width: 300px;
		padding: 0 10px 0 0;
		height: auto;
		float: left;
	}
	
	.contact_us a {
		display: block;
		text-indent: -9999px;
		outline: none;
		width: 294px;
		height: 40px;
		background: url(images/contactus.gif) no-repeat top left;
		margin: 10px 0 0 0;
	}
	
		.contact_us a:hover { background: url(images/contactus.gif) no-repeat bottom left; }
	

/* End Sidebar */

#footer {
	padding: 20px 0;
	margin: 0 auto;
	margin-top: 30px;
	border-top: 5px solid #313739;
	width: 950px;
	height: 100px;
	clear: both;
	text-align: center;
	position: relative;
	font-size: 9pt;
	line-height: 18px;
}
	body.home #footer {  }

	#footer p { font-size: 9pt; }

	.irm a {
		display: block;
		width: 145px;
		height: 50px;
		text-indent: -9999px;
		outline: none;
		position: absolute;
		top: 40px; right: 15px;
		background: url(images/designedby.jpg) no-repeat top;
		z-index: 10;
	}
	
	.photo_credit {
		font-size: 8pt;color: #777;
		position: absolute;
		top: 20px;
		right: 15px;
	}
	

/* main content */

.entry p a:visited { color: #b85b5a; }
.narrowcolumn .entry, .widecolumn .entry { }
.narrowcolumn .postmetadata { text-align: center; }

.post {
	margin: 0 0 40px;
	text-align: left;
}

.widecolumn .post  { margin: 0; }

body.home .post { margin: 0 0 12px 0; border-bottom: 1px dotted #999; padding: 0 0 8px 0; }
body.archive .post { border-bottom: none; padding: 0 0 10px 0; margin: 30px 0 5px 0; }

body.home .post h2 { font-size: 12pt; margin: 0 0 6px 0; line-height: 20px; }
.post h3 { font-size: 16pt; line-height: 24px; margin: 0 0 10px 0; }
.post .entry h3 { font-weight: bold; font-size: 18pt; padding: 10px 0 10px 0; border-bottom: 1px dotted #313739; margin: 5px 0 15px 0; clear: both; color: #0f477c; }
.post .entry h4 { font-weight: bold; font-size: 13pt; margin: 0 0 10px 0; color: #2b5d8c; }

.entry {  }
body.archive .post .entry { padding-top: 15px; }
body.single .entry { padding-top: 15px; border-top: 1px dotted #999; margin-top: 15px; }

.event-post hr, .post hr { display: block; }

.image { margin: 0 0 15px 0; }

	/* tabs and slides */
	
	.post .entry .wts_title{ padding-bottom: 5px; }
	
	.post .entry .wts_title a.jtoggle{
		color: #126992;
		text-decoration: underline;
		font-size: 13pt;
		font-weight: bold;
		background: transparent url(images/arrow.gif) no-repeat right center;
		padding-right: 14px;
		cursor: hand;
	}
	
	.post .entry .wts_slidewrapper{
		display: none;
		border: #ddd 1px solid;
		padding: 0px 20px 20px 20px;
		margin: 15px 0;
		background-color: #f5f5f5;
	}
	
	h4.pub_name { font-size: 13pt; margin: 0 0 5px 0; }

/* back to main content */

.narrowcolumn .postmetadata { padding-top: 5px; }
.widecolumn .postmetadata { margin: 30px 0; }

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata { clear: both; }

div.next { width: 595px; height: 35px; line-height: 35px; border-top: 1px solid #999; clear: both; }
.fullwidth div.next { width: 950px; }
body.archive div.next { margin-top: 30px; }
div.next div.alignleft { float: left; }
div.next div.alignright { float: right; }

/* END STRUCTURE */



/* Begin Form Elements */
#searchform { margin: 10px auto; padding: 5px 3px; text-align: center; }
#sidebar #searchform #s { width: 108px; padding: 2px;}
#sidebar #searchsubmit { padding: 1px; }
.entry form { /* This is mainly for password protected posts, makes them look better. */ text-align:center;}
select { width: 130px; }
#commentform input { width: 170px; padding: 2px; margin: 5px 5px 1px 0;}
#commentform textarea { width: 100%; padding: 2px;}
#commentform #submit { margin: 0; float: right; }
/* End Form Elements */



/* Begin Comments*/
.alt { background-color: #f8f8f8; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;margin: 0; padding: 10px; }

.commentlist { padding: 0; text-align: justify; }
.commentlist li { margin: 15px 0 3px; padding: 5px 10px 3px; list-style: none; }
.commentlist p { margin: 10px 5px 10px 0; }
#commentform p { margin: 5px 0; }
.nocomments { text-align: center; margin: 0; padding: 0; }
.commentmetadata { margin: 0; display: block; }
.commentlist li, #commentform input, #commentform textarea { }
.commentlist li { font-weight: bold; }
.commentlist li .avatar { float: right;border: 1px solid #eee; padding: 2px; background: #fff;}
.commentlist cite, .commentlist cite a { font-weight: bold; font-style: normal; font-size: 1.1em;}
.commentlist p { }
#commentform p { }
.commentmetadata { font-weight: normal; }
/* End Comments */



/* Begin Calendar */
#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 155px; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }
#wp-calendar td.pad:hover { /* Doesn't work in IE */ background-color: #fff; }
#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
#wp-calendar a { text-decoration: none; }
#wp-calendar caption { font: bold 1.3em; text-align: center; }
#wp-calendar th { font-style: normal; text-transform: capitalize; }
/* End Calendar */



/* Captions */
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto;}

.wp-caption { 
	border: 1px solid #ddd; text-align: center; 
	background-color: #f3f3f3; padding-top: 4px;margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img { margin: 0 0 5px 0; padding: 0; border: 0 none;}

.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0;font-weight: bold; }
/* End captions */




/*--------------------------------------------*/
/*- MISC -------------------------------*/
.floatLeft{ float: left !important; }
  .floatRight{ float: right !important; }
  .clear{ clear: both !important; }
  .clearLeft{ clear: left !important; }
  .clearRight{ clear: right !important; }

  .noMargin{ margin: 0 !important; }
  .noPadding{ padding: 0 !important; }

  .noShow{ display: none; }
  .marginTop { margin-top: 10px; }
  .marginTop15px { margin-top: 15px; }
  .marginTop5px { margin-top: 5px; }
  .marginTop20px { margin-top: 20px; }
  .marginBottom { margin-bottom: 10px; }
  .marginBottom20px { margin-bottom: 20px; }
  .marginBottom15px { margin-bottom: 15px; }
  .marginBottom5px { margin-bottom: 5px; }
  .marginRight { margin-right: 10px; }
  .marginLeft { margin-left: 10px; }
  .marginHeavy { display: block; margin: 10px 0 20px 0; }
  .marginThick { display: block; margin: 30px 0 20px 0; }
  .overflow_hidden { overflow: hidden; }
  .position_relative { position: relative; }
  .position_absolute { position: absolute; }

  .spaceRight{ margin-right: 10px !important; }
  .spaceLeft{ margin-left: 10px !important; }
  .legroom{ margin-bottom: 18px !important; }
	.lesslegroom{ margin-bottom: 10px; }
  .headroom{ margin-top: 18px !important; }
	.lessheadroom{ margin-top: 10px; }

  .withPadding{ padding: 10px; }
  .paddingTop{ padding-top: 10px !important; }
  .paddingBottom{ padding-bottom: 10px !important; }
  .paddingBottom15px { padding-bottom: 15px; }
  .paddingBottom20px { padding-bottom: 20px; }
  .paddingBottom5px { padding-bottom: 5px; }
  .paddingTopBottom{ padding-top: 10px !important; padding-bottom: 10px !important; }
  .paddingLeftRight{ padding-left: 10px !important; padding-right: 10px !important; }
  .paddingTopRightLeft { padding: 10px 10px 0 10px; }
  .paddingTop5px { padding-top: 5px; }
  .paddingTop15px { padding-top: 15px; }

  .center{ text-align: center !important; }
  .displayBlock { display: block; }
  .displayNone { display: none; }
  .borderless{
	border: none !important;
	margin: 0 !important;
  }
  .withBorder { border: 1px solid #777; }
  .hidden { display: none; }
  .end { margin: 0; padding: 0; }
