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;
}

/* 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;
}

@font-face {
    font-family: 'CopseRegular';
    src: url('fonts/copse/Copse-Regular-webfont.eot');
    src: url('fonts/copse/Copse-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/copse/Copse-Regular-webfont.woff') format('woff'),
         url('fonts/copse/Copse-Regular-webfont.ttf') format('truetype'),
         url('fonts/copse/Copse-Regular-webfont.svg#CopseRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font: 12px/20px 'CopseRegular', CopseRegular, Helvetica, Arial, sans-serif;
	background:url(images/backgrounds/noise.png) repeat scroll 0 0;
	margin:0;
	padding:0;
	color:#818181;
}

#wrapper {
	width:806px;
	margin:0 auto;
	padding:100px 0;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

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(images/top-paper.png) no-repeat left top;
	width:806px;
	height:24px;
	position:relative;
}

.content-page {
	background:url(images/row.png) repeat-y left top;
	width:806px;
	height:464px;
	position:relative;
}

.bottom-page {
	background:url(images/bottom-paper.png) no-repeat left top;
	width:806px;
	height:55px;
}

.top-spiral {
	position:absolute;
	background:url(images/spiral.png) no-repeat scroll 0 0;
	width:38px;
	height:89px;
	left:-9px;
	top:61px;
}

.bottom-spiral {
	position:absolute;
	background:url(images/spiral.png) no-repeat scroll 0 0;
	width:38px;
	height:89px;
	left:-9px;
	top:350px;
}

.row {
	width:100%;
	height:29px;
	clear:both;
}

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:Georgia;
	font-size:18px;
	font-style:italic;
	text-align:center;
	height:29px;
	line-height:38px;
	font-weight:normal;
	color:#a5a5a5;
}

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 {
	clear:both;
	width:470px;
	border:1px solid #e5e5e5;
	background:#fdfdfd url(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);	
	padding:8px;
	margin-left: 160px;
	overflow:hidden;
	position:relative;
}
	
.in-touch {
	margin-top:15px;
}
.email-list {
	margin-top:13px;
}
form#subscribe, form#cform {
	margin:0;
	padding:0;
}

#cform {
	position:relative;
	display:none;
}

#message, #mesaj { margin: 0; padding: 0; }

input#semail {
	width:293px;
	height:18px;
	padding:10px 36px 10px 15px;
	border:1px solid #e5e5e5;
	font-size:14px;
	float:left;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	
}

input#name, input#email, input#phone, input#subject  {
	width:214px;
	height:18px;
	padding:10px 0 10px 15px;
	margin-bottom:8px;
	border:1px solid #e5e5e5;
	font-size:14px;
	float:left;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}

input#name, input#phone {
	margin-right:8px;
}

input#verify {
	width:38px;
	height:18px;
	padding:10px 0 10px 15px;
	border:1px solid #e5e5e5;
	font-size:14px;
	float:left;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}

input#submit, input#ssubmit {
	position:relative;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;		
	box-shadow: #e3e3e3 0 1px 1px;		
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.1),
		inset 0px 1px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.1),
		inset 0px 1px 1px rgba(255,255,255,0.7);				
	font-size: 14px;
	float:right;
	margin-left: 6px;
	padding:0 10px;
	height:40px;
	cursor:pointer;	
	line-height:36px;
	behavior: url(PIE.htc);		
}

input#ssubmit {
	width:118px;
}

textarea#comments {
	width:438px;
	height:100px;
	padding:10px 15px;
	margin-bottom:8px;
	border:1px solid #e5e5e5;
	font-size:14px;	
	float:left;
	resize: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;		
}

#captcha {
	float:left;
	position:relative;
}

#captcha span {
	float:left;
	height:38px;
	line-height:38px;
	margin-right:10px;
	font-size:14px;
}

.loader {
	position:relative;
	float: right;
	margin-top: 12px;	
	
}

.subscribe-loader {
	position:absolute;
	left:325px;
	top: 20px;	
	
}

.error_message {
	text-align:center;
	color:red;
	padding:10px 0;
}

#success_page {
	text-align:center;
	padding:10px 0;
}
#ribbon {
	position:absolute;
	background:url(images/ribbon.png) no-repeat scroll left top;
	width:70px;
	height:45px;
	top:45px;
	right:-64px;
	display:block;
	text-indent:-9999px;
	z-index:100;
	cursor:pointer;
}

	
ul.social {
	position:relative;
	text-align:center;
	padding-top:10px;
}

ul.social li {
	display:inline;
	margin:0 13px;
}

ul.social li a {
	text-indent:-9999px;
	width:24px;
	height:24px;
	display:inline-block;
}
li a.facebook {
	background:url(images/social/facebook.png) no-repeat scroll center center;
}
li a.twitter {
	background:url(images/social/twitter.png) no-repeat scroll center center;
}
li a.youtube {
	background:url(images/social/youtube.png) no-repeat scroll center center;
}
li a.skype {
	background:url(images/social/skype.png) no-repeat scroll center center;
}
li a.dribbble {
	background:url(images/social/dribbble.png) no-repeat scroll center center;
}
li a.digg {
	background:url(images/social/digg.png) no-repeat scroll center center;
}
li a.delicious {
	background:url(images/social/delicious.png) no-repeat scroll center center;
}
li a.vimeo {
	background:url(images/social/vimeo.png) no-repeat scroll center center;
}
li a.dropbox {
	background:url(images/social/dropbox.png) no-repeat scroll center center;
}




.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*/			
}
