/*
Theme Name: St. Mary's Ryde
Theme URI: http://stmarysryde.org
Description: The smooth and clean design of St. Mary's Ryde by Michael Acain.
Version: 1
Author: Michael Acain
Tags: blue, pale white, variable width, two columns
*/


/* Begin structure */

body {
	margin: 0;
	padding: 0;
	background: #283f48 url("http://stmarysryde.org/images/background.jpg") top center scroll repeat;
	font-family: Georgia, Serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #324e59;
	line-height: 10.5pt;
}

#container {
	margin: auto;
	padding: 0;
	height: 100%;
	width: 800px;
}

#frame {
	background-color: #f8f8ed;
	z-index: 1;
	width: 594px;
	padding: 3px;
}

#sidebar {
	background-color: #121e22;
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
}

#sidebar div, #sidebar table, #sidebar p {
	margin: 0;
	text-align: left;
}

#content {
	position: relative;
	margin-top: -12px;
	margin-bottom: -12px;
	z-index: 2;
	width: 580px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
}

#content div, #content table, #content p {
	margin: 0;
	text-align: left;
}

.copyright {
	margin: 0;
	padding-left: 1px;
	padding-right: 1px;
	background-color: #e1e1d7;
	font-family: Georgia, Serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #1b1f20;
	border-bottom: 3px solid;
	border-color: #1b1f20;
	display: block;
}

/* End structure */


/* Begin text */

p, span, font, input, textarea {
	font-family: Georgia, Serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #324e59;
	line-height: 10.5pt;
	text-align: left;
}

h1 {
	margin: 0;
	padding: 3px 0px 3px 35px;
	background: #e1e1d7 url("http://stmarysryde.org/images/title.jpg") center repeat-x;
	font-family: Georgia, Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #1b1f20;
	line-height: 10.5pt;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 3px solid;
	border-color: #1b1f20;
	display: block;
}

h2 {
	margin: 0;
	padding-left: 10px;
	background-color: #283f48;
	font-family: Georgia, Serif;
	font-size: 9.5pt;
	font-weight: normal;
	color: #e1e1d7;
	line-height: 12pt;
	text-align: left;
	text-decoration: none;
	border-bottom: 3px solid #91918a;
	display: block;
}

h3 {
	margin: 0;
	font-family: Georgia, Serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #324e59;
	text-align: left;
	text-decoration: underline;
	display: block;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #e1e1d7;
	width: 300px;
	border: 1px solid #283f48;
}

blockquote {
	margin: 0;
	margin-left: 16px;
	padding: 3px;
	background-color: #e1e1d7;
	width: 540px;
	text-align: left;
	border: 1px dashed #283f48;
}

ol, ul, li {
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

/* End text */


/* Begin links */

a {
	color: #1b1f20;
	text-decoration: underline;
}

a:hover {
	color: #324e59;
	text-decoration: underline;
}

#sidebar a {
	margin: 0;
	color: #578191;
	text-decoration: none;
	display: block;
}

#sidebar a:hover {
	margin: 0;
	padding-left: 10px;
	background-color: #26424d;
	color: #e1e1d7;
	text-decoration: none;
	display: block;
}

/* End links */


/* Begin lightbox */

#lightbox {
	position: absolute;
	left: 0;
	z-index: 100;
	width: 100%;
	line-height: 0;
	text-align: center;
}

#lightbox img {
	width: auto;
	height: auto;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	margin: 0 auto;
	width: 250px;
	height: 250px;
	background-color: #fff;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	width: 100%;
	height: 25%;
	line-height: 0;
	text-align: center;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	height: 100%;
	width: 100%;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA);
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(http://stmarysryde.org/gallery/images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(http://stmarysryde.org/gallery/images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	margin: 0 auto;
	width: 100%;
	overflow: auto;
	background-color: #fff;
	font: 10px Verdana, Helvetica, sans-serif;
	line-height: 1.4em;
}

#imageData {
	padding: 0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	text-align: left;
	float: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	padding-bottom: 1.0em;
	display: block;
	clear: left;
}

#imageData #bottomNavClose {
	padding-bottom: 0.7em;
	width: 66px;
	float: right;
	outline: none;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

.album {
	padding: 3px;
	border: 1px solid #aaa;
}

.album:hover {
	padding: 3px;
	background: #fff;
	border: 1px solid #000;
}

/* End lightbox */


/* Begin extra styling */

img, a img {
	border: 0px;
}

hr {
	border: 1px solid;
	border-color: #283f48;
}

.left {
	width: auto;
	float: left;
}

.right {
	width: auto;
	float: right;
}

.hide {
	display: none;
}

/* End extra styling */
