/* 	Website: One Torah For All .com, .org, .net,
	Author: Zer Emunah
	October 31, 2012
*/

/* Body Styles for signs of the times page */

/* Styles for h3 headings */

		h3.signs {
		display: block;
		float: left;
		width: 70%;
		margin-left: 220px;
		padding-left: 1%;
		letter-spacing: 8px;
		line-height: 2em;
		font-size: 140%;
		background-color: rgba(125, 125, 75, 0.6);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;

		
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}	

/* h4 styles */

	h4.signs {
		display: block;
		float: left;
		margin-left: 22%;
		width: 78%;
		line-height: 2em;
		letter-spacing: 5px;
		font-weight: bold;
		font-size: 1.5em;
		padding-left: 20px;
		background-color: rgba(125, 125, 75, 0.4);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;

		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}		
	
/* styles for unordered lists */

	article ul.signs {
		display: block;
		clear: left;
		float: left;
		width: 30%;
		margin-left: 35%;
		list-style-type: none;
		padding: 15px 20px;
		
		background-color: rgba(125, 155, 80, 1.0);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
					
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
	}	
	
/* styles for list items */
	
	ul li a.signs {
		text-decoration: none;
		color: black;
	}
	
/* styles for list items u pon hover */

	ul li a.signs:hover {
			visibility: visible;
		display: block;
		padding-left: 6px;
		
		list-style-type: none;
		background-color: rgba(100, 175, 120, 0.5);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
					
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}