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

	Template Name: PaperLaunch
	Template URI: http://www.deliciousthemes.com
	Description: A Coming Soon Template
	Author: Madalin Tudose
	Author URI: http://www.deliciousthemes.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------

	1.	CSS Reset & Clearfix
	2.	Document Setup (body, common classes, structure etc)
	3.	Main Content Styles
		3.1. Countdown
		3.2. Forms
		3.3. Social Links
	4.	Button Styles
	5.	Tipsy Plugin - https://github.com/jaz303/tipsy

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


/*-----------------------------------------------------------------------------------*/
/*	1.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

img {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
	border-color: #F00;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

label{
	position:absolute;
	left:-9999px;
}

input,textarea {
	font:inherit;
	resize:none;
	background:#fff;
	color:#a5a5a5;
}

[placeholder]:active,
[placeholder]:focus{
	cursor:text;
	color:#a5a5a5;
}

.clear {
	clear:both;
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Document Setup (body, common classes, structure etc)
/*-----------------------------------------------------------------------------------*/


body {
	background:url(http://www.whoisit.net.au/images/backgrounds/background.jpg) repeat scroll 0 0;
	margin:0;
	padding:0;
	color:#818181;
}

#wrapper {
	width:806px;
	margin:0 auto;
	padding:40px 0;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color:red;
}

a.logo {
	text-align:center;
	display:block;
}

p.copyright {
	clear:both;
	text-align:center;
	margin:15px 0;
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
}

#book {
	position:relative;
}

.top-page {
	background:url(http://www.whoisit.net.au/images/top-paper.png) no-repeat left top;
	width:806px;
	height:24px;
	position:relative;
}

.content-page {
	background:url(http://www.whoisit.net.au/images/row.png) repeat-y left top;
	width:806px;
	height:1900px;
	position:relative;
}

.bottom-page {
	background:url(http://www.whoisit.net.au/images/bottom-paper.png) no-repeat left top;
	width:806px;
	height:55px;
}

.top-spiral {
	position:absolute;
	background:url(http://www.whoisit.net.au/images/spiral.png) no-repeat scroll 0 0;
	width:38px;
	height:89px;
	left:-9px;
	top:61px;
}

.bottom-spiral {
	position:absolute;
	background:url(http://www.whoisit.net.au/images/spiral.png) no-repeat scroll 0 0;
	width:38px;
	height:89px;
	left:-9px;
	top:650px;
}

.row {
	width:100%;
	height:29px;
	clear:both;
}

.header {
	font-size:36px;
	color: #333;
	text-align:center;
	font-weight:normal;
	text-shadow: 1px 1px 0px #e1e1e1;
	position:relative;
}

.subheader {
	font-size:22px;
	font-style:italic;
	text-align:center;
	font-weight:normal;
	color:#333;
}

h4 {
	font-family:Georgia;
	font-size:14px;
	font-style:italic;
	text-align:center;
	height:29px;
	line-height:38px;
	font-weight:normal;
	color:#a5a5a5;
}


/*----- 3.2. Forms -----*/
	
.form-wrapper {
	width:600px;
	height:320px;
	border:1px solid #e5e5e5;
	background:#fdfdfd url(http://www.whoisit.net.au/images/form-pattern.png) repeat scroll 0 0;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);	
	margin-left: 80px;
	margin-right:80px;
	padding:30px;
}
	



/*-----------------------------------------------------------------------------------*/
/*	4.	Button Styles
/*-----------------------------------------------------------------------------------*/

.orange {
	text-shadow: 1px 1px 0px #ffe8b2;	
	color: #7c5d1b;
	border: 1px solid #d6a437;	
    background: #febd4b; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fed970) to(#febd4b)); /*old webkit*/
    background: -webkit-linear-gradient(#fed970, #febd4b); /*new webkit*/
    background: -moz-linear-gradient(#fed970, #febd4b); /*gecko*/
    background: -ms-linear-gradient(#fed970, #febd4b); /*IE10*/
    background: -o-linear-gradient(#fed970, #febd4b); /*opera 11.10+*/
    background: linear-gradient(#fed970, #febd4b); /*future CSS3 browsers*/	
	-pie-background: linear-gradient(#fed970, #febd4b);	/*PIE*/	
}

.orange:hover {
	color: #7c5d1b;
	border: 1px solid #d6a437;	
    background: #febd4b; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#febd4b) to(#fed970)); /*old webkit*/
    background: -webkit-linear-gradient(#febd4b, #fed970); /*new webkit*/
    background: -moz-linear-gradient(#febd4b, #fed970); /*gecko*/
    background: -ms-linear-gradient(#febd4b, #fed970); /*IE10*/
    background: -o-linear-gradient(#febd4b, #fed970); /*opera 11.10+*/
    background: linear-gradient(#febd4b, #fed970); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#febd4b, #fed970); /*PIE*/	
}

.yellow {
	text-shadow: 1px 1px 0px #fff0b3;	
	color: #897931;
	border: 1px solid #dac34b;	
    background: #fedb5e; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#feed7a) to(#fedb5e)); /*old webkit*/
    background: -webkit-linear-gradient(#feed7a, #fedb5e); /*new webkit*/
    background: -moz-linear-gradient(#feed7a, #fedb5e); /*gecko*/
    background: -ms-linear-gradient(#feed7a, #fedb5e); /*IE10*/
    background: -o-linear-gradient(#feed7a, #fedb5e); /*opera 11.10+*/
    background: linear-gradient(#feed7a, #fedb5e); /*future CSS3 browsers*/		
	-pie-background: linear-gradient(#feed7a, #fedb5e);	/*PIE*/		
}

.yellow:hover {
	text-shadow: 1px 1px 0px #fff0b3;	
	color: #897931;
	border: 1px solid #dac34b;	
    background: #feed7a; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fedb5e) to(#feed7a)); /*old webkit*/
    background: -webkit-linear-gradient(#fedb5e, #feed7a); /*new webkit*/
    background: -moz-linear-gradient(#fedb5e, #feed7a); /*gecko*/
    background: -ms-linear-gradient(#fedb5e, #feed7a); /*IE10*/
    background: -o-linear-gradient(#fedb5e, #feed7a); /*opera 11.10+*/
    background: linear-gradient(#fedb5e, #feed7a); /*future CSS3 browsers*/		
	-pie-background: linear-gradient(#fedb5e, #feed7a);	/*PIE*/		
}

.red {
	text-shadow: 1px 1px 0px #dc5653;	
	color: #fff;
	border: 1px solid #dc5653;	
    background: #fe5d62; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fe8781) to(#fe5d62)); /*old webkit*/
    background: -webkit-linear-gradient(#fe8781, #fe5d62); /*new webkit*/
    background: -moz-linear-gradient(#fe8781, #fe5d62); /*gecko*/
    background: -ms-linear-gradient(#fe8781, #fe5d62); /*IE10*/
    background: -o-linear-gradient(#fe8781, #fe5d62); /*opera 11.10+*/
    background: linear-gradient(#fe8781, #fe5d62); /*future CSS3 browsers*/	
	-pie-background: linear-gradient(#fe8781, #fe5d62);	/*PIE*/			
}

.red:hover {
	text-shadow: 1px 1px 0px #dc5653;	
	color: #fff;
	border: 1px solid #dc5653;	
    background: #fe8781; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fe5d62) to(#fe8781)); /*old webkit*/
    background: -webkit-linear-gradient(#fe5d62, #fe8781); /*new webkit*/
    background: -moz-linear-gradient(#fe5d62, #fe8781); /*gecko*/
    background: -ms-linear-gradient(#fe5d62, #fe8781); /*IE10*/
    background: -o-linear-gradient(#fe5d62, #fe8781); /*opera 11.10+*/
    background: linear-gradient(#fe5d62, #fe8781); /*future CSS3 browsers*/	
	-pie-background: linear-gradient(#fe5d62, #fe8781);	/*PIE*/			
}

.purple {
	text-shadow: 1px 1px 0px #8e3b86;	
	color: #fff;
	border: 1px solid #dc53ce;	
    background: #f264eb; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fd81eb) to(#f264eb)); /*old webkit*/
    background: -webkit-linear-gradient(#fd81eb, #f264eb); /*new webkit*/
    background: -moz-linear-gradient(#fd81eb, #f264eb); /*gecko*/
    background: -ms-linear-gradient(#fd81eb, #f264eb); /*IE10*/
    background: -o-linear-gradient(#fd81eb, #f264eb); /*opera 11.10+*/
    background: linear-gradient(#fd81eb, #f264eb); /*future CSS3 browsers*/	
	-pie-background: linear-gradient(#fd81eb, #f264eb);	/*PIE*/			
}

.purple:hover {
	text-shadow: 1px 1px 0px #8e3b86;	
	color: #fff;
	border: 1px solid #dc53ce;	
    background: #fd81eb; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f264eb) to(#fd81eb)); /*old webkit*/
    background: -webkit-linear-gradient(#f264eb, #fd81eb); /*new webkit*/
    background: -moz-linear-gradient(#f264eb, #fd81eb); /*gecko*/
    background: -ms-linear-gradient(#f264eb, #fd81eb); /*IE10*/
    background: -o-linear-gradient(#f264eb, #fd81eb); /*opera 11.10+*/
    background: linear-gradient(#f264eb, #fd81eb); /*future CSS3 browsers*/	
	-pie-background: linear-gradient(#f264eb, #fd81eb);	/*PIE*/		
}

.green {
	text-shadow: 1px 1px 0px #d6f3ae;	
	color: #405922;
	border: 1px solid #86be46;	
    background: #a7e059; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#baf765) to(#a7e059)); /*old webkit*/
    background: -webkit-linear-gradient(#baf765, #a7e059); /*new webkit*/
    background: -moz-linear-gradient(#baf765, #a7e059); /*gecko*/
    background: -ms-linear-gradient(#baf765, #a7e059); /*IE10*/
    background: -o-linear-gradient(#baf765, #a7e059); /*opera 11.10+*/
    background: linear-gradient(#baf765, #a7e059); /*future CSS3 browsers*/	
	-pie-background: linear-gradient(#baf765, #a7e059);	/*PIE*/			
}

.green:hover {
	text-shadow: 1px 1px 0px #d6f3ae;	
	color: #405922;
	border: 1px solid #86be46;	
    background: #baf765; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#a7e059) to(#baf765)); /*old webkit*/
    background: -webkit-linear-gradient(#a7e059, #baf765); /*new webkit*/
    background: -moz-linear-gradient(#a7e059, #baf765); /*gecko*/
    background: -ms-linear-gradient(#a7e059, #baf765); /*IE10*/
    background: -o-linear-gradient(#a7e059, #baf765); /*opera 11.10+*/
    background: linear-gradient(#a7e059, #baf765); /*future CSS3 browsers*/	
	-pie-background: linear-gradient(#a7e059, #baf765);	/*PIE*/			
}

.blue {
	text-shadow: 1px 1px 0px #b3e8f9;	
	color: #2f5869;
	border: 1px solid #4bb6da;	
    background: #5ccded; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#7ad6fc) to(#5ccded)); /*old webkit*/
    background: -webkit-linear-gradient(#7ad6fc, #5ccded); /*new webkit*/
    background: -moz-linear-gradient(#7ad6fc, #5ccded); /*gecko*/
    background: -ms-linear-gradient(#7ad6fc, #5ccded); /*IE10*/
    background: -o-linear-gradient(#7ad6fc, #5ccded); /*opera 11.10+*/
    background: linear-gradient(#7ad6fc, #5ccded); /*future CSS3 browsers*/	
	-pie-background: linear-gradient(#7ad6fc, #5ccded);	/*PIE*/			
}

.blue:hover {
	text-shadow: 1px 1px 0px #b3e8f9;	
	color: #2f5869;
	border: 1px solid #4bb6da;	
    background: #7ad6fc; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#5ccded) to(#7ad6fc)); /*old webkit*/
    background: -webkit-linear-gradient(#5ccded, #7ad6fc); /*new webkit*/
    background: -moz-linear-gradient(#5ccded, #7ad6fc); /*gecko*/
    background: -ms-linear-gradient(#5ccded, #7ad6fc); /*IE10*/
    background: -o-linear-gradient(#5ccded, #7ad6fc); /*opera 11.10+*/
    background: linear-gradient(#5ccded, #7ad6fc); /*future CSS3 browsers*/	
	-pie-background: linear-gradient(#5ccded, #7ad6fc);	/*PIE*/		
}

.darkblue {
	text-shadow: 1px 1px 0px #003865;	
	color: #fff;
	border: 1px solid #00457c;	
    background: #0065b5; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#0087cd) to(#0065b5)); /*old webkit*/
    background: -webkit-linear-gradient(#0087cd, #0065b5); /*new webkit*/
    background: -moz-linear-gradient(#0087cd, #0065b5); /*gecko*/
    background: -ms-linear-gradient(#0087cd, #0065b5); /*IE10*/
    background: -o-linear-gradient(#0087cd, #0065b5); /*opera 11.10+*/
    background: linear-gradient(#0087cd, #0065b5); /*future CSS3 browsers*/	
	-pie-background: linear-gradient(#0087cd, #0065b5);	/*PIE*/			
}

.darkblue:hover {
	text-shadow: 1px 1px 0px #003865;	
	color: #fff;
	border: 1px solid #00457c;	
    background: #0087cd; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#0065b5) to(#0087cd)); /*old webkit*/
    background: -webkit-linear-gradient(#0065b5, #0087cd); /*new webkit*/
    background: -moz-linear-gradient(#0065b5, #0087cd); /*gecko*/
    background: -ms-linear-gradient(#0065b5, #0087cd); /*IE10*/
    background: -o-linear-gradient(#0065b5, #0087cd); /*opera 11.10+*/
    background: linear-gradient(#0065b5, #0087cd); /*future CSS3 browsers*/	
	-pie-background: linear-gradient(#0065b5, #0087cd);	/*PIE*/			
}

.white {
	text-shadow: 1px 1px 0px #f8f8f8;	
	color: #5b5b5b;
	border: 1px solid #d3d3d3;	
    background: #ededed; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9) to(#ededed)); /*old webkit*/
    background: -webkit-linear-gradient(#f9f9f9, #ededed); /*new webkit*/
    background: -moz-linear-gradient(#f9f9f9, #ededed); /*gecko*/
    background: -ms-linear-gradient(#f9f9f9, #ededed); /*IE10*/
    background: -o-linear-gradient(#f9f9f9, #ededed); /*opera 11.10+*/
    background: linear-gradient(#f9f9f9, #ededed); /*future CSS3 browsers*/	
	-pie-background: linear-gradient(#f9f9f9, #ededed);	/*PIE*/			
}

.white:hover {
	text-shadow: 1px 1px 0px #f8f8f8;	
	color: #5b5b5b;
	border: 1px solid #d3d3d3;	
    background: #f9f9f9; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ededed) to(#f9f9f9)); /*old webkit*/
    background: -webkit-linear-gradient(#ededed, #f9f9f9); /*new webkit*/
    background: -moz-linear-gradient(#ededed, #f9f9f9); /*gecko*/
    background: -ms-linear-gradient(#ededed, #f9f9f9); /*IE10*/
    background: -o-linear-gradient(#ededed, #f9f9f9); /*opera 11.10+*/
    background: linear-gradient(#ededed, #f9f9f9); /*future CSS3 browsers*/	
	-pie-background: linear-gradient(#ededed, #f9f9f9);	/*PIE*/		
}

.black {
	text-shadow: 1px 1px 0px #363636;	
	color: #fff;
	border: 1px solid #505050;	
    background: #616161; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#848484) to(#616161)); /*old webkit*/
    background: -webkit-linear-gradient(#848484, #616161); /*new webkit*/
    background: -moz-linear-gradient(#848484, #616161); /*gecko*/
    background: -ms-linear-gradient(#848484, #616161); /*IE10*/
    background: -o-linear-gradient(#848484, #616161); /*opera 11.10+*/
    background: linear-gradient(#848484, #616161); /*future CSS3 browsers*/	
	-pie-background: linear-gradient(#848484, #616161);	/*PIE*/		
}

.black:hover {
	text-shadow: 1px 1px 0px #363636;	
	color: #fff;
	border: 1px solid #505050;	
    background: #848484; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#616161) to(#848484)); /*old webkit*/
    background: -webkit-linear-gradient(#616161, #848484); /*new webkit*/
    background: -moz-linear-gradient(#616161, #848484); /*gecko*/
    background: -ms-linear-gradient(#616161, #848484); /*IE10*/
    background: -o-linear-gradient(#616161, #848484); /*opera 11.10+*/
    background: linear-gradient(#616161, #848484); /*future CSS3 browsers*/	
	-pie-background: linear-gradient(#616161, #848484);	/*PIE*/			
}


/*-----------------------------------------------------------------------------------*/
/*	5.	Tipsy Plugin - https://github.com/jaz303/tipsy
/*-----------------------------------------------------------------------------------*/


.tipsy { font-size: 11px; position: absolute; padding: 8px 5px; z-index: 100000; }
  .tipsy-inner { background-color: #afafaf; color: #FFF; max-width: 200px; padding: 1px 10px 0 10px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  

  .tipsy-inner { box-shadow: 1px 1px 2px #e7e7e7; -webkit-box-shadow: 1px 1px 2px #e7e7e7; -moz-box-shadow: 1px 1px 2px #e7e7e7; }
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #afafaf;top:29px}
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #afafaf; }
  .tipsy-arrow-s { border-top-color: #afafaf; }
  .tipsy-arrow-e { border-left-color: #afafaf; }
  .tipsy-arrow-w { border-right-color: #afafaf; }
  
	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

  
/*WOW slider*/

#myslide {width:480px;overflow:hidden;position: relative;height:120px;margin-bottom:10px}
 
	#myslide .cover{
		width:1920px; /*------- class mystuff width * number of mystuff divs (160 * 3 = 480)---------- */
		position: absolute;
		height:100px;
	}
 
	#myslide .mystuff {width:480px;float:left;padding:20px 0;}
 
	.button1,.button2,.button3,.button4{
		background:#999;
		padding:4px;
		display:block;
		float:left;
		margin-right:5px;
		color: white;
		height: 15px;}

	.active{
		background:#111;
		padding:4px;
		display:block;
		float:left;
		outline:none;}

	.clear{clear:both;}
