/* CSS Document for Sinecure Industries
/* Copyright (c) 2009 Sinecure Industries, LLC. All rights reserved.
/* Code by Sean Flanagan. But you might have already known that.
/* Fully commented for your browsing pleasure. Thanks for stopping by the source code!
*/

/*////////////////////////////////////////////
/* TABLE OF CONTENTS
/* 1. General Layout
/*   a. Body and Container
/*   b. Major Layout Elements
/* 2. Individual Styles
/*   a. Minor Layout Elements
/*   b. Column Styles
/* 3. Text Styles
////////////////////////////////////////////*/

/*////////////////////////////////////////////
/* 1. General Layout
////////////////////////////////////////////*/

/* 1.a Body and Container */

body {
	font-size: 12px; /* Sets global em size. */
	font-family: "calluna-1","calluna-2", Georgia, serif; /* Use Georgia by default. Global setting. */
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: rgb(255,226,146); /* Sinecure Yellow */
	background: url(../images/bg/leather.jpg) rgb(124,58,0); /* Sinecure Brown */
}	/* There is no container for this site */

/* 1.b Major Layout Elements */

div.wrapper {
	position: relative;
	width: 962px;
	margin: 0px auto;
}

div.clear {
	position: relative;
	clear: both;
}
	div.bottom {
		height: 48px;
		background: url(../images/bg/shadow-bottom.png) repeat-x bottom left;
		border-bottom: 2px solid rgb(255,226,146);
	}
	
#header {
	position: relative;
	height: 72px;
	background: url(../images/logo.png) no-repeat top center;
	border-bottom: 2px solid rgb(255,226,146);
}
	#header h1 {
		text-indent: -9999px;
	}

	#nav {
		display: block;
		position: absolute;
		top: 16px;
		right: 0px;
	}
		#nav li {
			font-family: "le-havre-1","le-havre-2", Georgia, serif;
			text-transform: uppercase;
			letter-spacing: 2px;
			display: block;
			float: left;
			margin-left: 36px;
		}
			#nav li a:link, #nav li a:visited {
				display: block;
				position: relative;
				font-size: 1.25em;
				font-weight: bold;
				line-height: 3em;
				text-decoration: none;
				color: rgb(255,226,146);
				text-shadow: 0px 2px 4px rgb(0,0,0);
			}
			#nav li a:hover { 
				color: rgb(251,176,59);
				text-shadow: 0px -1px 0px rgba(0,0,0,0.8);
			}
			#nav li a:active { color: white; }

#container {
	overflow: hidden; /* Ensures that the div scales with enclosed floated elements */
	background: url(../images/bg/shadow-top.png) repeat-x top left rgba(0,0,0,0.6);
	text-shadow: 0px 2px 0px rgb(0,0,0);
}
	div.burst {
		position: relative;
		overflow: hidden;
		padding: 60px 0px 24px 0px;
		background: url(../images/bg/burst.png) no-repeat top center;
	}
	#container.blog div.burst {
		background: url(../images/bg/book_t.jpg) no-repeat top left;
		width: 962px;
		margin: 0px auto;
		left: -12px;
		padding: 79px 0px 0px 0px;
	}
	#story {
		float: left;
	}
		#container.home #story {
			width: 420px;
			padding: 0px 72px 0px 168px;
			background: url(../images/bg/shadow_side.png) no-repeat top right;
		}
		#container.about #story {
			width: 372px;
			padding: 0px 24px 0px 168px;
			background: url(../images/bg/shadow_side.png) no-repeat top right;
		}
		#container.blog #story {
			width: 774px;
			padding: 0px 12px 96px 12px;
			background: url(../images/bg/book_b.jpg) no-repeat bottom left;
			-webkit-background-size: 100% 100%;
			color: rgba(0,0,0,0.8);
			text-shadow: none;
		}
			#container.blog #story h3 {
				display: block;
				float: left;
				width: 156px;
				padding: 12px 0px 12px 24px;
				font-size: 1.5em;
				font-family: "Courier New", Courier, serif;
				font-weight: bold;
				text-shadow: 0px -1px 1px rgba(0,0,0,0.3);
			}
			#container.blog #story h4 {
				display: block;
				position: absolute;
				left: 12px;
				top: 38px;
				width: 156px;
				padding: 12px 0px 12px 24px;
				font-size: 1.25em;
				font-family: "Courier New", Courier, serif;
				font-weight: bold;
				text-shadow: 0px -1px 1px rgba(0,0,0,0.3);
			}
			#container.blog #story h2 {
				font-size: 1.5em;
				font-family: "Courier New", Courier, serif;
				font-weight: bold;
				margin-bottom: 18px;
				text-shadow: 0px -1px 1px rgba(0,0,0,0.3);
			}
			#container.blog p {
				font-size: 1.1667em;
				line-height: 18px;
				margin-bottom: 18px;
			}
				#container.blog p.callout {
					display: block;
					position: absolute;
					left: -156px;
					top: 408px;
					width: 144px;
					font-size: 1.25em;
					line-height: 18px;
					font-family: "Courier New", Courier, serif;
					font-weight: bold;
					text-shadow: 0px -1px 1px rgba(0,0,0,0.3);
				}
				#container.blog p:hover {
					color: black;
				}
			#container.blog #story div.entry{
				display: block;
				position: relative;
				float: left;
				width: 420px;
				padding: 12px;
			}
			#container.home #story h2, #container.about h2 {
				display: block;
				position: relative;
				text-indent: -9999px;
				height: 73px;
				width: 400px;
				margin-left: 9px;
				margin-top: -21px;
			}
				#container.home #story h2.haif {
					background: url(../images/text/haif.png) no-repeat top left;
				}
				#container.home #story h2.halp {
					background: url(../images/text/halp.png) no-repeat top left;
				}
				#container.home #story h2.raok {
					background: url(../images/text/raok.png) no-repeat top left;
				}
				#container.home #story h2.holiday {
					background: url(../images/text/holiday.png) no-repeat top left;
				}
				#container.about h2 {
					background: url(../images/text/history.png) no-repeat top left;
				}
				#container.contact h2 {
					background: url(../images/text/inquiries.png) no-repeat top left !important;
				}
			#container.home #story h3 {
				display: block;
				position: relative;
				text-indent: -9999px;
				height: 72px;
				width: 400px;
				margin-left: 9px;
				background: url(../images/text/introducing.png) no-repeat top left;
			}
			#container.about #story h3 {
				display: block;
				position: relative;
				text-indent: -9999px;
				height: 84px;
				width: 400px;
				margin-left: 9px;
				background: url(../images/text/about.png) no-repeat top left;
			}
			
			#container.contact #story h3 {
				background: url(../images/text/contact.png) no-repeat top left !important;
			}
			#container.home #story p, #container.about #story p, #container.contact #featured>p {
				font-size: 1.333em;
				line-height: 1.25em;
				margin-bottom: 1.25em;
				padding: 0px 24px;
			}
				#container.contact #featured>p { padding: 14px 0px 0px 24px; }
			#container.home #story p.intro, #container.about #story p.intro {
				font-style: italic;
				font-size: 1.5em;
				line-height: 1.19em;
			}
			#container.home #story img {
				display: block;
				position: relative;
				margin: 0px 12px 12px 0px;
				border: none;
			}
			#story form {
				display: block;
				position: relative;
				overflow: hidden;
				padding: 12px 0px 42px 0px;
				background: url(../images/bg/paperslip.png) no-repeat bottom center;
			}
				#story form p {
					font-family: "Courier New", Courier, monospace;
					font-weight: bold;
					color: rgba(0,0,0,0.8);
					text-shadow: 0px 1px 0px white;
					line-height: 30px !important;
					vertical-align: text-top;
				}
				#story form h4 {
					display: block;
					position: relative;
					margin: 0px 24px 12px 24px;
					height: 24px;
					text-indent: -9999px;
					background: url(../images/text/message.png) no-repeat top center;
					border-bottom: 3px double rgba(0,0,0,0.8);
				}
				#story form input[type=text] {
					display: inline;
					vertical-align: top;
					overflow: hidden;
					margin-top: -3px;
					height: 30px;
					width: 200px;
					background: url(../images/bg/grid.png) 0px -9px !important;
					border: none;
					font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 12px;
					letter-spacing: 2px;
					text-transform: uppercase;
					color: rgba(0,0,0,0.4);
					line-height: 30px;
				}
				#story form textarea {
					display: inline;
					vertical-align: top;
					overflow: hidden;
					height: 208px;
					width: 318px;
					background: url(../images/bg/grid.png) 0px -9px !important;
					border: none;
					font-family: Zapfino, Poetica, "Zapf Chancery", fantasy;
					font-size: 12px;
					color: black;
					line-height: 36px;
				}
					#story form input[type=text].fillin {
						overflow: hidden;
						height: 30px;
						font-family: Zapfino, Poetica, "Zapf Chancery", fantasy;
						font-size: 12px;
						line-height: 36px !important;
						letter-spacing: 0px;
						text-transform: none;
						color: black;
					}
				#story form input[type=submit] {
					display: block;
					position: relative;
					float: right;
					border: 3px double rgba(0,0,0,0.8);
					color: rgba(0,0,0,0.8);
					font-family: Georgia, "Times New Roman", Times, serif;
					font-weight: bold;
					font-size: 12px;
					line-height: 24px;
					text-transform: uppercase;
					letter-spacing: 1px;
					text-shadow: 0px 1px 0px white;
					background: none;
				}
					#story form input[type=submit]:hover, #story form input[type=submit]:focus {
						border: 3px double white;
						color: white;
						text-shadow: none;
						background: rgba(0,0,0,0.8);
					}
	div.bigicon {
		position: absolute;
		width: 145px;
		top: 120px;
		left: 0px;
		text-align: center;
	}
		div.bigicon a:link, div.bigicon a:visited {
			padding: 24px 0px;
			font-family: "le-havre-1","le-havre-2", Georgia, serif;
			font-size: 1.75em;
			line-height: 1em;
			color: rgb(251,176,59);
			text-shadow: 0px -1px 0px rgb(0,0,0);
			text-decoration: none;
		}
		div.bigicon a:hover {
			color: rgb(255,226,146);
			text-shadow: 0px 2px 6px rgb(0,0,0);
		}
		div.bigicon a:active {
			color: white;
		}
	#featured {
		display: block;
		float: left;
		padding-top: 60px;
	}
		#container.about #featured { padding: 72px 0px 0px 24px;
			width: 372px;
		}
		#container.contact #featured { padding: 72px 0px 0px 0px; }
		#container.home #featured h2 {
			display: block;
			position: relative;
			text-indent: -9999px;
			height: 72px;
			width: 300px;
			border-bottom: 1px solid black;
			background: url(../images/text/projects.png) no-repeat top left;			
		}
		#container.about #featured h2 {
			display: block;
			position: relative;
			text-indent: -9999px;
			height: 72px;
			width: 320px;
			margin-left: -12px;
			background: url(../images/text/people.png) no-repeat bottom left;	
		}
			#container.contact #featured h2 {
				margin-left: 12px;
				background: url(../images/text/specific.png) no-repeat bottom left !important;
			}
		#featured ul, #featured dl {
			display: block;
			position: relative;
			height: 400px;
			overflow: hidden;
		}
			#container.about #featured ul { height: auto; }
		#featured li {
			display: block;
			position: relative;
			overflow: hidden;
			width: 300px;
			border-top: 1px solid rgba(255,226,146,0.1);
			border-bottom: 1px solid rgba(0,0,0,0.6);
		}
			#container.about #featured li {
				width: 360px;
				border: none;
			}
			#featured li:hover {
				background: rgba(0,0,0,0.6);
			}
				#container.about #featured li:hover {
					background: none;
				}
			#featured li img {
				float: left;
			}
			#featured li h3 {
				font-family: "le-havre-1","le-havre-2", Georgia, serif;
				font-weight: bold;
				padding-top: 12px;
				font-size: 1.75em;
				line-height: 1em;
			}
				#container.about #featured li h3 {
					font-weight: normal;
					font-size: 2em;
				}
			#featured li h4 {
				font-size: 1.25em;
				line-height: 1.25em;
				padding: 12px 0px;
			}
			#featured li p {
				font-size: 1.125em;
				line-height: 1.5em;
				font-style: italic;
				color: rgb(251,176,59);
			}
				#container.about #featured li p {
					color: inherit;
					font-style: normal;
					font-size: 1.25em;
				}
			#featured a:link, #featured a:visited {
				color: rgb(255,226,146);
				text-decoration: none;
			}
			#featured a:hover {
				color: white;
			}
			#featured a:active {
				color: rgb(251,176,59);
			}
			#featured li div.rd {
				background: url(../images/rd.png) no-repeat top right;
				min-height: 60px;
			}
		#featured dt, #featured dd {
			display: block;
			float: left;
			width: 160px;
			padding-left: 24px;
			font-size: 1.5em;
			line-height: 2em;
			border-top: 1px solid rgba(255,226,146,0.1);
			border-bottom: 1px solid rgba(0,0,0,0.6);
		}
			#featured dt {
				text-align: right;
			}
			#featured dd {
				color: rgb(251,176,59);
			}
	#blognav {
		display: block;
		float: left;
		width: 156px;
	}
		#blognav ul {
			margin-bottom: 24px;
			padding-left: 12px;
		}
			#blognav ul ul {
				margin-bottom: 0px;
			}
		#blognav li {
			font-size: 1.1667em;
			line-height: 1.3em;
			display: block;
			position: relative;
		}
			#blognav li li {
				font-size: 1em;
			}
		#blognav li a:link, #blognav li a:visited {
			color: rgb(251,176,59);
			text-decoration: none;
			display: block;
			position: relative;
		}
		#blognav li a:hover {
			color: rgb(255,226,146);
			text-shadow: 0px 2px 4px rgb(0,0,0);
		}
		#blognav li a:active { color: white; }
		
		#blognav h2 {
			display: block;
			position: relative;
			width: 100%;
			height: 51px;
			text-indent: -9999px;
		}
			#blognav h2.cats {
				background: url(../images/text/categories.png) no-repeat;
			}
			#blognav h2.archive {
				background: url(../images/text/archives.png) no-repeat;
			}

#blog {
	position: relative;
	padding: 15px 0px 36px 0px;
	background: rgba(0,0,0,0.8);
	border-bottom: 2px solid rgb(255,226,146);
	z-index: 99;
	text-shadow: 0px 1px 1px rgb(0,0,0);
}
	#blog h2 {
		display: block;
		position: relative;
		text-indent: -9999px;
		height: 60px;
		width: 400px;
		background: url(../images/text/blog.png) no-repeat top left;	
	}
	#blog h3 {
		font-family: "le-havre-1","le-havre-2", Georgia, serif;
		font-size: 1.75em;
		line-height: 1.333em;
		color: rgb(124,58,0);
	}
	#blog h4 {
		display: block;
		position: relative;
		clear: both;
		text-align: right;
		font-size: 1.25em;
		line-height: 1.25em;
		font-style: italic;
	}
		#blog h4 a:link, #blog h4 a:visited {
			color: rgb(251,176,59);
			text-shadow: 0px -1px 0px rgb(0,0,0);
			text-decoration: none;
		}
		#blog h4 a:hover {
			color: rgb(255,226,146);
			text-shadow: 0px 2px 6px rgb(0,0,0);
		}
		#blog h4 a:active {
			color: white;
		}
	#blog p {
		font-size: 1.1667em;
		line-height: 1.5em;
		color: rgb(190,157,128);
	}
		#blog p:hover {
			color: rgb(255,226,146);
		}
	#blog ul {
		display: block;
		position: relative;
		clear: both;
		overflow: hidden;
		padding-left: 168px;
	}
	#blog ul>li {
		display: block;
		float: left;
		width: 372px;
		margin-left: 24px;
	}
#twitter {
	position: relative;
	background: url(../images/bg/shadow-top.png) repeat-x top left;
}
#twitter div.wrapper {
	padding: 6px 0px 0px 0px;
	margin: 0px auto;
	border-bottom: 2px solid rgba(255,226,146,0.6);
	border-left: 2px solid rgba(255,226,146,0.6);
	border-right: 2px solid rgba(255,226,146,0.6);
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-box-shadow: 0px 2px 24px rgb(0,0,0);
	-webkit-box-shadow: 0px 2px 24px rgb(0,0,0);
	background: url(../images/bg/burst.png) no-repeat top left rgba(251,176,59,0.4);
	text-shadow: 0px -1px 0px rgba(0,0,0,0.6);
}
	#twitter h2 {
		display: block;
		position: relative;
		text-indent: -9999px;
		height: 60px;
		width: 600px;
		background: url(../images/text/twitter.png) no-repeat top left;	
	}
	#twitter h3 {
		display: block;
		position: absolute;
		top: 12px;
		right: 3px;
	}
		#twitter h3 a {
			display: block;
			position: relative;
			height: 40px;
			width: 200px;
			text-indent: -9999px;
			background: url(../images/icons/twitter.png) no-repeat top right;
		}
	#twitter h4 {
		display: block;
		position: relative;
		clear: both;
		text-align: right;
		font-size: 1.25em;
		line-height: 1.25em;
		font-style: italic;
	}
	#twitter p {
		font-size: 1.1667em;
		line-height: 1.5em;
		color: rgb(23,11,0);
		text-shadow: 0px 1px 0px rgba(255,226,146,0.4);
	}
		#twitter p:hover {
			color: black;
			text-shadow: none;
		}
	#twitter ul {
		display: block;
		position: relative;
		clear: both;
		overflow: hidden;
		padding-left: 168px;
	}
	#twitter ul>li {
		display: block;
		float: left;
		width: 360px;
		margin: 0px 12px 24px 24px;
	}
#footer {
	position: relative;
	overflow: hidden;
	padding-bottom: 72px;
	z-index: 10;
}
	#footer>div.wrapper>ul>li {
		display: block;
		float: left;
		width: 215px;
		margin-left: 12px;
		padding: 24px 12px 24px 0px;
		border-right: 1px solid rgba(0,0,0,0.2);
	}
	#footer h3 {
		font-size: 1.25em;
		line-height: 1.5em;
		color: rgba(0,0,0,0.6);
	}
	#footer li li {
		display: block;
		position: relative;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		line-height: 1.5em;
		border-top: 1px solid rgba(0,0,0,0.2);
	}
		#footer li li a:link, #footer li li a:visited {
			display: block;
			position: relative;
			padding-left: 12px;
			font-weight: bold;
			color: rgba(0,0,0,0.4);
			text-decoration: none;		
		}
		#footer li li a:hover {
			background: rgba(0,0,0,0.4);
			color: rgba(251,176,59,0.6);
		}
	#legal {
		display: block;
		float: left;
		width: 215px;
		padding: 30px 12px;
		color: rgba(0,0,0,0.6);
	}
		#legal p {
			padding-top: 12px;
		}