﻿/*
Theme Name: Mercedarians
Theme URI: http://www.orderofmercy.org/
Description: Custom theme for Order of the Blessed Virgin Mary of Mercy - Mercedarian Friars
Version: 1.0
Author: Keith Solomon
Author URI: http://reciprocity.be/
*/

/*
	Plugins used for this theme:
		Breadcrumb NavXT (http://mtekk.weblogs.us/code/breadcrumb-navxt/)
		Send-To-A-Friend--SWD Custom (http://www.lostpixels.nl/staf/)
		WP-Print (http://lesterchan.net/portfolio/programming/php/)
*/

/* Neutralize styling: Elements we want to clean out entirely */
html, body, form, fieldset {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1em; /* 16x1=16px */
	line-height: 1.4em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	background: #600 url(images/bg.png) repeat;
	font-size: 100%;
}

/* Neutralize styling: Elements with a vertical margin */
/* Kevin changed margin */
p, pre, blockquote,
ul, ol, dl, address {
	margin: .5em 0 .5em 0;
	padding: 0;
}

/* Apply left margin only to the few elements that need it */
li, dd, blockquote {
	margin-left: 2em;
}

/* Heading Styles */
h1, h2, h3, h4, h5 {
	color: #000;
	font-weight: bold;
}

h1 {
	font-size: 2em;
	margin: 15px 0 0 0;
}

h2 {
	clear: both;
	font-size: 1.5em;
	letter-spacing: -1px;
	margin: 0;
}

h2.pagetitle {
	color: #600;
	margin: 20px 10px 10px 0px;
}

h2.pagetitle a {
	text-decoration: none;
}

h2.pagetitle a:hover {
	text-decoration: underline;
}

#stafForm h2 {
	color: #600;
	display: block;
	font-size: 1em;
	margin: 0 auto;
	width: 120px;
}

h3 {
	font-size: 1.4em;
	margin: 4px 0 2px 0;
}

h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.0em;
	margin: 6px 0 0px 0;
}
h1, h1 a:link, h1 a:visited,
#headerimg .description {
	text-decoration: none;
}

/* Link Styles */
a {
	color: #840000;
	text-decoration: none;
}

a:hover {
	color: #d69e21;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Form Styles */
form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	font-family: inherit;
	font-size: 100%;
}

.wpcf7-form input,
.wpcf7-form textarea {
	margin-bottom: 4px;
} 

/* Miscellaneous conveniences: */
.right, .alignright, div.alignright {
        padding-top: 8px;
	float: right;
	margin: 8px;
}

.left, .alignleft, div.alignleft {
	float: left;
        padding-top: 8px;
	margin: 8px;
}

.center, .centered,
div.aligncenter, .aligncenter {
	display: block;
	margin: 8px auto;
	padding: 8px 0 0 0;
	text-align: center;
}

.wp-caption {
	background: #eee;
	color: #000;
	padding: 5px;
	margin: 8px;
	text-align: center;
}

.clear {
	clear: both;
}

.req {
	color: #f00;
	font-weight: bold;
}

hr {
	color: #840000;
}

strong.search-excerpt {
	background: yellow;
}

/* Main Positioning Elements */
#wrap {
	margin: 0 auto;
	padding: 0;
	width: 1009px;
}

#header {
	background: #f9e8a8 url(images/header.png) no-repeat center -3px;
	height: 159px;
	margin-top: 8px;
	/*padding-top: 130px;*/
}

#pagecontent {

}

#footer {
	clear: both;
	height: 68px;
	margin-top: -12px;
	width: 100%;
}

/* Header Elements */
#homelink {
	height: 130px;
}

#menu {
	background: url(images/nav-bg.png) no-repeat;
	font-size: .80em;
	height: 29px;
	line-height: 19px;
	padding: 0 20px;
}

#menu ul {
	float: left;
	list-style: none;
}

#menu ul li {
	display: inline;
	margin-left: .5em;
	text-transform: uppercase;
}

#menu ul li a {
	color: #fff;
}

#menu #search {
	float: right;
}

#menu #search #s {
	font-size: .70em;
	margin-top: 8px;
}

#menu #search #searchsubmit {
	background: url(images/search.gif) no-repeat 0px 2px;
	border: none;
	height: 21px;
	width: 19px;
}

/* Pagecontent Elements */
#posts {
	background: #630;
	float: right;
	font-size: .875em;
	margin-top: -3px;
	padding-top: 7px;
	width: 869px;
}

#content-head {
	background: url(images/content-head.png) no-repeat;
	height: 23px;
	margin: 0 auto;
	padding: 0 10px;
	width: 835px;
}

#post-content {
	background: #fff;
	margin: 0 auto;
	padding: 15px 0 10px;
	width: 855px;
}

#breadcrumb {
	float: left;
	font-size: .80em;
	line-height: 23px;
}

#options {
	float: right;
	line-height: 28px;
}

#options a#stafLink { /* Image replacement for send to friend plugin */
	background: transparent url(images/email.png) left center no-repeat;
	display: block;
	float: left;
	line-height: 11px; /* the height of the images */
	margin: 6px 10px 0 0;
	text-indent: -1000em;
	overflow: hidden;
	width: 17px;
}

#options .WP-PrintIcon {
	float: left;
	margin: 4px 10px 0 0;
}

#options #addBookmarkContainer {
	float: left;
	margin: 0 0;
}

#options a#bookmark { /* Image replacement for bookmark page link */
	background: transparent url(images/book.gif) left center no-repeat;
	border: none;
	display: block;
	float: left;
	line-height: 14px; /* the height of the images */
	margin: 4px 0 0;
	text-indent: -1000em;
	overflow: hidden;
	width: 20px;
}

#home-left {
	float: left;
	padding: 0 10px;
	width: 607px;
}

#home-news {
	border-left: 1px solid #000;
	float: right;
	padding: 0 10px;
	width: 206px;
}

.postdate {
	display: inline;
}

.more-link {
	display: inline;
}

#post, #page {
	padding: 0 10px 25px;
        margin: 0 75px 0 0;
}

.instructions {
       font-size: 0.8em; line-height:120%; margin: 0 25px 0 25px;
}
.signature-breen { background:url(http://orderofmercy.org/wp-content/uploads/2010/06/fr-ken-sig2.gif); width:101px; height:43px;}

/* Send to friend plugin styles */
#stafBlock {
	display: none;
	position: absolute !important;
	width: 400px;
	z-index: 100000;
}

#stafForm {
	background-color: #9bb6b7;
	border: 1px solid #dbede1;
	padding: 5px;
	margin: 0;
}

#stafForm label {
	float: left;
	display: block;
	line-height: 16px;
	margin: 6px 10px 0 0;
	width: 105px;
}

#stafForm input {
	border: 1px solid #ccc;
	font-size: .85em;
	margin-top: 5px;
	width: 180px;
}

#stafForm input#stafSend {
	border: 1px solid #ccc;
	height: 25px;
	margin-top: 15px;
	width: 70px;
}

#stafClose {
	float: right;
	margin-right: 5px;
}

#survey-toc {
	font-weight: bold;
}

#survey-toc a {
	text-decoration: underline;
}

#survey-toc .section {
	margin-bottom: 1em;
}

.news-right {
	float: right;
	width: 49%;
}

.news-left {
	float: left;
	width: 49%;
}

/* Comments Styles */
#comments ul {
	list-style: none;
}

/* Sidebar Elements */
#sidebar {
	background: #070000 url(images/sidebar-bg.png) no-repeat;
	float: left;
	margin-top: -3px;
	min-height: 400px;
	width: 140px;
}

#sidebar ul li {
	list-style: none;
	margin: 14px .5em 0;
}

#sidebar ul li a {
	color: #f4df81;
}

/* jquery accordion content div, default display is hidden */
.accContent {
	display: none;
	font-size: .70em;
	text-align: right;
}

/* accordion title links (clickable to show their content and hide others) */
.acctitle {
	cursor: pointer;
}

/* if we're on a child page, keep the sidebar menu open */
.is-child {
	display: block;
}

/* Menu Link Image Replacements */
#charism, #news, #saints,
#media, #houses, #vocations, #mercy {
	display: block;
	line-height: 26px; /* the height of the images */
	text-indent: -1000em;
	overflow: hidden;
	width: 110px;
}

#charism {
	background: transparent url(images/charism.png) left center no-repeat;
}

#news {
	background: transparent url(images/news.png) left center no-repeat;
}

#saints {
	background: transparent url(images/saints.png) left center no-repeat;
}

#media {
	background: transparent url(images/media.png) left center no-repeat;
}

#houses {
	background: transparent url(images/houses.png) left center no-repeat;
}

#vocations {
	background: transparent url(images/vocations.png) left center no-repeat;
}

#mercy {
	background: transparent url(images/mercy.png) left center no-repeat;
}

/* Footer Elements */
#foot-menu {
	background: url(images/foot-menu-bg.png) repeat-x;
	border-bottom: 1px solid #fff;
	height: 28px;
	line-height: 28px;
	text-align: center;
}

#foot-menu ul {
	font-size: .85em;
	list-style: none;
}

#foot-menu ul li {
	display: inline;
	margin-left: .5em;
}

#foot-menu ul li a {
	color: #fff;
}

#copyright {
	background: #300;
	color: #fff;
	font-size: .7em;
	height: 16px;
	line-height: 16px;
	text-align: center;
}

#treefrog {
	background: #fff;
	font: .85em "Trebuchet MS", sans-serif;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
}

#treefrog .right {
	padding-top: 0;
	float: right;
	margin: 0px 8px 8px;
}

#treefrog .left {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.176em;
	float: left;
	padding-top: 0;
	margin: 0px 8px 8px;
}

#treefrog .left a {
	color: #840000;
	text-decoration: none;
}

#treefrog .left a:hover {
	color: #d69e21;
	text-decoration: underline;
}

#treefrog a {
	color: #030;
}

li.special {
	display: none;
}
