/* jquery.guestbook.css
 * Richard Morello
 * 17-Sept-2012
 * Tributes.com
 */

/* Guestbook content */
#guestbook {
	/*height: 260px;*/
}
.guestbook-error h2 {
	font-size: 1.5em;
	margin: 10px;
	color: #ff0000;
}
#guestbook textarea {
	width: 878px;
	height: 60px;
	padding: 5px;
	margin-top: 0;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 1.5em;
	font-style: italic;
	color: #b3b3b3;
}
#guestbook #guestbook-icon-selection-made textarea,
#guestbook #guestbook-image-pane textarea {
	height: 75px;
}

#guestbook input {
	font-style: italic;
}
#guestbook textarea:focus, #guestbook input:focus {
	background: #f3fbff;
	color: black;
	font-style: normal;
}
/* guestbook captcha */
#guestbook-captcha {
	border: 1px solid #808080;
	width: 218px;
	margin: 0 0 10px 0;
	float: left;
}
.yacaph input#captcha {
	height: 20px;
	margin-left: 32px;
}
.guestbook-buttons * {
	margin: 6px 13px 18px 0;
	padding: 0px;
	height: 40px;
	float: left;
}
.guestbook-button {
	cursor: pointer;
	width: 219px;
}
color: #e5e5e5;
}
.guestbook-buttons ul {
	height: 16px;
	width: 900px;
	margin: auto;
	list-style-type: none;
}
.guestbook-buttons li {
	float: left;
	text-decoration: none;
	padding: 0 15px 15px 15px;
}
.guestbook-buttons ul a {
	padding: 16px;
	display: block;
	line-height: 16px;
	font-size: 16px;
	border: 1px solid black;
}
#guestbook-box {
	position: relative;
	padding: 10px;
	margin: 2px 0 15px;
	/* border: 0px solid #CCC; */
	overflow: visible;
	float: left;
	width: 890px;
	/*height: 220px;*/
	background: #f2f2f2;
	border: 2px solid #1e63a1;
	-webkit-border-radius: 15px;
	-mox-border-radius: 15px;
	border-radius: 15px;
}
.guestbook-box-1:before {
	content: '';
	display: block;
	position: absolute;
	top: -41px;
	left: 86px;
	width: 0;
	height: 0;
	border-color: transparent transparent #2164A3 transparent; /*border color should be same as div div background color*/
	border-style: solid;
	border-width: 20px;
}
.guestbook-box-1:after {
	content: '';
	display: block;
	position: absolute;
	top: -30px; /*should be set to -border-width x 2 */
	left: 91px;
	width: 0;
	height: 0;
	border-color: transparent transparent #2164A3 transparent; /*border color should be same as div div background color*/
	border-style: solid;
	border-width: 15px;
}
.guestbook-box-2:before {
	content: '';
	display: block;
	position: absolute;
	top: -41px;
	left: 315px;
	width: 0;
	height: 0;
	border-color: transparent transparent #2164A3 transparent; /*border color should be same as div div background color*/
	border-style: solid;
	border-width: 20px;
}
.guestbook-box-2:after {
	content: '';
	display: block;
	position: absolute;
	top: -30px; /*should be set to -border-width x 2 */
	left: 320px;
	width: 0;
	height: 0;
	border-color: transparent transparent #2164A3 transparent; /*border color should be same as div div background color*/
	border-style: solid;
	border-width: 15px;
}
.guestbook-box-3:before {
	content: '';
	display: block;
	position: absolute;
	top: -41px;
	left: 542px;
	width: 0;
	height: 0;
	border-color: transparent transparent #2164A3 transparent; /*border color should be same as div div background color*/
	border-style: solid;
	border-width: 20px;
}
.guestbook-box-3:after {
	content: '';
	display: block;
	position: absolute;
	top: -30px; /*should be set to -border-width x 2 */
	left: 547px;
	width: 0;
	height: 0;
	border-color: transparent transparent #2164A3 transparent; /*border color should be same as div div background color*/
	border-style: solid;
	border-width: 15px;
}
.guestbook-box-4:before {
	content: '';
	display: block;
	position: absolute;
	top: -41px;
	left: 772px;
	width: 0;
	height: 0;
	border-color: transparent transparent #2164A3 transparent; /*border color should be same as div div background color*/
	border-style: solid;
	border-width: 20px;
}
.guestbook-box-4:after {
	content: '';
	display: block;
	position: absolute;
	top: -30px; /*should be set to -border-width x 2 */
	left: 777px;
	width: 0;
	height: 0;
	border-color: transparent transparent #2164A3 transparent; /*border color should be same as div div background color*/
	border-style: solid;
	border-width: 15px;
}

#guestbook-audio-pane, #guestbook-image-pane, #guestbook-icon-pane, #guestbook-sign-pane, #guestbook-preview-pane, #guestbook-after-audio, #guestbook-after-sign {
	display: none;
}

#add-photo-image-pane, #add-photo-message-pane, #add-photo-sign-pane, #add-photo-hidden-fields, #add-photo-preview-pane, #add-photo-after-sign {
	display: none;
}

#guestbook-message-hidden-buttons {
	display: none;
}
#guestbook-sign-message h1 {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 1.5em;
	padding: 0 0 15px 240px;
	color: #000;
	margin:  0 0 0 15px;
}
.guestbook-confirmation h3,
.guestbook-confirmation p {
	color: #666;
}
.guestbook-confirmation h3 {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin: 0 auto;
}
#guestbook-sign-message h3 {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 1.5em;
	padding: 15px 0;
	margin: 0;
	position: relative;
/*	left: -105px;*/
}
.guestbook-confirmation #more-ways-to-honor {
    font-family: "Arial","Helvetica",sans-serif;
    font-size: 1.5em;
    font-style: italic;
    border-bottom: none;
    margin-right: 70px;
    color: #000;
    font-weight: normal;
}
.guestbook-next-steps-box {
	width: 240px;
	border-radius: 24px; /* IE9 only  */
	-moz-border-radius: 24px; /* Firefox */
	-webkit-border-radius: 24px; /* Chrome and Safari*/
	-o-border-radius: 24px; /* Opera */
	background-color: #f3fbff;
	border: 1px solid #ccc;
	margin: 10px;
	padding: 15px 15px 5px;
	min-height: 190px;
}
.guestbook-next-steps-box-wide {
	width: 400px;
	border-radius: 24px; /* IE9 only  */
	-moz-border-radius: 24px; /* Firefox */
	-webkit-border-radius: 24px; /* Chrome and Safari*/
	-o-border-radius: 24px; /* Opera */
	background-color: #f3fbff;
	border: 1px solid #ccc;
	margin: 10px 0 10px 220px;
	padding: 15px 10px 5px;
}
.guestbook-next-steps-box-wide p {
	text-align: center;
}
.guestbook-next-steps-box img {
	float: left;
	margin: 0 10px;
	width: 28px;
	height: 28px;
}
.guestbook-next-steps-box-wide img {
	float: left;
	margin: 0 10px 20px;
	width: 16px;
	height: 16px;
}
.guestbook-box-1 ul {
	/*height: 16px;*/
	width: 810px;
	margin: auto;
	list-style-type: none;
}
.guestbook-box-1 ul li {
	float: left;
	text-decoration: none;
	padding: 0 15px 15px 15px;
}

#guestbook-message-hidden-buttons ul li a {
	display: block;
	padding-top: 10px;
}
img#icon_cta_add_a_photo,
#guestbook-add-photo img {
	width: 33px;
	height: 28px;
	margin-bottom: 8px;
}
img#icon_cta_anniversary_reminder {
	width: 23px;
	height: 28px;
	margin-left: 23px;
	margin-bottom: 8px;
}
img#icon_cta_send_flowers {
	width: 25px;
	height: 28px;
	margin-left: 16px;
	margin-bottom: -3px;
}
img#icon_cta_funeral_home {
	width: 29px;
	height: 28px;
	margin-left: 12px;
}
img#icon_sympathy_card {
	width: 33px;
	height: 28px;
	margin-left: 8px;
}
img#icon_cta_charities {
	width: 33px;
	height: 28px;
	margin-left: 8px;
}

.guestbook-next-steps-box-wide #icon_grc {
	width: 28px;
	height: 28px;
	margin: 0 10px 0 0;
	padding: 0;
	position: relative;
	top: -10px;
	left: 25px;
}
.guestbook-next-steps-box .guestbook-condolence-options,
.guestbook-next-steps-box .guestbook-share-options {
	margin-bottom: 25px;
}

#guestbook-iconmenu {
	float: left;
	width: 100%;
	display: none;
}
#guestbook-iconmenu ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0 2px 2px 0;
	padding: 0;
	position: relative;
	left: 105px;
	text-align: center;
	/*top: 30px;*/
}
#guestbook-iconmenu ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	/*right: 50%;*/
	right: 100px;
}
#guestbook-iconmenu ul li a {
	display: block;
	margin: 0 0 0 1px;
	padding: 3px 10px;
	background: #9cd3ea;
	background: -moz-linear-gradient(top, #e5e5e5, #ccc);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5e5e5), to(#ccc));
	color: #333;
	text-decoration: none;
	/* line-height:1.3em; */
}
#guestbook-iconmenu ul li a:hover {
	background: #369;
	background: -moz-linear-gradient(top, #4c99e5, #369);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c99e5), to(#369));
	color: #fff;
}
#guestbook-iconmenu ul li a.active, #guestbook-iconmenu ul li a.active:hover {
	background: #000;
	background: -moz-linear-gradient(top, #abe6ff, #8cbcd1);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#abe6ff), to(#8cbcd1));
	color: #1e63a1;
	font-weight: bold;
}
#guestbook-iconmenu img {
	border: 1px solid #e5e5e5;
	margin: 0 1px;
}
.guestbook-icons {
	clear: both;
	padding: 8px 5px 5px;
	border: 1px solid #1e63a1;
	border-radius: 12px; /* IE9 only  */
	-moz-border-radius: 12px; /* Firefox */
	-webkit-border-radius: 12px; /* Chrome and Safari*/
	-o-border-radius: 12px; /* Opera */
	background: #fff;
	position: relative;
	/*top: 30px;
	margin-bottom: 30px;*/
}
#flowers img, #candles img, #emoticons img {
	margin: 0 10px;
}
.guestbook-buttons p {
	font-size: 1.1em;
	margin: 12px 0 0 0;
	padding: 0;
	position: relative;
	left: 5px;
	top: 0;
	font-weight: bold;
}
/* inactive */
.guestbook-buttons .guestbook-button {
	background: #2d94ed;
	background: -moz-linear-gradient(top, #2d94ed, #1e63a1);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2d94ed), to(#1e63a1));
	color: #000;
}
/* hover */
.guestbook-buttons .guestbook-button:hover {
	background: #5caaed;
	background: -moz-linear-gradient(top, #5caaed, #2d94ed);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5caaed), to(#2d94ed));
	color: #000;
}
/* active */
.guestbook-buttons .guestbook-button-active {
	background: #2d94ed;
	color: #333;
}
/* disabled and disabled:hover */
.guestbook-buttons .guestbook-button-disabled,
.guestbook-buttons .guestbook-button-disabled:hover {
	background: #666;
	background: -moz-linear-gradient(top, #999, #666);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999), to(#666));
	color: #4D4D4D;
	cursor: auto;
}
#guestbook-button-1 img {
	margin: 6px 2px 4px 6px;
	width: 26px;
	height: 28px;
	float: left;
}
#guestbook-button-2 img {
	margin: 6px 2px 4px 6px;
	width: 23px;
	height: 28px;
	float: left;
}
#guestbook-button-3 img {
	margin: 6px 0 4px 6px;
	width: 33px;
	height: 28px;
	float: left;
}
#guestbook-button-4 img {
	margin: 6px 2px 4px 6px;
	width: 32px;
	height: 28px;
	float: left;
}
#guestbook-message-hidden-buttons {
	padding-top: 10px;
}
#guestbook-message-hidden-buttons ul li a {
	font-size: 1.1em;
}
#guestbook-message-hidden-buttons .optional_add p {
	font-size: 1.1em;
	margin: 0 0 0 20px;
	padding-top: 14px;
}
#guestbook-message-hidden-buttons img {
	float: left;
	margin-right: 5px;
	position: relative;
	top: -10px;
}
#guestbook-message-sign, 
#guestbook-message-preview, 
#guestbook-message-submit, 
#voice-message-submit,
#voice-message-close,
#guestbook-image-sign, 
#guestbook-change-icon,
#guestbook-delete-icon,
#guestbook-icon-sign,
#guestbook-after-close,
#add-photo-submit, 
#add-photo-sign,
#add-photo-after-close {
	text-align: center;
	/*background: #fff;*/
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #fff, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e5e5e5));
	color: #333;
	padding: 10px 24px;
	border: 1px solid #1e63a1;
	cursor: pointer;
	position: relative;
	top: 2px;
	left: -5px;
	font-weight: bold;
}
#guestbook-message-sign:hover,
#guestbook-message-preview:hover,
#guestbook-message-submit:hover,
#voice-message-submit:hover,
#voice-message-close:hover,
#guestbook-image-sign:hover,
#guestbook-change-icon:hover,
#guestbook-delete-icon:hover,
#guestbook-icon-sign:hover,
#guestbook-after-close:hover,
#add-photo-submit:hover, 
#add-photo-sign:hover,
#add-photo-after-close:hover {
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #e5e5e5, #ccc);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5e5e5), to(#ccc));
	color: #000;
}
#guestbook-message-sign {position: relative; top: 12px; left: 3px;}

#guestbook-message-preview {position: relative;	top: 0; left: 0; margin: 10px 0;}

#guestbook-message-submit, #guestbook-message-submit-loader {position: relative; top: 70px; left: 95px;}

#voice-message-submit, #voice-message-submit-loader {position: relative; top: 46px; left: 1px;}

#add-photo-submit {position: relative; top: 130px; left: 18px;}

#add-photo-submit-loader {position: relative; top: 138px; left: 50px; display: none;}

#add-photo-sign {position: relative; top: -15px; left: 815px;}

#add-photo-after-close {position: relative; top: 18px; left: 815px;}

#voice-message-close {position: relative; top: 40px; left: 757px; margin-bottom: 10px;}

#guestbook-image-sign {position: relative; top: -10px; left: 762px;}

#guestbook-icon-sign {position: relative; top: 2px; left: 757px; margin-bottom: 10px;}

#guestbook-change-icon {position: relative; top: 5px; left: 10px;}

#guestbook-delete-icon {position: relative; top: 5px; left: 10px;}

#guestbook-after-close {position: relative; top: 30px; left: 30px; }

.add-photo-security {margin-bottom: 8px;}

.add-photo-pane {
	min-height: 70px;
}

.guestbook-form-elements input {
	height: 20px;
	padding-left: 5px;
	opacity: 0.60;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	-moz-opacity: 0.60;
}
.guestbook-form-elements select {
	height: 24px;
	padding-top: 3px;
	border-color: #d7d7d7;
}

.facebook-why {
	display: none;
	background: #fffff2;
	border: 1px solid #1E63A1;
	height: 88px;
	width: 125px;
	position: relative;
	top: -90px;
	left: -135px;
}

#facebook_reasons_close_window {
	position: relative;
	top: -46px;
	left: 38px;
}

ul.facebook_reasons {
	padding: 10px 10px 0;
	width: 120px;
}

ul.facebook_reasons li {
	padding: 0 0 0 10px;
	margin: 0;
	text-indent: -10px;
}
#guestbook-preview {
	border: 1px solid #808080;
    max-height: 145px;
    position: relative;
    top: 8px;
    width: 400px;
    padding: 10px;
    overflow: auto;
    margin-bottom: 10px;
}
#tributes_video_block_play {
	padding: 0 0 0 10px;
}

