li{
	margin-top: 10px;
}

.content{
	width: 100%;
	position: absolute;
	bottom: 0px;
	left:0px;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-left: 0px;
	/*border: 1px dashed #000;*/
}

#avatar{
	padding-top: 1.5em;
	padding-left: 1em;
	padding-bottom: 0.5em;
	/*background: #ff00ff;*/
}

.avatar-bubble{
	-webkit-transform-origin : left bottom;
	-moz-transform-origin : left bottom;
	padding: 5px;
	display: inline-block;
	font:bold;
}

.avatar-bubble:link{
	font: bold;
	color: white;
}

#blog{
	-webkit-transform : rotate(-35deg);
	-moz-transform : rotate(-35deg);
	/*background: #DBE97A;*/
	/*background: #4158C6;*/
	margin-top: -20px;
}

#twitter{
	-webkit-transform : rotate(-20deg);
	-moz-transform : rotate(-20deg);
	/*background: #7CEBD9;*/
	/*background: #4158C6;*/
	margin-top: -40px;
}

#coming-soon{
	font-family:Helvetica,"Times New Roman";
	font-style:normal;
	font-weight: bold;
	font-size:0.8em;
	line-height: 1.5em;
	float: right;
	text-align: left;
	/*color: #7943CD;*/
	color: white;
	text-transform: none;
	margin-top: 20%;
	margin-right: 5%;
	padding-bottom: 10px;
/*	background: #ffff00;*/
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CONTACT FORM ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
#decoration-wrapper{
	position: absolute;
	right: 5%;
	top: 15%;
	left: 50%;
}

#decoration{
	padding: 10px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	/*display: inline-block;*/
	/*display:none;*/
	/*background: #ecd75a;*/
	z-index: 2;
	font-size: 20px;
	/*color: #4158c6;*/
	color: #FFF;
}


#contact-me input, #contact-me textarea{
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-top: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 10px;
	line-height: 10px;
}

/*#submit-button, #cancel{
	color: #fff;
	margin-left: 50px;
	font-size: 32px;
	font-weight: bold;	
}

#cancel{
	text-align:right;
}*/

#contact-form{
	display:inline;
}

#successmessage{
	position: absolute;
	left: 40%;
	top: 40%;
	font-family: arial;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-transform: none;
	/*background-color:#E1E1E1;*/
	/*font-size: 0.4em;*/
    cursor: pointer;
    /*display: none;*/
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ GENERALS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

body{
	font-family:Georgia,"Times New Roman";
	font-style:italic;
	font-size:40px;
	text-transform:lowercase;
	line-height: 1.5em;
	/*background: #FFA000;*/
	background: #E0B10F;
}

a{
	text-decoration: none;
	/*color: #000000;*/
}

a:visited{
	text-decoration: none;
	color: #fff;
}

ul{
	list-style: none;
}

#footer{
	clear:both;
	font-family: arial;
	font-style: normal;
	font-size: small;
	/*text-align: center;*/
	/*background-color:#E1E1E1;*/
	background: white;
	padding: 5px;
	line-height: 1.5em !important;
}

.hidden{
	display: none;
}

.left{
	float: left;
}


.link{
	color: #4158C6;
	cursor: pointer;
}