@charset "UTF-8";
/* CSS Document for The Pocket Testament League */
/* Copyright(c)2010 */
/* Created by George Pytlik */

/* -------------------------------------------
		NOTIFICATION BOXES
-------------------------------------------- */

/* previous version had thick border */
/* updated with nice folded corner effect */
/*.notification {
	line-height: 30px;
	cursor: pointer;
	clear: both;
	margin: 8px 0px 8px 0px;
	padding: 15px 25px 10px 60px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
}*/

.notification {
	cursor: pointer;
	clear: both;
   	position:relative;
	padding: 15px 25px 10px 60px;
   	margin:2em auto;
   	overflow:hidden;
}

.notification:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width:0 16px 16px 0;
	border-style:solid;
	border-color:#fff #fff #999 #999;
	background:#999;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	display:block; width:0; /* Firefox 3.0 damage limitation */
}

.notification.rounded {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.notification.rounded:before {
	border-width:8px;
	border-color:#fff #fff transparent transparent;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius:0 0 0 5px;
	border-radius:0 0 0 5px;
}


.notification strong 	{ 
	margin-right: 5px;
}

.notification p 		{
	/*font-size: 11px;*/
	padding: 0px;
	margin: 0px;
	color: #000;
}

.message p {
	font-size: 11px;
}

.warning {
	background-image: url(/pix/icons/coquette32/warning.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	/*border: 2px solid #FFC237;*/
	background-color: #FFEAA8;
	color: #826200;
}

.notification.warning:before {
   border-color:#fff #fff #FFC237 #FFC237;
   background:#FFC237;
}

.success {
	background-image: url(/pix/icons/coquette32/accept.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	/*border: 2px solid #99C600;*/
	background-color: #D8EDD4;
	color: #7EAA4D;
}

.notification.success:before {
   border-color:#fff #fff #9c0 #9c0;
   background:#9c0;
}

.failure {
	background-image: url(/pix/icons/coquette32/delete.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	/*border: 2px solid #EB5339;*/
	background-color: #FDEAEA;
	color: #AC260F;
}

.notification.failure:before {
   border-color:#fff #fff #c03 #c03;
   background:#c03;
}

.information {
	background-image: url(/pix/icons/coquette32/info.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	/*border: 2px solid #64c0cd;*/
	background-color: #D0E4F4;
	color: #235685;
}

.notification.information:before {
   border-color:#fff #fff #6cc #6cc;
   background:#6cc;
}

.lightbulb {
	background-image: url(/pix/icons/coquette32/light_bulb.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	/*border: 2px solid #D3A350;*/
	background-color: #FEF0CB;
	color: #835F21;
}

.messages {
	background-image: url(/pix/icons/coquette32/email.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	/*border: 2px solid #42B4FF;*/
	background-color: #9DDFFF;
	color: #835F21;
}

.orders {
	background-image: url(/pix/icons/coquette32/shopping_cart.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	/*border: 2px solid #F4BC20;*/
	background-color: #eee;
}

.stories {
	background-image: url(/pix/icons/coquette32/comments.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	/*border: 2px solid #A8A1C7;*/
	background-color: #eee;
}

.gospels {
	background-image: url(/pix/icons/coquette32/book.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	/*border: 2px solid #D5675B;*/
	background-color: #eee;
}

.signups {
	background-image: url(/pix/icons/coquette32/users.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	/*border: 2px solid #7FBF26;*/
	background-color: #eee;
}
.devotions {
	background-image: url(/pix/icons/icon-bible.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	/*border: 2px solid #CC9;*/
	background-color: #efe6d0;
}

.devotions p {
	margin-left: 10px;
}

.devotions .scripture {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px 10px;
}
