/* Imaginary Jesus - Site - Design & Dev by [gb] Studio */
/* gb-studio.tv */

/* ================================= */
/* = Imaginary Jesus - Awesomeness = */
/* ================================= */

@import url("reset.css");   /* thanks yahoo */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #3b3a3a;
	background-image: url("/images/bg.jpg");
	background-position: top center;
	background-color: #f8f6f7;
	
	-webkit-text-stroke:1px transparent;
}

a {
	color: #3b3a3a;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
strong em, em strong {
	font-weight: bold;
	font-style: italic;
}

/* ------ top section ------- */

#top {
	margin: 0 auto;
	padding: 100px 0px 75px 0px;
	width: 900px;
}

#top h1 {
	margin: 30px 0px 55px 0px;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	line-height: 32px;
}

#top h1 span.big {
	font-size: 52px;
	line-height: 60px;
}

/* arrows */

#top div.arrow {	position: absolute; }
#top div.arrow.book   { margin: -5px 0px 0px 475px; }
#top div.arrow.author { margin: 125px 0px 0px 150px; }

#top h2 {
	margin: 0px 20px 0px 280px;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	line-height: 32px;
}

#top p {
	margin: 20px 20px 0px 280px;
	font-size: 18px;
	line-height: 24px;
}

/* panels */

#book {
	width: 303px;
	height: 436px;
	float: right;
}

#book div.book {
	position: absolute;
	margin: 7px 0px 0px 13px;
	width: 276px;
	height: 416px;
	border: 1px solid #bdbdbd;
}
#book:hover div.book { 
	text-indent: -9999px;
	border: 1px solid #fff;
}

#book div.outline {
	position: absolute;
	width: 303px;
	height: 436px;
	background-image: url("/images/outline_book.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#book:hover div.outline {
	background-position: -303px 0px;
}

#author {
	width: 260px;
	height: 253px;
	float: left;
}

#author div.author {
	position: absolute;
	margin: 4px 0px 0px 7px;
	width: 249px;
	height: 245px;
	text-indent: -9999px;
}
#author:hover div.author { text-indent: 0px; }

#author div.outline {
	position: absolute;
	width: 260px;
	height: 253px;
	background-image: url("/images/outline_author.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#author:hover div.outline {
	background-position: -260px 0px;
}

/* ------ middle section ------- */

#middle {
	margin: 0 auto;
	padding: 0px 0px 50px 0px;
	width: 900px;
}

#middle h3,
#middle div.left p.date {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	line-height: 24px;
	color: #747474;
}

#middle div.right {
	width: 320px;
	float: right;
}
#middle div.right h3 {
	text-align: right;
}

#middle div.right ul {
	margin: 8px 0px 0px 20px;
	padding: 18px;
	display: block;
	width: 280px;
	
	background-color: #fff;
	
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;

}
#middle div.right ul li {
	height: 51px;
	clear: both;
}

#middle div.right ul li strong {
	display: block;
	width: 142px;
	height: 51px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	float: left;
}

#middle div.right ul li.amazon strong { background-image: url("/images/logo_amazon.png"); }
#middle div.right ul li.borders strong { background-image: url("/images/logo_borders.png"); }
#middle div.right ul li.bn strong { background-image: url("/images/logo_bnbook.png"); }
#middle div.right ul li.indie strong { background-image: url("/images/logo_indie.png"); }
#middle div.right ul li.powells strong { background-image: url("/images/logo_powells.png"); }

#middle div.right ul li a {
	display: block;
	margin-top: 10px;
	width: 100px;
	height: 30px;
	
	font-size: 14px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 30px;
	
	background-color: #bdc63b;
	
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	
	float: right;
}
#middle div.right ul li a:hover  { background-color: #a4af06; }
#middle div.right ul li a:active {
	position: relative;
	top: 1px;
	background-color: #e8f808;
}


#middle div.left {
	width: 530px;
	float: left;
}

#middle div.left h3 {
	margin: 0px 0px 30px 0px;
}

#middle div.left p.title a {
	font-size: 54px;
	letter-spacing: -0.05em;
	line-height: 65px;
	text-decoration: none;
}
#middle div.left p.title a:hover { color: #d46c3e; }
#middle div.left p.title a:active { position: relative; top: 2px; color: #000; }

#middle div.left p.date {
	margin: 10px 0px 0px 0px;
}


/* ------ video section ------- */

#video_container {
	width: 100%;
	background-image: url("/images/outline_video.png");
	background-position: center 25px;
	background-repeat: no-repeat;
}

#video {
	margin: 0 auto;
	padding: 10px 0px 100px 0px;
	width: 1000px;
}

#video h3 {
	margin: 0px 50px 20px 0px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	line-height: 24px;
	text-align: right;
}

#video #video_holder {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 582px;
	overflow: hidden;
}

/* ------ bottom section ------- */

#bottom {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 900px;
}

#bottom h3 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	line-height: 24px;
	color: #747474;
}

#bottom div.right {
	width: 320px;
	float: right;
}

#bottom div.left {
	width: 530px;
}

#bottom div.right ul li a {
	display: block;
	margin-top: 10px;
	width: 280px;
	height: 50px;
	
	font-size: 24px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 50px;
	
	background-color: #bdc63b;
	
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	
	float: right;
	clear: right;
}
#bottom div.right ul li a:hover  { background-color: #a4af06; }
#bottom div.right ul li a:active {
	position: relative;
	top: 2px;
	background-color: #e8f808;
}
#bottom div.right ul li.blog a        { background-color: #d9825c; }
#bottom div.right ul li.blog a:hover  { background-color: #b9582e; }
#bottom div.right ul li.blog a:active { background-color: #f75610; }

/* other stuff */

hr.clear {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	border-width:0;
	margin:0;
	padding:0;
	overflow: hidden;
}

/* form stuff */

#bottom #email_form {
	position: relative;
	margin: 21px 0px 0px 0px;
	height: 107px;
	width: 400px;
}

#bottom #email_form span.wrap label {
	position: absolute;
  margin: 3px 0px 0px -7px;
	padding: 4px;
	font-size: 26px;
	font-weight: bold; 
	width: 278px;
	height: 29px;
  background: #fff;
  z-index: 1; 

}

label.overlay span 
    { opacity: 0.4; 
      -webkit-transition: opacity 200ms linear; }
label.focus span 
    { opacity: 0.2; }
label.hastext span 
    { opacity: 0.0; 
      -webkit-transition: opacity 0ms linear; }

#bottom #email_form input#email_email {
	position: absolute;
	display: block;
	margin: 0px 0px 0px -10px;
	padding: 4px;
	width: 278px;
	height: 29px;
	font-size: 26px;
	font-weight: normal;
	color: #5e5e5e;
	background: none;
	border: 3px solid #eaeaea;
	float: left;
	z-index: 15;
}
#bottom #email_form input#email_email:hover {
	border: 3px solid #f2c611;
}
#bottom #email_form input#email_email:focus {
	color: #333;
	border: 3px solid #b3b3b3;
}

#bottom #email_form input.button_go {
	display: block;
	margin: 9px 0px 0px 0px;
	width: 103px;
	height: 30px;
	text-indent: -9999px;
	background-image: url("/images/button_go.png");
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}
#bottom #email_form input.button_go:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
#bottom #email_form input.button_go:active {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
	background-position: -100px top;
}

#bottom #email_form p {
	margin: -120px 0px 25px 0px;
	font-size: 11px;
	line-height: 17px;
	width: 400px;
	color: #7c7c7c;
}

#bottom #email_form #email_success p {
	margin: 0px;
	padding: 0px;
}

#bottom #email_form #email_success p.success {
	margin: -200px 0px 6px 0px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 28px;
}

#bottom #email_form #email_success p a {
	padding: 3px;
	margin: -3px;
}

#bottom #email_form p.fail {
	display: block;
	padding: 4px;
	margin: -4px;
	margin-top: -128px;
	width: 385px;
	color: #333;
	background-color: yellow;
}

/* footer */

#footer {
	padding: 15px;
	margin-top: 100px;
}

#footer p {
	margin: 8px 0px 0px 0px;
	font-size: 11px;
	line-height: 17px;
	text-align: center;
	color: #4d4d4d;
}
#footer p:hover { color: #cfcfcf; }
#footer p:hover a { color: #cfcfcf; }
#footer p a {
	padding: 3px;
	margin: -3px;
	color: #4d4d4d;
}
#footer p a:hover {
	color: #000;
	background-color: #f2c611;
	text-decoration: none;
}

/* contest bug */

#contest_bug {
	position: fixed;
	top: 40px;
	left: 0px;
	width: 135px;
	z-index: 500;
}
#contest_bug p a {
	display: block;
	padding: 15px 15px 15px 25px;
	width: 135px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 22px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomright: 25px;
	text-decoration: none;
	background-color: #bdc63b;
}
#contest_bug p a:hover {
	color: #fff;
	background-color: #a4af06;
}
#contest_bug p a:active {
	position: relative;
	top: 2px;
	background-color: #e8f808;
}