/*
-----------------------------------------------

Modified from:

Blogger Template Style
Name:     Minima Black
Designer: Douglas Bowman
URL:      www.stopdesign.com
Date:     26 Feb 2004

  by Nephilim  - homepage.mac.com/nephilim

----------------------------------------------- */

/*
	Special utility classes
*/
		.quote	{font-size:larger; text-align: center; font-family: serif; color: #6C64C9;}
		.photo	{font-size:10px; margin: 10px; text-align:center; font-family: Verdana, Arial, sans-serif;}
		.links	{font-size:11px; color:#6666CC; hover:red}
		.warning { border: 1px solid #f00; background-color: #fdd; color: #300; padding: 20px; }
		.price { color: #ff6; font-weight: bold; font-size: 1.4em;r }
		.pages { text-align: center; padding: 20px; }
		

/*
	HAUNT LISTINGS
*/

.hauntListing {
	text-align: center;
}

.hauntFeature {
	text-align: center;
	display: inline-block;
	width: 280px;
	padding: 10px;
	margin: 10px;
	vertical-align: top;
	border: 1px solid #6a63c3;
}

.hauntTitle {
	font-size: 1.2em;
}

.hauntImage {
	margin: 5px;
}

.hauntInfo {
	font-size: .9em;
}

.endOfHaunts {
	clear:left;
}



/*
	FLOATERS
	These are floating CSS3 animations to add a little feel of the
	actual puppets to the site.
*/

	@-webkit-keyframes sway {
		0% {
			-webkit-transform:rotate(7deg);
		}
		50% {
			-webkit-transform:rotate(-7deg);
		}
		100% {
			-webkit-transform:rotate(7deg);
		}
	}
	
	@-webkit-keyframes hover {
		0% {
			-webkit-transform:translate(0px,-15px);
		}
		50% {
			-webkit-transform:translate(0px,15px);
		}
		100% {
			-webkit-transform:translate(0px,-15px);
		}
	}
	
	@-webkit-keyframes althover {
		0% {
			-webkit-transform:translate(0px,15px);
		}
		50% {
			-webkit-transform:translate(0px,-15px);
		}
		100% {
			-webkit-transform:translate(0px,15px);
		}
	}
	
	.floater img {
		-webkit-animation-name: sway;
		-webkit-animation-duration: 6.2s;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-direction: normal;  /* alternate */
		-webkit-animation-timing-function: ease-in-out;
	}	
	.floater {
		zposition: absolute;
		zz-index: -1000;
		zright: 80px;
		ztop: 60px;
		-webkit-animation-name: hover;
		-webkit-animation-duration: 4s;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-direction: normal;  /* alternate */
		-webkit-animation-timing-function: ease-in-out;
	}	
	
	.floater.alt1 {
		-webkit-animation-duration: 8s;
		-webkit-animation-name: althover;
	}
	
	.floater.alt2 {
		-webkit-animation-duration: 6s;
		-webkit-animation-name: althover;
	}
	
	.floater.alt3 {
		-webkit-animation-duration: 7s;
		-webkit-animation-name: hover;
	}
	

/*
	BUTTON STYLES
	Credit: http://webdesignerwall.com/tutorials/css3-gradient-buttons
*/

		.button {
			display: inline-block;
			outline: none;
			cursor: pointer;
			text-align: center;
			text-decoration: none;
			font-size: .8em;
			padding: 0em 1em;
			text-shadow: 0 2px 2px rgba(0,0,0,.8);
			-webkit-border-radius: .5em; 
			-moz-border-radius: .5em;
			border-radius: .5em;
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
			box-shadow: 0 1px 2px rgba(0,0,0,.2);
		}
		.button:hover {
			text-decoration: none;
		}
		.button:active {
			position: relative;
			top: 1px;
		}
		
		a[href].button {
			color: #fff;
		}

		.blue {
			color: #d9e4ee;
			border: solid 1px #0c7cda;
			background: #0d7de7;
			background: -webkit-gradient(linear, left top, left bottom, from(#0a95ea), to(#106ae4));
			background: -moz-linear-gradient(top,  #0a95ea,  #106ae4);
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a95ea', endColorstr='#106ae4');
		}
		.blue:hover {
			background: #207cf4;
			background: -webkit-gradient(linear, left top, left bottom, from(#017ee8), to(#0550e0));
			background: -moz-linear-gradient(top,  #017ee8,  #0550e0);
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#017ee8', endColorstr='#0550e0');
		}
		.blue:active {
			color: #fcd3a5;
			background: -webkit-gradient(linear, left top, left bottom, from(#106ae4), to(#0a95ea));
			background: -moz-linear-gradient(top,  #106ae4,  #0a95ea);
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#106ae4', endColorstr='#0a95ea');
		}

html {
	background: #000;
	width: 768px;	/* 720 + 24 * 2 */
	margin: auto;
	background-image: url('garg_left.gif'), url('garg_right.gif'),url('garg_left.gif'), url('garg_right.gif');
	background-repeat: no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	margin-top: 10px;
	padding-top: 7px;
	padding-bottom: 18px;
}

body {

	border: 1px solid #6A63c3;
	padding: 0px 20px;
	width: 680px;	/* 720 - 20 - 20 */
	margin: auto;
}

#all-content {
	padding: 20px 10px;
}

#page-header {
	background-image: url('imagineerieing_small.png');
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 48px;
	padding-left: 200px;
	text-align: right;
	border-bottom: 1px solid #353161;
	vertical-align: bottom;
	margin-bottom: 20px;
}

#page-footer {
	background-color: #353161;
}

#page-content {
  font: 12pt "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
  line-height: 1.5;
  color:#ccc;
  }
  
#footer {
	background-color: #353161;
}

a:link {
  color:#9ad;
  text-decoration:none;
  }
a:visited {
  color:#a7a;
  text-decoration:none;
  }
a:hover {
  color:#ad9;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }
  
textarea.code {
	border: 1px solid #6A63c3;
	color:#ad9;
	padding: 5px;
	width: 90%;
	background-color: #222;
	margin: auto;
	white-space: nowrap;
}

code {
	color:#ad9;
}


/* Header
----------------------------------------------- */
#header {
  }
#blog-title {
  font-size:150%;
  line-height:1.2em;
  color:#ccc;
  text-transform:uppercase;
  letter-spacing:.2em;
  display: none;
  }
#blog-title a {
  color:#ccc;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#ad9;
  }
#description {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#777;
  border-bottom:1px dotted #444;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 20px;
  }


/* Content
----------------------------------------------- */
#content {
  width:660px;
  margin:0 auto;
  padding:0;
  text-align:left;
  margin-top: 40px;
  }
#main {
  width:450px;
  background-image: url('http://homepage.mac.com/nephilim/blog/blogmid.gif');
  background-repeat: repeat-y;
  float:left;
  }
#main2 {
	background-image: url('http://homepage.mac.com/nephilim/blog/blogbottom.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main3 {
	background-image: url('http://homepage.mac.com/nephilim/blog/blogtop.gif');
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #000;
	padding-top: 57px;
	padding-left: 43px;
	padding-right: 43px;
	padding-bottom: 23px;
}
#sidebar {
  width:180px;
  float:right;
  }
.madeonmac {
	text-align: center; font-size: smaller; color:#ad9; margin-bottom: 20px;
			font-weight: bold; text-transform: uppercase;
}

/* Headings
----------------------------------------------- */
h2 {
  margin:1.5em 0 .75em;
  font:bold 78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#777;
  }

/* Posts
----------------------------------------------- */
.date-header {
  margin:1.5em 0 .5em;
  }
.post {
  margin:.5em 0 1.5em;
  border-bottom:1px dotted #444;
  padding-bottom:1.5em;
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  line-height:1.4em;
  color:#ad9;
  }
.post-title a {
  text-decoration:none;
  color:#ad9;
  }
.post-title a:hover {
  color:#fff;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#333;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#777;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #222;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }


/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #444;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#999;
  line-height:1.5em;
  }


/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #444;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #222;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


/* Footer
----------------------------------------------- */
#footer {
  width:660px;
  clear:both;
  margin:0 auto;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


		h1 {
			font-size: 250%;
			color: #6666cc;
			border-bottom: 1px dotted #6666cc;
		}
		
		h2 {
			margin:.25em 0 0;
			padding:0 0 4px;
			font-size:140%;
			line-height:1.4em;
			color:#ad9;
			border-bottom: 1px dotted #ad9;
			margin-top: 20px;
		}
		
		h3 {
			color: #ad9;
			font-size: 125%;
		}
		
		.thumbs {
			float: right;
			border: 1px dotted #6A63c3;
			margin: 5px;
			padding: 5px;
			text-align: right;
		}
		
		.thumbs img {
			border: 1px solid #6a63c3;
		}

		.figure {
			text-align: center;
			border: 1px dotted #6A63c3;
			width: 420px;
			margin: auto;
			padding: 5px;
			color: #6A63c3;
		}
		
		.figure img {
			border: 1px solid #6a63c3;
		}

		#breadcrumbs
		{
			float: right;
			font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
			text-transform: uppercase;
			letter-spacing; .1em;
			margin-bottom: 10px;
		}


dt	{ font-weight: bold; color:#ad9; }
dd  { padding-bottom: 10px; }

.internal-ad {

	border: 1px solid #ad9;
	color: #ad9;
	background-color: #130;
	padding: 5px;
	margin: 8px 0px;
	clear: right;
	text-align: center;

}
