#wrap {
	width: 100%;
	margin: 0 auto;
}

ul#actions {
	display: none;
}

#title {
	padding: 6em 0 0 0;
	margin: 0 0 2em 25px;
}

#title span {
	display: inline;
	float: none;
	background: none;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	line-height: 1em;
	width: auto;
	padding: 0;
	margin: 0;
}

#title h1 {
	font-size: 3.5em;
	padding: .2em 0 0 0;
	margin: 0 0 1em -1px;
}

ul#contacts {
	margin: 0 0 2em 25px;
}

ul#contacts li {
	margin: 0 0 0 0;
}

ul#contacts li {
	float: none;
	margin: 0 0 1em 0;
}

ul#contacts li h4 {
}

ul#contacts a {
	text-decoration: none;
}

ul#contacts a:hover {
	text-decoration: underline;
}


/* Middle
=================================*/

#middle {
	padding: 0 25px 2em 25px;
	margin: 0;
}

.home #middle,
.error404 #middle {
	margin: 0 0 2em 0;
}



h2 { 
	font-size: 1.1em; 
	font-weight: bold;
	background: #7c9fab;
	border: none;
	color: #fff;
	text-align: left;
	line-height: 1em;
	padding: .7em 25px .4em 25px;
	height: auto;
	margin: 0 -25px 1em -25px;
}
h2.first {
	margin: 0 -25px 1em -25px;
	padding: .7em 25px .4em 25px;
}

/* Discussion
=================================*/

#discuss {
	padding: 0 25px 2em 25px;
}

#discuss h2 {
	margin: 0 -25px 1em -25px;
}

.commentlist ul.children {
	margin: 0;
}

.comment-date {
	display: block;
}

.comment-content {
	width: 100%;
}

.children .comment-content { width: 100%; }
.children .children .comment-content { width: 100%; }
.children .children .children .comment-content { width: 100%; }
.children .children .children .children .comment-content { width: 100%; }
.children .children .children .children .children .comment-content { width: 100%; }

#respond {
	width: 100%; 
	margin: 0 -25px 1em -25px;
}

#respond #commenter-meta {
	width: 100%;
}

#respond #commenter-message {
	float: none;
}

#respond input {
	width: 100%;
}

#respond textarea {
	width: 100%;
}

#respond #submit-comment {
	clear: both;
	padding: 0;
	text-align: right;
}

/* End
=================================*/

#end {
	padding: 0;
}

#end .label {
	background: #000;
	color: #fff;
	float: none;
	display: block;
	margin: 0;
	padding: 2px 0 4px 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}



