/* @override http://divineoffice.org/wp-content/themes/divineoffice.org/css/screen.css */

body {
	font: 62.5% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
  color: #333333;
  background: #46210e url(../images/body.jpg) repeat-x;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
  background: transparent url(../images/wrap.jpg) repeat-y;
}

/* @group header */

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header {
  position: relative;
	float: left;
	width: 100%;
  height: 344px;
  background: transparent url(../images/header.jpg) no-repeat;
}

/* @group logo - image replacement */

/* LOGO - IMAGE REPLACEMENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#logo {
	position: relative;
	float: left;
	display: inline;
	width: 402px;
	height: 105px;
  text-indent: -5000px;
	overflow: hidden;
}

#logo span {
	position: absolute;
  top: 0;
  left: 37px;
	width: 100%;
	height: 100%;
	background: url("../images/logo.jpg") no-repeat 0 0;
}

#logo a {
	text-decoration: none;
}

/* @end */

/* @group logo - plain text */

/* LOGO - PLAIN TEXT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#logo {
	font-size: 2.4em;
	margin-bottom: px;
}

#logo a:link, #logo a:visited, #logo a:active {
	color: #;
	text-decoration: none;
}

#logo a:hover {
	color: #;
}

/* @end */

/* @group nav - image replacement */

/* NAV - IMAGE REPLACEMENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#day-nav {
  position: absolute;
  bottom: 38px;
  left: 70px;
}

#day-nav-date {
  text-align: right;
  font: bold 2.1em Palatino;
  color: #7e0202;
}
#day-nav-date a {
  text-decoration: none;
  color: #7e0202;
}
#day-nav-data a:hover {
  text-decoration: underline;
}

#day-nav-links {
  text-align: center;
  font: normal 0.8em Arial;
  text-transform: uppercase;
}

#day-nav-links a {
  color: #533d3d;
  text-decoration: none;
}

#day-nav-links a:hover {
  text-decoration: underline;
}

#nav {position: absolute; bottom: 8px; left: 266px; width: 466px; height: 76px;} 
#nav li {float: left; list-style: none;}
#nav li a {height: 76px; display: block; text-indent: -999px; overflow: hidden; background: url('../images/nav.jpg');}
#nav li#nav-invitatory a    {width: 83px; background-position: 0 0;}
#nav li#nav-officeofreadings a {width: 78px; background-position: -83px 0;}
#nav li#nav-morningprayer a {width: 80px; background-position: -161px 0;}
#nav li#nav-daytimeprayer a {width: 76px; background-position: -241px 0;}
#nav li#nav-eveningprayer a {width: 74px; background-position: -317px 0;}
#nav li#nav-nightprayer a   {width: 75px; background-position: -391px 0;}

#nav li#nav-invitatory a:hover    {width: 83px; background-position: 0 -76px;}
#nav li#nav-officeofreadings a:hover {width: 78px; background-position: -83px -76px;}
#nav li#nav-morningprayer a:hover {width: 80px; background-position: -161px -76px;}
#nav li#nav-daytimeprayer a:hover {width: 76px; background-position: -241px -76px;}
#nav li#nav-eveningprayer a:hover {width: 74px; background-position: -317px -76px;}
#nav li#nav-nightprayer a:hover   {width: 75px; background-position: -391px -76px;}

#nav li#nav-about a.current {width: 83px; background-position: 0 -152px;}
#nav li#nav-officeofreadings a.current {width: 78px; background-position: -83px -152px;}
#nav li#nav-morningprayer a.current {width: 80px; background-position: -161px -152px;}
#nav li#nav-daytimeprayer a.current {width: 76px; background-position: -241px -152px;}
#nav li#nav-eveningprayer a.current {width: 74px; background-position: -317px -152px;}
#nav li#nav-nightprayer a.current   {width: 75px; background-position: -391px -152px;}

#current-user {
  position: absolute;
  right: 135px;
  top: 85px;
  color: #d2cea1;
	font-size: 120%;
	font-weight: bold;
}

#current-user a {
  color: #d2cea1;
  text-decoration: none;
}
#current-user a:hover {
  text-decoration: underline;
}

#navigation-sidebar {
  position: absolute;
  display: block;
  right: 50px;
  top: 140px;
  width: 170px;
}

.divider {
  height: 43px;
  background: url('../images/divider.png') no-repeat;
}

#navigation-sidebar a { 
  color: #583c15;
  text-decoration: none;
	font: normal 1.3em/2em Georgia, "Times New Roman", Times, serif;
}

#navigation-sidebar li {
  height: 25px;
  cursor: pointer;
}

#navigation-sidebar li.division-1 { background: url('../images/divisions.png') no-repeat 0 0; }
#navigation-sidebar li.division-2 { background: url('../images/divisions.png') no-repeat 0 -23px; }
#navigation-sidebar li.division-3 { background: url('../images/divisions.png') no-repeat 0 -46px; }
#navigation-sidebar li.division-4 { background: url('../images/divisions.png') no-repeat 0 -69px; }
#navigation-sidebar li.division-5 { background: url('../images/divisions.png') no-repeat 0 -92px; }

/* @end */

/* @group mid */

/* MID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#mid {	
	float: left;
	width: 100%;
}

#mid-inner {
	width: px;
	margin: 0 auto;
	text-align: left;
}

/* @end */

/* @group content */

/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.content a:link, .content a:visited, .content a:active {
	color: maroon;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content a:hover {
	color: red;
	border-bottom: 1px solid #;
}

.content h1 {
	margin-bottom: 1em;
	font-size: 2em;
	color: #;
}

.content h1 a:link, .content h1 a:visited, .content h1 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content h1 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.content h2 {
	margin-bottom: 1em;
	font-size: 1.8em;
	color: #;
}

.content h2 a:link, .content h2 a:visited, .content h2 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content h2 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.content h3 {
	margin: 2em 0 1em;
	font-size: 1.5em;
	font-weight: bold;
	color: #;
}

.content h3 a:link, .content h3 a:visited, .content h3 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content h3 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.content h4 {
	margin: 2em 0 1em;
	font-size: 1.4em;
	font-weight: bold;
	color: #;
}

.content h4 a:link, .content h4 a:visited, .content h4 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content h4 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.content h5 {
	margin: 2em 0 1em;
	font-size: 1.3em;
	font-weight: bold;
	color: #;
}

.content h5 a:link, .content h5 a:visited, .content h5 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content h5 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.content h6 {
	margin: 2em 0 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #;
}

.content h6 a:link, .content h6 a:visited, .content h6 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content h6 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.content p, .content blockquote {
	margin-bottom: 1.8em;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content p a:link, .content p a:visited, .content p a:active, .content li a:link, .content li a:visited, .content li a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content p a:hover, .content li a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.content ul {
	margin: 0 0 15px 30px;
}

.content ul li {
	list-style-type: square;
}

.content ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.content ol li {
	list-style-type: decimal;
}

.content li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content blockquote {
	padding: 0 15px;
	font-style: italic;
}

.content img {
	display: block;
	/*padding: 10px;*/
	background: #;
	border: 1px solid #;

  max-width: 400px;
}

.content img.alignleft {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img[align $='left'] {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img.alignright {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.content img[align $='right'] {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.content img.attachment-thumbnail {
	width: 100px;
}

.content .gallery {
	padding: 10px;
	margin-bottom: 20px;
}

.content em {
	font-style: italic;
}

.content strong {
	font-weight: bold;
}

.back-to-top {
  color: #762102;
  background: url('../images/back-to-top.jpg') right no-repeat;
  padding-right: 19px;
}


/* @end */

/* @group sidebar */

/* SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidebar {
  /*
	float: right;
	display: inline;
	width: 300px;
	font-size: .95em;
	color: #;
  */
}

.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar h2 {
	margin-bottom: 1em;
	font-size: 1.8em;
	color: #;
}

.sidebar h2 a:link, .sidebar h2 a:visited, .sidebar h2 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h2 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar h3 {
	margin-bottom: 1em;
	font-size: 1.5em;
	font-weight: bold;
	color: #;
}

.sidebar h3 a:link, .sidebar h3 a:visited, .sidebar h3 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h3 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar h4 {
	margin-bottom: 1em;
	font-size: 1.4em;
	font-weight: bold;
	color: #;
}

.sidebar h4 a:link, .sidebar h4 a:visited, .sidebar h4 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h4 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar h5 {
	margin-bottom: 1em;
	font-size: 1.3em;
	font-weight: bold;
	color: #;
}

.sidebar h5 a:link, .sidebar h5 a:visited, .sidebar h5 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h5 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar h6 {
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #;
}

.sidebar h6 a:link, .sidebar h6 a:visited, .sidebar h6 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h6 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar p, .sidebar blockquote {
	margin-bottom: 1.8em;
	font-size: 1.3em;
	line-height: 1.4em;
}

.sidebar p a:link, .sidebar p a:visited, .sidebar p a:active, .sidebar li a:link, .sidebar li a:visited, .sidebar li a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar p a:hover, .sidebar li a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar ul {
	margin: 0 0 15px 30px;
}

.sidebar ul li {
	list-style-type: square;
}

.sidebar ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.sidebar ol li {
	list-style-type: decimal;
}

.sidebar li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.sidebar li.widget, .widget_links ul li {
  list-style-type: none;
}

ul#subpages {
  width: 152px;
  background: url(../images/subpages-title.jpg) no-repeat left top;
	padding: 65px 0 0;
}

ul#subpages li, .widget_links li {
	list-style-type: none;
	margin: 0;
	background: url(../images/subpages-li.jpg) no-repeat 0 bottom;
	padding: 2px 4px 2px 8px;
}

ul#subpages li ul {
	display: none;
	visibility: hidden;
}

ul#subpages li ul li {

}

ul#subpages li.current_page_item {
	margin: 0;
	padding: 2px 4px 2px 8px;
	list-style-position: inside;
	background: url(../images/subpages-li-current-page-item.jpg) no-repeat 0 center;
	border-bottom: 3px solid #efeeea;
}

ul#subpages li.current_page_item a {
	color: black;
}

ul#subpages a, .widget_links a {
	color: #800000;
}

ul#subpages a:hover, .widget_links li a:hover {
	text-decoration: underline;
}

.widget_links ul {
	font-size: 10px;
	margin: 0 -25px 0 0;
	padding: 0;
}

.widget_links h2 {
	margin: 0;
	font: small-caps 20px Times, "Times New Roman", Georgia, serif;
	text-transform: lowercase;
	text-align: left;
	padding: 0 0 0 10px;
	background: url(../images/subpages-li-current-page-item.jpg) no-repeat 0 center;
	width: 140px;
}

/* @end */

#content {
  border-left: 1px solid #c9c0b7;
}

#posts {
  width: 100%;
  padding-left: 20px;
}

#posts h1 {
  font: normal 2.0em serif; 
}

#posts p {
  font-size: 12px;
}

/*
#posts p {
  font-size: 1.4em;
}
*/

.do-post {
  display: none;
}

/* @group comments */

/* COMMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#comments {
	margin: 0 0 20px;
}

.commentlist {
  font-size: 1em;
}

#comments .commentlist li.alt {
	background: transparent;
}

#comments .commentlist {
	margin: 0;
	padding: 0;
}

#comments .commentlist li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	background: 0;
}

#comments .commentlist h3 {
	margin: 0;
}

#comments .commentlist p {
	margin: 0;
	font-size: 12px;
	line-height: 1.4em;
}

#commentform p {
	margin: 0;
}

#commentform p small {
	font-size: 11px;
	color: #;
}

.nocomments {
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0 0 15px;
}

#comments .commentmetadata a:link, #comments .commentmetadata a:visited, #comments .commentmetadata a:active {
	color: #;
}

#comments .commentmetadata a:hover, #comments .comment-author a:hover {
	color: #;
	background: transparent;
}

#comments .avatar {
	float: left;
	display: inline;
	margin: -10px 10px 0 0;
	padding: 3px;
	background: #;
	border: 1px solid #;
}

#comments .comment-author {
	font-size: 11px;
	text-transform: lowercase;
	color: #;
}

#comments .comment-author cite {
	/*font-size: 1.4em;*/
	color: #;
}

#comments .comment-author a:link, #comments .comment-author a:visited, #comments .comment-author a:active, #comments .comment-author a:hover {
	text-transform: none;
}

#commentform {
	margin: 0 20px;
	padding-bottom: 20px;
}

#commentform label {
	font-size: 12px;
	color: #;
}

#commentform label span {
	font-size: 11px;
	color: #;
}

#commentform input, #commentform textarea {
	padding: 5px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #;
	border: 1px solid #;
}

#commentform input:focus, #commentform textarea:focus {
	color: #;
	border: 1px solid #;
}

#commentform input#author, #commentform input#email, #commentform input#url {
	width: 200px;
	margin-right: 5px;
}

#commentform textarea {
	width: 344px;
	margin-bottom: 5px;
}

#commentform p.subscribe-to-comments {
	float: left;
	display: inline;
	margin-top: -25px;
}

#commentform p.subscribe-to-comments input {
	margin-left: 5px;
}

#commentform #submit {
	float: right;
	display: inline;
	padding: 5px 15px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #;
	background: #;
	border: 2px solid #;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#commentform #submit:hover {
	color: #;
	background: #;
	cursor: pointer;
}

/* @end */

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer {
  background: transparent url(../images/footer.jpg) no-repeat;
  height: 222px;
	clear: both;
	color: #333;
  position: relative;
}

#footer-credits, #footer-meta {
	width: 49%;
}

#footer-meta {
	text-align: right;
  position:absolute;
  right: 80px;
  top: 120px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

#footer a:hover {
	color: #;
	border-bottom: 1px solid #;
}

#footer p {
	font-size: 1.1em;
}

#footer ul {
	margin-bottom: 10px;
}

#footer ul li {
	display: inline;
	margin-left: 5px;
	padding-left: 10px;
	font-size: 1.1em;
	border-left: 1px solid #999;
}

#footer ul li.first {
	border-left: none;
}

/* @end */

/* @group miscellaneous */

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */


.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.feed {
	padding: 1px 0 1px 15px;
	background: url("../images/icon-feed.png") no-repeat 0 50%;
}

.debug {
  border: 1px solid red;
}


div#paypal {
  width: 152px;
  padding: 70px 10px 10px;
  height: 359px;
  background: url("../images/paypal-bg.jpg") no-repeat;
	margin-bottom: -60px;
}

div#paypal strong {
	font-weight: bold;
	line-height: 200%;
}


.alignright {
  float: right;
}

.alignleft {
  float: left;
}

div#psalms-donation { border: 1px solid silver; padding:20px;
	background: whitesmoke url(../images/set-to-music.jpg) no-repeat right bottom;
	font-size: 150%;
	line-height: 150%;
}

div#psalms-donation h1 {
	font-size: 130%;
	font-style: italic;
}

span.icel {
	display: block;
	color: #c9c0b7;
	font-size: 1em;
	font-weight: bold;
	border-top: 1px solid #c9c0b7;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}

/* @end */
