@import url(http://fonts.googleapis.com/css?family=Gochi+Hand|Reenie+Beanie|Niconne|Swanky+and+Moo+Moo);

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: 0;
	background-color:#fff;

}
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;
}
/* classes */

#welcome-to {
	position: absolute;
	top: 40px;
	right: 40px;
	bottom: 40px;
	left: 40px;
	background-color:#fff;
	background-image: url(i/bg.png);
	background-repeat: repeat;
	background-position: left top;
	-moz-box-shadow:inset 0px 0px 30px rgba(0,0,0,0.07);
-webkit-box-shadow:inset 0px 0px 30px rgba(0,0,0,0.07);
box-shadow:inset 0px 0px 30px rgba(0,0,0,0.07);


}
.loveisart{
	width:400px;
	height:460px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-260px 0 0 -200px;
	background-image: url(i/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
}
.loveisart h1 {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	margin-bottom:325px;
}
.loveisart p {
	display:block;
	line-height:60px;
	font-family: 'Gochi Hand', cursive;
	font-style:italic;
	font-size:18px;
}
.fb {
	color:#fff;
	background-image: url(i/fb.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:52px;
	display:block;
	line-height:52px !important;
	text-decoration:none;
	font-size:20px;
	text-indent:10px;
	text-shadow:0px 1px 0px rgba(0,0,0,0.07);
}
.mail {
	text-indent:5px;
	text-shadow:0px 1px 0px rgba(255,255,255,0.5);
}
.mail a{
	color:#A674B3;
	text-decoration:none;
	-webkit-transition:color 0.2s ease-in;  
    -moz-transition:color 0.2s ease-in;  
    -o-transition:color 0.2s ease-in;  
    transition:color 0.2s ease-in;  
}
.mail a:hover {
	color:#53BFDB;
}

address {
	display:block;
	line-height:60px;
	font-family: 'Gochi Hand', cursive;
	font-style:italic;
	font-size:18px;
	text-shadow:0px 1px 0px rgba(255,255,255,0.5);
}
address a {
	color:#E489A5;
	text-decoration:none;
	-webkit-transition:color 0.2s ease-in;  
    -moz-transition:color 0.2s ease-in;  
    -o-transition:color 0.2s ease-in;  
    transition:color 0.2s ease-in;  
}
address a:hover {
	color:#53BFDB;
}
