/*
Theme Name: Holy Trinity	
Theme URI: http://holytrinity.stalybridge.org/
Description: A theme by Matthew Laver.
Version: 1
Author: Matthew Laver

*/

/* Meyer Reset */

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, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @group Classes */

body {
  background: #aaa url(images/bg.png) repeat-y scroll center top;
  font-family: verdana,arial,sans-serif;
  color: #555;
  font-size: 62.5%;
}
h1 {
	text-indent: -99999px;
}
h2 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 1em;
	border-bottom: 1px solid #aeaeae;
}
h3 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0.8em;
}
p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
.entry ol, .entry ul {
	list-style-position: inside;
	list-style-type: square;
	margin-bottom: 18px;
	margin-top: -10px;
	padding-left: 10px;
}
li {
	font-size: 12px;
	line-height: 1.6em;
}
a, a:link {
	color: #b57b3e;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.time {
	font-size: 0.6em;
	float: right;
}

a.login {
	float: left;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
}

#container {
  width: 930px;
  margin: 0 auto;
  position: relative;
}

a[href$=".doc"], a[href$=".docx"] {
	padding-left: 19px;
	background: url(images/word.png) center left no-repeat;
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 19px;
}
a[href$=".pdf"] {
	padding-left: 19px;
	background: url(images/pdf.png) center left no-repeat;
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 19px;
}

/* @end */

/* @group Images */

img.attachment-thumbnail {
	width: 100px;
	height: 100px;
	float: left;
	margin:0 1em 1em 0;
}
img.alignright, img.alignleft, img.aligncenter {
	border: 1px solid #333;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* @end */

/* @group Header */

#header {
	background: #b57b3e url(images/hdbg.png) bottom left no-repeat;
	padding: 10px;
}
#headerimg {
	height: 110px;
	background: url(images/ht-logo.png) no-repeat right bottom;
}

/* @end */

/* @group Front Page */
h2#welcome {
	margin-bottom: 0;
	margin-top: 15px;
}
#intro {
	border-bottom: 1px solid #aeaeae;
	font-size: 110%;
	text-align: center;
	position: relative;
	padding: 10px 5px;
}

#intro p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#show {
	height: 234px;
}
#show img {
	position: absolute;
}

/* @group Info Box */

dl.info {
	width: 308px;
	float: right;
	background-color: #eee;
	margin-left:15px;
	border: 1px solid #aeaeae;
}
dl.info dt {
	background-color: #ccc;
}
dl.info dt a, dl.info dt a:link, dl.info dt a:visited {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #d6d6d6;
	font-size: 16px;
	line-height: 20px;
	padding: 5px;
	
}
dl.info dd p {
	margin: 0;
	padding: 5px;
	width: 298px;
}

/* @end */
/* @end */

/* @group Content */

#content {
	width: 600px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	min-height: 500px;
}

/* @group Staff */

.staff {
	float: left;
	width: 160px;
	padding: 10px;
	height: 240px;
	font-size: 12px;
	line-height: 14px;
	margin: 10px;
	text-align: center;
}
.staff img {
	border: 1px solid;
	margin: 0 auto;
}


/* @end */
/* @group Forms */

#contactform {
	width: 280px;
	float: right;
	margin-left: 10px;
	border: 1px solid #aeaeae;
	padding: 10px 10px 0;
	background-color: #eee;
}
#contactform input, #contactform textarea {
	width: 230px;
	margin: 5px auto;
	display: block;
}
#contactform .submit {
	width: auto;
}
#contactform .wpcf7-not-valid-tip {
	left: 20px;
	top: -4px;
	width: 232px;
}



/* @end */

/* @group Posts */

.post {
	clear: both;
}
.post.category-sermons {
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: 1px dotted #aeaeae;
}
.newssheetpost a {
	width: 100px;
	text-align: center;
	padding-top: 40px;
	background: url(images/pdf.gif) no-repeat center 5px;
	margin: 0 20px 20px 0;
	float: left;
}
.newssheetpost a:hover {
	background-color: #eee;
}

/* @end */
/* @end */

/* @group Sidebar */

#sidebar {
	float: right;
	width: 300px;
	padding-left: 10px;
}
.submenu {
	border: 1px solid #bdb4ab;
	margin-top: 20px;
}
#sidebar h2 {
	background-color: #bdb4ab;
	color: #ffe4b5;
	padding: 0 5px;
	border-bottom: 1px solid #a79f97;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 0;
	text-shadow: #867f7a 0 -1px 0;
}
#sidebar ul {
	padding: 5px;
	background-color: #efe9e1;
}

#sidebar a:hover {
	background-color: #fff;
}
.widget {
	margin-bottom: 01em;
}
#thisweek {
	background-color: #efe9e1;
	padding-bottom: 10px;
}
#thisweek h2 {
	margin-bottom: 10px;
}
#thisweek p {
	margin-bottom: 2px;
	margin-left: 10px;
}
#thisweek ul {
	margin-bottom: 5px;
	margin-left: 10px;
}

/* @end */

/* @group Nav */

#nav {
}
#nav ul {
	list-style: none;
	height: 2em;
}
#nav li {
	margin-right: 10px;
	float: left;
}
#nav a {
	display: block;
	padding: 3px 10px 2px 10px;
	color: #e5a331;
	background-color: #f6deb4;
	border: 1px solid #484848;
	font-size: 1.3em;
	line-height: 1.3em;
}
#nav a:hover, #nav a:active {
	color: #555;
	background-color: #f6c672;
}

/*navigation below posts*/

.navigation {
	clear: both;
	font-size: 14px;
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
	margin-top: 20px;
}
.navigation div {
	width: 200px;
}
.navigation div.alignright {
	text-align: right;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	height: 100px;
	text-align: center;
	padding:20px 0;
	position: relative;
}
#footer p {
	position: absolute;
	bottom: 0;
	width: 930px;
	background: url(images/footer2.png);
	padding: 5px 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
#footer p img {
	border: 1px solid #aaa;
}




/* @end */
