@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(/assets/images/backgrounds/backrepeat.jpg) left bottom fixed repeat-x;
	margin:0px;
	padding:0px;
	color:#333333;
}
a:link, a:active, a:visited{
	color:#333333;
}
a:hover{
	color:#666666;
}
#scroll{
	background:url(/assets/images/backgrounds/backlr.jpg) right bottom fixed no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:auto;
}
#page{
	position:relative;
}

#nav{
	position:absolute;
	right:0px;
	top:30px;
	z-index:1000;
	display:none;
}

#nav .tab{
	position:absolute;
	right:0px;
	width:auto;
	height:175px;
	background-color:#50918e;
	padding:0px;

}
#nav .tab div.more{
	width:0px;
	overflow:hidden;
}
#container{
	position:relative;
	padding:0px 15px 15px;
	min-height:600px;
	width:850px;
	margin-left:20px;
}
#header{
	margin:0px 0px 5px;
	width:700px;
	z-index:50;
}
#header a:link, #header a:active, #header a:visited, #header a:hover{
	text-decoration:none;
	color:#2f3837;
}
#header #sideSearch a:link, #header #sideSearch a:active, #header #sideSearch a:visited, #header #sideSearch a:hover{
	text-decoration:none;
	color:#FFFFFF;
}
#header .tab{
	color:#2f3837;
	position:absolute;
	top:0px;
	height:auto;
	padding:0px;

}
#header .tab#sideSearch{
	color:#FFFFFF;
	position:absolute;
	top:0px;
	width:140px;
	height:auto;
	padding:0px;

}
#header .tab#sideSearch .content{
	width:250px;
	padding-left:100px;
	margin-left:-210px;
	background-color:#DDDDDD;
	height:120px;
	position:relative;
	display:none;
}

#searchForm{
	margin:0px 0px 10px;
}
#searchForm a:link, #searchForm a:active, #searchForm a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#searchForm a:hover{
	color:#333333;
	text-decoration:none;
}

form{
	margin:0px;
	padding:0px;
}
input.post, textarea.post, select.post{
	padding:2px 4px;
	margin:0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	border:1px solid #c6dcda;
}

input.search, textarea.search, select.search{
	background: top left no-repeat #EEEEEE;
	height:14px;
	width:186px;
	padding:2px 4px;
	margin:1px 0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:0px none #DDDDDD;
}

fieldset.post{
	width:520px;
	border:0px solid #999999;
}
fieldset.post legend{
	color:#666666;
	font-size:16px;
	font-weight:900;
}



.obitHead{
	min-height:20px;
	padding:8px;
	background-color: #FFFFFF;
	clear:both;
	width:850px;
	position:relative;
}

.obitList{
	min-height:20px;
	padding:8px;
	margin:3px 1px;
	background-color: #ffffff;
	clear:both;
	width:850px;
}
.obitList .name{
	font-size:14px;
}
.obitList .more{
	font-size:11px;
	float:right;
	width:75px;
	color:#0066CC;
}
.obitList .DOD{
	font-size:12px;
	font-style:italic;
}
.obitList .description{
	font-size:12px;
}

.obitListing-box {
	padding: 15px;
	background-color: rgba(255,255,255,0.70);
	border-radius: 8px;
  width: 850px;
	margin-left: 0;
	margin-bottom: 25px;
}

#obitListing{
	padding:0px;
	line-height:130%;
	height:auto;
}
#obitListing .name{
	font-size:22px;
	font-weight:900;
}
#obitListing .more{
	font-size:11px;
	float:right;
	width:75px;
}
#obitListing .DOD{
	font-size:12px;
	font-style:italic;
	padding-top:4px;
}
#obitListing .description{
	padding-top:15px;
	font-size:12px;
	clear:both;
	border-top:1px solid #CCCCCC;
}

/* Condolences */

.condolence-box {
	padding: 15px;
	background-color: rgba(255,255,255,0.70);
	border-radius: 8px;
	width: 850px;
	margin-left: 0;
	margin-bottom: 25px;
}

.condolence-box a {
	text-decoration: underline;
}

.condolence-label {
	font-size: 18px;
}

.message-space {
	margin-left: 20px;
}

.condolence-label.message-success {
	color: green;
}

.condolence-label.message-fail {
	color: red;
}

.condolence {
	width: 100%;
	height: 75px;
	word-wrap: break-word;
	margin-bottom: 15px;
	font-size: 20px;
	resize: none;
}

.condolence-name {
	width: 50%;
	margin-bottom: 15px;
	font-size: 14px;
}

.condolences-header {
	font-size: 20px;
}

.condolence-content-box {
	min-height: 50px;
	background-color: white;
	margin-top: 20px;
	margin-bottom: 10px;
	box-shadow: 2px 2px 5px grey;
	border-radius: 5px;
}

.condolence-content {
	padding: 10px 0;
	margin: 0 30px;
}

/* condolences admin */

.admin-row-margins {
	margin-top: 20px;
}

.cond-table {
	background-color: white;
}

.condolence-row {
	position:relative;
	clear:both;
	padding:5px;
	margin:1px 1px;
}

.cond-info-box tr {
	height: 30px;
	margin-bottom: 10px;
}

.cond-info-box input {
	width: 100%;
	resize: none;
}

.cond-info-box textarea {
	width: 100%;
	height: 200px;
	resize: none;
}

.cond-info {
	width: 250px;
	vertical-align: top;
}

.obit-cond-text {
	font-family: 'Amiri', serif;
	font-size: 20px;
}

.obit-cond-name {
	text-align: right;
	font-size: 15px;
}

.cond-text {
	width: 150px;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.other-column {
	padding-left: 20px;
}
