/* CSS Document */
.line1 {
	margin: 0;
	font-size: 18px;
}
.line2 {
	margin: 0 0 8px 0;
	padding-bottom: 2px;
	border-bottom: #CCC 1px solid;
	font-style: italic;
}
#who-what-list {
	height: 475px;
	overflow-y: scroll;
	cursor: pointer;
}
#who-what-list li.selected {
	background-color: rgba(248,148,29,0.3)
}
#who-what-detail {
	height: 150px;
	background-color: rgba(248,148,29,0.3);
	margin-bottom: 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
}
#who-what-detail textarea {
	width: 97%;
	height: 110px;
	background-color: rgba(248,148,29,0.3);
	border: none;
	resize: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 7px;
	margin-top: 7px;
}
#daily-journal-list {
	height: 170px;
	width: 100%;
	overflow-y: scroll;
	cursor: pointer;
}
#daily-list-wrapper {
	background-color: rgba(196,180,139,0.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
}
#daily-journal-list li.selected {
	background-color: rgba(248,148,29,0.3)
}
#daily-list textarea {
	width: 100%;
	height: 170px;
	background-color: transparent;
	border: none;
	resize: none;
}
html.prayer-journal article button {
	display: inline-block;
	margin: 0 2px 5px 0;
}
#journal-c1, #login-c1, #journal-c2, #login-c2 {
	width: 393px;
	display: inline-block;
	margin: 20px;
	min-height: 400px;
	vertical-align: top;
	text-align: left;
}
body.lg #journal-c2, body.lg #login-c2 {
	margin-left: 0;
}
body.sm #journal-c1, body.sm #login-c1, body.sm #journal-c2, body.sm #login-c2 {
	width: 100%;
	max-width: 388px;
	margin-left: 0;
	margin-right: 0;
}
html.prayer-journal textarea {
	font-family:  "rooney-web", "Palatino Linotype", Palatino, "Century Schoolbook L", Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.2;
}
html.prayer-journal article h2 {
	margin-bottom: 7px;
}
#who-what-buttons {
	height: 25px;
}
html.prayer-journal #journal-article {
	text-align: center;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	max-width: 851px
}
html.prayer-journal body.sm  #journal-article {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 0;
	margin-right: 0;
}
#new-acct-window, #password-reminder-window {
	display: none;
}
html.prayer-journal article td {
	padding: 7px;
}
.journal-nav {
	font-family:"omnes-pro", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	margin: 15px 0;
}
.journal-nav span {
	cursor:pointer;
	color: #f8941d;
	padding: 0 10px;
}
#journal-greeting {
	display: inline;
	padding-right: 12px;
	margin-right: 12px;
	border-right: 1px solid #5E5E5E;
}
#logout {
	display: inline;
}
html.prayer-journal article aside {
	padding: 0 0 0 12px;
	margin: 0;
	line-height: 1.5;
	float: none;
	width: auto;
	font-size: 22px;
	text-align: center;
}