html { height: 100%; }
body {
	margin: 0;
	height: 100%;
	width: 100%;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #2a2a2a;
	background: #090404 url(../images/bg.jpg) repeat-y 50% 0;
	min-width: 981px;
	display: table;
}
a { color: #2a2a2a; outline:none; }
a:hover { text-decoration: none; outline:none; }
img { border-style: none; }
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input,
textarea,
select {
	font: 100% Arial, sans-serif;
	vertical-align: middle;
}
.accessibility { display: none; }
#wrapper {
	background: url(../images/bg-top.jpg) no-repeat 50% 0;
	min-height: 100%;
	display: table-row;
}
* html #wrapper { height: 100%; }
#main {
	margin: 0 auto;
	width: 981px;
	padding: 157px 0 0;
	position: relative;
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 178px;
	overflow: hidden;
	padding: 0 0 0 7px;
	width: 974px;
	z-index: 5;
}
.logo {
	position: absolute;
	top: 40px;
	left: 329px;
	margin: 0;
	width: 330px;
	z-index: 10;
}
.logo a {
	display: block;
	background: url(../images/logo.png) no-repeat;
	width: 100%;
	height: 96px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}
#main-nav {
	margin: 152px 0 0 254px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
* html #main-nav { display: inline-block; }
#main-nav li {
	float: left;
	background: url(../images/separator.gif) no-repeat 0 8px;
	padding: 0 32px 0 31px;
	margin: 0 0 0 -11px;
}
#main-nav li a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 26px;
	cursor: pointer;
}
#main-nav li a.family-law {
	background: url(../images/menu-family-law.png) no-repeat;
	width: 118px;
}
#main-nav li a.marriage {
	background: url(../images/menu-marriage.png) no-repeat;
	width: 101px;
}
#main-nav li a.children {
	background: url(../images/menu-children.png) no-repeat;
	width: 93px;
}
.container {
	overflow: hidden;
	height: 1%;
}
.container .top,
.container .bottom {
	background: url(../images/bg-container-top.png) no-repeat;
	height: 58px;
	font-size: 0;
	margin: 0 0 0 1px;
}
.container .bottom {
	background: url(../images/bg-container-bottom.png) no-repeat;
	height: 84px;
	margin: 0;
}
.sidebar {
	float: left;
	width: 215px;
	position: relative;
	margin: 52px 0 0;
}
#side-nav {
	/*margin: 0 5px 0 0;
	padding: 0;
	overflow: hidden;
	height: 1%;*/
	
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:0px;
	width:210px;
}
#side-nav li {
	overflow: hidden;
	height: 1%;
	padding: 0 16px 6px 0;
	vertical-align: top;
}
#side-nav li.active { background: url(../images/menu-active.gif) no-repeat 100% 18px; }
#side-nav li a {
	float: right;
	height: 46px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}
#side-nav li a.menu-home {
	background: url(../images/side-menu-home.png) no-repeat;
	width: 78px;
}
#side-nav li a.menu-marriage {
	background: url(../images/side-menu-marriage.png) no-repeat;
	width: 117px;
}
#side-nav li a.menu-children {
	background: url(../images/side-menu-children.png) no-repeat;
	width: 113px;
}
#side-nav li a.menu-about {
	background: url(../images/side-menu-about.png) no-repeat;
	width: 190px;
}
#side-nav li a.menu-resources {
	background: url(../images/side-menu-resources.png) no-repeat;
	width: 127px;
}
#side-nav li a.menu-contact {
	background: url(../images/side-menu-contact.png) no-repeat;
	width: 103px;
}

#side-nav li a.menu-blog {
	background: url(../images/side-menu-blog.png) no-repeat;
	width: 76px;
}
.content {
	float: left;
	width: 765px;
	display: inline;
	margin: 0 0 0 1px;
	position: relative;
}
.body {
	background: url(../images/bg-container.png) repeat-y;
	overflow: hidden;
	height: 1%;
	padding: 8px 0 0 61px;
}
.posts {
	overflow: hidden;
	height: 1%;
	position: relative;
	margin: 0;
}
.flash {
	margin: -10px 10px -1px -9px;
	position: relative;
	height:322px;
	width:444px;
	cursor:pointer;
	float:left;
	text-align:center;
       display:block;
	margin-right:10px;

}
.flash img { display: block; }
.post {
	overflow: hidden;
	height: 1%;
	padding: 76px 0 0;
	margin: -1px 0 0;
}

.post-single {
	overflow: hidden;
	height: 1%;
	padding: 0;
	margin: -1px 0 0;
}

.post:first-child {
	padding: 0;
}

.post:second-child {
padding: 0;
}

.player {
	margin: 0 0 -76px;
	padding: 0;
}
.col {
	float: left;
	width: 200px;
	margin: 58px 0 0 60px;
	display: inline;
	color: #d7d7d7;
	font-family: Arial, Helvetica, sans-serif;
}
.col a {
	color: #d7d7d7;
	text-decoration: none;
}
.col a:hover { text-decoration: underline; }
.text {
	float: left;
	width: 425px;
	padding: 16px 0 0;
	background: url(../images/divider.gif) no-repeat;
}
.player .text {
	padding: 0;
	background: none;
}
/*#contact .text {
	padding: 0;
	background: none;
}*/
#the_footer .text{
	font-size: 9px;
	text-align:center;
	line-height:16px;
}
.content h2 {
	margin: 0 0 30px;
	padding: 0;
	//text-indent: -9999px;
	//overflow: hidden;
	height: 14px;
	color:#660000;
}
/*.content h2.heading-blog-title { background: url(../images/heading-meet-thomas.gif) no-repeat; }
.content h2.heading-meet-thomas { background: url(../images/heading-meet-thomas.gif) no-repeat; }
.content h2.heading-a-focus-on-marriage { background: url(../images/heading-a-focus-on-marriage.gif) no-repeat; }
.content h2.heading-a-focus-on-children { background: url(../images/heading-a-focus-on-children.gif) no-repeat; }
.content h2.heading-about-thomas { background: url(../images/heading-about-thomas.gif) no-repeat; }
.content h2.heading-resources { background: url(../images/heading-resources.gif) no-repeat; }
.content h2.heading-contact { background: url(../images/heading-contact.gif) no-repeat; }*/
.content h3 {
	margin: 0;
	color: #600;
	font-size: 12px;
	line-height: 20px;
}

#resources .text h3 {
margin:10px 0px;
}
.content h4 {
	margin: 0;
	font-size: 13px;
	line-height: 19px;
}
.content p { margin: 0 0 25px; }
.content dl {
	margin: 0 0 20px;
	overflow: hidden;
	height: 1%;
}
.content dt,
.content dd {
	margin: 0 3px 0 0;
	float: left;
}
.content dd {
	float: none;
	margin: 0;
}
.content address {
	margin: 0 0 20px;
	font-style: normal;
}
.content ul li { padding: 0 0 20px; }
.content .additional-info {
	margin: -9px 41px 13px 19px;
	padding: 0;
	overflow: hidden;
	height: 1%;
	background: none;
	list-style: none;
}
.content .additional-info li {
	overflow: hidden;
	height: 1%;
	padding: 0 0 17px;
	vertical-align: top;
}
.content .additional-info li h4 {
	cursor: pointer;
	padding: 0 0 0 23px;
	background: url(../images/arrow.gif) no-repeat -1947px 5px;
}
.additional-info li.active h4 { background-position: 0 7px; }
.additional-info li .drop {
	overflow: hidden;
	height: 1%;
	display: none;
	margin: 0 0 0 23px;
}
.additional-info li.active .drop { display: block; }
.additional-info li .drop p { margin: 0; }
.contact {
	list-style: none;
	margin: 0;
	padding: 0;
}
.the_footer {
	float:right;
}
.form-search {
	overflow: hidden;
	height: 1%;
	margin: 0;
	padding: 4px 0 0 3px;
}
.form-search .input-txt {
	float: left;
	width: 266px;
	padding: 4px 15px 4px;
	margin: 0;
	color: #969696;
	font: 18px/21px Arial, Helvetica, sans-serif;
	border: 1px solid #a0a0a0;
}
.form-search .btn-submit {
	float: left;
	border: 0;
	width: 104px;
	height: 32px;
	background: url(../images/btn-search.gif) no-repeat;
	margin: 0 0 0 14px;
	color: #373737;
	font: 18px/19px Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.results {
	overflow: hidden;
	height: 1%;
	margin: 35px 0 0 37px;
	padding: 0 0 24px;
}
.content .results ul {
	margin: 0;
	padding: 0 0 4px;
	list-style: none;
}
.results ul li {
	list-style: none;
	padding: 0 0 13px;
	vertical-align: top;
	height: 1%;
}
.results ul li p {
	margin: 0;
	color: #696969;
	font-size: 11px;
	line-height: 14px;
}
.more {
	margin: 0 14px 0 0;
	display: block;
	text-align: right;
}
#footer {
	overflow: hidden;
	height: 1%;
	padding: 36px 0 76px 3px;
}
#footer ul {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 11px/14px Arial, Helvetica, sans-serif;
}
#footer ul li {
	display: inline;
	color: #bfb4b4;
	padding: 0 5px;
}
#footer ul li a {
	text-decoration: underline;
	color: #bfb4b4;
}
#footer ul li a:hover { text-decoration: none; }
.design {
	display: block;
	background: url(../images/logo-footer.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 181px;
	height: 64px;
	margin: 41px auto 0;
	cursor: pointer;
}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.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 {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.intro {
padding: 10px 0px;
}

.categories {
margin-left: -40px;
}

.cat-item {
float: left;
list-style-type: none;
font-size: 11px;
margin-right: 10px;
}

.cat-item a, h3 a{
color: #600;
}

.linkcat h2 {
margin: 0px;
padding: 0px;
display: none;
}

.blogroll li {
font-weight: bolder;
list-style-type: none;
}

.entry {
padding-top: 20px;
}