/*-----------------------------------------------------------------------------------

	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, img, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
}



/*  Fonts  */
@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Light.ttf') format('truetype'),
         url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {

}

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;
}



.clear {
	clear:both;
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Document Setup (body, common classes, structure etc)
/*-----------------------------------------------------------------------------------*/



body {
      background-color: #ffffff;
      color: #777069;
       font-family: "Roboto-Light", arial;
}

p {
	font-size: 1.3em;
	font-weight: normal;
}

header {
	margin-top: 30px;
    border-bottom: 2px solid #87b500;
}

#wrapper {
margin: 0% 10%;


}

a {
	text-decoration:none;
	color: #87b500;
}


a:hover {
	text-decoration:none;
	color: #87b500;
}




a.logo {
	text-align:center;
	display:block;
	margin-bottom:35px;
}


.content-page {
	text-align: center;

}


#book {
	position:relative;
}



.content-page {
	margin: 3% 10% 1% 10%;
}

.bottom-page {
	margin: 10% 20%;
}

.copyright {
	text-align: center;
	margin: 0px 0px 20px 0px;
		font-size: 1em;
	font-weight: normal;
}

.copyright p {
		font-size: 1.1em;
	font-weight: normal;
}

.contact-info {
	text-align: center;
    border-top: 2px solid #87b500;
    border-bottom: 2px solid #87b500;
    margin: 20px 0px;
    padding: 20px 0px;
}

.contact-info a {
	text-decoration:none;
	color: #777069;
	font-weight: bold;
	font-size:20px;
}


.row {
	width:100%;
	height:29px;
	clear:both;
}


h1 {
	font-family: 'CopseRegular', CopseRegular, Helvetica, Arial, sans-serif;
	font-size:27px;
	text-align:center;
	height:29px;
	line-height:32px;
	font-weight:bold;
	color: #777069;
}

h2 {
	font-family: 'CopseRegular', CopseRegular, Helvetica, Arial, sans-serif;
	font-size:28px;
	text-align:center;
	height:29px;
	line-height:32px;
	font-weight:normal;
	text-shadow: 1px 1px 0px #e1e1e1;
	position:relative;
}

h3 {
	font-family:arial;
	font-size:14px;
	text-align:center;
	height:19px;
	line-height:22px;
	font-weight:normal;
	color:#a5a5a5;
}

h4 {
	font-family:Georgia;
	font-size:13px;
	font-style:italic;
	text-align:center;
	height:29px;
	line-height:28px;
	font-weight:normal;
	color:#a5a5a5;
}

