﻿/*
Theme Name: Benedictines
Theme URI: http://missionarysisosb.org/
Description: Custom theme for Missionary Sisters of Saint Benedict
Version: 1.0
Author: Keith Solomon
Author URI: http://reciprocity.be/

If you see this, you should be able to edit the file.
*/

/* Neutralize styling: Elements we want to clean out entirely */
html, body, form, fieldset {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.9em; /* 16x.75=12px */
	letter-spacing: 101%;
        line-height: 170%;
	margin: 0 0 0 0;
	padding: 0;
}

body {
	background: #fff url(images/wrap-bg.png) repeat;
	color: #000;
	font-size: 100%;
}

/* Neutralize styling: Elements with a vertical margin */
p, pre, blockquote,
ul, ol, dl, address {
/*	margin: 2.5em 0 1.5em;  ORIGINAL
	margin: 2.5em 0 0.5em 0;  */
	padding: 0 0 0 0;
}

/* Commented out
p {
        margin: 2.5em 0 15px 0;
        padding: 0 0 0px 0;
}
 */

/* Apply left margin only to the few elements that need it */
li, dd, blockquote {
	margin-left: 2.5em;
}

/* Heading Styles */
h1, h2, h3, h4 {
	color: #663300;
	font-weight: bold;
        line-height: 120%;
}

h1 {
	font-size: 1.8em;
	margin: 0px 0 0 0;
}

h1 a:link, h1 a:visited {
	text-decoration: none;
}

.page h1 {

/* original	margin: 0 auto;   */
	margin: 5px 0 5px 0;
	padding-top: 8px;
	padding-bottom:12px;
	text-align: center;
}

.page h1.miss-img {
	/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */
	background: transparent url(images/missions.png) left center no-repeat;
	display: block;
	line-height: 50px; /*change this to the height of the image */
	margin: 0 auto;
	text-indent: -1000em;
	overflow: hidden;
	width: 482px; /* image is 482 X 50 --KB */
}

h2 {
	clear: both;

	font-size: 1.3em;
	letter-spacing: 0px;
	margin: 10px 0 10px 0;
}

h2 a, h2 a:link, h2 a:visited {
}

h2.pagetitle {
	font-size: 1.5em;
	letter-spacing: 0px;
	margin: 10px 0 20px 0;
}

h2.pagetitle a {
	color: #00c;
	text-decoration: none;
}

h2.pagetitle a:hover {
	text-decoration: underline;
}

h3 {

	font-size: 1.0em;
	letter-spacing: 0px;
	margin: 5px 0 15px 0;
}

h3 a, h3 a:link, h3 a:visited {
}

h4 {
	font-size: 1.1em;
}

h4 a, h4 a:link, h4 a:visited {
}

/* Link Styles */
a {
}

a:hover {
}

a img {
	border: none;
}

/* Form Styles */
form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	font-family: inherit;
	font-size: 100%;
}

/* Miscellaneous conveniences: */
.hidden {
	display: none;
	visibility: hidden;
	height: .1em;
}

.right, .alignright {
	float: right;
	margin-left: 10px;
}

.left, .alignleft {
	float: left;
	margin-right: 10px;
}

.center, .aligncenter {
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.clear {
	clear: both;
}

/* Main Positioning Elements */
#wrap {
	margin: 5px auto 0;
	overflow: hidden;
	padding: 0;
	width: 780px;
}

#header {
	background: #000 url(images/header.png) no-repeat left center;
	height: 30px;
	overflow: hidden;
	padding-top: 55px;
}

#homehead {
	background: #000;
	height: 85px;
	overflow: hidden;
}

#footer {
	background: #2a190f url(images/footer.png) no-repeat;
	clear: both;
	height: 37px;
	line-height: 37px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

/* Header Elements */
#menu { /* Ora & Et Labora links */
	height: 30px;
	margin: 0 auto;
	text-align: center;
	width: 220px;
}

#menu a {
/* original	color: #cfe514; BA951E  */
	color: #C7A22B;
	font-size: 1.2em;
	letter-spacing: 125%;
        font-weight: bold;
	text-decoration: none;
}

/* Content Elements   */
#content {
	background: #FFFACE;
	color: #000;
	float: right;
	margin: 0 00 0 0;
	overflow: hidden;
	padding: 0 20px 0 20px;
	text-align: justify;
	width: 604px;
}

#search {
	height: 30px;
	line-height: 30px;
	text-align: right;
	width: 100%;
}

#search #s {
	background: #F0E15A;
	border: 1px;
        border-color: black;
	color: #7E650D;
	font-size: 1.3em;
	height: 20px;
	padding-left: 10px;
	padding-top: 5px;
        padding-bottom: 5px;
	width: 129px;
}

#search #searchsubmit {
	background: url(images/search.png) no-repeat center center;
	border: none;
	height: 20px;
	width: 20px;
}

.page ul li {
	list-style: disc;
	margin-bottom: 10px;
}

.page ul.home li {
	list-style: disc;
	margin-bottom: 15px;
}


.page .news {
	border: 1px solid #583818;
	float: right;
	margin: 10px 0 10px 10px;
	padding: 0 5px;
	text-align: left;
	font-size: 0.8em;
	line-height: 130%;
	width: 150px;
}

.page .news .more-link {
	margin-top: -5px;
}


.wp-caption {
	background: #7E650D;
	border: 1px solid #000000;
	padding: 5px 0 0 0;
    font-size: .8em;
    color: #CFE514;
    line-height: 120%;
	text-align: center;
}

.wp-caption-text {
	margin: 0;
	padding: 2px 5px 5px 5px;
}

.slide {
	margin: -25px auto -30px;
}

#filler {
	background: url(blank.gif) repeat;
	float: left;
	height: 150px;
	width: 100%;
}

/* Navigation Sidebar Elements */
#sidebar {
	background: url(images/sidebar-bg.png) repeat-y;
	font-size: 0.85em;
	float: left;
	width: 136px;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar li {
	margin: 0 0 2px;
	padding: 0;
	text-align: center;
	width: 135px;
}

#sidebar li ul {
	margin: 0;
	padding: 0;
}
/* changes submenu only -KB */
#sidebar li ul li {
	font-size: .85em;
	margin: 0 0 2px;
	text-align: right;
	width: 135px;
}

/* Sidebar Link Styles */
#sidebar li a { /* Menu links in the sidebar.  MUST keep the "display: block;" definition for the menu to function correctly */
	border-bottom: 1px solid #e0b825;
	border-top: 1px solid #e0b825;
	color: #cfe514;
	display: block;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 0 0 2px;
	text-decoration: none;
}

#sidebar li ul li a { /* Sub-menu links in the sidebar. */
	color: #bce514;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	padding-right: 10px;
}

#sidebar li a:hover { /* Menu link hover style */
	background: #cfe514;
	color: #2a190f;
}

#parchment {
	background: url(images/parchment.png) no-repeat;
	height: 287px;
	margin: 10px auto 0;
	width: 136px;
}

/* Footer Elements */
#footer ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 550px;
}

#footer li {
	float: left;
	margin: 0;
	padding: 0 10px;
}

#footer li a {
	color: #cfe514;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}

#treefrog {
	background: #9b7533;
	color: #000;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	margin: 5px 0;
	padding-left: 10px;
}

#treefrog a {
	color: #030;
}

